/*

	1. Screen styles
	x. Flexslider
	2. Print styles
	
*/

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#OpensSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('../fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBoldItalic';
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansExtraboldItalic';
    src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBoldItalic-webfont.svg#OpenSansExtraboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0; font-family: 'OpenSansRegular', Arial, sans-serif; font-size: 13px;  line-height: 18px; color: #555555; background-color: #ffffff;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #3a8dce;
	text-decoration:none;
}

a:visited {
    color: #3a8dce;
}

a:hover {
    color: #025290;
	text-decoration:underline;
}

a:focus {
    outline: thin dotted;
}


a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}


pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improve readability of pre-formatted text
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  line-height: 27px;
  font-family: 'OpenSansSemibold', Arial, sans-serif;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

ul.nav,
ol.nav {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */


.lt-ie9 img {width:auto;}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}


legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}


button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}


button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea:focus, input:focus{
    outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.ir, .hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}


.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
 

.container {
     margin: 0 auto;
     max-width: 1200px;
}

.lt-ie9 .container{width:1000px;}
.lt-ie9 .container{padding:0px 10px;}
.lt-ie9 .col {
		margin-left:2%;
		padding:0 0%;
	}
	
.lt-ie9 .row .col:first-child {
		margin-left:0;
	}

.lt-ie9 .span1 {
		width:8.2%;
	}
.lt-ie9 .span2,
.lt-ie9 .side-panel,
.lt-ie9 .feed-head,
.lt-ie9 .more-social,
.lt-ie9 #partners .logo,
.lt-ie9 .directory-listing .section,
.lt-ie9 #extra-content .module.thumb,
.lt-ie9 .side-navigation{
	width:18.4%;
}
.lt-ie9 span_quarter,
.lt-ie9 .content-listing-block .thumb {
	width:23.5%
}
.lt-ie9 .span3,
.lt-ie9 .wide-content.side-panel,
.lt-ie9 .tree-details
{
	width:28.6%;
}
.lt-ie9 .span_third,
.lt-ie9 .landing-main .thumb.module{
	width:32%;
}
.lt-ie9 .span4,
.lt-ie9 .donate,
.lt-ie9 .feature-info .landing-main-box,
.lt-ie9 .landing-side{
	width:38.8%;
}
.lt-ie9 .span5,
.lt-ie9 .logo,
.lt-ie9 .site-wide-highlight,
.lt-ie9 .content-listing .inner-expose-list,
.lt-ie9 .inner-expose-list .details,
.lt-ie9 .inner-expose-list .imagery,
.lt-ie9 #footer .listing,
.lt-ie9 .landing-main-box .imagery,
.lt-ie9 .landing-main-box .details,
.lt-ie9 .landing-main-box .support .title,
.lt-ie9 .landing-main-box .support .panel,
.lt-ie9 .landing-main-box .dropdown,
.lt-ie9 .landing-main-box .more,
.lt-ie9 .content-listing-block .inner-expose-list,
.lt-ie9 .content-listing-block .image-box,
.lt-ie9 .double-listing,
.lt-ie9 .double-listing .thumb,
.lt-ie9 .list-card,
.lt-ie9 .county,
.lt-ie9 .landing-main-box .localsupport .panel,
.lt-ie9 .a-service
{
	width:49.0%;
}

.lt-ie9 .span6,
.lt-ie9 .site-search,
.lt-ie9 .tweet,
.lt-ie9 .content-container,
.lt-ie9 .feature-info .video-slide,
.lt-ie9 .landing-main{
	width:59.2%;
}
.lt-ie9 .span7,
.lt-ie9 .wide-content.content-master,
.lt-ie9 .tree {
	width:69.4%;
}
.lt-ie9 .span8,
.lt-ie9 .feature-slider,
.lt-ie9 .content-listing,
.lt-ie9 .doc-listing,
.lt-ie9 .landing-container,
.lt-ie9 .full-container {
	width:79.6%;
}
.lt-ie9 .span9,
.lt-ie9 #service-filter-drop.dropdown {
	width:89.8%;
}
.lt-ie9 .span10,
.lt-ie9 .side-area,
.lt-ie9 .module.prom,
.lt-ie9 .landing-container .content-listing-block .doc-listing,
.lt-ie9 .content-listing-block .feature-slider,
.lt-ie9 .landing-side .slider-block,
.lt-ie9 .landing-side .doc-listing,
.lt-ie9 .full-container .doc-listing,
.lt-ie9 .content-container .doc-listing,
.lt-ie9 .service-type, 
.lt-ie9 .cta,
.lt-ie9 .module.side-block,
.lt-ie9 .landing-main-box .full-details {
	margin-left:0;
	width:100%;
}

.lt-ie8 .landing-main-box .localsupport .panel{width:44%;}
.lt-ie8 .more-social{ width:16%; }
.lt-ie8 .tweet { width:58%;}
.lt-ie8 #showcase .side-panel {width:18%;}
.lt-ie8 .service-type .a-service { width:40%; }
.lt-ie8 .landing-main-box .details {width:42%;}

/* Reusable column setup */
.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
	*display:inline;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}

.row{clear:both;}

/* 1. 2 Column Grid 0px - 519px 
----------------------------------------------------------------------------- 
Span 1:    49.0%
Span 2:    100%
----------------------------------------------------------------------------- */

@media screen and (min-width: 0px) and (max-width: 519px) {
	.container{padding:0px 10px;}
	.col {
		margin-left:2%;
		padding:0 0%;
	}
	
	.row .col:first-child {
		margin-left:0;
	}

	.span1,
	.module.prom,
	.inner-expose-list .details,
	.inner-expose-list .imagery,
	#service-filter-drop.dropdown {
		width:49.0%;
	}
	.span2, 
	.logo, 
	.site-search, 
	.donate, 
	.side-panel, 
	.feature-slider, 
	.site-wide-highlight, 
	.side-area,
	.content-listing .inner-expose-list,
	#content .side-panel,
	.general .side-panel,
	.doc-listing,
	#partners .logo,
	.directory-listing .section, 
	#footer .listing,
	.feed-head,
	.tweet,
	.more-social,
	#extra-content .module.thumb,
	.module.side-block,
	.side-navigation,
	.landing-container,
	.landing-main-box .imagery,
	.landing-main-box .details,
	.landing-main-box .full-details,
	.landing-main-box .support .title,
	.landing-main-box .support .panel,
	.landing-main-box .dropdown,
	.landing-main-box .more,
	.landing-main .thumb.module,
	.image-box,
	.double-listing,
	.double-listing .thumb,
	.landing-side .slider-block,
	.landing-main .thumb,
	.landing-main,
	.landing-side,
	.feature-info .video-slide,
	.feature-info .landing-main-box,
	.list-card,
	.content-container,
	.full-container,
	.full-container .content-master,
	.county,
	.service-type,
	.a-service,
	.landing-main-box .localsupport .panel,
	.landing-main-box .localsupport .panel #service-filter-drop.dropdown,
	.cta,
	.wide-content.content-master,
	.wide-content.side-panel,
	.landing-full,
	.tree-details,
	.tree  {
		margin-left:0;
		width:100%;
	}
}

/* 2. 4 Column Grid 520px - 899px 
----------------------------------------------------------------------------- 
Span 1:    23.5%
Span 2:    49.0%
Span 3:    74.5%
Span 4:    100%
----------------------------------------------------------------------------- */

@media screen and (min-width: 520px) and (max-width: 899px) {

	.container{padding:0px 10px;}
	.col {
		margin-left:2%;
		padding:0 0%;
	}
	
	.row .col:first-child {
		margin-left:0;
	}
	
	.span1-5,
	.directory-listing .section,
	#extra-content .module.thumb
	{width:18.2%}

	.span1,
	#footer .listing,
	.feed-head,
	.more-social,
	.side-navigation,
	.content-listing-block .thumb {
		width:23.5%;
	}
	.span_third,
	.landing-main .thumb
	{
		width:32%
	}
	
	.span2,
	.logo,
	.site-wide-highlight,
	.side-area,
	.content-listing .inner-expose-list,
	.module.prom,
	.inner-expose-list .details,
	.inner-expose-list .imagery,
	.donate,
	#footer .listing,
	.tweet,
	.module.side-block,
	.image-box,
	.double-listing .thumb,
	.landing-side .slider-block,
	.list-card,
	.county,
	.a-service,
	.module.side-block 
	{
		width:49.0%;
	}
	.span3,
	.site-search,
	.content-container,
	.landing-container,
	.full-container,
	#service-filter-drop.dropdown {
		width:74.5%;
	}
	.span4,
	#content .side-panel,
	.general .side-panel,
	#showcase .side-panel,
	.feature-slider,
	.doc-listing,
	#sub-content .side-panel,
	.landing-main-box .imagery,
	.landing-main-box .details,
	.landing-main-box .full-details,
	.landing-main-box .support .title,
	.landing-main-box .support .panel,
	.landing-main-box .dropdown,
	.landing-main-box .more,
	.double-listing,
	.landing-main,
	.landing-side,
	.feature-info .video-slide,
	.feature-info .landing-main-box,
	.full-container .content-master,
	.service-type,
	.landing-main-box .localsupport .panel,
	.landing-main-box .localsupport .panel #service-filter-drop.dropdown,
	.cta,
	.wide-content.content-master,
	.wide-content.side-panel,
	.landing-full,
	.tree-details,
	.tree {
		margin-left:0;
		width:100%;
	}
}

/* 3. 10 Column Grid 900px - Infinity 
----------------------------------------------------------------------------- 
Span 1:    8.2%
Span 2:    18.4%
Span 3:    28.6%
Span 4:    38.8%
Span 5:    49.0%
Span 6:    59.2%
Span 7:    69.4%
Span 8:    79.6%
Span 9:    89.8%
Span 10:    100%
----------------------------------------------------------------------------- */

@media screen and (min-width: 900px) {
	.container{padding:0px 10px;}
	.col {
		margin-left:2%;
		padding:0 0%;
	}
	
	.row .col:first-child {
		margin-left:0;
	}

	.span1 {
		width:8.2%;
	}
	.span2,
	.side-panel,
	.feed-head,
	.more-social,
	#partners .logo,
	.directory-listing .section,
	#extra-content .module.thumb,
	.side-navigation{
		width:18.4%;
	}
	span_quarter,
	.content-listing-block .thumb {
		width:23.5%
	}
	.span3,
	.wide-content.side-panel
	{
		width:28.6%;
	}
	.span_third,
	.landing-main .thumb.module{
		width:32%;
	}
	.span4,
	.donate,
	.feature-info .landing-main-box,
	.landing-side,
	.tree-details{
		width:38.8%;
	}
	.span5,
	.logo,
	.site-wide-highlight,
	.content-listing .inner-expose-list,
	.inner-expose-list .details,
	.inner-expose-list .imagery,
	#footer .listing,
	.landing-main-box .imagery,
	.landing-main-box .details,
	.landing-main-box .support .title,
	.landing-main-box .support .panel,
	.landing-main-box .dropdown,
	.landing-main-box .more,
	.content-listing-block .inner-expose-list,
	.content-listing-block .image-box,
	.double-listing,
	.double-listing .thumb,
	.list-card,
	.county,
	.landing-main-box .localsupport .panel,
	.a-service
	{
		width:49.0%;
	}
	
	.span6,
	.site-search,
	.tweet,
	.content-container,
	.feature-info .video-slide,
	.landing-main,
	.tree {
		width:59.2%;
	}
	.span7,
	.wide-content.content-master{
		width:69.4%;
	}
	.span8,
	.feature-slider,
	.content-listing,
	.doc-listing,
	.landing-container,
	.full-container {
		width:79.6%;
	}
	.span9,
	#service-filter-drop.dropdown {
		width:89.8%;
	}
	.span10,
	.side-area,
	.module.prom,
	.landing-container .content-listing-block .doc-listing,
	.content-listing-block .feature-slider,
	.landing-main-box .full-details,
	.landing-side .slider-block,
	.landing-side .doc-listing,
	.full-container .doc-listing,
	.content-container .doc-listing,
	.service-type, 
	.cta,
	.module.side-block,
	.landing-full {
		margin-left:0;
		width:100%;
	}
}



/* General
-----------------------------------------------------------------------------------*/
.fl{float:left; display:inline;}
.fr{float:right; display:inline;}


/* Buttons
-----------------------------------------------------------------------------------*/
a.highlight-button{-webkit-border-radius: 3px; border-radius: 3px; text-align:center; display:block; text-transform:uppercase; color:#fff !important;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
border:5px solid #fff; color:#fff; font-family: 'OpenSansExtrabold', Arial, sans-serif;text-shadow: 0px 1px 2px #00362c;
background: #00927b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTI3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc1NWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #00927b 0%, #00755c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00927b), color-stop(100%,#00755c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00927b 0%,#00755c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #00927b 0%,#00755c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #00927b 0%,#00755c 100%); /* IE10+ */
background: linear-gradient(to bottom, #00927b 0%,#00755c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00927b', endColorstr='#00755c',GradientType=0 ); /* IE6-8 */
}

a.blue-button{-webkit-border-radius: 3px; border-radius: 3px; text-align:center; display:block; text-transform:uppercase; color:#fff !important;font-size:16px; line-height:16px; padding:10px;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
border:5px solid #fff; color:#fff; font-family: 'OpenSansExtrabold', Arial, sans-serif;text-shadow: 0px 1px 2px #00362c;
background: #287bbb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4N2JiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYThkY2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #287bbb 0%, #3a8dce 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#287bbb), color-stop(100%,#3a8dce)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #287bbb 0%,#3a8dce 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #287bbb 0%,#3a8dce 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #287bbb 0%,#3a8dce 100%); /* IE10+ */
background: linear-gradient(to bottom, #287bbb 0%,#3a8dce 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287bbb', endColorstr='#3a8dce',GradientType=0 ); /* IE6-8 */
}

a.purple-button{-webkit-border-radius: 3px; border-radius: 3px; text-align:center; display:block; text-transform:uppercase; color:#fff !important;font-size:16px; line-height:16px; padding:10px;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
border:5px solid #fff; color:#fff; font-family: 'OpenSansExtrabold', Arial, sans-serif;text-shadow: 0px 1px 2px #00362c;
background: #673896; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3Mzg5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MTM2OGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #673896 0%, #81368e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#673896), color-stop(100%,#81368e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #673896 0%,#81368e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #673896 0%,#81368e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #673896 0%,#81368e 100%); /* IE10+ */
background: linear-gradient(to bottom, #673896 0%,#81368e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673896', endColorstr='#81368e',GradientType=0 ); /* IE6-8 */
}

.lt-ie9 a.highlight-button{ border: 5px solid #eee }
.lt-ie8 a.highlight-button{ background: #00927b; }

.highlight-button:hover{background: #00755c; text-decoration:none; }
.highlight-button.large{font-size:16px; line-height:16px; padding:10px}

.download {padding:20px; text-transform:uppercase; background:#3a8dce}

a.button{ background: #fff url(../img/background/general-button-bg.png) bottom repeat-x; border:1px solid #eee; padding:10px 25px 10px 25px; text-align:center; display:inline-block; 
color:#00927b; text-decoration:none; border-radius:3px;box-shadow:inset 0px -1px 0px #fff;}
a.button:hover{ background: #fff; }

a.button.blue{ color:#3a8dce; }

.button a, .button input{   background: #fff url(../img/background/general-button-bg.png) bottom repeat-x; border:1px solid #eee; 
							padding:10px 25px 10px 25px; text-align:center; display:inline-block;
 							color:#00927b; text-decoration:none;
							font-family: 'OpenSansSemibold', Arial, sans-serif;  border-radius:3px; box-shadow:inset 0px -1px 0px #fff;}
.button a:hover, .button input:hover{ background: #fff;}

/* Modules
-----------------------------------------------------------------------------------*/
.module{ font-size:12px; line-height: 19px; color:#3d3d3d; margin-bottom:20px;}
.module .module-head{margin-bottom:15px;}
.module .module-content{}
.module .module-content .details p{margin-bottom:5px; margin-top:0px;}
.module .module-content .details ul{ list-style:none; margin:0px; padding:0px;  font-family: 'OpenSansSemibold', Arial, sans-serif; }
.module .module-content .details ul li{padding:5px; border-bottom: 1px solid #ddd;}
.module .module-content .details ul li a{color:#3d3d3d;}

/* jQuery FlexSlider v2.0 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles */
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider general */
.flexslider { position:relative;}
.flexslider li {position:relative;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 315px;}
.flexslider .slides {zoom: 1;}

/* Feature slider - main */
.feature-slider {-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);  }
.flexslider.main { border-bottom: 5px solid #00927b; }
.flexslider.main .flex-direction-nav {}

.feature-slider li {position:relative; font-family: 'OpenSansSemibold', Arial, sans-serif;}
.content-master .feature-slider ul.slides, .content-master .feature-slider img {margin:0px !important; padding-left:0px;}
.feature-slider li .details{position:absolute; bottom:20px; left:20px; z-index:100; border-top: 10px solid #00927b; }
.feature-slider li .details a{display:block; color:#fff;}
.feature-slider li .details a:hover{ text-decoration:none; opacity:0.8;}
.feature-slider li .details h1{padding:8px 20px 8px 20px; background: #025290; background: rgba(30,110,173,0.7); margin-top:5px; font-size:38px; line-height:38px; color:#fff;}
.feature-slider li .details p{padding:8px 20px 8px 20px; background: #2d9be8; background: rgba(45,155,232,0.7); margin-top:5px; font-size:22px; line-height:24px; margin-bottom:0px;}
.feature-slider li .details p .line{clear:both; display:block;}

.content-listing-block .feature-slider{margin-bottom:20px;}

/* Feature slider - main Direction Nav */
.flexslider.main .flex-direction-nav {display:block; position:absolute; top:10px; width:100%;}
.flexslider.main .flex-direction-nav a {width: 30px; height: 30px; display: block; cursor: pointer; position:absolute; top:50%; text-indent:-9999em; opacity:0.8}
.flexslider.main .flex-direction-nav .flex-next { right: 10px ;background: url('../img/background/arrow-sprite.png') no-repeat -176px -48px; width: 13px; height: 19px;}
.flexslider.main .flex-direction-nav .flex-prev { left: 10px; background: url('../img/background/arrow-sprite.png') no-repeat -11px -48px; width: 13px; height: 19px;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Content Slider */
.flexslider.content-slider{-webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);  box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1); border-top:5px solid #025290; position:relative;}
.lt-ie9 .flexslider.content-slider.facts{border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.flexslider.content-slider.facts p{text-align:center; font-size:14px; line-height:21px;}
.facts-head{ text-align: center; margin-bottom:19px;}

.flexslider.content-slider.facts .more{margin:10px 10px 20px 10px; border-top: 1px solid #eee;  border-bottom: 1px solid #eee; text-align:center; display:block; padding:5px; color:#025290;font-family: 'OpenSansBold', Arial, sans-serif; text-transform:uppercase;}
.flexslider.content-slider.facts .more:hover{ background:#eee;}

.flexslider.content-slider .flex-direction-nav{ position: absolute; bottom:-40px;  text-align:center; width:90%; left:15%;}
.flexslider.content-slider .flex-direction-nav li{ position: relative; float:left; display:inline; padding:10px 30px 10px 30px;}
.flexslider.content-slider .flex-direction-nav li a{ display: block; text-indent:-9999em;}
.flexslider.content-slider .flex-direction-nav li a:hover{opacity:0.8}
.flexslider.content-slider .flex-direction-nav li .flex-next{ background: url(../img/background/arrow-sprite.png) no-repeat -178px -10px; width: 11px; height: 19px; }
.flexslider.content-slider .flex-direction-nav li .flex-prev{ background: url(../img/background/arrow-sprite.png) no-repeat -12px -10px; width: 11px; height: 19px; }
.flexslider.content-slider .flex-direction-nav li:first-child{ border-right:1px solid #eee;}

.content-master .flexslider.content-slider ul.slides { padding:0px; margin:0px; }
.content-master .flexslider.content-slider img, .content-master .flexslider.content-slider h3{margin:0px;}
.content-master .flexslider.content-slider p{margin-top:0px;}
.content-master ul.flex-direction-nav {margin:0px;}

/* Thumb Slider */
.flexslider.content-slider.thumb-slide{margin-bottom:60px; border-top:none; background:#f3f3f3; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
.lt-ie9 .flexslider.content-slider.thumb-slide{border-left:1px solid #ddd; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.flexslider.content-slider.thumb-slide img{ border:5px solid #fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); width:90%; max-width:45%; margin-right:20px;}
.lt-ie9 .flexslider.content-slider.thumb-slide img{width:auto;}
.flexslider.content-slider.thumb-slide .details{padding:15px;}
.flexslider.content-slider.thumb-slide h3{padding:15px; border-bottom:1px solid #ddd; color:#025290}
.flexslider.content-slider.thumb-slide h3 a{ color:#025290}
.flexslider.content-slider.thumb-slide p .more{font-family: 'OpenSansBold', Arial, sans-serif; color:#025290; font-size:90%;}
.flexslider.content-slider.thumb-slide .flex-direction-nav{left:5px;}

/* Quote Slider */
.flexslider.content-slider.quote-slide{margin-bottom:60px; border-top:none; -webkit-box-shadow:none; box-shadow:none;}
.flexslider.content-slider.quote-slide li{padding-top:10px; padding-bottom:10px;}
.flexslider.content-slider.quote-slide .details{-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); min-height:100px;}
.lt-ie9 .flexslider.content-slider.quote-slide .details{border:1px solid #ddd;}
.flexslider.content-slider.quote-slide .author{font-family: 'OpenSansBold', Arial, sans-serif; color:#025290; font-size:12px; font-style:normal}
.flexslider.content-slider.quote-slide blockquote { margin:20px; font-style: italic; font-family: 'OpenSansItalic', Arial, sans-serif; font-size:18px; line-height:26px; background:url(../img/background/blue-quote.png) no-repeat left 0px; padding-left:60px; }
.flexslider.content-slider.quote-slide .flex-direction-nav{left:5px;}
.flexslider.content-slider.quote-slide h3 { padding: 10px 0px 10px 0px; color:#025290}
.flexslider.content-slider.quote-slide h3 a{ color:#025290}

/* Inner Expose List */
.inner-expose-list{padding:20px 5px 5px 5px;}
.lt-ie9 .inner-expose-list{padding:20px 5px 5px 5px !important;}
.lt-ie8 .inner-expose-list{padding:20px 0px 5px 0px !important;}
.content-listing-block .inner-expose-list{padding:0px 5px 0px 5px;}
.inner-expose-list .module-head{ background:#00927b;}
.inner-expose-list .module-head h3{background:#00927b; color:#fff; display:inline-block;  float:left; padding:7px 7px 7px 10px; font-family: 'OpenSansSemibold', Arial, sans-serif;}
.content-master .inner-expose-list .module-head h3{margin:0px;}
.inner-expose-list .module-head a.button{background:#00755c;display:inline-block; float:right; padding:12px; color:#fff; text-transform:uppercase; border: none; border-radius:0px; box-shadow:none}
.inner-expose-list .module-head a.button:hover{ text-decoration:none; background:#006751;}
								
.inner-expose-list .module-content .details p{padding:5px;}
.inner-expose-list .module-content .details ul{width:95%; margin-bottom:10px;}
.inner-expose-list .module-content .details ul li a{color:#00927b;}

.inner-expose-list .module-content .imagery img{ border:5px solid #fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); width:90%; max-width:95%;}

/* Ad */
.module.prom{margin-top:20px;}
.module.prom h1, .module.prom h2, .module.prom h3, .module.prom h4, .module.prom h5, .module.prom h6{border:none; padding:5px;}
.module.prom h6 {font-size: 10px; color:#9c9c9c; padding-top:0px;}
.module.prom img {border: 1px solid #eee}

/* Side Block */
.module.side-block{padding:10px; border-bottom:1px solid #eee; margin-bottom:10px;}
.module.side-block h1, .module.side-block h2, .module.side-block h3, .module.side-block h4, .module.side-block h5, .module.side-block h6{border:none; padding:0px;}
.module.side-block h3 {margin-bottom:15px;}
.module.side-block h6 {font-size: 10px; color:#9c9c9c; padding-top:0px;}
.module.side-block img {border: 1px solid #ddd}
.module.side-block p{padding:0px; margin-bottom:10px;}
.module.side-block .highlight-button, .module.side-block .purple-button, .module.side-block .blue-button{margin:15px 0px;}

.module.side-block.listing{}
.module.side-block.listing h3{ color:#3a8dce; background:#eee; padding:15px 10px; font-size:14px; line-height:18px; font-family: 'OpenSansBbold', Arial, sans-serif;}
.module.side-block.listing .item{ margin-bottom:15px; border-bottom:1px solid #ddd; padding-bottom:15px; padding-left:10px;}
.module.side-block.listing .item h6{ text-transform:uppercase; color:#555555; padding-bottom:5px;}
.module.side-block.listing .item p{ font-size:14px; margin:0px;}

.module.side-block .actions .button{display:block; margin-bottom:10px;}
.module.side-block .actions { border-bottom: 1px solid #eee; padding-bottom:15px; margin-bottom:15px;}

/* Doc Listing */
.doc-listing{margin-bottom:20px;}
.doc-listing h2{float:left; display:inline; color:#00927b; margin-bottom:10px; font-family: 'OpenSansSemibold', Arial, sans-serif;}
.doc-listing ul.more{ float:right; display:inline;  font-size:12px; line-height:12px;}
.doc-listing ul.more li{float:left; display:inline; border-right: 1px solid #9c9c9c; margin-right:9px; padding-right:9px; text-transform:uppercase;}
.doc-listing ul.more li:last-child{ border:none; margin:0px;}
.doc-listing ul.more li a{ color:#9c9c9c;}
.doc-listing .button{margin-top:20px; color: #555555;}
.doc-listing .button a{color: #555555;}

.landing-side .doc-listing, .double-listing .doc-listing{padding-bottom:20px; border-bottom:1px solid #eee;}
.landing-side .doc-listing h3, .double-listing .doc-listing h3{ color:#025290 }

.double-listing .doc-listing h3{padding: 10px; margin-bottom: 10px; border-bottom: 1px solid #EEE;}
.double-listing .doc-listing .module-head{ margin-bottom:0px;}

/* Text listing */			
.text-listing{border-top:5px solid #00927b;}
.landing-side .text-listing.resource, .double-listing .text-listing.resource{border-top:1px solid #ddd;}
.text-listing .text-list-item{ position:relative; }
.text-listing .text-list-item .type{position:absolute; right:auto; text-transform: uppercase; color:#9c9c9c; font-size:10px;  top:10px; left:20px;}
.text-listing .text-list-item .detail{ font-size:18px; line-height:24px; }
.text-listing .text-list-item .detail a{padding: 30px 20px 20px 20px; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-right: 1px solid #ddd; display:block; color:#00927b;}
.text-listing .text-list-item .detail a:hover { background:#f3f3f3; }


.text-listing.resource .text-list-item .detail { background:url(../img/icons/resource-bg.png) repeat-y;}
.text-listing.resource .text-list-item .detail a{padding: 20px 20px 20px 80px; background: transparent url(../img/icons/arrow.png) no-repeat 20px center;}
.text-listing.resource .text-list-item .detail a:hover{background: #f3f3f3 url(../img/icons/arrow.png) no-repeat 20px center;}
.text-listing.resource .text-list-item .detail.open a{ background:#f3f3f3 url(../img/icons/arrow.png) no-repeat 20px center; }

.text-listing.resource .text-list-item .detail.pdf a{background: transparent url(../img/icons/pdf.png) no-repeat 20px center;}
.text-listing.resource .text-list-item .detail.pdf a:hover{background: #f3f3f3 url(../img/icons/pdf.png) no-repeat 20px center;}

.text-listing.resource .text-list-item .detail.word a{background: transparent url(../img/icons/word.png) no-repeat 20px center;}
.text-listing.resource .text-list-item .detail.word a:hover{background: #f3f3f3 url(../img/icons/word.png) no-repeat 20px center;}

.text-listing.resource .text-list-item .detail.external a{background: transparent url(../img/icons/external.png) no-repeat 20px center;}
.text-listing.resource .text-list-item .detail.external a:hover{background: #f3f3f3 url(../img/icons/external.png) no-repeat 20px center;}

.text-listing.resource .text-list-item .detail.general a{background: transparent url(../img/icons/link.png) no-repeat 20px center;}
.text-listing.resource .text-list-item .detail.general a:hover{background: #f3f3f3 url(../img/icons/link.png) no-repeat 20px center;}

.text-listing.resource .text-list-item .detail.list a{background: transparent url(../img/icons/circle.png) no-repeat 20px center;}
.text-listing.resource .text-list-item .detail.list a:hover{background: #f3f3f3 url(../img/icons/circle.png) no-repeat 20px center;}

.landing-side .text-listing .text-list-item .detail,
.double-listing .text-listing .text-list-item .detail{ font-size:14px; line-height:22px;}
.landing-side .text-listing.resource .text-list-item .detail a,
.double-listing .text-listing.resource .text-list-item .detail a{padding: 10px 10px 10px 80px;  color:#025290;}

/* Side Panel */	
.side-panel h1, .side-panel h2, .side-panel h3{color:#025290;}
.side-panel h4, .side-panel h5, .side-panel h6{color:#00927b;}
.side-panel.corner{ position:relative;}
.leftcorner{ background: url(../img/background/left-corner.png) no-repeat bottom left; width:10px; height:11px; position:absolute; bottom:-1px; left:-1px;}
.side-panel p{font-size:12px; line-height:21px; padding: 10px 10px 10px 10px; margin:0px;}
.side-panel p.link{padding: 0px 10px 10px 15px; font-size:14px; font-family: 'OpenSansBold', Arial, sans-serif;}
.side-panel p.link a{color:#919191;}

/* Thumb */
.module-head.thumbs h3{color: #3a8dce; padding:10px; margin-bottom:10px; border-bottom:1px solid #eee;}
.module.thumb .container{border:1px solid #ddd; background:#fff; padding:10px; background:#f3f3f3;  color:#444444;} 
.lt-ie9 .module.thumb .container{width:auto !important;}
.module.thumb h4 a, .module.thumb h3 a{color:#fff; padding:5px; margin-bottom:5px; display:block; background: #3a8dce; }
.module.thumb h4 a:hover, .module.thumb h3 a:hover{ background:#2b7ebf; }
.module.thumb.highlight h4 a, .module.thumb.highlight h3 a{ background:#00927b;}
.module.thumb img:hover{ opacity:0.9 }
.module.thumb:hover{ -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); }
.module.thumb ul, .module.thumb ol{ list-style:none; padding-left:0px;}
.module.thumb li{padding-bottom:2px; margin-bottom:2px; border-bottom: 1px solid #ddd;}
.content-master .module.thumb img, .content-master .module.thumb h3{margin:0px;}
.content-master .module.thumb p, .content-master .module.thumb ul,.content-master .module.thumb ol{ margin:10px 0px; color:#444444;}

/* Image box */
.module.image-box{display: block; }
.module.image-box a{ display: block; }
.module.image-box .imagery{ position: relative;}
.module.image-box .imagery img{ display: block; }
.module.image-box .imagery h2{position:absolute; bottom:0px; left:0px; display:inline; color:#fff; background:#00927b; background: rgba(0, 146,123,0.9); padding:10px 20px;}
.content-master .module.image-box .imagery h2{margin:0px;}
.module.image-box .imagery a{color:#fff;  background:#00927b; background: rgba(0, 146,123,0.9);}

/* Question */
.module.question{ border: 5px solid #fff; background:#f3f3f3; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
.module.question .icon{font-family: 'OpenSansExtrabold', Arial, sans-serif; font-size:33px; padding:15px 20px 15px 20px; border-right: 5px solid #fff; float:left; display:inline; color:#00927b;}
.module.question .details{padding-top:15px; ;}
.module.question .button{padding:4px; text-transform:uppercase; color:#555555; font-size:12px; line-height:12px; background:#fff; float:right; dispaly:inline; margin-right:10px;}
.module.question .button:hover{color:#00927b;}
.module.question .title{ font-size:20px; color:#00927b; padding-left:20px}

/* Link list */
.module.link-list{ background:#fff;}
.landing-side .module.link-list{padding-bottom:20px; border-bottom:1px solid #eee;}
.module.link-list .module-head h3{color:#025290}
.module.link-list .details { -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); padding-bottom:25px;}
.lt-ie9 .module.link-list .details{ border: 1px solid #ddd; }
.module.link-list .details .intro{padding:15px 20px 15px 20px;}
											
.module.link-list .details h4{ color:#025290}
.module.link-list .details p{}
										
.module.link-list ul{ background:#f3f3f3; padding:0px; margin:0px; list-style:none; border-top:1px solid #ddd;}
.module.link-list ul li{}
.module.link-list ul li a{ padding:10px 10px 10px 40px; background:url(../img/icons/circle-blue.png) no-repeat 20px 16px; border-bottom:1px solid #ddd; display: block; color:#555555}
.module.link-list ul li a:hover{background: #fff url(../img/icons/circle-blue.png) no-repeat 20px 15px;}

/* List card */
.list-card{ background: #fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); border-bottom: 5px solid #00927b;}
.lt-ie9 .list-card{ border-top: 1px solid #ddd; border-right: 1px solid #ddd; border-left: 1px solid #ddd;}
.list-card .details{-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); background:#f3f3f3; margin:20px; padding:10px; font-size:14px; line-height:23px;}
.list-card .details h3{color:#00927b}
.list-card .details p{ margin-top:0px;}
.list-card .details img{ border:5px solid #fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); max-width:35%; margin-right:20px; margin-bottom:10px;}
.list-card .details .more{ text-transform:uppercase; font-size:80%; font-family: 'OpenSansExtrabold', Arial, sans-serif; color:#00927b;}
.list-card h5{ text-transform:uppercase;margin-left:35px; }
.list-card ul{ list-style:none; margin-left:35px; margin-top:5px; margin-bottom:25px; padding:0px;  font-size:12px; line-height:19px;}
.list-card ul li{padding:0px; padding-bottom:3px;}

/* Calendar listing */
.calendar-listing{ background:#fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); width:98%;}
.lt-ie9 .calendar-listing{ border: 1px solid #ddd; }

.calendar-listing .module-head{color:#555555; padding:15px; margin-bottom:0px; border-bottom: 1px solid #ddd; }
.calendar-listing .module-head h3.month{color:#555555; }
.calendar-listing .module-head .previous{float:right; display:inline; background: url('../img/icons/arrow-sprite.png') no-repeat -13px -99px; width: 8px; height: 15px; text-indent:-9999em; margin-right:10px; margin-top:5px;}
.calendar-listing .module-head .next{float:right; display:inline;  background: url('../img/icons/arrow-sprite.png') no-repeat -180px -99px; width: 8px; height: 15px; text-indent:-9999em; margin-top:5px;}

.calendar-listing .module-content{}
.calendar-listing .module-content .date{ border-bottom: 1px solid #ddd; padding:15px;}
.calendar-listing .module-content .date .day{float:left;  color:#fff; background:#00927b; text-align:center; font-family: 'OpenSansExtrabold', Arial, sans-serif; margin-right:20px; font-size:26px;}
.calendar-listing .module-content .date .day a{ color:#fff; display:block;padding:10px 20px; width:50px; }
.calendar-listing .module-content .date .day a:hover{ background: #00755c; text-decoration:none;}
.calendar-listing .module-content .date .details p{margin-bottom:0px;}
.calendar-listing .module-content .date .details p a{ color:#00927b; font-size:14px; line-height:23px;}
.calendar-listing .module-content .date .details .categories{ text-transform:uppercase; font-size:10px;}
.calendar-listing .module-content .date .details .categories a{ text-transform:none;}
.calendar-listing .module-content .button{padding:15px;}
.calendar-listing .module-content .button a{display:block; text-transform:uppercase;}

/* Category listing */
.category-listing{}
.category-listing ul{list-style:none; padding:0; margin:0;}
.category-listing ul li{padding:0px; font-size:12px;}
.category-listing ul li:first-child{margin-top:6px;}
.category-listing ul li a{padding:2px 5px 2px 10px; display:block; color:#555555;}
.category-listing h3{ padding:10px; margin:0px 0px 0px 0px; background:#f3f3f3;}
.category-listing h4 {margin-bottom:-1px;}
.category-listing h4 a{padding:10px; display:block; border-bottom:1px solid #eee; border-top:1px solid #eee;}
.category-listing h4 a .caret{border-right: 5px solid #3A8DCE; border-left: 5px solid transparent; border-top: 5px solid transparent; border-bottom: 5px solid transparent; opacity: 1; float:right; margin-top:5px;}
.category-listing .open h4 a .caret{border-top: 5px solid #3A8DCE; border-bottom: 5px solid transparent; border-left: 5px solid transparent; border-right: 5px solid transparent;}

.lt-ie8 .category-listing h4 a .caret{display:none;}

.expand-content.content-master{border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.content-container .expand-content.content-master{padding:20px; width:auto; max-width:100%;}
.expander-controls{ margin-bottom:20px;}

/* Tags */
.tags { font-size:10px; margin-bottom:20px;}
.tags .tag { display:inline-block; margin-right:5px;}
.lt-ie8 .tags .tag { display:inline;}
.tags .tag a{border:1px solid #ddd; background:#f3f3f3; padding:3px; color:#3a8dce}

.content-master .tags {padding:5px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: #f3f3f3;}
.content-master .tags .tag a{ background:#fff;}

.thumb-listing .content-master .tags {border:none; background: transparent; padding:0px;}

/* Thumb listing */
.thumb-listing{}
.thumb-listing-item{clear:both; margin-bottom:20px; border-bottom:1px solid #ddd;} 
.thumb-listing-item a img{float:left;  margin-right:20px; margin-bottom:20px; width:24%; border:1px solid #fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
.thumb-listing-item a img.pdf{width: auto !important;}
.thumb-listing-item.highlight img{ width:48%;}
.thumb-listing-item a{ color: #00927b;}
.thumb-listing-item .content-master h1{margin-bottom:10px;}
.thumb-listing-item .content-master h2 {margin-bottom:0px; margin-top:10px;}
.thumb-listing-item .content-master h2{ font-size:18px;}
.thumb-listing-item .content-master p{margin-top:0px; margin-bottom:20px; color:#444444}
.thumb-listing-item .highlight-button {display:inline-block; width:40%; margin-bottom:20px;}
.thumb-listing-item .content-master ul{list-style:none; font-weight:bold; padding-left:0px !important; margin-left:0px}
.thumb-listing-item .content-master ul li{padding-left:0px !important; margin-left:0px}
.thumb-listing-item .date{ font-family: 'OpenSansBold', Arial, sans-serif; font-size:12px; text-transform:uppercase; padding-right:10px;}
.thumb-listing-item .button{float:right; display:inline; margin-left:20px; margin-bottom:20px;margin-top:20px;}

.alphabet{list-style:none; margin:0px; border-top: 1px solid #ddd; padding:0}
.lt-ie8 .alphabet{padding-bottom:10px; margin-bottom:10px;}
.alphabet li{float:left; display:inline; margin:12px 10px; font-family: 'OpenSansBold', Arial, sans-serif; color:#a6a6a6;}

.counties{width:100%; padding:0px; margin-bottom:40px;}
.county{background: #fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); width:47%; margin:10px 1% 10px 1%;}
.lt-ie9 .county{width:45%; border:1px solid #eee; height:130px;}
.county h3 a{color:#555555; padding:10px; border-bottom:1px solid #ddd; display:block;}
.county h3 a:hover{ background: #f3f3f3;}
.county p{ text-transform: uppercase; padding:0px 10px;}
.county p a{ text-transform: none; color:#00927b}
.county h3 a .caret{border-left: 5px solid #00927b; border-right: 5px solid transparent; border-top: 5px solid transparent; border-bottom: 5px solid transparent; opacity: 1; float:right;  margin-top:10px;}
.lt-ie8 .county h3 a .caret{ display:none;}

.isotope-item { z-index: 2;}
.isotope-hidden.isotope-item {  pointer-events: none; z-index: 1;}
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.5s;  -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;  transition-duration: 0.5s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width;}
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property:    -moz-transform, opacity; -ms-transition-property:  -ms-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; }
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }

/* Service Filter */
.service-filter{ background:#f3f3f3; }
.service-filter h4{ border-bottom:1px solid #dddddd; font-size:15px; color:#656565; padding:10px;}
.service-filter ul{ font-size:10px; margin:0px; padding:10px;}
.service-filter ul li{ display:inline; text-transform:none; color:#555555; font-size:10px; margin:0px; padding:0px; margin-right:5px;}
.service-filter ul li a{ color:#8c8c8c; padding:3px; border-radius:3px; -webkit-border-radius:3px; text-transform:uppercase;}
.service-filter ul li.on a{ background:#00927b; color:#fff;}

/* Services */
.service-container[style]{ overflow: visible !important;}
.service-type{}
.service-type h3{ background:#eeeeee; padding:10px; margin-bottom:20px;} 
.service-type h3 .button{ background:#fff; color:#00927b; float: right; font-size:12px; line-height:12px; text-transform: uppercase; padding:5px;}
.lt-ie8 .service-type h3 .button { display:inline; margin-top:-35px; margin-right:10px;}
.service-type .a-service{ background:#fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); margin-bottom:20px; padding: 0pc 20px 20px 20px;}
.lt-ie8 .service-type .a-service{ border:1px solid #ddd; }
.service-type .a-service .content-master{padding:0px;}
.service-type .a-service .content-master p{margin:10px 0px; font-size:14px;}
.service-type .a-service { font-size:14px; line-height:23px;}
.service-type .a-service h2{ color:#00927b !important; font-size:16px; line-height: 21px; margin:0px; padding-top:10px;}
.service-type .a-service .address p{font-size:12px;  margin:0px;}
.service-type .a-service .address ul{font-size:12px;line-height:23px; margin:0; padding:0; list-style:none;}
.service-type .a-service .address ul li{margin:0; padding:0;}

.service-type .a-service .helpline{ font-size: 14px; line-height:30px; text-transform:uppercase; margin-bottom:25px; text-align:center; margin-top:25px;}
.service-type .a-service .helpline strong{ font-size:32px; display: block; font-family: 'OpenSansExtrabold', Arial, sans-serif; color:#00927b; }
.service-type .a-service .button{ display:block; }

/* Search Listing */
.search-listing{}
.search-listing .item{ border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:10px;}
.search-listing .item h3 a{}
.search-listing .item p{}
.search-listing .item .meta{ font-size:10px; }
.search-listing .item .meta a{ color:#00927b; }

/* Pagination */
.pagination{margin:30px 0px; background:#f3f3f3; border: 1px solid #ddd; font-size:12px !important; line-height:12px !important;}
.pagination .button{display:inline; float:left; padding:20px; background:#f3f3f3; border:none; border-right: 1px solid #ddd; box-shadow:none !important; border-radius:0px}
.pagination ul{display:inline; float:left;  margin:0px; padding:0px;}
.pagination li{display:inline; float:left; margin:0px; padding:0px;}
.pagination li a{padding:20px; border-right: 1px solid #ddd; background:#f3f3f3; color:#555555; display:block; box-shadow:none !important;}
.pagination li.on a, .pagination li a:hover{color:#00927b; background:#fff;}
.pagination .meta{ font-style:italic; padding: 10px 0px 0px 20px; display:inline; float:left;}
.lt-ie8 .pagination .meta { padding-top:20px; }

/* CTA */
.cta .highlight-button{margin-bottom:20px;}

/* Tree */
.tree-details .side-block{width:100%; }
#page-head.memory .container .page-head-container{ background: url(../img/background/memory-bg.jpg); color:#fff;}
#page-head.memory .container .page-head-container h1{ color:#fff;}
#seetree{width: 512px; height: 635px; background:url(../img/background/css_seetree_back.gif) top left no-repeat; padding: 60px 0 0 0;position: relative;}

.bubble {position:relative;  padding:10px; background: url(../img/background/memory-bg.jpg); color:#fff; line-height:30px; border-radius:5px; border: 5px solid white; text-shadow: 0px 1px 3px #3e3e3e; margin-bottom:20px; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
.bubble img{margin-right:20px; margin-bottom:20px; border: 5px solid white; margin-bottom:10px; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
.bubble p{font-size: 16px; line-height: 23px;}
.bubble p.from{ font-size:12px; line-height: 16px;}
.bubble .bubble-arrow{ position: absolute; bottom:-110px; left:220px; width:68px; height:106px; z-index:100; background:url(../img/background/memory-bubble.png) no-repeat; opacity: 0.8;}

.addthis_toolbox{ padding-top:10px;}

.number-ribbons{ text-align:center;margin: 0; padding: 10px; background: purple; position: absolute; top: 10px; left: 10px; background:#673896; color:#fff; line-height:30px; border-radius:5px; border: 1px solid white;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);;}
.number-ribbons .count { font-size:40px; }
.number-ribbons .last{ line-height:15px;}

a.ribbon, a.activeribbon { width: 27px; height: 34px; display: block; text-decoration: none; overflow: hidden; background: transparent url(../img/background/ribbon.png) left top no-repeat;}
a.activeribbon { background: transparent url(../img/background/activeribbon.png) left top no-repeat; }
a.ribbon:hover, a.ribbon:focus, a.ribbon:active { background: transparent url(../img/background/ribbon.png) -25px top no-repeat !important; }
a.activeribbon:hover, a.activeribbon:focus, a.activeribbon:active { background: transparent url(../img/background/activeribbon.png) -25px top no-repeat !important; }

div.qtip-contentWrapper strong, div.qtip-contentWrapper a {
	display: block;
}
div.qtip-contentWrapper a {
	font-style:italic;
	color: #673896;
	margin: 10px 0 0 0;
	text-decoration: none;
}
div.qtip-contentWrapper em {
	display: block;
	font-style: normal;
	text-align: right;
}

div.qtip-active div.qtip-contentWrapper strong {
	font-size: larger; padding-bottom:5px;
}

/* Modal 
-----------------------------------------------------------------------------------*/
.hide {display: none;}

.fancybox-tmp iframe, .fancybox-tmp object { vertical-align: top; padding: 0; margin: 0;}
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; padding: 0; margin: 0; background: #f9f9f9; color: #444; text-shadow: none; -webkit-border-radius: 4px; -moz-border-radius: 4px;  border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { padding: 0; margin: 0; position: relative; outline: none; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px 'OpenSansRegular',Helvetica,Arial,sans-serif; margin: 0; padding: 10px; }
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; vertical-align: top; }
.fancybox-image { max-width: 100%; max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('../img/background/fancybox_sprite.png'); }
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8020;}
#fancybox-loading div { width: 44px; height: 44px; background: url('../img/background/fancybox_loading.gif') center center no-repeat; }
.fancybox-close { position: absolute; top: -18px; right: -18px; width: 36px; height: 36px; cursor: pointer; z-index: 8040;}
.fancybox-nav { position: absolute; top: 0; width: 40%; height: 100%; cursor: pointer; background: transparent url('../img/background/blank.gif'); -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 36px; height: 34px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: 20px; background-position: 0 -36px; }
.fancybox-next span { right: 20px; background-position: 0 -72px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -9999px; left: -9999px; padding: 0; overflow: visible; visibility: hidden; }

/* Overlay helper */
#fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: #000; }
#fancybox-overlay.overlay-fixed { position: fixed; bottom: 0; right: 0; }

/* Title helper */
.fancybox-title { visibility: hidden; font: normal 13px/20px 'OpenSansRegular', Arial, sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8030; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent;  background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { margin-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, .8); }

#main-video{position:relative;}

/* Header
-----------------------------------------------------------------------------------*/
#header { background: url(../img/background/head-bg.png) repeat-x; min-height:170px;}

.logo h1{ padding-top:35px; max-width:317px;}
.logo h1 a { display:block;  padding:5px 0 20px 0; }

.site-wide-highlight{padding-top:35px;}
.lt-ie9 .site-wide-highlight{padding-top:35px !important;}
.site-wide-highlight .helpline{ font-size:22px; line-height:25px; border-bottom: 1px solid #eeeeee; padding-bottom:25px; margin-bottom:15px; color: #8c8c8c; padding-top:}
.site-wide-highlight .helpline strong{ font-family: 'OpenSansExtrabold', Arial, sans-serif; color:#00927b;}

.site-wide-highlight .site-search{margin-top:10px;}
.form-search {width:90%; border-bottom:1px solid #eeeeee; }
.site-wide-highlight .site-search input.input-medium{border:none;  width:80%; padding:4px; color:#878787; font-size:12px;}
.lt-ie8 .site-wide-highlight .site-search input.input-medium { display:inline; float:none; border:0px;}
.site-wide-highlight .site-search .search-btn{background: url(../img/icons/search-button.png) no-repeat 0 0; width:17px; height:17px; float:right; display:inline; }
.lt-ie8 .site-wide-highlight .site-search .search-btn { float:none; }
.site-wide-highlight .site-search .search-btn:hover{opacity:0.8;}

/* Navbar
-----------------------------------------------------------------------------------*/
#main-nav{ background:#00927b; padding: 3px 0px 3px 0px; text-transform: uppercase; font-size:12px; line-height:12px;  font-family: 'OpenSansSemibold', Arial, sans-serif; 
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); position:relative;}
.lt-ie8 #main-nav{z-index:99999}

.navbar-inner {background:#00927b; border-top:1px solid #00755c; border-bottom:1px solid #00755c;}
.nav{ border-left:1px solid #00755c; width:100% }
.nav li {float:left; display:inline; width:16.5%}
.nav li#dementia-and-you-nav{}
.nav li#about-dementia-nav{width:14%}
.nav li#symptoms-nav{width:19%}
.nav li#living-with-dementia-nav{width:20%}
.nav li#support-nav {}
.nav li#fundraising-nav {width:13%}
.nav #landing-pages{ display:none;}
.nav li a {padding:12px 7px 12px; border-right:1px solid #00755c; color:#fff; display:block; text-align:center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);}



.nav li a:hover{ background:#00755c; text-decoration:none; -moz-transition: background-color 0.25s ease-in-out; -webkit-transition: background-color 0.25s ease-in-out; -o-transition: background-color 0.25s ease-in-out; transition: background-color 0.25s ease-in-out;}
.nav li.active a{ background:#00755c; text-decoration:none;}
.navbar .open{ background:#00755c; }
.navbar-inner{border-top: 1px solid #00755c; border-bottom: 1px solid #00755c;}

.menu-button, .submenu-button{color:#fff;  display: none; font-size:15px;}
.submenu-button { background:#3a8dce; }
.menu-button a, .submenu-button a{display:block; color:#fff; padding: 20px 5px 20px 35px; background:url(../img/background/bars.png) no-repeat 10px center;}
.menu-button a:hover, .menu-button.on a{ text-decoration:none;  background:#00755c url(../img/background/bars.png) no-repeat 10px center;}
.submenu-button a:hover, .submenu-button.on a{ text-decoration:none;  background:#3a8dce url(../img/background/bars.png) no-repeat 10px center;}

#main-nav .caret-container{float:right; display:inline; padding:2px; border-left: 1px solid #00755c}
.lt-ie8 #main-nav .caret-container{display:none;}
#main-nav .caret{margin:2px 0px 0px 3px; display:block; border-top: 6px solid #00755c; border-right: 6px solid transparent;  border-left: 6px solid transparent; opacity: 1;}
#main-nav a:hover .caret-container{ border-left: 1px solid  #00927b;}
#main-nav a:hover .caret{border-top: 6px solid #00927b; border-right: 6px solid transparent;  border-left: 6px solid transparent; opacity: 1;}

/* dropdown stuff */
#dementia-and-you-nav{ position: relative;}
#dementia-and-you-nav a.open{background:#00755c;}
#dementia-and-you-nav a.open .caret-container{ border-left: 1px solid  #00927b;}
#dementia-and-you-nav a.open .caret{border-bottom: 6px solid #00927b; border-right: 6px solid transparent;  border-left: 6px solid transparent; opacity: 1; border-top:none;}

#landing-pages{position:absolute; background: #fff; width:960px; top:45px; left:0; z-index:2005; float:left; text-transform:none;-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);;}
#landing-pages a {text-shadow:none !important; border-right:1px solid #eeeeee; padding:12px; color:#3a8dce !important;}
#landing-pages a h3{ color:#3a8dce !important; border:none; text-align:left; font-family: 'OpenSansRegular', Arial, sans-serif; padding:0px;}
#landing-pages a p{padding:0px; text-align:left; color:#575757; font-size:12px; line-height:16px;}
#landing-pages a:hover{ background:#f3f3f3; -moz-transition: background-color 0.25s ease-in-out; -webkit-transition: background-color 0.25s ease-in-out; -o-transition: background-color 0.25s ease-in-out; transition: background-color 0.25s ease-in-out;}
#landing-pages .section{float:left; display:inline; width:20%;}
#landing-pages .drop-caret{position:absolute; top:-14px; left:90px; background:url(../img/background/drop-caret.png) no-repeat; width: 19px; height:14px;}

ul.extra-nav{border-top:1px solid #ddd; background:#f3f3f3; margin:0px; padding:0px;}
ul.extra-nav li{display:inline; width:auto; float:left; text-align:left; border-right:1px solid #ddd; }
ul.extra-nav li.title{ padding:12px;}
ul.extra-nav li a{padding:5px; text-align:left;}
ul.extra-nav li a:hover{ background:#fff !important; }

/* Showcase
-----------------------------------------------------------------------------------*/
#showcase{ background:#f3f3f3; padding: 35px 0px; border-bottom:1px solid #dbdbdb;}

#feature-slider-control {list-style:none; margin:0px; border-left:1px solid #dcdcdc; font-size: 14px; line-height:20px; background:#fff; padding:0px;}
#feature-slider-control li {float:left; display:inline; width:25%; background:#fff;}
.lt-ie8 #feature-slider-control li {width:24%;}
#feature-slider-control li a {display:block; border-right:1px solid #dcdcdc; padding:10px; color:#666; background:#fff; min-height: 45px}
#feature-slider-control li.flex-active a{ background: #f5f5f5 url(../img/background/slider-on.png) left top no-repeat; color:#00927b;}
#feature-slider-control li:last-child a{ border-right:none;}

.lt-ie9 #feature-slider-control { border-bottom:1px solid #ddd;border-right:1px solid #ddd;border-top:1px solid #ddd;}

.panel .dropdown{padding: 20px 10px 20px 10px;}
.panel .dropdown a{border:1px solid #dcdcdc; font-size: 14px; line-height:14px; color:#919191; background: #efefef url(../img/background/button-grey-bg.png) repeat-x top left; display:block; }
.panel .dropdown a:hover{ background:#fff;}
.panel .dropdown a .drop-text{padding:10px; float:left; display:inline;}
.panel .dropdown a .caret-container{float:right; display:inline; padding:10px; border-left: 1px solid #dcdcdc}
.lt-ie8 .panel .dropdown a .caret-container{padding:15px 20px 10px 10px;}
.panel .dropdown a .caret{margin:5px 0px 0px 0px;  border-top: 6px solid #025290; border-right: 6px solid transparent; display:block;  border-left: 6px solid transparent; opacity: 1;}
.panel .dropdown a.open .caret{border-top: none; border-bottom: 6px solid #025290; border-right: 6px solid transparent; display:block;  border-left: 6px solid transparent;}
.panel .dropdown .dropdown-menu{ display:none;}
.panel .dropdown .dropdown-menu li a{}

#county{position:relative;}
#counties{position:absolute; z-index:101; width:100%; list-style:none; padding:0px; top:50px; left:-0px; background:#fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
#counties li{ width:50%; float:left; display:inline;}
.lt-ie8 #counties li{ width:49%;}
#counties li a{display:block; padding:10px;background:#f3f3f3; color:#025290; border:none; border-right:1px solid #ddd;  border-bottom:1px solid #ddd;  font-size:12px !important;}
#counties li a:hover{ background:#fff; -moz-transition: background-color 0.25s ease-in-out; -webkit-transition: background-color 0.25s ease-in-out; -o-transition: background-color 0.25s ease-in-out; transition: background-color 0.25s ease-in-out;}

#showcase .side-panel{-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);;  background:#fff;}
.lt-ie8 #showcase .side-panel{ border:1px solid #ddd; }
#showcase .side-panel h1, #showcase .side-panel h2, #showcase .side-panel h3{padding: 15px 10px 10px 10px; border-top:5px solid #025290; border-bottom: 1px solid #e7e7e7; color:#025290;}
#showcase .side-panel h4, #showcase .side-panel h5, #showcase .side-panel h6{padding: 15px 10px 10px 10px; border-top:5px solid #00927b; border-bottom: 1px solid #e7e7e7; color:#00927b;}

/* Page Head
-----------------------------------------------------------------------------------*/
#page-head{ background:#f3f3f3; padding-bottom: 15px; border-bottom:1px solid #ddd;}

.lt-ie9 .page-head-container{border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.page-head-container{ background:#fff; border-bottom: 5px solid #00927b; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.3); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
.page-head-container h1{padding-right:20px; padding-left:20px; padding-top:35px; font-family: 'OpenSansRegular', Arial, sans-serif; color:#555555;}
.page-head-container ul{float:right;  display:inline; list-style:none; padding: 30px 20px 0px 10px; margin:0px 0px 10px 0px;}
.page-head-container ul li{margin-left:10px; float:left; display:inline;}

.breadcrumb{ border-top: 1px solid #eeeeee; padding: 10px 20px; list-style:none; margin-top:25px; margin-bottom:0px; font-size:10px; text-transform:uppercase; background:#fff;}
.breadcrumb li{ float:left; display:inline;}
.breadcrumb li.here{ text-transform: none; color:#909090; padding-right:10px;}
.breadcrumb li a{ color:#484848; }
.breadcrumb li a:hover{color:#00927b;}
.breadcrumb li .divider{color:#484848; padding: 0px 5px; background: none;}
.breadcrumb li.active{color:#00927b;}

/* Side Navigation
-----------------------------------------------------------------------------------*/
.side-navigation{margin-top:20px; margin-bottom:20px; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); border:1px solid #ddd; border-top:none;}
.side-navigation ul{margin:0px; padding:0px; background:#f3f3f3; list-style:none;}
.side-navigation ul li{ font-size:14px; line-height:18px;}
.side-navigation ul li a{padding:10px; display:block; border-top: 1px solid #ddd; background:#f3f3f3; color:#555555}
.side-navigation ul li a:hover{ background:#fff; -moz-transition: background-color 0.25s ease-in-out; -webkit-transition: background-color 0.25s ease-in-out; -o-transition: background-color 0.25s ease-in-out; transition: background-color 0.25s ease-in-out;}
.side-navigation ul li.active a{ background:#3a8dce; border-top: 1px solid #287bbb; color:#fff; }
.side-navigation ul li.active ul li a{background:#fff; border-top: 1px solid #ddd; color:#3a8dce}
.side-navigation ul li.active ul li.active a{background:#287bbb; border-top: 1px solid #287bbb; color:#fff;}
.side-navigation ul li.active ul li.active ul li a {background:#fff; border-top: none; color:#3a8dce}
.side-navigation ul li.active ul li.active ul li.active a{background:#f3f3f3; border-top: none; color:#fff;}

.side-navigation ul ul li{ font-size:12px; line-height:16px;}
.side-navigation ul ul li a{padding:10px; }
.side-navigation ul ul ul li a{ padding-left:20px; color:#333 !important;}

/*
.side-navigation{margin-top:20px; margin-bottom:20px; -webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.1);  box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.1)}
.side-navigation ul{margin:0px; padding:0px; background:#f3f3f3; list-style:none;}
.side-navigation ul li{ font-size:14px; line-height:18px;}
.side-navigation ul li a{padding:10px; display:block; border-top: 1px solid #ddd; background:#fff; color:#555555}
.side-navigation ul li a:hover{ background:#f3f3f3;}
.side-navigation ul li.active a{background:#3a8dce; border-top: 1px solid #287bbb; color:#fff; }
.side-navigation ul li.active ul li a{background:#f3f3f3; border-top: 1px solid #ddd; color:#3a8dce}
.side-navigation ul li.active ul li a:hover{ background:#fff;}
.side-navigation ul li.active ul li.active a{background:#287bbb; border-top: 1px solid #287bbb; color:#fff;}
.side-navigation ul li.active ul li.active a:hover{background:#3a8dce;}
.side-navigation ul li.active ul li.active ul li a {background:#f3f3f3; border-top: none; color:#3a8dce}
.side-navigation ul li.active ul li.active ul li a:hover{ background:#fff;}
.side-navigation ul li.active ul li.active ul li.active a{background:#287bbb; border-top: none; color:#fff !important;}

.side-navigation ul ul li{ font-size:12px; line-height:16px;}
.side-navigation ul ul li a{padding:10px; }
.side-navigation ul ul ul li a{ padding-left:20px; color:#333 !important;}
*/

/* Landing Content
-----------------------------------------------------------------------------------*/
.landing-container{padding-top:20px;}
.lt-ie9 .landing-container{padding-top:20px;}
.landing-main-box{ -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); background:#fff; margin-bottom:0px;}
.lt-ie9 .landing-main-box{ margin-bottom:0px; border: 1px solid #eee;}

.landing-main-box .imagery{padding:10px;}
.landing-main-box .imagery img{ border: 1px solid #fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
.landing-main-box p.intro{margin-top:0px;}

.landing-main-box .details{padding:20px 20px 10px 10px;}
.landing-main-box .full-details{padding:20px 20px 20px 20px;}
.landing-main-box .localsupport .details{padding:0px 20px 0px 20px;}
.landing-main-box .details .intro p{margin-top:0px;}
.landing-main-box .full-details .intro p{margin-top:0px;}
.landing-main-box a{color:#00927b;}

.landing-main-box .support{border-top:1px solid #ddd; margin-top:10px;}
.landing-main-box .support .title{ text-align: center; color:#00927b; font-family: 'OpenSansSemibold', Arial, sans-serif; padding-top: 25px; font-size: 18px; line-height:24px;}
.landing-main-box .support .panel { background: #f3f3f3;}
.landing-main-box .localsupport .panelwrap{background:#f3f3f3; border:1px solid #ddd; margin:20px; width:auto;}
.landing-main-box .localsupport .panelwrap #service-filter-drop.dropdown{ width:auto;}
.landing-main-box .support .more {text-align:center; padding-top:30px;}
.landing-main-box .support .more a{color:#555555; text-decoration:underline;}

.landing-main-box .support .panel .dropdown a .caret{margin:5px 0px 0px 0px;  border-top: 6px solid #00927b; border-right: 6px solid transparent; display:block;  border-left: 6px solid transparent; opacity: 1;}
.landing-main-box .support .panel .dropdown a.open .caret{border-top: none; border-bottom: 6px solid #00927b; border-right: 6px solid transparent; display:block;  border-left: 6px solid transparent;}

.lt-ie8 .landing-main-box .more{ width:40%; }

#service-filter-drop{position:relative;}
.lt-ie8 #service-filter-drop{z-index:2006}
#services{position:absolute; z-index:101; width:100%; list-style:none; padding:0px; top:50px; left:-0px; background:#fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
#services li{ width:auto;}
#services li a{display:block; padding:10px;background:#f3f3f3; color:#025290; border:none; border-right:1px solid #ddd;  border-bottom:1px solid #ddd;  font-size:12px !important;}
#services li a:hover{ background:#fff; }

#page-head .landing-main-box { -webkit-box-shadow: none;  box-shadow: none; background:transparent; margin-top:20px}
#page-head .landing-main-box .details{ -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); background:#fff; margin-bottom:20px; width:auto; padding:25px 30px 30px 30px;}
.lt-ie9 #page-head .landing-main-box .details{ border: 1px solid #ddd; margin-bottom:0px;}
#page-head .landing-main-box .support{width: auto; border:none; margin-top:0px;}
#page-head .landing-main-box .support .title { width: auto;  text-align:left; padding-left:30px;}
#page-head .landing-main-box .support .panel { width: auto; padding-left:20px }

.video-slide{margin-top:20px; position:relative; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
.video-slide img{border:1px solid #fff;}
.play{ background:url(../img/icons/play.png) no-repeat center; width:140px; height:100px; margin:0 auto; position:absolute; top:40%; left:42%; text-indent:-9999px;}
.video-slide a:hover .play{ top:39.8%; opacity:0.9}


/* Content Listing
-----------------------------------------------------------------------------------*/
.content-listing-block{margin-top:10px; border-bottom:1px solid #eee; padding-top:10px; margin-bottom:10px;}
.content-listing-block.top{margin-top:10px; border-bottom:1px solid #eee; padding-top:20px; margin-bottom:10px; border-top:1px solid #eee;}
.content-listing-block.last{margin-top:10px; padding-top:20px; margin-bottom:10px; border-top:1px solid #eee;}

/* gallery
-----------------------------------------------------------------------------------*/
.img-gallery{margin-bottom:20px;} 
.img-gallery img{margin-top:0px !important;}
.img-gallery-wide{}
.video-block, iframe{margin-bottom:20px; margin-top:10px;}
.gallery {width:100%;}

/* Content
-----------------------------------------------------------------------------------*/
#content {}
#content.home .container{ background: url(../img/background/faux-side.jpg) repeat-y 80.5% 0;}
.lt-ie9 #content.home .container{ background: url(../img/background/faux-side.jpg) repeat-y 81% 0;}
.general .container{ background: url(../img/background/faux-shadow-side.png)  repeat-y 82% 0;}
#content .side-panel, .general .side-panel{-webkit-box-shadow: none;  box-shadow: none;  }

#content.landing { margin-top:20px;}

.banner{margin-bottom:40px;}
.banner img{ border:1px solid #fff; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}

.content-container{ padding-top:20px;}
.full-container{ padding-top:20px;}
.lt-ie9 .full-container, .lt-ie9 .content-container{padding-top:20px;}

.content-container .content-master{padding:5px; max-width: 95%;}					
.content-master{ color:#555555; font-size:14px; line-height:22px;}
.content-master img{margin-bottom:20px; margin-top:20px; border:1px solid #fff;-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);}
.content-master img.fl{margin-right:20px;}
.content-master img.fr{margin-left:20px;}
.content-master .intro{ font-size:20px; line-height:28px;}
.content-master .intro .date{font-size:80%; font-family: 'OpenSansBold', Arial, sans-serif; text-transform:uppercase; padding-right:10px; color:#bbb;}
.content-master p{ margin:20px 0px; }
.content-master h1{ font-size:28px; line-height:32px; color:#00927b;}
.content-master h2{ color:#3a8dce; margin: 20px 0px;}
.content-master h3{ color:#025290; margin: 20px 0px;}
.content-master h4{ color:#00927b; margin: 20px 0px;}
.content-master h5{ color:#1a1a1a; margin: 20px 0px;}
.content-master h6{ color:#555555; margin: 20px 0px;}

.content-master ul{padding-left:20px; margin:20px 0px;}
.content-master ul li{}
.content-master ul ul li{}

.content-master ol{padding-left:20px; margin:20px 0px;}
.content-master ol li{}
.content-master ol ol li{}

.content-master table{ margin:20px 0px; width:100%; border: 1px solid #ddd;}
.content-master table thead{ background:#eee;}
.content-master table thead tr{}
.content-master table thead tr th{ text-align:left; padding:10px;color:#00927b;}

.content-master table tbody{}
.content-master table tbody tr{}
.content-master table tbody tr td{ padding:10px;  border: 1px solid #ddd;}
							
.content-master blockquote{ margin:20px 0px}
.content-master blockquote p{ padding-left:35px; background:url(../img/background/quote.png) no-repeat left 10px; font-size:14px; line-height:22px; padding-top:10px; margin-bottom:20px;}

.content-master .page-support {border:1px solid #ddd; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); margin:20px 0px;}

/* Form
-----------------------------------------------------------------------------------*/
.form{ margin:20px 0px}
.form fieldset{}
.form fieldset legend{ font-size:18px; line-height:22px; color:#00927b; padding:10px 0px; text-indent:10px; background:#eee; display:block; width:100%; font-family: 'OpenSansSemibold', Arial, sans-serif;}
							
.form{border:1px solid #ddd; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); margin:20px 0px;}
.form ol{ list-style:none; padding:0px; margin:0px; border-top:1px solid #ddd; }
.form ol li{ padding:20px 10px; border-bottom:1px solid #ddd; background: url(../img/background/form-grad.png) repeat-x bottom;}
.form ol li label, .form ol li p.lbl{ padding:10px; margin:0px 10px 0px 0px;  text-align:right; width:20%; float:left; display:inline; color:#00927b;}
.form ol li label.full{width:auto; text-align:left; display:block; font-weight:bold; font-size:18px;}
.form ol li .controls{ width:65%; float:left; display:inline;}
.form ol li input{width:90.425%; padding:10px; border: 1px solid #ddd;}
.form ol li.button input{width:100%;}
.form ol li select{width:90.425%; padding:10px; border: 1px solid #ddd;}
.form ol li textarea{width:90.425%; min-height:100px;  padding:10px; border: 1px solid #ddd;}
.form ol li .error-msg{font-style:italic; font-size:11px; padding-top:11px; color:red; clear:both; display:block; padding-left:10px;}
.form ol li .prompt{font-style:italic; font-size:11px; padding-top:11px; clear:both; display:block; padding-left:10px;}

.form ol li div.checkbox		{ padding:10px 2%; background:#e7f2f0; display:inline-block; width:95%; color:#414141;  }
.form ol li .radio-btns input,
.form ol li input.checkbox,
.form ol li .checkbox input	{ border:none !important; background:none !important; margin:4px 8px 0 0; padding:0 !important; box-shadow:none !important; width:auto; float:none; display:inline-block;}
.form ol li .checkbox label	{ width:auto; padding:5px 0 5px 5px; width:90%; display:block; color:#414141; line-height:1 !important; color:#555555; float:none; display:inline-block; text-align:left;}
.form ol li input.checkbox,
.form ol li .radio-btns input{ width:auto; margin:13px 10px 0 0 !important; padding:0px !important; float:none; display:inline-block;}
.form ol li .radio-btns label{ width:auto !important; float:none; display:inline-block; padding:0px; margin-right:40px; color:#555555;}
.lt-ie8 .form ol li .radio-btns label {padding-top:12px;}
.lt-ie8 .form ol li .radio-btns input {margin-top:0px !important;}

.form ol li .radio-list { display:inline-block; float:left; width:55%; background:#f7f7f7; padding:7px 2%;  }
.form ol li .radio-list input { width:auto; margin:5px !important; padding:0px !important; float:none; display:inline-block; }
.form ol li .radio-list label { width:auto !important; float:none; display:inline-block; padding:0px; margin-right:40px; color:#555555; }

.form ol li .s25 { width:17% }
.form ol li .s33 { width:25.1% }
.form ol li .s50 { width:41.5% }
.form ol li .s67 { width:65% }
.form ol li .s75 { width:73% }
.form ol li .s80 { width:80% }
.form ol li .s87 { width:85% }
.form ol li .s99 { width:90.425% }

.form ol li .small{font-size:12px;}

.general-content{padding:20px;}
.form-error{display: block; background: #d0113e;padding:10px; border:1 px solid #8f0c2b; color:#fff; font-size:12px; clear:both;}
.form-success{display: block; background: #83bf0e;padding:10px; border:1 px solid #5c8808; color:#fff; font-size:12px; clear:both}


/* Bizform
-----------------------------------------------------------------------------------*/

table.EditingFormTable td{ border:none !important;}
	
.EditingFormTable input{float:none; margin-left:10px; padding:10px; border: 1px solid #ddd;}
.EditingFormTable img{margin-bottom:0px;}
.EditingFormTable table{border: none; vertical-align:top;}
.EditingFormTable table table{margin:0px; vertical-align:top;}
table.EditingFormTable td{border: none; border-bottom:1px solid #fff !important; }

.EditingFormTable{width:99%; display:block; border:1px solid #ddd; -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); margin:20px 0px;}
.EditingFormTable{ background:#fff; }

.EditingFormTable .EditingFormLabelCell{width:30%; vertical-align:top; text-align:right; padding:20px 10px; border-bottom:1px solid #ddd; background: url(../img/background/form-grad.png) repeat-x bottom;}
.EditingFormTable .EditingFormLabelCell label{text-align:right; width:100%; color:#00927b;}
.EditingFormTable .EditingFormValueCell{width:70%; font-size:12px; vertical-align:top;padding:20px 10px; border-bottom:1px solid #ddd; background: url(../img/background/form-grad.png) repeat-x bottom;}
.EditingFormTable .EditingFormValueCell label{text-align:left; padding-top:0px; padding-left:5px; color:#00927b}
.EditingFormLabel{color:#00927b}
	
.EditingFormTable .DicussionPanel{}
.EditingFormTable .DicussionPanel input{width:20px; height:20px; display:block; float:left; display:inline;}
.EditingFormTable select.ExtraSmallDropDown{width:15%}
.EditingFormTable textarea{width:80%; height:200px; padding:10px; border: 1px solid #ddd;}
.EditingFormTable .FilterTextBox{width:40%;}
	
#p_lt_zoneContent_BizForm_viewBiz_ctl00_InternationalPhone_Label1{float:left; display:inline; padding:5px 2px 5px 10px;}
.UploaderLabel{float:left; display:inline; padding-top:10px;}
.EditingFormErrorLabel, .ErrorLabel{display: block; background: #d0113e;padding:10px; border:1 px solid #8f0c2b; color:#fff; font-size:12px; clear:both;}

.EditingFormControlNestedControl label{ margin:0px 0px 0px 0px; font-size:12px;}
.EditingFormControlNestedControl table td{width:auto;}
.EditingFormControlNestedControl span{padding-left:10px;}

.ListBoxField{width:60%;}
.CalendarAction{ margin:5px;}
.CalendarIcon{ margin:5px;}

.EditingFormTable .CaptchaTable input{width:90%;}

.EditingFormTable .TextBoxField{width:60%;}

.FormButton{background: #fff url(../img/background/general-button-bg.png) bottom repeat-x; border:1px solid #eee; 
							padding:10px 25px 10px 25px; text-align:center; display:inline-block;
 							color:#00927b; text-decoration:none;
							font-family: 'OpenSansSemibold', Arial, sans-serif;  border-radius:3px; box-shadow:inset 0px -1px 0px #fff;}
	

/* Sub Content
-----------------------------------------------------------------------------------*/
#sub-content{ background:url(../img/background/section-divider.jpg) repeat-x; padding-top:40px;}
.lt-ie8 #sub-content{ padding-bottom:20px; }
#sub-content .side-panel{-webkit-box-shadow: none;  box-shadow: none;  }

/* Extra Content
-----------------------------------------------------------------------------------*/
#extra-content{ background:#f3f3f3; border-top: 1px solid #ddd; padding-top:20px;}
.lt-ie8 #extra-content { padding-bottom:20px;}
#extra-content h2{ color:#838383; padding-bottom:20px;}
#extra-content .module.thumb .container{ background:#fff; }
#extra-content .module.thumb h4 a{background:#630460; color:#fff; text-decoration:none;}
#extra-content .module.thumb h4 a:hover{ background:#8f188b;}
#extra-content .module.thumb a{color:#630460; text-decoration:underline;}


/* Social
-----------------------------------------------------------------------------------*/
#social{ background:url(../img/background/section-divider.jpg) repeat-x; padding-top:18px; }
#social .wrap { background:url(../img/background/diagonal.png); padding: 30px 0px;}

.feed-head h4{ background:#fff; border: 1px solid #eee; padding:20px; text-align: center; color: #3a8dce; text-transform:uppercase; font-size:12px;}
.feed-head h4 a{color: #3a8dce;}

.tweet{ padding-left:35px !important; background:url(../img/background/quote.png) no-repeat left 10px; font-size:14px; line-height:22px; padding-top:10px; margin-bottom:20px;}

.more-social{}
.more-social ul{list-style:none; margin:0px; padding:0; background:#f3f3f3; border-radius: 3px; padding:15px; border:1px solid #ddd;}
.more-social ul li{ float:left; display:inline; margin-right:10px;}
.more-social ul li:last-child{ margin-right:0px; }
.more-social ul li a{ display: block;}
							
/* Partners
-----------------------------------------------------------------------------------*/						
#partners{ border-top:15px solid #f3f3f3; }
#partners .wrap { background:url(../img/background/diagonal.png); padding: 30px 0px; border-top:1px solid #e3e3e3;}
#partners .logo img {border:1px solid #eee;}

/* Directory
-----------------------------------------------------------------------------------*/	
#directory{}
.directory-head{padding:10px 0px; margin-bottom:30px;-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); position:relative;border-top: 1px solid #ddd; border-bottom:1px solid #eee;}
.directory-head h2{color:#00927b; float:left; display:inline; padding:0px; margin:0px;}
.directory-head p{float:right; display: inline; padding:10px 0px 0px 0px; margin:0px; font-size:14px;}
.directory-head p a{color:#00927b;}

.directory-listing{padding-bottom:30px;}
.directory-listing .section{border-right: 1px solid #eee}
.directory-listing h4{color:#00927b;}
.directory-listing h4 a{color:#00927b; text-decoration:none;}
.directory-listing h4 a:hover{ text-decoration: underline;}
.directory-listing ul{list-style:none; padding-left:0px; font-size:12px; line-height:16px; padding-right:20px;}
.directory-listing ul li{padding-bottom:8px;}
.directory-listing ul li a{text-decoration:underline; color:#555555;}

/* Footer
-----------------------------------------------------------------------------------*/
#footer{padding:20px 0px; background:#00927b; font-size:12px !important; color:#fff !important}
		
#footer .listing{}
#footer .listing ul{padding-left:0px;}
#footer .listing ul li{float:left; display:inline; padding-right:10px; border-right:1px solid #00755c; margin-right:10px;}
#footer .listing ul li:last-child{border-right:none; padding-right:0px; margin-right:0px;}
#footer .listing ul li a{ color:#fff; text-decoration:underline;}
#footer .listing.end ul{ text-align: right; float:left;}

ul#sitemaplist	{ -moz-column-count:2; -moz-column-gap:5%; -webkit-column-count:2; -webkit-column-gap:5%; padding-bottom:30px;
						column-count:2; column-gap:5%; bpadding-top:1em; padding-left:0px; }
						
ul#sitemaplist li{font-weight:bold; font-size:18px;  margin-bottom:5px; margin-top:5px;}
ul#sitemaplist ul ul{padding: 10px 0px 10px 30px;}
ul#sitemaplist ul ul ul{padding: 0px 0px 0px 20px;}
ul#sitemaplist ul li{font-weight:bold; font-size:14px; }
ul#sitemaplist ul li a{color:#00927B}
ul#sitemaplist li li{padding-left:0px;}
ul#sitemaplist li li li{ font-weight: normal; font-size:12px; }
ul#sitemaplist li li li a{color:#3A8DCE;}
ul#sitemaplist li li ul{ background:#f3f3f3;}

/* Shopping Cart  
------------------------------------------------------------------------------------*/	
.shop-item{ clear:both; margin-bottom:50px}

.cart{}
.cart h3{}
.cart p strong{}
.cart p.totals{}
.cart-products{ list-style:none; margin:10px 0px; padding:0px;}
.cart-products li{border-bottom: 1px solid #ddd; padding: 5px 0px; margin:0px;}
.cart-products li .price{}

.cart .actions{}

.shop-item .module-image{ margin-left: 30px; margin-bottom:30px; width:45%;}
.shop-item .module-image img{margin-bottom:0px;}
.shop-item .module-image p{ padding:10px; margin:0px 0px 10px 0px; background:#f3f3f3; border-bottom:1px solid #eee;}

.shop .utils{font-size:24px;}
.price 						{ color:#3e3e3e; }
.price strong 				{ color:#00927b; font-family: 'OpenSansBold', Arial, sans-serif;}
.shop .CartItemSelectorContainer	{ margin:5px; }
.shop .AddToCartTextBox 			{ width:50px; vertical-align:middle; margin:0 4px 0 5px; padding:2px 3px 3px 3px; }
.shop .AddToCartImageButton 		{ vertical-align:middle; }
.shop .AddToCartQuantity			{ vertical-align:middle; }
.shop .AddToCartContainer			{  }
.shop .AddToCartQuantity			{  }

.shop .CartTable				{ margin:20px 40px 20px 0; width:100% !important; border:none; padding:0;  clear:both; }
	.shop .CartTable td			{ padding:0; border:none; font-size:100% }
	.shop .CartTable td .BlockTitle	{ font-size:1em; display:block; font-weight:bold; margin:0 0 5px 0; padding:0 0 5px 0; color:#000; border-bottom:1px solid #ddd;}
	.shop .CartTable .TextRight 			{ text-align:right; } 
	.shop .CartStepTable							{ border:none; margin:0 }
	.shop .CartStepTable	td					{ border:none; font-size:100%; text-align:left}
	.shop .CartStepTable .CartStepHeader				{ color:#fff; padding:10px 10px; margin:20px 0px; border-bottom:1px solid #00755c; font-size:14px; text-align:left; background-color:#00927b}
	.shop .CartStepTable .CartStepBody					{ border:none; font-size:1em }
	.shop .CartTable .ContentButton,
	.shop .CartTable .LongButton,
	.AddToCartContainer a				{ -webkit-border-radius: 3px; border-radius: 3px; text-align:center; display:inline-block; text-transform:uppercase; color:#fff !important;
													-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 6px rgba(0,0,0,0.2); box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);; border:5px solid #fff; color:#fff; 
													font-family: 'OpenSansExtrabold', Arial, sans-serif;text-shadow: 0px 1px 2px #00362c; background: #00927b; padding:5px 10px; }
	/*.shop .CartStepTable .CartStepBody div span	{ color:#4c5556; font-weight:normal; margin:0 0 10px 0}*/
	.shop .CartStepTable .CartStepBody .BlockContent	{ border-bottom:1px solid #f1ede8; padding:0 0 10px 0; margin:0 0 10px 0; }
	.shop .CartStepTable .CartStepBody .BlockContent table	{ width:100%; border:none; border-collapse:collapse; margin:0;  font-size:1em; text-align:left}
	.shop .CartStepTable .CartStepBody .BlockContent label			{ padding:0 5px; }
	.shop .CartStepTable .CartStepBody .BlockContent .TextAreaField	{ font-size:1em !important; padding:5px}
	.shop .CartStepTable .CartStepBody .BlockContent table td		{ padding:5px 0;  font-size:100%}
	.shop .CartStepTable .CartStepBody .BlockContent table .CartContentTable td { border:1px solid #ddd; padding:7px 10px;  background-color:#f3f3f3; font-size:100%; text-align:left;}
	.shop .CartStepTable .CartStepBody .BlockContent table .CartContentTable td .UnitsTextBox { width:35px; font-family:Arial, Helvetica, sans-serif}
	.shop .CartStepTable .CartStepBody .BlockContent table .CartContentTable td span	{ font-size:100%}
	.shop .CartStepTable .CartStepBody .BlockContent table .CartContentTable th{ border-top: 1px solid #00927b; border-bottom: 1px solid #00927b; color: #00927b; font-size:12px; text-align:left; line-height:14px; padding:10px 10px;}
	.shop .CartStepTable .CartStepBody .BlockContent table .FieldLabel  	{ padding:0 10px 0 0; color:#000 }
	.shop .CartStepTable .CartStepBody .BlockContent table .FieldLabel span	{ color:#000}
	.shop .CartStepTable .CartStepBody .CartStepInnerPanel				{ padding:10px 0}
	.shop .CartStepTable .CartStepBody .BlockContent #tblSignIn			{ border-bottom:1px solid #e9e9e9; width:100%; }
	.shop .CartStepTable .CartStepBody .BlockContent #tblSignIn td		{ padding:5px 0; font-size:100%}
	.shop .CartStepTable .CartStepBody .BlockContent #tblSignIn .FieldLabel { padding:0 10px 0 0; color:#323334 !important }
	.shop .CartStepTable .CartStepBody .BlockContent #tblSignIn .FieldLabel span { color:#000 }
	.shop .CartStepTable .CartStepBody .BlockContent #tblSignIn .TextBoxField, .shop .CartStepTable .CartStepBody .BlockContent #tblSignIn .TextBoxField .TextboxField	{ color:#59595c; width:200px; padding:2px;  font-size:1em !important}
	.shop .CartStepTable .CartStepBody .BlockContent table fieldset		{ border:1px solid #e9e9e9; padding:10px;}
	.shop .CartStepTable .CartStepBody .BlockContent table legend			{ color:#00927b; padding:5px}
	.shop .CartStepTable .CartStepBody .BlockContent #tblRegistration	{ border-bottom:1px solid #e9e9e9; width:100%;}
	.shop .CartStepTable .CartStepBody .BlockContent #tblRegistration .FieldLabel	{ padding:0 10px 0 0; color:#323334; width:150px;}
	.shop .CartStepTable .CartStepBody .BlockContent #tblRegistration .FieldLabel span	{ color:#323334 }
	.shop .CartStepTable .CartStepBody .BlockContent #tblRegistration .TextBoxField, .shop .CartStepTable .CartStepBody .BlockContent #tblRegistration .TextboxField	{ color:#59595c; width:200px; padding:2px;  font-size:1em !important}
	.shop .CartStepTable .CartStepBody .BlockContent #tblAnonymous		{ border-bottom:1px solid #e9e9e9; width:100%;}
	.shop .CartStepTable .CartStepBody .BlockContent #tblAnonymous .FieldLabel	{  padding:0 10px 0 0; color:#4d4d4d; width:150px}
	.shop .CartStepTable .CartStepBody .BlockContent #tblAnonymous .FieldLabel span	{ color:#4d4d4d}
	.shop .CartStepTable .CartStepBody .BlockContent #tblAnonymous .TextBoxField, .shop .CartStepTable .CartStepBody .BlockContent #tblAnonymous .TextboxField	{ width:200px; padding:2px;  font-size:1em !important}
	.shop .CartStepTable .CartStepBody .CartStepPanel .CartStepInnerPanel .InfoLabel { background-color:#528125; padding:10px; display:block; margin:0 0 10px 0; color:#fff }
	.shop .CartStepTable .CartStepBody #billingAddrTable, .shop .CartStepTable .CartStepBody #shippingAddrTable	{ width:100%;  }
	.shop .CartStepTable .CartStepBody #billingAddrTable .FieldLabel, .shop .CartStepTable .CartStepBody #shippingAddrTable .FieldLabel	{ padding:0 10px 0 0}
	.shop .CartStepTable .CartStepBody #billingAddrTable .FieldLabel span, .shop .CartStepTable .CartStepBody #shippingAddrTable .FieldLabel span	{ color:#000;  font-weight:normal; display:block; margin:0 0 10px 0}
	.shop .CartStepTable .CartStepBody #billingAddrTable .TextBoxField, .shop .CartStepTable .CartStepBody #billingAddrTable .TextboxField, .shop .CartStepTable .CartStepBody #shippingAddrTable .TextboxField	{  ; width:200px; padding:2px; font-size:1em !important}
	.shop .CartStepTable .CartStepBody #billingAddrTable .DropDownField, .shop .CartStepTable .CartStepBody #shippingAddrTable .DropDownField { font-size:1em !important}
	.shop .CartStepTable .CartStepBody #billingAddrTable td select, .shop .CartStepTable .CartStepBody #shippingAddrTable td select	{  }
	.shop .CartStepTable .CartStepBody .CartStepPanel .CartStepInnerPanel table td	{ font-size:100%}
	.shop .CartStepTable .CartStepBody .CartStepPanel .CartStepInnerPanel table td span	{ color:#000}
	.shop .CartStepTable .CartStepBody .BlockContent .ErrorLabel	{ color:#ed6508; font-size:0.875em; padding:10px 0; display:block; }
	.shop .CartStepTable .CartStepBody .BlockContent .ErrorLabel a:link, .shop .CartStepTable .CartStepBody .BlockContent .ErrorLabel a:active, .shop .CartStepTable .CartStepBody .BlockContent .ErrorLabel a:visited { color:#ed6508; text-decoration:underline}
	.shop .CartStepTable .CartStepBody .BlockContent .ErrorLabel a:hover { color:#ed6508; text-decoration:none}
	.shop .CartStepTable .CartStepBody .BlockContent .LineErrorLabel { color:#ed6508 !important; font-size:0.875em; padding:10px 0; display:block; }
	.shop .CartStepTable .CartStepBody .BlockContent #CartTotalLblTD, .shop .CartStepTable .CartStepBody .BlockContent #CartTotalValueTD { padding:10px 0; color:#528125}
	.shop .CartStepTable .CartStepBody .BlockContent #CartTotalLblTD span { color:#528125}
	.shop .CartStepTable .CartStepBody .BlockContent #CartTotalValueTD span { font-weight:bold; color:#528125}


@media print {
	#directory, #main-nav, #social, .side-navigation, .site-wide-highlight, .page-head-container ul, .side-panel, .service-filter, .support,.flexslider {display:none !important;}
	.a-service, .service-type, .service-container{ width:100% !important; display: block !important; height: auto !important; position:static !important;  border-bottom:1px solid #ddd !important; overflow:visible; padding:0px !important;}
	.a-service[style], .service-type[style], .service-container[style]{ width:100% !important; display: block !important; height: auto !important; position:static !important;  border-bottom:1px solid #ddd !important; overflow:visible !important; }
	.a-service {padding-bottom:20px !important;}
	.service-type h3{padding-left: 0px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
		 font-family: Arial, Geneva, sans-serif !important;
    }
	
	.module.thumb{width:30% !important; margin-right:2% !important;}
	.link-list, .doc-listing, .flexslider, .flexslider ul.slides, .flexslider li{width:800px !important; margin:0px !important; position:static !important;}

    a,
    a:visited {
        text-decoration: underline;
    }


    abbr[title]:after {
        content: " (" attr(title) ")";
    }


    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    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;
    }
}


/* structure */
div[class^=col-], section[class^=col-], li[class^=col-], a[class^=col-] {
	float: left;
	margin-right: 2%;
	position: relative;
	box-sizing:border-box;
}
div[class^=span-], section[class^=span-], li[class^=span-], a[class^=span-] {
	float: left;
	margin-right: 2%;
	position: relative;
	box-sizing:border-box;
}
.grid div[class^=col-], .grid section[class^=col-], .grid li[class^=col-], .grid a[class^=col-] {
	margin-bottom: 2%;
}
/* structure no margins */
div[class^=coln-], section[class^=coln-], li[class^=coln-], a[class^=coln-] {
	float: left;
	position: relative;
}
div[class^=span-], section[class^=spann-], li[class^=spann-], a[class^=spann-] {
	float: left;
	position: relative;
}
/* 1 columns */
.col-12, .span-12 {
	width: 100%
}
.coln-12, .spann-12 {
	width: 100%
}
div:last-child.col-12, section:last-child.col-12, li:last-child.col-12 {
	margin-right: 0%;
}
div:last-child.span-12, section:last-child.span-12, li:last-child.span-12 {
	margin-right: 0%;
}
.col-11, .span-11 {
	width: 91.5%
}
.coln-11, .spann-11 {
	width: 91.6%
}
div:last-child.col-11, section:last-child.col-11, li:last-child.col-11 {
	margin-right: 0%;
}
div:last-child.span-11, section:last-child.span-11, li:last-child.span-11 {
	margin-right: 0%;
}
.col-10, .span-10 {
	width: 83%
}
.coln-10, .spann-10 {
	width: 83.4%
}
div:last-child.col-10, section:last-child.col-10, li:last-child.col-10 {
	margin-right: 0%;
}
div:last-child.span-10, section:last-child.span-10, li:last-child.span-10 {
	margin-right: 0%;
}
.col-9, .span-9 {
	width: 74.5%
}
.coln-9, .spann-9 {
	width: 75%
}
div:last-child.col-9, section:last-child.col-9, li:last-child.col-9 {
	margin-right: 0%;
}
div:last-child.span-9, section:last-child.span-9, li:last-child.span-9 {
	margin-right: 0%;
}
.col-8, .span-8 {
	width: 66%
}
.coln-8, .spann-8 {
	width: 66.6%
}
div:last-child.col-8, section:last-child.col-8, li:last-child.col-8 {
	margin-right: 0%;
}
#div:last-child.span-8, section:last-child.span-8, li:last-child.span-8 {
	margin-right: 0%;
}
.col-7, .span-7 {
	width: 57.5%
}
.coln-7, .spann-7 {
	width: 58.4%
}
div:last-child.col-7, section:last-child.col-7, li:last-child.col-7 {
	margin-right: 0%;
}
div:last-child.span-7, section:last-child.span-7, li:last-child.span-7 {
	margin-right: 0%;
}
/* 2 columns */
.col-6, .span-6 {
	width: 49%;
}
.coln-6, .spann-6 {
	width: 50%;
}
div:nth-child(2n).col-6, div:last-child.col-6, div:nth-child(2n).span-6, div:last-child.span-6 {
	margin-right: 0%;
}
section:nth-child(2n).col-6, section:last-child.col-6, section:nth-child(2n).span-6, section:last-child.span-6 {
	margin-right: 0%;
}
li:nth-child(2n).col-6, li:last-child.col-6, li:nth-child(2n).span-6, li:last-child.span-6 {
	margin-right: 0%;
}
.col-5, .span-5 {
	width: 40.5%
}
.coln-5, .spann-5 {
	width: 41.6%
}
div:last-child.col-5, section:last-child.col-5, li:last-child.col-5 {
	margin-right: 0%;
}
div:last-child.span-5, section:last-child.span-5, li:last-child.span-5 {
	margin-right: 0%;
}
/* 3 columns */
.col-4, .span-4 {
	width: 32%
}
.coln-4, .spann-4 {
	width: 33.3%
}
div:nth-child(3n).col-4, div:last-child.col-4, div:nth-child(3n).span-4, div:last-child.span-4 {
	margin-right: 0%;
}
section:nth-child(3n).col-4, section:last-child.col-4, section:nth-child(3n).span-4, section:last-child.span-4 {
	margin-right: 0%;
}
li:nth-child(3n).col-4, li:last-child.col-4, li:nth-child(3n).span-4, li:last-child.span-4 {
	margin-right: 0%;
}
a:nth-child(3n).col-4, a:last-child.col-4, a:nth-child(3n).span-4, a:last-child.span-4 {
	margin-right: 0%;
}
/* 4 columns */
.col-3, .span-3 {
	width: 23.5%
}
.coln-3, .spann-3 {
	width: 25%
}
div:nth-child(4n).col-3, div:last-child.col-3, div:nth-child(4n).span-3, div:last-child.span-3 {
	margin-right: 0%;
}
section:nth-child(4n).col-3, section:last-child.col-3, section:nth-child(4n).span-3, section:last-child.span-3 {
	margin-right: 0%;
}
li:nth-child(4n).col-3, li:last-child.col-3, li:nth-child(4n).span-3, li:last-child.span-3 {
	margin-right: 0%;
}
a:nth-child(4n).col-3, a:last-child.col-3, a:nth-child(4n).span-3, a:last-child.span-3 {
	margin-right: 0%;
}
/* 6 columns */
.col-2, .span-2 {
	width: 15%
}
.coln-2, .spann-2 {
	width: 16.6%
}
div:nth-child(6).col-2, div:last-child.col-2, div:nth-child(6).span-2, div:last-child.span-2 {
	margin-right: 0%;
}
section:nth-child(6).col-2, section:last-child.col-2, section:nth-child(6).span-2, section:last-child.span-2 {
	margin-right: 0%;
}
li:nth-child(6).col-2, li:last-child.col-2, li:nth-child(6).span-2, li:last-child.span-2 {
	margin-right: 0%;
}
.col-1, .span-1 {
	width: 6.5%
}
.coln-1, .spann-1 {
	width: 8.4%
}
div:nth-child(12).col-1, div:last-child.col-1, div:nth-child(12).span-1, div:last-child.span-1 {
	margin-right: 0%;
}
section:nth-child(12).col-1, section:last-child.col-1, section:nth-child(12).span-1, section:last-child.span-1 {
	margin-right: 0%;
}
li:nth-child(12).col-1, li:last-child.col-1, li:nth-child(12).span-1, li:last-child.span-1 {
	margin-right: 0%;
}
/* floaties */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}

.base {
	width: 980px;
	margin: auto;
}

.ar {
	text-align: right;
}
.al {
	text-align: left;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.epd5 {
	padding: 5px;
}
.epd10 {
	padding: 10px;
}
.epd20 {
	padding: 10px;
}






.content{padding:20px 0px;}
.content .main, .content .sidebar{margin:0%;}
.content .sidebar{float:left; margin-right:2%; width:18%;}.main-col{background:#fff;}

.content .sidebar nav{border:1px solid #ccc; box-shadow:0px 0px 4px rgba(0,0,0,0.2)}
.content .sidebar nav ul li{border-bottom:1px solid #ccc; background:#eeeeee;} .content .sidebar nav ul li:last-child{border:0px; }
.content .sidebar nav ul li span{display:block; padding:10px; background:#4289c7; color:#fff;}
.content .sidebar nav ul li a{padding:10px; display:block; text-decoration:none; color:#606262;}

.profile-header{box-shadow:0px 0px 4px rgba(0,0,0,0.2)}
/*.profile-header .prof-content{padding:20px;} */
.profile-header .prof-content{padding:10px 0px 0 0} 

.profile-header .prof-content p{padding-bottom:20px;}
.profile-header .prof-pic img{width:100%; display:block;}

.prof-content .share ul{list-style:none;}
.prof-content .share ul li{float:left; margin-right:10px; font-weight:600;}  .prof-content .share ul li:first-child{margin-right:20px; padding-top:10px;}
.prof-content .share ul li img{width:40px; height:40px;}

.carousel-home{width:95%; margin:auto;}
.carousel-home .item{background:#f0f0f0; padding:10px; margin:0px 5px; position:relative;}
.carousel-home .item img{width:100%; display:block;}
.carousel-home .item .photo{position:relative; overflow:hidden;}
.carousel-home .item .slide{position:absolute; height:110px; background:#008D7B; background:rgba(0,141,123,0.9); bottom:-120px; left:0px; width:100%; cursor:pointer;}
.carousel-home .item .slide .launch{color:#fff; text-align:center;} 
.carousel-home .item .slide .launch p{padding-bottom:15px; font-size:16px; font-weight:500; margin:0px;}
.carousel-home .item .slide .launch span{display:block; color:#003c34;}

.featured-stories .fa{font-size:20px; color:#025290; cursor:pointer;}
.featured-stories .prev{position:absolute; left:0px; top:55%;} .featured-stories .next{position:absolute; right:0px; top:55%;}

.featured-stories{padding:20px 0px; position:relative;}
.featured-stories h2{color:#4289c7; border-bottom:1px solid #eaeaea; margin-bottom:20px; padding-bottom:15px;}

.story-content{display:none; background:#F0F0F0; margin-bottom:20px; position:relative;} .story-content h1{font-size:30px; margin-bottom:20px;}
.story-content .story-right img, .story-content .story-left img{width:100%; display:block;} .story-content .story-left img{margin-bottom:20px;} .story-content .story-left p{padding-bottom:20px;}

.story-content .share ul{list-style:none;}
.story-content .share ul li{float:left; margin-right:10px; font-weight:600;}  .story-content .share ul li:first-child{margin-right:20px; padding-top:10px;}
.story-content .share ul li img{width:40px; height:40px;}

.submit-stories h2{color:#10689b; border-bottom:1px solid #eaeaea; margin-bottom:20px; padding-bottom:15px;}
.submit-stories .story{background:#f0f0f0; padding:10px; position:relative; min-height:220px;} .submit-stories .story h3{color:#4289c7; margin-top:10px;} .submit-stories .story a{color:#008d7b; text-decoration:none;}
.submit-stories .story img{width:50px; height:50px; border-radius:50%; float:left; margin-right:10px; margin-bottom:10px;} .submit-stories .story p{display:block; clear:left; padding-bottom:20px; font-size:11px;word-wrap: break-word;}
.submit-stories .story span{position:absolute; top:10px; right:10px;}

.show-more{text-align:center;}
.show-more a{display:inline-block; padding:5px 10px; border:2px solid #ccc; text-decoration:none; background:#f9f9f9; color:#333; border-radius:3px;}

.act-story{margin-bottom:2%; display:none;}
.act-story .story{padding:20px; }

.close-act-story{position:absolute; top:20px; right:20px; z-index:3; cursor:pointer; font-size:16px; color:#008d7b;}
.close-story-content{position:absolute; top:20px; right:20px; z-index:3; cursor:pointer; font-size:16px; color:#008d7b;}

.submit-stories .story span:after{font-family:'fontawesome'; color:#6f6f6f}
.tw span:after{content:"\f099"} 
/*.em span:after{content:"\f0e0"} */
.fb span:after{content:"\f09a";}
.tw .ar{display:none;}

.yours{background:#f0f0f0; padding:15px; position:relative;}
.yours h3, .yours p{margin-bottom:20px;} .yours h3{font-size:18px;}
.yours ul{list-style:none; margin-top:28px;} .yours ul li{float:left; width:33%; text-align:center;} .yours ul li img{width:40px; height:40px;}

.more-info{background:#f3f3f3; padding:20px 0px; border-top:2px solid #d3d3d3;}
.more-info h1{color:#707070; padding-bottom:10px;}
.info-box{width:18.4%; float:left; margin-right:2%; background:#fff; border:1px solid #ccc; padding:5px; font-size:12px;} div:last-child.info-box{margin-right:0%;}
.info-box h2{background:#781973; color:#fff; padding:5px; font-size:14px; margin-bottom:10px;}
.info-box a{color:#781973;}
.twitter-feed{background:#fff url(../_img/pat.png); padding:20px 0px; border-top:1px solid #d3d3d3;}
.twitter-feed #twitter-feed{padding-left:30px; background:url(../_img/icon-quote.png) top left no-repeat;}
.twitter-feed .header{background:#fff; padding:10px; color:#2687e2; text-transform:uppercase; font-weight:600; text-align:center; border:1px solid #d3d3d3;}
.twitter-feed .social{background:#fff; padding:10px; color:#2687e2; font-weight:600; text-align:center; border:1px solid #d3d3d3;}
.twitter-feed .social ul{list-style:none;} .twitter-feed .social ul li{float:left; margin-right:10px; font-size:30px;}
.twitter-feed .social ul li a i{text-decoration:none;}
.twitter-feed .social ul li a i.fa-facebook-square{color:#093e7d;}
.twitter-feed .social ul li a i.fa-twitter-square{color:#2687e2;}
.twitter-feed .social ul li a i.fa-youtube-square{color:#8b000e;}

.directory{padding:20px 0px; border-bottom: 1px solid #eee; border-top: 1px solid #ddd; box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);  position: relative;}
.directory h2{color:#00927b; margin-bottom:20px;} .directory .ar{padding-top:8px;} .directory a{color:#00927b;}

.well h3{color:#00927b; margin-bottom:10px;}
.well ul{list-style:none;} .well li a{color:#4a4c4b; display:block; padding-bottom:3px;} .well{padding:10px; float:left; width:20%;} div:first-child.well{padding-left:0px;}

footer.main ul li{float:left; margin-right:5px; padding-right:5px; border-right:1px solid #000;}
footer.main ul li a{color:#fff;}

.form-call h1{font-size:20px; margin-bottom:20px; color:#01927b;} .form-call .photo{height:60px; width:60px; border:1px solid #ccc;} .form-call .photo img{width:100%;}
.form-call label{display:block; margin-bottom:10px; text-align:left; font-weight:bold;} 
.form-call input[type=text], .form-call textarea{margin-bottom:10px; width:100%; padding:10px}
.form-call label input[type=text]{padding:5px; margin-left:10px; width:80%}
.area, .final-form{padding:10px 0px;} .area textarea{width:100%; padding:10px;}
.final-form .col-9{font-size:11px;} .final-form input[type=submit]{background:#01927b; border:1px solid #01927b; border-radius:3px; color:#fff; padding:5px 10px;}

.bottom-close{text-align:left; color:#008d7b; cursor: pointer; font-size: 16px; padding-right:10px}

.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background:  url('../_img/fancybox_overlay.png');
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 200ms ease-in;
		-moz-transition: opacity 200ms ease-in;
		transition: opacity 200ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 500px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

.close {
	background-image:  url('../_img/fancybox_sprite.png');
	text-indent:-99999px;
}
.close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}






.submittedStories-container{ margin:0 auto; position:relative;  z-index:1;  text-align:center; }
.submittedStories-container table{width:100%;} 
.submittedStories-container input[type="text"], input[type="password"]{ font-size:14px; background:#fff; border:1px solid #cfcfcf; width:100%; padding:8px;}
.submittedStories-container textarea{ font-size:14px; background:#fff; border:1px solid #cfcfcf; width:90%; padding:8px;}
.submittedStories-container select{ font-size:14px; background:#fff; border:1px solid #cfcfcf; width:100%; padding:8px; }
.submittedStories-container input[type="submit"]{margin-top:30px; border:none; padding:4px 15px; text-decoration:none; font-size:14px; cursor:pointer; text-align:center; }
.submittedStories-container input{margin-bottom:15px; }

.col-4, .span-4{width:32%}
a.btn{ background:#00927b;  padding:12px 12px; font-size:16px; color:#fff; border-radius:3px; text-decoration:none; display:inline-block;}
a.btn i{padding-left:10px;}
a.btn:hover{ background:#006e5d;}

.text-styles p.intro{font-size:20px; line-height:28px; }

.text-styles p{ font-size:15px; padding-bottom:0px!important;}

.share ul{ padding-left:0px;}

.fluid-width-video-wrapper{ display:block; margin-bottom:26px;}

.story h3{ font-size:16px;}

.ar{ position:absolute; bottom:10px; right:10px;}
.submittedstoryupdate{width:100% !important;}

.submit-stories h2{ font-size:16px; padding-bottom:0px;}
.featured-stories h2{  font-size:16px; padding-bottom:0px;}

/* amneds 120914 */
.story h3{font-size:12px; font-family:'OpenSansRegular';}
.final-form input[type=checkbox]{width:auto;}
.final-form label{display:inline-block; margin-right:2px;}
.shares{align-content:center;text-align:center}


div.newcol-3{margin:0%; float:right;}
div.newcol-9{margin:0%; float:left;}
.hash{text-align:center;font-size:16px}

/* 24092015 */

/* amneds 24092015 */
.button {
border: 0px solid #00755c;
    padding: 10px 25px 10px 25px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #00755c;
    text-decoration: none;
    font-family: 'OpenSansSemibold', Arial, sans-serif;
    border-radius: 3px;
    box-shadow: inset 0px -1px 0px #fff;
}

/* end amneds 24092015 */

/* making a iFrame responsive 06102015 */
.videoWrapper {
position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0;
}

.videoWrapper iframe {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* end amneds 06102015 */

/*Pixel Tracking Code 15042016 */
.pixel-tracking {
     max-width:none; 
     height:1px; 
     margin-bottom:0; 
     margin-top:0; 
     border: none; 
     box-shadow: none;
     display: none;
}
/*End Pixel Tracking Code 15042016 */

.content-master .CaptchaTable, .content-master .CaptchaTable tr, .content-master .CaptchaTable tr td{
border: none!important;
}

.content-master .CaptchaTable, .content-master .CaptchaTable img {
margin: 0;
}

.content-master .CaptchaTable tr td {
    padding: 0;
}

.btndonation {
    text-align: center;
    display: block;
    background: none;
}

.btndonation input {
     padding: 10px 80px;
}