/* -----------------------------------------------------------------------
				Variables
----------------------------------------------------------------------- */
/* 	Font Families  */
/* 	Typography Colors  */
/*  Gradients  */
/*
 * used for the about staff page
 */
/*
 * used for the main nav
 */
/*
 * used for news feed items
 *
 */
/*
 * used for the page/post header, selects, and news feed items
 *
 */
/*
 * used for news feed items hover
 *
 */
/*
 * used for submit buttons
 *
 */
/* Other stuff */
/* Footer Stuff */
/* -----------------------------------------------------------------------
				Mixins
----------------------------------------------------------------------- */
/*  vertical-linear gradient bg  */
/* Zero Reset CSS */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, span, em, strong, b, i, img, q, samp, small, dl, dt, dd, ol, ul, li, fieldset, legend, form, label, object, embed, iframe, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, figcaption, figure, footer, header, hgroup, output, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-size: 100%;
  background: transparent; }

address, blockquote, dd, div, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, noscript, ol, p, pre, table, tfoot, ul, article, aside, audio, canvas, figcaption, figure, footer, header, hgroup, output, section, video {
  display: block; }

dl, ol, ul {
  list-style: none; }

table, caption, thead, tbody, tfoot, th, tr, td {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

pre {
  font-family: monospace; }

object, embed {
  vertical-align: bottom; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

:focus {
  outline: 0; }

em, i {
  font-style: italic; }

b, strong {
  font-weight: bold; }

a img {
  display: block; }

input, textarea {
  padding: 0; }

/* ----------------------------------------------------------
HTML and BODY
------------------------------------------------------------- */
body, html {
  height: 100%;
  height: auto;
  min-height: 100%; }

html, body {
  height: 100%; }

body {
  background-color: white;
  padding-top: 15px; }

/* must be same height as the footer */
.entry blockquote {
  quotes: none;
  margin-left: 40px;
  padding-left: 30px;
  border-left: 3px solid #61abe7;
  color: #418ecc; }

.entry blockquote p:first-child {
  margin-bottom: 20px; }

/* ----------------------------------------------------------
clear fix
------------------------------------------------------------- */
.cf:after,
.cf:before,
.clearfix:after,
.clearfix:before {
  content: ' ';
  display: block; }

.cf:after,
.clearfix:after {
  clear: both; }

/* ----------------------------------------------------------
	Wrapper
------------------------------------------------------------- */
.wrap:before,
.wrap:after {
  content: ' ';
  display: block; }

.wrap:after {
  clear: both; }

#inner {
  overflow: hidden;
  position: relative;
  min-width: 1000px;
  width: auto; }

.wrap {
  margin: 0 auto;
  padding: 0;
  width: 1000px; }

#wrap {
  min-height: 100%; }

#content-sidebar-wrap {
  margin: 0 auto;
  width: 1000px; }

#content-wrap {
  background: white;
  margin: 0 auto;
  width: 1000px;
  position: relative;
  top: 553px;
  padding: 0; }

.home #content-wrap {
  position: relative;
  top: auto; }

#inner:before,
#inner:after,
#content-sidebar-wrap:before,
#content-sidebar-wrap:after {
  content: ' ';
  display: block; }

#inner:after,
#content-sidebar-wrap:after {
  clear: both; }

#content-sidebar-wrap > div {
  padding: 35px 0 75px; }

/* Archives/Category page - feed */
.blog #inner,
.archive #inner,
.category #inner,
#posts-wrapper, .search-results #inner {
  background-color: #cee0ee; }

.category-initiatives #inner {
  display: none; }

.archive-title {
  color: #7d8b96;
  text-align: center; }

#posts-wrapper {
  padding: 40px 0; }

/* About page - hide the inner */
body.no-inner #inner {
  display: none; }

.full-width-page #content-sidebar-wrap {
  margin: 0;
  width: auto; }
  .full-width-page #content-sidebar-wrap #content {
    padding: 0; }
  .full-width-page #content-sidebar-wrap #sidebar {
    display: none; }

.ten-elements-page #content-sidebar-wrap {
  margin: 0;
  width: auto; }
  .ten-elements-page #content-sidebar-wrap #content {
    padding: 0; }

body.ten-elements #inner #posts-wrapper {
  background: #679cc8 !important; }

body.ten-elements #inner #posts-wrapper {
  padding: 10px 0 !important; }

/* ----------------------------------------------------------
					Single post pages
------------------------------------------------------------ */
.search-results #inner .entry-wrapper .cat-icon.policy-icon {
  background-position: -100px -3px; }
.search-results #inner .entry:nth-child(even) .entry-wrapper .cat-icon.policy-icon {
  background-position: -121px -3px; }
.search-results #inner .entry:hover .entry-wrapper .cat-icon.policy-icon, .search-results #inner .entry:nth-child(even):hover .entry-wrapper .cat-icon.policy-icon {
  background-position: -142px -3px; }

.single.single-post #inner,
.single.single-policy #inner,
.single.single-element #inner {
  background: url(../img/single-post-bg.png) transparent repeat-y center top;
  min-width: 1000px;
  width: auto; }
  .single.single-post #inner #content-sidebar-wrap,
  .single.single-policy #inner #content-sidebar-wrap,
  .single.single-element #inner #content-sidebar-wrap {
    margin: 0 auto;
    padding-top: 0;
    width: 1000px; }
    .single.single-post #inner #content-sidebar-wrap > div,
    .single.single-policy #inner #content-sidebar-wrap > div,
    .single.single-element #inner #content-sidebar-wrap > div {
      float: left; }
    .single.single-post #inner #content-sidebar-wrap #content,
    .single.single-policy #inner #content-sidebar-wrap #content,
    .single.single-element #inner #content-sidebar-wrap #content {
      width: 680px; }
    .single.single-post #inner #content-sidebar-wrap #sidebar,
    .single.single-policy #inner #content-sidebar-wrap #sidebar,
    .single.single-element #inner #content-sidebar-wrap #sidebar {
      margin-left: 65px;
      padding-left: 20px;
      width: 235px; }
      .single.single-post #inner #content-sidebar-wrap #sidebar > .tags-list-wrapper,
      .single.single-policy #inner #content-sidebar-wrap #sidebar > .tags-list-wrapper,
      .single.single-element #inner #content-sidebar-wrap #sidebar > .tags-list-wrapper {
        background-color: #c3d7e6;
        margin-left: -20px;
        padding: 30px 0px 30px 30px; }
      .single.single-post #inner #content-sidebar-wrap #sidebar > .related-post-wrapper,
      .single.single-policy #inner #content-sidebar-wrap #sidebar > .related-post-wrapper,
      .single.single-element #inner #content-sidebar-wrap #sidebar > .related-post-wrapper {
        background-color: #eff8ff;
        margin-left: -20px;
        padding: 30px 0px 0px 30px; }

/* ----------------------------------------------------------
					10 Elements Page
------------------------------------------------------------ */
#elements-bottom-inner {
  background: url(../img/element-foot.png) transparent repeat-y center top;
  min-width: 1000px;
  width: auto;
  padding-bottom: 20px; }
  #elements-bottom-inner #content-sidebar-wrap {
    margin: 0 auto;
    padding-top: 0;
    width: 1000px; }
    #elements-bottom-inner #content-sidebar-wrap > div {
      float: left; }
    #elements-bottom-inner #content-sidebar-wrap #content {
      width: 680px; }
    #elements-bottom-inner #content-sidebar-wrap #sidebar {
      width: 320px; }
      #elements-bottom-inner #content-sidebar-wrap #sidebar > .tags-list-wrapper {
        background-color: #c3d7e6;
        margin-left: -20px;
        padding: 30px 0px 30px 30px; }

/* ----------------------------------------------------------
					columns
------------------------------------------------------------ */
.half-width:first-child {
  margin-left: 0; }

.half-width {
  float: left;
  margin-left: 10px;
  width: 490px; }

.single-state #inner #content-sidebar-wrap .column-left.super-wide {
  background-color: white;
  margin-right: 85px;
  width: 595px; }
.single-state #inner #content-sidebar-wrap .column-right.small {
  background-color: #5f9dcf;
  float: right;
  width: 320px; }
  .single-state #inner #content-sidebar-wrap .column-right.small .column-inner {
    padding-left: 40px; }
.single-state #inner #content-sidebar-wrap .column {
  padding: 60px 0; }

/* ----------------------------------------------------------
	Navbar
---------------------------------------------------------- */
#nav {
  margin-bottom: -25px;
  position: relative;
  z-index: 99; }

/* ----------------------------------------------------------
	Header
---------------------------------------------------------- */
.header-wrapper {
  width: 100%;
  position: fixed; }

.error404 #content-wrap,
.error404 .header-wrapper,
.home .header-wrapper {
  position: relative;
  top: auto; }

#header {
  background-color: white;
  padding-top: 1px;
  width: 100%; }

#header:before,
#header:after {
  content: ' ';
  display: block; }

#header:after {
  clear: both; }

#title {
  margin-bottom: 40px; }
  #title a {
    display: block;
    float: left;
    text-indent: -9999px;
    width: 330px;
    height: 105px; }

/* ----------------------------------------------------------
	Title Banner
---------------------------------------------------------- */
#title-banner {
  background: #4d8abc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4d8abc 0%, #5f9cce 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d8abc), color-stop(100%, #5f9cce));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4d8abc 0%, #5f9cce 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4d8abc 0%, #5f9cce 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4d8abc 0%, #5f9cce 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4d8abc 0%, #5f9cce 100%);
  /* W3C */
  color: #bee2ff;
  padding: 84px 0 48px; }

#title-banner a {
  color: #bee2ff; }

.ft-overlay {
  background: -moz-linear-gradient(top, rgba(77, 138, 188, 0.9) 0%, rgba(95, 156, 206, 0.9) 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(77, 138, 188, 0.9)), color-stop(100%, rgba(95, 156, 206, 0.9))) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(77, 138, 188, 0.9) 0%, rgba(95, 156, 206, 0.9) 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(77, 138, 188, 0.9) 0%, rgba(95, 156, 206, 0.9) 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(77, 138, 188, 0.9) 0%, rgba(95, 156, 206, 0.9) 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(77, 138, 188, 0.9) 0%, rgba(95, 156, 206, 0.9) 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64d8abc', endColorstr='#e65f9cce',GradientType=0 ) !important;
  /* IE6-9 */
  display: block;
  width: 100%; }

.elements-overlay {
  background: -moz-linear-gradient(top, rgba(84, 145, 195, 0.89) 0%, rgba(84, 145, 195, 0.89) 1%, rgba(84, 145, 195, 0.89) 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(84, 145, 195, 0.89)), color-stop(1%, rgba(84, 145, 195, 0.89)), color-stop(100%, rgba(84, 145, 195, 0.89))) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(84, 145, 195, 0.89) 0%, rgba(84, 145, 195, 0.89) 1%, rgba(84, 145, 195, 0.89) 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(84, 145, 195, 0.89) 0%, rgba(84, 145, 195, 0.89) 1%, rgba(84, 145, 195, 0.89) 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(84, 145, 195, 0.89) 0%, rgba(84, 145, 195, 0.89) 1%, rgba(84, 145, 195, 0.89) 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(84, 145, 195, 0.89) 0%, rgba(84, 145, 195, 0.89) 1%, rgba(84, 145, 195, 0.89) 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e35491c3', endColorstr='#e35491c3',GradientType=0 ) !important;
  /* IE6-9 */
  display: block;
  width: 100%; }

.init-overlay {
  background: -moz-linear-gradient(top, rgba(48, 96, 121, 0.9) 0%, rgba(48, 96, 121, 0.9) 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(48, 96, 121, 0.9)), color-stop(100%, rgba(48, 96, 121, 0.9))) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(48, 96, 121, 0.9) 0%, rgba(48, 96, 121, 0.9) 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(48, 96, 121, 0.9) 0%, rgba(48, 96, 121, 0.9) 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(48, 96, 121, 0.9) 0%, rgba(48, 96, 121, 0.9) 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(48, 96, 121, 0.9) 0%, rgba(48, 96, 121, 0.9) 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6306079', endColorstr='#e6306079',GradientType=0 ) !important;
  /* IE6-9 */
  display: block;
  position: relative;
  width: 100%; }

.testingblock {
  width: 100%; }

/* ----------------------------------------------------------
  Filter  Banner
---------------------------------------------------------- */
.filter-banner {
  background: #fff;
  height: 130px; }
  .filter-banner .filter-header {
    font-size: 12px;
    color: #6f8596;
    font-weight: 700;
    letter-spacing: 3px; }
  .filter-banner h2 {
    letter-spacing: 3px;
    padding-top: 8px;
    padding-bottom: 18px;
    font-weight: 300; }

.filter-left {
  padding-top: 30px;
  float: left; }

.filter-left-news {
  padding-top: 40px;
  float: left; }

.filter-right {
  padding-top: 40px;
  float: right; }

#news-state {
  display: inline !important; }

#news-issue {
  display: inline !important; }

.cat-filter {
  list-style: none;
  display: inline; }
  .cat-filter li {
    list-style: none;
    display: inline; }
  .cat-filter li a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    color: #7d8b96;
    font-weight: 500;
    margin-right: 8px;
    text-decoration: none;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 9; }
    .cat-filter li a:hover {
      /* 		background: #acc3d4;
      		color: #fff;
      		-webkit-border-radius: 6px; 
      		-moz-border-radius: 6px; 
      		border-radius: 6px;  */
      text-decoration: none; }

.current-cat a {
  background: #acc3d4;
  color: #fff !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23); }

/* ----------------------------------------------------------
	Body 
---------------------------------------------------------- */
.columns-wrapper > .column {
  float: left; }
.columns-wrapper .column-left {
  margin-right: 30px;
  width: 235px; }
.columns-wrapper .column-right {
  width: 735px; }

/* ----------------------------------------------------------
	Footer
---------------------------------------------------------- */
#mail-form-wrapper {
  background-color: #eff8ff;
  padding: 54px 0; }

#branding-wrapper {
  background-color: #c3d7e6;
  padding: 45px 0 40px; }

#footer {
  background-color: #40718c;
  padding: 60px 0; }

#footer-content:before,
#footer-content:after {
  content: ' ';
  display: block; }

#footer-content:after {
  clear: both; }

#sub-footer {
  background-color: #244d63;
  padding: 20px 0; }

/* ----------------------------------------------------------
	404 page
---------------------------------------------------------- */
.error404 #title-banner {
  padding: 84px 0 0 !important; }

.notfound {
  font-size: 502px !important;
  color: #fff;
  line-height: 350px;
  letter-spacing: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  text-align: center;
  margin: 0 auto; }

.error-content {
  width: 780px;
  margin: 0 auto;
  color: #505253;
  font-size: 24px; }
  .error-content .error-left {
    float: left;
    padding-top: 80px;
    display: inline-block;
    width: 390px;
    padding-left: 130px; }
    .error-content .error-left a {
      font-size: 18px; }
  .error-content h1.error-message {
    font-size: 40px;
    color: #505253;
    font-weight: 400; }
  .error-content .wastebasket {
    float: left;
    display: inline-block;
    position: relative;
    margin-top: -100px; }

/* --------------------------------------------------------------
	Basic Form Elements
----------------------------------------------------------------- */
.btn,
select,
button,
textarea,
input[type='text'],
input[type='email'],
input[type='search'],
input[type='button'],
input[type='submit'] {
  border: 0px none transparent;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-family: "Helvetica Neue", Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  margin-right: 20px;
  padding: 16px 20px;
  text-transform: uppercase; }

textarea,
input[type='text'],
input[type='email'],
input[type='search'] {
  background-color: white;
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.5) inset; }

.btn,
button,
input[type='submit'] {
  padding: 16px 20px;
  text-align: center; }

.btn,
button,
input[type='submit'] {
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.23) inset;
  -moz-box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.23) inset;
  -webkit-box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.23) inset; }

.btn-centered-wrapper {
  text-align: center;
  margin: 0 auto; }

/* ------------------------------------------------------
 			button types and colors 
 ------------------------------------------------------- */
/* ------------ Green ------------*/
.btn-green,
input[type='submit'] {
  background: #a5d0bb;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5d0bb), color-stop(100%, #7eb198));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #a5d0bb 0%, #7eb198 100%);
  /* W3C */
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  border-top: 1px solid #b7f3d5;
  border-bottom: 1px solid #6d9380;
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23); }

.btn-green:hover,
input[type='submit']:hover {
  background: #7eb198;
  background-image: none; }

#title-banner .btn-green {
  color: white; }

.btn-darkblue,
input[type='submit'] {
  background: #477a96;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #477a96 0%, #38667f 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #477a96), color-stop(100%, #38667f));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #477a96 0%, #38667f 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #477a96 0%, #38667f 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #477a96 0%, #38667f 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #477a96 0%, #38667f 100%);
  /* W3C */
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  border-top: 1px solid #6395af;
  border-bottom: 1px solid #31586d;
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23); }

.btn-darkblue:hover,
input[type='submit']:hover {
  background: #38667f;
  background-image: none; }

#title-banner .darkblue {
  color: white; }

/* ------------ Blue ------------*/
select,
.btn-blue {
  background: #66a8de;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #66a8de 0%, #5f9cce 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66a8de), color-stop(100%, #5f9cce));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #66a8de 0%, #5f9cce 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #66a8de 0%, #5f9cce 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #66a8de 0%, #5f9cce 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #66a8de 0%, #5f9cce 100%);
  /* W3C */
  border-top: 1px solid #9ad2ff;
  border-bottom: 1px solid #4d83b0;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  color: white;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23); }

select:hover,
.btn-blue:hover {
  background: #5f9cce;
  background-image: none; }

/* ------------ Blue Outline no fill ------------*/
.btn-taxo {
  background: #eff8ff;
  border: 3px solid #5d9acc;
  color: #5d9acc;
  text-shadow: none;
  box-shadow: none; }

.btn-taxo:hover {
  background: #5d9acc;
  color: #fff;
  text-shadow: none;
  box-shadow: none; }

/* ------------ Sorting buttons ------------*/
.btn-sort {
  color: #b7c9d7;
  background-color: transparent;
  padding: 16px 22px;
  box-shadow: none; }

.btn-sort.active {
  color: white;
  background-color: #b7c9d7; }

.btn-sort:hover {
  cursor: pointer; }

/* --------------- eyebrow button ---------------- */
.btn-eyebrow {
  display: block;
  font-weight: 500;
  line-height: 14px;
  padding: 16px 30px; }

/* --------------------------------------------------------------
	Search Forms
----------------------------------------------------------------- */
.searchform,
.search-form {
  position: relative; }
  .searchform input[type='search'],
  .search-form input[type='search'] {
    background-color: #eff8ff;
    color: #8bb7cc;
    font-weight: bold;
    letter-spacing: .1em;
    margin-right: 0;
    padding: 14px 16px;
    text-transform: capitalize; }
  .searchform .searchsubmit,
  .searchform .search-submit,
  .searchform input[type='submit'],
  .search-form .searchsubmit,
  .search-form .search-submit,
  .search-form input[type='submit'] {
    background-color: transparent;
    background-image: url(../img/sprite.png);
    background-position: -125px -22px;
    border-bottom: none;
    border-top: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 20px;
    margin-right: 0px;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 14px;
    text-shadow: none;
    width: 20px; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

body {
  color: #445058;
  font-family: "Helvetica Neue", Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: 0em;
  line-height: 26px; }

.text-center {
  text-align: center;
  margin-left: 0 auto;
  margin-right: 0 auto; }

.uppercase {
  text-transform: uppercase; }

/* Cursor Selection */
::selection {
  background: #61abe7;
  /* Safari */
  color: white; }

::-moz-selection {
  background: #61abe7;
  /* Firefox */
  color: white; }

/* links */
a {
  color: #418ecc;
  text-decoration: none; }

/* Heading Tags */
h1, h2, h3, h4, h5, h6 {
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 12px; }

h1 {
  color: white;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .025em;
  line-height: 36px;
  margin-bottom: 20px; }

h2 {
  color: #5794c6;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: .05em; }

h3, h4, h5, h6 {
  font-size: 18px; }

.uppercase {
  text-transform: uppercase; }

/* lists */
ul, ol {
  line-height: 24px;
  margin-bottom: 35px; }

#content ul li {
  background: url(../img/bullet.png) transparent no-repeat 20px 6px;
  margin-top: 2px;
  margin-bottom: 3px;
  padding-left: 40px; }
#content ol {
  list-style-type: decimal;
  padding-left: 40px; }
  #content ol li {
    margin-top: 2px;
    margin-bottom: 3px; }
#content .unstyled li {
  background-image: none;
  margin: 0;
  padding: 0; }

/* P */
p {
  margin-bottom: 30px; }

/* quotes */
blockquote strong {
  clear: both;
  display: block;
  font-weight: 400;
  margin-top: 7px; }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  outline: 0;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* ---------------------------------------------------------------------------------------------- 
          Kyle's Styles
 ------------------------------------------------------------------------------------------------ */
.chosen-container {
  margin-right: 20px; }

.chosen-container-single .chosen-single {
  background: #66a8de;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #66a8de 0%, #5f9cce 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66a8de), color-stop(100%, #5f9cce));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #66a8de 0%, #5f9cce 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #66a8de 0%, #5f9cce 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #66a8de 0%, #5f9cce 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #66a8de 0%, #5f9cce 100%);
  /* W3C */
  border: 0px none transparent;
  border-top: 1px solid #9ad2ff;
  border-bottom: 1px solid #4d83b0;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  border-radius: 6px;
  color: white;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-family: "Helvetica Neue", Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  padding: 13px 20px;
  text-transform: uppercase;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23); }

.chosen-container-single .chosen-single:hover,
.chosen-container-single .chosen-single.chosen-container-active {
  background-color: rgba(80, 195, 214, 0.7); }

.chosen-search {
  display: none; }

/* .chosen-container-active.chosen-with-drop .chosen-single {
  @include vertical-lin-gradient($blue-gradient-light, $blue-gradient-medium);
  border-top: 1px solid #9ad2ff;
  border-bottom: 1px solid #4d83b0;
  @include box-shadow-bottom( rgba(0, 0, 0, .23 ) );
  color: white;
  @include text-shadow( rgba(0, 0, 0, .23) );
}
 */
.chosen-container .chosen-drop {
  background-color: #5f9cce;
  border-bottom: 1px solid #4d83b0;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
  letter-spacing: .1em;
  margin-top: -5px;
  padding-bottom: 20px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
  width: 100%; }
  .chosen-container .chosen-drop ::-webkit-scrollbar {
    background-color: #5f9cce; }
  .chosen-container .chosen-drop ::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 10px;
    width: 5px; }

.chosen-container .chosen-results {
  background: transparent;
  border-radius: 0;
  margin: 0 4px 4px 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 10px;
  position: relative; }
  .chosen-container .chosen-results li {
    color: white;
    font-family: "Helvetica Neue", Helvetica, "HelveticaNeue-Light", "Helvetica Neue Light", Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 600px;
    padding-left: 20px; }
  .chosen-container .chosen-results li:hover {
    background-color: #4883b5; }

.chosen-container .chosen-results li.highlighted,
.chosen-container-active.chosen-with-drop .chosen-single div {
  /*   background: transparent;
    background-image: none; */ }

.chosen-container-single .chosen-single div {
  background-color: transparent;
  height: 100%;
  width: 53px; }

.chosen-container-single .chosen-single div b,
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../img/sprite.png") no-repeat scroll -238px -84px transparent;
  display: block;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 10px; }

/* ---------------------------------------------------------------------------------------------- 
         Custom Chosen Styles
 ------------------------------------------------------------------------------------------------ */
.chosen-green {
  display: inline-block;
  border: 0px none transparent;
  margin-right: 0px; }
  .chosen-green li:hover {
    background: #63a183 !important; }
  .chosen-green .chosen-single {
    background: #a5d0bb;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5d0bb), color-stop(100%, #7eb198));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom, #a5d0bb 0%, #7eb198 100%);
    /* W3C */
    border-top: 1px solid #b2eace;
    border-bottom: 1px solid #6d9380; }
    .chosen-green .chosen-single .chosen-with-drop {
      background: #a5d0bb;
      /* Old browsers */
      background-image: -moz-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5d0bb), color-stop(100%, #7eb198));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(top, #a5d0bb 0%, #7eb198 100%);
      /* IE10+ */
      background-image: linear-gradient(to bottom, #a5d0bb 0%, #7eb198 100%);
      /* W3C */ }
  .chosen-green .chosen-drop {
    background-color: #82b49c; }
    .chosen-green .chosen-drop ::-webkit-scrollbar {
      background-color: #82b49c; }

/* ---------------------------------------------------------------------------------------------- 
         Custom Chosen Styles
 ------------------------------------------------------------------------------------------------ */
.map-menu {
  text-transform: uppercase !important; }
  .map-menu li {
    text-transform: uppercase !important; }

/* -------------------------------------------------------------------------
			sprite stuff
------------------------------------------------------------------------- */
.sprite {
  background-color: transparent;
  background-image: url(../img/sprite.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px; }

.no-bg {
  background-image: none; }

.left {
  float: left; }

.right {
  float: right; }

/* -------------------------------------------------------------------------
			Logo
------------------------------------------------------------------------- */
#title {
  background-position: -412px -170px;
  height: 105px;
  float: left;
  margin-bottom: 10px;
  width: 300px; }

/* -------------------------------------------------------------------------
			Header Widgets
------------------------------------------------------------------------- */
.widgets-wrap,
.header-widget-area {
  float: right;
  padding-top: 30px; }
  .widgets-wrap > .widget,
  .header-widget-area > .widget {
    float: right;
    margin-left: 27px; }
    .widgets-wrap > .widget ul,
    .header-widget-area > .widget ul {
      margin: 0; }
      .widgets-wrap > .widget ul li,
      .header-widget-area > .widget ul li {
        margin: 0;
        padding: 0; }
    .widgets-wrap > .widget .search-form,
    .header-widget-area > .widget .search-form {
      margin-top: 12px; }
    .widgets-wrap > .widget .menu-social-links-and-search-container,
    .header-widget-area > .widget .menu-social-links-and-search-container {
      margin-top: 16px; }
    .widgets-wrap > .widget .profile-link:first-child,
    .header-widget-area > .widget .profile-link:first-child {
      margin-right: 10px; }
    .widgets-wrap > .widget .foundation-logo,
    .header-widget-area > .widget .foundation-logo {
      background-position: -204px -333px;
      height: 43px;
      width: 144px; }
    .widgets-wrap > .widget .profile-link-facebook,
    .header-widget-area > .widget .profile-link-facebook {
      background-position: -39px -136px; }
    .widgets-wrap > .widget .profile-link-twitter,
    .header-widget-area > .widget .profile-link-twitter {
      background-position: -7px -136px; }
    .widgets-wrap > .widget .profile-link,
    .header-widget-area > .widget .profile-link {
      float: left;
      margin-right: 0; }
      .widgets-wrap > .widget .profile-link a,
      .header-widget-area > .widget .profile-link a {
        display: block;
        height: 30px;
        width: 30px; }
  .widgets-wrap > .widget:first-child,
  .header-widget-area > .widget:first-child {
    margin-left: 0;
    float: left; }

.widgets-wrap {
  float: none; }
  .widgets-wrap > .widget .search-form {
    margin-top: 0px; }
    .widgets-wrap > .widget .search-form .search-field {
      width: 216px; }
  .widgets-wrap > .widget .menu-social-links-and-search-container {
    margin-top: 0px; }

/* -------------------------------------------------------------------------
			Branding Area before footer
------------------------------------------------------------------------- */
.branding-bucket {
  float: left;
  margin-left: 20px;
  width: 320px; }
  .branding-bucket a {
    display: block;
    margin-top: 65px; }
  .branding-bucket .btn {
    margin-right: 0; }

.branding-bucket:first-child {
  margin-left: 0; }

.giant-star {
  background-position: -470px -302px;
  display: block;
  height: 186px;
  margin: 0 auto;
  padding-right: 40px;
  text-indent: -9999px;
  width: 186px; }

.branding-title {
  background-position: -72px -407px;
  text-indent: -9999px;
  height: 75px;
  width: 283px; }

/* -------------------------------------------------------------------------
					 Gravity Forms
------------------------------------------------------------------------- */
#mail-form-wrapper .email-intro {
  color: #537189;
  float: left;
  margin-right: 25px;
  width: 230px; }
  #mail-form-wrapper .email-intro h5 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 12px;
    margin-bottom: 10px; }
  #mail-form-wrapper .email-intro span {
    font-size: 16px;
    font-weight: 200; }
#mail-form-wrapper .gform_fields {
  padding: 0; }
  #mail-form-wrapper .gform_fields > li {
    background-image: none;
    float: left;
    padding: 0; }
    #mail-form-wrapper .gform_fields > li label {
      display: none; }
#mail-form-wrapper .gform_footer input {
  margin: 0;
  width: 235px; }
#mail-form-wrapper .gform_body input {
  width: 195px; }
#mail-form-wrapper .gform_body select {
  width: 235px; }

.validation_error {
  display: none; }

.validation_message {
  font-size: 12px; }

/* -------------------------------------------------------------- 
					primary/ header
 -------------------------------------------------------------- */
.menu:after,
.menu:before {
  content: ' ';
  display: block; }

.menu:after {
  clear: both; }

.menu > li {
  float: left;
  margin: 0;
  padding: 0; }

.unstyled li {
  background-image: none;
  margin: 0;
  padding: 0; }

#nav .menu {
  margin-bottom: 0;
  text-align: center; }
  #nav .menu .current-menu-item a {
    background-color: #64a09a !important;
    background-image: none;
    color: white; }
  #nav .menu > li {
    background: none;
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.23); }
    #nav .menu > li > a {
      background: #91c0bf;
      /* Old browsers */
      background: -moz-linear-gradient(top, #91c0bf 0%, #70a9a3 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #91c0bf), color-stop(100%, #70a9a3));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #91c0bf 0%, #70a9a3 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #91c0bf 0%, #70a9a3 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #91c0bf 0%, #70a9a3 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #91c0bf 0%, #70a9a3 100%);
      /* W3C */
      border-right: 1px solid #5e9a93;
      border-left: 1px solid #9ad1cf;
      color: #c0f6f4;
      display: block;
      font-size: 14px;
      font-weight: normal;
      line-height: 14px;
      letter-spacing: .2em;
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
      -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
      -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
      -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
      text-transform: uppercase;
      padding-top: 18px;
      padding-bottom: 18px;
      width: 198px; }
  #nav .menu > li:hover a {
    background-color: #64a09a;
    background-image: none;
    color: white; }
  #nav .menu > li:first-child > a {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-left: none; }
  #nav .menu > li:last-child > a {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-right: none; }

/* -------------------------------------------------------------- 
					Pagination
 -------------------------------------------------------------- */
.navigation {
  clear: both;
  padding: 80px 0 0; }
  .navigation ul {
    text-align: center;
    list-style-type: none; }
    .navigation ul li {
      display: inline;
      margin: 0 7px; }
      .navigation ul li a {
        color: white;
        display: inline-block; }
    .navigation ul li.active a {
      font-weight: bold; }
    .navigation ul li.pagination-next a,
    .navigation ul li.pagination-previous a {
      height: 23px;
      margin-top: 7px;
      text-indent: -9999px;
      width: 8px; }
    .navigation ul li.pagination-next a {
      background: url(../img/sprite.png) -315px -141px no-repeat; }
    .navigation ul li.pagination-previous a {
      background: url(../img/sprite.png) -286px -141px no-repeat; }

/* -------------------------------------------------------------- 
					Footer
 -------------------------------------------------------------- */
.widgets-wrap > .widget .menu-footer-nav-container .menu > li {
  margin-right: 40px;
  width: 105px; }
  .widgets-wrap > .widget .menu-footer-nav-container .menu > li > a {
    color: #81bdde;
    display: block;
    margin-bottom: 22px; }
  .widgets-wrap > .widget .menu-footer-nav-container .menu > li a:hover {
    color: #de6c67 !important; }
  .widgets-wrap > .widget .menu-footer-nav-container .menu > li > ul > li {
    margin-bottom: 18px; }
    .widgets-wrap > .widget .menu-footer-nav-container .menu > li > ul > li a {
      color: #254a5e; }
    .widgets-wrap > .widget .menu-footer-nav-container .menu > li > ul > li a:hover {
      color: #de6c67 !important; }
.widgets-wrap > .widget .menu-footer-nav-container .menu li {
  background-image: none;
  font-size: 14px;
  letter-spacing: .025em; }

.widgets-wrap > .widget .menu-social-links-and-search-container {
  margin-top: 10px; }
  .widgets-wrap > .widget .menu-social-links-and-search-container .profile-link-facebook {
    background-position: -47px -174px; }
    .widgets-wrap > .widget .menu-social-links-and-search-container .profile-link-facebook:hover {
      background-position: -511px -47px; }
  .widgets-wrap > .widget .menu-social-links-and-search-container .profile-link-twitter {
    background-position: -9px -174px; }
    .widgets-wrap > .widget .menu-social-links-and-search-container .profile-link-twitter:hover {
      background-position: -473px -47px; }

/* -------------------------------------------------------------- 
					subfooter
 -------------------------------------------------------------- */
#sub-footer {
  color: #76acc9;
  font-size: 14px;
  letter-spacing: .025em;
  line-height: 14px; }
  #sub-footer a {
    color: #94cfef; }
  #sub-footer .widget {
    float: left;
    display: inline-block; }
  #sub-footer .widget_nav_menu {
    display: inline-block;
    float: right; }
    #sub-footer .widget_nav_menu .menu {
      margin: 0; }
      #sub-footer .widget_nav_menu .menu li {
        margin-left: 10px; }
      #sub-footer .widget_nav_menu .menu li.sprite {
        background-position: 0 0;
        border-radius: 4px;
        height: 40px;
        text-align: center;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
        -ms-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
        -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
        -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.23);
        width: 40px; }
        #sub-footer .widget_nav_menu .menu li.sprite a {
          color: #94cfef;
          display: block;
          height: 40px;
          width: 40px;
          text-indent: -9999px; }
  #sub-footer .menu {
    margin-bottom: 0; }
    #sub-footer .menu li {
      border-left: 1px solid #94cfef;
      line-height: 14px;
      margin-left: 18px;
      padding-left: 10px; }
    #sub-footer .menu li:first-child {
      border-left: 0 none transparent;
      margin-left: 0;
      padding-left: 0; }
    #sub-footer .menu a:hover {
      color: #de6c67; }
  #sub-footer .menu-subfooter-nav-container li {
    background-image: none; }

#content .navigation li,
#posts-wrapper .navigation li {
  padding: 0;
  margin: 0 0 0 5px; }
  #content .navigation li a,
  #posts-wrapper .navigation li a {
    background-color: #40718c;
    background-image: none;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    height: 10px;
    line-height: 10px;
    padding: 10px;
    text-align: center; }
#content .navigation li:first-child,
#posts-wrapper .navigation li:first-child {
  margin-left: 5px; }
#content .navigation li a:hover,
#content .navigation li.active a,
#posts-wrapper .navigation li a:hover,
#posts-wrapper .navigation li.active a {
  background-color: #244d63;
  font-weight: 200; }
#content .navigation li.pagination-next a,
#posts-wrapper .navigation li.pagination-next a {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-position: -236px 2px; }
#content .navigation li.pagination-previous a,
#posts-wrapper .navigation li.pagination-previous a {
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-position: -214px 2px; }

/* ------------------------------------------------------------------------------ 
				No Post Found
------------------------------------------------------------------------------ */
.h1 {
  color: white;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .025em;
  line-height: 36px;
  margin-bottom: 20px; }

/* ------------------------------------------------------------------------------ 
				Single posts banner
------------------------------------------------------------------------------ */
.single.single-post #title-banner .wrap,
.single.single-policy #title-banner .wrap,
.single.single-element #title-banner .wrap {
  position: relative; }

.single.single-post #title-banner .wrap:after,
.single.single-policy #title-banner .wrap:after,
.single.single-element #title-banner .wrap:after {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid white;
  content: ' ';
  position: absolute;
  bottom: -48px;
  left: 0; }

.single.single-post #title-banner .link-wrapper,
.single.single-policy #title-banner .link-wrapper,
.single.single-element #title-banner .link-wrapper {
  float: left; }

.single.single-post .entry-content h1, .single.single-post .entry-content .h1 {
  color: #37709E; }

/* ------------------------------------------------------------------------------ 
				pages
------------------------------------------------------------------------------ */
#title-banner.page-template h1, #title-banner.page-template .h1 {
  font-size: 30px;
  letter-spacing: .2em;
  text-align: center; }
  #title-banner.page-template h1 .page-title-wrapper, #title-banner.page-template .h1 .page-title-wrapper {
    display: inline-block;
    font-weight: 200;
    line-height: 54px;
    text-transform: uppercase; }
    #title-banner.page-template h1 .page-title-wrapper .page-title-icon, #title-banner.page-template .h1 .page-title-wrapper .page-title-icon {
      float: left;
      height: 54px;
      margin-right: 24px;
      width: 60px; }
    #title-banner.page-template h1 .page-title-wrapper .people-title-icon, #title-banner.page-template .h1 .page-title-wrapper .people-title-icon {
      background-position: -5px -233px; }
    #title-banner.page-template h1 .page-title-wrapper .newspaper-title-icon, #title-banner.page-template .h1 .page-title-wrapper .newspaper-title-icon {
      background-position: -65px -233px; }
    #title-banner.page-template h1 .page-title-wrapper .email-title-icon, #title-banner.page-template .h1 .page-title-wrapper .email-title-icon {
      background-position: -3px -285px; }
    #title-banner.page-template h1 .page-title-wrapper .book-title-icon, #title-banner.page-template .h1 .page-title-wrapper .book-title-icon {
      background-position: -63px -285px; }
    #title-banner.page-template h1 .page-title-wrapper .chart-title-icon, #title-banner.page-template .h1 .page-title-wrapper .chart-title-icon {
      background-position: 0 -344px; }
    #title-banner.page-template h1 .page-title-wrapper .antenna-title-icon, #title-banner.page-template .h1 .page-title-wrapper .antenna-title-icon {
      background-position: -62px -344px; }
    #title-banner.page-template h1 .page-title-wrapper .publication-title-icon, #title-banner.page-template .h1 .page-title-wrapper .publication-title-icon {
      background-position: -62px -182px; }
    #title-banner.page-template h1 .page-title-wrapper .binders-title-icon, #title-banner.page-template .h1 .page-title-wrapper .binders-title-icon {
      background-position: -368px -1px; }

.page-description {
  color: white;
  margin-bottom: 50px;
  text-align: left;
  padding-left: 130px;
  padding-right: 130px;
  margin-left: 0 auto;
  margin-right: 0 auto; }

/* ------------------------------------------------------------------------------ 
				Feed
------------------------------------------------------------------------------ */
#posts-wrapper-title {
  background-color: #5491c3;
  padding: 50px 0;
  text-align: center; }
  #posts-wrapper-title h2 {
    color: white;
    margin-bottom: 0; }

/* ------------------------------------------------------------------------------ 
				Feed Entries
------------------------------------------------------------------------------ */
.entry:before,
.entry:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.entry:after {
  clear: both; }

.entry {
  clear: both;
  margin-bottom: 20px; }
  .entry .share-links-wrapper {
    background-color: white;
    border-radius: 6px 0 0 6px;
    float: left; }
    .entry .share-links-wrapper .link-wrapper:first-child {
      border-radius: 6px 0 0 0; }
    .entry .share-links-wrapper .link-wrapper:last-child {
      border-radius: 0 0 0 6px; }
    .entry .share-links-wrapper .link-wrapper {
      border-top: 1px solid white;
      height: 20px;
      padding: 15px;
      text-align: center;
      width: 20px; }
      .entry .share-links-wrapper .link-wrapper .icon-link {
        background-position: 0 4px;
        display: block;
        float: left;
        height: 26px;
        text-indent: -9999px;
        width: 21px; }
      .entry .share-links-wrapper .link-wrapper .share-icon {
        background-position: 0 -17px; }
      .entry .share-links-wrapper .link-wrapper .twitter-icon {
        background-position: -21px -17px; }
      .entry .share-links-wrapper .link-wrapper .facebook-icon {
        background-position: -42px -17px; }
    .entry .share-links-wrapper .link-wrapper:hover {
      background-color: #eff8ff;
      border-top: 1px solid #cee0ee; }
      .entry .share-links-wrapper .link-wrapper:hover .share-icon {
        background-position: 0 -41px; }
      .entry .share-links-wrapper .link-wrapper:hover .twitter-icon {
        background-position: -21px -41px; }
      .entry .share-links-wrapper .link-wrapper:hover .facebook-icon {
        background-position: -42px -41px; }
  .entry .entry-wrapper {
    background: #5f9cce;
    /* Old browsers */
    background-image: -moz-linear-gradient(top, #5f9cce 0%, #528fc1 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5f9cce), color-stop(100%, #528fc1));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #5f9cce 0%, #528fc1 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #5f9cce 0%, #528fc1 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #5f9cce 0%, #528fc1 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom, #5f9cce 0%, #528fc1 100%);
    /* W3C */
    position: relative;
    float: right;
    padding: 40px;
    width: 870px; }
    .entry .entry-wrapper > a {
      display: block; }
    .entry .entry-wrapper .entry-title a {
      color: white; }
    .entry .entry-wrapper .entry-date {
      color: #37709e;
      font-size: 14px; }
    .entry .entry-wrapper .entry-content {
      color: #a4d6ff;
      font-size: 14px;
      letter-spacing: .025em;
      line-height: 18px; }
      .entry .entry-wrapper .entry-content p {
        margin-bottom: 15px; }
    .entry .entry-wrapper .post-info,
    .entry .entry-wrapper .category-heading a,
    .entry .entry-wrapper .post-meta,
    .entry .entry-wrapper .post-meta a {
      color: #37709e;
      z-index: 9999999;
      position: relative; }
    .entry .entry-wrapper .cat-icon.news-icon {
      background-position: -165px -103px; }
    .entry .entry-wrapper .cat-icon.blog-icon {
      background-position: -151px -22px; }
    .entry .entry-wrapper .cat-icon.press-releases-icon {
      background-position: -100px -3px; }
    .entry .entry-wrapper .cat-icon.videos-icon {
      background-position: -388px -54px;
      text-indent: 0 !important; }
    .entry .entry-wrapper .cat-icon.states-icon,
    .entry .entry-wrapper .cat-icon.issues-icon,
    .entry .entry-wrapper .cat-icon.policy-icon {
      background-position: -432px -135px; }

.entry:nth-child(even) .entry-wrapper {
  background: #40718c;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #40718c 0%, #37657e 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #40718c), color-stop(100%, #37657e));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #40718c 0%, #37657e 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #40718c 0%, #37657e 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #40718c 0%, #37657e 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #40718c 0%, #37657e 100%);
  /* W3C */ }
  .entry:nth-child(even) .entry-wrapper .post-info,
  .entry:nth-child(even) .entry-wrapper .category-heading a,
  .entry:nth-child(even) .entry-wrapper .post-meta,
  .entry:nth-child(even) .entry-wrapper .post-meta a {
    color: #254252; }
  .entry:nth-child(even) .entry-wrapper .entry-content {
    color: #74a7c2; }
  .entry:nth-child(even) .entry-wrapper .entry-date {
    color: #2b4d5f;
    font-size: 14px; }
  .entry:nth-child(even) .entry-wrapper .cat-icon.news-icon {
    background-position: -144px -103px; }
  .entry:nth-child(even) .entry-wrapper .cat-icon.blog-icon {
    background-position: -172px -22px; }
  .entry:nth-child(even) .entry-wrapper .cat-icon.press-releases-icon {
    background-position: -121px -3px; }
  .entry:nth-child(even) .entry-wrapper .cat-icon.videos-icon {
    background-position: -369px -54px; }
  .entry:nth-child(even) .entry-wrapper .cat-icon.states-icon,
  .entry:nth-child(even) .entry-wrapper .cat-icon.issues-icon,
  .entry:nth-child(even) .entry-wrapper .cat-icon.policy-icon {
    background-position: -432px -135px; }

.pub-pad {
  padding-bottom: 280px !important; }

.entry:hover .entry-wrapper,
.entry:nth-child(even):hover .entry-wrapper {
  background: #ee7974;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #ee7974 0%, #d0605b 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee7974), color-stop(100%, #d0605b));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #ee7974 0%, #d0605b 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #ee7974 0%, #d0605b 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #ee7974 0%, #d0605b 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #ee7974 0%, #d0605b 100%);
  /* W3C */ }
  .entry:hover .entry-wrapper .entry-content,
  .entry:nth-child(even):hover .entry-wrapper .entry-content {
    color: white; }
  .entry:hover .entry-wrapper .post-info,
  .entry:hover .entry-wrapper .post-meta,
  .entry:hover .entry-wrapper .category-heading a,
  .entry:hover .entry-wrapper .post-meta a,
  .entry:nth-child(even):hover .entry-wrapper .post-info,
  .entry:nth-child(even):hover .entry-wrapper .post-meta,
  .entry:nth-child(even):hover .entry-wrapper .category-heading a,
  .entry:nth-child(even):hover .entry-wrapper .post-meta a {
    color: #b74e4a; }
  .entry:hover .entry-wrapper .entry-date,
  .entry:nth-child(even):hover .entry-wrapper .entry-date {
    color: #9e403d;
    font-size: 14px; }
  .entry:hover .entry-wrapper .cat-icon.news-icon,
  .entry:nth-child(even):hover .entry-wrapper .cat-icon.news-icon {
    background-position: -203px -103px; }
  .entry:hover .entry-wrapper .cat-icon.blog-icon,
  .entry:nth-child(even):hover .entry-wrapper .cat-icon.blog-icon {
    background-position: -194px -22px; }
  .entry:hover .entry-wrapper .cat-icon.press-releases-icon,
  .entry:nth-child(even):hover .entry-wrapper .cat-icon.press-releases-icon {
    background-position: -142px -3px; }
  .entry:hover .entry-wrapper .cat-icon.videos-icon,
  .entry:nth-child(even):hover .entry-wrapper .cat-icon.videos-icon {
    background-position: -426px -54px; }
  .entry:hover .entry-wrapper .cat-icon.states-icon,
  .entry:nth-child(even):hover .entry-wrapper .cat-icon.states-icon {
    background-position: -426px -54px; }
  .entry:hover .entry-wrapper .cat-icon.states-icon,
  .entry:hover .entry-wrapper .cat-icon.issues-icon,
  .entry:hover .entry-wrapper .cat-icon.policy-icon,
  .entry:nth-child(even):hover .entry-wrapper .cat-icon.states-icon,
  .entry:nth-child(even):hover .entry-wrapper .cat-icon.issues-icon,
  .entry:nth-child(even):hover .entry-wrapper .cat-icon.policy-icon {
    background-position: -432px -135px; }

/* ------------------------------------------------------------------------------ 
				post info
------------------------------------------------------------------------------ */
.post-info > span {
  float: left;
  font-size: 14px;
  font-weight: 200; }
.post-info .date {
  margin-right: 28px; }
.post-info .categories {
  margin-right: 24px; }

/* ----------------------------------------------------------------
	Featured News Blcoks
------------------------------------------------------------------- */
.block-link, .block-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10; }
  .block-link:link, .block-link:visited, .block-link:hover, .block-link:active, .block-link a:link, .block-link a:visited, .block-link a:hover, .block-link a:active {
    background: none; }

.learn-more {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 24px; }

.featured-news {
  padding-top: 65px; }
  .featured-news .featured-blocks {
    height: 135px; }
  .featured-news .news-block {
    height: 340px;
    width: 284px;
    margin-right: 20px;
    background: #3e6e88;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left: 0px;
    padding: 18px;
    box-shadow: 0px 1px 0 #2a5065;
    font-size: 14px;
    float: left; }
    .featured-news .news-block p {
      font-size: 14px; }
    .featured-news .news-block:last-of-type {
      margin-right: 0px; }
    .featured-news .news-block .post-info,
    .featured-news .news-block .category-heading,
    .featured-news .news-block .post-meta,
    .featured-news .news-block .post-meta a {
      color: #254252; }
    .featured-news .news-block .entry-title {
      color: #fff; }
    .featured-news .news-block .entry-content {
      color: #74a7c2; }
    .featured-news .news-block .entry-date {
      color: #2b4d5f;
      font-size: 14px; }
    .featured-news .news-block .cat-icon.news-icon {
      background-position: -144px -103px; }
    .featured-news .news-block .cat-icon.blog-icon {
      background-position: -172px -23px; }
    .featured-news .news-block .cat-icon.press-releases-icon {
      background-position: -121px -3px; }
    .featured-news .news-block .cat-icon.video-icon {
      background-position: -369px -50px; }
    .featured-news .news-block:hover {
      color: #fff;
      background: #8ebebd;
      box-shadow: 0px 1px 0 #5c8d75; }
      .featured-news .news-block:hover .post-info,
      .featured-news .news-block:hover .category-heading,
      .featured-news .news-block:hover .post-meta,
      .featured-news .news-block:hover .post-meta a {
        color: #569c8c; }
      .featured-news .news-block:hover .cat-icon.news-icon {
        background-position: -183px -103px; }
      .featured-news .news-block:hover .cat-icon.blog-icon {
        background-position: -166px -3px; }
      .featured-news .news-block:hover .cat-icon.press-releases-icon {
        background-position: -79px -3px; }
      .featured-news .news-block:hover .cat-icon.video-icon {
        background-position: -406px -50px; }

/* ------------------------------------------------------------------------------ 
				Misc
------------------------------------------------------------------------------ */
.block-link2 {
  padding: 4px;
  text-indent: 0 !important; }

.category-heading {
  color: #37709e;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2em;
  margin-bottom: 22px;
  text-transform: uppercase; }
  .category-heading .cat-icon {
    background-position: 0 0px;
    display: block;
    float: left;
    height: 19px;
    margin-top: 5px;
    margin-right: 18px;
    width: 19px; }
  .category-heading .cat-icon.blog-icon {
    background-position: -152px -22px; }
  .category-heading .cat-icon.press-releases-icon {
    background-position: -180px -3px; }
  .category-heading .cat-icon.news-icon {
    background-position: -165px -103px; }
  .category-heading .cat-icon.policy-icon {
    background-position: -70px 0; }

.sidebar-heading {
  display: block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 20px;
  margin-bottom: 17px; }

.tags-list-wrapper .tags-icon {
  background-position: -103px -23px;
  float: left;
  height: 17px;
  margin-right: 20px;
  width: 17px; }
.tags-list-wrapper ul li {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding-left: 67px;
  margin-left: -30px; }
  .tags-list-wrapper ul li a {
    color: #445058;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em; }
.tags-list-wrapper ul li:hover {
  background-color: #cee0ee;
  border-top: 1px solid white;
  border-bottom: 1px solid #9ab2c3; }

.related-post-wrapper .related-icon {
  background-position: -78px -23px;
  float: left;
  height: 17px;
  margin-right: 25px;
  width: 17px; }
.related-post-wrapper ul li {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  line-height: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 67px;
  margin-left: -30px; }
  .related-post-wrapper ul li a {
    color: #445058;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    padding-right: 26px; }
.related-post-wrapper ul li:hover {
  background-color: #cee0ee;
  border-top: 1px solid white;
  border-bottom: 1px solid #9ab2c3; }

/* ------------------------------------------------------------------------------ 
				Share links
------------------------------------------------------------------------------ */
.share-links .icon-link {
  background-position: 0 4px;
  display: block;
  float: left;
  height: 26px;
  margin-right: 21px;
  text-indent: -9999px;
  width: 21px; }
.share-links .share-icon {
  background-position: 0 4px; }
.share-links .twitter-icon {
  background-position: -21px 4px; }
.share-links .facebook-icon {
  background-position: -42px 4px; }

/* -------------------------------------------------------------------------------------
       Tags on Single Post
------------------------------------------------------------------------------------- */
.tag-content {
  display: none; }

.tag-header {
  cursor: pointer; }

/* -------------------------------------------------------------------------------------
        Shortcode Styles
------------------------------------------------------------------------------------- */
.tweetblock {
  padding: 20px;
  width: 90%;
  font-size: 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: -3px 3px 7px 0px #b7c8d5;
  -webkit-box-shadow: -3px 3px 7px 0px #b7c8d5;
  box-shadow: -3px 3px 7px 0px #b7c8d5;
  margin-bottom: 20px; }
  .tweetblock code {
    font-family: "Helvetica Neue",Helvetica,"HelveticaNeue-Light","Helvetica Neue Light",Arial,"Lucida Grande",sans-serif; }

.tweetblock-icon a {
  background-image: url("../img/sprite.png");
  background-position: -21px -101px;
  height: 21px;
  width: 21px;
  position: absolute;
  text-indent: -9999px;
  margin-left: 10px; }

.about-excerpt-wrapper {
  background: white;
  width: 500px; }

/* ----------------------------------------------------------------
	HOMEPAGE
------------------------------------------------------------------- */
/*******------Homepage Slider-------****************/
.cycle-pagers {
  margin-top: 20px;
  text-align: center; }

.cycle-pagers span {
  text-indent: -99999999px;
  padding-left: 4px;
  padding-right: 4px;
  background: url(../img/slider-pagination.png) no-repeat;
  background-position: 0px -20px;
  width: 13px;
  height: 13px;
  text-align: center;
  margin: auto 0;
  display: inline-block; }

.cycle-pagers span.cycle-pager-active {
  padding-left: 4px;
  padding-right: 4px;
  background: url(../img/slider-pagination.png) no-repeat;
  background-position: 0px 0px;
  width: 13px;
  height: 13px;
  text-align: center;
  margin: auto 0;
  display: inline-block; }

.cycle-pagers > * {
  cursor: pointer; }

.slide-item-cycle {
  display: none; }

.hp-carousel-wrap {
  margin-left: -3876px !important;
  left: 50% !important;
  position: absolute !important;
  width: 13025px !important; }

.inner-hp-wrapper {
  height: 410px;
  position: relative;
  width: 100%;
  overflow: hidden; }

.hp-nav-wrapper {
  height: 50px;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 400px;
  max-width: 1200px;
  position: absolute; }
  @media screen and (max-width: 1200px) {
    .hp-nav-wrapper {
      display: none; } }

.cycle-next {
  background-color: transparent;
  background-image: url(../img/sprite.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 48px;
  position: absolute;
  top: 50%;
  width: 48px;
  z-index: 999;
  background-position: -309px -52px;
  right: 20px; }

.cycle-prev {
  background-color: transparent;
  background-image: url(../img/sprite.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 48px;
  position: absolute;
  top: 50%;
  width: 48px;
  z-index: 999;
  left: 20px;
  background-position: -309px -1px; }

.hp-slider-wrapper {
  background: #5e869f;
  height: 510px;
  padding-top: 90px;
  position: relative;
  background-color: rgba(94, 134, 159, 0.8);
  /**
   *  Vertical Buttons
   */ }
  .hp-slider-wrapper .cycle-slideshows {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    height: 410px; }
  .hp-slider-wrapper .hp-slide-item {
    margin-left: 50px;
    width: 1050px; }
    .hp-slider-wrapper .hp-slide-item .hp-slide-item-wrap {
      background: #1d3a4a;
      position: relative;
      width: 870px;
      margin: 0 auto;
      -webkit-border-top-left-radius: 6px;
      -webkit-border-top-right-radius: 6px;
      -moz-border-radius-topleft: 6px;
      -moz-border-radius-topright: 6px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      height: 350px;
      border-bottom: 5px solid #a5cfba;
      background-color: rgba(29, 58, 74, 0.8); }
      .hp-slider-wrapper .hp-slide-item .hp-slide-item-wrap .hp-slide-item-content {
        white-space: normal !important;
        text-align: left;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        font-size: 16px;
        color: white;
        width: 515px;
        float: left;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
        .hp-slider-wrapper .hp-slide-item .hp-slide-item-wrap .hp-slide-item-content .hp-header {
          font-size: 30px !important;
          z-index: 9999999 !important; }
          .hp-slider-wrapper .hp-slide-item .hp-slide-item-wrap .hp-slide-item-content .hp-header a {
            color: #fff !important;
            text-decoration: none;
            z-index: 9999999 !important; }
      .hp-slider-wrapper .hp-slide-item .hp-slide-item-wrap .hp-slide-item-content-full {
        white-space: normal !important;
        text-align: left;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        font-size: 16px;
        color: white;
        float: left;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
        .hp-slider-wrapper .hp-slide-item .hp-slide-item-wrap .hp-slide-item-content-full .hp-header {
          font-size: 30px !important;
          z-index: 9999999 !important; }
          .hp-slider-wrapper .hp-slide-item .hp-slide-item-wrap .hp-slide-item-content-full .hp-header a {
            color: #fff !important;
            text-decoration: none;
            z-index: 9999999 !important; }
      .hp-slider-wrapper .hp-slide-item .hp-slide-item-wrap .hp-content-bg {
        display: inline;
        top: 65px;
        width: 340px;
        float: left;
        left: 589px;
        position: absolute;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
    .hp-slider-wrapper .hp-slide-item .hp-content-button {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      left: 40%;
      bottom: -10px;
      position: absolute;
      text-align: center; }
      .hp-slider-wrapper .hp-slide-item .hp-content-button .btn-green {
        padding-left: 40px !important;
        padding-right: 40px !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
        filter: alpha(opacity=100) !important;
        -moz-opacity: 1 !important;
        -khtml-opacity: 1 !important;
        opacity: 1 !important; }

/*******------Mini Map and 10 Elements-------****************/
.hp-map-left {
  float: left;
  margin: 0 auto;
  height: 510px;
  width: 100%; }
  .hp-map-left h2 {
    color: #5f6e7a; }
  .hp-map-left .hp-map-content {
    padding-top: 75px;
    padding-bottom: 75px;
    margin: 0 auto;
    text-align: center; }
  .hp-map-left form {
    text-align: center;
    margin: 0 auto; }

.hp-element-right {
  float: left;
  margin: 0 auto;
  height: 510px; }
  .hp-element-right h2 {
    color: #5f6e7a; }
  .hp-element-right .hp-element-content {
    padding-top: 75px;
    padding-bottom: 75px;
    margin: 0 auto;
    text-align: center; }
    .hp-element-right .hp-element-content .element-carousel-wrapper {
      padding-top: 0 !important; }

.intro-text .left-side, .intro-text .right-side {
  margin-bottom: 50px;
  border: 0;
  vertical-align: middle; }
.intro-text .right-side {
  display: table;
  overflow: hidden;
  height: 150px; }
.intro-text .button-hp {
  display: table-cell;
  vertical-align: middle; }
.intro-text .btn-blue {
  padding-left: 40px;
  padding-right: 40px; }

/*******------Homepage Widget Area-------****************/
.hp-widget-container {
  background: #eff8ff; }

.hp-widget-wrap {
  padding-top: 85px;
  padding-bottom: 85px; }
  .hp-widget-wrap h2 {
    color: #fff !important; }

.widget-row div:last-of-type {
  margin-right: 0px; }

.span-one-block {
  position: relative;
  width: 235px;
  height: 270px;
  background: white;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: -3px 3px 7px 0px #b7c8d5;
  -webkit-box-shadow: -3px 3px 7px 0px #b7c8d5;
  box-shadow: -3px 3px 7px 0px #b7c8d5;
  border: 1px solid #cad2d8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }

.excellence-wrap {
  display: table;
  overflow: hidden;
  height: 230px; }

.excellence-content {
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.hp-widget-link {
  text-align: center;
  font-size: 14px;
  color: #a4adb4 !important;
  padding-top: 5px;
  font-weight: 500; }
  .hp-widget-link a {
    text-align: center;
    font-size: 14px;
    color: #a4adb4 !important;
    padding-top: 5px;
    font-weight: 500; }

.editor-content {
  padding: 20px;
  font-size: 16px;
  color: #6a7b89;
  line-height: 18px; }

.red {
  background: #d5645f;
  color: #fff; }
  .red .cat-icon.news-icon {
    background-position: -165px -103px; }
  .red .cat-icon.blog-icon {
    background-position: -151px -22px; }
  .red .cat-icon.press-releases-icon {
    background-position: -100px -3px; }
  .red .cat-icon.initiatives-icon {
    background-position: -157px -40px; }

.blue {
  background: #3d6d87;
  color: #fff; }
  .blue .cat-icon.news-icon {
    background-position: -144px -103px; }
  .blue .cat-icon.blog-icon {
    background-position: -172px -22px; }
  .blue .cat-icon.press-releases-icon {
    background-position: -121px -3px; }
  .blue .cat-icon.videos-icon {
    background-position: -369px -53px; }

.hp-widget-post {
  display: table;
  overflow: hidden;
  height: 230px;
  width: 100%;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .hp-widget-post .category-heading {
    position: absolute;
    padding: 20px;
    color: #fff !important; }

.hp-widget-content {
  padding: 70px 20px 20px;
  vertical-align: middle; }

.hp-sm-wrap {
  background: #90c4aa;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .hp-sm-wrap a.fb-outer-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .hp-sm-wrap .hp-sm-content {
    padding: 20px 20px 10px 20px;
    font-size: 16px;
    color: #fff; }
    .hp-sm-wrap .hp-sm-content .twitter_intents, .hp-sm-wrap .hp-sm-content .timestamp {
      display: none; }
    .hp-sm-wrap .hp-sm-content a {
      color: #568970;
      font-weight: 500; }
    .hp-sm-wrap .hp-sm-content .fb-body-link {
      color: #fff; }
    .hp-sm-wrap .hp-sm-content .twitter_intents a, .hp-sm-wrap .hp-sm-content .timestamp a {
      line-height: 10px;
      font-size: 12px;
      font-weight: 300; }
  .hp-sm-wrap .rfbp-post-link-wrap {
    position: absolute;
    bottom: 15px; }
  .hp-sm-wrap .rfbp-post-link-wrap a.rfbp-post-link {
    font-size: 12px; }
  .hp-sm-wrap .rfbp-post {
    border-bottom: 0px !important;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 0; }
  .hp-sm-wrap .rfbp-post-link {
    display: inline; }
  .hp-sm-wrap .rfbp-timestamp {
    color: #568970 !important;
    font-weight: 500; }

.rfbp-timestamp {
  display: none; }

.hp-widget-social .hp-sm-name {
  font-size: 12px;
  color: #568970;
  text-transform: uppercase;
  padding-left: 24px;
  font-weight: 500; }
.hp-widget-social .twitter-card a {
  text-indent: -9999px;
  position: absolute; }
.hp-widget-social .twitter-card a {
  background-image: url(../img/sprite.png);
  background-position: -21px -69px;
  width: 21px;
  height: 21px; }
.hp-widget-social .fb-card a {
  text-indent: -9999px;
  position: absolute; }
.hp-widget-social .fb-card a {
  background-image: url(../img/sprite.png);
  background-position: -42px -69px;
  width: 21px;
  height: 21px; }

.span-two-block {
  position: relative;
  width: 490px;
  height: 270px;
  background: white;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: -3px 3px 7px 0px #b7c8d5;
  -webkit-box-shadow: -3px 3px 7px 0px #b7c8d5;
  box-shadow: -3px 3px 7px 0px #b7c8d5;
  border: 1px solid #cad2d8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left; }
  .span-two-block .cat-icon.news-icon {
    background-position: -165px -103px; }
  .span-two-block .cat-icon.blog-icon {
    background-position: -151px -22px; }
  .span-two-block .cat-icon.press-releases-icon {
    background-position: -100px -3px; }

.hp-widget-news {
  background: url(../img/gridwork.png) transparent no-repeat right bottom;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #5f9cce;
  height: 230px;
  width: 100%;
  display: inline-block;
  display: table;
  overflow: hidden; }
  .hp-widget-news .category-heading {
    position: absolute;
    padding: 20px; }
  .hp-widget-news .hp-widget-content {
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: left; }

.widget-meta {
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  color: #a2afba; }
  .widget-meta a {
    font-size: 14px;
    color: #a4adb4;
    font-weight: 500; }

/* ----------------------------------------------------------------
	About Page
------------------------------------------------------------------- */
.email-link {
  color: #5B98CA !important; }

.about-wrapper {
  background: #3a6983;
  padding-top: 70px;
  padding-bottom: 70px;
  height: 360px; }

.leadership {
  text-align: left !important;
  padding-right: 200px; }

.staffbutton {
  margin: 0 auto;
  text-align: center;
  padding-top: 20px; }

.aboutstaff {
  color: #fff;
  font-weight: 500;
  text-align: center; }

.staff-slider-wrap {
  height: 250px;
  padding-top: 30px;
  /**
   *  Vertical Buttons
   */ }
  .staff-slider-wrap .staff-carousel {
    overflow: hidden;
    height: 250px;
    margin: auto 0;
    /* 
     	.jcarousel-item-1-horizontal{
     		padding-right: 35px !important;
     	} */ }
  .staff-slider-wrap .jcarousel-container {
    height: 250px;
    color: #445058;
    overflow: hidden;
    width: 860px;
    margin: 0 auto; }
  .staff-slider-wrap .jcarousel-clip {
    width: 860px;
    height: 250px;
    overflow: hidden;
    margin: 0 auto; }
  .staff-slider-wrap .jcarousel-item {
    height: 250px;
    width: 150px;
    margin-right: 15px !important; }
  .staff-slider-wrap .jcarousel-next {
    background-color: transparent;
    background-image: url(../img/sprite.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 48px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 999;
    background-position: -309px -52px;
    right: 0; }
  .staff-slider-wrap .jcarousel-prev {
    background-color: transparent;
    background-image: url(../img/sprite.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 48px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 999;
    left: 0px;
    background-position: -309px -1px; }
  .staff-slider-wrap .jcarousel-prev-disabled-horizontal {
    background-image: none; }
  .staff-slider-wrap .jcarousel-next-disabled-horizontal {
    background-image: none; }

.staff-item {
  height: 235px; }

.staff-container {
  position: relative;
  z-index: 10; }
  .staff-container .staff-photo {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .staff-container .staff-photo img {
      height: 200px;
      position: relative;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
    .staff-container .staff-photo .staffname {
      color: #fff;
      position: absolute;
      top: 180px;
      font-size: 14px;
      left: 10px;
      z-index: 99;
      text-shadow: 3px 3px 2px black; }
    .staff-container .staff-photo .jobtitle {
      color: #fff;
      position: absolute;
      top: 160px;
      font-size: 12px;
      line-spacing: 12px;
      line-height: 14px;
      left: 10px;
      z-index: 99;
      text-shadow: 3px 3px 2px black; }

.twitter-staff {
  position: absolute;
  background: #30576c;
  color: #749fb6;
  height: 25px;
  width: 150px;
  padding-top: 10px !important;
  top: 200px;
  font-size: 14px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }
  .twitter-staff span {
    padding-left: 10px; }
  .twitter-staff .staff-tweet-name a {
    color: #749fb6;
    text-decoration: none;
    display: inline;
    padding-left: 5px !important; }
  .twitter-staff .staff-tweet-icon a {
    display: inline;
    text-indent: -9999px;
    position: absolute;
    background-image: url(../img/sprite.png);
    background-position: -10px -211px;
    width: 20px;
    height: 20px; }

.about-contact-wrap {
  height: 440px; }

.about-contact-inside {
  float: left;
  width: 610px;
  background: black; }

.about-contact-left {
  width: 40%;
  background: #de6b67;
  float: left;
  height: 100%;
  display: table;
  overflow: hidden; }
  .about-contact-left .about-left-wrap {
    float: right;
    margin-right: 145px;
    padding-top: 180px;
    text-align: center;
    width: 200px; }
  .about-contact-left h3 {
    color: #fff;
    font-size: 20px; }

.about-contact-right {
  width: 60%;
  float: left;
  display: inline-block;
  height: 360px;
  background: url(../img/contactbg.png) transparent no-repeat 85% center;
  display: table;
  overflow: hidden;
  font-size: 14px; }

.about-right-wrap {
  position: absolute;
  width: 610px; }
  .about-right-wrap h3 {
    color: #eb7672;
    font-size: 20px;
    margin: 0 !important; }
  .about-right-wrap a {
    color: #000;
    font-weight: 500; }

.addinfo {
  padding-top: 45px;
  float: left;
  display: inline-block; }
  .addinfo .addinfo-content {
    padding: 30px 30px 30px 50px; }
    .addinfo .addinfo-content a {
      color: #5B98CA !important; }

.mediainq {
  padding-top: 10px;
  width: 300px;
  float: right;
  display: inline-block; }
  .mediainq .mediainq-content {
    padding: 50px; }

.history-wrapper {
  height: 450px; }

.history-left-wrap, .history-right-wrap {
  float: left;
  width: 50%; }

.history-left-content {
  width: 500px;
  float: right; }
  .history-left-content .history-left-inside {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 75px;
    padding-bottom: 80px; }
  .history-left-content .test2 {
    margin: 0 auto;
    text-align: center; }

.history-right-wrap {
  background: url(../img/aboutpagebg.jpg) no-repeat;
  height: 450px;
  background-size: cover; }

/* ----------------------------------------------------------------
	Policy Landing Page
------------------------------------------------------------------- */
.policy-slider-wrap {
  margin: auto 0;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  /**
   *  Vertical Buttons
   */ }
  .policy-slider-wrap .policy-carousel {
    overflow: hidden;
    height: 425px;
    margin: auto 0; }
  .policy-slider-wrap .jcarousel-control {
    margin-top: 20px;
    text-align: center; }
    .policy-slider-wrap .jcarousel-control a {
      margin: auto 0;
      text-indent: -9999px; }
    .policy-slider-wrap .jcarousel-control .slider-button {
      text-indent: -99999999px; }
    .policy-slider-wrap .jcarousel-control .slider-button a {
      padding-left: 4px;
      padding-right: 4px;
      background: url(../img/slider-pagination.png) no-repeat;
      background-position: 0px -20px;
      width: 13px;
      height: 13px;
      text-align: center;
      margin: auto 0;
      display: inline-block; }
    .policy-slider-wrap .jcarousel-control .slider-button a.active {
      padding-left: 4px;
      padding-right: 4px;
      background: url(../img/slider-pagination.png) no-repeat;
      background-position: 0px 0px;
      width: 13px;
      height: 13px;
      text-align: center;
      margin: auto 0;
      display: inline-block; }
  .policy-slider-wrap .jcarousel-container {
    height: 425px;
    color: #445058;
    overflow: hidden;
    margin-top: 45px;
    width: 1200px;
    margin: 0 auto; }
  .policy-slider-wrap .p-carousel-item {
    width: 1000px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
    .policy-slider-wrap .p-carousel-item .slider-content-button {
      margin: 0 auto;
      text-align: center; }
    .policy-slider-wrap .p-carousel-item .btn-green {
      display: inline-block;
      padding: 12px 35px; }
    .policy-slider-wrap .p-carousel-item .p-carousel-full {
      width: 1000px;
      height: 425px;
      float: left;
      display: inline-block;
      background: white;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      color: #21527b; }
    .policy-slider-wrap .p-carousel-item .p-carousel-left {
      width: 500px;
      height: 425px;
      float: left;
      display: inline-block;
      background: white;
      -webkit-border-top-left-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-topleft: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      color: #21527b; }
      .policy-slider-wrap .p-carousel-item .p-carousel-left img {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px; }
    .policy-slider-wrap .p-carousel-item .p-carousel-right {
      width: 500px;
      height: 425px;
      float: left;
      display: inline-block;
      background: white;
      color: #21527b;
      -webkit-border-top-right-radius: 6px;
      -webkit-border-bottom-right-radius: 6px;
      -moz-border-radius-topright: 6px;
      -moz-border-radius-bottomright: 6px;
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
      .policy-slider-wrap .p-carousel-item .p-carousel-right img {
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px; }
    .policy-slider-wrap .p-carousel-item .p-carousel-content {
      padding-top: 48px;
      padding-left: 40px;
      padding-right: 40px;
      padding-bottom: 40px;
      font-size: 18px; }
      .policy-slider-wrap .p-carousel-item .p-carousel-content h3 {
        font-size: 20px;
        color: #5b98ca; }
        .policy-slider-wrap .p-carousel-item .p-carousel-content h3 a {
          color: #5B98CA !important; }
  .policy-slider-wrap .jcarousel-clip {
    width: 1000px;
    height: 425px;
    margin-left: 100px !important;
    margin-right: 100px !important;
    overflow: hidden; }
  .policy-slider-wrap .jcarousel-item {
    height: 425px;
    width: 1000px;
    padding-right: 500px !important; }
  .policy-slider-wrap .jcarousel-next {
    background-color: transparent;
    background-image: url(../img/sprite.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 48px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 999;
    background-position: -309px -52px;
    right: 0; }
  .policy-slider-wrap .jcarousel-prev {
    background-color: transparent;
    background-image: url(../img/sprite.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 48px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 48px;
    z-index: 999;
    left: 0px;
    background-position: -309px -1px; }

/**10 Elements Slider**/
.element-carousel-wrapper {
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 14px;
  text-align: center; }
  .element-carousel-wrapper h2 {
    color: #fff;
    font-size: 20px; }

.element-slider {
  height: 252px;
  text-indent: -9999px;
  background: url(../img/element-slider-bg.png) no-repeat center center; }

.slider-stuff {
  text-indent: 0px; }

.element-carousel {
  width: 415px;
  margin-left: 20px;
  height: 110px;
  /**
   *  Vertical Buttons
   */ }
  .element-carousel .jcarousel-container {
    height: 110px;
    overflow: hidden;
    color: #445058;
    overflow: hidden;
    margin-top: 45px; }
  .element-carousel .jcarousel-container-vertical {
    height: 110px;
    width: 390px; }
  .element-carousel .jcarousel-clip-vertical {
    height: 110px;
    width: 390px; }
  .element-carousel .jcarousel-item {
    width: 390px;
    height: 200px; }
  .element-carousel .jcarousel-item .element-number, .element-carousel .jcarousel-item-vertical .element-number, .element-carousel .jcarousel-clip-vertical .element-number {
    color: #FFF;
    left: -172px;
    position: relative;
    top: 42px;
    width: 100%;
    font-size: 35px; }
  .element-carousel .jcarousel-item .element-content, .element-carousel .jcarousel-item-vertical .element-content, .element-carousel .jcarousel-clip-vertical .element-content {
    text-align: left;
    left: 60px;
    padding-left: 10px;
    padding-top: 10px;
    position: absolute; }
  .element-carousel .jcarousel-item-vertical .element-number {
    text-align: center; }
  .element-carousel .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
    left: 5px;
    cursor: pointer;
    background-image: url("../img/sprite.png");
    background-position: -225px -53px;
    width: 37px;
    height: 25px;
    background-color: #a4cfba; }
  .element-carousel .jcarousel-prev-vertical {
    position: absolute;
    top: 0px;
    left: 5px;
    cursor: pointer;
    background-image: url("../img/sprite.png");
    background-position: -225px -25px;
    width: 37px;
    height: 25px;
    background-color: #a4cfba; }

.triangle {
  position: relative;
  width: 100px;
  left: 154px;
  top: -70px;
  background: url(../img/triangle.png) transparent no-repeat center top; }

.policy-wrap {
  background: #b7cfe2 !important; }

.policy-taxonomy-filter-wrapper {
  background: url(../img/policy-bg.png) transparent repeat-y center top;
  min-width: 1000px;
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px; }
  .policy-taxonomy-filter-wrapper .policy-tax-left {
    width: 200px;
    float: left;
    display: inline-block; }
    .policy-taxonomy-filter-wrapper .policy-tax-left .taxo-intro {
      padding-right: 40px; }
    .policy-taxonomy-filter-wrapper .policy-tax-left .issue-btn, .policy-taxonomy-filter-wrapper .policy-tax-left .state-btn {
      display: inline-block;
      width: 100px;
      margin-bottom: 15px;
      cursor: pointer; }
    .policy-taxonomy-filter-wrapper .policy-tax-left .active-term {
      background: #5d9acc;
      color: #fff; }
  .policy-taxonomy-filter-wrapper .policy-tax-right {
    width: 800px;
    float: left;
    display: inline-block; }
    .policy-taxonomy-filter-wrapper .policy-tax-right .taxo-term-filter {
      padding-left: 60px; }
    .policy-taxonomy-filter-wrapper .policy-tax-right .taxo-blocks {
      width: 150px;
      height: 150px;
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 20px;
      position: relative;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      .policy-taxonomy-filter-wrapper .policy-tax-right .taxo-blocks .block-link, .policy-taxonomy-filter-wrapper .policy-tax-right .taxo-blocks .block-link a {
        height: 100% !important; }
      .policy-taxonomy-filter-wrapper .policy-tax-right .taxo-blocks h3 {
        position: absolute;
        bottom: 0px;
        padding-left: 10px;
        padding-right: 8px;
        color: white;
        font-size: 20px;
        font-weight: 300; }
      .policy-taxonomy-filter-wrapper .policy-tax-right .taxo-blocks .taxo-overlay {
        background: -moz-linear-gradient(left, rgba(46, 136, 206, 0.75) 0%, rgba(46, 136, 206, 0.75) 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(46, 136, 206, 0.75)), color-stop(100%, rgba(46, 136, 206, 0.75)));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, rgba(46, 136, 206, 0.75) 0%, rgba(46, 136, 206, 0.75) 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, rgba(46, 136, 206, 0.75) 0%, rgba(46, 136, 206, 0.75) 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(46, 136, 206, 0.75) 0%, rgba(46, 136, 206, 0.75) 100%);
        /* IE10+ */
        background: linear-gradient(to right, rgba(46, 136, 206, 0.75) 0%, rgba(46, 136, 206, 0.75) 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2e88ce', endColorstr='#bf2e88ce',GradientType=1 );
        /* IE6-9 */
        width: 150px;
        height: 150px;
        display: inline-block;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
      .policy-taxonomy-filter-wrapper .policy-tax-right .taxo-blocks .default-tax {
        width: 150px;
        height: 150px;
        display: inline-block;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #75b0e0; }

.wrap-left {
  float: right;
  color: #fff;
  width: 500px; }
  .wrap-left .btn-green {
    display: inline-block;
    padding: 12px 35px; }

.wrap-right {
  float: left;
  color: #fff;
  background: url(../img/covers.png) no-repeat center bottom;
  width: 500px;
  height: 100%; }
  .wrap-right .policy-pub {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    text-align: center; }
    .wrap-right .policy-pub h2 {
      color: #fff;
      font-size: 20px; }
    .wrap-right .policy-pub .btn-blue {
      display: inline-block;
      margin-top: 15px;
      padding: 12px 35px; }

.policy-mid-wrapper {
  height: 480px;
  background: url(../img/policy-middle.png);
  background-size: cover;
  width: 100%; }
  .policy-mid-wrapper .policy-mid-left {
    float: left;
    width: 50%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(59, 76, 83, 0.75) 0%, rgba(59, 76, 83, 0.75) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(59, 76, 83, 0.75)), color-stop(100%, rgba(59, 76, 83, 0.75)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(59, 76, 83, 0.75) 0%, rgba(59, 76, 83, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(59, 76, 83, 0.75) 0%, rgba(59, 76, 83, 0.75) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(59, 76, 83, 0.75) 0%, rgba(59, 76, 83, 0.75) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(59, 76, 83, 0.75) 0%, rgba(59, 76, 83, 0.75) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3b4c53', endColorstr='#bf3b4c53',GradientType=1 );
    /* IE6-9 */ }
  .policy-mid-wrapper .policy-mid-right {
    float: left;
    background: -moz-linear-gradient(left, rgba(59, 130, 186, 0.75) 0%, rgba(59, 130, 186, 0.75) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(59, 130, 186, 0.75)), color-stop(100%, rgba(59, 130, 186, 0.75)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(59, 130, 186, 0.75) 0%, rgba(59, 130, 186, 0.75) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(59, 130, 186, 0.75) 0%, rgba(59, 130, 186, 0.75) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(59, 130, 186, 0.75) 0%, rgba(59, 130, 186, 0.75) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(59, 130, 186, 0.75) 0%, rgba(59, 130, 186, 0.75) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3b82ba', endColorstr='#bf3b82ba',GradientType=1 );
    /* IE6-9 */
    width: 50%;
    height: 100%; }

/* ----------------------------------------------------------------
	Page 10 Elements
------------------------------------------------------------------- */
.element-block {
  width: 480px;
  background: white;
  height: 180px;
  float: left;
  display: inline-block;
  display: table;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.48);
  -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.48);
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.48); }
  .element-block:nth-child(even) {
    margin-right: 0px; }
  .element-block .block-link, .element-block .block-link a {
    height: 100% !important; }
  .element-block .element-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px; }
    .element-block .element-content .element-head {
      color: #7ab0ab; }
    .element-block .element-content .element-head2 {
      color: #5390c2; }
    .element-block .element-content .hidden-content {
      display: none; }

/**on hover**/
.element-block:hover, .element-block2:hover {
  height: 180px;
  background: #ee7974;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #ee7974 0%, #d0605b 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee7974), color-stop(100%, #d0605b));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #ee7974 0%, #d0605b 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #ee7974 0%, #d0605b 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #ee7974 0%, #d0605b 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #ee7974 0%, #d0605b 100%);
  /* W3C */
  color: #fff; }
  .element-block:hover .element-content, .element-block2:hover .element-content {
    display: table-cell;
    vertical-align: top;
    padding-top: 20px; }
  .element-block:hover h2, .element-block2:hover h2 {
    color: #fff !important; }
  .element-block:hover .element-head, .element-block2:hover .element-head {
    color: #fff; }
  .element-block:hover .hidden-content, .element-block2:hover .hidden-content {
    display: inline; }
    .element-block:hover .hidden-content .element-learn, .element-block2:hover .hidden-content .element-learn {
      position: absolute;
      bottom: 20px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500;
      color: #fff;
      letter-spacing: 0px; }

.element-footer {
  background-color: #8bbcb9 !important; }
  .element-footer h2 {
    color: #fff; }

.element-foot-area {
  padding-right: 50px;
  padding-top: 50px; }

.element-sidebar {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-left: 0 auto;
  margin-right: 0 auto; }
  .element-sidebar .file-title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #5491c3; }
  .element-sidebar .btn-block {
    display: inline-block;
    width: 120px;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: 16px; }

/* ----------------------------------------------------------------
	Category Initiatives
------------------------------------------------------------------- */
.init-wrap {
  background: #528ebe; }

.even {
  margin-right: 0px !important; }

.init-block {
  margin-top: -50px;
  width: 490px;
  height: 395px;
  padding-bottom: 100px;
  float: left;
  display: inline-block !important;
  background: none;
  position: relative;
  margin-right: 20px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }
  .init-block:nth-child(even) {
    margin-right: 0px; }
  .init-block .init-header {
    background-color: none;
    height: 205px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .init-block .init-title {
    height: 205px;
    position: relative;
    padding-left: 30px; }
    .init-block .init-title .init-icon {
      width: 40px;
      height: 36px;
      background: black;
      display: block;
      opacity: 0.6;
      filter: alpha(opacity=60);
      /* For IE8 and earlier */ }
      .init-block .init-title .init-icon .antenna {
        background-image: url("../img/sprite.png");
        background-position: -115px -363px;
        width: 40px;
        height: 36px;
        display: block; }
    .init-block .init-title h2 {
      position: absolute;
      bottom: 0;
      color: white;
      font-size: 20px;
      font-weight: 300; }
  .init-block .default-init {
    background: url(../img/init-bg.png);
    background-size: cover;
    width: 100%;
    border: 0;
    height: 100%; }
  .init-block .init-content {
    height: 190px;
    width: 490px;
    background: white;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    .init-block .init-content .init-excerpt {
      padding: 30px;
      color: #21527b;
      font-size: 16px; }
      .init-block .init-content .init-excerpt .learn-more {
        font-size: 14px;
        font-weight: 500;
        color: #a4adb4;
        letter-spacing: 0px;
        position: absolute;
        text-align: initial;
        text-transform: none;
        padding-left: 30px;
        right: 0;
        bottom: 120px; }
        .init-block .init-content .init-excerpt .learn-more a {
          color: #a4adb4; }

.single-overlay {
  height: 205px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: -moz-linear-gradient(top, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(49%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  /* IE6-9 */ }

/* ----------------------------------------------------------------
	Page Publications
------------------------------------------------------------------- */
.last-pub {
  margin-right: 0 !important; }

.ft-pub-wrap {
  height: 295px; }
  .ft-pub-wrap .ft-pub-block {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: -3px 3px 7px 0px #b7c8d5;
    -webkit-box-shadow: -3px 3px 7px 0px #b7c8d5;
    box-shadow: -3px 3px 7px 0px #b7c8d5;
    margin-top: -200px;
    width: 480px;
    float: left;
    display: inline-block;
    position: relative;
    background: none;
    margin-right: 20px;
    font-size: 14px; }
    .ft-pub-wrap .ft-pub-block:last-of-type {
      margin-right: 0; }
    .ft-pub-wrap .ft-pub-block .ft-pub-top {
      -webkit-border-top-left-radius: 6px;
      -webkit-border-top-right-radius: 6px;
      -moz-border-radius-topleft: 6px;
      -moz-border-radius-topright: 6px;
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      background: white;
      height: 215px;
      padding-left: 40px;
      padding-top: 20px;
      padding-right: 20px; }
      .ft-pub-wrap .ft-pub-block .ft-pub-top .ft-head-left {
        width: 240px;
        float: left;
        display: inline-block; }
        .ft-pub-wrap .ft-pub-block .ft-pub-top .ft-head-left .pub-title {
          padding-top: 15px;
          padding-right: 5px; }
      .ft-pub-wrap .ft-pub-block .ft-pub-top .ft-head-right {
        width: 180px;
        float: left;
        display: inline-block; }
        .ft-pub-wrap .ft-pub-block .ft-pub-top .ft-head-right img {
          max-width: 180px;
          max-height: 233px;
          z-index: 5; }
    .ft-pub-wrap .ft-pub-block .dl-pad-image {
      float: left;
      padding-top: 32px;
      padding-left: 50px; }
    .ft-pub-wrap .ft-pub-block .dl-pad-none {
      float: left;
      padding-top: 50px;
      padding-left: 50px; }
    .ft-pub-wrap .ft-pub-block .ft-pub-bottom {
      z-index: 10;
      position: relative;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      background: #eff8ff;
      height: 205px; }
      .ft-pub-wrap .ft-pub-block .ft-pub-bottom .ft-pub-download {
        background: #e0eaf2;
        position: absolute;
        width: 100%;
        left: 0;
        padding-top: 5px;
        padding-bottom: 5px; }
      .ft-pub-wrap .ft-pub-block .ft-pub-bottom .ft-pub-dl {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 40px; }

/* ----------------------------------------------------------------
	Post Type Publications
------------------------------------------------------------------- */
.pub-wrap {
  background-color: #c7d9e7 !important; }

.download-head {
  font-size: 12px;
  color: #62707b;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  /*line-height: 0px; */ }

.download-links {
  padding-top: 10px; }
  .download-links .download-icons {
    line-height: 30px; }
    .download-links .download-icons .download a {
      text-indent: -9999px;
      position: absolute; }
    .download-links .download-icons .download a {
      background: url("../img/sprite.png") -160px -366px no-repeat;
      width: 27px;
      height: 27px;
      vertical-align: middle; }
    .download-links .download-icons .source-link {
      /* 			vertical-align:middle;
      			padding-top: 5px; */
      margin-left: 35px; }
    .download-links .download-icons .download-format {
      font-size: 12px;
      font-weight: 500; }

.pub-terms {
  font-size: 12px;
  color: #63a2d7;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px; }
  .pub-terms a {
    font-size: 12px;
    color: #63a2d7;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px; }

.pub-block {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 320px;
  height: 755px;
  float: left;
  background-color: #eff8ff;
  display: inline-block;
  -moz-box-shadow: -3px 3px 7px 0px #b7c8d5;
  -webkit-box-shadow: -3px 3px 7px 0px #b7c8d5;
  box-shadow: -3px 3px 7px 0px #b7c8d5;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px; }
  .pub-block:nth-of-type(3), .pub-block:nth-of-type(6), .pub-block:nth-of-type(9) {
    margin-right: 0px !important; }
  .pub-block .pub-content {
    padding: 35px 45px 35px 45px;
    font-size: 14px;
    color: #4e5e6b;
    line-height: 20px; }
    .pub-block .pub-content .pub-image {
      border: 1px solid #c7d9e7;
      margin-bottom: 20px; }
    .pub-block .pub-content .pub-title {
      padding-top: 15px; }

.pub-footer {
  color: #fff;
  background: #457caa;
  padding-top: 100px; }
  .pub-footer h2 {
    color: #fff; }
  .pub-footer a {
    color: #91cdfe; }

.left-side {
  font-size: 18px;
  width: 580px;
  float: left;
  display: inline-block;
  padding-right: 50px;
  margin-bottom: 100px; }

.right-side {
  width: 320px;
  float: left;
  padding-left: 49px;
  display: inline-block;
  border-left: 1px solid #326590;
  margin-bottom: 100px; }

/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  list-style: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.rslides {
  margin: 0 auto; }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  width: 1120px;
  background: white;
  margin: 0 auto; }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("http://responsiveslides.com/themes/themes.gif") no-repeat left top;
  margin-top: -45px; }

.centered-btns_nav:active {
  opacity: 1.0; }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%; }

.transparent-btns_nav.next {
  left: auto;
  right: 0; }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  width: 38px; }

.large-btns_nav:active {
  opacity: 1.0; }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0; }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none; }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center; }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px; }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 9px;
  height: 9px; }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8); }

/* --------------------------------------------------------------
					Policy Map
 -------------------------------------------------------------- */
.policy-tax-right #policy-map {
  float: left; }

#content .map__nav {
  float: left;
  padding: 70px 0px 0px 25px;
  margin: 0; }
  #content .map__nav li {
    background: none;
    padding: 0;
    margin: 0 0 5px; }
  #content .map__nav a {
    display: block;
    width: 30px;
    padding: 3px 0px;
    text-align: center;
    background: #5b98ca;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
    #content .map__nav a:hover {
      background: #e36f6b; }

/* ----------------------------------------------------------------
	background colors - placed here to override all defaults
------------------------------------------------------------------- */

/*# sourceMappingURL=site.css.map */
