@charset "UTF-8";
/*
Theme Name:		Specialized Care
Description:	Custom theme for UIC Specialized Care
Author:			Pixo
Author URI:		http://pixotech.com/
Version:		1.0
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*** Variables ***/
/* family stories */
/*#ffc322;*/
/* Mixins */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 10, 2013 */
@font-face {
  font-family: "chunkfiveroman";
  src: url("fonts/chunkfive-webfont.eot");
  src: url("fonts/chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/chunkfive-webfont.woff") format("woff"), url("fonts/chunkfive-webfont.ttf") format("truetype"), url("fonts/chunkfive-webfont.svg#chunkfiveroman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*** General Layout ***/
html, body {
  height: 100%;
}

#sc_container {
  min-height: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #333;
}
.oldie body {
  font-family: sans-serif;
}

main {
  position: relative;
  z-index: 1;
}

h1, h2, h3, h4 {
  font-family: "chunkfiveroman", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 2.15em;
  line-height: 1.1;
  margin: 0 0 0.4em;
  line-height: 1;
  letter-spacing: 1px;
  color: #1e5a95;
}
@media screen and (min-width: 385px) {
  h1 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 540px) {
  h1 {
    font-size: 2.75em;
  }
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 3em;
    line-height: 1;
  }
}

h2 {
  font-size: 1.15em;
  margin: 1.35em 0;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a {
  color: #3672ad;
  text-decoration: none;
}

a:hover, a:active {
  color: #9cbee0;
  text-decoration: none;
}

dl {
  margin-top: 0;
  margin-bottom: 0.5em;
}
dl dt {
  float: left;
  font-weight: bold;
  margin-right: 0.5em;
}
dl dd {
  margin-left: 0;
}

.wrap {
  position: relative;
  padding: 0 1em;
  max-width: 1120px;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:before, .wrap:after {
  content: " ";
  display: table;
}
.wrap:after {
  clear: both;
}
@media screen and (min-width: 540px) {
  .wrap {
    padding: 0 1.5em;
  }
}

.button {
  background-color: #ffc332;
  font-size: 1em; /* 16px / 16px */
  line-height: normal;
  padding: 0.6em 1em;
  margin: 0.2em;
  border-width: 0px; /* to get rid of input button borders */
  border-radius: 5px;
  box-shadow: -2px 2px 1px rgba(132, 87, 0, 0.75); /* #845700 */
  display: inline-block;
  color: #004c82;
  text-decoration: none;
}

.button:hover {
  color: #004c82;
  background-color: #ffe198;
}

.button:active {
  color: #004c82;
  background-color: #ffe198;
  box-shadow: -1px 1px 1px rgba(132, 87, 0, 0.75); /* #845700 */
  margin: 0.3em 0.3em 0.1em 0.1em;
}

.error {
  background-color: red;
}

.ie8 .gform_footer .gform_button, .ie7 .gform_footer .gform_button {
  font-size: 1.125em; /* 18px / 16px */ /* IE8 doesn't like mixed px/em measurements? */
  height: 2.25em; /* 36px / 16px */
  width: 5.75em; /* 92px / 16px */
}

/* Force padding for ie */
.ie #sc_container .gform_wrapper input.button {
  padding: 0.6em 1em;
}

.styled-list ul, .resource-directory .post-feed article ul {
  padding: 0;
}
.styled-list li, .resource-directory .post-feed article li {
  list-style: none;
  background: url("./img/bullet.png") no-repeat left top;
  padding-top: 5px;
  padding-right: 3em;
  padding-bottom: 9px;
  padding-left: 40px;
  margin-bottom: 1em;
  min-height: 1.5em;
}
.styled-list li a, .resource-directory .post-feed article li a {
  border-bottom: 1px solid #d3eaec;
}
.styled-list li .button, .resource-directory .post-feed article li .button {
  border-bottom: none;
}

.resource-directory .post-feed article {
  padding: 1.35em 0;
}

.inner .content-body .styled-list li, .resource-directory .post-feed article li {
  background: url("img/bullet-sm.png") no-repeat left 3px;
  padding-top: 0;
  padding-left: 30px;
  padding-bottom: 9px;
  margin-bottom: 0;
}
.inner .content-body .styled-list li.resource-covered, .resource-directory .post-feed article li.resource-covered {
  background: transparent url("img/sun-icon.png") no-repeat left 3px;
  background: transparent url("img/sun-icon.svg") no-repeat left 3px, none;
  margin-top: 1em;
}

.search-results h2 {
  font-size: 1.1em;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #3672ad;
  text-decoration-color: #d3eaec;
  text-transform: none;
}

.search-results h2:before {
  content: url(https://staging.dscc.uic.edu/wp-content/themes/dscc_theme/img/bullet-sm.png);
  margin-left: -32px;
  margin-top: 0.2em;
  position: absolute;
  margin-right: 0.5em;
}

.search-results p:first-child {
  font-size: 1em;
  color: #333;
}

.search-results .content-wrap {
  margin-bottom: 2em;
}

.search.search-results aside.right {
  position: absolute;
  right: 0;
}

div.is-ajax-search-details, div.is-ajax-search-result {
  margin-top: -30px;
}

input.search-field {
  border: 1px solid #aaa;
  padding: 0.5em;
  margin: 2em 1em 2em 0;
  min-width: 300px;
  border-radius: 3px;
}

.back-to-resource-search::before {
  content: "<";
  position: absolute;
  font-weight: 900;
}

a.back-search {
  margin-left: 0.8em;
}

input.search-submit {
  background-color: #ffc332;
  font-size: 1em;
  line-height: normal;
  padding: 0.6em 1em;
  margin: 0.2em;
  border-width: 0px;
  border-radius: 5px;
  box-shadow: -2px 2px 1px rgba(132, 87, 0, 0.75);
  display: inline-block;
  color: #004c82;
  text-decoration: none;
}

input.search-submit:hover {
  color: #004c82;
  background-color: #ffe198;
}

.main-content {
  display: grid;
  grid-template-columns: 5fr 2fr;
  grid-gap: 1.5em;
}

.single .content .styled-list, .content .styled-list {
  padding: 0;
  margin: 0;
}
.single .content .styled-list li, .content .styled-list li {
  padding-top: 0;
  padding-left: 30px;
  padding-bottom: 9px;
}
.single .content .styled-list li.resource-covered, .content .styled-list li.resource-covered {
  background: transparent url("img/sun-icon.png") no-repeat left 3px;
  background: transparent url("img/sun-icon.svg") no-repeat left 3px, none;
}
.single .content .styled-list li.border-bottom, .content .styled-list li.border-bottom {
  border-bottom: 1px solid #c7d9ee;
  padding-bottom: 1.45em;
}
.single .content .styled-list p, .content .styled-list p {
  padding-top: 0.15em;
}

.post-feed .img-feed-icon, .resource-title .img-feed-icon {
  padding-left: 0.5em;
  padding-bottom: 0.2em;
}

.content-body p {
  margin: 1em 0 0.5em;
}

.content-body .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: 18px !important;
}
.content-body .gform_wrapper .gfield_description {
  font-size: 0.75em;
  color: #777;
}
.content-body .gform_wrapper .top_label .gfield_label {
  font-weight: normal;
}
.content-body .gform_wrapper legend.gfieldset-legend {
  font-weight: 700;
}
.content-body .gform_wrapper div#field_10_50_dmessage {
  color: #3672ad;
  text-decoration: none;
  font-style: italic;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}

.page-id-886 .content-body .gform_wrapper .top_label .gfield_label {
  font-weight: bold;
  padding-bottom: 0.5em;
}

a, input.button {
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.mapsmarker {
  border-bottom: 6px solid #3672ad;
}

/** Interior page styles **/
h1.mm {
  margin-bottom: 0.7em;
}

.inner main {
  padding: 1em 0;
  background-color: white;
}
@media screen and (min-width: 680px) {
  .inner main {
    padding: 3.75em 0 2em;
  }
}

.content {
  line-height: 1.65;
}
.content img.featured {
  border-bottom: 6px solid #3672ad;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 2em;
}
.content .parent-label {
  position: absolute;
  margin-top: -2.85em;
  max-width: 9em;
  line-height: 1.1;
}
@media screen and (min-width: 385px) {
  .content .parent-label {
    max-width: none;
  }
}
@media screen and (min-width: 540px) {
  .content .parent-label {
    margin-top: -1.85em;
  }
}
.content .parent-label a {
  font-family: "chunkfiveroman", sans-serif;
  font-weight: normal;
  font-size: 1em;
  color: #54A4E0;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
.content .parent-label a:hover, .content .parent-label a:active {
  color: #aad2f0;
}

a.em-calnav.em-calnav-prev {
  border: 0;
}

a.em-calnav.em-calnav-next {
  border: 0;
}

.content-wrap {
  clear: both;
  *zoom: 1;
}
.content-wrap:before, .content-wrap:after {
  content: " ";
  display: table;
}
.content-wrap:after {
  clear: both;
}

.content-body p {
  margin: 1em 0 0.5em 0;
}
.content-body > p:first-child {
  font-family: "ABeeZee", sans-serif;
  font-weight: normal;
  color: #4573a3;
  margin-top: 0;
  font-size: 1.25em;
  line-height: 1.4;
}
@media screen and (min-width: 900px) {
  .content-body > p:first-child {
    font-size: 1.35em;
    line-height: 1.5;
  }
}
.oldie .content-body > p:first-child {
  font-family: "ABeeZee", sans-serif;
}
.content-body a {
  border-bottom: 1px solid #d3eaec;
}
.content-body .button {
  border-bottom: none;
  margin: 1em 0;
}
.content-body .addthis-share-buttons a {
  border-bottom: none;
}
.content-body ul li {
  margin-bottom: 0.75em;
}

/* Family Story */
.image-wrap .image img {
  max-width: 95%;
  height: auto;
  border: 6px solid white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  margin-top: 1em;
  border: 7px solid white;
  margin: 0;
}
@media screen and (min-width: 540px) {
  .image-wrap .image img {
    border: 10px solid white;
  }
}
@media screen and (min-width: 900px) {
  .image-wrap {
    background: url(img/blue-back-lt.jpg) repeat 0 0;
    float: left;
    width: 100%;
    margin-right: -15em;
    margin-bottom: 2em;
  }
  .image-wrap .image {
    margin-right: 15em;
  }
  .image-wrap .image img {
    border: 10px solid white;
  }
}
@media screen and (min-width: 980px) {
  .image-wrap {
    margin-right: -16em;
  }
  .image-wrap .image {
    margin-right: 16em;
  }
}

.quote {
  background: url(img/blue-back-lt.jpg) repeat 0 0;
  color: #4d4d4d;
  font-family: "ABeeZee", sans-serif;
  padding: 1em;
  margin-bottom: 2em;
  font-size: 0.8em;
  max-width: 92%;
}
.quote p {
  margin: 0.25em 0;
}
.quote .quote-text {
  font-size: 1.1em;
  margin-bottom: 0.25em;
  line-height: 1.6;
}
.quote .quote-attr {
  font-style: italic;
}
@media screen and (min-width: 540px) {
  .quote {
    max-width: 94%;
  }
}
@media screen and (min-width: 900px) {
  .quote {
    background: none;
    float: right;
    width: 14em;
    font-size: 0.9em;
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  .quote {
    font-size: 1em;
    padding-right: 1em;
  }
}

.content .widgettitle {
  margin-top: 2.5em;
}

.menu-toggle-container {
  margin-bottom: 1em;
  text-align: right;
}
@media screen and (min-width: 680px) {
  .menu-toggle-container {
    display: none;
  }
}

.scroll-link {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.5em 0.5em 0.5em 1.65em;
  border-radius: 5px;
  background: url(img/arrow_circle_down.png) no-repeat 0.35em 50%;
}

/* 404 page */
@media screen and (min-width: 680px) {
  .error404 .content {
    width: 60%;
    float: right;
  }
}
.error404 main {
  padding: 3em 0 0;
}
@media screen and (min-width: 680px) {
  .error404 main aside {
    float: left;
    width: 38%;
    margin-top: -2em;
  }
}
.error404 main aside img {
  max-width: 100%;
  height: auto;
}

/* Glossary Page */
.content .anchor-list {
  border: 1px solid #C7D9EE;
  background-color: #f3f7fa;
  border-radius: 5px;
  margin: 0.5em 0;
  padding: 0.25em 0.75em;
}
.content .anchor-list ul {
  padding: 0;
  margin: 0;
}
.content .anchor-list ul li {
  display: inline-block;
  list-style: none;
  list-style-image: none;
  margin: 0 3px;
}
.content .anchor-list a {
  font-weight: 600;
}

.styled-letter {
  font-size: 1.5em;
  border-bottom: 1px solid #ddd;
  padding: 1em 0 0;
  margin: 0 0 1em;
}

/* Pagination */
.pagination, .em-pagination {
  margin: 3em 0;
}
.pagination .page-numbers, .em-pagination .page-numbers {
  display: inline-block;
  font-size: 0.95em;
  padding: 0.25em 0.75em;
  margin-right: 0.25em;
  background-color: #e3eff7;
  color: #1e5a95;
}
.pagination .current, .pagination .page-numbers:hover, .em-pagination .current, .em-pagination .page-numbers:hover {
  background-color: #3e83b2;
  color: white;
  font-weight: 700;
}

/* News meta */
.content .meta {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  color: #747474;
  margin: 0;
}
.single .content .meta {
  margin: -0.75em 0 1em;
}

.mapsmarker {
  width: 100% !important;
}

li.covid {
  display: none;
}

/* Ensure that the links are clickable */
.parent-term .dropdown-toggle {
  background: none;
  border: none;
  color: #0073aa; /* Adjust the color as needed */
  text-align: left;
  cursor: pointer; /* Change the cursor to indicate it's clickable */
  font-size: 16px;
  padding: 5px 0;
  width: 100%; /* Ensure the button takes up the full width */
}

.parent-term .dropdown-toggle:hover {
  color: #005177; /* Change hover color if needed */
}

/* Ensure child terms are displayed correctly and clickable */
.child-terms {
  margin-left: 20px; /* Adjust as needed for indentation */
}

.child-terms li {
  list-style: none;
}

.child-terms li a {
  cursor: pointer;
  text-decoration: none;
  color: #0073aa; /* Adjust the color as needed */
}

.child-terms li a:hover {
  text-decoration: underline; /* Optional hover effect */
}

/* Make sure parent term button is not interfering with the links */
.dropdown-toggle:disabled {
  pointer-events: auto; /* Allow interactions even if the button looks disabled */
  cursor: pointer;
}

.tax-illinois_counties main .wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5em;
}

.region-resources-content .resources-list .resource-title {
  background: url(https://dscc.uic.edu/wp-content/themes/dscc_theme/img/bullet-sm.png) no-repeat left 3px;
  padding-top: 0;
  padding-left: 30px;
  padding-bottom: 9px;
  font-weight: 700;
  margin-bottom: -0.5em;
}

.resource-title a {
  text-decoration: underline;
}

.resource-title a:hover {
  text-decoration: none;
}

.resource-archives ul.sidebar-list .parent-term {
  position: relative;
  padding-left: 1.5em;
}

.resource-archives ul.sidebar-list .parent-term::after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #87B6D6;
  transition: transform 0.3s, opacity 0.3s;
}

.resource-archives ul.sidebar-list .parent-term:focus-within::after {
  transform: translateY(-50%) rotate(180deg); /* Rotate arrow */
}

.resource-wrap {
  display: grid;
  grid-template-columns: 4fr 1fr;
}

.search.search-results aside.right {
  position: relative;
}

/*** Header ***/
.main-banner {
  position: relative;
  padding-top: 1em;
  z-index: 2;
  background-color: #5895c4;
  background-image: url("img/blue-back-dk.jpg");
}
.main-banner .wrap {
  position: static;
}
.main-banner .wrap:first-child {
  margin-bottom: 0.85em;
}

/* Responsive: resizing logo */
.rs {
  float: left;
  width: 100%;
  margin-right: -6em;
}
.rs .logo {
  float: left;
  width: auto;
  margin-right: 4.75em;
  color: white;
  *zoom: 1;
}
.rs .logo:before, .rs .logo:after {
  content: " ";
  display: table;
}
.rs .logo:after {
  clear: both;
}
.rs .logo img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.rs .logo .scc-logo img {
  max-height: 55px;
}
@media screen and (min-width: 1165px) {
  .rs .logo .scc-logo img {
    margin-left: 8px;
  }
}
.rs .logo .horz {
  display: none;
}
@media screen and (min-width: 1065px) {
  .rs .logo .horz {
    display: block;
  }
}
.rs .logo .stacked {
  display: block;
  max-width: 275px;
  margin-top: 8px;
}
@media screen and (min-width: 500px) {
  .rs .logo .stacked {
    max-width: 98%;
  }
}
@media screen and (min-width: 1065px) {
  .rs .logo .stacked {
    display: none;
  }
}
.rs .logo a {
  display: block;
}
@media screen and (min-width: 505px) {
  .rs {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 900px) {
  .rs {
    margin-right: -35.5em;
    margin-bottom: 0em;
  }
  .rs .logo {
    margin-right: 20em;
  }
}

.ie8 .rs .logo .uic-logo img {
  max-height: 70px;
  height: auto;
  max-width: 65px;
}
.ie8 .rs .logo .scc-logo img {
  max-height: 65px;
  height: auto;
  max-width: 224px;
}
@media screen and (min-width: 680px) {
  .ie8 .rs .logo .uic-logo img {
    height: 70px;
    width: 65px;
  }
  .ie8 .rs .logo .scc-logo img {
    height: 65px;
    width: 224px;
  }
}

.ie7 .rs .logo {
  width: 294px;
}

.info {
  float: right;
  font-family: "ABeeZee", sans-serif;
}
.oldie .info {
  font-family: sans-serif;
}
@media screen and (min-width: 540px) {
  .info {
    width: 6em;
  }
}
@media screen and (min-width: 900px) {
  .info {
    width: 20.5em;
  }
}
.info .blogdescription {
  display: none;
}
@media screen and (min-width: 900px) {
  .info .blogdescription {
    font-size: 1.05em;
    color: #ebf6ff;
    font-style: italic;
    float: left;
    width: 14em;
    text-align: right;
    margin-top: 0.2em;
    margin-left: 0;
    padding: 0;
    display: block;
  }
}
.info .blogdescription p {
  padding: 0;
  margin: 0;
}
.info .tools {
  display: none;
}
@media screen and (min-width: 900px) {
  .info .tools {
    display: block;
    float: left;
    margin-left: 2em;
  }
}
.info .searchboxes {
  display: none;
  float: left;
  padding-top: 0.2em;
  width: 159px;
  margin-right: 3px;
}
@media screen and (min-width: 900px) {
  .info .searchboxes {
    display: block;
    float: right;
    min-height: 68px;
  }
}
.info .searchboxes .search {
  margin-bottom: 14px;
  /* x icon */
}
.info .searchboxes .search .gsc-input-box {
  border: none;
}
.info .searchboxes .search input[type=text] {
  border: none;
  padding: 0.75em;
  border: none;
  font-size: 0.95em;
}
.info .searchboxes .search .gsc-search-button input {
  background-color: #044581;
  background-image: none;
  padding: 6px;
  border: none;
  border-radius: 0;
  margin: 2px 0 0;
}
.info .searchboxes .search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
.info .searchboxes .search .gsst_b {
  top: 4px;
}
.info .searchboxes #google_translate_element {
  text-align: right;
}
.info .menu-toggle {
  float: right;
}
.info .menu-toggle a {
  padding: 2.6em 0.8em 0.6em;
  background: url(img/touch.png) no-repeat center 0.95em #ffc332;
  margin: -0.25em 0 0;
}
@media screen and (min-width: 900px) {
  .info .menu-toggle {
    display: none;
  }
}

.navbar {
  position: relative;
  margin: 0;
  background-color: #1e5a95;
  font-family: "ABeeZee", sans-serif;
  padding: 0 1.5em;
  /* hover and active states */
  /** 
   * Mobile only stuff 
   **/
}
.oldie .navbar {
  font-family: sans-serif;
}
.ie7 .navbar .nav-menu li {
  zoom: 1;
  display: inline;
  width: 19%;
}
.ie7 .navbar .nav-menu li .sub-menu {
  left: 0;
  top: 3em;
}
@media screen and (min-width: 900px) {
  .navbar {
    background-color: inherit;
    padding: 0;
  }
}
.home .navbar {
  min-height: inherit;
}
.navbar nav {
  display: none;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}
@media screen and (min-width: 900px) {
  .navbar nav {
    display: block;
    padding-top: 0;
  }
}
.navbar .nav-menu {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .navbar .nav-menu {
    display: table;
    padding: 0 0 0 6%;
    width: 94%;
    background-color: #1e5a95;
  }
}
.navbar .nav-menu li {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  background-color: #1e5a95;
}
@media screen and (min-width: 900px) {
  .navbar .nav-menu li {
    display: table-cell;
    float: none;
    width: 20%; /* Note: This style means there are a fixed number of top level menu items. */
    border-right: 1px solid #218791;
  }
}
.navbar .nav-menu li a {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1em 0;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.navbar .nav-menu li .sub-menu {
  display: none;
}
@media screen and (min-width: 900px) {
  .navbar .nav-menu li {
    /* Drop Down Menu */
  }
  .navbar .nav-menu li:hover .sub-menu {
    display: block;
  }
  .navbar .nav-menu li .sub-menu {
    position: absolute;
    z-index: 9999;
    margin: 0;
    padding: 0;
    width: 15em;
  }
  .navbar .nav-menu li .sub-menu li {
    display: block;
    width: auto;
    border: none;
    text-align: left;
    font-size: 0.9em;
  }
  .navbar .nav-menu li .sub-menu li a {
    display: block;
    padding: 1em 1.5em;
    width: auto;
  }
  .navbar .nav-menu li .sub-menu li:hover .sub-menu {
    display: block;
  }
  .navbar .nav-menu li .sub-menu li.menu-item-has-children a {
    padding-left: 2.55em;
    background: url(img/menu-arrow.png) no-repeat 1.65em 46%;
  }
  .navbar .nav-menu li .sub-menu .sub-menu {
    display: none;
    top: 0;
    left: 16.5em;
  }
  .navbar .nav-menu li .sub-menu .sub-menu li {
    background-color: #3672ad;
  }
  .navbar .nav-menu li .sub-menu .sub-menu li a {
    background-image: none;
  }
  .navbar .nav-menu li:last-child .sub-menu {
    right: 0;
  }
}
@media screen and (min-width: 900px) {
  .navbar .nav-menu > li:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 6%;
    height: 100%;
    background-color: #3672ad;
    border: none;
  }
  .navbar .nav-menu > li:first-child a {
    background-image: url(img/home_icon.png);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
  }
  .navbar .nav-menu > li:first-child a:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
  }
  .navbar .nav-menu > li:last-child {
    border: none;
  }
  .navbar .nav-menu > li:last-child > a {
    background-color: #3672ad;
    font-style: italic;
  }
  .navbar .nav-menu > li:nth-last-child(2) {
    border: none;
  }
}
.navbar li.current-menu-item > a, .navbar li.current-page-ancestor > a, .navbar .nav-menu > li > a:hover, .navbar .nav-menu > li > a:focus {
  background-color: #094279;
}
.navbar li.current-menu-item:first-child a {
  background-color: #3672ad;
}
.navbar .sub-menu li a:hover, .navbar .sub-menu li:hover, .navbar .sub-menu li a:focus {
  background-color: #3672ad;
}
.navbar .sub-menu li .sub-menu li a:hover, .navbar .sub-menu li .sub-menu li a:focus {
  background-color: #3e83b2;
}
.navbar .description {
  font-style: italic;
  color: #ebf6ff;
  text-align: center;
  margin: 0;
  padding: 1em 0;
  font-size: 0.8em;
}
@media screen and (min-width: 540px) {
  .navbar .description {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 680px) {
  .navbar .description {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 900px) {
  .navbar .description {
    display: none;
  }
}
.home .navbar .description {
  display: none;
}
.navbar .mobile-items {
  display: none;
  position: relative;
  z-index: 50;
  background-color: #1e5a95;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 900px) {
  .navbar .mobile-items {
    display: none;
  }
}
.navbar .mobile-items .mobile-searchboxes {
  padding-top: 0.5em;
  width: 100%;
  margin-right: 3px;
}
.navbar .mobile-items .mobile-searchboxes .search {
  margin-bottom: 0px;
  /* x icon */
}
.navbar .mobile-items .mobile-searchboxes .search .gsc-input-box {
  border: none;
}
.navbar .mobile-items .mobile-searchboxes .search input[type=text] {
  border: none;
  padding: 0.75em;
  border: none;
  font-size: 0.95em;
}
.navbar .mobile-items .mobile-searchboxes .search .gsc-search-button input {
  background-color: #044581;
  background-image: none;
  padding: 6px;
  border: none;
  border-radius: 0;
  margin: 2px 0 0;
}
.navbar .mobile-items .mobile-searchboxes .search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0;
}
.navbar .mobile-items .mobile-searchboxes .search .gsst_b {
  top: 4px;
}
.navbar .mobile-items .mobile-searchboxes #google_translate_element {
  text-align: right;
}
.navbar .mobile-items .mobile-searchboxes #google_translate_element .goog-te-gadget-simple {
  text-align: right;
  width: 100%;
}

/* JS toggle class */
.show, .show nav, .show .mobile-items {
  display: block;
}

.nav-wrap .show .description {
  display: none;
}

.show:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1e5a95;
  position: absolute;
  right: 3em;
  top: -0.6em;
}

@media screen and (min-width: 900px) {
  .show .mobile-items {
    display: none;
  }
  .show:before {
    border: none;
  }
}
.nav-wrap {
  padding: 0;
}

.menu-button {
  display: block;
  border-radius: 5px;
  padding: 1em;
  color: white;
  text-align: center;
  background-color: #4184b2;
  border-bottom: none;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

img.print-logo {
  display: none;
}

/*** Front page ***/
.home {
  font-family: "ABeeZee", sans-serif;
}
.home main .button {
  font-size: 1.125em; /* 18px / 16px */
  padding: 0.6em 1em;
}
.home h2 {
  text-transform: none;
}
.oldie .home {
  font-family: sans-serif;
}

.home-block-1 {
  background-color: #5895c4;
  background-image: url("img/blue-back-dk.jpg");
  color: white;
  padding-top: 2em;
  margin-bottom: -3em;
}
.home-block-1 .here-to-help {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 0.9em;
}
.home-block-1 .wrap p {
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.4em;
}
.home-block-1 .wrap .col1 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.home-block-1 .wrap .button-container {
  margin-bottom: 1em;
  *zoom: 1;
}
.home-block-1 .wrap .button-container:before, .home-block-1 .wrap .button-container:after {
  content: " ";
  display: table;
}
.home-block-1 .wrap .button-container:after {
  clear: both;
}
.home-block-1 .wrap .button-container p {
  font-size: 1em;
  float: left;
  margin-top: 0.625em;
  margin-right: 1em;
}
@media screen and (min-width: 900px) {
  .home-block-1 .wrap .text {
    width: 81%;
  }
}
.home-block-1 .wrap .col2 {
  width: 70%; /*760px;*/
  margin: 0 13%;
}
.home-block-1 .wrap .col2 img {
  max-width: 450px;
  width: 100%;
  height: auto;
  border: 10px solid white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  /* IE9 */
  -ms-transform: rotate(5deg);
  /* Safari and Chrome */
  -webkit-transform: rotate(5deg);
  /* standard css */
  transform: rotate(5deg);
}
.home-block-1 .wrap .home-arrow {
  margin-left: 28%;
}
.home-block-1 .wrap .background-images {
  z-index: 0;
}
@media screen and (min-width: 1190px) {
  .home-block-1 .wrap .background-images .cloud1a {
    background-image: url("img/cloud1.png");
    width: 135px;
    height: 101px;
    position: absolute;
    left: -15%;
    top: -30px;
  }
}
@media screen and (min-width: 680px) {
  .home-block-1 .wrap .background-images .cloud1b {
    background-image: url("img/cloud1.png");
    width: 135px;
    height: 101px;
    position: absolute;
    right: 0%;
  }
  .home-block-1 .wrap .background-images .cloud2 {
    background-image: url("img/cloud2.png");
    width: 135px;
    height: 85px;
    position: absolute;
    left: 41%;
    top: 130px;
  }
  .home-block-1 .wrap .background-images .sun {
    background-image: url("img/sun.png");
    width: 91px;
    height: 94px;
    position: absolute;
    left: 38%;
  }
  .home-block-1 .wrap .background-images .flower {
    background-image: url("img/flower.png");
    width: 53px;
    height: 96px;
    position: absolute;
    right: 2%;
    bottom: 48px;
  }
}

@media screen and (min-width: 680px) {
  .home-block-1 {
    margin-bottom: 0;
  }
  .home-block-1 .wrap .col1 {
    width: 42%;
    float: left;
  }
  .home-block-1 .wrap .col1 .here-to-help {
    font-size: 4.5em;
  }
  .home-block-1 .wrap .col1 .button-container p {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .home-block-1 .wrap .col2 {
    width: 40%;
    margin-right: 5%;
    float: right;
  }
  .home-block-1 .wrap .col2 img {
    z-index: 1;
    position: relative;
  }
}
@media screen and (min-width: 980px) {
  .home-block-1 .wrap .col1 {
    width: 42%;
    float: left;
  }
  .home-block-1 .wrap .col2 {
    width: 40%;
    margin-right: 5%;
    float: right;
  }
  .home-block-1 .wrap .col2 img {
    margin-top: -2em;
    z-index: 1;
    position: relative;
  }
  .ie8 .home-block-1 .wrap .col2 img {
    margin-top: -1em;
  }
}
@media screen and (min-width: 1120px) {
  .home-block-1 {
    margin-bottom: -4em;
  }
  .home-block-1 .wrap .col2 {
    width: 35%;
    margin-right: 10%;
  }
  .home-block-1 .wrap .background-images .flower {
    bottom: 64px;
  }
}
.home-block-2 {
  color: #575757;
  background-color: #fff;
  padding-top: 4em;
}
@media screen and (min-width: 980px) {
  .home-block-2 {
    margin-bottom: -4em;
  }
}
.home-block-2 .how-we-help {
  font-size: 3.25em;
  color: #1e5a95;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .home-block-2 .how-we-help {
    font-size: 3.75em;
  }
}
.home-block-2 p {
  max-width: 755px;
  font-size: 1.125em;
  line-height: 1.5em;
}
.home-block-2 li a {
  font-size: 1.125em;
  font-style: italic;
}
.home-block-2 .styled-list li {
  vertical-align: top;
  display: inline-block;
  width: 90%;
}
.home-block-2 .styled-list li:last-child {
  background: none;
  padding: 0;
}
.home-block-2 .styled-list li:last-child a {
  color: #004c82;
  font-style: normal;
}
@media screen and (min-width: 750px) and (max-width: 1059px) {
  .home-block-2 .styled-list ul {
    margin-bottom: 0;
  }
  .home-block-2 .styled-list li {
    width: 37%;
  }
  .home-block-2 .styled-list li:last-child {
    margin-left: 50%;
  }
  .home-block-2 .styled-list .colbreak2 {
    padding-right: 0;
  }
}
@media screen and (min-width: 1060px) {
  .home-block-2 .styled-list li {
    width: 26%;
  }
  .home-block-2 .styled-list .colbreak3 {
    padding-right: 0;
  }
}
@media screen and (min-width: 0) and (max-width: 899px) {
  .home-block-2 .styled-list li {
    padding-right: 0;
  }
}
.home-block-2 .home-arrow {
  float: right;
  clear: right;
  margin-top: -1em;
  margin-right: 13%;
  margin-left: 5%;
}

.ie8 .home-block-2 .styled-list .ie8-last-child {
  background: none;
  padding: 0;
}
.ie8 .home-block-2 .styled-list .ie8-last-child a {
  color: #004c82;
  font-style: normal;
}

.home-arrow {
  display: none;
}

@media screen and (min-width: 980px) {
  .home-arrow {
    display: inline-block;
  }
}
.ie8 .home-block-3 {
  padding-top: 3em;
}

.home-block-3 {
  background-color: #e9f6fe;
  background-image: url("./img/blue-back-lt.jpg");
  color: #575757;
  padding-top: 2em;
  padding-bottom: 2em;
}
.home-block-3 .featured-img {
  float: inherit;
  margin: 0 5%;
  width: 82%;
}
.home-block-3 .featured-img img {
  max-width: 100%;
  height: auto;
  border: 10px solid white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  /* IE9 */
  -ms-transform: rotate(-5deg);
  /* Safari and Chrome */
  -webkit-transform: rotate(-5deg);
  /* standard css */
  transform: rotate(-5deg);
}
.home-block-3 .story-wrapper {
  float: inherit;
}
.home-block-3 h2 {
  font-size: 3.25em; /* 52px / 16px */
  color: #1e5a95;
  margin-bottom: 0.25em;
}
.home-block-3 p {
  font-size: 1.125em; /* 18px / 16px */
  line-height: 1.5em;
  margin-right: 1em;
}
.home-block-3 .pull-quote {
  font-size: 1.1em; /* 17px / 16px */
  width: 100%;
  background: url("./img/open-quote.png") no-repeat left top;
  padding: 1px 0 5px 20px;
}
.home-block-3 .pull-quote blockquote {
  margin-top: 0.7em;
  font-style: italic;
  line-height: 1.625em; /* 26px / 16px */
}
.home-block-3 .pull-quote footer {
  font-size: 1em; /* 16px / 16px */
  margin-left: 40px;
}
.home-block-3 .pull-quote .button {
  font-size: 0.9em;
  margin-left: 2em;
}
@media screen and (min-width: 900px) {
  .home-block-3 {
    padding-bottom: 3em;
  }
  .home-block-3 p {
    margin-right: 3em;
  }
  .home-block-3 .featured-img {
    float: left;
    width: 45%;
  }
  .home-block-3 .story-wrapper {
    float: right;
    width: 42%;
  }
  .home-block-3 .story-wrapper h2 {
    margin-top: 1.5em;
  }
  .home-block-3 .pull-quote {
    max-width: 433px;
  }
}
@media screen and (min-width: 900px) and (max-width: 979px) {
  .home-block-3 {
    padding-top: 5em;
  }
  .home-block-3 .story-wrapper h2 {
    margin-top: -1em;
  }
}
@media screen and (min-width: 980px) {
  .home-block-3 {
    padding-top: 0;
  }
}

.home-featured-stories-slider {
  margin: 1.5em 0;
}
@media screen and (min-width: 540px) and (max-width: 899px) {
  .home-featured-stories-slider {
    height: 775px;
  }
}
@media screen and (min-width: 0) and (max-width: 539px) {
  .home-featured-stories-slider {
    height: 380px;
  }
}
.home-featured-stories-slider .fa_slider_simple {
  display: inline-block;
  overflow: visible;
}
@media screen and (min-width: 0) and (max-width: 899px) {
  .home-featured-stories-slider .fa_slider_simple {
    margin: 0 auto !important;
  }
}
.home-featured-stories-slider .fa_slider_simple.default .fa_slide .fa_slide_content {
  top: 4.6em \9 ;
}
@media screen and (min-width: 0) and (max-width: 899px) {
  .home-featured-stories-slider .fa_slider_simple.default .fa_slide .fa_slide_content {
    top: 1.875em \9 ;
    left: 0px;
    width: 90%;
    padding: 0px 5%;
  }
}
@media screen and (min-width: 0) and (max-width: 539px) {
  .home-featured-stories-slider .fa_slider_simple.default .fa_slide .fa_slide_content {
    margin-top: 6em;
  }
  .home-featured-stories-slider .fa_slider_simple.default .fa_slide .fa_slide_content h2 {
    margin-top: 1.75em;
  }
}
@media screen and (min-width: 0) and (max-width: 1064px) {
  .home-featured-stories-slider .fa_slider_simple.default .fa_slide .fa_slide_content .description p {
    display: none;
  }
}
@media screen and (min-width: 0) and (max-width: 539px) {
  .home-featured-stories-slider .fa_slider_simple.default .fa_slide .fa_slide_content .description p {
    font-size: 1.75em;
  }
}
.home-featured-stories-slider .fa_slider_simple.default .fa_slide .fa_slide_content .fa_read_more {
  color: #1e5a95;
  background-color: transparent;
  font-size: 1.5em;
  padding: 7px 0;
  position: relative;
}
.home-featured-stories-slider .fa_slider_simple.default .fa_slide .fa_slide_content .fa_read_more::after {
  content: " ▶";
}
@media screen and (min-width: 0) and (max-width: 899px) {
  .home-featured-stories-slider .fa_slider_simple.default .fa_slide:not(.no-image) .fa_slide_content {
    margin-top: 72%;
  }
  .home-featured-stories-slider .fa_slider_simple.default .fa_slide:not(.no-image) .fa_slide_content .description p {
    display: none;
  }
}
.home-featured-stories-slider .fa_slider_simple.default .go-back, .home-featured-stories-slider .fa_slider_simple.default .go-forward {
  background-color: transparent !important;
  color: #1e5a95 !important;
}
@media screen and (min-width: 0) and (max-width: 899px) {
  .home-featured-stories-slider .fa_slider_simple.default .go-back, .home-featured-stories-slider .fa_slider_simple.default .go-forward {
    margin-top: 35%;
  }
}
.home-featured-stories-slider .fa_slider_simple.default .main-nav .fa-nav {
  font-size: 0.75em;
  margin: 0 0.6em;
  opacity: 0.5;
}
.home-featured-stories-slider .fa_slider_simple.default .main-nav .fa-nav.active {
  opacity: 1;
}
@media only screen and (max-width: 980px) {
  .home-featured-stories-slider .fa_slider_simple.default .main-nav .fa-nav {
    position: relative;
    top: 1rem;
  }
}
.home-featured-stories-slider .fa_slider_simple.content-right .fa_slide_content h2 a {
  color: #1e5a95;
  margin-bottom: 0.5em;
}
.home-featured-stories-slider .fa_slider_simple .fa_image {
  border: 5px solid #FFF;
  box-shadow: 0px 0px 15px 3px #ddd;
}
@media screen and (min-width: 0) and (max-width: 899px) {
  .home-featured-stories-slider .fa_slider_simple .fa_image {
    width: 88%;
    height: 176%;
  }
}
.home-featured-stories-slider .fa_slider_simple .main-nav {
  bottom: -1em;
}
.home-featured-stories-slider .fa_slider_simple .main-nav .fa-nav:hover:before, .home-featured-stories-slider .fa_slider_simple .main-nav .fa-nav.active:before {
  content: "\f111";
}

.home-news-and-events {
  margin-top: 0.5em;
  margin-bottom: 3em;
}
.home-news-and-events h2 {
  line-height: 100%;
  margin-top: 0;
}
.home-news-and-events .home-featured-news, .home-news-and-events .home-upcoming-events {
  float: left;
  margin-bottom: 1.25em;
}
.home-news-and-events .home-featured-news h2, .home-news-and-events .home-upcoming-events h2 {
  font-size: 3.25em;
  color: #1e5a95;
  margin-bottom: 0.5em;
}
.home-news-and-events .home-featured-news li.recent-post, .home-news-and-events .home-featured-news li.upcoming-event, .home-news-and-events .home-upcoming-events li.recent-post, .home-news-and-events .home-upcoming-events li.upcoming-event {
  list-style: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.25em;
  margin-right: 2em;
  min-height: 200px;
}
@media screen and (min-width: 0) and (max-width: 539px) {
  .home-news-and-events .home-featured-news li.recent-post, .home-news-and-events .home-featured-news li.upcoming-event, .home-news-and-events .home-upcoming-events li.recent-post, .home-news-and-events .home-upcoming-events li.upcoming-event {
    min-height: initial;
  }
}
.home-news-and-events .home-featured-news li.recent-post:last-of-type, .home-news-and-events .home-featured-news li.upcoming-event:last-of-type, .home-news-and-events .home-upcoming-events li.recent-post:last-of-type, .home-news-and-events .home-upcoming-events li.upcoming-event:last-of-type {
  border-bottom: none;
}
.home-news-and-events .home-featured-news li.recent-post a, .home-news-and-events .home-featured-news li.upcoming-event a, .home-news-and-events .home-upcoming-events li.recent-post a, .home-news-and-events .home-upcoming-events li.upcoming-event a {
  font-weight: bold;
}
.home-news-and-events .home-featured-news li.recent-post .recent-post-thumbnail, .home-news-and-events .home-featured-news li.recent-post .event-map-thumbnail, .home-news-and-events .home-featured-news li.upcoming-event .recent-post-thumbnail, .home-news-and-events .home-featured-news li.upcoming-event .event-map-thumbnail, .home-news-and-events .home-upcoming-events li.recent-post .recent-post-thumbnail, .home-news-and-events .home-upcoming-events li.recent-post .event-map-thumbnail, .home-news-and-events .home-upcoming-events li.upcoming-event .recent-post-thumbnail, .home-news-and-events .home-upcoming-events li.upcoming-event .event-map-thumbnail {
  border: 5px solid #FFF;
  box-shadow: 0px 0px 15px 3px #ddd;
  float: left;
  margin: 0 1.5em 0 0.5em;
  height: 150px;
  width: 150px;
}
@media screen and (min-width: 0) and (max-width: 539px) {
  .home-news-and-events .home-featured-news li.recent-post .recent-post-thumbnail, .home-news-and-events .home-featured-news li.recent-post .event-map-thumbnail, .home-news-and-events .home-featured-news li.upcoming-event .recent-post-thumbnail, .home-news-and-events .home-featured-news li.upcoming-event .event-map-thumbnail, .home-news-and-events .home-upcoming-events li.recent-post .recent-post-thumbnail, .home-news-and-events .home-upcoming-events li.recent-post .event-map-thumbnail, .home-news-and-events .home-upcoming-events li.upcoming-event .recent-post-thumbnail, .home-news-and-events .home-upcoming-events li.upcoming-event .event-map-thumbnail {
    display: none;
  }
}
.home-news-and-events .home-featured-news li.recent-post .recent-post-date, .home-news-and-events .home-featured-news li.recent-post .event-upcoming-date, .home-news-and-events .home-featured-news li.upcoming-event .recent-post-date, .home-news-and-events .home-featured-news li.upcoming-event .event-upcoming-date, .home-news-and-events .home-upcoming-events li.recent-post .recent-post-date, .home-news-and-events .home-upcoming-events li.recent-post .event-upcoming-date, .home-news-and-events .home-upcoming-events li.upcoming-event .recent-post-date, .home-news-and-events .home-upcoming-events li.upcoming-event .event-upcoming-date {
  color: #757575;
  font-weight: 600;
  text-transform: uppercase;
}
.home-news-and-events .home-featured-news .home-more-news-button, .home-news-and-events .home-featured-news .home-more-events-button, .home-news-and-events .home-upcoming-events .home-more-news-button, .home-news-and-events .home-upcoming-events .home-more-events-button {
  margin: auto;
  text-align: center;
  width: inherit;
}
.home-news-and-events .home-featured-news .home-more-news-button a.button, .home-news-and-events .home-featured-news .home-more-events-button a.button, .home-news-and-events .home-upcoming-events .home-more-news-button a.button, .home-news-and-events .home-upcoming-events .home-more-events-button a.button {
  text-align: center;
  width: 180px;
}
.home-news-and-events .home-featured-news {
  border-right: 1px solid #ddd;
  width: 50%;
}
@media screen and (min-width: 0) and (max-width: 899px) {
  .home-news-and-events .home-featured-news {
    border: none;
    float: none;
    margin-right: 3em;
    width: 100%;
  }
}
.home-news-and-events .home-upcoming-events {
  margin-left: 2em;
  width: 46%;
}
@media screen and (min-width: 0) and (max-width: 899px) {
  .home-news-and-events .home-upcoming-events {
    float: none;
    margin-left: 0;
    margin-top: 3rem;
    width: 100%;
  }
}
.home-news-and-events .home-upcoming-events ul {
  padding-left: 0;
}
/* Hide slider in IE10 */
html[data-useragent*="MSIE 10.0"] .home-featured-stories-slider {
  display: none;
}
html[data-useragent*="MSIE 10.0"] .home-news-and-events {
  margin-top: 2em;
}

/*** Footer ***/
.main-footer {
  width: 100%;
  float: left;
  font-family: "ABeeZee", sans-serif;
}
.main-footer .footer-area {
  clear: both;
}
.main-footer .dscc-footer-notice1 {
  padding: 0.75em 0;
  background-color: #5895c4;
  background-image: url(img/blue-back-dk.jpg);
  color: white;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .main-footer .dscc-footer-notice1 {
    text-align: center;
  }
}
.main-footer .dscc-footer-notice1 span {
  display: inline-block;
}
.main-footer .dscc-footer-notice1 .call, .main-footer .dscc-footer-notice1 a {
  letter-spacing: 2px;
}
.main-footer .dscc-footer-notice1 .phone, .main-footer .dscc-footer-notice1 .or {
  font-family: "ABeeZee", sans-serif;
}
.main-footer .dscc-footer-notice1 .phone {
  margin: 0 0.25em;
}
.main-footer .dscc-footer-notice1 .or {
  font-style: italic;
  font-size: 0.75em;
  margin-right: 0.5em;
  margin-left: 0.2em;
}
.main-footer .dscc-footer-notice1 .arrow {
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.main-footer .dscc-footer-notice1 a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #B1C8E4;
  white-space: pre;
}
.main-footer .dscc-footer-notice1 p {
  font-size: 1.5em;
  margin: 0;
  text-shadow: 1px 1px 1px #666;
}
.main-footer .dscc-footer-sidebar {
  background-color: #1f6194;
  background-image: url(img/footer-back.jpg);
  line-height: 1.5em;
  color: #ebf6ff;
}
@media screen and (min-width: 900px) {
  .main-footer .dscc-footer-sidebar {
    padding: 1em 2em 0 2em;
  }
}
.main-footer .dscc-footer-sidebar a {
  color: #ffd88b;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.main-footer .dscc-footer-sidebar a:hover, .main-footer .dscc-footer-sidebar a:active {
  border-bottom: 1px solid #ffd88b;
}
.main-footer .dscc-footer-sidebar .dscc-contact-info dl {
  font-size: 0.875em;
}
.main-footer .dscc-footer-sidebar .dscc-contact-info .business-hours {
  font-size: 0.875em;
}
.main-footer .dscc-footer-sidebar .widget-title {
  font-size: 1.25em;
  color: #ebf6ff;
  letter-spacing: 1px;
  font-family: "chunkfiveroman", sans-serif;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 900px) {
  .main-footer .footer-sidebar {
    display: inline-block;
    vertical-align: top;
    margin: 1.42857%; /* 16px / 1120px */
    margin-bottom: 0;
  }
}
.main-footer .footer-sidebar h2 {
  letter-spacing: 1px;
  text-transform: initial;
}
.main-footer .dscc-footer-notice2 {
  background-color: #063b65;
  color: #6aa9db;
  padding: 1em 0;
  font-size: 0.75em; /* 12px / 16px */
  line-height: 2em;
}
.main-footer .dscc-footer-notice2 p {
  margin: 0;
}
.main-footer .dscc-footer-notice2 a {
  color: #6aa9db;
  text-decoration: none;
  border-bottom: 1px solid #6aa9db;
}
.main-footer .dscc-footer-notice2 a:hover, .main-footer .dscc-footer-notice2 a:active {
  color: #bcd8ef;
  border-bottom: 1px solid #bcd8ef;
}
.oldie .main-footer {
  font-family: sans-serif;
}

.dscc-footer-help h2 {
  color: #ffc332;
  font-size: 1.5em; /* 24px / 16px */
}
@media screen and (min-width: 900px) and (max-width: 979px) {
  .dscc-footer-help {
    width: 31%;
  }
}
@media screen and (min-width: 980px) {
  .dscc-footer-help {
    width: 30%;
  }
}
.dscc-footer-help .textwidget {
  font-size: 1em; /* 16px / 16px */
}

.footer-image-container {
  display: none;
  position: relative;
}
@media screen and (min-width: 980px) {
  .footer-image-container {
    width: 14%;
    min-height: 354px;
    display: block;
  }
  .footer-image-container .sun {
    background-image: url("img/sun.gif");
    width: 91px;
    height: 94px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .footer-image-container .flower {
    background-image: url("img/flower.gif");
    width: 53px;
    height: 96px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.dscc-footer-contact-info {
  width: 100%;
}
@media screen and (min-width: 540px) and (max-width: 899px) {
  .dscc-footer-contact-info {
    width: 40%;
    float: left;
    display: inline-block;
  }
}
@media screen and (min-width: 900px) and (max-width: 979px) {
  .dscc-footer-contact-info {
    width: 27%;
  }
}
@media screen and (min-width: 980px) {
  .dscc-footer-contact-info {
    width: 18%;
  }
}
.dscc-footer-contact-info h2 {
  color: #fff;
  font-size: 1.25em; /* 20px / 16px */
}
.dscc-footer-contact-info .textwidget {
  font-size: 0.875em; /* 14px / 16px */
}
.dscc-footer-contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dscc-footer-contact-info ul li:before {
  content: "» ";
  color: #ffd88b;
}

@media screen and (min-width: 540px) and (max-width: 899px) {
  .dscc-footer-newsletter {
    width: 40%;
    float: right;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 900px) and (max-width: 979px) {
  .dscc-footer-newsletter {
    width: 27%;
  }
}
@media screen and (min-width: 980px) {
  .dscc-footer-newsletter {
    width: 25%;
  }
}
.dscc-footer-newsletter h2 {
  color: #ebf6ff;
  font-size: 1.25em; /* 20px / 16px */
}
.dscc-footer-newsletter .footer-newsletter-signup .gform_body .gfield_label {
  font-weight: normal;
}
.dscc-footer-newsletter .footer-newsletter-signup .gform_body input {
  background-color: #97c7ee;
  width: 100% !important;
  border-width: 0;
  font-size: 0.9375em !important; /* 15px / 16px */
}
.dscc-footer-newsletter .footer-newsletter-signup .gform_body li#field_2_4, .dscc-footer-newsletter .footer-newsletter-signup .gform_body li#field_2_5 {
  width: 47.5% !important;
  display: inline-block;
}
.dscc-footer-newsletter .footer-newsletter-signup .gform_body li#field_2_4 {
  margin-right: 0.86em;
}

.social-media {
  margin: 1em 0 2em;
}
.social-media a, .main-footer .dscc-footer-sidebar .social-media a {
  display: inline-block;
  width: 200px;
  height: 24px;
  line-height: 26px;
  text-indent: 37px;
  border: none;
  text-shadow: none;
  color: #004c82;
}
.main-footer .dscc-footer-sidebar .social-media a:hover, .social-media a:hover {
  border: none;
}
.social-media a {
  /*background: url(img/sm-icons.png) no-repeat 0 0;*/
}
.social-media a:first-child {
  /*width: 42px;*/
}
.social-media .fb {
  background-image: url(img/fb_button.png);
  background-repeat: no-repeat;
  background-position: 5% center;
}
.social-media .tw {
  background-position: 0 -39px;
}
.social-media .tw:hover {
  background-position: -44px -39px;
}
.social-media .pn {
  background-position: 0px -78px;
}
.social-media .pn:hover {
  background-position: -44px -78px;
}

@media screen and (min-width: 680px) {
  .left-sidebar .content {
    float: right;
  }
}
@media screen and (min-width: 680px) and (max-width: 899px) {
  aside.left {
    width: 27%;
  }
  .left-sidebar .content {
    width: 70%;
  }
}
@media screen and (min-width: 900px) {
  aside.left {
    width: 23%;
  }
  .left-sidebar .content {
    width: 74%;
  }
}
/* Sidebar menu */
aside.left {
  padding-top: 2em;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 540px) {
  aside.left {
    float: left;
    margin-top: 0.5em;
    padding-top: 0;
  }
}
.oldie aside.left {
  font-family: sans-serif;
}
aside.left nav {
  font-size: 115%;
}
@media screen and (min-width: 540px) {
  aside.left nav {
    font-size: 100%;
  }
}
aside.left nav ul {
  padding: 0;
  margin: 0;
  /* Second level */
}
aside.left nav ul li {
  list-style: none;
  list-style-image: none;
  border-bottom: 1px solid #C7D9EE;
  line-height: 1.5;
}
aside.left nav ul li a {
  display: block;
  color: #1e5a95;
  text-decoration: none;
  padding: 0.5em 0;
}
aside.left nav ul li.has-children {
  padding-left: 0.9em;
  background: url(img/sub-closed.png) no-repeat 0 0.9em;
}
aside.left nav ul li.current-ancestor {
  padding-left: 1.1em;
  background: url(img/sub-open.png) no-repeat 0 1em;
}
aside.left nav ul li:first-child {
  border-top: 1px solid #C7D9EE;
}
aside.left nav ul li.active a {
  color: #333;
  font-weight: bold;
}
aside.left nav ul ul {
  font-size: 0.8em;
  background-color: #EDF5FF;
}
aside.left nav ul ul li, aside.left nav ul ul li.has-children {
  border: none;
  background: url(img/sub-bullet.png) no-repeat 0.35em 1.25em;
  padding-left: 0;
}
aside.left nav ul ul li a, aside.left nav ul ul li.has-children a {
  border-top: 1px solid #C7D9EE;
  margin-left: 1.5em;
  padding: 0.85em 0.25em 0.85em 0;
}
aside.left nav ul ul li:first-child, aside.left nav ul ul li.has-children:first-child {
  background-position: 0.35em 1.2em;
  border-top: none;
}
aside.left nav ul ul li:first-child a, aside.left nav ul ul li.has-children:first-child a {
  border-top: none;
}
aside.left nav .subnav {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 980px) {
  .content .content-left {
    position: relative;
    width: 100%;
    float: left;
    margin-right: -290px;
  }
  .content .content-left .content-body {
    margin-right: 290px;
  }
  .content .search-results .content-left .content-body {
    margin-right: 0;
  }
}

/* Content right sidebar */
aside.right {
  position: relative;
  margin-top: 1.75em;
  padding-top: 1.75em;
  border-top: 1px solid #D1E0F2;
}
@media screen and (min-width: 980px) {
  aside.right {
    width: 260px;
    float: right;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0.75em;
    border-top: none;
    border-left: 1px solid #D1E0F2;
  }
}
aside.right div:first-child p:first-child {
  margin-top: 0;
}
aside.right .widgettitle {
  font-family: "chunkfiveroman", sans-serif;
  font-weight: normal;
  margin-top: 0;
}

.tax-dscc_event_region aside.right {
  border-top: none;
}

.scroll-top {
  margin-top: 0.25em;
  background-image: url(img/arrow_circle_up.png);
}
@media screen and (min-width: 680px) {
  .scroll-top {
    display: none;
  }
}

/*** sidebar widget stylings ***/
aside.right .widget {
  margin-bottom: 2em;
}
aside.right .textwidget img {
  margin-bottom: 0;
}

.addthis-share-buttons .at300bs {
  border-radius: 5px;
}

.addthis-title, .widgettitle {
  color: #747474;
  font-size: 1em;
  font-family: "chunkfiveroman", sans-serif;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-link .page-link-title {
  font-size: 1.125em; /* 18px / 16px */
  font-family: "chunkfiveroman", sans-serif;
  margin-bottom: 0.4em;
}
.page-link .page-link-title a {
  color: #1e5a95;
  text-decoration: none;
  border-bottom: none;
}
.page-link .page-link-title a:hover, .page-link .page-link-title a:active {
  color: #95c0ea;
  border-bottom: none;
}
.page-link .page-link-content {
  font-size: 0.875em; /* 14px / 16px */
  font-family: "Lato", sans-serif;
  color: #575757;
  margin: 0;
}

.dscc-contact-info .widget-title {
  color: #747474;
  font-size: 1.125em;
  font-family: "chunkfiveroman", sans-serif;
  margin-bottom: 0.3em;
}
.dscc-contact-info .business-hours span {
  font-weight: bold;
}

.sidebar-list {
  padding: 0;
  margin: 0.5em 0.5em;
}
.sidebar-list li {
  list-style: none;
  list-style-image: none;
  border-bottom: 1px solid #C7D9EE;
}
.sidebar-list li:first-child {
  border-top: 1px solid #C7D9EE;
}
.sidebar-list li a, .sidebar-list li.transition {
  display: block;
  padding: 0.25em 0;
}
.sidebar-list li.transition {
  background: url(img/blue_down_arrow.png) no-repeat left center;
  padding-left: 0.95em;
}
.sidebar-list li.active {
  color: #333;
  font-weight: bold;
}
.sidebar-list li ul {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  background-color: #edf5ff;
}
.sidebar-list li ul li {
  padding-left: 1.05em;
}
.sidebar-list li ul li:first-child {
  border-top: none;
}
.sidebar-list li ul li:last-child {
  border-bottom: none;
}

.widget-boxes {
  margin: 0;
  padding: 0;
}
.widget-boxes li {
  list-style: none;
  list-style-image: none;
}
.widget-boxes .feature-box {
  margin: 0.75em 0;
  padding: 0.5em 0.75em;
}
.widget-boxes .feature-box h2, .widget-boxes .feature-box h3, .widget-boxes .feature-box h4 {
  text-transform: none;
}
.widget-boxes .feature-box .meta {
  margin: 0.25em 0 0.6em;
}

.sidebar-button {
  margin-bottom: 2.5em;
}

.post-feed article {
  border-bottom: 1px solid #c7d9ee;
  padding: 1.35em 0 2.45em;
}
.post-feed h2 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 1.25em;
  margin-top: 0.55em;
  margin-bottom: 0.25em;
}
.post-feed p {
  margin: 0.75em 0;
  line-height: 1.6;
}
.post-feed .thumbnail {
  max-width: 100%;
}
.post-feed .thumbnail img {
  max-width: 100%;
  width: auto; /* ie8 */
  height: auto;
  max-width: 95%;
  height: auto;
  border: 6px solid white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  margin-top: 1em;
}
@media screen and (min-width: 900px) {
  .post-feed .thumbnail {
    float: left;
    width: 249px;
  }
  .post-feed .post-content {
    float: right;
    width: 100%;
    margin-left: -272px;
  }
  .post-feed .right {
    margin-left: 272px;
  }
}

.family-stories .post-content {
  margin-left: -400px;
  max-width: 799px;
}
@media screen and (min-width: 980px) {
  .family-stories .post-content {
    max-width: none;
  }
}
.family-stories .right {
  margin-left: 400px;
}
@media screen and (min-width: 900px) {
  .family-stories .right {
    min-height: 242px;
  }
}
.family-stories .button {
  margin-top: 1em;
}
.family-stories .thumbnail {
  width: 399px;
}
.family-stories .thumbnail img {
  border: 10px solid white;
  margin-top: 0;
}

.news-and-events article:first-child {
  padding-top: 0.25em;
}

section.find-an-office {
  margin-top: 1.5em;
}

.feature-box {
  padding: 1em;
  background: url(img/blue-back-lt.jpg) repeat 0 0;
}
.feature-box h2, .feature-box h3, .feature-box h4, .feature-box p.title {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  margin: 0;
}
.feature-box p {
  margin: 0.5em 0;
}
.feature-box .directions {
  margin-top: -0.5em;
}
.feature-box .button {
  line-height: 1;
  padding: 0.7em 1em;
  margin: 0.25em 0;
  box-shadow: none;
}

div.feature-box {
  *zoom: 1;
}
div.feature-box:before, div.feature-box:after {
  content: " ";
  display: table;
}
div.feature-box:after {
  clear: both;
}
div.feature-box img {
  max-width: 95%;
  height: auto;
  border: 6px solid white;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  margin-top: 1em;
}
div.feature-box h2, div.feature-box h3, div.feature-box h4 {
  text-transform: none;
}
div.feature-box dl {
  margin: 1em 0;
}
@media screen and (min-width: 540px) {
  div.feature-box .left, div.feature-box .right {
    width: 45%;
  }
  div.feature-box .left {
    float: left;
  }
  div.feature-box .right {
    float: right;
  }
}

.row-features {
  margin: 0.5em 0 1.5em;
}
.row-features .feature-box {
  width: 260px;
  margin-right: 1em;
  background: none;
  padding: 0;
  display: inline-block;
}
.row-features .feature-box:first-child {
  margin-right: none;
}
.row-features p.title {
  margin: 0;
  padding: 0.5em;
  background: url(img/blue-back-lt.jpg) repeat 0 0;
}

article.feature-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 14.8em;
  height: 29.5em;
  margin-right: 0.65em;
  margin-bottom: 0.65em;
}
article.feature-box img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 611px) {
  article.feature-box.cb2 {
    margin-right: 0;
  }
}
@media screen and (min-width: 845px) {
  article.feature-box.cb3 {
    margin-right: 0.65em;
  }
  article.feature-box.cb2 {
    margin-right: 0;
  }
}
@media screen and (min-width: 1180px) {
  article.feature-box.cb2 {
    margin-right: 0.65em;
  }
  article.feature-box.cb3 {
    margin-right: 0;
  }
}

.resource-directory .styled-list {
  padding: 0;
}
.resource-directory .resource-title {
  font-weight: 700;
  margin-bottom: -0.5em;
}
.resource-directory .button {
  margin: 0 0 1em;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
@media screen and (min-width: 540px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 940px;
  }
  .span12 {
    width: 940px;
  }
  .span11 {
    width: 860px;
  }
  .span10 {
    width: 780px;
  }
  .span9 {
    width: 700px;
  }
  .span8 {
    width: 620px;
  }
  .span7 {
    width: 540px;
  }
  .span6 {
    width: 460px;
  }
  .span5 {
    width: 380px;
  }
  .span4 {
    width: 300px;
  }
  .span3 {
    width: 220px;
  }
  .span2 {
    width: 140px;
  }
  .span1 {
    width: 60px;
  }
  .offset12 {
    margin-left: 980px;
  }
  .offset11 {
    margin-left: 900px;
  }
  .offset10 {
    margin-left: 820px;
  }
  .offset9 {
    margin-left: 740px;
  }
  .offset8 {
    margin-left: 660px;
  }
  .offset7 {
    margin-left: 580px;
  }
  .offset6 {
    margin-left: 500px;
  }
  .offset5 {
    margin-left: 420px;
  }
  .offset4 {
    margin-left: 340px;
  }
  .offset3 {
    margin-left: 260px;
  }
  .offset2 {
    margin-left: 180px;
  }
  .offset1 {
    margin-left: 100px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.1276595745%;
    *margin-left: 2.0744680851%;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.1276595745%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  .row-fluid .span11 {
    width: 91.4893617021%;
    *width: 91.4361702128%;
  }
  .row-fluid .span10 {
    width: 82.9787234043%;
    *width: 82.9255319149%;
  }
  .row-fluid .span9 {
    width: 74.4680851064%;
    *width: 74.414893617%;
  }
  .row-fluid .span8 {
    width: 65.9574468085%;
    *width: 65.9042553191%;
  }
  .row-fluid .span7 {
    width: 57.4468085106%;
    *width: 57.3936170213%;
  }
  .row-fluid .span6 {
    width: 48.9361702128%;
    *width: 48.8829787234%;
  }
  .row-fluid .span5 {
    width: 40.4255319149%;
    *width: 40.3723404255%;
  }
  .row-fluid .span4 {
    width: 31.914893617%;
    *width: 31.8617021277%;
  }
  .row-fluid .span3 {
    width: 23.4042553191%;
    *width: 23.3510638298%;
  }
  .row-fluid .span2 {
    width: 14.8936170213%;
    *width: 14.8404255319%;
  }
  .row-fluid .span1 {
    width: 6.3829787234%;
    *width: 6.329787234%;
  }
  .row-fluid .offset12 {
    margin-left: 104.2553191489%;
    *margin-left: 104.1489361702%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.1276595745%;
    *margin-left: 102.0212765957%;
  }
  .row-fluid .offset11 {
    margin-left: 95.7446808511%;
    *margin-left: 95.6382978723%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.6170212766%;
    *margin-left: 93.5106382979%;
  }
  .row-fluid .offset10 {
    margin-left: 87.2340425532%;
    *margin-left: 87.1276595745%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.1063829787%;
    *margin-left: 85%;
  }
  .row-fluid .offset9 {
    margin-left: 78.7234042553%;
    *margin-left: 78.6170212766%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.5957446809%;
    *margin-left: 76.4893617021%;
  }
  .row-fluid .offset8 {
    margin-left: 70.2127659574%;
    *margin-left: 70.1063829787%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.085106383%;
    *margin-left: 67.9787234043%;
  }
  .row-fluid .offset7 {
    margin-left: 61.7021276596%;
    *margin-left: 61.5957446809%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.5744680851%;
    *margin-left: 59.4680851064%;
  }
  .row-fluid .offset6 {
    margin-left: 53.1914893617%;
    *margin-left: 53.085106383%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.0638297872%;
    *margin-left: 50.9574468085%;
  }
  .row-fluid .offset5 {
    margin-left: 44.6808510638%;
    *margin-left: 44.5744680851%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.5531914894%;
    *margin-left: 42.4468085106%;
  }
  .row-fluid .offset4 {
    margin-left: 36.170212766%;
    *margin-left: 36.0638297872%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.0425531915%;
    *margin-left: 33.9361702128%;
  }
  .row-fluid .offset3 {
    margin-left: 27.6595744681%;
    *margin-left: 27.5531914894%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.5319148936%;
    *margin-left: 25.4255319149%;
  }
  .row-fluid .offset2 {
    margin-left: 19.1489361702%;
    *margin-left: 19.0425531915%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.0212765957%;
    *margin-left: 16.914893617%;
  }
  .row-fluid .offset1 {
    margin-left: 10.6382978723%;
    *margin-left: 10.5319148936%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.5106382979%;
    *margin-left: 8.4042553191%;
  }
  [class*=span].hide,
  .row-fluid [class*=span].hide {
    display: none;
  }
  [class*=span].pull-right,
  .row-fluid [class*=span].pull-right {
    float: right;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .content-body a[href]:after {
    content: " (" attr(href) ")";
  }
  .content-body abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  .dscc-footer-notice1 a[href]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Non html5 bp styles */
  .menu-toggle, .scroll-link, .gform_widget, nav {
    display: none !important;
  }
  .uic-logo img {
    display: none;
  }
  .info .blogdescription {
    float: none;
  }
  .description {
    position: relative;
    bottom: 7em;
    text-align: right !important;
  }
  .scc-logo img {
    display: none;
  }
  img.print-logo {
    display: block;
  }
  .styled-list {
    padding-left: 40px;
  }
  .styled-list li {
    list-style: square;
    background-image: none;
    padding: 0;
  }
}
/*** All Events Types ***/
.event-categories {
  padding: 0;
}
.event-categories li {
  display: inline;
  list-style-type: none;
  text-transform: initial;
  margin: 0 0 0 10px;
}
.event-categories li a {
  font-weight: normal;
  margin-left: 10px;
}
.event-categories li:before {
  content: " | ";
}
.event-categories li:first-child {
  margin: 0;
}
.event-categories li:first-child a {
  margin-left: 0;
}
.event-categories li:first-child:before {
  content: "";
}

.single-event .content-left img.featured {
  max-width: 551px;
}

@media only screen and (max-width: 1190px) {
  .single-event .content-left img.featured {
    max-width: 60%;
  }
}
@media only screen and (max-width: 980px) {
  .single-event .content-left img.featured {
    max-width: 100%;
  }
}
/*** Events Listing ***/
#events_wrapper .event-list-item {
  border-bottom: 1px solid #c7d9ee;
  clear: both;
  min-height: 100%;
  padding: 1.35em 0 2.45em;
}
#events_wrapper .event-list-item h2 {
  margin-top: 0.3em;
}
#events_wrapper .event-list-item .event-map-thumbnail {
  display: none;
  height: 200px;
  width: 300px;
  border: 6px solid white;
  /*	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2); */
}
#events_wrapper .event-list-item .em-location-map-override {
  position: absolute !important;
}
#events_wrapper .event-list-item .event-post-content .event-title a {
  border-bottom: none;
}
#events_wrapper .event-list-item .event-post-content .event-date-time {
  font-weight: 700;
  text-transform: uppercase;
  color: #747474;
  margin: 0;
}
#events_wrapper .event-list-item .event-post-content .event-read-more a {
  border-bottom: none;
}
@media screen and (min-width: 900px) {
  #events_wrapper .event-list-item .event-post-content {
    margin-top: -11px;
    float: right;
    width: 100%;
  }
  #events_wrapper .event-list-item .event-post-content .right {
    margin-left: 335px;
    float: left;
  }
  #events_wrapper .event-list-item .event-post-content .right.ie-nomaps {
    margin-left: 0px;
  }
  #events_wrapper .event-list-item .event-map-thumbnail {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  #events_wrapper .event-list-item {
    min-height: 180px;
  }
}

/*** Events Single Page ***/
body.single-event .content-body > p:first-child {
  font-size: 16px;
  font-family: "Lato", sans serif;
  color: #333;
  line-height: 1.65;
}
body.single-event .content-body > p:nth-of-type(3) {
  font-family: "ABeeZee", sans-serif;
  font-weight: normal;
  color: #4573a3;
  margin-top: 0;
  font-size: 1.35em;
  line-height: 1.5;
}
body.single-event h2 {
  margin: 1.5em 0 0.25em;
}

/*** Events Calendar ***/
.em-calendar-wrapper .fullcalendar {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  border-top: 3px;
}
.em-calendar-wrapper .fullcalendar tr {
  height: 75px;
}
.em-calendar-wrapper .fullcalendar tr.days-names {
  background-color: #efefef;
  height: 20px;
}
.em-calendar-wrapper .fullcalendar tr.days-names td {
  height: 30px;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}
.em-calendar-wrapper .fullcalendar td {
  border: 1px solid #ccc;
}
.em-calendar-wrapper thead {
  height: 10px;
}
.em-calendar-wrapper thead td {
  text-align: center;
}
.em-calendar-wrapper .month_name {
  font-family: "chunkfiveroman", "Lato", sans-serif;
  font-weight: normal;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
}
.em-calendar-wrapper tbody tr td {
  width: 14%;
  vertical-align: top;
}
.em-calendar-wrapper tbody tr td ul {
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
}
.em-calendar-wrapper tbody tr td ul li {
  margin-bottom: 1em;
}
.em-calendar-wrapper tbody tr .eventful a, .em-calendar-wrapper tbody tr .eventful-today a {
  color: #3672ad !important;
}
.em-calendar-wrapper tbody tr .eventful-today {
  background-color: #EDF5FF;
}
.em-calendar-wrapper table.em-calendar td.eventful-pre a, .em-calendar-wrapper table.em-calendar td.eventful-post a {
  text-decoration: none;
}

.tax-dscc_event_region .post-feed .post-content {
  float: none;
  margin-left: 0;
}

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