/*
Theme Name: Pope Center
Author: DesignHammer
Author URI: http://designhammer.com/
Template: twentysixteen
Version: 1.0
Text Domain: popecenter
*/

/* stylelint-disable */ /* csslint ignore:start */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-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}audio:not([controls]){display:none;height:0}progress{vertical-align:
baseline}template,[hidden]{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:0;text-decoration:underline;
text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{
background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:
-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing
:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit}optgroup{font-weight:bold}button,input,select{overflow:visible}button,input,
select,textarea{margin:0}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}[disabled]{cursor:default}button
,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:
-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:
border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box
;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
/* csslint ignore:end */ /* stylelint-enable */

/* stylelint-disable block-no-empty, indentation */

/* Responsive | good defaults for responsive layouts */

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

/* Grid | grid utility classes */

.grid-container {
}
  .grid-container::before,
  .grid-container::after {
    content: "";
    display: table;
  }
  .grid-container::after {
    clear: both;
  }
  .grid-container .grid-unit {
    float: left;
  }
  .grid-container .grid-unit:last-child {
    float: right;
  }
  @media (max-width: 700px) {
    .grid-container:not(.grid-fixed) .grid-unit,
    .grid-container:not(.grid-fixed) .grid-unit:last-child {
      float: none;
    }
  }

.u-grid {
  border-collapse: collapse;
  border-style: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
}
  .u-grid .u-cell {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
  }

/* Base | theme root elements to project aesthetic */

html {
  font: 14px/1.285714 "PT Sans", sans-serif;
}

body {
  color: #393939;
  background-color: #fff;
  margin: auto;
  padding: 38px 30px 30px;
  max-width: 1024px;
}

h1 {
  font-size: 36px;
  font-family: "PT Serif", Georgia, serif;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 12px;
}

h2 {
  font-size: 24px;
  font-family: "PT Serif", Georgia, serif;
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
}

p {
  margin: 0 0 20px;
}

blockquote {
  border-left: 1px solid #dbe3eb;
  font-size: .933333em;
  padding-left: 1em;
  margin: 10px 1.5em 20px;
}

a {
  color: #335c80;
  text-decoration: none;
}
  .entry-content a:not(.epq-twitter) {
    background: linear-gradient(to top, rgba(51, 92, 128, 0.35) 2px, transparent 2px) 0 0;
  }
  .entry-content a:not(.epq-twitter):hover,
  .post-title a:hover {
    background: linear-gradient(to top, rgba(70, 130, 113, .7) 2px, transparent 2px) 0 0;
  }
  .entry-content a:visited {
    color: #5c7c99;
  }
  .entry-meta a:hover,
  .post-meta a:hover,
  .post-title a:hover,
  .entry-content a:hover {
    color: #468271 !important;
  }

hr {
  border: 1px solid rgba(77, 117, 153, .2);
  border-width: 0 0 1px;
  clear: both;
  margin: 30px 0 29px;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(96, 167, 145, .4);
  border-radius: 3px;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
  outline: none;
  padding: 3px 5px;
}
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(96, 167, 145, .8);
  }

ol, ul {
  margin: 0 0 20px;
}

/* WordPress | components specific to WordPress */

.aligncenter,
.alignleft,
.alignright {
  margin-bottom: .75em;
}
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft {
    float: left;
    margin-right: 1.25em;
  }
  .alignright {
    float: right;
    margin-left: 1.25em;
  }

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

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

.menu-toggle {
  box-sizing: border-box;
  font-family: "PT Sans Caption", sans;
  text-transform: uppercase;
  float: left;
  padding: 16px 0;
  width: 28%;
}
  .menu-toggle::before {
    content: "\2630";
    font-size: 20px;
    margin-right: 2px;
    vertical-align: middle;
    height: 20px;
  }
  @media (min-width: 700px) {
    .menu-toggle {
      display: none;
    }
  }

.wp-caption-text {
  font-size: 85%;
  margin: .25em;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Components | namespaced units of functionality */

.author-archive {
  background-color: rgba(244, 245, 246, .2);
  border: 1px solid rgba(214, 207, 193, .4);
  margin-bottom: 30px;
  padding: 15px;
}
  .author-archive::before,
  .author-archive::after {
    content: "";
    display: table;
  }
  .author-archive::after {
    clear: both;
  }
  .author-archive .avatar {
    outline: 1px solid rgba(77, 117, 153, .2);
    outline-offset: -1px;
    float: right;
    margin: 0 0 15px 15px;
    max-width: 33%;
  }
  .author-archive .social-navigation {
    margin-bottom: 6px;
  }
  .author-archive .social-navigation a {
    font-size: 1em;
  }
  .author-archive .social-navigation a::before {
    margin-right: 1px;
    vertical-align: sub;
  }

.form {
  background-color: rgba(244, 245, 246, .2);
  border: 1px solid rgba(214, 207, 193, .4);
  margin-bottom: 30px;
  padding: 30px 15px 0;
}
  .form input,
  .form select,
  .form textarea {
    width: 100%;
  }
  .form input[type=checkbox] {
    width: auto;
  }
  .form .label.var--required {
    font-weight: bold;
  }
  .form .label.var--required::after {
    content: "*";
    position: absolute;
  }
  .form .wpcf7-form-control.wpcf7-checkbox {
    display: inline-block;
  }
  @media (min-width: 700px) {
    .form .label {
      box-sizing: border-box;
      text-align: right;
      display: inline-block;
      padding: 3px .5em;
      vertical-align: top;
      width: 25%;
    }
    .form input,
    .form select,
    .form textarea {
      width: 74%;
    }
  }

.article-attachments {
  line-height: 18px;
  margin: 30px 0;
}
  .article-attachments h3 {
    border-bottom: 1px solid rgba(214, 207, 193, .4);
    padding-bottom: .5em;
  }
  .article-attachments .attachment-item {
    margin-left: 20px;
  }
  .article-attachments .attachment-thumb,
  .article-attachments .attachment-title {
    vertical-align: middle;
  }
  .article-attachments .attachment-thumb {
    padding-right: .5em;
    width: 24px;
  }
  .article-attachments .attachment-title {
    font-size: 16px;
  }
  .article-attachments .attachment-title p {
    font-size: 14px;
    margin-bottom: 0;
  }

.dh_text_with_action,
.widget_text {
  border: 1px solid rgba(186, 216, 209, .5);
  background-color: rgba(195, 204, 209, 0.2);
  padding: 20px 15px;
  position: relative;
  overflow: hidden;
}
  .dh_text_with_action > * {
    position: relative;
    z-index: 1;
  }
  .dh_text_with_action .include--beams {
    background: url(images/beams.svg);
    opacity: .1;
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 176px;
    height: 176px;
    z-index: 0;
  }
  .dh_text_with_action p,
  .widget_text p {
    margin-bottom: 10px;
  }
  .sidebar .widget.dh_text_with_action .widget-title,
  .widget.dh_text_with_action .widget-title,
  .sidebar .widget_text .widget-title,
  .sidebar .dh_text_with_action .widget-title {
    color: rgb(76, 129, 116);
    background: none;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    padding: 0;
    text-transform: none;
  }
  .sidebar .widget.dh_text_with_action .widget-title .first-word,
  .sidebar .widget_text .widget-title .first-word {
    color: inherit;
  }
  .dh_text_with_action .prompt,
  .widget_text .prompt {
    vertical-align: middle;
  }
  .dh_text_with_action .prompt > *,
  .widget_text .prompt > * {
    width: 100%;
  }
  .dh_text_with_action .destination,
  .widget_text .destination {
    border: 15px solid transparent;
    vertical-align: middle;
    width: 23%;
  }
  .dh_text_with_action .destination > *,
  .widget_text .destination > * {
    width: 100%;
  }

.dh_letters_to_editor {
  border: 1px solid #222;
  background-color: #333;
  padding: 20px 15px;
}
  .dh_letters_to_editor .widget-title {
    color: #fff;
    text-transform: none;
    display: inline-block;
  }
    .dh_letters_to_editor .widget-title::after {
      content: "";
      background: transparent url("images/comment-exclamation.svg") no-repeat center;
      background-size: 22px auto;
      display: inline-block;
      margin-left: 5px;
      width: 22px;
      height: 24px;
    }
  .dh_letters_to_editor .content,
  .dh_letters_to_editor .content p {
    color: #fff;
  }
  .dh_letters_to_editor .content a {
    color: #84c8b3;
  }
  .dh_letters_to_editor .content a:hover {
    text-decoration: underline;
  }
  .dh_letters_to_editor .destination {
    padding-top: 1rem;
  }
    .dh_letters_to_editor .destination .button {
      padding: 6px 12px;
    }

#disqus_thread {
  margin-bottom: 20px;
}

.article-tags {
  color: #4c7599;
  font-size: 12px;
  text-align: right;
  margin: 10px 0 15px;
}
  .article-tags > a {
    background: url(images/tag-icon.svg) no-repeat left;
    background-size: 11px;
    margin: 0 5px;
    padding-left: 13px;
  }

a.button,
.content-area a.button,
button,
input[type="submit"] {
  color: #fff;
  background-color: rgb(96, 167, 145);
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 6px;
  opacity: 0.88;
}
  a.button:hover,
  .content-area a.button:hover,
  button:hover,
  input[type="submit"]:hover {
    opacity: 1;
  }

.entry-meta {
  background: linear-gradient(to bottom, #dbe3eb, #dbe3eb) repeat-x 0 44px;
  background-size: 1px 1px;
  border: 1px solid #dbe3eb;
  border-width: 1px 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  margin-top: 2px;
  margin-bottom: 15px;
  padding: 0 4px;
  width: 100%;
  flex-flow: row wrap;
}
  .entry-meta .date,
  .entry-meta .post-authors,
  .entry-meta .share-links {
    line-height: 32px;
    display: inline-block;
    margin: 0 3px;
    padding: 6px 0;
    vertical-align: middle;
  }
  
  .entry-meta .date {
    color: #7c97b0;
    font-family: "PT Sans Caption";
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    padding-right: 18px;
  }
  .entry-meta .date:after {
    background: url(images/angle-arrow.svg);
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 12px;
  }
  .entry-meta .post-authors {
    display: flex;
    gap: 6px;
    margin-right: auto;
    flex-flow: row wrap;
  }
  .entry-meta .post-authors .author {
    display: flex;
    gap: 6px;
    align-items: center;
  }
  .entry-meta .post-authors .author .avatar {
    border-radius: 50%;
    display: block;
    margin-left: 2px;
  }
  .entry-meta .post-authors .author .social-navigation {
    margin: 0;
  }
  .entry-meta .post-authors .author .social-navigation .social-profile-link {
    font-size: 20px;
    margin: 0 5px 0 1px;
  }
  .entry-meta .post-authors .author .social-navigation .social-profile-link::before {
    vertical-align: middle;
  }
  .entry-meta .post-comments {
    margin-left: 10px;
  }
  .entry-meta .post-comments .first-word {
    color: #fff;
    background: url(images/bubble-icon.svg) no-repeat center;
    background-size: contain;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-right: 4px;
    width: 28px;
  }
  .entry-meta .share-links {
    margin-left: auto;
    /* overflow: hidden;
    padding-bottom: 0;    */
  }
 
  @media screen and ( min-width: 445px ) and ( max-width: 699px ), ( min-width: 768px ) {
    .entry-meta .share-links {
      /* position: absolute;
      right: 0;
      bottom: 7px;     */
    }
  }

.article-editors-note p {
  font-size: 15px;
}

.front-featured-article {
  position: relative;
  overflow: hidden;
  height: 555px;
}
  .front-featured-article:after {
    outline: 1px solid rgba(77, 117, 153, .2);
    outline-offset: -1px;
    display: block;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .front-featured-article.var--no-thumbnail {
    background: linear-gradient(to bottom, rgb(77, 117, 153), rgba(111, 166, 148, .5), white 30%);
  }
  .front-featured-article .post-thumbnail,
  .front-featured-article .post-thumbnail img {
    transition: all .4s ease-out;
  }
  .front-featured-article .post-thumbnail {
    background-color: #dbe3eb;
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 372px;
  }
  .front-featured-article .post-thumbnail img {
    display: block;
    width: 100%;
  }
  .front-featured-article .post-thumbnail:hover img {
    opacity: .75;
  }
  .front-featured-article .text-content {
    position: absolute;
    bottom: 0;
  }
  .front-featured-article .text-content .content {
    background: #fff;
    padding: 15px;
  }
  .front-featured-article.var--no-thumbnail .text-content .content {
    padding-bottom: 130px;
  }
  .front-featured-article h1 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 24px, rgba(255, 255, 255, 1) 24px) repeat-x;
    font-size: 34px;
    margin-bottom: 0;
    padding: 0 15px;
    position: relative;
    z-index: 1;
  }
  .front-featured-article h1:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) repeat-x;
    display: block;
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: calc(100% - 24px);
    left: 0;
    width: 100%;
    height: 170px;
    z-index: -1;
  }
  .front-featured-article a h1 {
    color: #313374;
  }
  .front-featured-article .entry-excerpt p {
    line-height: 20px;
    display: inline;
  }

.front-headlines {
  background: none !important;
}
  .front-headlines.scrolling-wtye ul {
    background: none;
    max-height: 308px;
  }
  .front-headlines .post-title {
  }
  .front-headlines .post-title a {
    color: inherit;
  }
  .front-headlines li p {
    margin-bottom: 18px;
  }

  .front-headlines li .post-date {
    margin-bottom: 13px;
  }

.front-widgets {
  margin-top: 30px;
}

input.var--icon {
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-left: calc(1em + 8px);
}
  input.var--icon.var--email {
    background-image: url(images/input-icon--email.svg);
    background-size: 20px 11px;
    padding-left: calc(20px + 8px);
  }
  input.var--icon.var--search {
    background-image: url(images/input-icon--search.svg);
  }

ul.menu {
  margin: 0;
  padding-left: 0;
}

.more-by-author {
  background-color: rgba(244, 245, 246, .2);
  border: 1px solid rgba(214, 207, 193, .4);
  display: table;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}
  .more-by-author .articles,
  .more-by-author .profile {
    display: table-cell;
    padding: 20px 0 15px;
    vertical-align: middle;
  }
  .more-by-author .profile {
    color: #777;
    line-height: 15px;
    text-align: center;
    padding: 8px;
    width: 20%;
  }
  .more-by-author .profile span {
    font-size: 12px;
    font-family: "PT Sans Caption";
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
  }
  .more-by-author .profile a {
    color: #4c8174;
    font-weight: bold;
  }
  .more-by-author .profile .avatar {
    border-radius: 50%;
  }
  .more-by-author .articles > * {
    margin: 0;
  }
  .more-by-author .articles h3 {
    color: rgb(58, 58, 123);
    font: bold 16px/1.125 "PT Serif", serif;
  }
  .more-by-author .articles p + h3 {
    margin-top: 8px;
  }
  .more-by-author .articles h3 a {
    color: #3a3a7b;
  }
  .more-by-author .articles p {
    font-size: 12px;
    margin-top: 2px;
  }
  .more-by-author .articles .post-date {
    color: #7c97b0;
    font-size: 10px;
    font-family: "PT Sans Caption";
    text-transform: uppercase;
  }
  .more-by-author .articles .archive-link {
    margin-top: 8px;
  }
  .more-by-author .articles .archive-link .read-more {
    font-weight: normal;
  }

.more-link {
  display: none;
}

.read-more {
  font-size: 12px;
  font-family: "PT Sans Caption";
  color: #335c80 !important;
  font-weight: bold;
  margin-left: .25em;
}
  .read-more:after {
    content: "›";
    font-size: 16px;
    margin-left: .125em;
  }

.primary-navigation {
  box-sizing: border-box;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-top: 4px;
  margin-left: -12px;
  width: 76.5625%;
}
  .primary-navigation li {
    display: inline-block;
  }
  .primary-navigation li a {
    border-radius: 3px;
    line-height: 1;
    display: block;
    margin: 0 5px;
    padding: 12px 8px 10px;
  }
  .primary-navigation li a:hover {
    background-color: rgba(195, 204, 209, .2);
  }
  .primary-navigation li:last-child a {
    margin-right: 0;
  }
  .primary-navigation li.current-menu-item a,
  .primary-navigation li.current-post-ancestor a {
    color: #fff;
    background: #6691b2;
  }

.single .post-thumbnail img {
  outline: 1px solid rgba(77, 117, 153, .2);
  outline-offset: -1px;
  display: block;
  margin-bottom: 23px;
  width: 100%;
}

.entry-content {
  font-size: 15px;
  line-height: 22px;
}
  .entry-content iframe {
    margin-bottom: 1em;
    max-width: 100%;
  }
  .entry-content.var--no-sidebar {
    font-size: 17px;
    line-height: 24px;
  }

.heading-prefix {
  color: #7c97b0;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.scrolling-wtye {
  background: linear-gradient(to right, rgba(76, 117, 153, 0) 0%, rgba(76, 117, 153, .2) 10%, rgba(76, 117, 153, .2) 90%, rgba(76, 117, 153, 0) 100%) no-repeat top left;
  background-size: 100% 1px, 100% 1px;
  position: relative;
}
  .scrolling-wtye:before {
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 90%) repeat-x;
    display: block;
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
  }
  .scrolling-wtye ul {
    box-sizing: border-box;
    padding-left: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 400px;
  }
  .scrolling-wtye ul:after {
    color: #7c97b0;
    background: linear-gradient(to right, rgba(76, 117, 153, 0) 0%, #dbe3eb 10%, #dbe3eb 90%, rgba(76, 117, 153, 0) 100%) no-repeat bottom left;
    background-size: 100% 1px;
    font-size: 10px;
    font-family: "PT Sans Caption";
    line-height: 2;
    text-transform: uppercase;
    display: block;
    content: "Scroll for More";
    text-align: center;
    position: absolute;
    bottom: 0;
    transition: all 1.3s;
    width: 100%;
    height: 20px;
  }
  .scrolling-wtye ul.var--scrolled:after {
    color: rgba(255, 255, 255, 0);
  }
  .scrolling-wtye ul li:last-child {
    margin-bottom: 30px;
  }

.screen-reader-text {
  direction: ltr;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  margin: 0;
  width: 0;
  height: 0;
}

.nav-links {
  text-align: center;
  margin-bottom: 20px;
}
  .nav-links > a,
  .nav-links > span {
    border: 1px solid rgba(195, 204, 209, .4);
    border-radius: 3px;
    display: inline-block;
    margin: 0 .125em;
    padding: .5em 1em;
  }
  .nav-links > a:hover,
  .nav-links > span:hover {
    background-color: rgba(195, 204, 209, .2);
  }
  .nav-links > .current {
    background-color: rgba(195, 204, 209, .4) !important;
  }
  .nav-links > .dots {
    background-color: transparent !important;
    border-color: transparent;
  }
  .nav-links > .next:after {
    content: " \2192";
  }
  .nav-links > .prev:before {
    content: "\2190 ";
  }

.entry-header {
}
  .entry-header .post-thumbnail {
    float: right;
    margin-left: 10px;
  }
  .entry-header .post-thumbnail img {
    outline: 1px solid rgba(76, 117, 153, .2);
    outline-offset: -1px;
  }

.search {
}
  .search .page-title span {
    font-weight: normal;
    font-style: italic;
    white-space: nowrap;
  }
  .search .section-heading {
    color: #777;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    letter-spacing: .025em;
    text-transform: uppercase;
    margin: 30px 0 0;
  }

.recent-articles-afqg {
}
  .recent-articles-afqg ul {
    list-style: none;
    margin-bottom: 0;
    max-height: 555px;
  }
  .recent-articles-afqg li {
    padding-top: 16px;
  }
  .recent-articles-afqg li > div {
    padding: 16px 0 6px;
  }
  .recent-articles-afqg li + li {
    background: linear-gradient(to right, rgba(76, 117, 153, 0) 0%, rgba(76, 117, 153, .2) 10%, rgba(76, 117, 153, .2) 90%, rgba(76, 117, 153, 0) 100%) no-repeat;
    background-size: 100% 1px;
  }
  .recent-articles-afqg .post-image {
    width: 46px;
  }
  .recent-articles-afqg .post-image a {
    box-sizing: border-box;
    display: inline-block;
    width: 36px;
    height: 36px;
  }
  .recent-articles-afqg .post-image img {
    outline: 1px solid rgba(76, 117, 153, .2);
    outline-offset: -1px;
  }
  .recent-articles-afqg .post-title {
    color: rgb(49, 51, 116);
    font: 16px/1.0625 "PT Serif", serif;
    margin: 0 0 2px;
  }
  .recent-articles-afqg .post-title a {
    color: inherit;
  }
  .recent-articles-afqg .post-meta {
    color: #7c97b0;
    font-size: 13px;
  }
  .recent-articles-afqg .post-date {
  }

.post-meta {
}
  .post-meta .post-date {
    color: #7c97b0;
    font-size: 10px;
    font-family: "PT Sans Caption";
    text-transform: uppercase;
  }

.post-meta + .entry-summary {
  margin-top: 10px;
}

.single-post {
}
  .single-post .entry-content > p:first-child::first-letter {
    color: #525252;
    font-size: 76px;
    font-family: "PT Serif", Georgia, serif;
    font-style: normal;
    font-variant: normal;
    line-height: 50px;
    float: left;
    margin: 7px 7px 0 0;
  }
  .single-post .entry-content > p.var--no-drop-cap::first-letter {
    color: inherit;
    font: inherit;
    font-style: inherit;
    line-height: inherit;
    float: none;
    margin: inherit;
  }
  .single-post .entry-content > p:first-child::first-line {
    font-size: .8666em;
    letter-spacing: .675px;
    text-transform: uppercase;
  }
  @supports (font-variant: all-small-caps) {
    .single-post .entry-content > p:first-child::first-line {
      font-size: 1.2666em;
      font-variant: all-small-caps;
    }
  }
  .single-post .entry-content > p:last-child {
    margin-bottom: 10px;
  }

.secondary-navigation {
  margin-top: 18px;
}
  .secondary-navigation ul {
  }
  .secondary-navigation li {
    border-left: 1px solid rgba(77, 117, 153, .2);
    display: inline-block;
    padding: 5px 12px;
  }
  .secondary-navigation li:first-child {
    border-left: 0;
  }
  .secondary-navigation li.var--highlight a {
    color: #539782;
    background: rgba(96, 167, 145, .15);
    border-radius: 3px;
    font-family: "PT Sans Caption";
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  @media (min-width: 700px) {
    .secondary-navigation li.var--highlight a {
      font-size: 12px;
      padding: 5px 10px;
    }
  }
  .secondary-navigation li.var--highlight a:hover {
    background: rgba(96, 167, 145, .25);
  }
  .secondary-navigation li.var--highlight-7ds a {
    color: rgb(111, 166, 148);
    background: linear-gradient(to bottom, rgba(111, 166, 148, .15), rgba(111, 166, 148, .15)) repeat-x bottom;
    background-size: 1px 1px;
  }
  .secondary-navigation li.current-menu-item a,
  .secondary-navigation li.current-page-ancestor a {
    font-weight: bold;
  }

.site-footer {
  color: #777;
  border-top: 1px solid #dee6ed;
  display: table;
  padding: 15px 0;
  width: 100%;
}
  .site-footer .region {
    display: table-cell;
    vertical-align: top;
  }
  .site-footer .copyright img {
    margin-right: .125em;
    vertical-align: middle;
    max-height: 1.3em;
  }
  .site-footer .copyright {
    line-height: .5625em;
  }
  .site-footer .menu {
    text-align: right;
  }
  .site-footer .menu li {
    display: inline-block;
  }

.site-logo img {
  max-width: 300px;
}

.subnav-navigation {
  border-top: 1px solid rgba(77, 117, 153, .2);
  list-style: none;
  padding-left: 0;
}
  .subnav-navigation > li:first-child > a {
    /* text-transform: uppercase; */
  }
  .subnav-navigation ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }
  .subnav-navigation a {
    border-bottom: 1px solid rgba(77, 117, 153, .2);
    display: block;
    padding: 10px;
  }
  .subnav-navigation .current_page_item > a {
    background-color: rgba(124, 151, 176, .1);
    font-weight: bold;
  }

.social-navigation {
}
  .social-navigation a {
    font-size: 24px;
    line-height: 1;
    opacity: .8;
    display: block;
    visibility: hidden;
    overflow: hidden;
    width: 1em;
    margin: 0 3px;
    overflow-wrap: normal;
  }
  .social-navigation.var--full a {
    margin: 0;
    visibility: visible;
    width: auto;
  }
  .social-navigation a:hover {
    opacity: 1;
  }
  .social-navigation a:before {
    content: "\f415";
    font-family: "Genericons";
    -webkit-font-smoothing: antialiased;
    text-align: center;
    visibility: visible;
  }
  .social-navigation a[href*="facebook.com"]:before {
    color: #3b5999;
    content: "\f203";
  }
  .social-navigation a[href*="flickr.com"]:before {
    content: "\f211";
  }
  .social-navigation a[href*="foursquare.com"]:before {
    content: "\f226";
  }
  .social-navigation a[href*="plus.google.com"]:before {
    content: "\f206";
  }
  .social-navigation a[href*="instagram.com"]:before {
    content: "\f215";
  }
  .social-navigation a[href*="linkedin.com"]:before {
    color: #0077b5;
    content: "\f208";
  }
  .social-navigation a[href*="pinterest.com"]:before {
    content: "\f210";
  }
  .social-navigation a[href*="reddit.com"]:before {
    content: "\f222";
  }
  .social-navigation a[href*="tumblr.com"]:before {
    content: "\f214";
  }
  .social-navigation a[href*="twitter.com"]:before {
    color: #55acee;
    content: "\f202";
  }
  .social-navigation a[href*="vimeo.com"]:before {
    color: #31afd9;
    content: "\f212";
  }
  .social-navigation a[href*="wordpress.com"]:before,
  .social-navigation a[href*="wordpress.org"]:before {
    color: #21759b;
    content: "\f205";
  }
  .social-navigation a[href*="youtube.com"]:before {
    color: #cd201f;
    content: "\f213";
  }
  .social-navigation a[href^="mailto:"]:before {
    content: "\f410";
  }
  .social-navigation a[href$="/feed/"]:before {
    color: #fa9b39;
    content: "\f413";
  }
  .social-navigation span {
    display: none;
  }

.site-header-menu {
  margin: 15px 0 24px;
}

.site-search {
  background: rgba(96, 167, 145, .4);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 13px;
  width: 215px;
  width: 23.4375%;
}
  .site-search input[type=search] {
    width: 100%;
  }

.widget ul {
  list-style: none;
  padding-left: 0;
}
  .widget ul li {
    margin-bottom: .875em;
  }

.widget-title {
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.front-widget {
}
  .front-widget > div {
    margin: 0 8px;
  }
  .front-widget ul {
    list-style: none;
    padding-top: 15px;
    padding-left: 0;
  }
  .front-widget .widget-title {
    background: none no-repeat #f1f1f1;
    background-size: cover;
    border-radius: 3px;
    line-height: 1;
    margin-bottom: 0;
  }
  .front-widget .widget-title.var--reverse a {
    color: #fff;
    background-image: url(images/angle-arrow--light.svg);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
  }
  .front-widget .widget-title a {
    color: #3c3c3c;
    background: url(images/angle-arrow--dark.svg) right 2.65em center no-repeat;
    border-radius: 3px;
    display: block;
    padding: 14px 10px 10px;
    transition: all .2s ease-out;
  }
  .front-widget .widget-title a:hover {
    background-color: rgba(195, 204, 209, .2);
  }
  .front-widget .widget-title .more {
    color: rgba(60, 60, 60, 0.8);
    font-size: 10px;
    font-family: "PT Sans Caption";
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin-top: 1px;
  }
  .front-widget .widget-title .more:after {
    content: "›";
    font-size: 13px;
    margin-left: .125em;
  }
  .front-widget .widget-title.var--reverse .more {
    color: rgba(255, 255, 255, .8);
  }
  .front-widget .widget-title.var--headlines {
    background-image: url(images/front-widget--headlines.jpg);
  }
  .front-widget .widget-title.var--news-releases {
    background-image: url(images/front-widget--news-releases.jpg);
  }
  .front-widget .widget-title.var--research {
    background-image: url(images/front-widget--research.jpg);
  }
  .front-widget .widget-title.var--videos {
    background-image: url(images/front-widget--videos.jpg);
  }
  .front-widget .post-date {
    color: #7c97b0;
    font-size: 10px;
    font-family: "PT Sans Caption";
    text-transform: uppercase;
  }
  .front-widget .post-title {
    color: rgb(49, 51, 116);
    font: 16px/1.0625 "PT Serif", serif;
    margin-bottom: 1px;
  }
  .front-widget .post-title a {
    color: inherit;
  }

.content-area.var--front > .front-widget li {
  margin-bottom: 13px;
}

.sidebar .widget .widget-title {
  color: #bd7f7e;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%), #f1f1f1;
  border-radius: 3px;
  font-size: 17px;
  margin: 0 0 10px;
  padding: .5em 0;
}
  .sidebar .widget .widget-title .first-word {
    color: #9f5353;
  }

.video-meta-s4e {
  display: flex;
  flex-wrap: wrap;
}
.video-meta-s4e > * {
  flex-grow: 1;
}

@media (min-width: 700px) {
  .video-meta-s4e > *:first-child {
    flex-basis: 60%;
  }
  .video-meta-s4e > .sidebar {
    flex-basis: 40%;
    padding-top: 8px;
  }
}

.video-player-7vi {
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}
.video-player-7vi iframe {
  display: block;
  margin: 0;
  width: 100%;
  height: calc(1024px / (16 / 10));
  max-height: 62vh;
}
.video-player-7vi::before {
  background: #003353;
  content: "";
  position: absolute;
  left: calc((100vw - 100%) / -2);
  width: 100vw;
  height: calc(100% + 1px);
  z-index: -1;
}

.widget.dh_recent_posts_sharing_category {
}

.widget {
  margin-bottom: 30px;
}
  .widget .post-title {
    color: #3a3a7b;
    font: 16px/1.125 "PT Serif";
    margin-right: .25em;
  }
  .widget .post-date {
    color: #7c97b0;
    font-size: 11px;
    text-transform: uppercase;
  }
  .widget .post-excerpt p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
  }

.video-promo-3fx {
  position: relative;
}
.video-promo-3fx a.thumbnail {
  display: block;
  overflow: hidden;
  height: 156px;
}
.video-promo-3fx img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-promo-3fx .caption {
  color: #fff;
  background: url(images/play-icon.svg) no-repeat left .6em bottom .6em, linear-gradient(to top, rgb(0, 51, 83), rgba(0, 51, 83, 0));
  background-size: 36px, auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2em .4em .4em 54px;
}
.video-promo-3fx .caption .post-title {
  color: inherit;
}

/* Layout | positioning utilities and breakpoint variations */

/* Layout: Desktop */

@media (max-width: 1024px) {
  .primary-navigation {
    margin-left: -8px;
  }
  .primary-navigation li a {
    margin: 0 2px;
    padding: 12px 6px 10px;
  }
}

@media (min-width: 700px) {
  .site-content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #subnav,
  .content-area,
  .sidebar {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
  }
  #subnav {
    padding-right: 30px;
    width: 15.625%;
  }
  .sidebar {
    padding-left: 30px;
    width: 40%;
  }

  .content-area.var--front > .front-widget {
    float: left;
    width: calc(50% - 12px);
  }
    .content-area.var--front > .front-widget + .front-widget {
      margin-left: 24px;
    }
}

/* Layout: Mobile */

@media (max-width: 699px) {
  body {
    padding: 15px;
  }

  .site-header-menu {
    margin-top: 0;
  }

  .site-search.search-form {
    font-size: 16px;
    float: right !important;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 70%;
  }

  .primary-navigation,
  .secondary-navigation {
    margin-top: 10px;
    transition: all 1.2s ease-in;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
  }
    .toggled-on .primary-navigation,
    .toggled-on .secondary-navigation {
      opacity: 1;
      overflow: scroll;
      visibility: visible;
      max-height: 150vh;
    }
    .primary-navigation li a {
      border-radius: 0 !important;
      padding-left: 1em;
    }

  .secondary-navigation {
    border-radius: 3px;
    outline: 1px solid #dbe3eb;
    outline-offset: -1px;
    overflow: hidden;
  }
    .secondary-navigation li,
    .secondary-navigation li:first-child {
      border: 1px solid rgba(77, 117, 153, .2);
      border-width: 0 1px 1px 0;
      box-sizing: border-box;
      float: left;
      width: 33.33333%;
    }
    .secondary-navigation li a {
      background: none !important;
      display: block;
    }

  .primary-navigation {
    margin: 0 0 20px;
    width: 100%;
  }
    .primary-navigation ul {
    }
    .primary-navigation li {
      border-top: 1px solid rgba(77, 117, 153, .2);
      width: 100%;
    }
    .primary-navigation li:last-child {
      border-bottom: 1px solid rgba(77, 117, 153, .2);
    }
    .primary-navigation li a {
      margin: 0;
    }

  .site-footer {
  }
    .site-footer .region {
      text-align: center;
      display: block;
    }
    .site-footer .menu {
      text-align: center;
    }

  .site-search {
    width: 100%;
  }
}

/* Animations | effects */

/* Overrides | third-party elements */

.epq-pull-quote {
  width: 40%;
}
.epq-pull-quote-default {
  color: #4b6175;
  font-family: "PT Serif";
  font-size: 20px;
  line-height: 1.25;
  border: 1px solid #dbe3eb;
  border-width: 1px 0;
  display: flex;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 11px 0 12px;
  flex-flow: column wrap;
}
  .epq-pull-quote .addthis_sharing_toolbox {
    margin-top: 12px;
  }

  .epq-pull-quote .a2a_kit {
    display: flex;
    margin-top: 12px;
    justify-content: flex-end;
  }

  .epq-pull-quote .a2a_kit a {
    background: unset;
  }

  .epq-pull-quote .a2a_kit a:hover {
    background: unset;
  }

  .epq-pull-quote .epq-twitter {
    display: none;
  }

.ig_action_bar {
}
  .ig_action_bar .ig_data {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    vertical-align: middle !important;
    max-width: 1024px;
  }
  .ig_action_bar .ig_message {
    font-size: 13px !important;
    padding: 0 !important;
  }
  .ig_action_bar .ig_message p {
    text-align: left;
  }
  .ig_action_bar .ig_message img {
    vertical-align: middle;
    margin-bottom: 0;
    width: auto;
    max-height: 2.25em;
  }
  .ig_action_bar .ig_message img.alignleft,
  .ig_action_bar .ig_message img.alignright {
    float: none;
    display: inline-block;
  }
  .ig_action_bar.ig_hello.ig_container {
    border-bottom: 0 !important;
    box-shadow: none !important;
  }
  .ig_action_bar.ig_hello .ig_button {
    box-shadow: none !important;
  }
  .ig_action_bar.ig_show.ig_top .ig_close > span {
    background-position: -400px center !important;
    opacity: .5 !important;
  }
  .ig_action_bar.ig_hello.ig_hide.ig_top .ig_close {
    border: 0 !important;
    box-shadow: none !important;
    margin-top: 0 !important;
  }

.ig_toast_block {
  margin: 20px 30px !important;
}
  .ig_toast_block .ig_toast.ig_clear.ig_container {
    background-color: #f3f5f6 !important;
    border: 1px solid rgba(186, 216, 209, .5) !important;
    border-radius: 0 !important;
  }
  .ig_toast_block .ig_headline {
    color: rgb(76, 129, 116) !important;
    font-size: 1.2142857146rem !important;
    font-weight: normal !important;
    letter-spacing: 0 !important;
  }
  .ig_toast_block .ig_message {
    font-size: 1rem !important;
  }
  .ig_toast_block .ig_toast .ig_wrapper {
    padding: 16px 12px 12px 50px;
  }
  .ig_toast_block .ig_toast .ig_message p {
    margin: .25em !important;
  }

h2.tribe-events-page-title {
  text-align: left;
}

.tribe-events-list-separator-month {
  margin-top: 0;
}

.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
  padding: .5em 0;
}

.tribe-events-event-meta .tribe-events-meta-group {
  width: auto;
}
  .tribe-events-meta-group-details dd,
  .tribe-events-meta-group-details dt {
    display: inline-block;
    padding: .25em 0;
  }
  .tribe-events-meta-group-details dd + dt {
    border-left: 1px solid #c6c6c6;
    margin-left: .5em;
    padding-left: .75em;
  }

.tribe-events-loop .tribe-events-content {
  width: auto;
}
