@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Domine:700|EB+Garamond:500&display=swap");
.featured-articles-front {
  padding: 0px 0px;
  margin-left: 15px;
  border-bottom: 1px solid #e07632;
  max-width: calc(100% - 15px);
  max-width: -moz-calc(100% - 15px);
  max-width: -webkit-calc(100% - 15px);
}

.blogs-front {
  max-width: calc(100% - 15px);
  max-width: -moz-calc(100% - 15px);
  max-width: -webkit-calc(100% - 15px);
  margin-top: 20px;
  margin-left: 15px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #ededed;
}

.newsletter-front h1,
.featured-articles-front h1,
.blogs-front h1 {
  font-size: 2em;
  font-weight: 300;
  padding-bottom: 15px;
}

.blogs-front h1 {
  margin-bottom: 0px;
}

.blogs-front h1 {
  padding: 15px;
}

.newsletter-front h1,
.featured-articles-front h1 {
  border-bottom: 1px solid #000;
}

.featured-articles-front h1 {
  margin-bottom: 0px;
}

.newsletter-front h2,
.featured-articles-front a h2,
.blogs-front-content a h2 {
  font-family: "Domine", serif;
  font-stretch: ultra-condensed;
  font-size: 1.4em;
  font-weight: 500;
  color: #2c2c2c;
}

.featured-articles-front a h2 {
  padding-top: 10px;
}

.featured-articles-front a:hover h2 {
  text-decoration: none;
  color: #e07632;
}

.blogs-front-content a:hover h2 {
  text-decoration: none;
  color: #00aae2;
}

.blogs-front-content .author-small a:link,
.blogs-front-content .author-small a:visited {
  text-decoration: none;
  color: #00aae2 !important;
}

.blogs-front-content .author-small a:hover {
  text-decoration: underline;
  color: #2c2c2c !important;
}

article.home-featured-article {
  display: block;
  overflow: auto;
}

.newsletter-author {
  display: block;
}

.author-img {
  display: inline;
  overflow: hidden;
}

.author-img img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.author-details {
  display: inline-block;
  margin-left: 15px;
  color: #adadad;
  padding-top: 30px;
  font-size: 0.9em;
  line-height: 1.2em;
}

.newsletter-content {
  margin-top: 20px;
}

.newsletter-page h1 {
  font-family: "Domine", serif;
}

.newsletter-page .newsletter-select {
  margin-bottom: 20px;
}

.newsletter-page .newsletter-select select {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px dotted #adadad;
  background-color: #ededed;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.newsletter-page .newsletter-topics-list h2 {
  display: block;
  background-color: #e07632;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 1px;
  font-size: 1em;
}

.newsletter-page .newsletter-topics-list a.sidebar-topic:link,
.newsletter-page .newsletter-topics-list a.sidebar-topic:visited {
  display: block;
  background-color: #ededed;
  padding: 10px 15px;
  text-decoration: none;
  color: #2c2c2c;
  margin-bottom: 1px;
}

.newsletter-page .newsletter-topics-list a.sidebar-topic:hover {
  background-color: #2c2c2c;
  color: #ededed;
}

.newsletter-page .newsletter-topics a:link,
.newsletter-page .newsletter-topics a:visited {
  color: #00aae2;
}

.newsletter-page .newsletter-topics a.back-to-top:link,
.newsletter-page .newsletter-topics a.back-to-top:visited {
  display: block;
  width: auto;
  background: #2c2c2c;
  color: #fff;
  padding: 5px;
  float: right;
  margin-top: -20px;
}

.newsletter-page .newsletter-topics a.back-to-top:hover {
  background: #adadad;
}

.newsletter-page .newsletter-topics h1 {
  background-color: #2c2c2c;
  color: #fff;
  padding: 10px;
  margin: 20px 0px;
  font-family: zen-new, sans-serif;
}

.newsletter-page .newsletter-topics h3 {
  font-family: "Domine", serif;
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #adadad;
  color: #e07632;
}

.newsletter-page .newsletter-topics h4 {
  font-family: "Domine", serif;
  font-weight: 900;
  color: #2c2c2c;
  font-size: 1.1em;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.newsletter-excerpt,
.featured-article-excerpt,
.blogs-excerpt {
  font-weight: 500;
}

article.home-featured-article {
  margin-bottom: 20px;
}

article.home-featured-article .fa-thumbnail {
  display: block;
  float: right;
  width: 50%;
  height: 244px;
  overflow: hidden;
}

.fa-thumbnail img {
  width: 100%;
  height: auto;
}

article.home-featured-article .fa-excerpt {
  position: relative;
  padding-left: 0px;
  padding-right: 15px;
  display: block;
  float: left;
  width: calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
}

article.home-featured-article .fa-excerpt a:link,
article.home-featured-article .fa-excerpt a:visited,
article.home-blog-article .fa-excerpt a:link,
article.home-blog-article .fa-excerpt a:visited {
  color: #2c2c2c;
  text-decoration: none;
}

article.home-featured-article .fa-excerpt a:hover {
  color: #e07632;
  text-decoration: none;
}

article.home-blog-article .fa-excerpt a:hover {
  color: #00aae2;
  text-decoration: none;
}

.fa-details {
  position: relative;
  font-size: 0.8em;
  color: #adadad;
}

.fa-details a:link,
.fa-details a:visited {
  color: #e07632 !important;
}

.fa-details a:hover {
  color: #2c2c2c !important;
}

.fa-comments-icon {
  position: absolute;
  top: 0px;
  right: 0px;
}

.featured-articles-overview {
  padding-left: 15px;
}

.featured-articles-overview .article-tile {
  margin-bottom: 30px;
}

.featured-articles-overview .article-tile a:link h2,
.featured-articles-overview .article-tile a:visited h2 {
  font-family: "Domine", serif;
  margin-top: 15px;
}

.featured-articles-overview .article-tile a:link p,
.featured-articles-overview .article-tile a:visited p {
  color: #2c2c2c;
}

.featured-articles-overview .article-tile a:link p,
.featured-articles-overview .article-tile a:visited p {
  color: #2c2c2c;
}

.featured-articles-overview .article-tile .article-thumb {
  width: 100%;
  height: 215px;
  overflow: hidden;
  display: block;
}

.featured-articles-overview .article-tile .article-thumb img,
article.home-featured-article .fa-thumbnail img {
  width: 100%;
  height: auto;
  transition: transform 0.2s;
  /* Animation */
}

.featured-articles-overview .article-tile .article-thumb img:hover,
article.home-featured-article .fa-thumbnail img:hover {
  transform: scale(1.1);
}

.featured-articles-overview .article-tile .author-small {
  color: #adadad;
  font-size: 0.9em;
}

.featured-articles-overview .pagination {
  display: block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.blogs-front-content {
  padding: 15px 15px 15px 15px;
}

article.home-blog-article {
  display: block;
  float: left;
  width: calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: -webkit-calc(50% - 15px);
  margin-bottom: 20px;
}

article.home-blog-article:first-of-type {
  margin-right: 30px;
}

.article-single {
  padding-left: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.article-single .article-header {
  position: relative;
}

.article-single .article-header .header-img {
  position: relative;
  display: block;
  width: 100%;
  height: 333px;
  overflow: hidden;
}

.article-single .article-header .header-img-shapes {
  position: relative;
}

.article-single .article-header .header-img img {
  margin-top: -150px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.article-single .article-header .header-img-shapes img {
  max-width: 735px;
  height: auto;
}

.article-single .article-header .article-title {
  position: absolute;
  bottom: 50px;
  left: 0px;
  display: block;
  max-width: 75%;
  background-color: #fff;
}

.article-single .article-header .article-title-shapes {
  display: block;
  width: 100%;
  background-color: #fff;
}

.article-single .article-header .article-title h2 {
  font-family: "Domine", serif;
  padding: 15px 25px 15px 0px;
}

.article-single .article-header .article-title-shapes h2 {
  font-family: "Domine", serif;
  padding: 30px 25px 15px 0px;
}

.article-single .article-header .article-title .article-tag-fa {
  background-color: #e07632;
  color: #fff;
  font-size: 0.8em;
  padding: 0px 10px;
  display: inline-block;
}

.article-single .blog-header {
  position: relative;
}

.article-single .blog-header .article-title {
  display: block;
}

.article-single .blog-header .article-title h2 {
  font-family: "Domine", serif;
}

.article-single .blog-header .article-title .article-tag-fa {
  background-color: #00aae2;
  color: #fff;
  font-size: 0.8em;
  padding: 0px 10px;
  display: inline-block;
}

.article-single .author-creds {
  margin-top: 20px;
}

.article-single .author-creds .author-cred {
  display: block;
  position: relative;
  margin-right: 25px;
  background-color: #ededed;
  border-radius: 50px 50px 50px 50px;
  margin-bottom: 15px;
  min-height: 75px;
}

.article-single .author-creds .author-cred .author-thumbnail {
  position: absolute;
}

.article-single .author-creds .author-cred .author-thumbnail img {
  border-radius: 50%;
}

.article-single .author-name {
  display: inline-block;
  margin: 20px 20px 10px 90px;
  line-height: 1.2em;
}

.article-single .author-bio,
.article-single .author-more,
.article-single .shapes-intro {
  margin-bottom: 40px;
}

.article-single .author-bio h4,
.article-single .author-more h4,
.article-single .shapes-intro h4 {
  position: relative;
  padding-bottom: 10px;
  padding-top: 0px;
  border-bottom: 1px solid #e07632;
  margin-top: 25px;
}

.article-single .shapes-intro .shapes-logo {
  position: absolute;
  right: 15px;
  top: -35px;
}

.article-single .author-bio h4:first-child {
  padding-top: 0px;
}

.article-single .author-more a.more-article:link,
.article-single .author-more a.more-article:visited {
  display: block;
  font-family: "Domine", serif;
  font-size: 1.2em;
  color: #2c2c2c;
  text-decoration: none;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

.article-single .author-more a.more-article:link:last-of-type {
  border-bottom: 0px solid #ededed;
}

.article-single .author-more a.more-article:hover {
  color: #e07632;
}

.article-single .author-more .author-all {
  display: block;
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #adadad;
}

.article-single .author-more .author-all a:link,
.article-single .author-more .author-all a:visited {
  text-decoration: none;
  color: #adadad;
  font-size: 0.8em;
}

.article-single figure {
  display: inline-block;
}

.comment-section {
  padding-left: 0px;
}

.comment-section .comment-form {
  display: none;
  margin-top: 30px;
}

.comment-section .comment-form .logged-in-as a:link,
.comment-section .comment-form .logged-in-as a:visited {
  color: #adadad;
  font-size: 0.9em;
}

.comment-section .comment-form .logged-in-as a:hover {
  color: #00aae2;
}

.comment-section .comments-total {
  border-bottom: 1px solid #adadad;
  padding-bottom: 10px;
  font-weight: 700;
  margin-top: 30px;
}

.comment-section .comment {
  margin-top: 20px;
}

.comment-section .comment img {
  display: none;
}

.comment-section .comment .comment-author .fn {
  font-weight: 700;
  font-style: normal;
}

.comment-section .comment-meta a:link,
.comment-section .comment-meta a:visited {
  font-size: 0.8em;
  color: #adadad;
}

.comment-section .comment-meta a:hover {
  color: #2c2c2c;
}

.comment-section .comment .reply {
  border-top: 1px solid #adadad;
}

.comment-section .comment:hover {
  background-color: #ededed;
}

.comment-section .comment .comment {
  border-left: 1px solid #ededed;
  padding-left: 20px;
}

.comment-section .comment .comment .comment {
  border-left: 1px solid #ededed;
  padding-left: 30px;
}

.comment-section .comment .comment .comment .comment {
  border-left: 1px solid #ededed;
  padding-left: 40px;
}

.comment-section .comment-form-comment label {
  display: none;
}

.comment-section .comment-form-comment textarea {
  display: block;
  width: 100%;
  padding: 15px;
}

.comment-section input {
  border: 0px;
  border-bottom: 1px solid #2c2c2c;
  padding: 5px 0px;
  width: 100%;
}

.comment-section .comment-form-author label,
.comment-section .comment-form-email label,
.comment-section .comment-form-url label {
  display: none;
}

.comment-section .comment-form-author,
.comment-section .comment-form-email {
  position: relative;
}

.comment-section .comment-form-author i,
.comment-section .comment-form-email i {
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 10px;
}

.comment-section input.submit {
  float: right;
  padding: 10px;
  background-color: #00aae2;
  color: #fff;
}

.comment-section input.submit:hover {
  background-color: #2c2c2c;
}

body {
  font-family: zen-new, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8em;
}

a:link,
a:visited {
  color: #00aae2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.grey-dark {
  color: #2c2c2c;
}

.grey-medium {
  color: #adadad;
}

.grey-light {
  color: #ededed;
}

.orange {
  color: #e07632;
}

.blue {
  color: #00aae2;
}

.pistache {
  color: #d1e2bf;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.bg-grey-dark {
  background-color: #2c2c2c;
}

.bg-grey-medium {
  background-color: #adadad;
}

.bg-grey-light {
  background-color: #ededed;
}

.bg-orange {
  background-color: #e07632;
}

.bg-blue {
  background-color: #00aae2;
}

.bg-pistache {
  background-color: #d1e2bf;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.padding-0 {
  padding: 0px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-left-0 {
  padding-left: 0px;
}

.padding-right-0 {
  padding-right: 0px;
}

.margin-0 {
  margin: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-left-0 {
  margin-left: 0px;
}

.margin-right-0 {
  margin-right: 0px;
}

.padding-10 {
  padding: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.margin-10 {
  margin: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.padding-20 {
  padding: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.margin-20 {
  margin: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-right-30 {
  padding-right: 30px;
}

.margin-30 {
  margin: 30px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

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

.margin-left-30 {
  margin-left: 30px;
}

.margin-right-30 {
  margin-right: 30px;
}

.padding-40 {
  padding: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-right-40 {
  padding-right: 40px;
}

.margin-40 {
  margin: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-right-40 {
  margin-right: 40px;
}

.padding-50 {
  padding: 50px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-left-50 {
  padding-left: 50px;
}

.padding-right-50 {
  padding-right: 50px;
}

.margin-50 {
  margin: 50px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-right-50 {
  margin-right: 50px;
}

.padding-60 {
  padding: 60px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-right-60 {
  padding-right: 60px;
}

.margin-60 {
  margin: 60px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-left-60 {
  margin-left: 60px;
}

.margin-right-60 {
  margin-right: 60px;
}

.padding-70 {
  padding: 70px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-left-70 {
  padding-left: 70px;
}

.padding-right-70 {
  padding-right: 70px;
}

.margin-70 {
  margin: 70px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-left-70 {
  margin-left: 70px;
}

.margin-right-70 {
  margin-right: 70px;
}

.padding-80 {
  padding: 80px;
}

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

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

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

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

.margin-80 {
  margin: 80px;
}

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

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

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

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

.padding-90 {
  padding: 90px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-left-90 {
  padding-left: 90px;
}

.padding-right-90 {
  padding-right: 90px;
}

.margin-90 {
  margin: 90px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-left-90 {
  margin-left: 90px;
}

.margin-right-90 {
  margin-right: 90px;
}

.padding-100 {
  padding: 100px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-left-100 {
  padding-left: 100px;
}

.padding-right-100 {
  padding-right: 100px;
}

.margin-100 {
  margin: 100px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-left-100 {
  margin-left: 100px;
}

.margin-right-100 {
  margin-right: 100px;
}

.pos-relative {
  position: relative;
}

.clear {
  clear: both;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.full-width {
  display: block;
  width: 100%;
}

.white-line {
  height: 1px;
  background-color: #fff;
}

.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 10px;
}

.txt-small {
  font-size: 0.7em;
}

.txt-larger {
  font-size: 1.2em;
}

strong {
  font-weight: 600;
}

.bolder {
  font-weight: 900;
}

select.topic-select {
  display: block;
  border: 0px;
  border-bottom: 1px solid #e07632;
  border-top: 1px solid #ededed;
  width: 100%;
  padding: 15px 0px;
}

a.newsletter-more:link,
a.newsletter-more:visited,
a.newsletter-pdf-link:link,
a.newsletter-pdf-link:visited {
  position: relative;
  display: block;
  background-color: #2c2c2c;
  color: #fff;
  font-weight: 500;
  padding: 10px;
}

a.newsletter-more:hover {
  background-color: #e07632;
  text-decoration: none;
}

a.newsletter-pdf-link:hover {
  text-decoration: none;
}

a.newsletter-more i,
a.newsletter-pdf-link i {
  font-size: 1.2em;
  position: absolute;
  top: 12px;
  right: 10px;
}

a.newsletter-pdf-link:link,
a.newsletter-pdf-link:visited {
  background-color: #e07632;
}

a.newsletter-pdf-link:hover {
  background-color: #2c2c2c;
}

a.btn-all-articles:link,
a.btn-all-articles:visited {
  position: absolute;
  right: 0px;
  top: 5px;
  text-decoration: none;
  color: #2c2c2c;
}

a.btn-all-articles:hover {
  color: #e07632;
}

a.btn-all-articles i {
  font-size: 0.8em;
}

a.btn-all-blogs:link,
a.btn-all-blogs:visited {
  position: absolute;
  bottom: -20px;
  right: 20px;
  padding: 10px;
  background-color: #dcdcdc;
  color: #2c2c2c;
}

a.btn-all-blogs:hover {
  background-color: #2c2c2c;
  color: #fff;
  text-decoration: none;
}

.btn-all-blogs-mobile {
  display: none;
}

a.excerpt-link:link,
a.excerpt-link:visited,
a.title-link-blog:link h2,
a.title-link-blog:visited h2,
a.title-link-fa:link h2,
a.title-link-fa:visited h2 {
  color: #2c2c2c;
  text-decoration: none;
}

a.excerpt-link:hover {
  color: #adadad;
}

a.title-link-fa:hover,
a.title-link-blog:hover {
  text-decoration: none;
}

a.title-link-blog:hover h2 {
  color: #00aae2;
}

a.title-link-fa:hover h2 {
  color: #e07632;
}

.btn-add-comment,
.btn-reply-comment {
  background-color: #2c2c2c;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  display: inline-block;
  font-size: 0.8em;
  cursor: pointer;
}

.page-header {
  display: block;
  width: 100%;
}

.page-header .breadcrumbs {
  margin-bottom: 20px;
  color: #adadad;
  margin-left: 15px;
  font-size: 0.9em;
}

.page-header .breadcrumbs a:link,
.page-header .breadcrumbs a:visited {
  color: #adadad;
}

.page-header .breadcrumbs a:hover {
  color: #2c2c2c;
  text-decoration: none;
}

.page-header .breadcrumbs .search-query {
  color: #2c2c2c;
  font-weight: 700;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.5 em;
}

h4 {
  font-size: 1.2em;
}

.newsletter-subscribe {
  z-index: 2000;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.newsletter-subscribe .subscribe-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 50%;
  background-color: #fff;
  border: 1px solid #adadad;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.newsletter-subscribe .subscribe-close {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.subscribe-form input.txt-xl,
.subscribe-form select.select-xl {
  width: 100%;
  padding: 10px 0px;
  border: 0px;
  border-bottom: 1px solid #adadad;
  margin-bottom: 15px;
}

.subscribe-form input.form-subscribe-btn {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  color: #fff;
  background-color: #2c2c2c;
  border: 0px;
}

.contact-email,
.contact-twitter {
  display: block;
  float: left;
  width: calc(50% - 40px);
  width: -webkit-calc(50% - 40px);
  width: -moz-calc(50% - 40px);
}

.contact-email h1,
.contact-twitter h1,
.contact-newsletter h1 {
  font-family: "Domine", serif;
}

.pods-pagination-paginate .page-numbers.current {
  border: 1px dotted #adadad;
  padding: 10px 10px;
}

.pods-pagination-paginate a.page-numbers:link,
.pods-pagination-paginate a.page-numbers:visited {
  background-color: #00aae2;
  color: #fff;
  padding: 10px 10px;
}

.pods-pagination-paginate a.page-numbers:hover {
  background-color: #2c2c2c;
  text-decoration: none;
}

.pods-pagination-paginate a.prev.page-numbers:link,
.pods-pagination-paginate a.prev.page-numbers:visited,
.pods-pagination-paginate a.next.page-numbers:link,
.pods-pagination-paginate a.next.page-numbers:visited {
  background-color: #2c2c2c;
}

.pods-pagination-paginate a.prev.page-numbers:hover,
.pods-pagination-paginate a.next.page-numbers:hover {
  background-color: #00aae2;
  text-decoration: none;
}

#about-intro,
#about-activities,
#about-newsletter,
#about-contribute,
#about-disclaimer,
#about-partners {
  column-count: 2;
  margin-top: 30px;
  column-gap: 40px;
}

#about-intro {
  margin-top: 0px;
}

#about-activities h2,
#about-newsletter h2,
#about-contribute h2,
#about-disclaimer h2,
#about-partners h2 {
  font-family: "Domine", serif;
  column-span: all;
  font-size: 2.2em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}

div.editorial-team,
div.correspondents {
  margin-left: 20px;
}

.editorial-team .member,
.correspondents .member {
  margin-bottom: 50px;
}

.editorial-team .member,
.correspondents .member {
  background-image: linear-gradient(#ededed, #fff);
  border-radius: 120px 0px 0px 120px;
  max-width: 45%;
  margin-right: 5%;
}

.correspondents .member {
  min-height: 150px;
  border-radius: 70px 0px 0px 0px;
}

.editorial-team .member:nth-child(even),
.correspondents .member:nth-child(even) {
  margin-left: 5%;
  margin-right: 0%;
}

.editorial-team .member-img,
.correspondents .member-img {
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
}

.editorial-team .member-img,
.correspondents .member-img {
  position: absolute;
  left: -20px;
}

.editorial-team .member-img img,
.correspondents .member-img img {
  width: 160px;
  height: auto;
}

.editorial-team .member-details,
.correspondents .member-details {
  display: block;
  float: left;
  width: calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: -webkit-calc(100% - 170px);
  margin-left: 20px;
}

.editorial-team .member-details {
  margin: 15px 0px 0px 150px;
  /* height: 135px; */
  height: auto;
}

.correspondents .member-details {
  margin: 15px 0px 20px 150px;
}

.editorial-team .member-details h2,
.correspondents .member-details h2 {
  font-family: "Domine", serif;
}

.correspondents .correspondents-intro {
  column-count: 2;
  column-gap: 40px;
}

.author-page {
  margin-left: 15px;
  margin-right: 15px;
}

.author-page .author-info .meta {
  position: relative;
}

.author-page .author-info .author-img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.author-page .author-info .author-img img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.author-page .author-details {
  max-width: 100%;
  margin-left: 120px;
  padding-top: 0px;
  line-height: 1.7em;
}

.author-page .author-details .bio-split {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  color: #2c2c2c;
  font-size: 1.2em;
}

.author-page .author-details h3 {
  font-family: "Domine", serif;
  color: #2c2c2c;
  display: block;
}

.author-page .author-results {
  display: block;
  min-width: 100%;
  padding-left: 0px;
}

.author-results .article-tile {
  padding-left: 15px !important;
}

.author-results h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #adadad;
}

.author-results .article-tile a:link h2,
.author-results .article-tile a:visited h2 {
  font-family: "Domine", serif;
  margin-top: 15px;
  border-bottom: 0px;
}

.author-results .article-tile a:link p,
.author-results .article-tile a:visited p {
  color: #2c2c2c;
}

.author-results .article-tile a:link p,
.author-results .article-tile a:visited p {
  color: #2c2c2c;
}

.search-results h2 {
  font-family: "Domine", serif;
  border-bottom: 1px dotted #adadad;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.search-results h2.other-results {
  font-family: "Domine", serif;
  border-top: 1px dotted #adadad;
  border-bottom: 0px;
  padding-top: 30px;
  margin-top: 20px;
}

.search-results h3 {
  font-family: zen-new, sans-serif;
  border-bottom: 1px dotted #adadad;
  padding-bottom: 15px;
}

ul.search-result {
  list-style: none;
}

ul.search-result li,
ul.search-result-split li {
  padding-left: 0px;
}

ul.search-result li:before,
ul.search-result-split li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: inline-block;
  margin-left: -35px;
  margin-right: 10px;
  font-size: 0.8em;
  color: #2c2c2c;
}

ul.search-result-split {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  column-gap: 120px;
  -webkit-column-gap: 120px;
  -moz-column-gap: 120px;
}

footer {
  padding: 50px 0px;
  min-height: 100px;
  background-color: #2c2c2c;
  color: #ededed;
  margin-top: 50px;
}

footer h2 {
  font-family: "Domine", serif;
  font-size: 1.5em;
  border-bottom: 1px dotted #666;
  padding-bottom: 22px;
  margin-bottom: 15px;
}

footer .twitter {
  font-size: 0.9em;
  max-width: 80%;
  color: #adadad;
}

footer .twitter a:link,
footer .twitter a:visited {
  color: #fff;
}

footer .twitter a:hover {
  text-decoration: none;
  color: #e07632;
}

footer .twitter ul {
  list-style: none;
  padding-left: 0px;
}

footer .twitter ul li {
  padding-left: 0px;
}

footer .partners p {
  margin-bottom: 10px;
}

footer .partners .logo {
  text-align: right;
  color: #adadad;
  padding: 15px 0px;
  border-bottom: 1px dotted #666;
  margin-left: 20px;
  font-size: 0.8em;
}

footer .partners .logo:first-child {
  padding-top: 0px;
}

footer .partners .logo:last-child {
  border-bottom: 0px;
}

/* .logo-header {
  position: absolute;
  display: inline-block;
  width: 147px;
  height: 145px;
} */

.logo-header img {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: -150px;
  z-index: 2000;
}

.baseline-header {
  display: inline-block;
  font-family: zen-new, sans-serif;
  margin: 20px 0px 20px 160px;
}

.baseline-header h1 {
  margin-bottom: 0px;
  font-size: 24px;
}

.baseline-header h2 {
  font-family: zen-new, sans-serif;
  margin-bottom: 0px;
  font-size: 16px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.ihp-nav {
  position: relative;
}

.navbar {
  margin-left: 0px;
}

.navbar-nav li {
  font-family: zen-new, sans-serif;
  font-size: 1.1em;
  margin-right: 20px;
}

.navbar-nav .active {
  font-weight: 600;
}

.navbar-nav li a:link,
.navbar-nav li a:visited {
  color: #2c2c2c;
  text-decoration: none;
}

.navbar-nav li a:hover {
  color: #e07632;
}

.nav-right {
  float: right;
}

.navbar-nav .dropdown-menu {
  background-color: #ededed;
  border: 0px;
  border-radius: 0%;
  padding: 10px;
  margin-left: -10px;
  min-width: 250px;
}

.navbar-nav .dropdown-menu li {
  font-weight: 500;
}

.navbar-nav .dropdown-menu li.active {
  font-weight: 700;
}

input.menu-search {
  border: 0px;
  border-bottom: 1px solid #adadad;
  padding: 0px 20px 0px 0px;
  background-color: #fff;
}

.search-field {
  float: right;
  display: block;
  margin-top: 3px;
}

.search-field-mobile {
  display: none;
}

.search-field .search-submit {
  margin-left: -35px;
}

.search-btn {
  background: none;
  border: 0px;
  color: #2c2c2c;
  margin-left: -20px;
}

.subscribe {
  display: inline-block;
}

.subscribe-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  /* background-color: #e07632; */
  background-color: #333333;
  border: 0px;
  color: #fff;
  /* height: 60px; */
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 1280px) {
  .search-field-mobile {
    display: none;
  }
}
@media (max-width: 979px) {
  /* Selectors and styles affecting screens UP TO 979px (Desktop) */

  .logo-header img {
    margin-left: 0px;
  }
  
  .search-field {
    display: none;
  }

  .search-field-mobile {
    display: block;
    width: 100%;
  }

  .search-field-mobile .search-form {
    width: 100%;
  }

  .search-field-mobile input.menu-search {
    border: 0px;
    border-bottom: 1px solid #adadad;
    padding: 0px 20px 0px 0px;
    background-color: #ededed;
  }

  .search-field-mobile .search-submit {
    margin-left: -35px;
  }

  .search-btn {
    background: none;
    border: 0px;
    color: #2c2c2c;
    margin-left: -20px;
  }

  .article-single .author-bio {
    margin-top: 20px;
  }

  .padding-left-0-mobile {
    padding-left: 0;
  }

  .article-single .author-creds .author-cred {
    margin-bottom: 10px;
  }

  #about-intro,
#about-activities,
#about-newsletter,
#about-contribute,
#about-disclaimer,
#about-partners {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .newsletter-subscribe .subscribe-dialog {
    width: 95%;
    margin-top: 30px;
  }

  .editorial-team .member,
.correspondents .member {
    display: block;
    background-image: none;
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: -15px;
    border-bottom: 1px dotted #adadad;
    border-radius: 0px;
    min-height: 110px;
  }

  .editorial-team .member:nth-child(even),
.correspondents .member:nth-child(even) {
    margin-left: -15px;
    max-width: 100%;
    margin-right: 15px;
  }

  .editorial-team .member:first-child,
.correspondents .member:first-child {
    margin-top: 0px;
  }

  .editorial-team .member-img,
.correspondents .member-img {
    width: 90px;
    height: 90px;
    left: 0px;
  }

  .editorial-team .member-img img,
.correspondents .member-img img {
    width: 90px;
    height: auto;
  }

  .editorial-team .member-details,
.correspondents .member-details {
    margin-left: 90px;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    height: auto;
    margin-top: 0px;
  }

  .editorial-team .member-details h2,
.correspondents .member-details h2 {
    font-size: 1.5em;
  }

  .contact-email,
.contact-twitter {
    width: 100%;
  }

  footer .partners {
    padding-left: 0px;
    padding-top: 20px;
  }

  footer .partners .logo {
    text-align: left;
  }

  footer .partners .logo:first-child {
    border-top: 1px dotted #adadad;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  /* Selectors and styles affecting screens UP TO 767px (Tablet) */
  .page-header {
    display: none;
  }

  .logo-container {
    display: block;
    min-height: 120px;
  }

  .logo-header {
    position: relative;
    /* width: 80px;
    height: 80px; */
    display: block;
    /* float: left; */
  }

  .logo-header img {
    margin-left: 0px;
  }

  .baseline-header {
    display: block;
    float: left;
    margin: 0px;
    margin: 20px 0px 0px 0px;
  }

  .navbar {
    margin-left: 0px;
    padding-left: 0px;
  }

  .navbar-collapse .menu-primary-navigation {
    width: 100%;
  }

  .navbar-toggler {
    color: #2c2c2c;
    padding-left: 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
    color: #2c2c2c;
    display: inline-block;
    font-size: 1.2em;
  }

  .search-field {
    display: none;
  }

  .search-field-mobile {
    display: block;
    width: 100%;
  }

  .search-field-mobile .search-form {
    width: 100%;
  }

  .search-field-mobile input.menu-search {
    border: 0px;
    border-bottom: 1px solid #adadad;
    padding: 0px 20px 0px 0px;
    background-color: #ededed;
  }

  .search-field-mobile .search-submit {
    margin-left: -35px;
  }

  .search-btn {
    background: none;
    border: 0px;
    color: #2c2c2c;
    margin-left: -20px;
  }

  /* Newsletter subscribe */
  .newsletter-subscribe .subscribe-dialog {
    width: 95%;
    margin-top: 30px;
  }

  /* FRONTPAGE */
  .featured-articles-front {
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    border-bottom: 0px;
  }

  .featured-articles-front h1 {
    margin-top: 40px;
    border-bottom: 0px;
  }

  article.home-featured-article .fa-thumbnail {
    display: block;
    float: left;
    width: 100%;
  }

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

  article.home-featured-article .fa-excerpt {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dotted #adadad;
  }

  article.home-featured-article .fa-excerpt:last-child {
    border-bottom: 0px;
  }

  a.btn-all-articles:link,
a.btn-all-articles:visited {
    position: relative;
    display: block;
    padding: 10px;
    background-color: #e07632;
    color: #2c2c2c;
    text-align: center;
  }

  a.btn-all-articles:hover {
    background-color: #2c2c2c;
    color: #fff;
  }

  a.btn-all-articles i {
    color: #2c2c2c;
  }

  .blogs-front {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }

  .blogs-front-content article.home-blog-article {
    width: 100%;
    margin-right: 0px;
  }

  a.btn-all-blogs-mobile:link,
a.btn-all-blogs-mobile:visited {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #00aae2;
    color: #fff;
    text-align: center;
  }

  a.btn-all-blogs-mobile:hover {
    background-color: #666;
  }

  .no-mobile {
    display: none;
  }

  /* NEWSLETTER */
  .newsletter-page {
    margin-top: 20px;
  }

  .newsletter-topics-list {
    margin-top: 20px;
  }

  .newsletter-page .newsletter-topics-list h2 {
    background-color: #2c2c2c;
  }

  /* Featured articles */
  .featured-articles-overview {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }

  .featured-articles-overview .pagination {
    margin-bottom: 30px;
    padding: 0px;
  }

  .article-single:first-of-type {
    margin-top: 30px;
  }

  .article-single .article-header .header-img img {
    margin-top: 0px;
    padding-right: 15px;
  }

  .article-single .article-header .article-title {
    max-width: 90%;
    top: 150px;
  }

  .article-single .article-header .article-title h2 {
    margin-bottom: 0px;
  }

  .article-single .author-creds .author-cred {
    margin-bottom: 10px;
  }

  .article-single .author-bio {
    display: none;
  }

  .article-single .author-more {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .article-single .author-more .author-all {
    text-align: center;
  }

  .article-single .author-more .author-all a:link,
.article-single .author-more .author-all a:visited {
    display: block;
    width: 100%;
    color: #2c2c2c;
    font-size: 1em;
    background-color: #e07632;
    padding: 10px;
  }

  .article-single .author-more .author-all a:after {
    content: " all featured articles";
  }

  .comment-section {
    margin-bottom: 30px;
  }

  .btn-add-comment, .btn-reply-comment {
    width: 100%;
    text-align: center;
  }

  .btn-reply-comment {
    background-color: #ededed;
    color: #2c2c2c;
  }

  .blog-header .article-title {
    margin-top: 30px;
  }

  /* Author page */
  .author-page .author-info .author-img {
    position: relative;
    display: inline-block;
    float: left;
  }

  .author-page .author-details {
    display: inline-block;
    max-width: calc(75% - 20px);
    max-width: -webkit-calc(75% - 20px);
    max-width: -moz-calc(75% - 20px);
    float: left;
    margin-left: 20px;
    margin-bottom: 30px;
  }

  .author-page .author-details h3 {
    font-size: 1.6em;
  }

  .author-page .author-details .bio-split {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  /* ABOUT */
  #about-intro,
#about-activities,
#about-newsletter,
#about-contribute,
#about-disclaimer,
#about-partners {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  #about-intro {
    margin-top: 30px;
  }

  /* Editorial team & correspondents */
  .margin-top-mobile {
    margin-top: 30px;
  }

  .correspondents .correspondents-intro {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-columns-count: 1;
  }

  div.editorial-team,
div.correspondents {
    margin-left: 0px;
  }

  .editorial-team .member,
.correspondents .member {
    display: block;
    background-image: none;
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px dotted #adadad;
    border-radius: 0px;
    min-height: 110px;
  }

  .editorial-team .member:nth-child(even),
.correspondents .member:nth-child(even) {
    margin-left: 0px;
    max-width: 100%;
    margin-right: 15px;
  }

  .editorial-team .member:first-child,
.correspondents .member:first-child {
    margin-top: 0px;
  }

  .editorial-team .member-img,
.correspondents .member-img {
    width: 90px;
    height: 90px;
    left: 0px;
  }

  .editorial-team .member-img img,
.correspondents .member-img img {
    width: 90px;
    height: auto;
  }

  .editorial-team .member-details,
.correspondents .member-details {
    margin-left: 90px;
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    height: auto;
    margin-top: 0px;
  }

  .editorial-team .member-details h2,
.correspondents .member-details h2 {
    font-size: 1.5em;
  }

  /* Contact */
  .contact-email,
.contact-twitter {
    width: 100%;
  }

  .contact-newsletter {
    margin-bottom: 20px;
  }

  /* various */
  .padding-left-0-mobile {
    padding-left: 0px;
  }

  .padding-right-0-mobile {
    padding-right: 0px;
  }

  /* Search */
  section.search-results {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  ul.search-result-split {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  /* FOOTER */
  footer {
    margin-top: 0px;
  }

  footer .partners {
    padding-left: 0px;
    padding-top: 20px;
  }

  footer .partners .logo {
    text-align: left;
  }

  footer .partners .logo:first-child {
    border-top: 1px dotted #adadad;
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  /* Selectors and styles affecting screens UP TO 480px (Phone) */
  .page-header {
    display: none;
  }

  .logo-container {
    display: block;
    min-height: 120px;
  }

  .logo-header {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    float: left;
  }

  .logo-header img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-left: -15px;
  }

  .baseline-header {
    display: block;
    float: none;
    margin: 0px;
    padding-top: 20px;
  }

  .navbar {
    margin-left: 0px;
    padding-left: 0px;
  }

  .navbar-collapse .menu-primary-navigation {
    width: 100%;
  }

  .navbar-toggler {
    color: #2c2c2c;
    padding-left: 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
    color: #2c2c2c;
    display: inline-block;
    font-size: 1.2em;
  }

  .search-field {
    display: none;
  }

  .search-field-mobile {
    display: block;
    width: 100%;
  }

  .search-field-mobile .search-form {
    width: 100%;
  }

  .search-field-mobile input.menu-search {
    border: 0px;
    border-bottom: 1px solid #adadad;
    padding: 0px 20px 0px 0px;
    background-color: #ededed;
  }

  .search-field-mobile .search-submit {
    margin-left: -35px;
  }

  .search-btn {
    background: none;
    border: 0px;
    color: #2c2c2c;
    margin-left: -20px;
  }
}

/*# sourceMappingURL=ihp.css.map */
