/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

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

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

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

a img {
  border: 0;
}

.button, .button--white, .button--blue, .private-page-downloads__button {
  display: inline-block;
  border-radius: 6px;
  transition: background-color 0.15s ease, color 0.15s ease;
  padding: 4px 16px;
  text-decoration: none;
  font-size: 18px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
}

.clearfix::after, .clear::after,
.entry-content::after,
.comment-content::after,
.site-content::after,
.site-footer::after, .gallery::after {
  clear: both;
  content: '';
  display: table;
}

.p-0 {
  padding: 0;
}

.pt {
  padding-top: 16px;
}

.pt-1 {
  padding-top: 16px;
}

.pt-2 {
  padding-top: 32px;
}

.pt-3 {
  padding-top: 48px;
}

.pt-4 {
  padding-top: 64px;
}

.pt-5 {
  padding-top: 80px;
}

.pt-6 {
  padding-top: 96px;
}

.pr {
  padding-right: 16px;
}

.pr-1 {
  padding-right: 16px;
}

.pr-2 {
  padding-right: 32px;
}

.pr-3 {
  padding-right: 48px;
}

.pr-4 {
  padding-right: 64px;
}

.pr-5 {
  padding-right: 80px;
}

.pr-6 {
  padding-right: 96px;
}

.pb {
  padding-bottom: 16px;
}

.pb-1 {
  padding-bottom: 16px;
}

.pb-2 {
  padding-bottom: 32px;
}

.pb-3 {
  padding-bottom: 48px;
}

.pb-4 {
  padding-bottom: 64px;
}

.pb-5 {
  padding-bottom: 80px;
}

.pb-6 {
  padding-bottom: 96px;
}

.pl {
  padding-left: 16px;
}

.pl-1 {
  padding-left: 16px;
}

.pl-2 {
  padding-left: 32px;
}

.pl-3 {
  padding-left: 48px;
}

.pl-4 {
  padding-left: 64px;
}

.pl-5 {
  padding-left: 80px;
}

.pl-6 {
  padding-left: 96px;
}

.m-0 {
  margin: 0;
}

.mt {
  margin-top: 16px;
}

.mt-1 {
  margin-top: 16px;
}

.mt-2 {
  margin-top: 32px;
}

.mt-3 {
  margin-top: 48px;
}

.mt-4 {
  margin-top: 64px;
}

.mt-5 {
  margin-top: 80px;
}

.mt-6 {
  margin-top: 96px;
}

.mr {
  margin-right: 16px;
}

.mr-1 {
  margin-right: 16px;
}

.mr-2 {
  margin-right: 32px;
}

.mr-3 {
  margin-right: 48px;
}

.mr-4 {
  margin-right: 64px;
}

.mr-5 {
  margin-right: 80px;
}

.mr-6 {
  margin-right: 96px;
}

.mb {
  margin-bottom: 16px;
}

.mb-1 {
  margin-bottom: 16px;
}

.mb-2 {
  margin-bottom: 32px;
}

.mb-3 {
  margin-bottom: 48px;
}

.mb-4 {
  margin-bottom: 64px;
}

.mb-5 {
  margin-bottom: 80px;
}

.mb-6 {
  margin-bottom: 96px;
}

.ml {
  margin-left: 16px;
}

.ml-1 {
  margin-left: 16px;
}

.ml-2 {
  margin-left: 32px;
}

.ml-3 {
  margin-left: 48px;
}

.ml-4 {
  margin-left: 64px;
}

.ml-5 {
  margin-left: 80px;
}

.ml-6 {
  margin-left: 96px;
}

.hentry {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.byline,
.updated {
  display: none;
}

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

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

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

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

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

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

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  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 */
}

/* Clearing */
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
  float: left;
  margin-right: 0;
  width: 100%;
}

.last {
  margin-right: 0 !important;
}

@media only screen and (min-width: 480px) {
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol {
    width: 50%;
  }
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    margin-right: 2.13%;
  }
  .onecol {
    width: 6.38%;
  }
  .twocol {
    width: 14.89%;
  }
  .threecol {
    width: 23.4%;
  }
  .fourcol {
    width: 31.91%;
  }
  .fivecol {
    width: 37.42%;
  }
  .sixcol {
    width: 48.93%;
  }
  .sevencol {
    width: 57.44%;
  }
  .eightcol {
    width: 65.95%;
  }
  .ninecol {
    width: 74.46%;
  }
  .tencol {
    width: 82.97%;
  }
  .elevencol {
    width: 91.48%;
  }
  .twelvecol {
    width: 99.99%;
  }
}

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

body,
button,
input,
select,
textarea {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

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

p {
  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;
}

b,
strong {
  font-weight: bold;
}

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: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font: 1.5rem Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 0.1rem dotted #666;
  cursor: help;
}

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

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

th {
  font-weight: bold;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: #0e8caf;
}

a:hover {
  color: #031b21;
}

.button {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
  color: #000000;
}

.button:hover {
  background-color: #e8e8e8;
  color: #000000;
}

.button--white {
  background-color: #ffffff;
  border-color: #e6e6e6;
  color: #000000;
}

.button--white:hover {
  background-color: whitesmoke;
  color: #000000;
}

.button--blue {
  background-color: #0e8caf;
  border-color: #0a6680;
  color: #ffffff;
}

.button--blue:hover {
  background-color: #0c7d9c;
  color: #ffffff;
}

.category-switcher {
  text-align: center;
  position: relative;
}

.category-switcher__toggle {
  border-radius: 0.6rem;
  font-size: 1.2em;
  border: solid 0.1rem #0e8caf;
  background: none;
  position: relative;
  color: #0e8caf;
  padding: 0.4rem 3rem 0.4rem 1rem;
  outline: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 480px) {
  .category-switcher__toggle {
    font-size: 1.6rem;
  }
}

.category-switcher__toggle:hover {
  opacity: 0.7;
}

.category-switcher__toggle-arrow {
  height: 0;
  width: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid #0e8caf;
  content: '';
  position: absolute;
  display: block;
  right: 1rem;
  top: 50%;
  margin-top: -0.3rem;
}

.category-switcher__list {
  display: none;
  margin: 0;
  padding: 1rem 0 0;
  position: absolute;
  z-index: 5000;
  left: 50%;
  width: 20rem;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  .category-switcher__list {
    left: 0;
    transform: translateX(0);
  }
}

.category-switcher__list-arrow {
  height: 0;
  width: 0;
  border-bottom: 1rem solid #0e8caf;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1rem;
}

@media only screen and (min-width: 768px) {
  .category-switcher__list-arrow {
    left: 0;
    margin-left: 3rem;
  }
}

.category-switcher__list-item {
  list-style-type: none;
}

.category-switcher__list-item:first-of-type .category-switcher__link {
  border-radius: 0.6rem 0.6rem 0 0;
}

.category-switcher__list-item:last-of-type .category-switcher__link {
  border-radius: 0 0 0.6rem 0.6rem;
}

.category-switcher__link {
  background-color: #0e8caf;
  color: #ffffff;
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 0.8rem;
}

.category-switcher__list-item--active .category-switcher__link {
  font-weight: bold;
}

.category-switcher__link:hover,
.category-switcher__list-item--active .category-switcher__link,
.category-switcher__list-item--active .category-switcher__link:hover {
  text-decoration: underline;
  opacity: 1;
}

.client-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

@media only screen and (min-width: 480px) {
  .client-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    -moz-column-width: 50%;
         column-width: 50%;
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media only screen and (min-width: 1024px) {
  .client-list {
    -moz-column-gap: 40px;
         column-gap: 40px;
    -moz-column-width: 33.333%;
         column-width: 33.333%;
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media only screen and (min-width: 1280px) {
  .client-list {
    -moz-column-gap: 80px;
         column-gap: 80px;
    -moz-column-width: 25%;
         column-width: 25%;
    -moz-column-count: 4;
         column-count: 4;
  }
}

.client-list__item {
  padding: 8px 0;
  line-height: 1.35;
}

.client-list__item-link {
  text-decoration: none;
  color: #000000;
}

.client-list__item-link:hover {
  color: #0e8caf;
  text-decoration: underline;
}

.comment-content a {
  word-wrap: break-word;
}

.contact-drawer {
  display: none;
  position: relative;
  background-color: #0e8caf;
  color: #ffffff;
  padding: 3rem;
}

.contact-drawer a {
  color: currentColor;
}

.contact-drawer__wrapper {
  margin: 0 auto;
  max-width: 100%;
}

.contact-drawer__wrapper::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .contact-drawer__wrapper {
    max-width: 94.79%;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-drawer__wrapper {
    max-width: 94rem;
  }
}

@media only screen and (min-width: 1280px) {
  .contact-drawer__wrapper {
    max-width: 120rem;
  }
}

.contact-drawer__close {
  transition: opacity 0.15s ease-in-out;
  background: none;
  border: 0;
  color: currentColor;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  font-size: 3rem;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  text-align: center;
  outline: none;
}

.contact-drawer__close:hover {
  opacity: 0.7;
}

.contact-drawer__main {
  font-size: 1.1em;
}

@media only screen and (min-width: 768px) {
  .contact-drawer__main {
    float: left;
  }
}

.contact-drawer__info-block {
  margin-bottom: 0.5em;
}

.contact-drawer__info-block::after {
  clear: both;
  content: '';
  display: table;
}

.contact-drawer__info-block:last-child {
  margin-bottom: 0;
}

.contact-drawer__info-block i {
  float: left;
  width: 2.2rem;
  margin-right: 1.5rem;
  position: relative;
  top: 0.5rem;
}

.contact-drawer__info-block.contact-drawer__info-block--contact_business_address {
  margin-right: 2rem;
}

.contact-drawer__info-block__wrap {
  float: left;
  width: calc(100% - 3.7rem);
}

@media only screen and (min-width: 768px) {
  .contact-drawer__info-block__wrap {
    width: auto;
  }
}

.contact-drawer__info-block__wrap a {
  text-decoration: none;
}

.contact-drawer__info-block__wrap a:hover {
  text-decoration: underline;
}

.contact-drawer__info-block__wrap p {
  margin: 0;
}

.contact-drawer__social {
  margin-top: 2em;
}

@media only screen and (min-width: 768px) {
  .contact-drawer__social {
    float: right;
    margin-right: 2em;
    margin-top: 0;
  }
}

.contact-drawer__social-link {
  border-radius: 0.6rem;
  display: block;
  border: solid 1px currentColor;
  text-decoration: none;
  font-size: 1.2em;
  overflow: hidden;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .contact-drawer__social-link {
    font-size: 1em;
  }
}

.contact-drawer__social-link i,
.contact-drawer__social-link span {
  display: block;
  padding: 1rem;
  float: left;
}

.contact-drawer__social-link i {
  font-size: 1.4em;
  line-height: 2.2rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .contact-drawer__social-link i {
    line-height: 1.8rem;
    top: 0.1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-drawer__social-link i {
    padding: 0.8rem;
  }
}

.contact-drawer__social-link span {
  border-left: solid 1px currentColor;
}

@media only screen and (min-width: 768px) {
  .contact-drawer__social-link span {
    padding: 1rem 1.6rem;
  }
}

@media only screen and (min-width: 1024px) {
  .contact-drawer__social-link span {
    padding: 0.8rem 1.4rem;
  }
}

.custom-password-form {
  margin: 0 0 1.5em;
}

.custom-password-form__input,
.custom-password-form__submit {
  border-radius: 0;
  display: inline-block;
  outline: none;
  border: solid 0.1rem #0e8caf;
}

.custom-password-form__input {
  border-radius: 0.4rem 0 0 0.4rem;
  padding: 1rem 1.2rem;
}

.custom-password-form__submit {
  border-radius: 0 0.4rem 0.4rem 0;
  background-color: #0e8caf;
  color: #ffffff;
  cursor: pointer;
  padding: 1rem 2.8rem;
  border-left: none;
  transition: opacity 0.2s ease;
}

.custom-password-form__submit:hover {
  opacity: 0.8;
}

.default-page {
  padding: 2.4rem 0;
}

@media only screen and (min-width: 768px) {
  .default-page {
    padding: 3.6rem 0;
  }
}

.default-page.default-page--with-background {
  background-color: #f2f2f2;
}

.default-page__wrapper {
  max-width: 87.5%;
  margin: 0 auto;
  overflow: hidden;
}

.default-page__wrapper::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .default-page__wrapper {
    max-width: 94.79%;
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .default-page__wrapper {
    max-width: 94rem;
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 1280px) {
  .default-page__wrapper {
    max-width: 120rem;
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 1360px) {
  .default-page__wrapper {
    max-width: 142rem;
    padding: 0 4rem;
  }
}

.default-page__wrapper.default-page__wrapper--full-width {
  max-width: 100%;
  padding: 0 2.4rem;
}

@media only screen and (min-width: 768px) {
  .default-page__wrapper.default-page__wrapper--full-width {
    padding: 0 3.6rem;
  }
}

.defaut-page__header {
  margin-bottom: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .defaut-page__header {
    margin-bottom: 3.6rem;
  }
}

.default-page__title {
  font-size: 3.2rem;
  margin: 0;
}

.default-page__body {
  font-size: 1.8rem;
}

.default-page__body > :first-child {
  margin-top: 0;
}

.default-page__body > :last-child {
  margin-bottom: 0;
}

.featured-articles {
  margin: -1.2rem;
  display: flex;
  flex-wrap: wrap;
}

.featured-articles::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .featured-articles {
    margin: -1.8rem;
  }
}

.featured-article {
  display: block;
  flex-basis: 100%;
  padding: 1.2rem;
  margin-bottom: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .featured-article {
    padding: 1.8rem;
    flex-basis: 50%;
    margin-bottom: 3.6rem;
  }
}

.featured-article > :last-child {
  margin-bottom: 0;
}

.featured-article__image {
  display: block;
}

.featured-article__title {
  line-height: 1;
  font-size: 2.4rem;
  margin: 1.8rem 0;
}

.featured-article__description {
  margin: 1.8rem 0;
}

.featured-article__link {
  display: block;
  margin: 1.8rem 0;
}

.homepage-content {
  padding: 3rem 0;
  border-bottom: solid 0.1rem #cccccc;
}

@media only screen and (min-width: 768px) {
  .homepage-content {
    padding: 4rem 0;
  }
}

.homepage-content__tagline {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
  margin: 0 0 1em 0;
}

@media only screen and (min-width: 768px) {
  .homepage-content__tagline {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .homepage-content__tagline {
    font-size: 5.6rem;
  }
}

.homepage-content__description {
  font-size: 1.9rem;
}

.logo {
  display: block;
  transition: opacity 0.2s ease;
  text-decoration: none;
  flex-shrink: 0;
}

.logo:hover {
  opacity: 0.85;
}

@media only screen and (min-width: 768px) {
  .logo {
    width: auto;
    height: auto;
  }
}

.logo__image {
  display: block;
  width: auto;
  height: 30px;
}

@media only screen and (min-width: 1024px) {
  .logo__image {
    height: 40px;
  }
}

.logo__text {
  font-size: 22px;
  font-weight: 700;
}

.logo__image + .logo__text {
  display: none;
}

.main-navigation {
  margin-left: 3.6rem;
}

.main-navigation__menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: none;
  text-align: right;
  margin-right: -1.4rem;
}

@media only screen and (min-width: 1024px) {
  .main-navigation__menu {
    margin-right: -2rem;
  }
}

@media only screen and (min-width: 768px) {
  .main-navigation__menu {
    display: block;
  }
}

.main-navigation__menu li {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (min-width: 1024px) {
  .main-navigation__menu li {
    font-size: 2rem;
  }
}

.main-navigation__menu li ul {
  display: none !important;
}

.main-navigation__menu li.current-menu-item a {
  opacity: 0.8;
}

.main-navigation__menu a {
  display: block;
  padding: 0.4rem 1.4rem;
  text-decoration: none;
}

@media only screen and (min-width: 1024px) {
  .main-navigation__menu a {
    padding: 0.4rem 2rem;
  }
}

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

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

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

.gallery {
  margin-bottom: 1.5em;
}

.gallery .gallery-item {
  float: left;
}

.gallery .gallery-item .gallery-icon a {
  display: block;
}

.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin-bottom: 0;
}

.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}

/* Fluid Gallery Columns
   works well if you remove the default gallery styling
   by adding the following to your functions.php
   add_filter( 'use_default_gallery_style', '__return_false' );
*/
.gallery-columns-2 .gallery-item {
  width: 49%;
  margin-right: 2;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n-2) {
  margin-right: 0;
  clear: right;
}

.gallery-columns-3 .gallery-item {
  width: 32%;
  margin-right: 2;
}

.gallery-columns-3 .gallery-item:nth-of-type(3n-3) {
  margin-right: 0;
  clear: right;
}

.gallery-columns-4 .gallery-item {
  width: 23.5%;
  margin-right: 2;
}

.gallery-columns-4 .gallery-item:nth-of-type(4n-4) {
  margin-right: 0;
  clear: right;
}

.gallery-columns-5 .gallery-item {
  width: 18.4%;
  margin-right: 2;
}

.gallery-columns-5 .gallery-item:nth-of-type(5n-5) {
  margin-right: 0;
  clear: right;
}

.gallery-columns-6 .gallery-item {
  width: 15%;
  margin-right: 2;
}

.gallery-columns-6 .gallery-item:nth-of-type(6n-6) {
  margin-right: 0;
  clear: right;
}

.gallery-columns-7 .gallery-item {
  width: 12.57143%;
  margin-right: 2;
}

.gallery-columns-7 .gallery-item:nth-of-type(7n-7) {
  margin-right: 0;
  clear: right;
}

.gallery-columns-8 .gallery-item {
  width: 10.75%;
  margin-right: 2;
}

.gallery-columns-8 .gallery-item:nth-of-type(8n-8) {
  margin-right: 0;
  clear: right;
}

.gallery-columns-9 .gallery-item {
  width: 9.33333%;
  margin-right: 2;
}

.gallery-columns-9 .gallery-item:nth-of-type(9n-9) {
  margin-right: 0;
  clear: right;
}

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

.mobile-menu {
  display: none;
  position: fixed;
  top: 7.8rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #000000;
  opacity: 0.9;
}

.mobile-menu__content {
  position: relative;
  padding: 3rem;
}

.mobile-menu__links {
  margin: -1.4rem 0 0;
}

.mobile-menu__links li {
  list-style-type: none;
  display: block;
  font-size: 1.5em;
  font-weight: 500;
  color: currentColor;
}

.mobile-menu__links li ul {
  display: none !important;
}

.mobile-menu__links a {
  display: block;
  text-decoration: none;
  padding: 1.4rem 0;
  color: currentColor;
}

.mobile-menu-toggle {
  display: block;
  cursor: pointer;
  border-radius: 0;
  padding: 2.6rem;
  border: 0;
  background: none;
  box-shadow: none;
  outline: none;
  width: 7.8rem;
  height: 7.8rem;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .mobile-menu-toggle {
    display: none !important;
  }
}

.mobile-menu-toggle::before, .mobile-menu-toggle::after {
  content: '';
  display: block;
  background-color: #ffffff;
  width: 2.6rem;
  height: 0.34663rem;
  position: absolute;
  left: 2.6rem;
  border-radius: 0.1rem;
  transition: transform 0.2s ease, top 0.2s ease;
}

.mobile-menu-toggle::before {
  top: 3.12rem;
}

.mobile-menu-toggle::after {
  bottom: 3.12rem;
}

.mobile-menu-toggle.menu-toggle--open::before, .mobile-menu-toggle.menu-toggle--open::after {
  top: 3.72684rem;
}

.mobile-menu-toggle.menu-toggle--open::before {
  transform: rotate(45deg);
}

.mobile-menu-toggle.menu-toggle--open::after {
  transform: rotate(-45deg);
}

.overlay-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #f2f2f2;
  border-bottom: solid 1px #e5e5e5;
  z-index: 10;
}

.overlay-controls__button {
  display: block;
  position: absolute;
  color: #000000;
  width: 33.333%;
  height: 40px;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  outline: none;
  transition: 0.15s ease-in-out;
}

.overlay-controls__button:hover {
  background-color: #0e8caf;
  opacity: 1;
}

.overlay-controls__button:hover::before {
  filter: invert(100%);
}

.overlay-controls__button::before {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center center;
}

.overlay-controls__button--prev {
  left: 0;
}

.overlay-controls__button--prev::before {
  background-image: url("../img/overlay-prev.png");
}

.overlay-controls__button--next {
  right: 0;
}

.overlay-controls__button--next::before {
  background-image: url("../img/overlay-next.png");
}

.overlay-controls__button--close {
  left: 50%;
  transform: translateX(-50%);
}

.overlay-controls__button--close::before {
  background-image: url("../img/overlay-close.png");
}

.page-title {
  font-size: 32px;
  margin: 0 0 36px;
}

.portfolio-description {
  border-bottom: solid 1px #cccccc;
  padding: 2.4rem 0;
  font-size: 1.8rem;
}

@media only screen and (min-width: 768px) {
  .portfolio-description {
    padding: 3.6rem 0;
  }
}

.portfolio-description :first-child {
  margin-top: 0;
}

.portfolio-description :last-child {
  margin-bottom: 0;
}

.portfolio-description__wrapper {
  max-width: 87.5%;
  margin: 0 auto;
  overflow: hidden;
}

.portfolio-description__wrapper::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .portfolio-description__wrapper {
    max-width: 94.79%;
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .portfolio-description__wrapper {
    max-width: 94rem;
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 1280px) {
  .portfolio-description__wrapper {
    max-width: 120rem;
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 1360px) {
  .portfolio-description__wrapper {
    max-width: 142rem;
    padding: 0 4rem;
  }
}

.portfolio-tiles {
  padding: 2.4rem;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .portfolio-tiles {
    padding: 3.6rem;
  }
}

.portfolio-tiles.portfolio-tiles--no-padding {
  padding: 0;
}

.page-template-page-portfolio-page .portfolio-tiles {
  margin-top: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .page-template-page-portfolio-page .portfolio-tiles {
    margin-top: 3.6rem;
  }
}

.portfolio-tiles__wrapper {
  margin: -1.2rem;
}

.portfolio-tiles__wrapper::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .portfolio-tiles__wrapper {
    margin: -1.8rem;
  }
}

.portfolio-tile {
  display: block;
  float: left;
  width: 100%;
  padding: 1.2rem;
  outline: none;
}

@media only screen and (min-width: 768px) {
  .portfolio-tile {
    padding: 1.8rem;
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .portfolio-tile {
    width: 33.33%;
  }
}

@media only screen and (min-width: 1024px) {
  .portfolio-tiles--gallery .portfolio-tile {
    width: 25%;
  }
}

.portfolio-tile__content {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.666%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.portfolio-tile__content.portfolio-tile__content--with-title:hover::before {
  opacity: 0;
}

.portfolio-tile__content.portfolio-tile__content--with-title::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  bottom: -0.1rem;
  left: -0.1rem;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  background-color: #000000;
}

.portfolio-tile__title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 4rem;
  transform: translateY(-50%);
  text-align: center;
  font-size: 2.8rem;
  transition: opacity 0.2s ease;
  color: #ffffff;
}

.portfolio-tile:hover .portfolio-tile__title {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .portfolio-tile__title {
    font-size: 4rem;
  }
}

.portfolio-tiles__empty-text {
  font-size: 2em;
  text-align: center;
  margin: 0;
  padding: 2em 0;
}

.portfolio-toolbar {
  color: #0e8caf;
  border-bottom: solid 1px #cccccc;
  padding: 1.5rem 0;
}

@media only screen and (min-width: 768px) {
  .single-private .portfolio-toolbar {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .single-private .portfolio-toolbar {
    text-align: right;
  }
}

.portfolio-toolbar .wrap {
  overflow: visible;
  max-width: 100%;
  padding: 0 1.5rem;
}

@media only screen and (min-width: 1280px) {
  .portfolio-toolbar .wrap {
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 480px) {
  .portfolio-toolbar .category-switcher {
    float: left;
  }
}

.portfolio-toolbar .search_results_label {
  font-size: 1.4em;
  margin: 0;
  color: #000000;
}

.portfolio-toolbar__search {
  margin-top: 1em;
  text-align: center;
  display: flex;
}

@media only screen and (min-width: 480px) {
  .portfolio-toolbar__search {
    float: right;
    margin-top: 0;
  }
}

.portfolio-toolbar__search-input,
.portfolio-toolbar__search-submit {
  padding: 0.6rem 1rem;
  font-size: 1.6rem;
  border: solid 1px #0e8caf;
  outline: none;
}

@media only screen and (min-width: 480px) {
  .portfolio-toolbar__search-input,
  .portfolio-toolbar__search-submit {
    padding: 0.4rem 1rem;
  }
}

.portfolio-toolbar__search-input {
  border-radius: 0.6rem 0 0 0.6rem;
}

.portfolio-toolbar__search-submit {
  border-radius: 0 0.6rem 0.6rem 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.portfolio-toolbar__search-submit:hover {
  opacity: 0.85;
}

.private-gallery.private-gallery--with-background {
  background-color: #f2f2f2;
}

.private-gallery__wrapper {
  max-width: 87.5%;
  margin: 0 auto;
  overflow: hidden;
}

.private-gallery__wrapper::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .private-gallery__wrapper {
    max-width: 94.79%;
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .private-gallery__wrapper {
    max-width: 94rem;
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 1280px) {
  .private-gallery__wrapper {
    max-width: 120rem;
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 1360px) {
  .private-gallery__wrapper {
    max-width: 142rem;
    padding: 0 4rem;
  }
}

.private-gallery__images {
  margin: 2rem -2rem;
}

.private-gallery__images::after {
  clear: both;
  content: '';
  display: table;
}

.private-gallery__image-container {
  position: relative;
  float: left;
  padding: 2rem;
  width: calc(100% / 3);
}

.private-gallery__link {
  display: block;
}

.private-gallery__image {
  display: block;
}

.private-gallery__photo-info {
  display: none;
  padding: 0;
  opacity: 0.75;
  transition: opacity 0.2s ease;
  position: absolute;
  bottom: 2.8rem;
  left: 2.8rem;
  right: 2.8rem;
}

.private-gallery__link:hover .private-gallery__photo-info {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .private-gallery__photo-info {
    display: flex;
  }
}

.private-gallery__photo-info__title,
.private-gallery__photo-info__count {
  display: block;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.75em;
  padding: 0.4rem 0.6rem;
}

.private-gallery__photo-info__title {
  border-radius: 0.4rem;
}

.private-page-downloads {
  text-align: center;
  border-top: solid 0.1rem #cccccc;
  border-bottom: solid 0.1rem #cccccc;
  padding: 1rem 0;
}

@media only screen and (min-width: 768px) {
  .private-page-downloads {
    padding: 2rem 0;
  }
}

.private-page-downloads__wrapper {
  max-width: 87.5%;
  margin: 0 auto;
  overflow: hidden;
}

.private-page-downloads__wrapper::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .private-page-downloads__wrapper {
    max-width: 94.79%;
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .private-page-downloads__wrapper {
    max-width: 94rem;
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 1280px) {
  .private-page-downloads__wrapper {
    max-width: 120rem;
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 1360px) {
  .private-page-downloads__wrapper {
    max-width: 142rem;
    padding: 0 4rem;
  }
}

.private-page-downloads__button {
  background-color: #f2f2f2;
  border-color: #d9d9d9;
  color: #000000;
  margin: 0 0.8rem;
}

.private-page-downloads__button:hover {
  background-color: #e8e8e8;
  color: #000000;
}

.private-page-downloads__button-icon {
  margin-right: 0.6rem;
}

.private-page-downloads__button-icon::before {
  content: '\f0ed';
  font-family: 'FontAwesome';
}

.private-page-downloads__button-icon.private-page-downloads__button-icon--zip::before {
  content: '\f1c6';
}

.private-page-downloads__button--loading .private-page-downloads__button-icon {
  display: inline-block;
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.private-page-downloads__button--loading .private-page-downloads__button-icon::before {
  content: '\f110';
}

.private-page-header {
  text-align: center;
  padding: 2.8rem 0;
  border-bottom: solid 1px #f2f2f2;
}

@media only screen and (min-width: 768px) {
  .private-page-header {
    padding: 3.6rem 0;
  }
}

.private-page-header__wrap {
  max-width: 87.5%;
  margin: 0 auto;
  overflow: hidden;
}

.private-page-header__wrap::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .private-page-header__wrap {
    max-width: 94.79%;
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .private-page-header__wrap {
    max-width: 94rem;
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 1280px) {
  .private-page-header__wrap {
    max-width: 120rem;
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 1360px) {
  .private-page-header__wrap {
    max-width: 142rem;
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .private-page-header__wrap {
    overflow: visible;
  }
}

.private-page-header__title {
  margin: 0;
}

.private-page-header__title.private-page-header__title--with-password::before {
  content: '\f023';
  font-family: 'FontAwesome';
  margin-right: 0.6rem;
}

.private-page-header__password {
  font-size: 2rem;
  margin-bottom: 0;
}

.private-page-info {
  padding: 2.8rem 0;
}

@media only screen and (min-width: 768px) {
  .private-page-info {
    padding: 3.6rem 0;
  }
}

.private-page-info__wrapper {
  max-width: 87.5%;
  margin: 0 auto;
  overflow: hidden;
}

.private-page-info__wrapper::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .private-page-info__wrapper {
    max-width: 94.79%;
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .private-page-info__wrapper {
    max-width: 94rem;
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 1280px) {
  .private-page-info__wrapper {
    max-width: 120rem;
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 1360px) {
  .private-page-info__wrapper {
    max-width: 142rem;
    padding: 0 4rem;
  }
}

.private-page-info__description {
  font-size: 2rem;
}

@media only screen and (min-width: 1024px) {
  .private-page-info__description {
    float: left;
    width: 60%;
  }
}

.private-page-info__description > :first-child {
  margin-top: 0;
}

.private-page-info__description > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  .private-page-info__set-details {
    float: right;
    width: 36%;
  }
}

.private-page-info__set-table {
  margin: 2.4rem 0 0 0;
}

@media only screen and (min-width: 1024px) {
  .private-page-info__set-table {
    margin: 0;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1280px) {
  .private-page-info__set-table {
    font-size: 1.8rem;
  }
}

.private-page-info__set-row:first-child .private-page-info__set-label,
.private-page-info__set-row:first-child .private-page-info__set-value {
  border-top: solid 1px #e8e8e8;
}

@media only screen and (min-width: 1024px) {
  .private-page-info__set-row:first-child .private-page-info__set-label,
  .private-page-info__set-row:first-child .private-page-info__set-value {
    border: none;
  }
}

.private-page-info__set-label,
.private-page-info__set-value {
  border-bottom: solid 0.1rem #e8e8e8;
  border-right: solid 0.1rem #e8e8e8;
  padding: 0.8rem;
}

@media only screen and (min-width: 1024px) {
  .private-page-info__set-label,
  .private-page-info__set-value {
    border: none;
    padding: 0.3rem;
  }
}

.private-page-info__set-label {
  font-weight: 500;
  border-left: solid 0.1rem #e8e8e8;
}

@media only screen and (min-width: 1024px) {
  .private-page-info__set-label {
    border: none;
  }
}

.private-page-info__set-value {
  font-weight: 300;
}

.site-footer {
  font-size: 1.4rem;
  color: #999999;
  border-top: solid 1px #cccccc;
  padding: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .site-footer {
    padding: 3.6rem;
    font-size: 1.6rem;
  }
}

body.home .site-footer {
  border-top: none;
}

@media only screen and (min-width: 768px) {
  .site-footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.site-footer__info p {
  margin: 0;
}

.site-footer__info a {
  text-decoration: none;
  color: #8c8c8c;
}

.site-footer__info a:hover {
  text-decoration: underline;
}

.site-footer__social {
  margin: 0;
  padding: 3rem 0 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .site-footer__social {
    float: right;
    margin: 0 -1rem 0 0;
    padding: 0;
    text-align: right;
  }
}

.site-footer__social-item {
  display: inline-block;
  list-style-type: none;
}

.site-footer__social-link {
  display: block;
  padding: 0 1rem;
  text-decoration: none;
  font-size: 3.2rem;
  opacity: 1;
  transition: opacity 0.2s ease;
}

@media only screen and (min-width: 768px) {
  .site-footer__social-link {
    font-size: 2.4rem;
  }
  .site-footer__social-link:hover {
    opacity: 0.8;
  }
}

.site-footer__social-link::before {
  content: '';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-footer__social-link.site-footer__social-link--instagram::before {
  content: '\f16d';
}

.site-footer__social-link.site-footer__social-link--tumblr::before {
  content: '\f174';
}

.site-footer__social-link.site-footer__social-link--houzz::before {
  content: '\f27c';
}

.site-footer__social-link.site-footer__social-link--pinterest::before {
  content: '\f0d3';
}

.site-footer__social-link.site-footer__social-link--facebook::before {
  content: '\f082';
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: solid 1px #cccccc;
  padding: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .site-header {
    padding: 3.6rem;
  }
}

body.home .site-header {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .slider {
    padding: 0 40px;
  }
}

.slider__slides {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider__slide {
  display: none;
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 66.6%;
  background: no-repeat center center scroll;
  background-size: cover;
}

.tooltip {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .tooltip {
    position: absolute;
    background: #0e8caf;
    width: 250px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    top: 50%;
    left: -260px;
    margin-top: -20px;
    line-height: 38px;
  }
  .tooltip:after {
    content: '';
    display: block;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -8px;
    height: 0;
    width: 0;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #0e8caf;
    border-top: 8px solid transparent;
  }
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */
  /* Search widget */
}

.widget select {
  max-width: 100%;
}

.widget .widget-search .search-submit {
  display: none;
}

.wrap {
  max-width: 87.5%;
  margin: 0 auto;
  overflow: hidden;
}

.wrap::after {
  clear: both;
  content: '';
  display: table;
}

@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 94.79%;
    padding: 0 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .wrap {
    max-width: 94rem;
    padding: 0 1rem;
  }
}

@media only screen and (min-width: 1280px) {
  .wrap {
    max-width: 120rem;
    padding: 0 4rem;
  }
}

@media only screen and (min-width: 1360px) {
  .wrap {
    max-width: 142rem;
    padding: 0 4rem;
  }
}

.template--client-list {
  padding: 30px;
}

@media only screen and (min-width: 768px) {
  .template--client-list {
    padding: 80px;
  }
}

/*************************************
GLOBALS
*************************************/
html,
body {
  min-height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  position: relative;
}

a {
  opacity: 1;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.8;
  color: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0.5em 0;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.6rem;
}

.gray_bg {
  background-color: #f2f2f2;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.98;
}

.fancybox-stage {
  bottom: 12rem;
}

.fancybox-caption-wrap {
  height: 12rem;
  background: none;
  padding-top: 0;
}

.fancybox-caption {
  pointer-events: all;
  overflow-y: auto;
  height: 100%;
  padding-bottom: 20px;
  max-width: 140rem;
  margin: 0 auto;
}

.fancybox-caption > :last-child {
  margin-bottom: 0;
}
