/*!
Theme Name: AgingMedia
Author: Range
Author URI: http://ran.ge
Description: Custom theme for Aging Media
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agingmedia
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.

AgingMedia 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/
*/
/*--------------------------------------------------------------
# Variables and Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #4d5559;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "objektiv-mk3", sans-serif;
  font-weight: 800;
  line-height: 1.4;
}
h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h1.with-lines, h2.with-lines, h3.with-lines, h4.with-lines, h5.with-lines, h6.with-lines {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: "proxima-nova", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h1.with-lines:before, h1.with-lines:after, h2.with-lines:before, h2.with-lines:after, h3.with-lines:before, h3.with-lines:after, h4.with-lines:before, h4.with-lines:after, h5.with-lines:before, h5.with-lines:after, h6.with-lines:before, h6.with-lines:after {
  content: '';
  border-top: 3px solid;
  margin: 0 20px 0 0;
  -ms-flex: 1 0 20px;
      flex: 1 0 20px;
}
h1.with-lines:after, h2.with-lines:after, h3.with-lines:after, h4.with-lines:after, h5.with-lines:after, h6.with-lines:after {
  margin: 0 0 0 20px;
}

h1 {
  font-size: 3.125rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .875rem;
}

.page-id-49 h4.with-lines {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}

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: .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: .9375rem;
}

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

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

big {
  font-size: 125%;
}

.text-color-navy {
  color: #10455e;
}

.text-color_blue {
  color: #0093d4;
}

.text-color-red {
  color: #e84937;
}

.text-color-green {
  color: #33ce9d;
}

/*--------------------------------------------------------------
# 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;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 0.75em calc( 2em + 14px ) 0.75em 1.5em;
  background: #33ce9d url("images/arrow-right-white.svg") no-repeat right 1.5em center;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
button:hover, button:focus, button:active,
.button:hover,
.button:focus,
.button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  color: #fff;
  text-decoration: none;
}
button.button-transparent,
.button.button-transparent,
input[type="button"].button-transparent,
input[type="reset"].button-transparent,
input[type="submit"].button-transparent {
  padding: 0.25em calc( .5em + 14px ) 0.25em 0;
  background: transparent url("images/arrow-right-blue.svg") no-repeat right center;
  color: #0093d4;
}
button.button-transparent:hover, button.button-transparent:focus, button.button-transparent:active,
.button.button-transparent:hover,
.button.button-transparent:focus,
.button.button-transparent:active,
input[type="button"].button-transparent:hover,
input[type="button"].button-transparent:focus,
input[type="button"].button-transparent:active,
input[type="reset"].button-transparent:hover,
input[type="reset"].button-transparent:focus,
input[type="reset"].button-transparent:active,
input[type="submit"].button-transparent:hover,
input[type="submit"].button-transparent:focus,
input[type="submit"].button-transparent:active {
  color: #0093d4;
}
button.button-transparent.button-red,
.button.button-transparent.button-red,
input[type="button"].button-transparent.button-red,
input[type="reset"].button-transparent.button-red,
input[type="submit"].button-transparent.button-red {
  background-image: url("images/arrow-right-red.svg");
  color: #e84937;
}
button.button-transparent.button-red:hover, button.button-transparent.button-red:focus, button.button-transparent.button-red:active,
.button.button-transparent.button-red:hover,
.button.button-transparent.button-red:focus,
.button.button-transparent.button-red:active,
input[type="button"].button-transparent.button-red:hover,
input[type="button"].button-transparent.button-red:focus,
input[type="button"].button-transparent.button-red:active,
input[type="reset"].button-transparent.button-red:hover,
input[type="reset"].button-transparent.button-red:focus,
input[type="reset"].button-transparent.button-red:active,
input[type="submit"].button-transparent.button-red:hover,
input[type="submit"].button-transparent.button-red:focus,
input[type="submit"].button-transparent.button-red:active {
  color: #e84937;
}
button.button-transparent.button-green,
.button.button-transparent.button-green,
input[type="button"].button-transparent.button-green,
input[type="reset"].button-transparent.button-green,
input[type="submit"].button-transparent.button-green {
  background-image: url("images/arrow-right-green.svg");
  color: #33ce9d;
}
button.button-transparent.button-green:hover, button.button-transparent.button-green:focus, button.button-transparent.button-green:active,
.button.button-transparent.button-green:hover,
.button.button-transparent.button-green:focus,
.button.button-transparent.button-green:active,
input[type="button"].button-transparent.button-green:hover,
input[type="button"].button-transparent.button-green:focus,
input[type="button"].button-transparent.button-green:active,
input[type="reset"].button-transparent.button-green:hover,
input[type="reset"].button-transparent.button-green:focus,
input[type="reset"].button-transparent.button-green:active,
input[type="submit"].button-transparent.button-green:hover,
input[type="submit"].button-transparent.button-green:focus,
input[type="submit"].button-transparent.button-green:active {
  color: #33ce9d;
}
button.button-transparent.button-white,
.button.button-transparent.button-white,
input[type="button"].button-transparent.button-white,
input[type="reset"].button-transparent.button-white,
input[type="submit"].button-transparent.button-white {
  background-image: url("images/arrow-right-white.svg");
  color: #fff;
}
button.button-transparent.button-white:hover, button.button-transparent.button-white:focus, button.button-transparent.button-white:active,
.button.button-transparent.button-white:hover,
.button.button-transparent.button-white:focus,
.button.button-transparent.button-white:active,
input[type="button"].button-transparent.button-white:hover,
input[type="button"].button-transparent.button-white:focus,
input[type="button"].button-transparent.button-white:active,
input[type="reset"].button-transparent.button-white:hover,
input[type="reset"].button-transparent.button-white:focus,
input[type="reset"].button-transparent.button-white:active,
input[type="submit"].button-transparent.button-white:hover,
input[type="submit"].button-transparent.button-white:focus,
input[type="submit"].button-transparent.button-white:active {
  color: #fff;
}

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 {
  padding: 3px;
  color: #4d5559;
  border: none;
  border-radius: 0;
}

textarea {
  width: 100%;
}

select {
  border: none;
}

.gform_confirmation_wrapper {
  padding: 30px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0093d4;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #0093d4;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #4d5559;
  display: block;
  font-size: .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:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
.wrap,
.wrap-large {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.875rem;
}

.wrap-medium {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 5.1875rem;
}

.wrap-small {
  max-width: 854px;
  margin: 0 auto;
  padding: 0 4.5rem;
}

@media screen and (max-width: 854px) {
  .wrap,
  .wrap-large,
  .wrap-medium,
  .wrap-small {
    padding: 0 7%;
  }
}
@media screen and (min-width: 1020px) {
  .wrap-medium {
    max-width: 90%;
  }
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5rem 0 0;
  background-color: #fff;
  z-index: 999999;
}

body.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .site-header {
    top: 0;
  }
}

.site-content {
  margin-top: 73px;
}

.header-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.site-branding {
  -ms-flex: 2;
      flex: 2;
  text-align: center;
}

.primary-left-menu-container,
.primary-right-menu-container {
  -ms-flex: 1;
      flex: 1;
}

.site-header .menu {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 -2rem;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}
.site-header .menu li {
  margin: 1rem 2rem;
  padding: 0;
  letter-spacing: .02rem;
}
.site-header .menu a {
  display: block;
  margin-bottom: 5px;
  padding-bottom: .25rem;
  color: #10455e;
}
.site-header .menu li:hover > a,
.site-header .menu li.current-menu-item > a,
.site-header .menu a:hover,
.site-header .menu a:focus {
  margin-bottom: 0;
  text-decoration: none;
  border-bottom: 5px solid #0093d4;
}
@media screen and (max-width: 980px) {
  .site-header .menu li {
    margin: 1rem;
  }
}

.site-header .primary-right-menu-container .menu {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.mobile-navigation {
  display: none;
}

.site-header .one-right-menu-header .site-branding {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}
.site-header .one-right-menu-header .primary-top-menu-container .menu li {
  margin: 1rem 1.25rem;
}

@media screen and (max-width: 854px) {
  .site-header {
    padding-bottom: .5rem;
  }

  .primary-right-menu-container,
  .primary-left-menu-container,
  .primary-top-menu-container {
    display: none;
  }

  .mobile-navigation {
    display: block;
  }

  .menu-toggle {
    width: 68px;
    margin-left: 1rem;
    padding: .25rem;
    background: #fff;
    color: #10455e;
    font-size: .695625rem;
    text-align: center;
    border: 3px solid #0093d4;
  }
  .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    background-color: #0093d4;
    color: #fff;
  }
  .menu-toggle .menu-opened {
    display: none;
  }

  .mobile-menu-container {
    position: absolute;
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    padding-top: 2rem;
    background-color: #0093d4;
    overflow: auto;
    opacity: 0;
    transition: all .25s ease-in-out;
  }
  .mobile-menu-container .menu {
    display: block;
    margin: 0;
    font-size: 1.75rem;
  }
  .mobile-menu-container .menu li {
    display: block;
  }
  .mobile-menu-container .menu a {
    display: block;
    margin: .25rem 0;
    padding: .25rem 0;
    color: #fff;
    font-family: "objektiv-mk3", sans-serif;
    font-weight: 800;
    text-align: center;
  }
  .mobile-menu-container .menu li:hover > a,
  .mobile-menu-container .menu li.current-menu-item > a,
  .mobile-menu-container .menu a:hover,
  .mobile-menu-container .menu a:focus {
    margin: .25rem 0;
    text-decoration: none;
    border: none;
  }

  .mobile-navigation.toggled .menu-toggle {
    background-color: #0093d4;
    color: #fff;
  }
  .mobile-navigation.toggled .menu-toggle .menu-opened {
    display: inherit;
  }
  .mobile-navigation.toggled .menu-toggle .menu-closed {
    display: none;
  }
  .mobile-navigation.toggled .mobile-menu-container {
    top: 100%;
    opacity: 1;
    -ms-transform: none;
        transform: none;
  }
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.page-id-49 .site-footer {
  margin-top: 50px;
}

.site-footer {
  position: relative;
  padding: 4rem 0 2rem;
  background-color: #10455e;
  color: #fff;
}
.site-footer:after {
  clear: both;
  content: "";
  display: table;
  table-layout: fixed;
}

.footer-icon {
  position: absolute;
  left: 50%;
  top: -25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 78px;
  height: 78px;
  background-color: #10455e;
  border-radius: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.footer-icon img {
  display: block;
}

.footer-blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 -3rem 2rem;
}
.footer-blocks .footer-block {
  width: 50%;
  padding: 0 3rem;
}
.footer-blocks .footer-block:nth-child(even) {
  border-left: 3px solid #0093d4;
}
.footer-blocks .section-title {
  margin: 0;
  font-size: 2.25rem;
  text-align: center;
}
.footer-blocks .content {
  font-size: 1.125rem;
}
.footer-blocks p {
  line-height: 1.6;
}
.footer-blocks .button-holder {
  text-align: center;
}
@media screen and (max-width: 854px) {
  .footer-blocks {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-blocks .footer-block {
    width: 100%;
    padding: 2rem 0;
  }
  .footer-blocks .footer-block:nth-child(even) {
    border-left: none;
    border-top: 3px solid #0093d4;
  }
  .footer-blocks .footer-block:first-child {
    padding-top: 0;
  }
  .footer-blocks .footer-block:last-child {
    padding-bottom: 0;
  }
  .footer-blocks .section-title {
    font-size: 1.875rem;
    text-align: left;
  }
  .footer-blocks .button-holder {
    text-align: left;
  }
}

.social-links {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin: 3rem 0 2rem;
  padding: 1rem 0;
  border-top: 3px solid #0093d4;
  border-bottom: 3px solid #0093d4;
}
.social-links li {
  margin: .5rem 1rem;
  padding: 0;
}
.social-links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
}
.social-links a:hover, .social-links a:focus {
  background-color: #0093d4;
}
.social-links .icon * {
  fill: #10455e;
}

.copyright-text {
  font-family: "objektiv-mk3", sans-serif;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
}
.copyright-text > *:first-child {
  margin-top: 0;
}
.copyright-text > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 854px) {
  .copyright-text {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-header {
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
}
.page-header .inner {
  position: relative;
  z-index: 10;
}
.page-header .page-title {
  margin: 0 0 2rem;
  font-size: 3.125rem;
}
.page-header .page-subtitle {
  margin: 0;
  font-size: 1.375rem;
}
.page-header .page-subtitle p {
  line-height: 1.5;
}
.page-header .page-subtitle > *:first-child {
  margin-top: 0;
}
.page-header .page-subtitle > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 854px) {
  .page-header .page-title {
    font-size: 2.25rem;
  }
  .page-header .page-subtitle {
    font-size: 1.125rem;
  }
}

.home .page-header .inner {
  max-width: 600px;
}

.page-id-45 .page-header .page-title {
  max-width: 520px;
}

.page-id-45 .page-header .page-subtitle p {
  max-width: 540px;
}

.page-id-51 .page-header .page-title {
  max-width: 350px;
}

.page-id-51 .page-header .page-subtitle p {
  max-width: 400px;
}

.page-header.with-featured-image {
  padding-top: 5.5rem;
  padding-bottom: 10rem;
  background-color: #10455e;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  text-align: left;
}
.page-header.with-featured-image:after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
  z-index: 1;
}
.page-header.with-featured-image .page-subtitle {
  padding-right: 30%;
}
@media screen and (max-width: 854px) {
  .page-header.with-featured-image {
    padding-bottom: 8rem;
  }
  .page-header.with-featured-image .page-subtitle {
    padding-right: 0;
  }
}

.page-id-49 .page-header.with-featured-image {
  background-position: center bottom;
  padding-bottom: 14rem;
}

body.home .page-header.with-featured-image:after {
  display: block;
  background-image: url("images/header-overlay-home.png");
}

body.page-history .page-header.with-featured-image:after {
  display: block;
  background-image: url("images/header-overlay-history.png");
}

body.page-client-work .page-header.with-featured-image:after {
  display: block;
  background-image: url("images/header-overlay-client-work.png");
}

body.page-careers .page-header.with-featured-image:after {
  display: block;
  background-image: url("images/header-overlay-careers.png");
}

body.page-advertise .page-header.with-featured-image:after {
  display: block;
  background-image: url("images/header-overlay-advertise.png");
}

.page-content-holder {
  position: relative;
}

.page-content {
  position: relative;
  margin-bottom: 1.5rem;
  z-index: 10;
}

.page-section {
  position: relative;
}

.page-section-by-the-numbers {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0093d4;
  color: #fff;
}
.page-section-by-the-numbers .inner {
  position: relative;
  z-index: 10;
}
.page-section-by-the-numbers .section-title {
  margin: 0 0 1rem;
  color: #10455e;
  font-size: 2.75rem;
  text-align: center;
}
.page-section-by-the-numbers .section-subtitle {
  margin: 0 0 1rem;
  color: #10455e;
  font-size: 1.125rem;
  text-align: center;
}
.page-section-by-the-numbers .blocks {
  display: -ms-flexbox;
  display: flex;
  margin: 3rem -4rem 0;
}
.page-section-by-the-numbers .blocks .block {
  -ms-flex: 1;
      flex: 1;
  margin: 0 2rem;
  padding: 0 2rem;
  border-left: 3px solid #10455e;
}
.page-section-by-the-numbers .blocks .block:first-child {
  border-left: none;
}
.page-section-by-the-numbers .block-title {
  margin: 0;
  color: #10455e;
  font-size: .875rem;
  letter-spacing: 1.6px;
}
.page-section-by-the-numbers .block-number {
  margin: 0 0 1rem;
  font-size: 2.5rem;
  line-height: 1.25;
}
.page-section-by-the-numbers .block-text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 854px) {
  .page-section-by-the-numbers .section-title {
    font-size: 1.875rem;
    text-align: left;
  }
  .page-section-by-the-numbers .section-subtitle {
    font-size: 1rem;
    text-align: left;
  }
  .page-section-by-the-numbers .blocks {
    display: block;
    margin: 3rem 0 0;
  }
  .page-section-by-the-numbers .blocks .block {
    margin: 2rem 0;
    padding: 2rem 0;
    border-left: none;
    border-top: 3px solid #10455e;
  }
  .page-section-by-the-numbers .blocks .block:first-child {
    border-top: none;
  }
  .page-section-by-the-numbers .block-number {
    font-size: 2.25rem;
  }
}

.page-section-right-callout {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-section-right-callout .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 -2rem;
}
.page-section-right-callout .details-holder {
  -ms-flex: 1;
      flex: 1;
  padding: 0 2rem;
}
.page-section-right-callout .section-title {
  margin: 0 0 2rem;
  color: #0093d4;
  font-size: 2.75rem;
}
.page-section-right-callout .section-content {
  font-size: 1.125rem;
}
.page-section-right-callout .callout {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  padding: 0;
  margin: 0 0 20px 20px;
}
.page-section-right-callout .callout:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/diagonals-blue.png") repeat top left;
  z-index: 1;
}
.page-section-right-callout .callout .callout-inner {
  position: relative;
  top: 20px;
  right: 20px;
  padding: 2rem;
  background-color: #10455e;
  z-index: 10;
}
.page-section-right-callout .callout img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .page-section-right-callout .inner {
    display: block;
    margin: 0;
  }
  .page-section-right-callout .details-holder {
    padding: 0;
  }
  .page-section-right-callout .callout {
    max-width: 420px;
    margin-top: 2rem;
  }
  .page-section-right-callout .section-title {
    font-size: 1.875rem;
  }
}

.page-section-people {
  padding: 4rem 0;
  background-color: #0093d4;
  color: #fff;
}
.page-section-people .section-title {
  margin: 0 0 2rem;
  color: #10455e;
  font-size: 2.75rem;
  text-align: center;
}
.page-section-people .section-text {
  max-width: 626px;
  margin: 0 auto;
  font-size: 1.125rem;
}
.page-section-people .agingmedia-people {
  margin-top: 2rem;
  color: #10455e;
}
@media screen and (max-width: 854px) {
  .page-section-people .section-title {
    font-size: 1.875rem;
    text-align: left;
  }
  .page-section-people .section-text {
    max-width: 100%;
  }
}

.agingmedia-people .people-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 -2rem;
}
.agingmedia-people .person {
  width: 150px;
  margin: 2rem 1rem;
  text-align: center;
}
.agingmedia-people .contact-links {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.agingmedia-people .contact-links li {
  margin: .5rem;
  padding: 0;
}
.agingmedia-people .contact-links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
}
.agingmedia-people .contact-links a:hover, .agingmedia-people .contact-links a:focus, .agingmedia-people .contact-links a:active {
  background-color: #0093d4;
}
.agingmedia-people .contact-links .icon {
  width: 15px;
  height: auto;
}
.agingmedia-people .contact-links .icon * {
  fill: #10455e;
}
.agingmedia-people .image-holder {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
}
.agingmedia-people .image-holder .contact-links {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(16, 69, 94, 0.85);
  opacity: 0;
  transition: opacity .25s ease-in-out;
}
.agingmedia-people .image-holder img {
  display: block;
  width: 100%;
}
.agingmedia-people .image-holder:hover .contact-links {
  opacity: 1;
}
.agingmedia-people .name {
  margin: 0;
  font-size: 1rem;
}
.agingmedia-people .title {
  margin: 0;
  font-size: .75rem;
  font-weight: normal;
}
.agingmedia-people .mobile-contact-links {
  display: none;
}
@media screen and (max-width: 854px) {
  .agingmedia-people .people-row {
    display: block;
  }
  .agingmedia-people .person {
    margin: 2rem auto;
  }
  .agingmedia-people .mobile-contact-links {
    display: block;
  }
  .agingmedia-people .mobile-contact-links .contact-links {
    margin-top: .5rem;
  }
  .agingmedia-people .mobile-contact-links .contact-links .icon * {
    fill: #0093d4;
  }
  .agingmedia-people .mobile-contact-links .contact-links a:hover,
  .agingmedia-people .mobile-contact-links .contact-links a:focus,
  .agingmedia-people .mobile-contact-links .contact-links a:active {
    background-color: #10455e;
  }
  .agingmedia-people image-holder:hover .contact-links {
    opacity: 0;
  }
}

.page-section-form {
  padding: 2rem 0;
  background: #0093d4 url("images/amn-icon-bg-8.png") no-repeat left -100px top 100px;
  color: #fff;
  padding-bottom: 70px;
}
.page-section-form .gform_wrapper h3.gform_title {
  font-family: "objektiv-mk3", sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
}
.page-section-form .gform_wrapper .top_label .gfield_label {
  color: #10455e;
  font-family: "objektiv-mk3", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
}
.page-section-form .gform_wrapper .top_label div.ginput_container,
.page-section-form .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container {
  margin-top: 0 !important;
}
.page-section-form .gform_wrapper .gfield_description {
  color: #10455e;
  font-family: "objektiv-mk3", sans-serif;
  font-size: .875rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-section-form .gform_wrapper ul.gfield_checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-section-form .gform_wrapper ul.gfield_checkbox li {
  width: 50%;
  margin: .5rem 0;
}
.page-section-form .gform_wrapper ul.gfield_checkbox li label {
  padding-left: .5rem;
  color: #fff;
  font-family: "objektiv-mk3", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.page-section-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.page-section-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-top: 0;
}
.page-section-form .gform_wrapper .gform_footer {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page-section-form .gform_wrapper .gform_footer input.button,
  .page-section-form .gform_wrapper .gform_footer input[type=submit],
  .page-section-form .gform_wrapper .gform_page_footer input.button,
  .page-section-form .gform_wrapper .gform_page_footer input[type=submit] {
    width: auto;
    line-height: 1.5;
  }
}
@media screen and (max-width: 560px) {
  .page-section-form .gform_wrapper ul.gfield_checkbox {
    display: block;
  }
  .page-section-form .gform_wrapper ul.gfield_checkbox li {
    width: 100%;
  }
}

.page-section-client-block .client-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-section-client-block:first-of-type .client-block {
  padding-top: 0;
}
.page-section-client-block .client-block-details {
  -ms-flex: 1;
      flex: 1;
  margin: 0 1rem;
}
.page-section-client-block .lead-in {
  margin: 0;
  color: #10455e;
  font-size: 1.125rem;
}
.page-section-client-block .section-title {
  margin: 0;
  color: #10455e;
  font-size: 2.75rem;
  margin-bottom: 20px;
}
.page-section-client-block .description {
  font-size: 1.125rem;
}
.page-section-client-block .description > *:first-child {
  margin-top: 0;
}
.page-section-client-block .description > *:last-child {
  margin-bottom: 0;
}
.page-section-client-block .client-block-callout {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 1rem;
  background: url("images/diagonals-light-blue.png") repeat left top;
  color: #10455e;
}
.page-section-client-block .client-block-callout .block {
  width: 100%;
  padding: 2rem;
}
.page-section-client-block .client-block-callout .block-style-narrow {
  width: 50%;
}
.page-section-client-block .client-block-callout .block.border-top {
  padding-top: 0;
}
.page-section-client-block .client-block-callout .block.border-top .inner {
  padding-top: 2rem;
  border-top: 3px solid;
}
.page-section-client-block .client-block-callout .block.border-bottom {
  padding-bottom: 0;
}
.page-section-client-block .client-block-callout .block.border-bottom .inner {
  padding-bottom: 2rem;
  border-bottom: 3px solid;
}
.page-section-client-block .client-block-callout .block.border-left {
  padding-left: 0;
}
.page-section-client-block .client-block-callout .block.border-left .inner {
  padding-left: 2rem;
  border-left: 3px solid;
}
.page-section-client-block .client-block-callout .block.border-right {
  padding-right: 0;
}
.page-section-client-block .client-block-callout .block.border-right .inner {
  padding-right: 2rem;
  border-right: 3px solid;
}
.page-section-client-block .client-block-callout .block-title {
  margin: 0 0 .5rem;
  font-size: .875rem;
}
.page-section-client-block .client-block-callout .block-text {
  margin: 0;
  font-family: "objektiv-mk3", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
}
.page-section-client-block .creative-block {
  padding: 2rem;
  background-color: #0093d4;
}
.page-section-client-block .creative-block .creative-title {
  margin: 0 0 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.page-section-client-block .creative-block .creative-image img {
  display: block;
  margin: 0 auto;
}
.page-section-client-block .creative-block .creative-image-mobile {
  display: none;
}
.page-section-client-block.section-style-red .client-block-callout {
  background-image: url("images/diagonals-light-red.png");
  color: #e84937;
}
.page-section-client-block.section-style-red .lead-in,
.page-section-client-block.section-style-red .section-title {
  color: #e84937;
}
.page-section-client-block.section-style-red .creative-block {
  background-color: #e84937;
}
.page-section-client-block.section-style-green .client-block-callout {
  background-image: url("images/diagonals-light-green.png");
  color: #33ce9d;
}
.page-section-client-block.section-style-green .lead-in,
.page-section-client-block.section-style-green .section-title {
  color: #33ce9d;
}
.page-section-client-block.section-style-green .creative-block {
  background-color: #33ce9d;
}
@media screen and (max-width: 854px) {
  .page-section-client-block .client-block {
    display: block;
  }
  .page-section-client-block .client-block-callout {
    margin-top: 2rem;
  }
  .page-section-client-block .client-block-callout .block-text {
    font-size: 1.25rem;
  }
  .page-section-client-block .lead-in {
    font-size: 1rem;
  }
  .page-section-client-block .section-title {
    font-size: 1.875rem;
  }
  .page-section-client-block .creative-block .creative-image-desktop {
    display: none;
  }
  .page-section-client-block .creative-block .creative-image-mobile {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .page-section-client-block .client-block {
    padding-bottom: 0;
  }
  .page-section-client-block .client-block-callout {
    margin-left: -7%;
    margin-right: -7%;
  }
}

.page-section-text-grid {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.page-section-text-grid .section-title {
  margin: 0 0 2rem;
  color: #10455e;
  font-size: 2.75rem;
  text-align: center;
}
@media screen and (max-width: 854px) {
  .page-section-text-grid .section-title {
    font-size: 1.875rem;
  }
}

.text-grid-blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 -2rem;
}
.text-grid-blocks .block {
  width: calc( 33.33333% - 4rem );
  margin: 2rem;
  font-size: 1.125rem;
}
.text-grid-blocks .block-title {
  margin: 0;
  color: #0093d4;
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (max-width: 854px) {
  .text-grid-blocks .block {
    width: calc( 50% - 4rem );
  }
}
@media screen and (max-width: 600px) {
  .text-grid-blocks {
    margin: 0;
  }
  .text-grid-blocks .block {
    width: 100%;
    margin: 2rem 0;
  }
}

.page-section-image-grid {
  padding: 1rem 0 4rem;
}

.agingmedia-image-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 -2rem;
}
.agingmedia-image-grid .image-holder {
  width: calc( 50% - 4rem );
  margin: 2rem;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .agingmedia-image-grid {
    margin: 0;
  }
  .agingmedia-image-grid .image-holder {
    width: 100%;
    margin: 2rem 0;
  }
}

body.home .page-header.with-featured-image {
  padding-bottom: 14rem;
}
@media screen and (max-width: 854px) {
  body.home .page-header.with-featured-image {
    margin-bottom: 0;
    padding-bottom: 8rem;
  }
}

.home-callout {
  position: relative;
  margin-top: -13rem;
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #33ce9d url("images/amn-icon-bg-10.png") no-repeat right -100px center;
  z-index: 20;
}
.home-callout .section-title {
  margin: 0;
  color: #10455e;
  font-size: 2.5rem;
}
.home-callout .content {
  padding-right: 30%;
  font-size: 1.125rem;
}
.home-callout .content p {
  line-height: 1.6;
}
@media screen and (max-width: 854px) {
  .home-callout {
    margin-top: 0;
    background-position: right -180px center;
  }
  .home-callout .section-titile {
    font-size: 1.875rem;
  }
  .home-callout .content {
    padding-right: 0;
  }
}

.error-404 {
  padding: 4rem 0 6rem;
  font-size: 1.125rem;
  text-align: center;
}

.parallax-icon {
  position: absolute;
  z-index: 1;
}

.parallax-icon-conversation {
  right: -15%;
  top: 50%;
}
@media screen and (max-width: 1000px) {
  .parallax-icon-conversation {
    right: 3%;
    opacity: .5;
  }
}

.parallax-icon-computer,
.parallax-icon-computer2 {
  right: -8%;
  bottom: 50%;
  opacity: 0.35;
}
@media screen and (max-width: 1000px) {
  .parallax-icon-computer,
  .parallax-icon-computer2 {
    right: 2%;
  }
}

.page-section-press-item {
  padding: 0 0 50px 0;
}
.page-section-press-item .press-items-page {
  display: none;
}
.page-section-press-item .press-items-page.pip-0 {
  display: block;
}
.page-section-press-item .press-item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0;
  padding: 42px 0;
  border-bottom: 3px solid #10455e;
}
@media screen and (max-width: 480px) {
  .page-section-press-item .press-item-wrapper {
    display: block;
  }
}
.page-section-press-item .press-item-wrapper .press-logo-wrapper {
  display: block;
  text-align: left;
  width: 220px;
  padding: 8px 0 0 0;
}
.page-section-press-item .press-item-wrapper .press-logo-wrapper .press-logo {
  display: block;
  max-width: 150px;
}
@media screen and (max-width: 480px) {
  .page-section-press-item .press-item-wrapper .press-logo-wrapper {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .page-section-press-item .press-item-wrapper .press-logo-wrapper .press-logo {
    margin: 0 0 16px 0;
  }
}
.page-section-press-item .press-item-wrapper .press-description-wrapper {
  display: block;
  text-align: left;
  width: calc( 100% - 220px );
}
@media screen and (max-width: 480px) {
  .page-section-press-item .press-item-wrapper .press-description-wrapper {
    width: 100%;
  }
}
.page-section-press-item .press-item-wrapper .press-description-wrapper .press-headline {
  display: block;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.636;
  text-decoration: none;
  color: #0093d4;
  font-family: "objektiv-mk3", sans-serif;
  padding: 0 0 5px 0;
}
.page-section-press-item .press-item-wrapper .press-description-wrapper .press-headline:hover {
  text-decoration: none;
}
.page-section-press-item .press-item-wrapper .press-description-wrapper .press-source {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2.286;
  color: #4d5559;
  font-family: "proxima-nova", sans-serif;
}
.page-section-press-item .press-item-wrapper .press-description-wrapper a.press-source {
  text-decoration: underline;
}
.page-section-press-item .press-item-wrapper .press-description-wrapper a.press-source:hover {
  text-decoration: none;
}
.page-section-press-item .press-item-wrapper .press-description-wrapper .press-date-div {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2.286;
  color: #4d5559;
  font-family: "proxima-nova", sans-serif;
  padding: 0 5px;
}
.page-section-press-item .press-item-wrapper .press-description-wrapper .press-date {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 2.286;
  color: #4d5559;
  font-family: "proxima-nova", sans-serif;
}
.page-section-press-item .press-nav-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0;
  padding: 20px 0;
}
.page-section-press-item .press-nav-wrapper .link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.636;
  text-decoration: none;
  color: #0093d4;
  font-family: "objektiv-mk3", sans-serif;
}
.page-section-press-item .press-nav-wrapper .press-nav-next {
  display: block;
  width: 50%;
  text-align: right;
}
.page-section-press-item .press-nav-wrapper .press-nav-next .link {
  padding: 0 18px 0 0;
}
.page-section-press-item .press-nav-wrapper .press-nav-next .link:after {
  display: block;
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  border: 7px solid transparent;
  border-left: 13px solid #0093d4;
  border-right: 0;
}
.page-section-press-item .press-nav-wrapper .press-nav-prev {
  display: block;
  width: 50%;
  text-align: left;
}
.page-section-press-item .press-nav-wrapper .press-nav-prev .link {
  padding: 0 0 0 18px;
  display: none;
}
.page-section-press-item .press-nav-wrapper .press-nav-prev .link:before {
  display: block;
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  border: 7px solid transparent;
  border-right: 13px solid #0093d4;
  border-left: 0;
}

/*--------------------------------------------------------------
# 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;
}

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