/*!
Theme Name: NSRI
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nsri
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.

_s 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.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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-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: "nimbus-sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "nimbus-sans", sans-serif;
  color: #33317C;
  font-weight: bold;
  clear: both;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 31px;
}
h4 {
  font-size: 24px;
}
p {
  margin-bottom: 1.2em;
  color: #33317C;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
@media (min-width: 768px) {
  p {
    font-size: 22px;
    line-height: 32px;
  }
}
.post p,
.page p {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .post p,
  .page p {
    font-size: 18px;
    line-height: 27px;
  }
}
.home p {
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .home p {
    font-size: 26px;
    line-height: 32px;
  }
}
.entry-content ul,
.widget-area ul,
.entry-content ol,
.widget-area ol {
  font-size: 18px;
  line-height: 22px;
  padding-left: 20px;
  color: #33317C;
}
@media (min-width: 768px) {
  .entry-content ul,
  .widget-area ul,
  .entry-content ol,
  .widget-area ol {
    line-height: 27px;
  }
}
.entry-content a,
.widget-area a {
  text-decoration: underline;
}
.entry-content a:hover,
.widget-area a:hover {
  text-decoration: none;
}
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. */
  overflow-x: hidden;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}
hr {
  background-color: #33317C;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.button-row {
  margin-top: 100px;
}
.section-heading {
  display: inline-block;
  padding-top: 20px;
  border-top: 4px solid #33317C;
  margin-bottom: 20px;
  font-size: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .section-heading {
    padding-top: 40px;
    margin-bottom: 36px;
    font-size: 34px;
    width: auto;
  }
}
.section-heading.white {
  color: #fff;
  border-top: 4px solid #fff;
}
.widget-title {
  display: inline-block;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .widget-title {
    padding-top: 40px;
    margin-bottom: 36px;
    font-size: 34px;
  }
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 766px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.gray {
  background-color: #F2F2F2;
}
section.blue {
  background-color: #33317C;
}
section.blue h1,
section.blue h2,
section.blue h3,
section.blue h4,
section.blue h5,
section.blue h6 {
  color: #fff;
}
section.blue p {
  color: #b7b5e4;
}
section.red {
  background-color: #C41D1D;
}
section.red p {
  color: #f59694;
}
.featured-story-section {
  border-top: 124px solid #1F1E4A;
  padding-top: 0px;
}
.featured-story-section .featured-story {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .featured-story-section .featured-story {
    margin-bottom: 50px;
  }
}
.featured-story-section .featured-story .featured-story-image {
  margin-top: -85px;
}
.featured-story-section .featured-story .featured-story-heading {
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  border-top: 2px solid #fff;
  margin-top: -85px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .featured-story-section .featured-story .featured-story-title {
    font-size: 26px;
    line-height: 31px;
  }
}
.featured-story-section .featured-story .featured-story-meta {
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .featured-story-section .featured-story .featured-story-meta {
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
.featured-story-section .secondary-stories .secondary-story {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .featured-story-section .secondary-stories .secondary-story {
    margin-bottom: 75px;
  }
}
.featured-story-section .secondary-stories .secondary-story .secondary-story-meta {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin: 10px 0px 14px;
}
@media (min-width: 768px) {
  .featured-story-section .secondary-stories .secondary-story .secondary-story-meta {
    margin: 25px 0px;
  }
}
.node-section .node-left-half {
  position: relative;
  overflow: hidden;
}
.node-section .node-left-half .node-left-image {
  display: flex;
  background-image: url("img/partnerships.jpg");
  height: 100%;
  background-size: cover;
}
.node-section .node-right-half .row {
  margin-bottom: 40px;
}
.node-section .node-right-half div:last-child {
  margin-bottom: 0px;
}
.node-section h4 {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.node-section hr {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .node-section hr {
    margin-bottom: 1.5rem;
  }
}
.node-section .node {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .node-section .node {
    margin-bottom: 4rem;
  }
}
.node-section .node a {
  text-decoration: none;
}
.node-section .node h4:hover {
  text-decoration: underline;
}
.app-section .app-details h1 {
  margin-top: 0px;
}
.app-section .app-details .app-section-store-buttons {
  margin-top: 42px;
}
.app-section .app-details .app-section-store-buttons img {
  margin-bottom: 20px;
}
.partners-section .partner-logo {
  max-width: 25%;
  float: left;
  margin-right: 25px;
}
.fixed-top {
  position: fixed;
  top: 0px;
}
.fixed-top .back-block {
  display: flex;
  flex-display: row;
  align-items: center;
  background-color: #C41D1D;
}
.fixed-top .back-block button {
  padding-left: 0px;
  font-size: 15px;
}
.fixed-top .back-block button img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  margin-right: 20px;
}
.fixed-top .back-block .back-block-close {
  width: 100%;
}
.heading-section {
  padding-bottom: 0px;
}
.heading-section h1 {
  font-size: 65px;
  font-weight: bold;
  line-height: 78px;
}
.heading-section hr {
  height: 4px;
}
.team-section h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 36px;
}
.team-section .team-divisions-list .team-division {
  border-top: 1px solid #33317C;
}
.team-section .team-divisions-list .team-division:last-of-type {
  border-bottom: 1px solid #33317C;
}
.team-section .team-divisions-list .team-division a {
  display: block;
  padding: 15px 0px;
}
.team-section .team-divisions-list .team-division a:hover {
  text-decoration: none;
}
.team-section .team-divisions-list .team-division a:hover p img {
  opacity: 1;
}
.team-section .team-divisions-list .team-division a p {
  color: #33317C;
  margin: 0;
  font-size: 21px;
  line-height: 30px;
}
.team-section .team-divisions-list .team-division a p span {
  padding: 3px 14px;
  margin: 0px 6px;
  border: 1px solid #33317C;
  border-radius: 16px;
}
.team-section .team-divisions-list .team-division a p img {
  opacity: 0;
  transition: 0.2s opacity;
}
.team-section ul.team-members {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.team-section ul.team-members li.team-member {
  margin-bottom: 20px;
}
.team-section ul.team-members li.team-member p {
  margin-bottom: 0px;
}
.team-section ul.team-members li.team-member .name {
  font-weight: 600;
}
@media (min-width: 768px) {
  .team-section .team-member {
    padding-top: 23px;
    border-top: 4px solid #33317C;
    margin: 35px 0px 30px 0px;
  }
}
.team-section .team-member .team-member-position {
  margin-bottom: 0px;
}
.team-section .team-member p {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.post .entry-meta {
  margin-bottom: 21px;
}
.post .entry-meta a,
.post .entry-meta .posted-on {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.post .featured-image {
  margin-bottom: 30px;
}
.post .caption {
  border-left: 2px solid #C41D1D;
  color: #C41D1D;
  padding-left: 18px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 60px;
}
.disqus-container {
  margin-bottom: 130px;
}
#dpsp-content-bottom {
  clear: both;
}
.entry-footer {
  padding-bottom: 1em;
  border-bottom: 4px solid #33317C;
}
.sidebar-section {
  padding: 40px 0px 60px 0px;
  border-top: 4px solid #33317C;
}
.sidebar-section.newsletter {
  margin-top: 35px;
}
#secondary {
  margin-top: 30px;
}
@media (min-width: 768px) {
  #secondary {
    margin-top: 60px;
  }
}
#secondary .widget {
  border-top: 4px solid #33317C;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  #secondary .widget {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
#secondary .widget fieldset {
  margin: 30px 0px;
  border: none;
}
#secondary .widget fieldset legend {
  font-size: 16px;
  font-weight: 900;
  line-height: 36px;
  color: #33317C;
}
#secondary .widget fieldset input[type="checkbox"] {
  margin-right: 7px;
}
#secondary .widget fieldset p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}
#secondary .widget input[type="submit"] {
  margin-top: 20px;
}
#secondary .widget select {
  display: block;
  background-color: #F2F2F2;
  border: none;
  color: #33317C;
  padding: 15px;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("img/dropdown-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
#secondary li {
  list-style: none;
}
.posts-nav-container {
  display: block;
  margin-bottom: 100px;
}
.posts-nav-container .prev-link a,
.posts-nav-container .next-link a {
  display: block;
}
.posts-nav-container .prev-link img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.posts-nav-container .next-link {
  text-align: right;
}
.node-navigation h4 {
  margin-bottom: 42px;
}
.entry-content img {
  margin-bottom: 1.5em;
}
.entry-content .wp-caption img {
  margin-bottom: 0em;
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  border-radius: 0;
  border-bottom: 4px solid #33317C;
}
.modal-header .close {
  font-size: 3rem;
}
.modal-header .close {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .modal-header .modal-title {
    line-height: 1;
    font-size: 26px;
  }
}
.rescue-base-finder-section {
  position: relative;
  padding: 0px;
}
.rescue-base-finder-section .rescue-base-list {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .rescue-base-finder-section .rescue-base-list {
    padding-bottom: 50px;
  }
}
.rescue-base-finder-section .rescue-base-list h2 {
  margin-bottom: 36px;
  border: none;
}
.rescue-base-finder-section .rescue-base-list p {
  font-size: 21px;
  line-height: 30px;
}
.rescue-base-finder-section .rescue-base-list h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 36px;
}
.rescue-base-finder-section .rescue-base-list .base-select {
  width: 100%;
  margin-bottom: 42px;
}
.rescue-base-finder-section .rescue-base-list .base-select select {
  display: block;
  background-color: #991717;
  border: none;
  color: #fff;
  padding: 15px;
  padding-right: 40px;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('img/dropdown-arrow-white.svg');
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base {
  border-top: 1px solid #fff;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base:last-of-type {
  border-bottom: 1px solid #fff;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base a {
  display: block;
  padding: 15px 0px;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base a:hover {
  text-decoration: none;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base a:hover p img {
  opacity: 1;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base a:focus {
  outline: none;
  text-decoration: none;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base a p {
  color: #fff;
  margin: 0;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base a p span {
  padding: 3px 14px;
  margin: 0px 6px;
  border: 1px solid #fff;
  border-radius: 16px;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base a p img {
  opacity: 0;
  transition: 0.2s opacity;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base ul.rescue-base-area {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base ul.rescue-base-area li {
  margin: 0px;
  padding: 0px;
}
.rescue-base-finder-section .rescue-base-list .rescue-bases .rescue-base ul.rescue-base-area li a {
  padding: 5px;
  color: #fff;
  font-weight: 400;
}
.rescue-base-finder-section .map-container {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60vw;
  height: 100%;
  padding: 0px !important;
  z-index: 1;
}
@media (min-width: 768px) {
  .rescue-base-finder-section .map-container {
    width: 60vw;
  }
}
.rescue-base-finder-section .map-container #rescue-base-finder-map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.rescue-base-finder-section .to-right {
  background-color: blue;
  margin: 0;
  padding: 0;
}
.map-window {
  padding: 10px;
}
.map-window .info {
  color: inherit;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  display: block;
}
.map-window a {
  text-decoration: underline;
}
.map-window a:hover {
  text-decoration: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #1F1E4A;
  border-top: 6px solid #C41D1D;
  padding: 70px 0px 20px;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 70px 0px;
  }
}
.site-footer .tagline img {
  margin-right: 18px;
}
.site-footer .tagline h2 {
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-size: 25px;
  line-height: 36px;
  font-weight: 300;
}
.site-footer .footer-main {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .site-footer .footer-main {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.site-footer .footer-main p {
  color: #D1D1DA;
  font-family: "nimbus-sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.site-footer .footer-main p strong {
  color: #fff;
}
.site-footer .footer-main .footer-menu li {
  list-style: none;
}
.site-footer .footer-main .footer-menu .widget {
  margin: 0px;
}
.site-footer .footer-main .footer-menu .widget ul {
  margin-left: 0px;
  padding-left: 0px;
}
.site-footer .footer-main .footer-menu .widget ul li {
  list-style: none;
  margin-bottom: 1.5em;
}
.site-footer .footer-main .footer-menu .widget ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.site-footer .footer-icons {
  border-top: 1px solid #373669;
  border-bottom: 1px solid #373669;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .site-footer .footer-icons {
    padding: 30px 0px;
  }
}
.site-footer .footer-icons .footer-social a {
  margin-right: 10px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .site-footer .footer-icons .footer-social a {
    margin-right: 28px;
  }
}
.site-footer .footer-icons .btt {
  display: block;
  color: #fff;
  font-family: "nimbus-sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  background-image: url('img/arrow-long-btt.svg');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  overflow: visible;
  padding: 5px 0px;
}
.site-footer .sub-footer {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .site-footer .sub-footer {
    margin-bottom: 0px;
    padding: 0px;
  }
}
.site-footer .sub-footer ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .site-footer .sub-footer ul {
    margin-bottom: 0px;
  }
}
.site-footer .sub-footer ul li {
  list-style: none;
}
@media (min-width: 768px) {
  .site-footer .sub-footer ul li {
    float: left;
    margin-right: 30px;
  }
}
.site-footer .sub-footer ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
}
.site-footer .sub-footer p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: right;
  color: #626382;
}
.pre-footer-section p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px;
}
.pre-footer-section .input-newsletter-email {
  width: 100%;
  background-color: #141430;
  background-image: url('img/arrow-long-blue-tertiary.svg');
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border: none;
  outline: none;
  border-radius: 0px;
  padding: 22px;
  line-height: normal;
  color: #fff !important;
}
.pre-footer-section .input-newsletter-email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6867C9;
}
.pre-footer-section .input-newsletter-email::-moz-placeholder {
  /* Firefox 19+ */
  color: #6867C9;
}
.pre-footer-section .input-newsletter-email:-ms-input-placeholder {
  /* IE 10+ */
  color: #6867C9;
}
.pre-footer-section .input-newsletter-email:-moz-placeholder {
  /* Firefox 18- */
  color: #6867C9;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
.nav-previous,
.nav-next,
.button a {
  position: relative;
  color: #33317C;
  border-color: #33317C;
  border-style: solid;
  border-width: 2px;
  border-radius: 0px !important;
  padding: 17px 23.5px;
  font-size: 18px;
  font-weight: bold;
  font-family: "nimbus-sans", sans-serif;
  line-height: 22px;
  text-align: center;
  background-color: #fff;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  transition: 0.2s filter;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
.nav-previous:hover,
.nav-next:hover,
.button a:hover {
  filter-webkit-filter: brightness(130%);
  /* Safari 6.0 - 9.0 */
  text-decoration: none;
  filter: brightness(130%);
}
button.red,
input[type="button"].red,
input[type="reset"].red,
input[type="submit"].red,
a.button.red,
.nav-previous.red,
.nav-next.red,
.button a.red {
  color: #C41D1D;
  border-color: #C41D1D;
}
button.solid-red,
input[type="button"].solid-red,
input[type="reset"].solid-red,
input[type="submit"].solid-red,
a.button.solid-red,
.nav-previous.solid-red,
.nav-next.solid-red,
.button a.solid-red {
  color: #fff;
  background-color: #C41D1D;
  border-color: #C41D1D;
}
button.solid-blue,
input[type="button"].solid-blue,
input[type="reset"].solid-blue,
input[type="submit"].solid-blue,
a.button.solid-blue,
.nav-previous.solid-blue,
.nav-next.solid-blue,
.button a.solid-blue {
  color: #fff;
  background-color: #33317C;
  border-color: #33317C;
}
button.white,
input[type="button"].white,
input[type="reset"].white,
input[type="submit"].white,
a.button.white,
.nav-previous.white,
.nav-next.white,
.button a.white {
  background-color: #33317C;
  color: #fff;
  border-color: #fff;
}
button.solid-white,
input[type="button"].solid-white,
input[type="reset"].solid-white,
input[type="submit"].solid-white,
a.button.solid-white,
.nav-previous.solid-white,
.nav-next.solid-white,
.button a.solid-white {
  background-color: #fff;
  color: #33317C;
  border-color: #fff;
}
button.no-border,
input[type="button"].no-border,
input[type="reset"].no-border,
input[type="submit"].no-border,
a.button.no-border,
.nav-previous.no-border,
.nav-next.no-border,
.button a.no-border {
  border: 0px !important;
}
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 {
  width: 100%;
  color: #33317C;
  background-color: #f2f2f2;
  border: 0px;
  border-radius: 0px;
  line-height: 58px;
  margin-bottom: 9px;
  padding: 0px 17px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #33317C;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="range"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #33317C;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #33317C;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="range"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #33317C;
}
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;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 0 17px !important;
}
.gform_wrapper .minimal label.gfield_label {
  display: none;
}
.gform_wrapper .minimal ul li.gfield {
  margin-top: 0px;
  line-height: 0px;
}
.gform_wrapper .minimal .gform_footer {
  padding: 0;
}
.gform_wrapper .minimal .gform_footer input[type="submit"] {
  margin-top: 0px !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #fff !important;
  border-bottom: none !important;
  border-top: none !important;
}
.footer-newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  background-color: #141430;
  color: #fff;
}
.footer-newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
  color: #b7b5e4;
}
.footer-newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder {
  color: #b7b5e4;
}
.footer-newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-ms-input-placeholder {
  color: #b7b5e4;
}
.footer-newsletter .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder {
  color: #b7b5e4;
}
.footer-newsletter .gform_wrapper ul li.gfield {
  clear: both;
}
@media only screen and (min-width: 641px) {
  .footer-newsletter .gform_wrapper ul li.gfield {
    width: 47%;
    float: left;
    clear: none;
  }
}
.footer-newsletter .gform_wrapper .gform_confirmation_message {
  padding: 1rem;
  color: #fff;
  text-align: center;
}
.footer-newsletter .gform_wrapper div.validation_error {
  color: #c41d1d !important;
  border-top-color: #c41d1d !important;
  border-bottom-color: #c41d1d !important;
}
.footer-newsletter .gform_wrapper .validation_message {
  color: #c41d1d !important;
}
.footer-newsletter .gform_wrapper li.gfield.gfield_error,
.footer-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
}
.footer-newsletter .gform_wrapper li.gfield.gfield_error,
.footer-newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding-top: 0px;
}
@media only screen and (min-width: 641px) {
  .footer-newsletter .gform_wrapper .gform_body {
    float: left;
    width: 80%;
    clear: none;
  }
}
@media only screen and (min-width: 641px) {
  .footer-newsletter .gform_wrapper .gform_footer {
    width: 20%;
    float: right;
    clear: none;
    margin-top: 7px;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header .main-header {
  display: block;
  padding: 10px 0px;
}
@media (min-width: 768px) {
  .site-header .main-header {
    padding: 30px 0px;
  }
}
@media (max-width: 575px) {
  .site-header .main-header button,
  .site-header .main-header .button {
    padding: 5px 5px;
  }
}
.site-header .main-header .logo-link {
  width: 100px;
}
@media (min-width: 768px) {
  .site-header .main-header .logo-link {
    width: 100%;
  }
}
.site-header .header-banner {
  display: flex;
  width: 70%;
  margin-left: 50px;
}
.site-header .header-banner img {
  display: flex;
  align-self: center;
}
.site-header .menu-container,
.site-header .secondary-menu-container {
  position: relative;
  border-bottom: 1px solid #373669;
  display: block;
  background-color: #1F1E4A;
  padding: 12px 0px;
  width: 100%;
  transition: padding 0.2s;
}
.site-header .menu-container ul,
.site-header .secondary-menu-container ul {
  margin: 0px;
  padding: 0px;
}
.site-header .menu-container ul li,
.site-header .secondary-menu-container ul li {
  list-style: none;
  float: left;
  margin-right: 35px;
}
@media (min-width: 768px) {
  .site-header .menu-container ul li,
  .site-header .secondary-menu-container ul li {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .site-header .menu-container ul li,
  .site-header .secondary-menu-container ul li {
    margin-right: 35px;
  }
}
.site-header .menu-container ul li a,
.site-header .secondary-menu-container ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding: 5px 0px;
  display: inline-block;
}
.site-header .menu-container ul li a:hover,
.site-header .secondary-menu-container ul li a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .site-header .menu-container ul li a,
  .site-header .secondary-menu-container ul li a {
    padding: 24px 0px;
  }
}
.site-header .menu-container #search-open,
.site-header .secondary-menu-container #search-open {
  display: block;
  cursor: pointer;
  padding: 25px 10px;
}
.site-header .menu-container #search-close,
.site-header .secondary-menu-container #search-close {
  cursor: pointer;
}
.site-header .menu-container .search-container,
.site-header .secondary-menu-container .search-container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12.5px 0px;
  background-color: #C41D1D;
  width: 100%;
  display: none;
}
.site-header .menu-container .search-container form,
.site-header .secondary-menu-container .search-container form {
  width: 100%;
}
.site-header .menu-container .search-container form input[type="submit"],
.site-header .secondary-menu-container .search-container form input[type="submit"] {
  display: none;
}
.site-header .menu-container .search-container form label,
.site-header .secondary-menu-container .search-container form label {
  margin-bottom: 0px;
  width: 100%;
}
.site-header .menu-container .search-container form label input[type="search"],
.site-header .secondary-menu-container .search-container form label input[type="search"] {
  width: 100%;
  background-color: transparent;
  margin-bottom: 0px;
  line-height: 1em;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  border: none;
  outline: none;
}
.site-header .menu-container .search-container form label input[type="search"]::-webkit-input-placeholder,
.site-header .secondary-menu-container .search-container form label input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.site-header .menu-container .search-container form label input[type="search"]::-moz-placeholder,
.site-header .secondary-menu-container .search-container form label input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.site-header .menu-container .search-container form label input[type="search"]:-ms-input-placeholder,
.site-header .secondary-menu-container .search-container form label input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.site-header .menu-container .search-container form label input[type="search"]:-moz-placeholder,
.site-header .secondary-menu-container .search-container form label input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.site-header .menu-container .search-container .search-icon,
.site-header .secondary-menu-container .search-container .search-icon,
.site-header .menu-container .search-container .close-icon,
.site-header .secondary-menu-container .search-container .close-icon {
  display: inline-block;
  padding: 10px;
}
.site-header .secondary-menu-container {
  background-color: #fc0;
  border-bottom-color: #ffe57f;
  padding: 0px;
}
.site-header .secondary-menu-container #secondary-menu {
  display: inline-flex;
}
.site-header .secondary-menu-container #secondary-menu li {
  margin: 0px;
  height: 100%;
  padding: 5px 0px;
}
.site-header .secondary-menu-container #secondary-menu li:hover {
  background-color: #141430;
}
.site-header .secondary-menu-container #secondary-menu li:hover a {
  color: #fff;
}
.site-header .secondary-menu-container #secondary-menu li .sub-menu {
  margin-top: 0px !important;
}
.site-header .secondary-menu-container #secondary-menu li .sub-menu li {
  padding: 0px;
}
.site-header .secondary-menu-container #secondary-menu li .sub-menu li a {
  color: #fff !important;
}
.site-header .secondary-menu-container #secondary-menu li a {
  font-size: 14px;
  color: #141430;
  padding: 10px 15px;
  transition: color, background-color 0.2s;
}
.site-header .secondary-menu-container #secondary-menu li a:hover {
  color: #fff;
}
.site-header .navbar-toggler {
  padding: 0;
  color: #fff;
}
.site-header #home-menu--mobile li {
  display: block;
  margin: 10px 0px;
  float: none;
}
/* applied after scroll height reached */
.fixed-nav .menu-container {
  position: fixed;
  top: 0;
  z-index: 9;
  padding: 0;
}
.logo-link {
  display: inline-block;
}
.logo-link img.logo {
  max-height: 100px;
  width: auto;
}
.header-social {
  padding: 5px 0;
}
.header-social img {
  height: 16px;
  margin-left: 12px;
}
/*--------------------------------------------------------------
# Modifiers
--------------------------------------------------------------*/
.padding-left-30 {
  padding-left: 30px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #33317C;
}
a:visited {
  color: #33317C;
}
a:hover,
a:focus,
a:active {
  color: #33317C;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
.breadcrumbs-container #breadcrumbs {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  overflow: hidden;
}
.breadcrumbs-container #breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 12px;
  line-height: 30px;
  color: #33317C;
}
@media (min-width: 768px) {
  .breadcrumbs-container #breadcrumbs li {
    line-height: 70px;
  }
}
.breadcrumbs-container #breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
}
.breadcrumbs-container hr {
  margin-top: 0px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.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;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
}
.sub-menu {
  position: absolute;
  top: 100%;
  background-color: #141430;
  z-index: 10;
  max-height: 0px;
  margin-top: 13px !important;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.sub-menu:hover {
  height: auto;
  max-height: 100vh;
}
.fixed-nav .sub-menu {
  margin-top: 1px !important;
}
.menu-item:hover .sub-menu {
  height: auto;
  max-height: 100vh;
}
.sub-menu li {
  float: none !important;
  margin: 0px !important;
}
.sub-menu li a {
  display: block;
  padding: 12px 22px !important;
  width: 100%;
  min-width: 280px;
}
.sub-menu li a:hover {
  background-color: #33317C;
}
.widget-area .widget_nav_menu a {
  text-decoration: none;
}
.widget-area .widget_nav_menu a:hover {
  text-decoration: underline;
}
.widget-area ul.menu {
  padding-left: 0px;
}
.widget-area ul.menu a {
  text-decoration: none;
}
.widget-area ul.menu a:hover {
  text-decoration: underline;
}
/*--------------------------------------------------------------
# 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: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%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.entry-title {
  font-size: 30px;
  line-height: 36px;
  margin: 0.25em 0;
}
@media (min-width: 768px) {
  .entry-title {
    font-size: 40px;
  }
}
.page-content,
.entry-content,
.entry-summary {
  margin: .5em 0 0;
}
@media (min-width: 768px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 1.5em 0 0;
  }
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# 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-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
