/*
Theme Name: Stop Relationship Abuse
Theme URI: http://underscores.me/
Author: Geoff House
Author URI: http://geoff.house/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Stop Relationship Abuse
Tags:

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.

sra is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@import url("sass/foundation.css");
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html, body {
  font-size: 16px;
  /**
   * Create the checkbox state for the tick
   */ }
  html div, body div {
    font-family: "Source Sans Pro", sans-serif; }
  html a, html a:visited, html a strong, body a, body a:visited, body a strong {
    background-color: rgba(220, 225, 230, 0);
    color: #68499e;
    transition: color 0.5s, background-color 0.5s; }
  html a:hover, body a:hover {
    color: #5b1bcc;
    background-color: rgba(220, 225, 230, 0); }
  html p, body p {
    color: #393c43;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-weight: 400; }
  html .image-container p, body .image-container p {
    margin-top: 16px;
    margin-bottom: 0px; }
  html p.big, body p.big {
    font-size: 1.25rem;
    line-height: 1.45;
    color: #6e737d;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0px; }
    html p.big strong, body p.big strong {
      font-weight: 700;
      color: #6e737d; }
  html p > strong, html li > strong, html a > strong, body p > strong, body li > strong, body a > strong {
    letter-spacing: -.25px; }
  html strong, body strong {
    color: #6e737d; }
  html hr, body hr {
    background-color: #dce1e6; }
  html hr.ruled-hr, body hr.ruled-hr {
    margin: -1px 0px 0px 0px;
    padding: 0; }
  html blockquote, body blockquote {
    display: block;
    position: relative;
    border: none;
    margin: 0px 0px 32px -28px;
    font-size: 1.5rem;
    padding: 0 0 0 28px; }
    html blockquote h2, html blockquote h3, html blockquote h4, body blockquote h2, body blockquote h3, body blockquote h4 {
      font-weight: 400 !important;
      font-size: 1.75rem;
      line-height: 1.5; }
    html blockquote p, body blockquote p {
      color: #393c43;
      font-weight: 400;
      font-size: 1rem !important;
      line-height: 1.5;
      margin: 0; }
  html blockquote:before, body blockquote:before {
    content: "";
    display: block;
    float: left;
    position: absolute;
    height: 100%;
    width: 3px;
    background: #ff8c2d;
    left: 0;
    margin: 0px 0 -20px 0;
    box-sizing: content-box; }
  html ul, html ol, body ul, body ol {
    color: #50555f;
    margin-left: 1.4rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.5; }
  html ul, body ul {
    margin-left: 17px;
    list-style-image: url("img/bullet.svg");
    list-style-position: outside; }
    html ul > li, body ul > li {
      padding-left: 8px; }
  html ul.ruled-list li.bullets, body ul.ruled-list li.bullets {
    border: none;
    list-style-image: url("img/bullet.svg");
    list-style-position: outside;
    margin-top: -1px;
    margin-left: 20px; }
  html ul.ruled-list, body ul.ruled-list {
    margin-left: 0;
    list-style: none; }
    html ul.ruled-list li, body ul.ruled-list li {
      padding: 12px 0px 11px;
      border-top: 1px solid #dce1e6; }
      html ul.ruled-list li p, body ul.ruled-list li p {
        margin: 0; }
    html ul.ruled-list li:last-child, body ul.ruled-list li:last-child {
      border-bottom: 1px solid #dce1e6; }
  html ol, body ol {
    list-style: none;
    counter-reset: item; }
  html ol > li, body ol > li {
    margin-bottom: 1rem;
    counter-increment: item;
    padding-left: 12px; }
  html ol > li:before, body ol > li:before {
    content: counter(item);
    background: white;
    border-radius: 50%;
    border-color: #dce1e6;
    border-width: 3px;
    border-style: solid;
    color: rgba(110, 115, 125, 0.9);
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    display: block;
    float: left;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 1px 12px 0px -36px; }
  html ul li ul, body ul li ul {
    margin-bottom: 0 !important; }
  html li, body li {
    color: #444951;
    line-height: 1.5; }
  html li > ul, html li > ol, body li > ul, body li > ol {
    margin-left: 1.25rem; }
  html .list-block.ruled ul, body .list-block.ruled ul {
    margin-left: 0;
    list-style: none;
    border-top: 1px solid #dce1e6; }
    html .list-block.ruled ul li, body .list-block.ruled ul li {
      list-style-image: url("img/bullet.svg");
      list-style-position: outside;
      margin: -1px 0px 0px 20px;
      padding: 16px 0px 0px; }
      html .list-block.ruled ul li p, body .list-block.ruled ul li p {
        margin: 0; }
    html .list-block.ruled ul li:after, body .list-block.ruled ul li:after {
      content: "";
      display: block;
      position: relative;
      left: 0;
      right: 0;
      width: auto;
      height: 1px;
      background: #dce1e6;
      margin: 12px 0px 0px -20px; }
  html .list-block.no-bullets ul, body .list-block.no-bullets ul {
    margin-left: 0;
    list-style: none;
    border-top: 1px solid #dce1e6; }
    html .list-block.no-bullets ul li, body .list-block.no-bullets ul li {
      list-style-image: none;
      list-style: none;
      margin: -1px 0px 0px 0px;
      padding: 16px 0px 0px; }
    html .list-block.no-bullets ul li:after, body .list-block.no-bullets ul li:after {
      content: "";
      display: block;
      position: relative;
      left: 0;
      right: 0;
      width: auto;
      height: 1px;
      background: #dce1e6;
      margin: 12px 0px 0px 0px; }
  html .list-block.spaced ul li, body .list-block.spaced ul li {
    margin: 0px;
    padding: 0px 0px 16px; }
  html .list-block ul li:after, body .list-block ul li:after {
    display: none; }
  html h2, html h2 strong, html h2 span, body h2, body h2 strong, body h2 span {
    color: #6e737d;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2; }
  html h2, body h2 {
    box-sizing: border-box;
    padding-top: 24px;
    margin-top: -24px;
    padding-bottom: 16px;
    margin-bottom: 0px; }
  html h2.above, body h2.above {
    border-top: 6px solid #dce1e6;
    padding-bottom: 20px !important;
    margin-top: -1px; }
  html h2.above-thin, body h2.above-thin {
    border-top: 1px solid #dce1e6;
    padding-bottom: 16px !important;
    margin-top: -1px; }
  html h2.below, body h2.below {
    border-bottom: 1px solid #dce1e6;
    padding-bottom: 16px;
    margin-bottom: 1.5rem; }
  html h2.space-below, body h2.space-below {
    margin-bottom: -1px; }
  html h2.space-above, body h2.space-above {
    margin-top: -25px; }
  html h3, html h3 strong, html h3 span, body h3, body h3 strong, body h3 span {
    color: #6e737d;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem; }
  html h4, body h4 {
    color: rgba(80, 85, 95, 0.9);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px; }
  html h5, body h5 {
    color: #6e737d;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.5px; }
  html h6, body h6 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px; }
  html .underline-sm, body .underline-sm {
    border-bottom: 1px solid #6e737d;
    margin-bottom: 0px;
    display: inline-block;
    width: 250px;
    line-height: 0.8; }
  html .underline-lg, body .underline-lg {
    border-bottom: 1px solid #6e737d;
    margin-bottom: 0px;
    display: inline-block;
    width: 400px;
    line-height: 0.8; }
  html input, body input {
    outline: none !important; }
  html input[type=checkbox], body input[type=checkbox] {
    display: none; }
  html .checkbox-custom, body .checkbox-custom {
    width: 20px;
    height: 20px;
    margin: 2px 8px 0px 0px;
    position: relative;
    display: inline-block;
    float: left; }
    html .checkbox-custom p, body .checkbox-custom p {
      padding-left: 36px; }
  html .checkbox-custom label, body .checkbox-custom label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-color: transparent;
    border: 3px solid #dce1e6;
    border-radius: 2px;
    margin: 0;
    display: inline-block;
    float: left; }
  html .checkbox-custom label:after, body .checkbox-custom label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    background: transparent;
    top: 3px;
    left: 1px;
    border: 3px solid #6e737d;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg); }
  html .checkbox-custom label:hover::after, body .checkbox-custom label:hover::after {
    opacity: 0.0; }
  html input[type=checkbox]:checked + label:after, body input[type=checkbox]:checked + label:after {
    opacity: 1; }

.site-header {
  background-color: white;
  height: 100px;
  position: relative;
  z-index: 100000; }
  .site-header .site-branding {
    display: block;
    width: auto;
    position: relative; }
    .site-header .site-branding .site-title {
      display: block;
      margin-top: 23px;
      margin-bottom: 0px;
      float: left;
      font-weight: 700;
      width: auto;
      padding-left: 1rem; }
      .site-header .site-branding .site-title a.logo-link {
        display: block;
        font-weight: 600;
        color: #444;
        width: auto;
        vertical-align: top;
        line-height: 1; }
        .site-header .site-branding .site-title a.logo-link img {
          display: inline-block;
          clear: none;
          line-height: 1;
          width: 50px;
          height: 50px;
          margin-right: 10px;
          margin-left: 0;
          vertical-align: top; }
        .site-header .site-branding .site-title a.logo-link .text-link {
          clear: none;
          display: inline-block;
          line-height: 1;
          height: 50px;
          margin: 2px 0px 0px;
          padding: 0px 24px 0px 0px;
          border-right: 1px solid #dce1e6; }
          .site-header .site-branding .site-title a.logo-link .text-link .primary-title {
            color: #6e737d;
            display: block;
            float: left;
            font-size: 0.75rem;
            clear: both;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 0px;
            letter-spacing: 1px;
            line-height: 1.5; }
          .site-header .site-branding .site-title a.logo-link .text-link .secondary-title {
            color: #6e737d;
            clear: both;
            display: block;
            float: left;
            font-size: 0.72rem;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 1.5;
            padding-right: 24px; }
  .site-header #site-navigation {
    display: block;
    float: right;
    width: auto; }
    .site-header #site-navigation .site-social {
      margin-top: 7px;
      display: block;
      float: right; }
      .site-header #site-navigation .site-social .donate {
        background: rgba(255, 140, 45, 0.75);
        border: none;
        border-radius: 16px;
        color: white;
        display: inline-block;
        font-weight: 800;
        font-size: 0.85rem;
        height: 32px;
        letter-spacing: 0.5px;
        padding: 6px 20px;
        transition: all 0.5s ease;
        margin: 0px;
        vertical-align: top;
        line-height: 1.5;
        cursor: pointer;
        outline: none; }
      .site-header #site-navigation .site-social .donate:hover {
        background: #ff8c2d;
        color: white; }
      .site-header #site-navigation .site-social .facebook {
        border: 3px solid #dce1e6;
        color: #6e737d;
        display: inline-block;
        border-radius: 50%;
        height: 32px;
        width: 32px;
        text-align: center;
        margin: 0px 10px 0px 8px;
        transition: all 0.5s ease;
        vertical-align: top;
        outline: none; }
        .site-header #site-navigation .site-social .facebook i {
          display: inline-block;
          font-size: 13px;
          margin-top: 7px;
          margin-left: -1px; }
      .site-header #site-navigation .site-social .facebook:hover {
        border: 3px solid #3E63B7;
        background: #3E63B7;
        border-color: none;
        color: white; }
      .site-header #site-navigation .site-social .search-toggle {
        border: 3px solid #dce1e6;
        border-radius: 50%;
        box-sizing: border-box;
        display: inline-block;
        font-size: 0.8rem;
        height: 32px;
        padding: 0px;
        margin-top: 0px;
        margin-left: 6px;
        width: 32px;
        transition: background-color 0.5s, border-color 0.5s;
        vertical-align: top; }
      .site-header #site-navigation .site-social .search-toggle.open {
        background-image: url("img/search.svg");
        background-position: left center; }
      .site-header #site-navigation .site-social .search-toggle.open:hover {
        border-color: #6e737d;
        background: #6e737d;
        background-image: url("img/search.svg");
        background-position: right center;
        cursor: pointer;
        color: white; }
      .site-header #site-navigation .site-social .search-toggle.close {
        background-image: url("img/close.svg");
        background-position: left center; }
      .site-header #site-navigation .site-social .search-toggle.close:hover {
        border-color: #6e737d;
        background: #6e737d;
        background-image: url("img/close.svg");
        background-position: right center;
        cursor: pointer;
        color: white; }
  .site-header .search-bar {
    background-color: #0099ff;
    display: none;
    position: absolute;
    top: 0px;
    height: 95px;
    background: #fff;
    z-index: 20;
    padding-top: 33px; }
    .site-header .search-bar i.fa {
      color: #cdd4db;
      display: inline-block;
      float: left;
      font-size: 1.2rem;
      margin-top: 8px;
      margin-right: 4px; }
    .site-header .search-bar .searchform {
      display: inline-block;
      width: 492px; }
      .site-header .search-bar .searchform .search-text {
        clear: none;
        display: inline-block;
        font-size: 1.5rem;
        width: 100%;
        margin-left: 4px;
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        background-clip: none;
        box-shadow: none;
        color: #50555f; }
      .site-header .search-bar .searchform input:-webkit-autofill {
        transition: none;
        -webkit-box-shadow: 0 0 0px 1000px white inset; }
      .site-header .search-bar .searchform .search-text::-webkit-input-placeholder,
      .site-header .search-bar .searchform .search-text::-moz-placeholder,
      .site-header .search-bar .searchform .search-text:-ms-input-placeholder,
      .site-header .search-bar .searchform .search-text:-moz-placeholder {
        color: #cdd4db; }
      .site-header .search-bar .searchform .search-submit {
        clear: none;
        background: #f2f2f2;
        border: 1px solid #ddd;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 4px;
        display: inline-block;
        float: right;
        font-size: 1rem;
        height: 36px;
        margin-top: 2px;
        margin-right: 10px;
        padding: 8px 16px;
        width: 100px; }
  .site-header .ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop {
    opacity: 0.0;
    transition: opacity 0.3s; }
  .site-header .ubermenu-transition-none .ubermenu-item:hover .ubermenu-submenu-drop,
  .site-header .ubermenu-nojs.ubermenu-transition-none .ubermenu-item:hover > .ubermenu-submenu-drop,
  .site-header .ubermenu-transition-none .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop {
    opacity: 1.0;
    transition: opacity 0.3s; }
  .site-header .main-navigation {
    background: none;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin-top: 27px;
    margin-right: 16px; }
    .site-header .main-navigation > .ubermenu > ul > li > a > span {
      border-bottom: 3px solid #dce1e6;
      transition: border-bottom 1s; }
    .site-header .main-navigation > .ubermenu > ul > li > a:hover > span {
      border-bottom: 3px solid #bec8d1; }
    .site-header .main-navigation ul li a {
      color: #6e737d;
      font-size: 0.85rem;
      font-weight: 700;
      text-decoration: none;
      opacity: 1.0;
      padding: 16px 12px;
      transition: color 0.5s; }
      .site-header .main-navigation ul li a span {
        padding-bottom: 1px;
        color: #6e737d;
        transition: color 0.5s; }
    .site-header .main-navigation ul li a:hover span {
      color: #50555f;
      opacity: 1.0;
      transition: color 0.5s; }
    .site-header .main-navigation .search-form {
      display: block;
      width: 400px; }
      .site-header .main-navigation .search-form input.search-field {
        clear: none;
        color: #666;
        height: 2rem;
        width: auto;
        margin-bottom: 0px;
        margin-right: 8px;
        background: none;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #999;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        background-clip: none;
        box-shadow: none; }
      .site-header .main-navigation .search-form input.search-submit {
        clear: none;
        display: none !important;
        float: left;
        height: 2rem; }
      .site-header .main-navigation .search-form input[type=text] {
        color: #666 !important; }

.main-navigation ul ul {
  background: #6e737d;
  padding-bottom: 40px; }

li.menu-donate a span.ubermenu-target-title {
  font-size: 24px !important;
  font-weight: 400 !important; }

.ubermenu-submenu {
  background: #6e737d !important; }
  .ubermenu-submenu ul > li > a > span {
    color: rgba(255, 255, 255, 0.75) !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    transition: color 0.5s !important; }
  .ubermenu-submenu ul > li > a:hover > span {
    color: white !important; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li {
  display: block; }

.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.focus > a {
  color: white !important; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

.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%; }

a.ubermenu-responsive-toggle {
  color: white;
  float: right;
  margin-top: 10px;
  padding-right: 0px;
  width: auto; }
  a.ubermenu-responsive-toggle i {
    color: #ccc;
    font-size: 24px;
    float: right;
    margin-right: -16px;
    margin-top: 10px; }

.ubermenu-nav > .ubermenu-item > .ubermenu-submenu {
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.5) !important;
  padding-top: 16px;
  padding-bottom: 32px; }

a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
  padding-top: 13px;
  padding-bottom: 34px; }

.ubermenu-submenu .ubermenu-row {
  margin-top: 10px !important; }

.ubermenu-custom-content {
  color: white;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 8px !important; }

.ubermenu-widget {
  padding: 0px !important; }

.ubermenu-widget-area a, .ubermenu-widget-area p {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important; }

.ubermenu-widget-area .textwidget {
  background-color: #565a62;
  margin: 4px 16px 0px -8px;
  padding: 14px 20px;
  display: block;
  width: auto;
  float: left; }
  .ubermenu-widget-area .textwidget p {
    display: block;
    width: auto;
    float: left;
    margin-bottom: 0px; }
  .ubermenu-widget-area .textwidget a {
    display: block;
    width: auto;
    float: left;
    padding: 8px 0px !important;
    transition: color 0.5s; }
  .ubermenu-widget-area .textwidget a:hover {
    color: white !important; }

.site-header .main-navigation > .ubermenu > ul > li.ubermenu-current-page-ancestor > a.ubermenu-target {
  outline: none; }
  .site-header .main-navigation > .ubermenu > ul > li.ubermenu-current-page-ancestor > a.ubermenu-target > span {
    color: #50555f;
    border-bottom: 3px solid rgba(255, 140, 45, 0.75); }

.site-header .main-navigation > .ubermenu > ul > li.ubermenu-current-menu-item > a.ubermenu-target {
  outline: none; }
  .site-header .main-navigation > .ubermenu > ul > li.ubermenu-current-menu-item > a.ubermenu-target > span {
    color: #50555f;
    border-bottom: 3px solid rgba(255, 140, 45, 0.75); }

article #breadcrumbs li:last-child {
  display: none !important; }

article #breadcrumbs li:last-child::after,
article #breadcrumbs li::after:last-child {
  display: none !important; }

article #breadcrumbs li {
  padding-left: 0px; }
  article #breadcrumbs li a {
    text-transform: capitalize;
    text-decoration: none; }
  article #breadcrumbs li a:hover {
    text-decoration: none; }

article #breadcrumbs .separator {
  margin: -1px 0px 0px 0px; }

article #breadcrumbs .item-parent {
  margin-right: 0px; }

article .item-home,
article .separator-home {
  display: none !important; }

article .breadcrumbs li:not(:last-child)::after {
  display: none; }

article #breadcrumbs {
  list-style: none;
  margin: 0px;
  overflow: hidden; }

article #breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

article #breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc; }

article #breadcrumbs .separator:after {
  content: "\f054";
  display: block;
  font-family: 'FontAwesome';
  font-size: 10px;
  padding-top: 0px; }

article .entry-header {
  background-size: cover;
  background-color: rgba(255, 140, 45, 0.8);
  background-position: center center;
  background-blend-mode: multiply;
  display: block;
  min-height: 187px;
  position: relative;
  padding-top: 0px;
  z-index: 1;
  transition: min-height 0.25s ease; }
  article .entry-header .entry-breadcrumbs {
    display: inline-block;
    font-size: 1rem;
    margin: 16px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    z-index: 10; }
    article .entry-header .entry-breadcrumbs a {
      color: rgba(255, 255, 255, 0.65);
      display: inline-block;
      font-size: 1rem;
      font-weight: 700;
      position: relative;
      margin: 0px 0px 0px 0px;
      padding: 0;
      width: auto;
      z-index: 1;
      transition: all 0.5s;
      line-height: 1;
      vertical-align: bottom; }
    article .entry-header .entry-breadcrumbs a:hover {
      color: white; }
  article .entry-header .entry-title {
    color: white;
    font-size: 3.25rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: -4px 0px 24px -2px;
    line-height: 1.1;
    position: relative;
    z-index: 1000;
    transition: font-size 0.25s ease; }
  article .entry-header .escape-text.empty {
    margin-top: 116px;
    background-color: rgba(110, 115, 125, 0); }
    article .entry-header .escape-text.empty div {
      color: white;
      display: block;
      margin-bottom: 0px; }
    article .entry-header .escape-text.empty .escape-button {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }
  article .entry-header .escape-text {
    display: block;
    background-color: #6e737d;
    color: #6e737d;
    padding: 14px 18px 14px 18px;
    position: relative;
    z-index: 20;
    font-size: 14px;
    line-height: 1.45;
    margin-top: 24px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    text-align: left;
    vertical-align: bottom; }
    article .entry-header .escape-text strong {
      color: white; }
    article .entry-header .escape-text span {
      color: white;
      display: inline-block;
      margin-top: 0px;
      margin-bottom: 16px; }
      article .entry-header .escape-text span .escape-link {
        color: rgba(255, 255, 255, 0.8);
        margin-top: 56px;
        text-decoration: underline;
        transition: color 0.5s;
        font-weight: 700;
        letter-spacing: 0.25px; }
      article .entry-header .escape-text span .escape-link:hover {
        color: white; }
    article .entry-header .escape-text .escape-button {
      clear: both;
      color: white;
      display: inline-block;
      width: 242px;
      background-color: #565a62;
      border: 0px solid rgba(255, 255, 255, 0.8);
      border-radius: 16px;
      padding: 8px 20px;
      margin-top: 0px;
      margin-left: -4px;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.5px;
      font-weight: 700;
      transform: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease; }
    article .entry-header .escape-text .escape-button:hover {
      background-color: white;
      color: #6e737d;
      border: 0px solid white; }

article .entry-header:after {
  content: "";
  background-image: linear-gradient(rgba(45, 20, 0, 0.4), rgba(255, 140, 45, 0.4));
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1; }

article .entry-header.pinned {
  min-height: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  background-image: none !important;
  background-color: #6e737d; }
  article .entry-header.pinned .entry-breadcrumbs {
    display: none; }
  article .entry-header.pinned .entry-title {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem; }

article .entry-header.pinned:after {
  content: "";
  background-image: none !important; }

@media screen and (min-width: 1260px) {
  .site-header .site-branding .site-title {
    margin-left: -70px; }
  .site-header .main-navigation .search-bar .searchform {
    display: inline-block;
    width: 600px; }
    .site-header .main-navigation .search-bar .searchform .search-text {
      width: 100%; }
  .site-header .main-navigation ul li a {
    color: #9999aa;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    opacity: 1.0;
    padding: 16px 16px; }
    .site-header .main-navigation ul li a span {
      padding-bottom: 1px; }
  .site-header .main-navigation ul li a:hover {
    color: black; }
    .site-header .main-navigation ul li a:hover span {
      opacity: 1.0; } }

@media screen and (max-width: 1067px) {
  h1 {
    font-size: 32px; }
  .site-header .site-branding .site-title {
    margin-left: 2px; }
    .site-header .site-branding .site-title a.logo-link .text-link {
      padding-right: 20px; }
    .site-header .site-branding .site-title a.logo-link img {
      margin-bottom: 0px; }
  .site-social, .search-bar {
    display: none !important;
    visibility: hidden !important; }
  .site-header .main-navigation {
    display: none;
    margin: 0px; }
    .site-header .main-navigation .search-form input.search-field {
      float: left !important; }
    .site-header .main-navigation .search-toggle {
      display: none; }
    .site-header .main-navigation .ubermenu-responsive-toggle {
      padding: 0px;
      margin-top: 0px;
      position: absolute;
      right: 16px;
      top: 28px; }
    .site-header .main-navigation .ubermenu-main {
      border-top: 1px solid #dce1e6;
      display: block;
      top: 100px;
      left: 0px;
      right: 0px;
      width: 100%;
      position: absolute; }
      .site-header .main-navigation .ubermenu-main ul.ubermenu-nav {
        box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1); }
      .site-header .main-navigation .ubermenu-main .mobile-search {
        margin-bottom: 20px; }
        .site-header .main-navigation .ubermenu-main .mobile-search a {
          display: inline-block;
          padding: 0px; }
        .site-header .main-navigation .ubermenu-main .mobile-search .donate-container {
          float: right; }
          .site-header .main-navigation .ubermenu-main .mobile-search .donate-container .donate {
            background: rgba(255, 140, 45, 0.9);
            border: none;
            border-radius: 16px;
            color: white;
            display: inline-block;
            font-weight: 800;
            font-size: 0.85rem;
            float: right;
            height: 32px;
            letter-spacing: 0.5px;
            padding: 4px 20px;
            margin: 0px;
            vertical-align: top;
            line-height: 1.5;
            cursor: pointer;
            outline: none; }
        .site-header .main-navigation .ubermenu-main .mobile-search .search {
          border: 3px solid #dce1e6;
          color: #6e737d;
          display: inline-block;
          font-weight: 800;
          font-size: 0.85rem;
          border-radius: 16px;
          float: left;
          height: 32px;
          width: auto;
          text-align: center;
          margin: 0px 10px 0px -4px;
          vertical-align: top;
          outline: none;
          line-height: 1.5;
          padding: 2px 20px; }
        .site-header .main-navigation .ubermenu-main .mobile-search .facebook {
          display: inline-block;
          border-radius: 50%;
          float: right;
          height: 32px;
          width: 32px;
          text-align: center;
          margin: 0px 10px 0px 8px;
          vertical-align: top;
          outline: none;
          padding: 0px 8px;
          border: 3px solid #3E63B7;
          background: #3E63B7;
          border-color: none;
          color: white; }
          .site-header .main-navigation .ubermenu-main .mobile-search .facebook i {
            display: inline-block;
            font-size: 13px;
            margin-top: 7px;
            margin-left: -1px; }
      .site-header .main-navigation .ubermenu-main .ubermenu-widget-area {
        margin-right: 16px; }
        .site-header .main-navigation .ubermenu-main .ubermenu-widget-area .textwidget {
          margin-left: 0px;
          margin-right: 0px;
          width: 100%; }
      .site-header .main-navigation .ubermenu-main .ubermenu-item-has-children > .ubermenu-target {
        padding: 16px 20px; }
    .site-header .main-navigation .ubermenu-nav > .ubermenu-item > .ubermenu-submenu {
      padding-top: 0px;
      padding-bottom: 0px; }
    .site-header .main-navigation .ubermenu-retractor {
      color: #dce1e6; }
  article #breadcrumbs li:last-child {
    display: none !important; }
  article #breadcrumbs li:last-child::after,
  article #breadcrumbs li::after:last-child {
    display: none !important; }
  article #breadcrumbs li {
    padding-left: 0px; }
    article #breadcrumbs li a {
      text-transform: capitalize;
      text-decoration: none; }
    article #breadcrumbs li a:hover {
      text-decoration: none; }
  article #breadcrumbs .separator {
    margin: -1px 0px 0px 0px; }
  article #breadcrumbs .item-parent {
    margin-right: 0px; }
  article .item-home,
  article .separator-home {
    display: none !important; }
  article .breadcrumbs li:not(:last-child)::after {
    display: none; }
  article #breadcrumbs {
    list-style: none;
    margin: 0px;
    overflow: hidden; }
  article #breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  article #breadcrumbs .separator {
    font-size: 18px;
    font-weight: 100;
    color: #ccc; }
  article #breadcrumbs .separator:after {
    content: "\f054";
    display: block;
    font-family: 'FontAwesome';
    font-size: 10px;
    padding-top: 0px; }
  article .entry-header {
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    display: block;
    min-height: 187px;
    position: relative;
    padding-top: 0px;
    z-index: 1;
    transition: min-height 0.25s ease; }
    article .entry-header .entry-breadcrumbs {
      display: inline-block;
      font-size: 1rem;
      margin: 16px 0px 0px 0px;
      padding: 0px;
      width: 100%;
      position: relative;
      z-index: 10; }
      article .entry-header .entry-breadcrumbs a {
        color: rgba(255, 255, 255, 0.65);
        display: inline-block;
        font-size: 1rem;
        font-weight: 700;
        position: relative;
        margin: 0px 0px 0px 0px;
        padding: 0;
        width: auto;
        z-index: 1;
        transition: all 0.5s;
        line-height: 1;
        vertical-align: bottom; }
      article .entry-header .entry-breadcrumbs a:hover {
        color: white; }
    article .entry-header .entry-title {
      color: white;
      font-size: 2.5rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      margin: -4px 0px 24px -2px;
      line-height: 1.1;
      position: relative;
      z-index: 1000;
      transition: font-size 0.25s ease; }
    article .entry-header .escape-text.empty {
      margin-top: 40px;
      background-color: rgba(110, 115, 125, 0); }
      article .entry-header .escape-text.empty div {
        color: white;
        display: block;
        margin-bottom: 0px; }
      article .entry-header .escape-text.empty .escape-button {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }
    article .entry-header .escape-text {
      display: block;
      background-color: #6e737d;
      color: #6e737d;
      padding: 14px 18px 14px 18px;
      position: relative;
      z-index: 20;
      font-size: 14px;
      line-height: 1.45;
      margin-top: 24px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      text-align: left;
      vertical-align: bottom; }
      article .entry-header .escape-text strong {
        color: white; }
      article .entry-header .escape-text span {
        color: white;
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 16px; }
        article .entry-header .escape-text span .escape-link {
          color: rgba(255, 255, 255, 0.8);
          margin-top: 56px;
          text-decoration: underline;
          transition: color 0.5s;
          font-weight: 700;
          letter-spacing: 0.25px; }
        article .entry-header .escape-text span .escape-link:hover {
          color: white; }
      article .entry-header .escape-text .escape-button {
        clear: both;
        color: white;
        display: inline-block;
        width: 100%;
        background-color: #565a62;
        border: 0px solid rgba(255, 255, 255, 0.8);
        border-radius: 16px;
        padding: 8px 20px;
        margin-top: 0px;
        margin-left: 0px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.5px;
        font-weight: 700;
        transform: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease; }
      article .entry-header .escape-text .escape-button:hover {
        background-color: white;
        color: #6e737d;
        border: 0px solid white; }
  article .entry-header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1; }
  article .entry-header.pinned {
    min-height: 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background-image: none !important;
    background-color: #6e737d; }
    article .entry-header.pinned .entry-breadcrumbs {
      display: none; }
    article .entry-header.pinned .entry-title {
      margin-top: 1rem;
      margin-bottom: 1rem;
      font-size: 1.5rem; }
  article .entry-header.pinned:after {
    content: "";
    background-image: none !important; }
  article .entry-content {
    padding-top: 24px; } }

@media screen and (max-width: 374px) {
  h1 {
    font-size: 32px; }
  .site-header .site-branding .site-title {
    margin-left: 0px; }
    .site-header .site-branding .site-title a.logo-link {
      margin-left: -2px; }
      .site-header .site-branding .site-title a.logo-link .text-link {
        border: none; }
        .site-header .site-branding .site-title a.logo-link .text-link .primary-title {
          font-size: 0.7rem; }
        .site-header .site-branding .site-title a.logo-link .text-link .secondary-title {
          font-size: 0.7rem; }
      .site-header .site-branding .site-title a.logo-link img {
        width: 43px;
        height: 43px;
        margin-bottom: 0px;
        margin-right: 1px;
        margin-left: 0px; }
  .site-header {
    height: 90px; }
    .site-header .main-navigation {
      display: none;
      margin: 0px; }
      .site-header .main-navigation .search-form input.search-field {
        float: left !important; }
      .site-header .main-navigation .search-toggle {
        display: none; }
      .site-header .main-navigation .ubermenu-responsive-toggle {
        padding: 0px;
        margin-top: 0px;
        position: absolute;
        right: 14px;
        top: 24px; }
      .site-header .main-navigation .ubermenu-main {
        top: 90px; } }

.site-footer {
  background: #6e737d;
  display: block;
  width: 100%;
  min-height: 300px;
  padding: 40px 0px 0px; }
  .site-footer h5 {
    color: #dce1e6; }
  .site-footer .mission {
    padding-right: 24px;
    color: white;
    margin-bottom: 16px; }
    .site-footer .mission h5 {
      margin-bottom: 12px;
      display: block;
      font-weight: 700;
      text-transform: capitalize;
      letter-spacing: 0px; }
    .site-footer .mission h6 {
      color: rgba(255, 255, 255, 0.6);
      line-height: 160%;
      font-size: 14px;
      display: block; }
  .site-footer .links {
    margin-bottom: 16px; }
    .site-footer .links h5 {
      margin-bottom: 12px;
      font-weight: 700;
      text-transform: capitalize;
      letter-spacing: 0px; }
    .site-footer .links ul {
      margin: 0 0 16px 0;
      padding: 0;
      list-style: none; }
      .site-footer .links ul li {
        padding-left: 0px; }
        .site-footer .links ul li a {
          display: block;
          color: rgba(255, 255, 255, 0.6);
          padding: 0px 0px;
          font-size: 14px; }
        .site-footer .links ul li a:hover {
          color: white; }
  .site-footer .help {
    margin-bottom: 16px; }
    .site-footer .help .donate {
      background: rgba(255, 140, 45, 0.9);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border: none;
      border-radius: 16px;
      color: rgba(255, 255, 255, 0.9);
      display: inline-block;
      font-weight: 800;
      font-size: 0.9rem;
      height: 32px;
      letter-spacing: 0.5px;
      padding: 0px 20px;
      transition: all 0.5s ease;
      margin-bottom: 24px;
      outline: none; }
    .site-footer .help .donate:hover {
      background: #f97100;
      color: white; }
    .site-footer .help .facebook {
      background-color: #3e63b7;
      border: 3px solid #3e63b7;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      color: white;
      display: inline-block;
      border-radius: 50%;
      height: 32px;
      width: 32px;
      text-align: center;
      margin: 0px 10px 0px 8px;
      transition: all 0.5s ease;
      vertical-align: top;
      outline: none; }
      .site-footer .help .facebook i {
        display: inline-block;
        font-size: 13px;
        margin-top: 7px;
        margin-left: -1px; }
    .site-footer .help .facebook:hover {
      border: 3px solid #3859a4;
      background: #3859a4;
      border-color: none;
      color: white; }
    .site-footer .help h5 {
      text-transform: capitalize;
      font-weight: 700;
      color: #dce1e6;
      margin-bottom: 12px;
      letter-spacing: 0px; }
    .site-footer .help p {
      display: block;
      color: white;
      letter-spacing: 0px;
      font-weight: 500;
      font-size: 1.25rem;
      margin-top: -1px; }
  .site-footer .copyright-info {
    background-color: #4e535c;
    padding: 16px 0px;
    margin-top: 16px; }
    .site-footer .copyright-info .copyright-text {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px;
      line-height: 1.3; }
      .site-footer .copyright-info .copyright-text a {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: underline;
        transition: all 0.5s; }
      .site-footer .copyright-info .copyright-text a:hover {
        color: white; }

@media screen and (max-width: 1067px) {
  .copyright-info .copyright-text span {
    margin-bottom: 16px; }
  .copyright-info .author {
    margin-top: 12px; }
  .attachment .site-footer {
    display: none; } }

.home .splash {
  background-size: cover;
  background-color: rgba(255, 140, 45, 0.7);
  background-blend-mode: multiply;
  background-position: center center;
  display: block;
  height: 450px;
  position: relative;
  z-index: 1; }
  .home .splash > :after {
    content: "";
    background-color: rgba(255, 140, 45, 0.2);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 1; }
  .home .splash .page-title {
    color: white;
    display: block;
    position: relative;
    margin: 48px 0px;
    z-index: 2; }
    .home .splash .page-title p {
      color: white;
      font-family: georgia;
      font-size: 2.7rem;
      font-weight: 500;
      line-height: 130%;
      text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); }

.home .entry-content {
  display: block;
  position: relative;
  margin-bottom: 72px; }
  .home .entry-content hr {
    margin: 0px 16px 48px;
    background-color: #dce1e6; }
  .home .entry-content .feature-content {
    background: white;
    display: block;
    margin: -72px -32px 0px;
    padding: 30px 32px 32px;
    position: relative;
    z-index: 3;
    list-style: none; }
    .home .entry-content .feature-content .feature {
      padding-right: 24px; }
      .home .entry-content .feature-content .feature h5 {
        color: #6e737d;
        text-transform: uppercase; }
      .home .entry-content .feature-content .feature p {
        font-size: 1rem;
        margin-bottom: 0px; }
  .home .entry-content .content-left {
    display: block;
    position: relative; }
    .home .entry-content .content-left .tip-title {
      display: inline-block;
      width: 100%; }
      .home .entry-content .content-left .tip-title h3 {
        display: inline-block;
        width: 50%; }
      .home .entry-content .content-left .tip-title .tip-controls-contain {
        display: inline-block;
        float: right;
        border: 3px solid #dce1e6;
        border-radius: 16px;
        height: 32px;
        margin-top: 1px;
        transition: background-color 0.5s; }
        .home .entry-content .content-left .tip-title .tip-controls-contain .tip-controls {
          display: inline-block;
          background: none;
          margin-top: -1px;
          padding: 0;
          line-height: 1; }
          .home .entry-content .content-left .tip-title .tip-controls-contain .tip-controls .tip-counter {
            color: #6e737d;
            display: inline-block;
            font-size: 0.85rem;
            font-weight: 900;
            line-height: 1;
            margin: 1px 0px 0px; }
          .home .entry-content .content-left .tip-title .tip-controls-contain .tip-controls .slick-arrow {
            color: #6e737d;
            background: none;
            border: none;
            display: inline-block;
            width: 32px;
            height: 32px;
            text-align: center;
            padding: 0;
            margin-top: -1px; }
          .home .entry-content .content-left .tip-title .tip-controls-contain .tip-controls .slick-prev > i {
            display: inline-block;
            margin-left: -2px; }
          .home .entry-content .content-left .tip-title .tip-controls-contain .tip-controls .slick-next > i {
            display: inline-block;
            margin-left: 2px; }
          .home .entry-content .content-left .tip-title .tip-controls-contain .tip-controls button:focus {
            outline: 0; }
    .home .entry-content .content-left .tip-slider {
      display: block;
      position: relative;
      margin: 0px 0px 48px 0px;
      padding: 0; }
      .home .entry-content .content-left .tip-slider .tip-slide {
        background: rgba(255, 140, 45, 0.9);
        color: white;
        padding: 16px 32px 24px 24px;
        font-size: 1.75rem;
        min-height: 164px;
        display: flex;
        font-family: "Source Sans Pro", sans-serif;
        flex-direction: column;
        justify-content: space-between;
        transition: all 0.5s ease;
        line-height: 1.4; }
        .home .entry-content .content-left .tip-slider .tip-slide a {
          display: block;
          clear: both;
          color: rgba(255, 255, 255, 0.8);
          font-size: 1rem;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          margin-top: 16px;
          vertical-align: bottom; }
      .home .entry-content .content-left .tip-slider .tip-slide:hover {
        background: #ff8c2d; }
    .home .entry-content .content-left .entry p {
      line-height: 1.6; }
  .home .entry-content .content-right .quick-links {
    list-style: none;
    margin: 0;
    padding: 0; }
    .home .entry-content .content-right .quick-links li {
      border-top: 1px solid #dce1e6;
      display: block;
      padding: 16px 0px; }
      .home .entry-content .content-right .quick-links li a, .home .entry-content .content-right .quick-links li a:visited {
        font-size: 1.25rem;
        font-weight: 400; }

@media screen and (max-width: 1067px) {
  .home .splash {
    height: 340px; }
    .home .splash .page-title {
      margin-top: 24px; }
      .home .splash .page-title p {
        font-size: 1.8rem; }
  .home .entry-content {
    margin-top: 8px;
    margin-bottom: 40px; }
    .home .entry-content .feature-content {
      margin: 0px !important;
      padding: 0px !important; }
      .home .entry-content .feature-content .feature {
        padding: 16px 0px 16px !important;
        border-bottom: 1px solid #dce1e6; }
      .home .entry-content .feature-content .feature:last-child {
        border-bottom: none; }
    .home .entry-content .content-left {
      display: block;
      position: relative; }
      .home .entry-content .content-left .tip-title {
        display: inline-block;
        width: 100%; }
        .home .entry-content .content-left .tip-title h3 {
          display: inline-block;
          width: 68%;
          padding-top: 2px;
          letter-spacing: -0.25px; }
      .home .entry-content .content-left .tip-slider {
        display: block;
        position: relative;
        margin: 0px 0px 48px 0px;
        padding: 0; }
        .home .entry-content .content-left .tip-slider .tip-slide {
          background: rgba(255, 140, 45, 0.9);
          color: white;
          padding: 16px 32px 24px 24px;
          font-size: 1.5rem;
          min-height: 164px;
          display: flex;
          font-family: "Source Sans Pro", sans-serif;
          flex-direction: column;
          justify-content: space-between;
          transition: all 0.5s ease;
          line-height: 1.4; }
          .home .entry-content .content-left .tip-slider .tip-slide a {
            display: block;
            clear: both;
            color: rgba(255, 255, 255, 0.8);
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 16px;
            vertical-align: bottom; }
    .home .entry-content .content-right {
      border-top: 1px solid #dce1e6;
      padding-top: 32px; } }

@media screen and (max-width: 374px) {
  .home .splash {
    height: 340px; }
    .home .splash .page-title {
      margin-top: 24px; }
      .home .splash .page-title p {
        font-size: 1.65rem; } }

article .entry-content {
  padding: 40px 0px; }
  article .entry-content .page-sections {
    padding-right: 32px; }
    article .entry-content .page-sections .on-this-page {
      display: block;
      margin-bottom: 24px; }
      article .entry-content .page-sections .on-this-page h5 {
        color: #6e737d;
        letter-spacing: 0px;
        padding-bottom: 0px; }
      article .entry-content .page-sections .on-this-page ul {
        display: block;
        list-style: none;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 16px; }
        article .entry-content .page-sections .on-this-page ul li {
          display: block;
          padding: 0px 0px;
          line-height: 1.5; }
          article .entry-content .page-sections .on-this-page ul li a {
            display: block; }
    article .entry-content .page-sections .image-container {
      display: block;
      background-color: rgba(110, 115, 125, 0.15);
      width: auto;
      margin: 24px 0px 30px;
      padding: 24px;
      text-align: center; }
    article .entry-content .page-sections img.aligncenter, article .entry-content .page-sections figure {
      background-color: rgba(110, 115, 125, 0);
      display: block;
      padding: 0;
      margin: 0 auto; }
    article .entry-content .page-sections img.aligncenter:after {
      content: "";
      display: block;
      position: relative;
      background-color: rgba(110, 115, 125, 0);
      width: 100%;
      height: 100%; }
    article .entry-content .page-sections .wp-caption-text {
      font-size: 1.125rem;
      font-weight: 500;
      margin: 1.125rem 0 0;
      line-height: 1.4;
      font-family: "Source Sans Pro", sans-serif; }
    article .entry-content .page-sections iframe {
      margin-top: 24px;
      margin-bottom: 24px; }
    article .entry-content .page-sections .anchor-link-block h2 a.anchor-link, article .entry-content .page-sections .anchor-link-block h2 a.anchor-link:hover, article .entry-content .page-sections .anchor-link-block h3 a.anchor-link, article .entry-content .page-sections .anchor-link-block h3 a.anchor-link:hover, article .entry-content .page-sections .anchor-link-block h4 a.anchor-link, article .entry-content .page-sections .anchor-link-block h4 a.anchor-link:hover {
      color: #6e737d;
      cursor: default; }
    article .entry-content .page-sections .accordion-block {
      border-bottom: 1px solid #dce1e6;
      margin-bottom: 1.5rem; }
      article .entry-content .page-sections .accordion-block .accordion-head {
        position: relative;
        width: 100%;
        display: block;
        border-top: 1px solid #dce1e6;
        margin-bottom: 0px;
        outline: none; }
        article .entry-content .page-sections .accordion-block .accordion-head a {
          display: block;
          background-color: white;
          color: #6e737d;
          margin: 0;
          padding: 12px 32px 12px 0px;
          transition: background-color 0.5s, color 0.5s, padding-left 0.5s, font-size 0.5s;
          outline: none;
          font-size: 1.125rem;
          font-weight: 500;
          letter-spacing: 0.25px;
          outline: none; }
        article .entry-content .page-sections .accordion-block .accordion-head a:hover, article .entry-content .page-sections .accordion-block .accordion-head a:visited, article .entry-content .page-sections .accordion-block .accordion-head a:active, article .entry-content .page-sections .accordion-block .accordion-head a:focus {
          color: #6e737d; }
        article .entry-content .page-sections .accordion-block .accordion-head i {
          display: block;
          position: absolute;
          top: 12px;
          right: 0;
          font-size: 1rem;
          margin: 8px 8px 0px 0px;
          transition: transform 0.4s;
          opacity: 0.5; }
      article .entry-content .page-sections .accordion-block .accordion-head a:hover {
        color: #6e737d;
        background-color: rgba(0, 0, 0, 0.025);
        padding: 12px 24px 12px 8px; }
      article .entry-content .page-sections .accordion-block .accordion-head.ui-accordion-header-active a {
        color: #6e737d;
        padding-left: 0px;
        font-size: 1.5rem;
        font-weight: 600; }
        article .entry-content .page-sections .accordion-block .accordion-head.ui-accordion-header-active a i {
          transform: rotate(90deg); }
      article .entry-content .page-sections .accordion-block .accordion-head.ui-accordion-header-active a:hover {
        background-color: white; }
      article .entry-content .page-sections .accordion-block .accordion-body {
        font-size: 1.125rem;
        padding: 0px 0px 24px; }
        article .entry-content .page-sections .accordion-block .accordion-body p {
          font-size: 1.125rem;
          margin: 0 0 16px 0; }
        article .entry-content .page-sections .accordion-block .accordion-body ul {
          padding: 0;
          margin: 0 0 16px 20px; }
          article .entry-content .page-sections .accordion-block .accordion-body ul li {
            font-size: 1.125rem;
            padding: 0;
            margin: 0 0 0px 0;
            line-height: 1.6; }
    article .entry-content .page-sections .text-block {
      padding-bottom: 0px; }
    article .entry-content .page-sections .horizontal-rule {
      border-bottom: 1px #dce1e6 solid;
      display: inline-block;
      margin-bottom: 1.25rem;
      width: 100%; }
    article .entry-content .page-sections .column-block .column-block-left {
      padding-right: 16px; }
    article .entry-content .page-sections .column-block .column-block-right {
      padding-right: 16px; }
    article .entry-content .page-sections .highlight {
      box-sizing: content-box;
      background-color: rgba(110, 115, 125, 0.1);
      padding: 24px 32px 8px 32px;
      margin: 0px -0px 32px 0px; }
  article .entry-content .page-sidebar {
    background: transparent;
    margin-top: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 1px solid #dce1e6; }
    article .entry-content .page-sidebar .escape-text {
      display: block;
      background-color: #6e737d;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      color: white;
      padding: 18px 20px 19px;
      position: relative;
      z-index: 20;
      font-size: 12px;
      line-height: 1.45;
      margin-top: -120px;
      margin-bottom: 40px;
      margin-left: -20px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      text-align: left; }
      article .entry-content .page-sidebar .escape-text .escape-link {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: underline;
        transition: color 0.5s;
        font-weight: 700;
        letter-spacing: 0.5px; }
      article .entry-content .page-sidebar .escape-text .escape-link:hover {
        color: white; }
      article .entry-content .page-sidebar .escape-text .escape-button {
        color: rgba(255, 255, 255, 0.8);
        display: inline-block;
        width: auto;
        background-color: #565a62;
        border: 0px solid rgba(255, 255, 255, 0.8);
        border-radius: 16px;
        height: 32px;
        padding: 9px 20px 7px;
        margin-top: 16px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 700;
        transform: color 0.5s ease, border-color 0.5s ease, background-color 0.5s ease; }
      article .entry-content .page-sidebar .escape-text .escape-button:hover {
        background-color: white;
        color: #6e737d;
        border: 0px solid white; }
    article .entry-content .page-sidebar h4 {
      margin-bottom: 16px;
      margin-top: -4px;
      font-size: 1.25rem;
      line-height: 1.45;
      color: #6e737d;
      font-size: 1.25rem;
      font-weight: 700;
      letter-spacing: 0px; }
    article .entry-content .page-sidebar ul, article .entry-content .page-sidebar ul.menu {
      margin: 0;
      padding: 0px 0px 0px 0px;
      list-style: none; }
      article .entry-content .page-sidebar ul li, article .entry-content .page-sidebar ul.menu li {
        display: block;
        padding: 8px 0px; }
        article .entry-content .page-sidebar ul li a, article .entry-content .page-sidebar ul.menu li a {
          display: block;
          line-height: 130%;
          font-size: 1.125rem;
          padding: 0 !important; }
      article .entry-content .page-sidebar ul li:last-child, article .entry-content .page-sidebar ul.menu li:last-child {
        padding-bottom: 0px; }

.page-id-282 article .entry-header {
  min-height: 132px; }

.page-id-282 .escape-text {
  display: none !important; }

.terminology {
  background-color: rgba(110, 115, 125, 0.2);
  padding: 32px 0px 32px; }
  .terminology .widget {
    margin-bottom: 0px; }
  .terminology .widget-links p {
    font-size: 14px;
    margin-bottom: 8px; }
  .terminology .widget-terms {
    border-right: 1px solid rgba(110, 115, 125, 0.25); }
    .terminology .widget-terms p {
      font-size: 14px;
      padding-right: 32px;
      margin-bottom: 0px; }
  .terminology .widget_nav_menu ul li {
    display: block;
    padding-left: 0px; }
    .terminology .widget_nav_menu ul li a {
      font-size: 1rem;
      padding-left: 0px; }
    .terminology .widget_nav_menu ul li a:first-child {
      padding-top: 0px; }

body.search .site-main, body.page-template-searchpage .site-main {
  padding-bottom: 40px; }

body.search h1.page-title, body.page-template-searchpage h1.page-title {
  margin-bottom: 4px !important;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  vertical-align: top;
  padding-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

body.search .searchform, body.page-template-searchpage .searchform {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 20px; }
  body.search .searchform .search-text, body.page-template-searchpage .searchform .search-text {
    clear: none;
    display: block;
    font-size: 1.5rem;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-clip: none;
    box-shadow: none;
    color: #50555f;
    padding: 24px 8px 20px; }
  body.search .searchform input:-webkit-autofill, body.page-template-searchpage .searchform input:-webkit-autofill {
    transition: none;
    -webkit-box-shadow: 0 0 0px 1000px white inset; }
  body.search .searchform .search-text::-webkit-input-placeholder,
  body.search .searchform .search-text::-moz-placeholder,
  body.search .searchform .search-text:-ms-input-placeholder,
  body.search .searchform .search-text:-moz-placeholder, body.page-template-searchpage .searchform .search-text::-webkit-input-placeholder,
  body.page-template-searchpage .searchform .search-text::-moz-placeholder,
  body.page-template-searchpage .searchform .search-text:-ms-input-placeholder,
  body.page-template-searchpage .searchform .search-text:-moz-placeholder {
    color: #cdd4db; }
  body.search .searchform .search-submit, body.page-template-searchpage .searchform .search-submit {
    clear: none;
    background: #dce1e6;
    border: 1px solid #ddd;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    display: inline-block;
    font-size: 1rem;
    height: 36px;
    margin-top: 8px;
    margin-right: 10px;
    padding: 8px 16px;
    width: 100px;
    transition: background-color 0.5s; }
  body.search .searchform .search-submit:hover, body.page-template-searchpage .searchform .search-submit:hover {
    background: #bec8d1; }

@media screen and (max-width: 1067px) {
  article .entry-content {
    padding: 32px 0px; }
    article .entry-content .page-sections {
      padding-right: 0px; }
      article .entry-content .page-sections .column-block .column-block-left {
        padding-right: 1rem;
        margin-bottom: 24px; }
      article .entry-content .page-sections .column-block .column-block-right {
        padding-right: 1rem; }
    article .entry-content .page-sidebar {
      margin-top: 24px;
      padding-top: 32px;
      border-top: 1px solid #dce1e6; }
      article .entry-content .page-sidebar ul, article .entry-content .page-sidebar ul.menu {
        margin: 0;
        padding: 0px 0px 0px 0px;
        list-style: none; }
        article .entry-content .page-sidebar ul li, article .entry-content .page-sidebar ul.menu li {
          display: block;
          padding: 8px 0px; }
          article .entry-content .page-sidebar ul li a, article .entry-content .page-sidebar ul.menu li a {
            display: block;
            line-height: 130%;
            font-size: 1.125rem;
            padding: 0 !important; }
        article .entry-content .page-sidebar ul li:last-child, article .entry-content .page-sidebar ul.menu li:last-child {
          padding-bottom: 0px; }
  .terminology {
    background-color: rgba(110, 115, 125, 0.2);
    padding: 32px 0px 32px; }
    .terminology .widget {
      margin-bottom: 0px; }
    .terminology .widget-links {
      display: inline-block;
      padding-top: 24px; }
      .terminology .widget-links p {
        font-size: 14px;
        margin-bottom: 8px; }
    .terminology .widget-terms {
      border-right: 1px solid rgba(110, 115, 125, 0.25); }
      .terminology .widget-terms p {
        font-size: 14px;
        padding-right: 32px;
        margin-bottom: 24px; }
    .terminology .widget_nav_menu ul li {
      display: block;
      padding-left: 0px; }
      .terminology .widget_nav_menu ul li a {
        font-size: 1rem;
        padding-left: 0px; }
      .terminology .widget_nav_menu ul li a:first-child {
        padding-top: 0px; } }

.attachment article.pdf-attachment {
  display: block;
  width: 100%;
  position: absolute;
  top: 100px;
  bottom: 0px; }
  .attachment article.pdf-attachment .entry-content {
    display: block;
    width: 100%;
    height: 100%; }
    .attachment article.pdf-attachment .entry-content .entry-attachment {
      display: block;
      width: 100%;
      height: 100%; }
      .attachment article.pdf-attachment .entry-content .entry-attachment object {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0; }

.attachment article.img-attachment {
  background-color: #525659;
  text-align: center; }
  .attachment article.img-attachment img {
    margin: 0px auto; }

@media screen and (max-width: 1067px) {
  .attachment article.pdf-attachment .entry-content .entry-attachment {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .attachment article.pdf-attachment .entry-content .entry-attachment object {
      position: relative;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch; } }

article.main .entry-content {
  padding: 56px 0px 0px; }
  article.main .entry-content .intro-container {
    border-bottom: 1px solid #dce1e6;
    margin-bottom: 40px; }
    article.main .entry-content .intro-container .intro {
      color: rgba(0, 0, 0, 0.6);
      font-size: 1.25rem;
      font-weight: 400;
      margin-bottom: 32px;
      padding-right: 32px; }
  article.main .entry-content .content-sections {
    margin-bottom: 40px;
    padding: 0px 0px 0px; }
    article.main .entry-content .content-sections .section-name {
      display: inline-block;
      margin-bottom: 16px;
      padding-top: 0px;
      letter-spacing: 0px; }
    article.main .entry-content .content-sections .columns {
      border-left: 1px solid #dce1e6; }
    article.main .entry-content .content-sections .columns:first-child {
      border-left: none; }
    article.main .entry-content .content-sections ul.section {
      padding: 0;
      margin: 0; }
      article.main .entry-content .content-sections ul.section li {
        color: rgba(129, 99, 183, 0.9);
        list-style: none;
        padding: 0px 40px 0px 0px;
        margin: 12px 0px;
        line-height: 1.4;
        font-size: 1.125rem; }
        article.main .entry-content .content-sections ul.section li a {
          font-size: 1.125rem; }
  article.main .entry-content .content-container {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #dce1e6; }

@media screen and (max-width: 1067px) {
  article.main .entry-content {
    padding: 32px 0px 0px; }
    article.main .entry-content .intro-container {
      margin-bottom: 0px;
      border-bottom: none; }
      article.main .entry-content .intro-container .intro {
        padding-right: 0px; }
    article.main .entry-content .content-sections {
      margin-bottom: 0px;
      padding: 0px 0px 0px; }
      article.main .entry-content .content-sections .section-name {
        display: inline-block;
        margin-bottom: 16px;
        padding-top: 32px;
        letter-spacing: 0px;
        border-top: 1px solid #dce1e6;
        width: 100%; }
      article.main .entry-content .content-sections .columns {
        border-left: 0px solid #dce1e6;
        border-bottom: 0px solid #dce1e6;
        margin-bottom: 24px; } }

article.sub .entry-content {
  padding: 40px 0px 0px; }
  article.sub .entry-content .intro {
    padding-right: 32px; }
  article.sub .entry-content .content-container {
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #dce1e6; }
  article.sub .entry-content .contents-container {
    display: block;
    position: relative;
    margin-bottom: 40px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #dce1e6; }
    article.sub .entry-content .contents-container .pin-wrapper {
      width: auto;
      float: left;
      /* left */ }
      article.sub .entry-content .contents-container .pin-wrapper .contents-nav {
        position: absolute;
        /* absolute */
        width: 300px;
        list-style: none;
        margin: 0px;
        padding: 0px;
        float: left; }
        article.sub .entry-content .contents-container .pin-wrapper .contents-nav li {
          margin: 0;
          padding: 0; }
          article.sub .entry-content .contents-container .pin-wrapper .contents-nav li a {
            display: block;
            padding: 12px 16px;
            color: rgba(0, 0, 0, 0.5);
            font-size: 1rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: background-color 0.5s, color 0.5s;
            outline: none; }
          article.sub .entry-content .contents-container .pin-wrapper .contents-nav li a:hover {
            background: rgba(0, 0, 0, 0.1); }
        article.sub .entry-content .contents-container .pin-wrapper .contents-nav li.active a {
          background: #ff8c2d;
          color: white; }
    article.sub .entry-content .contents-container .contents-sections {
      display: inline-block;
      clear: none;
      margin-left: 300px;
      /* 300px */
      padding-left: 40px;
      /* 100px */
      border-left: 1px solid rgba(0, 0, 0, 0.2); }
      article.sub .entry-content .contents-container .contents-sections .section {
        display: block;
        padding: 40px 0px 0px 0px;
        margin: -40px 0px 40px; }
        article.sub .entry-content .contents-container .contents-sections .section ul {
          list-style: none;
          margin: 0px;
          padding: 0px; }
          article.sub .entry-content .contents-container .contents-sections .section ul li {
            margin: 12px 0px;
            color: rgba(95, 75, 130, 0.8);
            font-size: 1.25rem;
            padding-left: 0px; }
            article.sub .entry-content .contents-container .contents-sections .section ul li a {
              font-size: 1.25rem;
              font-weight: 400;
              line-height: 130%; }
      article.sub .entry-content .contents-container .contents-sections .section:last-child {
        margin-bottom: 0px; }

@media screen and (max-width: 1067px) {
  article.sub .entry-content {
    padding: 32px 0px 0px; }
    article.sub .entry-content .intro {
      padding-right: 32px; }
    article.sub .entry-content .contents-container {
      display: block;
      position: relative;
      margin-bottom: 0px;
      padding-top: 16px;
      padding-bottom: 32px;
      border-top: 0px solid #dce1e6; }
      article.sub .entry-content .contents-container .pin-wrapper {
        display: none;
        width: auto;
        float: left;
        /* left */ }
        article.sub .entry-content .contents-container .pin-wrapper .contents-nav {
          position: absolute;
          /* absolute */
          width: 300px;
          list-style: none;
          margin: 0px;
          padding: 0px;
          float: left; }
          article.sub .entry-content .contents-container .pin-wrapper .contents-nav li {
            margin: 0;
            padding: 0; }
            article.sub .entry-content .contents-container .pin-wrapper .contents-nav li a {
              display: block;
              padding: 12px 16px;
              color: rgba(0, 0, 0, 0.5);
              font-size: 1rem;
              font-weight: 900;
              text-transform: uppercase;
              letter-spacing: 0.5px;
              transition: background-color 0.5s, color 0.5s;
              outline: none; }
            article.sub .entry-content .contents-container .pin-wrapper .contents-nav li a:hover {
              background: rgba(0, 0, 0, 0.1); }
          article.sub .entry-content .contents-container .pin-wrapper .contents-nav li.active a {
            background: #ff8c2d;
            color: white; }
      article.sub .entry-content .contents-container .contents-sections {
        display: inline-block;
        clear: none;
        margin-left: 0px;
        /* 300px */
        padding-left: 0px;
        /* 100px */
        border-left: 0px solid rgba(0, 0, 0, 0.2); }
        article.sub .entry-content .contents-container .contents-sections .section {
          display: block;
          padding: 40px 0px 0px 0px;
          margin: -40px 0px 40px; }
          article.sub .entry-content .contents-container .contents-sections .section h3 {
            border-top: 1px solid #dce1e6;
            padding-top: 24px; }
          article.sub .entry-content .contents-container .contents-sections .section ul {
            list-style: none;
            margin: 0px;
            padding: 0px; }
            article.sub .entry-content .contents-container .contents-sections .section ul li {
              margin: 12px 0px;
              color: rgba(95, 75, 130, 0.8);
              font-size: 1.25rem;
              padding-left: 0px; }
              article.sub .entry-content .contents-container .contents-sections .section ul li a {
                font-size: 1.25rem;
                font-weight: 400;
                line-height: 130%; }
        article.sub .entry-content .contents-container .contents-sections .section:last-child {
          margin-bottom: 0px; } }

article.help .header-text {
  position: relative;
  display: block;
  color: white;
  font-size: 20px;
  z-index: 20; }

article.help .entry-content {
  padding: 40px 0px; }
  article.help .entry-content .contents-container {
    display: block;
    position: relative;
    margin-bottom: 50px;
    padding-top: 32px; }
    article.help .entry-content .contents-container .pin-wrapper {
      width: auto;
      float: left; }
      article.help .entry-content .contents-container .pin-wrapper .contents-nav {
        position: absolute;
        width: 300px;
        list-style: none;
        margin: 0px;
        padding: 0px;
        float: left; }
        article.help .entry-content .contents-container .pin-wrapper .contents-nav li {
          margin: 0;
          padding: 0; }
          article.help .entry-content .contents-container .pin-wrapper .contents-nav li a {
            display: block;
            padding: 12px 16px;
            color: rgba(0, 0, 0, 0.5);
            font-size: 1rem;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: background-color 0.5s, color 0.5s;
            outline: none; }
          article.help .entry-content .contents-container .pin-wrapper .contents-nav li a:hover {
            background: rgba(0, 0, 0, 0.1); }
        article.help .entry-content .contents-container .pin-wrapper .contents-nav li.active a {
          background: #ff8c2d;
          color: white; }
    article.help .entry-content .contents-container .contents-sections {
      display: inline-block;
      clear: none;
      margin-left: 300px;
      padding-left: 100px;
      border-left: 1px solid rgba(0, 0, 0, 0.2); }
      article.help .entry-content .contents-container .contents-sections .section {
        display: block;
        padding: 40px 0px 0px 0px;
        margin: -40px 0px 40px; }
        article.help .entry-content .contents-container .contents-sections .section ul {
          list-style: none;
          margin: 0px;
          padding: 0px; }
          article.help .entry-content .contents-container .contents-sections .section ul li {
            margin: 12px 0px;
            color: rgba(95, 75, 130, 0.8);
            font-size: 1.25rem; }
            article.help .entry-content .contents-container .contents-sections .section ul li a {
              font-size: 1.25rem;
              font-weight: 400;
              line-height: 130%; }
      article.help .entry-content .contents-container .contents-sections .section:last-child {
        margin-bottom: 0px; }

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

body {
  font-family: "Source Sans Pro", sans-serif;
  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 {
  font-family: "Source Sans Pro", sans-serif;
  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-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,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  clear: both; }

h1 {
  font-size: 2.5rem;
  font-weight: 700; }

p {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 1.5em; }

span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400; }

ul, li {
  font-family: "Source Sans Pro", sans-serif; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# 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: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

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. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

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

.mobile-break {
  clear: both; }

/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.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: 14px;
  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. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# 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;
  table-layout: fixed; }

.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%; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/* 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-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

.error-404,
.search-page {
  border-top: 1px solid #dce1e6;
  min-height: 350px; }
  .error-404 .page-header,
  .search-page .page-header {
    border-bottom: 1px solid #dce1e6;
    margin-bottom: 24px; }
    .error-404 .page-header .page-title,
    .search-page .page-header .page-title {
      margin-bottom: 20px; }

@media print {
  html, body {
    font-size: 10px; }
    html li, body li {
      display: block !important; }
    html .accordion-body, body .accordion-body {
      display: block !important; }
    html .accordion-head a, body .accordion-head a {
      color: #666666 !important;
      padding-left: 0px !important;
      font-size: 1.5rem !important;
      font-weight: 600 !important;
      opacity: 1.0 !important; }
    html .accordion-head i, body .accordion-head i {
      display: none !important; }
    html .site-navigation,
    html .page-sidebar,
    html .site-footer,
    html .escape-text,
    html .ubermenu-responsive-toggle,
    html .skip-link,
    html nav, body .site-navigation,
    body .page-sidebar,
    body .site-footer,
    body .escape-text,
    body .ubermenu-responsive-toggle,
    body .skip-link,
    body nav {
      display: none !important; }
    html .columns, body .columns {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    html .site-content, html .site-header, body .site-content, body .site-header {
      width: 700px !important;
      margin-right: 20px !important;
      margin-left: 40px !important;
      font-weight: 600 !important; }
    html .entry-title, body .entry-title {
      width: 700px !important; }
    html .page-sections, body .page-sections {
      width: 700px !important;
      padding-right: 100px !important; }
    html .site-title, body .site-title {
      margin-left: 0px !important;
      padding-left: 0px !important; }
    html .site-branding, body .site-branding {
      padding-left: 0px !important;
      margin-left: 0px !important; }
      html .site-branding img, body .site-branding img {
        width: 32px !important;
        height: 32px !important; }
    html .entry-header, body .entry-header {
      min-height: auto !important; }
    html .entry-header, body .entry-header {
      border-top: 1px solid #dce1e6 !important;
      padding-left: 0px !important;
      padding-right: 0px !important; }
    html a, body a {
      text-decoration: none !important; }
    html a[href]:after, body a[href]:after {
      content: none !important; }
    html .breadcrumbs, body .breadcrumbs {
      margin-bottom: 10px !important; }
      html .breadcrumbs a, body .breadcrumbs a {
        font-weight: 400 !important; }
    html h1, body h1 {
      font-size: 36px !important;
      margin-bottom: 0px !important; }
    html .secondary-title, body .secondary-title {
      border-right: none !important; } }
