@charset "UTF-8";
@import url("//ssclibrary.org/wp-content/themes/corninglibrary/assets/fonts/363251/3BEEF6C34F20785B1.css");
/*!
Theme Name: SSCL
Theme URI: http://www.ssclibrary.org/
Author: Paul Stonier
Author URI: http://paulstonier.com
Description: Custom Theme for SSCL
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sscl
Tags: orange

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Southeast Steuben County Library is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
#primary a.btn {
  padding: .5em 1em; }
  @media screen and (min-width: 1000px) {
    #primary a.btn:hover {
      text-decoration: none; } }

html button, input[type="button"], input[type="reset"], input[type="submit"], a.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #703c89;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, helvetica, lucinda grande, lucida sans, sans-serif;
  font-size: 22px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.2125em 0.85em;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  pointer-events: all; }
  html button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited, a.btn:visited {
    color: #FFF; }
  @media screen and (min-width: 1000px) {
    html button:hover, html button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, a.btn:hover, a.btn:focus {
      background-color: #5a306e;
      color: #f3cc31;
      text-decoration: none; } }
  html button:disabled, html button.disabled, input[type="button"]:disabled, input[type="button"].disabled, input[type="reset"]:disabled, input[type="reset"].disabled, input[type="submit"]:disabled, input[type="submit"].disabled, a.btn:disabled, a.btn.disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    @media screen and (min-width: 1000px) {
      html button:disabled:hover, html button.disabled:hover, input[type="button"]:disabled:hover, input[type="button"].disabled:hover, input[type="reset"]:disabled:hover, input[type="reset"].disabled:hover, input[type="submit"]:disabled:hover, input[type="submit"].disabled:hover, a.btn:disabled:hover, a.btn.disabled:hover {
        background-color: #703c89; } }
  html button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, a.btn.alt {
    background-color: #e76d1f; }
    @media screen and (min-width: 1000px) {
      html button.alt:hover, html button.alt:focus, input[type="button"].alt:hover, input[type="button"].alt:focus, input[type="reset"].alt:hover, input[type="reset"].alt:focus, input[type="submit"].alt:hover, input[type="submit"].alt:focus, a.btn.alt:hover, a.btn.alt:focus {
        background-color: #e45a08; } }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.2125em;
  padding: 0.85em; }

input,
label,
select {
  display: block;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, helvetica, lucinda grande, lucida sans, sans-serif;
  font-size: 22px; }

label {
  font-weight: 600;
  margin-bottom: 0.10625em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple] {
  background-color: #FFF8F2;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, helvetica, lucinda grande, lucida sans, sans-serif;
  font-size: 22px;
  margin-bottom: 0.2125em;
  padding: 0.2833333333em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 97%; }
  @media screen and (min-width: 1000px) {
    input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
    select[multiple=multiple]:hover {
      border-color: #b1b1b1; } }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #703c89;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(98, 52, 119, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #e6aa6f;
    cursor: not-allowed; }
    @media screen and (min-width: 1000px) {
      input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
      select[multiple=multiple]:disabled:hover {
        border: 1px solid #ddd; } }

textarea {
  resize: vertical; }

body input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.10625em; }

input[type="file"] {
  margin-bottom: 0.2125em;
  width: 100%; }

select {
  margin-bottom: 0.85em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.2125em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.2125em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  -webkit-font-feature-settings: "kern", "liga", "tnum";
          font-feature-settings: "kern", "liga", "tnum";
  margin: 0.2125em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.2125em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.2125em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #5F5F5F;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, helvetica, lucinda grande, lucida sans, sans-serif;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
          font-feature-settings: "kern", "liga", "pnum";
  font-size: 22px;
  line-height: 1.7;
  -webkit-text-size-adjust: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Whitney SSm A", "Whitney SSm B", arial, helvetica, lucinda grande, lucida sans, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 0.85em; }

p {
  margin: 0 0 0.85em; }

a {
  color: #703c89;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #542d67; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 0.85em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

h1 {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #703c89; }

h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #703c89; }

h3 {
  font-size: 1em;
  font-weight: 700; }

h4 {
  font-size: 1em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 400; }

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
  cursor: pointer; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #5F5F5F;
  font-family: "Whitney SSm A", "Whitney SSm B", arial, helvetica, lucinda grande, lucida sans, sans-serif;
  -webkit-font-feature-settings: "kern", "liga", "pnum";
          font-feature-settings: "kern", "liga", "pnum";
  font-size: 22px;
  line-height: 1.7;
  -webkit-text-size-adjust: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Whitney SSm A", "Whitney SSm B", arial, helvetica, lucinda grande, lucida sans, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 0.85em; }

p {
  margin: 0 0 0.85em; }

a {
  color: #703c89;
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #542d67; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 0.85em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

h1 {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #703c89; }

h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #703c89; }

h3 {
  font-size: 1em;
  font-weight: 700; }

h4 {
  font-size: 1em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 400; }

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background-color: #f2b375;
  /* Fallback for when there is no custom background color defined. */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

body#tinymce {
  padding: 1em !important; }

blockquote,
q {
  quotes: "“" "”";
  text-indent: -3em;
  margin-left: 3em; }
  blockquote:before,
  q:before {
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  blockquote:after,
  q:after {
    vertical-align: -.5em; }
  blockquote p,
  q p {
    display: inline; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.item {
  display: block;
  clear: both; }

table {
  margin: 0 0 1.5em;
  width: 100%;
  background-color: rgba(230, 230, 230, 0.38); }

td, th {
  padding: 0 .5em;
  border: 1px solid rgba(126, 103, 140, 0.27); }

th {
  background-color: rgba(234, 93, 26, 0.67); }

tr:nth-child(even) {
  background-color: rgba(241, 241, 241, 0.18); }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* 
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: $color__border-button;
	border-radius: 3px;
	background: $color__background-button;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	@include font-size(0.75);
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

	&:hover {
		border-color: $color__border-button-hover;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
	}

	&:active,
	&:focus {
		border-color: $color__border-button-focus;
		box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	}
}

*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: .5em 1.5%; }

textarea {
  padding-left: 3px;
  width: 100%; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
  display: block !important; }

.gform_wrapper .ginput_complex.ginput_container.has_prefix span.name_prefix, .gform_wrapper .ginput_complex.ginput_container.has_prefix span.name_suffix {
  display: block !important; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
  float: left; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
  float: left; }

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
  opacity: .7; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #703c89; }
  a:visited {
    color: #703c89; }
  a:hover, a:focus, a:active {
    color: #703c89; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-departments-container {
  width: 100%;
  display: block;
  position: relative; }

@media screen and (min-width: 1000px) {
  ul#dept-menu {
    margin-bottom: 2em; } }

.main-navigation .dept-navigation {
  margin-top: 1em; }
  .main-navigation .dept-navigation div > ul > li > a {
    text-transform: uppercase;
    font-size: 1.7em;
    padding-left: .5em;
    color: #947bb5; }
    @media screen and (max-width: 1000px) {
      .main-navigation .dept-navigation div > ul > li > a {
        width: 100%;
        background-color: rgba(112, 60, 137, 0.8);
        color: #FFF;
        border-bottom: 1px solid #947bb5; }
        .main-navigation .dept-navigation div > ul > li > a:first-child {
          border-top: 1px solid #947bb5; } }

.main-navigation {
  margin-top: 0;
  font-family: "Whitney Cond A", "Whitney Cond B", lucinda grande, lucida sans, sans-serif; }
  @media screen and (max-width: 1000px) {
    .main-navigation {
      float: right;
      width: 100%;
      margin-top: -3em; } }
  @media screen and (max-width: 450px) {
    .main-navigation {
      margin-top: 0; } }
  @media screen and (min-width: 1000px) {
    .main-navigation {
      margin-bottom: 3em;
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 74.4680851064%;
      margin-left: 25.5319148936%;
      margin-right: 0; }
      .main-navigation:last-child {
        margin-right: 0; } }
  .main-navigation div > ul > li:hover > a:after, .main-navigation div > ul > li:focus > a:after, .main-navigation div > ul > li.focus > a:after {
    content: "";
    position: absolute;
    top: 1.4em;
    left: -55px;
    margin-left: 50%;
    width: 0;
    height: 0; }
    @media screen and (min-width: 1000px) {
      .main-navigation div > ul > li:hover > a:after, .main-navigation div > ul > li:focus > a:after, .main-navigation div > ul > li.focus > a:after {
        border-style: solid;
        border-width: 0 50px 50px 50px;
        border-color: transparent transparent #968833 transparent;
        line-height: 0px;
        _border-color: #000000 #000000 #968833 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
        -webkit-transform: rotate(360deg); } }
  .main-navigation div {
    float: right;
    width: 100%; }
    @media screen and (min-width: 1000px) {
      .main-navigation div {
        margin-right: 10px; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media screen and (max-width: 1000px) {
      .main-navigation ul ul.sub-menu {
        height: 0;
        overflow: hidden;
        -webkit-transition: 300ms;
        transition: 300ms;
        left: 0; }
        .main-navigation ul ul.sub-menu > li {
          top: -20px;
          height: 0;
          -webkit-transition: 300ms cubic-bezier(0, 0, 0, 0.74);
          transition: 300ms cubic-bezier(0, 0, 0, 0.74); }
        .main-navigation ul ul.sub-menu.toggled-on {
          position: relative;
          width: 100%;
          height: auto; }
          .main-navigation ul ul.sub-menu.toggled-on > li {
            top: 0;
            left: 0;
            height: auto; } }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 99999; }
      @media screen and (max-width: 1000px) {
        .main-navigation ul ul {
          width: 100%; } }
      @media screen and (min-width: 1000px) {
        .main-navigation ul ul {
          left: -999em; } }
      @media screen and (min-width: 1000px) {
        .main-navigation ul ul ul {
          left: -999em;
          top: 0; } }
      .main-navigation ul ul ul a {
        background-color: #a995c4;
        padding-left: 1.5em; }
      .main-navigation ul ul ul ul.sub-menu a {
        background-color: #b4a3cb;
        padding-left: 2em; }
      .main-navigation ul ul ul ul.sub-menu ul.sub-menu a {
        background-color: #bfb0d3;
        padding-left: 2.5em; }
      .main-navigation ul ul ul ul.sub-menu ul.sub-menu ul.sub-menu a {
        background-color: #cabdda;
        padding-left: 3em; }
      .main-navigation ul ul ul ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a {
        background-color: #d4cae1;
        padding-left: 3.5em; }
      @media screen and (min-width: 1000px) {
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul, .main-navigation ul ul li:focus > ul, .main-navigation ul ul li > ul.toggled-on {
          left: 100%; } }
      .main-navigation ul ul a {
        font-size: 1em;
        text-transform: inherit;
        background: #947bb5;
        color: #FFF;
        margin: 0;
        padding: .5em 1em;
        line-height: 1em; }
        @media screen and (min-width: 1000px) {
          .main-navigation ul ul a {
            width: 250px; } }
      @media screen and (min-width: 1000px) {
        .main-navigation ul ul a:hover,
        .main-navigation ul ul a.focus,
        .main-navigation ul ul .toggled-on > a {
          background: #703c89; } }
    @media screen and (min-width: 1000px) {
      .main-navigation ul li:hover > ul,
      .main-navigation ul li.focus > ul,
      .main-navigation ul li > ul.toggled-on {
        left: .3em; } }
  .main-navigation li {
    position: relative; }
    @media screen and (max-width: 1000px) {
      .main-navigation li {
        float: none;
        clear: both; } }
    @media screen and (min-width: 1000px) {
      .main-navigation li {
        float: left; } }
  .main-navigation a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.3em;
    display: block;
    text-decoration: none;
    position: relative; }
    @media screen and (min-width: 1000px) {
      .main-navigation a {
        margin-left: 1em;
        padding-right: 1em; } }
  @media screen and (max-width: 1000px) {
    .main-navigation #primary-menu button {
      background-color: #e45a08; }
    .main-navigation #primary-menu a {
      background-color: #e45a08;
      background-color: rgba(228, 90, 8, 0.8);
      padding-left: .5em; }
    .main-navigation #primary-menu ul.sub-menu a {
      background-color: #ec8a4c;
      padding-left: 1em; }
    .main-navigation #primary-menu ul.sub-menu ul.sub-menu a {
      background-color: #ee9962;
      padding-left: 1.5em; }
    .main-navigation #primary-menu ul.sub-menu ul.sub-menu ul.sub-menu a {
      background-color: #f1a779;
      padding-left: 2em; }
    .main-navigation #primary-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu a {
      background-color: #f3b68f;
      padding-left: 2.5em; } }
  @media screen and (min-width: 1000px) {
    .main-navigation div > ul > li:last-child:hover > ul.sub-menu,
    .main-navigation div > ul > li:last-child > ul.sub-menu.toggled-on {
      left: -.4em; }
      .main-navigation div > ul > li:last-child:hover > ul.sub-menu a,
      .main-navigation div > ul > li:last-child > ul.sub-menu.toggled-on a {
        width: 150px; } }
  @media screen and (min-width: 1000px) {
    .main-navigation div > ul > li:nth-last-child(2):hover > ul.sub-menu > ul.sub-menu,
    .main-navigation div > ul > li:nth-last-child(2) > ul.sub-menu.toggled-on > ul.sub-menu.toggled-on {
      left: 0; } }
  .main-navigation .menu > .current_page_item .current_page_item > a,
  .main-navigation .menu > .current_page_item .current-menu-item > a,
  .main-navigation .menu > .current_page_item .current_page_ancestor > a,
  .main-navigation .menu > .current-menu-item .current_page_item > a,
  .main-navigation .menu > .current-menu-item .current-menu-item > a,
  .main-navigation .menu > .current-menu-item .current_page_ancestor > a,
  .main-navigation .menu > .current_page_ancestor .current_page_item > a,
  .main-navigation .menu > .current_page_ancestor .current-menu-item > a,
  .main-navigation .menu > .current_page_ancestor .current_page_ancestor > a {
    background: #8d63a1; }
  @media screen and (min-width: 1000px) {
    .main-navigation .menu > li:last-child ul li:hover > ul,
    .main-navigation .menu > li:last-child ul li > ul.toggled-on, .main-navigation .menu > li:nth-last-child(2) ul li:hover > ul,
    .main-navigation .menu > li:nth-last-child(2) ul li > ul.toggled-on {
      margin-left: -200%;
      width: 250px; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

button.menu-toggle {
  float: right;
  margin-bottom: .25em;
  margin-right: .75em; }

@media screen and (min-width: 1000px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul,
  .dept-navigation ul {
    display: block;
    float: right; } }
button.dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0.425em 1em; }
  @media screen and (min-width: 1000px) {
    button.dropdown-toggle {
      background: transparent;
      right: 0;
      height: 1.5em;
      padding: 0;
      margin-top: 7px; }
      button.dropdown-toggle:hover {
        background: transparent; } }
  button.dropdown-toggle:before {
    content: '+';
    width: 1.5em;
    display: block; }
    @media screen and (min-width: 1000px) {
      button.dropdown-toggle:before {
        content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="17.1" height="9.2" viewBox="0 0 17.1 9.2"><path class="st0" d="M8.5 9.2L0 0h17.1"/></svg>');
        content: url(./assets/images/drop-down-white.png); } }
  @media screen and (max-width: 1000px) {
    button.dropdown-toggle.toggle-on:before {
      content: '-'; } }

@media screen and (min-width: 1000px) {
  .dept-navigation .sub-menu button.dropdown-toggle:before {
    content: url(./assets/images/drop-down-white.png);
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); } }
@media screen and (min-width: 1000px) {
  .dept-navigation button.dropdown-toggle {
    margin-top: 15px; }
    .dept-navigation button.dropdown-toggle:before {
      content: url(./assets/images/drop-down-purple.png);
      margin-top: -24px; } }

@media screen and (min-width: 1000px) {
  .menu-main-navigation-container button.dropdown-toggle {
    right: -2px; }
    .menu-main-navigation-container button.dropdown-toggle:before {
      margin-top: -19px; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 8.75px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.cols-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }

.cols-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; }

.cols-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4; }

/*  Two Columns 50-50  */
.two-column-5050 .sub-section0, .fifty-fifty .sub-section0 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .two-column-5050 .sub-section0, .fifty-fifty .sub-section0 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .two-column-5050 .sub-section0:last-child, .fifty-fifty .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .two-column-5050 .sub-section0, .fifty-fifty .sub-section0 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .two-column-5050 .sub-section0:last-child, .fifty-fifty .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .two-column-5050 .sub-section0, .fifty-fifty .sub-section0 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 48.3870967742%; }
      .two-column-5050 .sub-section0:last-child, .fifty-fifty .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .two-column-5050 .sub-section0, .fifty-fifty .sub-section0 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .two-column-5050 .sub-section0:last-child, .fifty-fifty .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 24.9375em) {
    .two-column-5050 .sub-section0, .fifty-fifty .sub-section0 {
      margin-right: 0; } }
  .two-column-5050 .sub-section0.boxed, .fifty-fifty .sub-section0.boxed {
    display: table; }
.two-column-5050 .sub-section1, .fifty-fifty .sub-section1 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .two-column-5050 .sub-section1, .fifty-fifty .sub-section1 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .two-column-5050 .sub-section1:last-child, .fifty-fifty .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .two-column-5050 .sub-section1, .fifty-fifty .sub-section1 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .two-column-5050 .sub-section1:last-child, .fifty-fifty .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .two-column-5050 .sub-section1, .fifty-fifty .sub-section1 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 48.3870967742%; }
      .two-column-5050 .sub-section1:last-child, .fifty-fifty .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .two-column-5050 .sub-section1, .fifty-fifty .sub-section1 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .two-column-5050 .sub-section1:last-child, .fifty-fifty .sub-section1:last-child {
        margin-right: 0; } }
  .two-column-5050 .sub-section1.boxed, .fifty-fifty .sub-section1.boxed {
    display: table; }

/*  Two Columns 33-67  */
.onethird-twothirds .sub-section0 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .onethird-twothirds .sub-section0 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .onethird-twothirds .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .onethird-twothirds .sub-section0 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .onethird-twothirds .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .onethird-twothirds .sub-section0 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 31.0967741935%; }
      .onethird-twothirds .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .onethird-twothirds .sub-section0 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .onethird-twothirds .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 24.9375em) {
    .onethird-twothirds .sub-section0 {
      margin-right: 0; } }
  .onethird-twothirds .sub-section0.boxed {
    display: table; }
.onethird-twothirds .sub-section1 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .onethird-twothirds .sub-section1 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .onethird-twothirds .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .onethird-twothirds .sub-section1 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .onethird-twothirds .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .onethird-twothirds .sub-section1 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 65.5483870968%; }
      .onethird-twothirds .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .onethird-twothirds .sub-section1 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 65.9574468085%; }
      .onethird-twothirds .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 24.9375em) {
    .onethird-twothirds .sub-section1 {
      margin-right: 0; } }

/*  Two Columns 67-33  */
.two-column-6733 .sub-section0, .twothirds-onethird .sub-section0 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .two-column-6733 .sub-section0, .twothirds-onethird .sub-section0 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .two-column-6733 .sub-section0:last-child, .twothirds-onethird .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .two-column-6733 .sub-section0, .twothirds-onethird .sub-section0 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .two-column-6733 .sub-section0:last-child, .twothirds-onethird .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .two-column-6733 .sub-section0, .twothirds-onethird .sub-section0 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 65.5483870968%; }
      .two-column-6733 .sub-section0:last-child, .twothirds-onethird .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .two-column-6733 .sub-section0, .twothirds-onethird .sub-section0 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 65.9574468085%; }
      .two-column-6733 .sub-section0:last-child, .twothirds-onethird .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 24.9375em) {
    .two-column-6733 .sub-section0, .twothirds-onethird .sub-section0 {
      margin-right: 0; } }
  .two-column-6733 .sub-section0.boxed, .twothirds-onethird .sub-section0.boxed {
    display: table; }
.two-column-6733 .sub-section1, .twothirds-onethird .sub-section1 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .two-column-6733 .sub-section1, .twothirds-onethird .sub-section1 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .two-column-6733 .sub-section1:last-child, .twothirds-onethird .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .two-column-6733 .sub-section1, .twothirds-onethird .sub-section1 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .two-column-6733 .sub-section1:last-child, .twothirds-onethird .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .two-column-6733 .sub-section1, .twothirds-onethird .sub-section1 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 31.0967741935%; }
      .two-column-6733 .sub-section1:last-child, .twothirds-onethird .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .two-column-6733 .sub-section1, .twothirds-onethird .sub-section1 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .two-column-6733 .sub-section1:last-child, .twothirds-onethird .sub-section1:last-child {
        margin-right: 0; } }
  .two-column-6733 .sub-section1.boxed, .twothirds-onethird .sub-section1.boxed {
    display: table; }

.onequarter-threequarters .sub-section0 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .onequarter-threequarters .sub-section0 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .onequarter-threequarters .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .onequarter-threequarters .sub-section0 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 46.6666666667%; }
      .onequarter-threequarters .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .onequarter-threequarters .sub-section0 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 22.5806451613%; }
      .onequarter-threequarters .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .onequarter-threequarters .sub-section0 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%; }
      .onequarter-threequarters .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 24.9375em) {
    .onequarter-threequarters .sub-section0 {
      margin-right: 0; } }
  .onequarter-threequarters .sub-section0.boxed {
    display: table; }
.onequarter-threequarters .sub-section1 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .onequarter-threequarters .sub-section1 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .onequarter-threequarters .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .onequarter-threequarters .sub-section1 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 46.6666666667%; }
      .onequarter-threequarters .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .onequarter-threequarters .sub-section1 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 74.1935483871%; }
      .onequarter-threequarters .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .onequarter-threequarters .sub-section1 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 74.4680851064%; }
      .onequarter-threequarters .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 24.9375em) {
    .onequarter-threequarters .sub-section1 {
      margin-right: 0; } }
  .onequarter-threequarters .sub-section1.boxed {
    display: table; }

/*  Two Columns 75-25  */
.two-column-7525 .sub-section0, .threequarters-onequarter .sub-section0 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .two-column-7525 .sub-section0, .threequarters-onequarter .sub-section0 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .two-column-7525 .sub-section0:last-child, .threequarters-onequarter .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .two-column-7525 .sub-section0, .threequarters-onequarter .sub-section0 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 46.6666666667%; }
      .two-column-7525 .sub-section0:last-child, .threequarters-onequarter .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .two-column-7525 .sub-section0, .threequarters-onequarter .sub-section0 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 74.1935483871%; }
      .two-column-7525 .sub-section0:last-child, .threequarters-onequarter .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .two-column-7525 .sub-section0, .threequarters-onequarter .sub-section0 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 74.4680851064%; }
      .two-column-7525 .sub-section0:last-child, .threequarters-onequarter .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 24.9375em) {
    .two-column-7525 .sub-section0, .threequarters-onequarter .sub-section0 {
      margin-right: 0; } }
  .two-column-7525 .sub-section0.boxed, .threequarters-onequarter .sub-section0.boxed {
    display: table; }
.two-column-7525 .sub-section1, .threequarters-onequarter .sub-section1 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .two-column-7525 .sub-section1, .threequarters-onequarter .sub-section1 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .two-column-7525 .sub-section1:last-child, .threequarters-onequarter .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .two-column-7525 .sub-section1, .threequarters-onequarter .sub-section1 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 46.6666666667%; }
      .two-column-7525 .sub-section1:last-child, .threequarters-onequarter .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .two-column-7525 .sub-section1, .threequarters-onequarter .sub-section1 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 22.5806451613%; }
      .two-column-7525 .sub-section1:last-child, .threequarters-onequarter .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .two-column-7525 .sub-section1, .threequarters-onequarter .sub-section1 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%; }
      .two-column-7525 .sub-section1:last-child, .threequarters-onequarter .sub-section1:last-child {
        margin-right: 0; } }
  .two-column-7525 .sub-section1.boxed, .threequarters-onequarter .sub-section1.boxed {
    display: table; }

/*  Three Columns 33-33-33  */
.three-column-33-33-33 .sub-section0 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .three-column-33-33-33 .sub-section0 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .three-column-33-33-33 .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .three-column-33-33-33 .sub-section0 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .three-column-33-33-33 .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .three-column-33-33-33 .sub-section0 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 31.0967741935%; }
      .three-column-33-33-33 .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .three-column-33-33-33 .sub-section0 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .three-column-33-33-33 .sub-section0:last-child {
        margin-right: 0; } }
.three-column-33-33-33 .sub-section1 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .three-column-33-33-33 .sub-section1 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .three-column-33-33-33 .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .three-column-33-33-33 .sub-section1 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .three-column-33-33-33 .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .three-column-33-33-33 .sub-section1 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 31.0967741935%; }
      .three-column-33-33-33 .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .three-column-33-33-33 .sub-section1 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .three-column-33-33-33 .sub-section1:last-child {
        margin-right: 0; } }
.three-column-33-33-33 .sub-section2 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .three-column-33-33-33 .sub-section2 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .three-column-33-33-33 .sub-section2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .three-column-33-33-33 .sub-section2 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .three-column-33-33-33 .sub-section2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .three-column-33-33-33 .sub-section2 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 31.0967741935%; }
      .three-column-33-33-33 .sub-section2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .three-column-33-33-33 .sub-section2 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .three-column-33-33-33 .sub-section2:last-child {
        margin-right: 0; } }

/*  Three Columns 25-50-25  */
.three-column-25-50-25 .sub-section0 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .three-column-25-50-25 .sub-section0 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .three-column-25-50-25 .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .three-column-25-50-25 .sub-section0 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 46.6666666667%; }
      .three-column-25-50-25 .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .three-column-25-50-25 .sub-section0 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 22.5806451613%; }
      .three-column-25-50-25 .sub-section0:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .three-column-25-50-25 .sub-section0 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%; }
      .three-column-25-50-25 .sub-section0:last-child {
        margin-right: 0; } }
.three-column-25-50-25 .sub-section1 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .three-column-25-50-25 .sub-section1 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .three-column-25-50-25 .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .three-column-25-50-25 .sub-section1 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .three-column-25-50-25 .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .three-column-25-50-25 .sub-section1 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 48.3870967742%; }
      .three-column-25-50-25 .sub-section1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .three-column-25-50-25 .sub-section1 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .three-column-25-50-25 .sub-section1:last-child {
        margin-right: 0; } }
.three-column-25-50-25 .sub-section2 {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .three-column-25-50-25 .sub-section2 {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .three-column-25-50-25 .sub-section2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .three-column-25-50-25 .sub-section2 {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 46.6666666667%; }
      .three-column-25-50-25 .sub-section2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .three-column-25-50-25 .sub-section2 {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 22.5806451613%; }
      .three-column-25-50-25 .sub-section2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .three-column-25-50-25 .sub-section2 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%; }
      .three-column-25-50-25 .sub-section2:last-child {
        margin-right: 0; } }

/*--------------------------------------------------------------
# Flexslider
--------------------------------------------------------------*/
#content .major-slider-section {
  position: relative;
  overflow: hidden;
  height: 400px;
  max-width: 100%; }
  @media screen and (min-width: 700px) {
    #content .major-slider-section {
      height: 600px;
      margin-bottom: 2em; } }
  @media screen and (min-width: 1100px) {
    #content .major-slider-section {
      height: 1000px; } }
  @media screen and (min-width: 1000px) {
    #content .major-slider-section {
      margin-top: -3em; } }
  #content .major-slider-section .purple-bar {
    position: absolute;
    top: 0;
    height: 300px;
    background-color: #947bb5;
    width: 5.1%;
    left: 0; }
    @media screen and (min-width: 700px) {
      #content .major-slider-section .purple-bar {
        height: 500px; } }
  #content .major-slider-section .wrap {
    width: 90%;
    max-width: 90%;
    padding: 0; }
  #content .major-slider-section .orange-bar {
    position: absolute;
    right: 0;
    background-color: #e76d1f;
    width: 5.1%;
    height: 300px;
    top: 0; }
    @media screen and (min-width: 700px) {
      #content .major-slider-section .orange-bar {
        height: 700px; } }
    @media screen and (min-width: 1100px) {
      #content .major-slider-section .orange-bar {
        height: 730px; } }
    @media screen and (min-width: 1500px) {
      #content .major-slider-section .orange-bar {
        height: 970px; } }

@media screen and (max-width: 1000px) {
  .major-slider-section .flexslider {
    font-size: .7em; } }
.major-slider-section .flexslider .flex-direction-nav a:before {
  font-size: 32px; }
.major-slider-section .flexslider a {
  color: #703c89;
  font-style: normal; }
  .major-slider-section .flexslider a:hover {
    color: #703c89; }
.major-slider-section .flexslider p {
  margin: 0; }

.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider.loading .slides > li:first-child {
  opacity: 1 !important; }

/* Alternate Caption CSS */
.flex-caption {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 10%;
  z-index: 100; }
  @media screen and (max-width: 700px) {
    .flex-caption {
      bottom: 0; } }

.text-container {
  padding: 20px;
  color: white;
  float: left;
  box-sizing: content-box;
  width: 100%;
  text-align: center;
  font-size: 2em;
  will-change: opacity;
  will-change: transform; }
  @media screen and (max-width: 450px) {
    .text-container {
      padding: 5%;
      margin: 0;
      left: 0;
      bottom: 0;
      opacity: 0;
      position: absolute;
      font-size: 1.35em; } }
  @media screen and (min-width: 700px) {
    .text-container {
      font-size: 2.5em;
      bottom: 30px; } }
  @media screen and (min-width: 1450px) {
    .text-container {
      font-size: 3em; } }
  .text-container .slide-title {
    font-weight: normal;
    margin-bottom: .1em;
    text-shadow: 3px 3px 3px #333;
    font-size: 1.5em;
    text-align: center;
    max-width: 1280px; }
    @media screen and (min-width: 25em) and (max-width: 43.75em) {
      .text-container .slide-title {
        font-size: 1.5em;
        font-weight: normal; } }
    @media screen and (min-width: 1000px) {
      .text-container .slide-title {
        opacity: 1; } }
  .text-container * {
    box-sizing: content-box; }

/* 860px and above CSS of Alternate Caption */
@media screen and (min-width: 1000px) {
  .flex-caption {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    z-index: 100; }

  .caption-container {
    position: relative; }

  .text-container {
    opacity: 0;
    text-align: center;
    padding: 0;
    width: 100%; }

  .flex-active-slide .text-container {
    opacity: 1;
    position: relative; }
    .flex-active-slide .text-container h3 {
      white-space: nowrap;
      margin-bottom: .1em !important;
      -webkit-animation: slideIn 18s ease-in-out 0s 1 normal;
              animation: slideIn 18s ease-in-out 0s 1 normal;
      will-change: font-size;
      will-change: white-space; } }
/* Alternate Caption slideIn CSS */
/* Will not work properly without JS pull by Ryan Long https://github.com/woothemes/FlexSlider/pull/865 */
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
    font-size: 6em; }
  10% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
    font-size: 6em; }
  30% {
    opacity: 1; }
  90% {
    -webkit-transform: translateX(-2500px);
            transform: translateX(-2500px);
    opacity: 0;
    font-size: 6em;
    white-space: nowrap; }
  95% {
    opacity: 0;
    font-size: 2em;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    white-space: normal; }
  100% {
    opacity: 1;
    white-space: normal; } }
@keyframes slideIn {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
    font-size: 6em; }
  10% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
    font-size: 6em; }
  30% {
    opacity: 1; }
  90% {
    -webkit-transform: translateX(-2500px);
            transform: translateX(-2500px);
    opacity: 0;
    font-size: 6em;
    white-space: nowrap; }
  95% {
    opacity: 0;
    font-size: 2em;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    white-space: normal; }
  100% {
    opacity: 1;
    white-space: normal; } }
/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.major-slider-section .flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px -20px 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.major-slider-section .flex-direction-nav .flex-prev {
  left: 95%;
  top: 330px;
  opacity: 1;
  color: #FFF;
  text-shadow: none; }
  @media screen and (min-width: 700px) {
    .major-slider-section .flex-direction-nav .flex-prev {
      top: 730px; } }
  @media screen and (min-width: 1500px) {
    .major-slider-section .flex-direction-nav .flex-prev {
      top: 960px; } }

.major-slider-section .flex-direction-nav .flex-next {
  left: 96%;
  top: 330px;
  opacity: 1;
  color: #FFF;
  text-shadow: none; }
  @media screen and (min-width: 700px) {
    .major-slider-section .flex-direction-nav .flex-next {
      top: 730px; } }
  @media screen and (min-width: 1500px) {
    .major-slider-section .flex-direction-nav .flex-next {
      top: 960px; } }

.major-slider-section .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 95%; }

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.major-slider-section .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: #FFF;
  line-height: 100%; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 1000px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
#library-slider .flexslider {
  border: none;
  border-radius: 0;
  margin: 0; }
  @media screen and (max-width: 960px) {
    #library-slider .flexslider {
      border: none; } }
  #library-slider .flexslider ul.slides li {
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #703c89; }
    #library-slider .flexslider ul.slides li.text-banner {
      background-size: contain;
      height: 150px; }
      @media screen and (min-width: 400px) {
        #library-slider .flexslider ul.slides li.text-banner {
          height: 280px; } }
      @media screen and (min-width: 700px) {
        #library-slider .flexslider ul.slides li.text-banner {
          height: 400px; } }
      @media screen and (min-width: 1000px) {
        #library-slider .flexslider ul.slides li.text-banner {
          height: 450px; } }
      @media screen and (min-width: 1200px) {
        #library-slider .flexslider ul.slides li.text-banner {
          height: 700px; } }
      @media screen and (min-width: 1500px) {
        #library-slider .flexslider ul.slides li.text-banner {
          height: 690px; } }
      #library-slider .flexslider ul.slides li.text-banner .text-container h3 {
        -webkit-animation: none;
                animation: none;
        left: 200%;
        position: relative; }
    #library-slider .flexslider ul.slides li.has-description {
      background-size: cover;
      background-position: 0 0;
      text-shadow: 1px 1px 4px #333; }
      @media screen and (min-width: 1500px) {
        #library-slider .flexslider ul.slides li.has-description {
          height: 930px; } }
      #library-slider .flexslider ul.slides li.has-description .above-title {
        font-size: .5em;
        max-width: 1280px;
        margin: 0 auto; }
      #library-slider .flexslider ul.slides li.has-description h3.slide-title {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0 auto; }
        @media screen and (min-width: 1000px) {
          #library-slider .flexslider ul.slides li.has-description h3.slide-title {
            font-size: 1.3em; } }
        @media screen and (min-width: 1100px) {
          #library-slider .flexslider ul.slides li.has-description h3.slide-title {
            font-size: 1.6em; } }
      #library-slider .flexslider ul.slides li.has-description .below-title {
        max-width: 1280px;
        margin: 0 auto; }
        @media screen and (max-width: 1000px) {
          #library-slider .flexslider ul.slides li.has-description .below-title {
            font-size: .7em; } }
        #library-slider .flexslider ul.slides li.has-description .below-title p {
          font-size: .75em;
          line-height: 1.1em; }
      @media screen and (min-width: 1000px) {
        #library-slider .flexslider ul.slides li.has-description.flex-active-slide {
          -webkit-animation: bg-ken-burns 16s ease-in-out 0s 1 normal;
                  animation: bg-ken-burns 16s ease-in-out 0s 1 normal; } }
      #library-slider .flexslider ul.slides li.has-description.flex-active-slide .text-container {
        opacity: 1;
        position: relative;
        background-color: rgba(76, 39, 39, 0.44);
        padding: 1em 0; }
        #library-slider .flexslider ul.slides li.has-description.flex-active-slide .text-container h3 {
          -webkit-animation: none;
                  animation: none;
          white-space: normal; }
    @media screen and (min-width: 700px) {
      #library-slider .flexslider ul.slides li {
        height: 700px; } }
    @media screen and (min-width: 1500px) {
      #library-slider .flexslider ul.slides li {
        height: 650px; } }
  #library-slider .flexslider .slides li a {
    display: block;
    width: 100%;
    height: 100%; }

@-webkit-keyframes bg-ken-burns {
  0% {
    background-size: 100%; }
  95% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }

@keyframes bg-ken-burns {
  0% {
    background-size: 100%; }
  95% {
    background-size: 110%; }
  100% {
    background-size: 100%; } }
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media screen and (max-width: 24.9375em) {
  .content-area {
    float: left;
    display: block;
    margin-right: 14.2857142857%;
    width: 100%; }
    .content-area:last-child {
      margin-right: 0; } }
@media screen and (min-width: 25em) and (max-width: 43.75em) {
  .content-area {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 100%; }
    .content-area:last-child {
      margin-right: 0; } }
@media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
  .content-area {
    float: left;
    display: block;
    margin-right: 3.2258064516%;
    width: 100%; }
    .content-area:last-child {
      margin-right: 0; } }
@media screen and (min-width: 68.75em) {
  .content-area {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 74.4680851064%; }
    .content-area:last-child {
      margin-right: 0; } }

@media screen and (max-width: 24.9375em) {
  .site-content .widget-area {
    float: left;
    display: block;
    margin-right: 14.2857142857%;
    width: 100%; }
    .site-content .widget-area:last-child {
      margin-right: 0; } }
@media screen and (min-width: 25em) and (max-width: 43.75em) {
  .site-content .widget-area {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 100%; }
    .site-content .widget-area:last-child {
      margin-right: 0; } }
@media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
  .site-content .widget-area {
    float: left;
    display: block;
    margin-right: 3.2258064516%;
    width: 100%; }
    .site-content .widget-area:last-child {
      margin-right: 0; } }
@media screen and (min-width: 68.75em) {
  .site-content .widget-area {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%; }
    .site-content .widget-area:last-child {
      margin-right: 0; } }

.site-footer {
  clear: both;
  width: 100%; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header#masthead {
  position: relative; }
  @media screen and (min-width: 1000px) {
    header#masthead {
      border-top: 36px solid #e45a08;
      margin-bottom: 2em; } }
  @media screen and (max-width: 1000px) {
    header#masthead {
      background-color: rgba(228, 90, 8, 0.8); } }

.site-branding {
  position: absolute;
  top: -36px;
  z-index: 9999; }
  @media screen and (max-width: 1000px) {
    .site-branding {
      position: relative;
      float: left; } }
  @media screen and (min-width: 1600px) {
    .home .site-branding {
      -webkit-transform: scale(1.2) translateY(27px);
          -ms-transform: scale(1.2) translateY(27px);
              transform: scale(1.2) translateY(27px); } }
  @media screen and (min-width: 1000px) {
    .site-branding a {
      position: absolute;
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%; }
      .site-branding a:last-child {
        margin-right: 0; } }

h1.site-title {
  background-image: url("./assets/images/sscl-owl2.png");
  display: block;
  height: 129px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 50px;
  left: 40px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    h1.site-title {
      background-image: url("./assets/images/sscl-owl2@2x.png"); } }
  @media screen and (max-width: 24.9375em) {
    h1.site-title {
      left: 25px; } }
  @media screen and (min-width: 1000px) {
    h1.site-title:after {
      content: url("./assets/images/orange-block.svg");
      -webkit-transform: rotate(60deg);
          -ms-transform: rotate(60deg);
              transform: rotate(60deg);
      display: block;
      position: absolute;
      top: -133px;
      left: -72px;
      opacity: .4;
      z-index: -1;
      opacity: .7;
      width: 350px; } }
  h1.site-title a {
    text-indent: -999999px;
    width: 300px;
    height: 129px;
    display: block; }
    @media screen and (max-width: 24.9375em) {
      h1.site-title a {
        width: 260px; } }

img.site-logo {
  width: 490px;
  z-index: 999;
  position: relative;
  left: -100px; }

#breadcrumbs {
  font-size: .75em;
  padding: 1em 0;
  display: block; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.entry-footer span:not(:first-child) {
  margin-left: 1em; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

section.row {
  content: "";
  display: table; }
  section.row h1 {
    margin-top: 2em;
    content: "";
    display: table; }

@media screen and (max-width: 1300px) {
  #content .wrap, .breadcrumbs.wrap {
    width: 94%; } }
#content .wrap a, .breadcrumbs.wrap a {
  cursor: pointer; }

#primary h2, #primary h3 {
  margin-top: 1.7em;
  margin-bottom: 0; }
#primary a:hover, #primary a:focus {
  text-decoration: underline; }
#primary .sub-section0.callout-block, #primary .sub-section1.callout-block, #primary .sub-section2.callout-block {
  background: #a995c4;
  padding: 1em 2em;
  color: #FFF;
  margin-bottom: 3em; }
  #primary .sub-section0.callout-block h3, #primary .sub-section1.callout-block h3, #primary .sub-section2.callout-block h3 {
    padding-top: 1em;
    margin: 0 0 1em 0; }
  #primary .sub-section0.callout-block a, #primary .sub-section1.callout-block a, #primary .sub-section2.callout-block a {
    color: #FFF;
    text-decoration: underline; }
    #primary .sub-section0.callout-block a:hover, #primary .sub-section1.callout-block a:hover, #primary .sub-section2.callout-block a:hover {
      color: #f3cc31;
      cursor: pointer; }

.content-footer, .link-bar {
  display: table; }
  .content-footer ul, .link-bar ul {
    display: table-row; }
  .content-footer li, .link-bar li {
    display: table-cell;
    vertical-align: middle;
    padding: .5em;
    text-align: center; }
    .content-footer li:first-child, .link-bar li:first-child {
      padding-left: 0; }
    .content-footer li:last-child, .link-bar li:last-child {
      padding-right: 0; }

.search-results h1.entry-title {
  margin-bottom: 0; }
.search-results .entry-summary {
  margin-top: .5em; }

.text-image-block {
  clear: both;
  display: block;
  padding-bottom: 20px; }
  .text-image-block .image {
    display: block; }
    @media screen and (min-width: 700px) {
      .text-image-block .image {
        max-width: 200px;
        margin-top: 5px;
        float: left;
        padding-right: 29px; } }
  @media screen and (min-width: 700px) {
    .text-image-block .text-block {
      display: table-cell;
      vertical-align: top; } }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

aside.widget {
  background: #947bb5;
  color: #FFF;
  margin-bottom: 1em;
  padding: 1em; }
  @media screen and (max-width: 1000px) {
    aside.widget {
      text-align: center; } }
  aside.widget html button, aside.widget input[type="button"], aside.widget input[type="reset"], aside.widget input[type="submit"], aside.widget .btn {
    display: block;
    text-decoration: none; }
    aside.widget html button:hover, aside.widget input[type="button"]:hover, aside.widget input[type="reset"]:hover, aside.widget input[type="submit"]:hover, aside.widget .btn:hover {
      text-decoration: none; }
  aside.widget h1, aside.widget h2, aside.widget h3, aside.widget h4, aside.widget h5 {
    color: #f3cc31;
    text-transform: uppercase; }
  aside.widget h3 {
    font-size: 1.5em;
    margin-bottom: .5em; }
  aside.widget a {
    color: #FFF;
    text-decoration: underline; }
    aside.widget a:hover {
      color: #f3cc31; }
  aside.widget ul, aside.widget ol {
    padding: 0;
    margin: 1em 0 1em 1em; }
  aside.widget input.search-field {
    width: 76%;
    float: left; }
  aside.widget.widget_search .search-submit {
    width: 20%;
    padding: .65em 3.5%; }
  aside.widget.widget_em_widget li {
    font-size: .75em; }
    aside.widget.widget_em_widget li .time {
      font-size: .65em; }
    aside.widget.widget_em_widget li.all-events-link {
      text-transform: uppercase;
      margin-top: 1em;
      font-size: 1em;
      list-style: none;
      font-weight: bold; }
      aside.widget.widget_em_widget li.all-events-link a {
        text-decoration: none; }
        aside.widget.widget_em_widget li.all-events-link a:hover {
          text-decoration: underline; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-meta span {
  margin-left: 1em; }
  .comment-meta span.says {
    margin-left: .25em; }

ol.comment-list {
  margin-left: 0; }
  ol.comment-list li.comment {
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.27);
    border: 1px solid rgba(138, 135, 135, 0.75);
    margin-bottom: 2em;
    margin-top: 2em;
    list-style: none; }
    ol.comment-list li.comment .comment-author.vcard img {
      margin-right: .5em; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* Footer */
footer#colophon {
  background: #947bb5;
  color: #FFF;
  padding: 2em 0;
  text-align: left;
  font-size: .8em; }
  footer#colophon .wrap {
    padding: 0 1em; }
  footer#colophon a {
    color: #FFF; }
    footer#colophon a:hover {
      text-decoration: underline; }
  footer#colophon ul {
    margin: 0; }
    footer#colophon ul ul {
      margin-left: 1em; }
  footer#colophon .footer-block.single {
    margin-bottom: 1em; }
    @media screen and (max-width: 24.9375em) {
      footer#colophon .footer-block.single {
        float: left;
        display: block;
        margin-right: 14.2857142857%;
        width: 100%; }
        footer#colophon .footer-block.single:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 25em) and (max-width: 43.75em) {
      footer#colophon .footer-block.single {
        float: left;
        display: block;
        margin-right: 6.6666666667%;
        width: 46.6666666667%; }
        footer#colophon .footer-block.single:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
      footer#colophon .footer-block.single {
        float: left;
        display: block;
        margin-right: 3.2258064516%;
        width: 22.5806451613%; }
        footer#colophon .footer-block.single:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 68.75em) {
      footer#colophon .footer-block.single {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 23.4042553191%; }
        footer#colophon .footer-block.single:last-child {
          margin-right: 0; } }
  footer#colophon .footer-block.double {
    margin-bottom: 1em; }
    @media screen and (max-width: 24.9375em) {
      footer#colophon .footer-block.double {
        float: left;
        display: block;
        margin-right: 14.2857142857%;
        width: 100%; }
        footer#colophon .footer-block.double:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 25em) and (max-width: 43.75em) {
      footer#colophon .footer-block.double {
        float: left;
        display: block;
        margin-right: 6.6666666667%;
        width: 100%; }
        footer#colophon .footer-block.double:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
      footer#colophon .footer-block.double {
        float: left;
        display: block;
        margin-right: 3.2258064516%;
        width: 48.3870967742%; }
        footer#colophon .footer-block.double:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 68.75em) {
      footer#colophon .footer-block.double {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%; }
        footer#colophon .footer-block.double:last-child {
          margin-right: 0; } }
  footer#colophon .gform_wrapper .top_label .gfield_label {
    margin: .625em 0 0;
    font-size: 1em; }

.widget_wpcom_social_media_icons_widget .genericon {
  font-size: 2em;
  margin-bottom: 2em; }

.site-footer {
  border-bottom: 20px solid #947bb5;
  text-align: center; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Style Guide
--------------------------------------------------------------*/
@media (min-width: 30em) {
  html.pl .sg-colors li {
    width: 9em;
    min-height: 163px;
    margin-bottom: 1em; } }
.sg-patterns {
  background-color: #f2b375;
  background-image: url("../assets/images/bg.png"); }

.sg-colors li {
  background: rgba(255, 255, 255, 0.8); }

html.pl body {
  background-image: url("../../../assets/images/bg.png");
  background-size: contain; }

.animate-fade {
  -webkit-transition: opacity, 0.3s, ease-out;
  transition: opacity, 0.3s, ease-out; }
  .animate-fade:hover {
    opacity: 0; }

.animate-move > .demo-shape {
  -webkit-transition: all, 0.8s, ease-in-out;
  transition: all, 0.8s, ease-in-out; }

.wrap {
  content: "";
  display: table;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.full-width {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .full-width {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%;
      margin-right: 0; }
      .full-width:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .full-width {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%;
      margin-right: 0; }
      .full-width:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .full-width {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 100%;
      margin-right: 0; }
      .full-width:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 68.75em) {
    .full-width {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      .full-width:last-child {
        margin-right: 0; } }

.one-third {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .one-third {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .one-third:last-child {
        margin-right: 0; }
      .one-third:nth-child(1n) {
        margin-right: 0; }
      .one-third:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .one-third {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .one-third:last-child {
        margin-right: 0; }
      .one-third:nth-child(1n) {
        margin-right: 0; }
      .one-third:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .one-third {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 31.0967741935%; }
      .one-third:last-child {
        margin-right: 0; }
      .one-third:nth-child(3n) {
        margin-right: 0; }
      .one-third:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 68.75em) {
    .one-third {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .one-third:last-child {
        margin-right: 0; }
      .one-third:nth-child(3n) {
        margin-right: 0; }
      .one-third:nth-child(3n+1) {
        clear: left; } }

.one-half {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .one-half {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .one-half:last-child {
        margin-right: 0; }
      .one-half:nth-child(1n) {
        margin-right: 0; }
      .one-half:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .one-half {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 100%; }
      .one-half:last-child {
        margin-right: 0; }
      .one-half:nth-child(1n) {
        margin-right: 0; }
      .one-half:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .one-half {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 48.3870967742%; }
      .one-half:last-child {
        margin-right: 0; }
      .one-half:nth-child(2n) {
        margin-right: 0; }
      .one-half:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 68.75em) {
    .one-half {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .one-half:last-child {
        margin-right: 0; }
      .one-half:nth-child(2n) {
        margin-right: 0; }
      .one-half:nth-child(2n+1) {
        clear: left; } }

.one-quarter {
  margin-bottom: 1em; }
  @media screen and (max-width: 24.9375em) {
    .one-quarter {
      float: left;
      display: block;
      margin-right: 14.2857142857%;
      width: 100%; }
      .one-quarter:last-child {
        margin-right: 0; }
      .one-quarter:nth-child(1n) {
        margin-right: 0; }
      .one-quarter:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 25em) and (max-width: 43.75em) {
    .one-quarter {
      float: left;
      display: block;
      margin-right: 6.6666666667%;
      width: 46.6666666667%; }
      .one-quarter:last-child {
        margin-right: 0; }
      .one-quarter:nth-child(2n) {
        margin-right: 0; }
      .one-quarter:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 43.8125em) and (max-width: 68.6875em) {
    .one-quarter {
      float: left;
      display: block;
      margin-right: 3.2258064516%;
      width: 22.5806451613%; }
      .one-quarter:last-child {
        margin-right: 0; }
      .one-quarter:nth-child(4n) {
        margin-right: 0; }
      .one-quarter:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 68.75em) {
    .one-quarter {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%; }
      .one-quarter:last-child {
        margin-right: 0; }
      .one-quarter:nth-child(4n) {
        margin-right: 0; }
      .one-quarter:nth-child(4n+1) {
        clear: left; } }

.demo div > div {
  background: rgba(148, 123, 181, 0.7); }

html.pl fieldset {
  background-color: transparent;
  border: none; }

/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $GLOBAL CLASSES
\*------------------------------------*/
/* Clearfix */
.cf {
  *zoom: 1; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/* Completely remove from the flow and screen readers. */
.is-hidden {
  display: none !important;
  visibility: hidden !important; }

/* Completely remove from the flow but leave available to screen readers. */
.is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px); }

/* Floats */
.right {
  float: right;
  padding: 0 0 1em 1em; }

.right-search {
  float: right;
  padding: 0 0 1em 0; }

.left {
  float: left;
  padding: 0 1em 1em 0; }

/* Text-Align */
.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

/* Display Classes */
@media all and (max-width: 46.8em) {
  .hide-small {
    display: none; } }

@media all and (min-width: 46.8em) and (max-width: 50em) {
  .hide-med {
    display: none; } }

@media all and (min-width: 50em) {
  .hide-large {
    display: none; } }

.valid {
  color: #089e00; }

.error {
  color: #f00; }

.warning {
  color: #fff664; }

.information {
  color: #000db5; }

.font-secondary {
  font-family: Georgia, Times, "Times New Roman", serif; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 20px;
  content: "";
  display: table; }

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
  line-height: .7em; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/*--------------------------------------------------------------
# Events Calendar
--------------------------------------------------------------*/
@media screen and (max-width: 24.9375em) {
  #wpfc-calendar-wrapper {
    display: none; } }

.ui-tooltip-content {
  font-size: .75em; }

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