/*------------------------------------*\
    $BASE
\*------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 none;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  font-family: "Roboto", sans-serif;
  background-color: white;
  color: #333;
}
body.show-search, body.show-menu {
  overflow-y: hidden;
}

.container-fluid {
  max-width: 1230px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

../img {
  max-width: 100%;
  vertical-align: middle;
}

.bn {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #194d87;
}

h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
}

h2 {
  font-size: 30px;
  line-height: 32px;
}

h3 {
  font-size: 26px;
  line-height: 28px;
}

h4 {
  font-size: 20px;
  line-height: 22px;
}

h5 {
  font-size: 18px;
  line-height: 20px;
}

h6 {
  font-size: 16px;
  line-height: 18px;
}

summary {
  font-size: 14px;
  line-height: 20px;
  font-family: "Georgia","Times",serif;
}
summary a:hover {
  color: #194d87;
}

figure {
  position: relative;
}
figure a {
  display: block;
  position: relative;
}
figur../img {
  width: 100%;
}
figure figcaption a {
  display: inline;
  text-decoration: underline;
}
figure figcaption a:hover {
  text-decoration: none;
}

.bg {
  background-color: #f2f2f2;
}

.block-title {
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #013f72;
  text-transform: uppercase;
  border-top: 3px solid #00569c;
  border-bottom: 1px solid #9cbdd9;
}
.block-bb {
  border-bottom: 1px solid #dfdfdf;
}
.block-list li {
  border-top: 1px solid #dfdfdf;
  padding-top: 15px;
  padding-bottom: 15px;
}
.block-list li:first-child {
  border-top: 0;
}
.block-list figure.float-left,
.block-list figure.float-right {
  width: 100px;
}
.block-list2 div {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .block-list2 li:nth-child(n+3) div {
    border-top: 1px solid #dfdfdf;
  }
}
@media (max-width: 767px) {
  .block-list2 div {
    border-top: 1px solid #dfdfdf;
  }
}
.block-list3 figure.float-left {
  width: 270px;
  margin-right: 25px;
}
.block-list3 li {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pager {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #5c5c5c;
}
.pager li {
  text-align: center;
}
.pager li a, .pager li span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.pager li span {
  background-color: #6eb5ef;
  color: white;
}
.pager li a:hover {
  color: #194d87;
}

.sticky-scroll,
#sticky4 > .clearfix {
  margin-left: -15px;
  margin-right: -15px;
}
.sticky-scroll > div,
#sticky4 > .clearfix > div {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 576px) {
  .col-sm-r {
    border-left: 1px solid #dfdfdf;
  }
}
@media (min-width: 768px) {
  .bl-md {
    position: relative;
  }
  .bl-md::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dfdfdf;
    position: absolute;
    top: 0;
    left: -15px;
  }

  .pager li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .content {
    width: calc(100% - 330px);
  }

  .sidebar {
    width: 330px;
  }

  .bl-lg {
    position: relative;
  }
  .bl-lg::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dfdfdf;
    position: absolute;
    top: 0;
    left: -15px;
  }
}
@media (max-width: 991px) {
  #sticky3,
  #sticky4 {
    position: static !important;
  }
}
@media (max-width: 767px) {
  #sticky1,
  #sticky2 {
    position: static !important;
  }
}
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.icon {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: white;
}
.icon-facebook {
  background-image: url(../img/2020/social_facebook.svg);
}
.icon-facebook:hover {
  background-image: url(../img/2020/social_facebook2.svg);
  background-color: #3b5998;
}
.icon-twitter {
  background-image: url(../img/2020/social_twitter.svg);
}
.icon-twitter:hover {
  background-image: url(../img/2020/social_twitter2.svg);
  background-color: #1da1f2;
}
.icon-feed {
  background-image: url(../img/2020/social_feed.svg);
}
.icon-feed:hover {
  background-image: url(../img/2020/social_feed2.svg);
  background-color: #f26522;
}
.icon-mail {
  background-image: url(../img/2020/mail.svg);
  background-size: 22px;
}
.icon-menu {
  background-image: url(../img/2020/menu.svg);
}
.icon-search {
  background-image: url(../img/2020/search.svg);
}
.icon-close {
  background-image: url(../img/2020/x2.svg);
  background-color: black;
}

.logo a {
  display: inline-block;
  width: 231px;
  height: 21px;
  background: url(../img/2020/logo_2020.svg) center/contain no-repeat;
  position:relative;
  z-index: 99999;
}
.pf .logo a {
  background-image: url(../img/2020/logo2_2020.svg);
}
.logo time {
  display: none;
  color: #090909;
  font: 12px "Helvetica",Arial,sans-serif;
  margin-top: 8px;
}
.logo time span {
  color: #6c6c6c;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .ph .middle .logo a {
    width: 461px;
    height: 39px;
  }

  .ph .middle2 .logo a {
    width: 461px;
    height: 39px;
  }
}
.ph {
  position: relative;
  z-index: 100;
  background-color: white;
}
.ph .top .editions {
  font-size: 12px;
  line-height: 32px;
  text-transform: uppercase;
}
.ph .top .editions span {
  display: inline-block;
  margin-right: 15px;
}
.ph .top .editions .active {
  font-weight: bold;
}
.ph .middle2 {
  position: relative;
  padding-top: 18px;
  padding-bottom: 17px;
}
.ph .middle2 .pn {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 290px;
  background-color: #eaeaea;
  height: 100vh;
  overflow-y: scroll;
}
.showMenu .ph .middle2 .pn {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.ph .middle2 .pn button.icon-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}
.ph .middle2 .pn .menu li .expand,
.ph .middle2 .pn .menu li a {
  padding-left: 15px;
  padding-right: 15px;
}
.ph button {
  width: 44px;
  height: 44px;
}
.ph button.active {
  background-color: #00569c;
  background-image: url(../img/2020/x2.svg);
}
.ph .bottom {
  position: relative;
}

.showMenu .pn {
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.pn {
  font-weight: 900;
  font-size: 14px;
  line-height: 44px;
  text-transform: uppercase;
}
.pn .menu li .expand,
.pn .menu li a {
  display: block;
  cursor: pointer;
}
.pn .menu li .expand:hover,
.pn .menu li a:hover {
  background-color: #00569c;
  color: white;
}
.pn .menu li .expand.active,
.pn .menu li .current a {
  background-color: #00569c;
  color: white;
}

#searchform {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #eaeaea;
}
#searchform input {
  font-size: 14px;
  height: 44px;
}
#searchform .form-text {
  width: 100%;
  text-indent: 15px;
}
#searchform .form-submit {
  background-color: black;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
#searchform.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .ph .logo {
    padding-bottom: 27px;
  }
  .ph .logo time {
    display: block;
  }
  .ph .middle2 {
    border-bottom: 1px solid #d6d6d6;
  }
  .ph .bottom button {
    border-top: 5px solid #00569c;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #99bbd7;
  }
  .ph .bottom .icon-menu,
  .ph .bottom .icon-close {
    display: none;
  }
  .ph .bottom .pn {
    line-height: 38px;
  }
  .ph .bottom .pn .menu > li {
    flex-grow: 1;
  }
  .ph .bottom .pn .menu > li > a {
    display: block;
    border-top: 5px solid #00569c;
    border-bottom: 1px solid #99bbd7;
  }
  .ph .bottom .pn .menu > li:first-child > a {
    border-left: 1px solid #eaeaea;
  }
  .ph .bottom .pn .menu > li:first-child > a:hover {
    border-left-color: transparent;
  }
  .ph .bottom .pn .menu > li.c1 {
    color: #00a6b8;
  }
  .ph .bottom .pn .menu > li.c1 > a {
    border-color: #00a6b8;
  }
  .ph .bottom .pn .menu > li.c1 > a:hover {
    background-color: #00a6b8;
    color: white;
  }
  .ph .bottom .pn .menu > li.c2 {
    color: #000;
  }
  .ph .bottom .pn .menu > li.c2 > a {
    border-color: #000;
  }
  .ph .bottom .pn .menu > li.c2 > a:hover {
    background-color: #000;
    color: white;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .ph {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .ph .top {
    padding-left: 10px;
  }
  .ph .middle .logo {
    position: absolute;
    bottom: 10px;
    left: 44px;
    right: 44px;
  }
  .ph .middle .bn {
    display: none;
  }

  .pn {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 290px;
    background-color: #eaeaea;
    height: 100vh;
    overflow-y: scroll;
  }
  .showMenu .pn {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .pn button.icon-close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
  }
  .pn .menu li .expand,
  .pn .menu li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.scrollHeader .ph {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}
.scrollHeader .ph .top {
  display: none !important;
}
.scrollHeader .ph .middle2 {
  padding-top: 0;
  padding-bottom: 0;
  border-top: 0;
}
@media (min-width: 768px) {
  .scrollHeader .ph .middle .logo {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .scrollHeader .ph .middle .logo a {
    width: 231px;
    height: 21px;
  }
  .scrollHeader .ph .middle .logo time {
    display: none;
  }
  .scrollHeader .ph .middle .bn {
    display: none;
  }
  .scrollHeader .ph .middle2 .logo a {
    width: 231px;
    height: 21px;
  }
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.pf {
  padding-top: 36px;
  padding-bottom: 26px;
  font-size: 14px;
  line-height: 20px;
  color: #5b5b5b;
}
.pf .logo {
  padding-bottom: 4px;
}
.pf li {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pf p {
  font-size: 12px;
  font-family: "Helvetica",Arial,sans-serif;
  color: #6c6c6c;
  padding-top: 7px;
  padding-bottom: 7px;
}
.pf .menu {
  font-weight: bold;
  text-transform: uppercase;
}
.pf .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  background-color: transparent;
  width: 20px;
  height: 20px;
}
.pf .icon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.pf .icon-facebook:hover {
  background-image: url(../img/2020/social_facebook.svg);
}
.pf .icon-twitter:hover {
  background-image: url(../img/2020/social_twitter.svg);
}
.pf .icon-feed:hover {
  background-image: url(../img/2020/social_feed.svg);
}

@media (min-width: 768px) {
  .pf li {
    flex-grow: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pf .menu {
    font-size: 13px;
  }
}

/*------------------------------------*\
    $SUBPAGE
\*------------------------------------*/
.bn2 {
  background-color: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.article-header {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 18px;
  padding-bottom: 17px;
  margin-bottom: 19px;
  text-align: center;
}

.byline {
  font: 12px/20px "Helvetica",Arial,sans-serif;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.byline time {
  color: #888;
}
.byline a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .byline time {
    display: block;
  }
}

.share {
  font-weight: bold;
  font-size: 12px;
  line-height: 35px;
  color: white;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 15px;
}
.share .icon {
  width: 54px;
  height: 45px;
  background-color: transparent;
}
.share .icon-facebook {
  background-image: url(../img/2020/social_facebook2.svg);
}
.share .icon-twitter {
  background-image: url(../img/2020/social_twitter2.svg);
}
.share .icon-mail {
  width: 45px;
  border: 1px solid #e1e2e7;
}
.share-facebook {
  background-color: #3b5998;
  margin-right: 10px;
  padding-right: 15px;
}
.share-twitter {
  background-color: #1da1f2;
  margin-right: 10px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .share .icon-facebook, .share .icon-twitter {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 13px;
  }
  .share-facebook, .share-twitter {
    padding-right: 39px;
  }
}

.article-content figure {
  text-align: center;
  margin-bottom: 30px;
}
.article-content figure figcaption {
  font: 300 12px/17px "Helvetica",Arial,sans-serif;
  text-align: left;
  color: #333;
  padding-top: 10px;
}
.article-content .copyright {
  border-top: 1px solid #dfdfdf;
  font: bold 12px/20px "Helvetica",Arial,sans-serif;
  padding-top: 7px;
  padding-bottom: 70px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .article-content {
    padding-left: 44px;
    padding-right: 30px;
  }
}

.article-body {
  font: 18px/30px "Georgia",Times,serif;
  color: #333;
}
.article-body > p,
.article-body > ul,
.article-body > ol,
.article-body > div,
.article-body > blockquote {
  margin-bottom: 30px;
}
.article-body a {
  color: #194d87;
  text-decoration: underline;
}
.article-body a:hover {
  text-decoration: none;
}
.article-body blockquote {
  border-left: 3px solid #eaecf3;
  padding-left: 20px;
  margin-left: 15px;
}
.article-body ol li, .article-body ul li {
  position: relative;
  padding-left: 2.5rem;
}
.article-body ol li::before, .article-body ul li::before {
  position: absolute;
}
.article-body ul li::before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #194d87;
  top: 12px;
  left: 16px;
}
.article-body ol {
  counter-reset: step-count;
}
.article-body ol li {
  counter-increment: step-count;
}
.article-body ol li::before {
  content: counter(step-count) ".";
  color: #194d87;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  top: 0px;
  left: 0px;
  width: 2.5rem;
  text-align: center;
}

/*------------------------------------*\
    $404 (added by Josh)
\*------------------------------------*/
.p404 {
  text-align: center;
  margin: 0 auto;
}
.p404 h1 span.number {
  display: block;
  font-size: 3.2em;
  font-weight: 500;
  line-height: 1em;
}
.p404 p {
  font-size: 1.3em;
  margin: 10px 0;
}
.p404 p a {
  text-decoration: underline;
  color: #00569c;
}

/*------------------------------------*\
    $Ad Units (added by Josh)
\*------------------------------------*/
.ad,
.reformed-univ {
  text-align: center;
}

.reformed-univ {
  margin-bottom: 1.25em;
}

@media (max-width: 990px) {
  .ad,
  .reformed-univ {
    width: 100%;
  }
}