@charset "UTF-8";
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/* FONTS */
/* COLORS */
/*
	CSS RESET AND BASE STYLES
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  min-height: 100%;
  height: 100%;
}

body {
  margin: 0;
  color: #333;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
  min-height: 100%;
}

h1, .h1-style {
  font-size: 48px;
  line-height: 1.2em;
  margin: 0.67em 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  h1, .h1-style {
    font-size: 36px;
  }
}

h2 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 34px;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 24px;
  letter-spacing: 0;
}

h4 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 20px;
  letter-spacing: 0;
}

h5 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 18px;
  letter-spacing: 0;
}

h6 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 13px;
  letter-spacing: 0;
}

p {
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  background-color: #b3b3b3;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

a {
  background-color: transparent;
  color: #2190fd;
}
a:hover {
  color: #666;
  text-decoration: none;
  outline: 0;
}
a:focus {
  color: #2190fd;
  text-decoration: none;
}
a:active {
  color: #2190fd;
  text-decoration: none;
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b {
  font-weight: bolder;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.button-primary, .page-numbers {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  overflow: visible;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  background: #2190FD;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 1px;
  padding: 25px 50px;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.5s;
}
.button-primary::-moz-focus-inner, .page-numbers::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.button-primary:-moz-focusring, .page-numbers:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.button-primary:hover, .page-numbers:hover {
  background: #1d81e3;
  color: #fff;
}
.button-primary:active, .page-numbers:active {
  border-color: #eaeaea;
  outline: none;
  color: #fff;
}
.button-primary:focus, .page-numbers:focus {
  border-color: #eaeaea;
  outline: none;
  color: #fff;
}
.button-primary.alternate, .page-numbers.alternate {
  background: #fff;
  color: #2190FD;
  border: 2px solid #2190FD;
}
.button-primary.alternate:hover, .page-numbers.alternate:hover {
  background: #2190FD;
  color: #fff;
}
@media (max-width: 768px) {
  .button-primary.alternate:hover, .page-numbers.alternate:hover {
    /* hover is treated differently on mobile so leave the colors alone */
    background: #fff;
    color: #2190FD;
    border: 2px solid #2190FD;
  }
}
.button-primary.external-link img, .page-numbers.external-link img {
  display: inline-block;
  position: relative;
  left: 4px;
  top: -1px;
}
@media (max-width: 768px) {
  .button-primary.go-to-mp, .page-numbers.go-to-mp {
    font-size: 14px;
  }
}
.button-primary.button-square, .page-numbers.button-square {
  border-radius: 5px;
}
.button-primary.button-smaller, .page-numbers.button-smaller {
  font-size: 14px;
  padding: 20px 40px;
}

input[type=submit].button-primary {
  border: 0;
  margin-left: 20px;
  color: #fff;
}
input[type=submit].button-primary:hover {
  color: #fff;
}

button {
  appearance: button;
}
button.button-primary {
  border: 0;
}

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  color: #333;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
}

optgroup {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  color: #333;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
}

select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
  color: #333;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  border: 1px solid #ccc;
}

textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: auto;
  color: #333;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
  width: 100%;
}
textarea:focus {
  color: #666;
  outline: none;
}

[type=button] {
  appearance: button;
}
[type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset] {
  appearance: button;
}
[type=reset]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=reset]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=submit] {
  appearance: button;
}
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  font-size: 20px;
}

[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

dfn {
  font-style: italic;
}

cite {
  font-style: italic;
}

em {
  font-style: italic;
}

i {
  font-style: italic;
}

blockquote {
  margin: 1.5em 2em;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
  font-family: Georgia, serif;
  color: gray;
  border-left: 10px solid gray;
}

blockquote p {
  display: inline-block;
  padding: 20px;
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.8em;
  margin: 0;
  border-left-width: 10px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code {
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

kbd {
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

tt {
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

var {
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

samp {
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

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

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

big {
  font-size: 125%;
}

* {
  box-sizing: inherit;
}
*:before {
  box-sizing: inherit;
}
*:after {
  box-sizing: inherit;
}

ol {
  list-style: decimal;
}

ul {
  padding: 0;
}

li > ul {
  margin-bottom: 0;
}
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

.btn:focus {
  box-shadow: none;
  color: #fff;
}

.btn.focus {
  box-shadow: none;
  color: #fff;
}

input[type=button] {
  background: #222;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  padding: 3px 20px;
  border: 1px solid #222;
  font-weight: 400;
  cursor: pointer;
}
input[type=button]:hover {
  background: #eaeaea;
  color: #666;
  border-color: #eaeaea;
}
input[type=button]:active {
  border-color: #eaeaea;
  outline: none;
}
input[type=button]:focus {
  border-color: #eaeaea;
  outline: none;
}

input[type=reset] {
  background: #222;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  padding: 3px 20px;
  border: 1px solid #222;
  font-weight: 400;
  cursor: pointer;
}
input[type=reset]:hover {
  background: #eaeaea;
  color: #666;
  border-color: #eaeaea;
}
input[type=reset]:active {
  border-color: #eaeaea;
  outline: none;
}
input[type=reset]:focus {
  border-color: #eaeaea;
  outline: none;
}

input[type=text] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=text]:focus {
  color: #666;
  outline: none;
}

input[type=email] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=email]:focus {
  color: #666;
  outline: none;
}

input[type=url] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=url]:focus {
  color: #666;
  outline: none;
}

input[type=password] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=password]:focus {
  color: #666;
  outline: none;
}

input[type=search] {
  color: #666;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=search]:focus {
  color: #666;
  outline: none;
}

input[type=number] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=number]:focus {
  color: #666;
  outline: none;
}

input[type=tel] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=tel]:focus {
  color: #666;
  outline: none;
}

input[type=range] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=range]:focus {
  color: #666;
  outline: none;
}

input[type=date] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=date]:focus {
  color: #666;
  outline: none;
}

input[type=month] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=month]:focus {
  color: #666;
  outline: none;
}

input[type=week] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=week]:focus {
  color: #666;
  outline: none;
}

input[type=time] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=time]:focus {
  color: #666;
  outline: none;
}

input[type=datetime] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=datetime]:focus {
  color: #666;
  outline: none;
}

input[type=datetime-local] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=datetime-local]:focus {
  color: #666;
  outline: none;
}

input[type=color] {
  color: #666;
  border: 1px solid #eee;
  padding: 7px;
  display: block;
  width: 100%;
}
input[type=color]:focus {
  color: #666;
  outline: none;
}

embed {
  max-width: 100%;
}

iframe {
  max-width: 100%;
  min-height: 400px;
  border: 0;
}
@media (max-width: 768px) {
  iframe {
    min-height: 250px;
  }
}

object {
  max-width: 100%;
}

label {
  display: block;
}

[v-cloak] {
  display: none;
}

.main-content li, .the-content li {
  list-style: disc;
  padding-bottom: 25px;
}
.main-content li:last-of-type, .the-content li:last-of-type {
  padding-bottom: 0;
}

li[role=presentation] {
  list-style: none;
}

/*
	COMMON, RE-USABLE CLASSES

	- BREADCRUMBS
	- DISPLAY	
	- FORMS
	- GALLERY & THUMBNAILS
	- HEADING / HERO
	- LAYOUT
	- LINKS, BUTTONS, & ICONS
	- OVERLAP BOX
	- OVERLAY & BACKGROUNDS
	- RELATED POSTS
	- TEXT
	- VISUAL (NON-SEMANTIC) ELEMENTS
*/
.breadcrumbs-container {
  font-size: 14px;
}
.breadcrumbs-container a.post-ancestor-link {
  color: #333;
}
.breadcrumbs-container a.post-ancestor-link:hover {
  text-decoration: underline;
}
.breadcrumbs-container .separator {
  margin: 0 5px;
}
.breadcrumbs-container .breadcrumbs-current-page-item {
  color: #b3b3b3;
}
@media (max-width: 768px) {
  .breadcrumbs-container {
    margin: 7px 0 14px 0;
  }
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.fixed-to-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.overflow-visible {
  overflow: visible !important;
}

body.zmm-open {
  overflow: hidden;
}

.absolute {
  position: absolute;
}

.md-break {
  display: block;
}
@media (max-width: 768px) {
  .md-break {
    display: inline;
  }
}

.half-width-input {
  display: inline-block !important;
  width: 48% !important;
}

.wpcf7-form-control, .form-control, input[type=text], input[type=email], textarea {
  padding: 15px;
  color: #797979;
}

.custom-form h2 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.wpcf7-list-item-label {
  position: relative;
  top: 2px;
  left: 5px;
}

.wpcf7 input[type=file] {
  width: 100%;
  border: 2px solid #797979;
  border-radius: 4px;
  padding: 15px;
}

.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  color: #797979;
}

#submit-contact-form.button-primary, #submit.button-primary {
  padding: 25px 50px !important;
}
#submit-contact-form.button-primary:active, #submit.button-primary:active {
  color: #fff;
}
#submit-contact-form.button-primary:focus, #submit.button-primary:focus {
  color: #fff;
}

.subscribe-banner h2 {
  margin-bottom: 56px;
}
.subscribe-banner #submit {
  max-height: 68px;
}

.grecaptcha-badge {
  display: none;
}

.has-form .grecaptcha-badge {
  display: block;
}

.thumb-gallery, .gallery-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.thumb-gallery.wrap {
  flex-wrap: wrap;
}

.thumb {
  position: relative;
  width: 30%;
}

.basic-thumb {
  display: inline-block;
  flex: 0 0 30%;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 30px;
}
.basic-thumb.col-sm-6 {
  flex: 0 0 48%;
}
.basic-thumb .image {
  min-height: 264px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.basic-thumb .image.shorter {
  min-height: 215px;
}
.basic-thumb .basic-stats {
  margin-top: 10px;
}
.basic-thumb .basic-stats h3 {
  font-size: 20px;
  font-weight: 600px;
  letter-spacing: 0;
}
.basic-thumb .basic-stats h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.basic-thumb .basic-stats p {
  font-size: 10px;
  line-height: 1.2em;
}
.basic-thumb .basic-stats .winner-heading {
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.basic-thumb .basic-stats .blurb {
  color: #333;
  font-size: 14px;
}
.basic-thumb .basic-stats .blurb a, .basic-thumb .basic-stats .blurb p {
  color: #333;
  font-size: 14px;
}
.basic-thumb:hover .hover-underline {
  text-decoration: underline;
}
.basic-thumb.clickable:hover {
  transform: scale(1.01);
}

.thumb-dark-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.44));
}

.top-half-thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.thumb-inset-content {
  display: inline-block;
  background: #fff;
  position: absolute;
  margin: 0;
  padding-top: 30px;
  padding-right: 30px;
}
.thumb-inset-content.bottom {
  bottom: -1px;
}
.thumb-inset-content.left {
  left: -1px;
}

.thumbnail .image {
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.thumbnail hr {
  margin-top: 20px;
}

.logo-gallery .logo-thumb {
  display: flex;
  height: auto;
  flex: 0 0 30%;
  border: 2px solid #fff;
}
.logo-gallery .logo-thumb img {
  width: 250px;
}
.logo-gallery .logo-thumb:hover {
  border-width: 0;
}

.full-width-thumb {
  position: relative;
  min-height: 350px;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 50px;
}
.full-width-thumb:first-of-type {
  margin-top: 15px;
}

@media (max-width: 420px) {
  .basic-thumb-row {
    margin: 0;
  }
  .basic-thumb {
    flex: 0 0 100% !important;
    margin-bottom: 25px;
  }
}
.half-width-thumb-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .half-width-thumb-row.page-section.shorter {
    margin-top: 0;
  }
}

.half-width-thumb {
  flex: 0 0 48.5%;
  position: relative;
}
.half-width-thumb:hover a {
  text-decoration: underline;
}
.half-width-thumb .image {
  min-height: 344px;
  background-size: cover;
  background-repeat: no-repeat;
}
.half-width-thumb .post-title {
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 7px;
}
.half-width-thumb .post-title a {
  font-size: 20px;
}
@media (max-width: 768px) {
  .half-width-thumb {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .half-width-thumb .image {
    min-height: 220px;
  }
}

.image-gallery {
  position: relative;
  width: 92%;
  margin-left: 8%;
}
.image-gallery .gallery-img {
  position: relative;
  height: 620px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #000;
}
.image-gallery .caption {
  margin-top: 15px;
  line-height: 1.67em;
}
.image-gallery .inner-caption {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
}
.image-gallery .slider-arrow {
  opacity: 0;
  position: absolute;
  top: 265px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  z-index: 99;
  cursor: pointer;
}
.image-gallery .slider-arrow.arrow-left {
  left: 0;
}
.image-gallery .slider-arrow.arrow-right {
  right: 0;
  transform: rotate(180deg);
}
.image-gallery .slick-dots {
  position: absolute;
  top: 580px;
  display: flex !important;
  justify-content: center;
  width: 100%;
}
.image-gallery .slick-dots button {
  background-color: #fff;
  opacity: 0.5;
}
.image-gallery .slick-dots .slick-active button {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .image-gallery .slick-dots {
    position: absolute;
    top: auto;
    bottom: 145px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    display: none !important;
  }
}
@media (max-width: 768px) {
  .image-gallery {
    width: 100%;
    margin-left: 0;
  }
  .image-gallery .gallery-img {
    height: 500px;
  }
  .image-gallery .caption {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .image-gallery {
    height: 300px;
  }
  .image-gallery .gallery-img {
    height: 250px;
  }
}

.hero-corner-title {
  box-shadow: 34px 55px 69px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .hero-corner-title {
    box-shadow: none;
  }
}
.hero-corner-title .corner-title {
  position: absolute;
  top: 0;
  background: #fff;
}
.hero-corner-title .corner-title h1 {
  color: #333;
  line-height: 1em;
  margin: 0;
  padding-bottom: 35px;
  padding-right: 40px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .hero-corner-title .corner-title {
    position: relative;
    width: fit-content;
  }
  .hero-corner-title .corner-title h1 {
    font-size: 36px;
    padding-bottom: 25px;
    padding-right: 30px;
    line-height: 1.2em;
  }
}

.hero-with-first-post {
  margin-left: 7.5%;
  overflow: visible !important;
}
.hero-with-first-post .hero-post-box {
  background: #fff;
  width: 48%;
  padding: 56px 44px;
  margin-left: -7.5%;
}
@media (max-width: 768px) {
  .hero-with-first-post {
    margin-left: 0;
  }
  .hero-with-first-post h2 {
    font-size: 18px !important;
  }
  .hero-with-first-post p {
    font-size: 14px !important;
  }
}

.remove-line-height {
  line-height: 1em;
}

.flex {
  display: flex;
}

.flex-between {
  justify-content: space-between;
}

.flex-center {
  justify-content: center;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-center-vertical {
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.vert-center-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.centered-main-content {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .centered-main-content {
    width: 100%;
  }
}

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

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.margin-top-200 {
  margin-top: 200px !important;
}

.heading-left-link-right .link {
  position: relative;
  right: 15px;
  text-align: right;
}
@media (max-width: 768px) {
  .heading-left-link-right .link {
    text-align: left;
    right: 0;
  }
}

.relative {
  position: relative;
}

.bottom-breathe {
  margin-bottom: 25px;
}

.fix-tiki-toki-iframe-padding-bottom iframe {
  margin-bottom: -7px !important;
}

.no-margin {
  margin: 0;
}

.lightbox-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  opacity: 0.95;
  z-index: 99;
}
.lightbox-container .close {
  color: #fff;
}

a.learn-more {
  position: relative;
  color: #2190fd;
  text-transform: uppercase;
  font-weight: 600;
  transition: border-color 0.5s;
  border-bottom: 2px solid transparent;
}
a.learn-more::after {
  content: "";
  background: url(../images/ic-chevron-right.svg) no-repeat;
  background-size: 8px;
  position: absolute;
  display: inline-block;
  right: -15px;
  bottom: 5px;
  width: 7px;
  height: 16px;
  transform: rotate(180deg);
}
a.learn-more:hover {
  border-color: #2190fd;
}

.fa-external-link {
  position: relative;
  left: 8px;
}

.btn-download {
  cursor: pointer;
  display: inline-block;
  width: 42px;
}

.icon-map-marker {
  position: relative;
  display: inline;
  width: 12px;
  margin-left: -8px;
}

.pdf-download, .jpg-download {
  position: relative;
  display: inline-block;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
}
.pdf-download span, .jpg-download span {
  font-weight: 600;
}
.pdf-download:hover, .jpg-download:hover {
  color: #2190FD;
  border-bottom: 2px solid #2190FD;
}
.pdf-download:last-of-type, .jpg-download:last-of-type {
  margin-bottom: 0;
}

.tags-container .btn {
  display: inline-block;
  color: #2190fd;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0;
}
.tags-container .btn:hover {
  color: #21759b;
}
.tags-container .center-dot {
  position: relative;
  top: 1px;
  color: #2190FD;
}
@media (max-width: 768px) {
  .tags-container .btn {
    font-size: 10px;
  }
}

.load-more-container {
  margin: 25px auto;
  text-align: center;
}

.block-link {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.block-link.absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dark-link {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.dark-link:hover {
  text-decoration: underline;
}

.social-container {
  position: relative;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}
.social-container li {
  margin-left: 15px;
  padding-bottom: 0;
  list-style: none !important;
  cursor: pointer;
  padding: 0;
}
.social-container li img {
  width: 42px;
}
.social-container li:first-of-type {
  margin-left: 0;
}
.social-container li a.share-btn {
  cursor: pointer;
}
@media (max-width: 768px) {
  .social-container {
    margin-left: -20px;
  }
}

.scale-hover:hover {
  transform: scale(1.01);
  cursor: pointer;
}

.back-to-top {
  display: none;
  bottom: 20px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  z-index: 1;
  background: #222;
  color: #fff;
  font-size: 12px;
}
.back-to-top:hover {
  background: #eaeaea;
  color: #666;
}

.language-link {
  font-weight: 600;
  display: none;
}

.external-arrow img {
  position: relative;
  left: 5px;
  top: 0;
  display: inline-block;
}

.see-more img {
  margin-right: 10px;
}
.see-more img.reverse {
  transform: rotate(180deg);
}

.overlap-box {
  display: flex;
}
.overlap-box img {
  width: 100%;
}
.overlap-box .overlap-image-container {
  display: inline-block;
  width: 76%;
}
@media (max-width: 768px) {
  .overlap-box .overlap-image-container {
    width: 100%;
  }
}
.overlap-box .overlap-text-container {
  display: inline-block;
  width: 40%;
}
@media (max-width: 768px) {
  .overlap-box .overlap-text-container {
    width: 100%;
  }
}
.overlap-box .overlap-image {
  height: 100%;
  width: 100%;
  min-height: 500px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .overlap-box .overlap-image {
    min-height: 250px;
  }
}
.overlap-box .overlap-text {
  margin-left: -36%;
  background-color: #fff;
  box-shadow: 24px 24px 69px 0 rgba(0, 0, 0, 0.1);
  padding: 44px;
}
.overlap-box .overlap-text h2 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .overlap-box .overlap-text {
    margin: 0;
    box-shadow: none;
    padding: 20px 2px;
  }
}
@media (max-width: 768px) {
  .overlap-box {
    display: block;
  }
}

.overlap-box.reversed .overlap-text-container {
  width: 48%;
}
.overlap-box.reversed .overlap-text-container .overlap-text {
  margin-left: 0;
  box-shadow: none;
}
@media (max-width: 768px) {
  .overlap-box.reversed .overlap-text-container {
    width: 100%;
    box-shadow: none;
  }
}
.overlap-box.reversed .overlap-image-container {
  width: 52%;
}
@media (max-width: 768px) {
  .overlap-box.reversed .overlap-image-container {
    width: 100%;
  }
}

.gradient-layer {
  width: 100%;
  height: 315px;
  position: absolute;
  background: linear-gradient(180deg, rgba(13, 26, 32, 0.76) 0%, rgba(121, 121, 121, 0) 99%);
}

.overlay-full {
  position: absolute;
  top: 0;
  bottom: 12%;
  left: 0;
  right: 0;
}

.overlay-dark {
  background-color: #161b21;
  opacity: 0.3;
}

.full-bg {
  width: 100%;
}

.light-blue {
  background-color: #cae5fe;
}

.solitude {
  background-color: #e8f4ff;
}

.related-posts-thumb {
  height: auto;
  transition: transform 0.5s;
  margin-bottom: 25px;
}
.related-posts-thumb .top-half-thumb-img {
  position: relative;
  min-height: 220px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.related-posts-thumb .related-post-bottom h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  margin-top: 1em;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .related-posts-thumb .related-post-bottom h4 {
    margin-top: 0;
  }
}
.related-posts-thumb .related-post-bottom .post-date {
  font-size: 14px;
}
.related-posts-thumb:hover {
  transform: scale(1.01);
}
.related-posts-thumb:hover .post-title {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .related-posts-thumb {
    margin-bottom: 50px;
  }
  .related-posts-thumb:last-of-type {
    margin-bottom: 0;
  }
  .related-posts-thumb .tags-container .btn {
    font-size: 10px;
  }
}
@media (max-width: 768px) and (max-width: 420px) {
  .related-posts-thumb .tags-container .btn {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .related-posts.page-section.shorter {
    margin-top: 25px;
  }
}
.bold-large {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1.5em;
  opacity: 0.87;
}

.small-note {
  color: #797979;
}

.light-gray {
  color: #797979;
}

.small-text {
  font-size: 14px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.blue-headings h2 {
  font-weight: 300 !important;
  color: #2190FD !important;
  margin-bottom: 16px;
}

.blue-heading {
  font-weight: 300 !important;
  color: #2190FD !important;
  margin-bottom: 16px;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  color: #797979;
}

.wp-caption-text {
  text-align: left;
  line-height: 1.5em;
}

.separator {
  position: relative;
  font-size: 14px;
}
.separator:last-of-type {
  display: none;
}

.spacer-line-vertical {
  width: 2px;
  height: 112px;
  background-color: #b3b3b3;
}

.centered-hr {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.spacer.s1 {
  min-height: 80px;
  height: 80px;
}

.spacer-for-fixed-header {
  display: none;
}

/*
	NAVIGATION STYLES
*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul li {
  padding-bottom: 0;
}
.main-navigation ul ul.sub-menu {
  float: left;
  position: absolute;
  top: 85%;
  left: -999em;
  z-index: 99999;
  background: #fff;
  line-height: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.main-navigation ul ul.sub-menu ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul.sub-menu li {
  line-height: 1.3em;
}
.main-navigation ul ul.sub-menu li a {
  text-transform: none;
}
.main-navigation ul ul.sub-menu li:hover > ul {
  left: 100%;
}
.main-navigation ul ul.sub-menu li.focus > ul {
  left: 100%;
}
.main-navigation ul ul.sub-menu a {
  width: 200px;
}
.main-navigation ul li a {
  color: #333;
  text-transform: uppercase;
  transition: color 0.5s, border-color 0.5s;
}
.main-navigation ul li a:hover {
  color: #2190FD;
}
.main-navigation ul li:hover > ul {
  left: 20px;
}
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  display: inline-block;
  position: relative;
}
.main-navigation li ul.sub-menu a:hover {
  color: #2190FD !important;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15px;
  color: #333;
}
.main-navigation #primary-menu li:hover:after {
  background-color: #2190FD;
}
.main-navigation li.current-menu-item > a {
  color: #2190fd;
}
.main-navigation li.current_page_item > a {
  color: #2190fd;
}
.main-navigation .current-menu-parent > a, .main-navigation .current-page-ancestor > a {
  color: #2190fd;
}
.main-navigation .current-menu-parent:after, .main-navigation .current-page-ancestor:after {
  background-color: #2190fd;
  content: "";
  position: absolute;
  height: 3px;
  min-width: 30px;
  top: 65%;
  left: 18px;
  width: calc(100% - 35px);
  transition: color 3s ease-in;
}
.main-navigation .current-menu-parent .sub-menu a, .main-navigation .current-page-ancestor .sub-menu a {
  border-bottom: 0;
}
.main-navigation .current-page-ancestor .sub-menu li:after {
  height: 0;
}
.main-navigation .not-current a {
  color: #333 !important;
}

.main-navigation .menu-primary-container {
  display: inline-block;
}

#primary-menu li:hover:after {
  content: "";
  position: absolute;
  height: 3px;
  min-width: 30px;
  background-color: #2190fd;
  top: 65%;
  left: 18px;
  width: calc(100% - 35px);
  transition: color 3s ease-in;
}
#primary-menu li:hover .sub-menu li:hover:after {
  content: none;
}

#extra-nav-items {
  position: relative;
  top: -1px;
}
#extra-nav-items a {
  padding: 0 10px;
}
#extra-nav-items a:hover {
  opacity: 1;
}
#extra-nav-items .header-search-toggle, #extra-nav-items .english-chinese-link {
  position: relative;
}
#extra-nav-items .header-search-toggle:hover, #extra-nav-items .english-chinese-link:hover {
  opacity: 0.5;
}
#extra-nav-items .header-search-toggle {
  top: 4px;
}
#extra-nav-items .header-search-toggle img {
  width: 17px;
}
#extra-nav-items .english-chinese-link {
  top: 6px;
}

/* change opacity of magnifying glass if on search page */
body.search .header-search-toggle {
  opacity: 0.5;
}

#footer-menu li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}
#footer-menu li a:hover {
  border-bottom: 1px solid #000;
}
#footer-menu li ul.sub-menu {
  margin-top: 25px;
}
#footer-menu li ul.sub-menu li {
  margin-bottom: 20px;
  list-style: none;
}
#footer-menu li ul.sub-menu li a {
  font-weight: 400;
}
#footer-menu .mp-link img.mp-external {
  position: relative;
  left: 4px;
  width: 11px;
}

.menu-toggle {
  display: block;
}

.main-navigation.toggled ul {
  display: block;
}

.mobile-menu-icon i {
  font-size: 24px;
}

.mobile-menu-wrapper .mobile-menu {
  display: none;
}

.menu-close {
  position: absolute;
  right: 28px;
  top: 30px;
  font-size: 30px;
  line-height: 25px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
span.mobile-menu-icon {
  position: relative;
  top: 12px;
  cursor: pointer;
}

.search-container {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  top: 60px;
  right: 15px;
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.search-container.search-is-active {
  height: 56px;
}

.search-submit {
  position: absolute;
  top: 0;
  right: 7px;
  height: 46px;
  line-height: 40px;
  background: transparent;
  color: #333;
  padding: 0;
  border: 0;
}
.search-submit:hover {
  background: transparent;
  opacity: 0.5;
}

.search-form {
  position: relative;
  top: 0;
  right: 0;
  width: 250px;
}

.mobile-search-container {
  position: absolute;
  top: 27px;
  left: -200px;
  display: flex;
  transition: left 1s;
}
@media (max-width: 420px) {
  .mobile-search-container {
    left: -155px;
  }
}
.mobile-search-container .search-form {
  width: 175px;
}
@media (max-width: 420px) {
  .mobile-search-container .search-form {
    width: 150px;
  }
}
.mobile-search-container .label {
  margin-bottom: 0;
}
.mobile-search-container.search-is-active {
  left: 20px;
}

.mobile-search-toggle {
  margin-left: 50px;
}
.mobile-search-toggle img {
  width: 25px;
}
@media (max-width: 420px) {
  .mobile-search-toggle {
    margin-left: 30px;
  }
}

.internal-page-navigation {
  display: flex;
  line-height: 1.5em;
  justify-content: space-between;
  width: 94%;
  margin-left: 6%;
  border-bottom: 2px solid #b3b3b3;
  background-color: #fff;
}
.internal-page-navigation a {
  position: relative;
  top: 3px;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: color 0.5s, border-color 0.5s;
  margin-left: 4.4%;
  padding-bottom: 8px;
  border-bottom: 4px solid transparent;
}
.internal-page-navigation a:hover {
  color: #2190FD;
  border-bottom-color: #2190FD;
  cursor: pointer;
}
.internal-page-navigation a:first-of-type {
  margin-left: 0;
}
@media (max-width: 768px) {
  .internal-page-navigation {
    width: 100%;
    margin-left: 0;
    border: 0;
    overflow-x: scroll;
    padding: 0;
    overflow-y: hidden;
    margin-top: -25px;
  }
  .internal-page-navigation::-webkit-scrollbar {
    background: #b3b3b3;
    height: 4px;
  }
  .internal-page-navigation::-webkit-scrollbar-thumb {
    background: #2190FD;
  }
  .internal-page-navigation a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 10px;
    line-height: 1.2em;
  }
}

.breadcrumb {
  padding: 0;
  background: none;
  margin-bottom: 0;
  color: #333;
  display: block;
}
.breadcrumb a {
  color: #333;
  padding: 0px 5px;
}
.breadcrumb a::after {
  content: "/";
  font-family: "fontawesome";
  padding-left: 10px;
}

.slick-dots li {
  height: 4px;
}
.slick-dots li:focus, .slick-dots li:hover, .slick-dots li:active, .slick-dots li:focus-within, .slick-dots li:visited {
  outline: 0;
}
.slick-dots button {
  width: 24px;
  height: 4px;
  color: transparent;
  border: 0;
  margin: 0 1px;
  cursor: pointer;
}
.slick-dots button:focus, .slick-dots button:hover, .slick-dots button:active, .slick-dots button:focus-within, .slick-dots button:visited {
  outline: 0;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .mobile-menu-wrapper {
    display: none;
  }
  .navbar-items > li {
    height: 75px;
    line-height: 75px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1024px) {
  .main-navigation {
    display: none;
  }
  .mobile-menu {
    height: 100%;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #eaeaea;
    top: 0;
    overflow-y: auto;
  }
  .mobile-menu .main-menu {
    padding: 50px 25px 25px 25px;
    margin-top: 50px;
  }
  .mobile-menu .zmm-dropdown-toggle {
    float: right;
  }
  .mobile-menu > ul li {
    position: relative;
    font-size: 20px;
    line-height: 1.5em;
    width: 100%;
    list-style: none;
    padding: 10px 0;
  }
  .mobile-menu > ul li:hover:after {
    content: none;
    display: none;
    height: 0;
  }
  .mobile-menu > ul li a {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
  }
  .mobile-menu > ul li a:hover, .mobile-menu > ul li a:active {
    color: #2190fd;
  }
  .mobile-menu > ul li .sub-menu {
    padding-left: 20px;
    padding-top: 15px;
  }
  .mobile-menu > ul li .sub-menu li {
    padding: 5px 0;
  }
  .mobile-menu > ul li .sub-menu li a {
    text-transform: none;
  }
  .zmm-dropdown-toggle {
    position: absolute;
    right: 0;
    padding: 4px;
    top: 0;
    line-height: 35px;
    color: #666;
  }
  .site-header .navigation-section {
    margin: 0;
    line-height: 90px;
  }
  .site-header.fixed-mobile-header {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100vw;
    padding: 10px 0;
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 50px;
  }
  .fp-theme-one .filterable-portfolio-item_content .filterable-portfolio-item_supporting-text {
    position: relative;
    transform: none !important;
    opacity: 1 !important;
  }
  .fp-theme-one .filterable-portfolio-item_content:hover img {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media screen and (min-width: 48em) {
  .main-navigation a {
    padding: 0 17px;
  }
  .main-navigation ul ul a {
    padding: 0.75em 1.25em;
    width: 16em;
  }
}
@media (max-width: 768px) {
  .site-header .navigation-section {
    line-height: 40px;
  }
}
/*
	HEADER STYLES
*/
.site-header {
  background: transparent;
  position: relative;
  z-index: 999;
  top: 60px;
}
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.site-header .custom-logo {
  position: relative;
  top: 2px;
}
.site-header .main-menu > li:last-child a {
  padding-right: 0;
  margin-right: 17px;
}
.site-header .header-menu {
  background: transparent;
  z-index: 999 !important;
  position: relative;
}
.site-header .header-menu .nav {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .site-header {
    top: 30px;
  }
}

.site-content {
  padding: 75px 0;
}
.site-content:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.custom-logo-link {
  display: inline-block;
}

.site-branding > * {
  margin: 0;
}
.site-branding .site-description {
  line-height: 30px;
  margin-bottom: 0;
}
.site-branding .branding-inner-wrap {
  line-height: 1;
  padding: 20px 0px;
}

.site-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #666;
}
.site-title a {
  color: #666;
}

section.not-found {
  text-align: center;
}

.search-box-wrap {
  max-width: 290px;
  margin: 0 auto;
  width: 100%;
}

/*
	FOOTER STYLES
*/
.site-footer .footer {
  background: #e8f4ff;
  /* background: blue; */
  padding-top: 50px;
  font-size: 14px;
}
.site-footer .pi-footer-logo {
  float: left;
}
@media (max-width: 768px) {
  .site-footer .pi-footer-logo {
    display: block;
    float: none !important;
    margin-bottom: 25px;
    text-align: center;
  }
}
.site-footer .footer-social-container {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  position: relative;
}
.site-footer .footer-social-container ul {
  position: relative;
  left: 15px;
  display: flex;
}
@media (max-width: 768px) {
  .site-footer .footer-social-container ul {
    left: 0;
  }
}
.site-footer .footer-social-container ul li {
  margin-left: 15px;
  list-style: none;
}
.site-footer .footer-social-container ul li img {
  width: 50px;
}
.site-footer .follow-bold {
  font-weight: bold;
  line-height: 50px;
  font-size: 14px;
}
.site-footer:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.footer-top {
  padding-top: 50px;
  border-top: 1px solid #eee;
  padding-bottom: 30px;
}

ul#footer-menu {
  padding-top: 80px;
  padding-bottom: 65px;
  justify-content: space-between;
}
ul#footer-menu > li {
  width: auto;
}

@media (max-width: 768px) {
  #footer-primary-menu {
    display: none;
  }
}
#footer-hr {
  max-width: 1366px;
  margin: 0 auto;
}
#footer-hr hr {
  color: #797979;
}

.footer-bottom {
  padding-top: 15px;
  padding-bottom: 38px;
}
.footer-bottom a {
  color: #000;
  margin-right: 48px;
}
.footer-bottom .footer-copyright {
  text-align: right;
}
@media (max-width: 768px) {
  .footer-bottom {
    padding-top: 0;
    padding-bottom: 15px;
    text-align: left;
  }
  .footer-bottom .footer-bottom-left {
    display: flex;
    justify-content: center;
  }
  .footer-bottom .footer-bottom-left a {
    margin-right: 10px;
  }
  .footer-bottom .footer-copyright {
    display: flex;
    justify-content: center;
    text-align: left;
  }
}

.site-info {
  padding: 35px 0px;
  margin-bottom: 0;
  text-align: center;
}
.site-info .social-links {
  margin-bottom: 20px;
}
.site-info .social-links li {
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 15px;
}

/*
	SITE-WIDE LAYOUT STYLES
*/
.site {
  position: relative;
  min-height: 100%;
  height: 100%;
}

#content-wrapper {
  display: inline-block;
  width: 100% !important;
  margin-bottom: 240px;
  margin-top: 30px;
}
#content-wrapper p:last-child {
  margin-bottom: 0;
}
#content-wrapper .remove-wrapper-bottom-margin {
  margin-bottom: -240px;
}

.container {
  max-width: 100%;
  width: 1220px;
}

.container.main-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #content-wrapper {
    margin-bottom: 100px;
  }
  #content-wrapper .remove-wrapper-bottom-margin {
    margin-bottom: -100px;
  }
}
.page-header {
  margin-top: 40px;
  border-radius: 0;
  position: relative;
}
.page-header h1 {
  line-height: 1em;
}
.page-header .page-title {
  text-align: center;
  color: #fff;
  font-size: 25px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.page-header.extra-height {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .page-header {
    margin-top: 0;
  }
  .page-header.extra-height {
    margin-top: 0;
  }
}

.page-header.jumbotron {
  height: 300px;
  background: #eaeaea;
}

.page-header.bg-image, .hero.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 650px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .page-header.bg-image, .hero.bg-image {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .page-header.bg-image.has-overlap-header, .hero.bg-image.has-overlap-header {
    margin-bottom: 250px;
  }
}
@media (max-width: 420px) {
  .page-header.bg-image.has-overlap-header, .hero.bg-image.has-overlap-header {
    margin-bottom: 470px;
  }
}

.bg-image.bg-medium {
  height: 490px;
}

.page-header.bg-image.bg-thin {
  height: 300px;
}
.page-header.bg-image.bg-thin h1 {
  font-size: 40px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .page-header.bg-image.bg-thin h1 {
    font-size: 36px;
  }
}

.page-header-100 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .page-header-100 {
    margin-top: 50px;
  }
}

.page-header.extra-extra-height {
  margin-top: 150px;
}

.page-header .overlap-header {
  position: absolute;
  bottom: -44px;
  background: #fff;
  width: 528px;
  padding: 44px;
  box-shadow: 24px 24px 69px 0 rgba(0, 0, 0, 0.1);
}
.page-header .overlap-header h1 {
  line-height: 1em;
  margin-bottom: 25px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .page-header .overlap-header h1 {
    font-size: 36px;
    margin-top: 0;
  }
}
.page-header .overlap-header p {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
  color: #555;
}
@media (max-width: 768px) {
  .page-header .overlap-header p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .page-header .overlap-header {
    bottom: auto;
    top: 325px;
    left: 15px;
    right: 15px;
    width: auto;
  }
}

.page-content {
  width: 70%;
  margin-left: 30%;
  background-color: #fff;
  position: relative;
  padding: 0 3.7% 0 3.7%;
}
.page-content.overlap-hero {
  top: -90px;
  margin-bottom: -90px;
}
@media (max-width: 768px) {
  .page-content.overlap-hero {
    padding: 0 25px;
  }
}
.page-content h1 {
  margin: 42px 0 20px 0;
  line-height: 1em;
}
.page-content .h1-style {
  font-size: 48px;
  line-height: 80px;
  margin: 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  color: #333333;
}
@media (max-width: 768px) {
  .page-content .h1-style {
    font-size: 36px;
  }
}
.page-content ul {
  padding-left: 20px;
}
.page-content .the-content {
  margin-top: 10px;
}
.page-content.headings-skewed-left h2 {
  position: relative;
  left: -5%;
}
.page-content .width-full-container, .page-content .oversize-image {
  position: relative;
  left: -43%;
  min-width: 150%;
}
@media (max-width: 768px) {
  .page-content {
    width: 75%;
    margin-left: 25%;
  }
  .page-content .width-full-container {
    left: 0;
    min-width: 100%;
    width: 100%;
  }
  .page-content .oversize-image {
    left: 0;
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .page-content {
    width: 100%;
    margin: 0 auto;
    top: 0;
    padding: 0;
  }
}

.page-section {
  margin-top: 75px;
}

.page-section.shorter {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .page-section.shorter {
    margin-top: 25px;
  }
}

.page-section.taller {
  margin-top: 110px;
}
@media (max-width: 768px) {
  .page-section.taller {
    margin-top: 50px;
  }
}

.page-section.no-header {
  margin-top: 100px;
}

.page-section.shift-right {
  width: 63%;
  margin-left: 29.5%;
  margin-right: 7%;
}
@media (max-width: 768px) {
  .page-section.shift-right {
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}

.page-section.shift-right-a-bit {
  margin-left: 16%;
}
@media (max-width: 768px) {
  .page-section.shift-right-a-bit {
    width: 100%;
    margin: 0;
  }
}

.full-screen-iframe iframe {
  width: 100vw;
  height: 100vh !important;
}

/* TEMPLATE SPECIFIC */
/* vertical overview template */
.vertical-about h3 {
  color: #333;
  line-height: 1em;
  margin-bottom: 20px;
}

.page-template-story-map-template .site-header {
  top: 0;
  display: none;
  border: 0;
}
.page-template-story-map-template #content-wrapper {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .site-content {
    padding: 35px 0;
  }
}
/*
	GENERAL BLOG/POST STYLES
*/
.single-post .hero-full-width {
  height: 600px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .single-post .hero-full-width {
    height: 250px;
    margin-top: 0;
  }
}
.single-post .post-header {
  padding: 0 3.7% 0 7.4%;
}
.single-post .post-header .tags-container a {
  font-size: 14px;
  font-weight: 600;
}
.single-post .social-media-container {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .single-post .social-media-container {
    justify-content: center;
  }
  .single-post .social-media-container .social-container {
    margin-left: 0;
  }
}
.single-post h1 {
  display: inline-block;
  width: 85.1%;
  font-size: 40px;
  line-height: 1.55em;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .single-post h1 {
    font-size: 32px;
    width: 100%;
  }
}
.single-post .post-date {
  line-height: 1.67em;
}
@media (max-width: 768px) {
  .single-post h1 {
    line-height: 1.3em;
  }
  .single-post .post-header {
    margin: 0;
    padding: 0;
  }
  .single-post .post-header .category-links-container {
    margin: 10px auto;
  }
}

.the-content div {
  margin-bottom: 1.5em;
}
.the-content div:last-of-type {
  margin-bottom: 0;
}

.video-post .iframe-container iframe {
  width: 100%;
  min-height: 670px;
}

#project-details h2 {
  font-size: 24px;
  margin-top: 2em;
  margin-bottom: 1em;
}

.post-block {
  border-bottom: 1px solid #b3b3b3;
  padding: 25px 0;
}
.post-block:hover .post-title, .post-block:hover .post-excerpt {
  text-decoration: underline;
}
.post-block .post-date {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  margin-bottom: 12px;
}
.post-block h3.post-title {
  font-size: 18px;
  line-height: 1.67em;
  color: #333;
  letter-spacing: 0;
  margin-top: 10px;
}
.post-block .post-excerpt {
  color: #333;
  font-size: 14px;
  line-height: 1.67em;
}
.post-block .post-type {
  font-size: 14px;
}

.news-archive {
  min-height: 100vh;
}
.news-archive .block-thumbnail {
  padding: 25px 0;
  border-bottom: 1px solid #b3b3b3;
}
.news-archive .block-thumbnail:hover .post-title, .news-archive .block-thumbnail:hover .post-excerpt {
  text-decoration: underline;
}
.news-archive .block-thumbnail .bg-img-square {
  flex: 0 0 25%;
  height: 160px;
  width: 160px;
  background-position: center;
  background-repeat: repeat;
  background-size: 100%;
}
.news-archive .block-thumbnail .bg-img-square .publication {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .news-archive .block-thumbnail .bg-img-square .publication {
    font-size: 12px;
  }
}
.news-archive .block-thumbnail .bg-img-square.publication-square {
  flex: 0 0 11.6%;
  background-image: url("../images/thmnl-box.svg");
  height: 116px;
  width: 116px;
  padding: 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .news-archive .block-thumbnail .bg-img-square.publication-square {
    flex: 0 0 25%;
    width: auto;
    height: 25vw;
    min-width: 25vw;
    padding: 5px;
  }
}
.news-archive .block-thumbnail .archive-img {
  flex: 0 0 27%;
}
.news-archive .block-thumbnail .post-info {
  flex: 0 0 68%;
  margin-left: 5%;
}
.news-archive .block-thumbnail .post-info.no-thumbnail {
  flex: 0 0 80%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .news-archive .block-thumbnail .archive-img {
    margin-bottom: 1.5em;
  }
  .news-archive .block-thumbnail .post-info {
    flex: 0 0 64%;
  }
  .news-archive .block-thumbnail .post-date {
    line-height: 1em;
  }
}
.news-archive .post-date {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  margin-bottom: 12px;
}
.news-archive h3.post-title {
  font-size: 18px;
  line-height: 1.67em;
  color: #333;
  letter-spacing: 0;
  margin-top: 10px;
}
.news-archive .post-excerpt {
  color: #333;
  font-size: 16px;
  line-height: 1.67em;
}
.news-archive .post-type {
  font-size: 14px;
}
.news-archive hr:last-of-type {
  display: none;
}

#search-results .post-excerpt {
  color: #797979;
}

.pagination {
  justify-content: center;
}
.pagination .page-numbers {
  line-height: 21px;
  padding: 7px 17px;
  margin-right: 5px;
  font-weight: 400;
  background: #fff;
  color: #2190fd;
  border: 1px solid #2190FD;
  margin-bottom: 10px;
}
.pagination .page-numbers:hover {
  background: #2190fd;
  color: #fff;
  border: 1px solid #2190FD;
}
.pagination .page-numbers.current {
  background: #2190fd;
  color: #fff;
  border-color: #2190fd;
}

.error404 .image-404 {
  width: 80%;
  margin-left: 20%;
  padding-top: 10%;
}
@media (max-width: 768px) {
  .error404 .content-404 {
    position: static;
  }
  .error404 .image-404 {
    width: 100%;
    margin-left: 0;
  }
}

/*
	ABOUT SECTION STYLES: About the Founder, Contact, Careers, etc.
*/
@media (max-width: 768px) {
  .page-template-about-vertical-template .page-content.overlap-hero {
    width: 90%;
  }
}

/* ABOUT THE FOUNDER TEMPLATE */
#about-the-founder {
  /* .founder-image-gallery moved to components */
}
#about-the-founder .internal-page-navigation {
  margin-left: 0;
  width: 100%;
}
#about-the-founder .page-content h2 {
  margin-bottom: 32px;
}
#about-the-founder .book-gallery .book-thumb {
  width: 22%;
}
@media (max-width: 768px) {
  #about-the-founder .book-gallery {
    flex-wrap: wrap;
  }
  #about-the-founder .book-gallery .book-thumb {
    width: 49%;
    margin-bottom: 5px;
  }
  #about-the-founder .book-gallery .book-thumb img {
    width: 100%;
  }
}
#about-the-founder .thought-leadership-row a {
  color: #333;
}
#about-the-founder .thought-leadership-row a:hover {
  color: #000;
}
#about-the-founder .thought-leadership-row .date {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #888;
}
#about-the-founder .thought-leadership-row .headline {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0.5em;
}
#about-the-founder .thought-leadership-row .headline:hover {
  text-decoration: underline;
}
#about-the-founder .video-row {
  margin-bottom: 80px;
}
#about-the-founder .video-row:last-child {
  margin-bottom: 0;
}
#about-the-founder .video-row iframe {
  height: 450px;
}
@media (max-width: 768px) {
  #about-the-founder .video-row iframe {
    height: 250px;
    width: 100%;
  }
}
#about-the-founder .special-project-img {
  width: 100%;
}
#about-the-founder .special-project-img img {
  width: 100%;
  height: auto;
}
#about-the-founder .video-caption {
  font-weight: 600;
  line-height: 1.5em;
}
#about-the-founder .video-caption a {
  font-weight: 600;
  color: #333;
}
#about-the-founder .video-caption a:hover {
  text-decoration: underline;
}
#about-the-founder .video-caption:last-child {
  margin-bottom: 0;
}
@media (max-width: 420px) {
  #about-the-founder .hero.bg-image {
    background-position: center -40px;
  }
}

/* OUR PEOPLE TEMPLATE */
#hank-thumb {
  background-size: 100%;
  background-position: center;
  margin-bottom: 0;
  width: 283px;
  margin: -10px;
  border: 10px solid #fff;
}
#hank-thumb:hover {
  border: 0;
}
@media (max-width: 768px) {
  #hank-thumb {
    display: block;
    width: 50%;
    margin: 0 auto;
    border: 0;
    background-position: center top;
  }
}
@media (max-width: 420px) {
  #hank-thumb {
    width: 94%;
    max-width: 89%;
  }
}

#hank-stats {
  display: inline-block;
  position: relative;
  left: 22px;
  bottom: 10px;
}
#hank-stats h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 0.8;
  color: #000;
}
#hank-stats .position {
  font-size: 18px;
  color: #000;
}
@media (max-width: 768px) {
  #hank-stats {
    display: block;
    bottom: 0;
    top: 15px;
    left: 0;
    text-align: center;
  }
}

#our-people .row {
  margin-bottom: 22px;
  margin-left: -22px;
  margin-right: -22px;
}
#our-people .row:last-child {
  margin-bottom: 0;
}

.staff-thumb {
  display: inline-block;
  flex: 0 0 283px;
  min-height: 283px;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #fff;
  margin-right: 1%;
  margin-left: 1%;
}
.staff-thumb:hover {
  position: relative;
  border: 0;
}
.staff-thumb:hover .staff-stats {
  bottom: 22px;
  left: 22px;
  right: 22px;
}
.staff-thumb .staff-stats {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
}
.staff-thumb .staff-stats h4 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
}
.staff-thumb .staff-stats p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1px;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  #our-people .row {
    justify-content: center;
    margin-bottom: 0;
  }
  .staff-thumb {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0;
    background-position: center;
  }
  .staff-thumb:hover {
    border: 10px solid #fff;
  }
  .staff-thumb:hover .staff-stats {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
  }
  #senior-fellows .row, #advisory-board .row {
    justify-content: flex-start;
    padding-left: 15px;
  }
}
@media (max-width: 420px) {
  .staff-thumb {
    flex: 0 0 85%;
    max-width: 85%;
    height: 85vw;
  }
}
/* YEAR IN REVIEW TEMPLATE */
.page-template-year-in-review-template h1 {
  text-align: center;
}
.page-template-year-in-review-template .pdf-group {
  position: relative;
}
.page-template-year-in-review-template #current-year-pdf-group {
  width: 30%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.page-template-year-in-review-template #current-year-pdf-group .btn-download {
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-template-year-in-review-template .report-thumb {
  padding-bottom: 12px;
}
.page-template-year-in-review-template .report-gallery {
  width: 74%;
  margin: 0 auto;
}
.page-template-year-in-review-template .report-year {
  font-size: 24px;
}
.page-template-year-in-review-template .report-gallery .btn-download {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .page-template-year-in-review-template h1 {
    text-align: left;
  }
  .page-template-year-in-review-template #current-year-pdf-group {
    width: 80%;
    margin-top: 6vh;
  }
  .page-template-year-in-review-template #current-year-pdf-group img {
    width: 100%;
  }
  .page-template-year-in-review-template .report-gallery {
    width: 100%;
  }
  .page-template-year-in-review-template .report-year {
    display: inline-block;
    font-size: 18px;
    margin-top: 7px;
  }
}
@media (max-width: 420px) {
  .page-template-year-in-review-template #current-year-pdf-group {
    width: 100%;
  }
}

/* SINGLE STAFF PAGES */
.single-staff .headshot-container {
  text-align: right;
}
.single-staff .staff-headshot {
  position: relative;
  top: 45px;
  right: 12px;
  width: 100%;
  width: 350px;
}
.single-staff .staff-details {
  margin-bottom: 25px;
}
.single-staff .staff-details h1.name {
  font-size: 24px;
  line-height: 1;
  margin-top: 16px;
  margin-bottom: 10px;
}
.single-staff .staff-details .position {
  font-size: 16px;
}
@media (max-width: 768px) {
  .single-staff .headshot-container {
    text-align: center;
    margin-top: 40px;
  }
  .single-staff .staff-headshot {
    right: -5px;
  }
  .single-staff .staff-details {
    margin-top: 25px;
  }
}
@media (max-width: 420px) {
  .single-staff .staff-headshot {
    top: 0;
    right: 0;
  }
}

/* CAREERS PAGE */
#careers .mid-page-hero {
  min-height: 464px;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #careers .mid-page-hero {
    min-height: 250px;
    background-size: cover;
    background-position: center;
  }
}
#careers #work-with-us-nav {
  width: 29.5%;
  flex: 0 0 29.5%;
}
#careers #work-with-us-nav a {
  display: inline-block;
  float: right;
  clear: both;
  text-transform: uppercase;
  color: #333;
  line-height: 1em;
  text-align: right;
  margin-bottom: 15px;
  margin-right: 44px;
  border-bottom: 2px solid transparent;
}
#careers #work-with-us-nav a:hover, #careers #work-with-us-nav a.active {
  color: #2190FD;
  border-bottom: 2px solid #2190FD;
}
@media (max-width: 768px) {
  #careers #work-with-us-nav {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 15px;
  }
  #careers #work-with-us-nav a {
    text-align: left;
    float: none;
  }
}
@media (max-width: 768px) {
  #careers #jobs-listings-container {
    padding: 0 25px;
  }
}
#careers #work-with-us-content {
  width: 63%;
  flex: 0 0 63%;
}
#careers #work-with-us-content h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#careers #work-with-us-content .work-with-us-section {
  border-left: 1px solid #b3b3b3;
  padding: 0 5% 0 5%;
}
#careers #work-with-us-content .work-with-us-section p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #careers #work-with-us-content .work-with-us-section {
    border: 0;
  }
}
#careers #work-with-us-content #internships .btn-container {
  margin-top: -1.5em;
  margin: 56px auto;
}
@media (max-width: 768px) {
  #careers #work-with-us-content {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 25px;
  }
}
#careers .job-post {
  display: block;
  position: relative;
  padding: 20px 22px;
  margin-bottom: 25px;
  color: #000;
  box-shadow: 12px 12px 40px 0 rgba(0, 0, 0, 0.1);
}
#careers .job-post:last-child {
  margin-bottom: 0;
}
#careers .job-post:hover {
  box-shadow: 12px 12px 40px 0 rgba(0, 0, 0, 0.2);
  left: 15px;
}
#careers .job-post h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
#careers .job-post span {
  font-size: 14px;
  font-weight: 300;
}
#careers .job-post .separator {
  font-size: 14px;
  margin-left: 5px;
}
#careers .job-post .chevron-right {
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
#careers .fellowship-link {
  margin-top: 50px;
}
#careers .fellowship-link a {
  border-bottom: 2px solid transparent;
  color: #2190FD;
}
#careers .fellowship-link a:hover {
  color: #2190FD;
  border-bottom: 2px solid #2190FD;
}
#careers .fellowship-link img {
  display: inline;
}

/* INTERNSHIP APPLICATION */
.internship-application span.wpcf7-list-item {
  display: block;
}

/* SINGLE JOB POST */
.single-jobs h1 {
  font-size: 40px;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .single-jobs h1 {
    font-size: 36px;
  }
}
.single-jobs .icon-map-marker {
  width: 14px;
  top: -2px;
}
.single-jobs h2 {
  font-weight: 600;
  font-size: 24px;
  color: #333;
  margin-top: 70px;
}

/* CONTACT PAGE */
.two-col-thumbs .thumb {
  width: 48.2%;
}
.two-col-thumbs .thumb .city-background {
  position: relative;
  width: 572px;
  height: 572px;
}
.two-col-thumbs .thumb .city-name {
  font-size: 40px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .two-col-thumbs .thumb .city-name {
    font-size: 28px;
  }
}
.two-col-thumbs .thumb .local-time {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1em;
  opacity: 0.87;
  margin-top: 28px;
  margin-bottom: 24px;
}
.two-col-thumbs .thumb .phone-icon {
  width: 18px;
  display: inline-block;
  margin-right: 12px;
}
.two-col-thumbs .thumb .phone-number {
  font-size: 16px;
}
.two-col-thumbs .thumb .address {
  margin-top: 8px;
}
.two-col-thumbs .thumb .address .map-marker-icon {
  width: 15px;
  display: inline-block;
  margin-right: 8px;
}
.two-col-thumbs .thumb .address a {
  color: #333;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.two-col-thumbs .thumb .address a:hover {
  border-bottom: 2px solid #333;
}
.two-col-thumbs .thumb .address .arrow-icon {
  position: relative;
  top: 0;
  left: 3px;
  display: inline-block;
}
@media (max-width: 768px) {
  .two-col-thumbs .thumb {
    margin-bottom: 100px;
  }
  .two-col-thumbs .thumb .city-background {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 420px) {
  .two-col-thumbs .thumb {
    width: 100%;
  }
}

@media (max-width: 992) {
  #contact-thumbs .thumb:nth-of-type(1), #contact-thumbs .thumb:nth-of-type(2) {
    margin-bottom: 80px;
  }
}
#contact-thumbs .thumb {
  margin-bottom: 75px;
}

.contact-form-container {
  width: 660px;
  margin: 0 auto;
  padding: 80px 0 120px 0;
}
.contact-form-container p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .contact-form-container {
    width: 100%;
  }
}

.contact-form-container .radio-btns {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.contact-form-container .radio-btns .form-check {
  display: inline-block;
  width: 49%;
  margin: 0;
}
.contact-form-container .radio-btns .form-check input {
  font-size: 20px;
}

.contact-form {
  width: 80%;
  margin: 0 auto;
}
.contact-form p {
  margin: 0;
}
.contact-form .name-row {
  margin-top: 50px;
}
.contact-form .name-row .wpcf7-form-control-wrap {
  flex: 0 0 48%;
}
.contact-form .name-row .wpcf7-form-control-wrap:first-of-type {
  margin-right: 4%;
}

#about .the-content h2:nth-of-type(1), #about-us .the-content h2:nth-of-type(1), #careers .the-content h2:nth-of-type(1) {
  margin-top: 50px;
}
#about .the-content h2, #about-us .the-content h2, #careers .the-content h2 {
  margin-top: 50px;
}

#ethics-accountability .the-content p:nth-of-type(1) {
  margin-bottom: 75px;
}
#ethics-accountability .the-content h2 {
  margin-top: 50px;
}

@media (max-width: 420px) {
  .page-template-about-full-hero-template .page-header.bg-image {
    height: auto;
  }
  .page-template-about-full-hero-template .overlap-hero {
    top: 0;
    margin-bottom: 0;
  }
}

.conservation-workstream-template .blue-headings h2 {
  font-size: 24px;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.conservation-workstream-template .overlap-box {
  position: relative;
}
@media (max-width: 768px) {
  .conservation-workstream-template .overlap-box .overlap-image {
    min-height: 250px;
  }
}
.conservation-workstream-template .overlap-box.reversed .overlap-text-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46%;
}
.conservation-workstream-template .overlap-box.reversed .overlap-text-container .overlap-text {
  margin-right: -30%;
  box-shadow: 24px 24px 69px 0 rgba(0, 0, 0, 0.1);
  z-index: 99;
  width: 100%;
}
.conservation-workstream-template .overlap-box.reversed .overlap-image-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.conservation-workstream-template .overlap-box.reversed .overlap-image-container .overlap-image {
  flex: 0 0 65.5%;
  min-height: 495px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .conservation-workstream-template .overlap-box.reversed .overlap-text-container {
    position: static;
    transform: none;
    width: 100%;
  }
  .conservation-workstream-template .overlap-box.reversed .overlap-text-container .overlap-text {
    box-shadow: none;
  }
  .conservation-workstream-template .overlap-box.reversed .overlap-image-container {
    display: block;
  }
  .conservation-workstream-template .overlap-box.reversed .overlap-image-container .overlap-image {
    min-height: 250px;
    background-size: cover;
  }
}
@media (max-width: 420px) {
  #wetlands-conservation .hero-corner-title {
    background-position: -60px 80px;
  }
}

@media (max-width: 768px) {
  #responsible-trade h1 {
    font-size: 32px;
  }
}

/* 
	HOME PAGE STYLES 
*/
.home #content-wrapper {
  margin-top: 0;
}
.home .header-menu .menu-primary-container li a {
  color: #fff;
}
.home .header-menu ul.sub-menu li a {
  color: #000;
}
.home .header-menu #primary-menu li:hover:after {
  background-color: #fff;
}
.home .header-banner #primary-hero {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-color: rgba(44, 168, 224, 0.8);
}
.home .header-banner, .home .slick-track {
  overflow: hidden;
  position: relative;
  top: -75px;
  height: calc(100vh + 75px) !important;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .home .header-banner, .home .slick-track {
    top: -85px;
    height: calc(100vh + 85px) !important;
  }
}
.home .header-banner .gradient-layer, .home .slick-track .gradient-layer {
  display: none;
}
.home .header-banner .slider-arrow, .home .slick-track .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 9;
}
.home .header-banner .arrow-left, .home .slick-track .arrow-left {
  left: 20px;
}
.home .header-banner .arrow-left img, .home .slick-track .arrow-left img {
  transform: rotate(90deg);
}
.home .header-banner .arrow-right, .home .slick-track .arrow-right {
  right: 20px;
}
.home .header-banner .arrow-right img, .home .slick-track .arrow-right img {
  transform: rotate(-90deg);
}
.home .header-banner .slick-slide, .home .slick-track .slick-slide {
  background-size: cover;
}
@media (max-width: 768px) {
  .home .header-banner .slick-slide, .home .slick-track .slick-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.home .header-banner .slick-dots, .home .slick-track .slick-dots {
  position: relative;
  top: -22vh;
  display: flex !important;
  justify-content: center;
}
.home .header-banner .slick-dots button, .home .slick-track .slick-dots button {
  background-color: #fff;
  opacity: 0.5;
}
.home .header-banner .slick-dots .slick-active button, .home .slick-track .slick-dots .slick-active button {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .home .header-banner .slick-dots, .home .slick-track .slick-dots {
    position: absolute;
    top: auto;
    bottom: 145px;
    width: 100%;
  }
}
.home .home-banner-content-container {
  position: relative;
  min-width: 1190px;
  min-height: 100vh;
  height: 100%;
}
.home .home-banner-content-container a {
  color: #fff;
}
.home .home-banner-content-container a:hover {
  text-decoration: underline;
}
.home .home-banner-content-container .scrolldown-icon-container img {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 1.5s infinite ease-in;
  -webkit-animation: bounce 1.5s infinite ease-in;
}
@media (max-width: 768px) {
  .home .home-banner-content-container {
    min-width: 100vw;
    width: 100vw;
  }
}
.home .home-banner-content-box {
  position: absolute;
  bottom: 15%;
  right: 0;
  width: 57%;
  padding: 30px;
  margin-right: 15px;
  background-color: rgba(44, 168, 224, 0.8);
  color: #fff;
  font-weight: 300;
}
.home .home-banner-content-box .heading {
  color: #fff;
}
.home .home-banner-content-box .headline {
  color: #fff;
}
.home .home-banner-content-box .slider-text {
  margin: 20px auto;
}
@media (max-width: 768px) {
  .home .home-banner-content-box {
    bottom: 100px;
    left: 5%;
    right: 5%;
    width: 90%;
  }
  .home .home-banner-content-box p {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .home .home-banner-content-box {
    padding: 25px;
  }
  .home .home-banner-content-box p {
    font-size: 12px;
  }
}
.home .slick-cloned .home-banner-content-box {
  display: none;
}
.home .slick-cloned .gradient-layer {
  display: none;
}
.home .slick-current .gradient-layer {
  display: block;
}
.home .home-mission-statement-section {
  color: #454545;
}
.home .home-mission-statement-section img.paulson-logo {
  width: 97px;
  margin-bottom: 20px;
}
.home .home-mission-statement-section p.mission-statement {
  width: 93%;
  font-size: 20px;
  line-height: 36px;
  margin: 0 auto;
}
.home .home-mission-statement-section img.calligraphy-image {
  width: 300px;
}
.home .home-dept-thumbnails-section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.home .home-dept-thumbnails-section .row {
  justify-content: space-between;
}
.home .home-dept-thumbnails-section .dept-thumb {
  width: 30.9%;
  box-shadow: 24px 24px 69px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
}
.home .home-dept-thumbnails-section .dept-thumb figure.thumb-image {
  margin-bottom: 0;
  min-height: 367px;
  background-size: cover;
  background-position: center;
}
.home .home-dept-thumbnails-section .dept-thumb .text-section {
  padding: 44px;
}
@media (max-width: 768px) {
  .home .home-dept-thumbnails-section .dept-thumb .text-section {
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .home .home-dept-thumbnails-section .dept-thumb {
    width: 90%;
    margin: 20px auto;
    box-shadow: none;
  }
}
.home .home-dept-thumbnails-section p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .home .home-key-initiatives-overlap-box {
    margin-left: 0;
    margin-right: 0;
    margin-top: -80px;
  }
  .home .home-key-initiatives-overlap-box .overlap-image {
    min-height: 367px;
  }
  .home .home-key-initiatives-overlap-box .overlap-text h2 {
    margin-top: -25px;
  }
}
.home .mobile-menu-icon i {
  color: #fff;
}
.home .site-header.fixed-mobile-header {
  background: rgba(13, 26, 32, 0.8);
}

.bg-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.recent-post-slider .post-thumbnail {
  padding-bottom: 0;
}
.recent-post-slider .post-inner-wrapper {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  max-width: 850px;
  padding: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.recent-post-slider .post-inner-wrapper > * {
  margin-bottom: 30px;
}
.recent-post-slider .entry-title a {
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fff;
  color: #000;
  padding: 7px 20px;
  font-weight: 400;
  font-size: 25px;
}
.recent-post-slider .post-categories li {
  display: inline-block;
}
.recent-post-slider .read-more a {
  padding: 5px 18px;
  background: #000;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 2px;
}
.recent-post-slider .post-meta a {
  background: #eaeaea;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 400;
}
.recent-post-slider .owl-prev {
  /* display: inline-block; */
  float: left;
  margin-left: 25px;
}
.recent-post-slider .owl-next {
  /* display: inline-block; */
  float: right;
  margin-right: 25px;
}
.recent-post-slider .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.recent-post-slider .owl-nav > * {
  height: 35px;
  width: 35px;
  text-align: center;
  background: #222;
  color: #fff;
  line-height: 35px;
}
.recent-post-slider .owl-nav > *:hover {
  background: #eaeaea;
  color: #666;
}

@media (max-width: 768px) {
  .recent-post-slider .post-wrapper .post-content {
    background: #f9f9f9;
  }
  .recent-post-slider .post-wrapper .post-inner-wrapper {
    display: block;
    position: relative;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    padding-left: 10px;
    padding-right: 10px;
  }
  .recent-post-slider .entry-title {
    line-height: 1.5;
  }
  .recent-post-slider .post-inner-wrapper .post-meta {
    margin-bottom: 15px;
  }
  .recent-post-slider .owl-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .dept-thumb {
    width: 90%;
    margin: 20px auto;
  }
}
@keyframes bounce {
  0% {
    bottom: 35px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 35px;
  }
}
/*
	KEY INITIATIVES SECTION STYLES: Prize, Mayor's Training Program, US-China
*/
.key-initiatives .page-content h2 {
  margin-bottom: 25px;
}
.key-initiatives .overview-video iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .key-initiatives .overview-video iframe {
    height: auto;
  }
}
.key-initiatives #previous-programs .basic-thumb {
  padding: 0 7px;
}
.key-initiatives #previous-programs .basic-thumb img {
  min-height: 200px;
}
.key-initiatives #previous-programs .basic-thumb:first-of-type, .key-initiatives #previous-programs .basic-thumb:nth-of-type(2) {
  margin-top: 0;
}
@media (max-width: 768px) {
  .key-initiatives #previous-programs .basic-thumb:first-of-type, .key-initiatives #previous-programs .basic-thumb:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .key-initiatives #previous-programs .basic-thumb:nth-of-type(2) {
    margin-top: 30px;
  }
}
@media (max-width: 420px) {
  .key-initiatives #previous-programs .basic-thumb {
    padding: 0;
    margin-bottom: 15px;
  }
}

.page-template-prize-template {
  /* JURY COMMITTEE */
}
.page-template-prize-template .overview-video, .page-template-prize-template #overview iframe {
  width: 80%;
  margin-left: 20%;
  height: 535px;
}
.page-template-prize-template .prize-categories-accordion .circle-category {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  text-align: center;
  border: 2px solid #fff;
}
.page-template-prize-template .prize-categories-accordion .circle-category .category-title {
  font-size: 14px;
  color: #fff;
}
.page-template-prize-template .prize-categories-accordion .circle-category:hover, .page-template-prize-template .prize-categories-accordion .circle-category.active {
  border: 2px solid #333;
}
@media (max-width: 420px) {
  .page-template-prize-template .prize-categories-accordion .circle-category {
    height: 100px;
    width: 100px;
  }
  .page-template-prize-template .prize-categories-accordion .circle-category .category-title {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .page-template-prize-template .prize-categories-accordion {
    justify-content: space-around !important;
  }
}
.page-template-prize-template .internal-page-navigation {
  justify-content: space-evenly;
}
.page-template-prize-template #overview-accordion .ui-state-active, .page-template-prize-template #overview-accordion .ui-widget-content .ui-state-active, .page-template-prize-template #overview-accordion .ui-widget-header .ui-state-active, .page-template-prize-template #overview-accordion a.ui-button:active, .page-template-prize-template #overview-accordion .ui-button:active, .page-template-prize-template #overview-accordion .ui-button.ui-state-active:hover {
  background: #2190FD;
}
.page-template-prize-template .jury-committee .basic-thumb {
  flex: 0 0 18%;
}
.page-template-prize-template .jury-committee .basic-thumb .image {
  min-height: 150px;
}
.page-template-prize-template .jury-committee .basic-thumb p {
  font-size: 9px;
}
.page-template-prize-template .accordion-content {
  padding-top: 30px;
  border-top: 1px solid #b3b3b3;
}
.page-template-prize-template .image-gallery {
  width: 100%;
  margin: 0;
}
.page-template-prize-template .image-gallery .gallery-img {
  height: 100px;
  width: 96%;
  margin: 0 auto;
  background-size: cover;
}
@media (max-width: 420px) {
  .page-template-prize-template .image-gallery .gallery-img {
    height: 250px;
  }
}
.page-template-prize-template .image-gallery .caption {
  font-size: 10px;
}
.page-template-prize-template .image-gallery .caption .year {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin: 8px 0;
}
.page-template-prize-template .image-gallery .slider-arrow {
  top: 4px;
  opacity: 1 !important;
}
.page-template-prize-template .image-gallery .slider-arrow.arrow-left {
  left: -75px;
}
.page-template-prize-template .image-gallery .slider-arrow.arrow-right {
  right: -75px;
}
.page-template-prize-template .image-gallery .slick-dots {
  top: 250px;
}
.page-template-prize-template .image-gallery .slick-dots button {
  background-color: #aaa;
}
@media (max-width: 768px) {
  .page-template-prize-template .basic-thumb {
    flex: 0 0 30% !important;
    margin-bottom: 0 !important;
    padding-right: 0;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .page-template-prize-template .basic-thumb .image {
    min-height: 200px;
  }
}
@media (max-width: 420px) {
  .page-template-prize-template .image-gallery {
    height: auto;
  }
  .page-template-prize-template .basic-thumb {
    flex: 0 0 46% !important;
  }
}

#mayors-training-program .logo-gallery {
  flex-wrap: wrap;
  justify-content: flex-start;
}
#mayors-training-program .logo-gallery .logo-thumb {
  margin-right: 3%;
  margin-bottom: 3%;
}
#mayors-training-program .hero-corner-title {
  background-position: center 80px;
}

@media (max-width: 420px) {
  #internal-nav-container {
    margin-top: 15px !important;
  }
}

@media (max-width: 420px) {
  #ethics-accountability .page-content h1, #about-the-founder .page-content h1 {
    margin: 20px 0;
  }
}
/*
	NEWS SECTION STYLES: In the News, Press Releases, Events
*/
#press-release-archive .hero-post-box h2 {
  font-size: 24px;
  line-height: 1.5em;
}
#press-release-archive .hero-post-box .post-date {
  font-weight: 600;
  font-size: 14px;
  color: #888;
}
#press-release-archive .hero-post-box .post-excerpt {
  margin-top: 10px;
}
@media (max-width: 768px) {
  #press-release-archive .hero-with-first-post {
    height: 600px;
    background-size: 90% 100%;
    background-position: right;
  }
  #press-release-archive .hero-post-box {
    width: 90%;
    margin-left: 0;
  }
}

.post-type-archive-events h2 {
  margin-bottom: 30px;
  font-weight: 300;
}
.post-type-archive-events .event-full-width-thumb:hover .event-name {
  text-decoration: underline;
  color: #333;
}
@media (max-width: 768px) {
  .post-type-archive-events .event-full-width-thumb {
    background-position: top;
    background-size: contain;
  }
}
@media (max-width: 420px) {
  .post-type-archive-events .event-full-width-thumb {
    background-size: 150%;
    height: 400px;
  }
}
.post-type-archive-events .event-date {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 420px) {
  .post-type-archive-events .event-date {
    font-size: 24px;
  }
}
.post-type-archive-events .event-location {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.post-type-archive-events .event-name:hover {
  text-decoration: underline;
}
@media (max-width: 420px) {
  .post-type-archive-events .event-name h3 {
    font-size: 20px;
  }
}
.post-type-archive-events .event-thumb {
  position: relative;
  height: 450px;
  margin-bottom: 70px;
}
.post-type-archive-events .event-thumb .top-half-thumb-img {
  position: relative;
  height: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.post-type-archive-events .event-thumb .event-date {
  font-size: 24px;
}
.post-type-archive-events .event-thumb .event-name {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5em;
}
.post-type-archive-events .event-thumb .event-name.larger h3 {
  font-size: 24px;
}
.post-type-archive-events .event-thumb:hover .event-name {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .post-type-archive-events .event-thumb {
    width: 100%;
    height: 350px;
    margin-bottom: 0;
  }
  .post-type-archive-events .event-thumb .top-half-thumb-img {
    height: 60%;
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .single-event .social-media-container {
    justify-content: center;
  }
  .single-event .social-media-container .social-container {
    margin-left: -20px;
  }
}
.single-event .hero-full-width {
  height: 490px;
}
.single-event .event-date {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}
.single-event .event-name {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-top: 20px;
}
.single-event .event-detail {
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}
.single-event .event-detail img {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 15px;
  margin-right: 8px;
}
.single-event .event-register-btn {
  margin-top: 40px;
}
.single-event .event-register-btn img {
  position: relative;
  display: inline-block;
  width: 14px;
  top: -1px;
  margin-left: 2px;
}
@media (max-width: 768px) {
  .single-event .hero-full-width {
    height: auto;
  }
}

.post-type-archive-in_the_news .block-thumbnail {
  position: relative;
  border: 0;
}
.post-type-archive-in_the_news .block-thumbnail hr {
  display: block !important;
  height: 1px;
  width: 84%;
  position: absolute;
  left: 0;
  right: 200px;
  bottom: -25px;
}
@media (max-width: 768px) {
  .post-type-archive-in_the_news .block-thumbnail hr {
    width: 100%;
  }
}

/* 
	BLOG ARCHIVE STYLES (VueJS): Green Scene Blog, Conservation Blog, Events, etc...
*/
.paulson-blog-archive {
  min-height: 100vh;
}
.paulson-blog-archive h1 {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .paulson-blog-archive h1 {
    margin-bottom: 50px;
  }
}
.paulson-blog-archive .filter-tags-container {
  width: 100%;
  margin-bottom: 10px;
}
.paulson-blog-archive .filter-tags-container .filter-title {
  position: relative;
  top: 11px;
  text-align: right;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5em;
}
.paulson-blog-archive .filter-tags-container .btn-filter {
  font-size: 14px;
  padding: 14px 25px;
  border: 1px solid #ebebeb;
  background: #fff;
  color: #333;
  font-weight: 600;
  margin-left: 16px;
  margin-bottom: 10px;
}
.paulson-blog-archive .filter-tags-container .btn-filter:hover, .paulson-blog-archive .filter-tags-container .btn-filter.active-tag {
  color: #fff;
  background: #2190FD;
}
.paulson-blog-archive .filter-tags-container .btn-filter:first-of-type {
  margin-left: 0;
}
@media (max-width: 768px) {
  .paulson-blog-archive .filter-tags-container {
    width: 90%;
    margin: 0 auto;
  }
  .paulson-blog-archive .filter-tags-container#workstream-filter-container {
    margin-top: 20px;
  }
  .paulson-blog-archive .filter-tags-container .filter-title {
    text-align: center;
    margin-bottom: 10px;
    top: 0;
  }
  .paulson-blog-archive .filter-tags-container .filter-button-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .paulson-blog-archive .filter-tags-container .filter-button-wrapper .btn-filter {
    flex: 0 0 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 0;
    font-size: 10px;
    line-height: 1.2em;
  }
  .paulson-blog-archive .filter-tags-container .filter-button-wrapper .btn-filter:hover {
    background-color: #fff;
    color: #333;
  }
  .paulson-blog-archive .filter-tags-container .filter-button-wrapper .btn-filter.active-tag {
    background-color: #2190fd;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .paulson-blog-archive .page-section {
    margin-top: 20px;
  }
}
.paulson-blog-archive .btn-info {
  margin-right: 10px;
}
.paulson-blog-archive .post-tile {
  position: relative;
  max-width: 29%;
  margin: 1%;
  min-height: 480px;
  padding: 32px 22px 16px 22px;
  left: 3.7%;
  transition: transform 0.2s;
  border: 0;
  box-shadow: 16px 16px 56px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
@media (max-width: 420px) {
  .paulson-blog-archive .post-tile {
    max-width: 100%;
    min-height: 473px;
    left: 0;
    margin: 5%;
    margin-bottom: 25px;
    flex: 0 0 90%;
  }
}
.paulson-blog-archive .post-tile h2 {
  font-size: 20px;
  line-height: 1.4em;
  color: #333;
  transition: text-decoration 0.5s;
}
.paulson-blog-archive .post-tile:hover h2 {
  text-decoration: underline;
}
.paulson-blog-archive .post-tile a {
  display: block;
  height: 100%;
  cursor: pointer;
}
.paulson-blog-archive .post-tile .thumb-bottom a {
  position: relative;
  top: -10px;
}
.paulson-blog-archive .post-tile .post-date {
  font-size: 14px;
  color: #797979;
}
.paulson-blog-archive .post-tile .tags-container .btn {
  display: inline-block;
  color: #2190fd;
  text-transform: uppercase;
  font-size: 13.9px;
  padding: 0;
}
.paulson-blog-archive .post-tile .tags-container .btn:hover {
  color: #21759b;
}
@media (max-width: 768px) {
  .paulson-blog-archive .post-tile .tags-container .btn {
    font-size: 7px;
  }
}
@media (max-width: 420px) {
  .paulson-blog-archive .post-tile .tags-container .btn {
    font-size: 13.9px;
  }
}
.paulson-blog-archive .post-tile:hover {
  transform: scale(1.01);
}
.paulson-blog-archive .post-tile .thumb-layout a {
  min-height: 100% !important;
  height: 100% !important;
}
.paulson-blog-archive .post-tile .thumb-layout.standard hr {
  margin-bottom: 10px;
}
.paulson-blog-archive .post-tile .thumb-layout.standard .img {
  min-height: 185px;
  max-height: 185px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}
@media (max-width: 768px) {
  .paulson-blog-archive .post-tile .thumb-layout.standard .img {
    min-height: 150px;
    max-height: 150px;
  }
}
.paulson-blog-archive .post-tile .thumb-layout.full {
  margin: -32px -22px -16px -22px;
  padding: 32px 22px 16px 22px;
  height: 99%;
  height: 425px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.paulson-blog-archive .post-tile .thumb-layout.full h2 {
  position: relative;
  top: -30px;
}
.paulson-blog-archive .post-tile .thumb-layout.full.video, .paulson-blog-archive .post-tile .thumb-layout.full.interview {
  background-position: center;
}
.paulson-blog-archive .post-tile .thumb-layout.full.video h2, .paulson-blog-archive .post-tile .thumb-layout.full.interview h2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}
@media (max-width: 768px) {
  .paulson-blog-archive .post-tile .thumb-layout.full {
    height: 100%;
    background-position: top left;
  }
}
.paulson-blog-archive .post-tile .thumb-layout.generic {
  height: 100%;
  height: 425px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.paulson-blog-archive .post-tile .thumb-layout.generic hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .paulson-blog-archive .post-tile .thumb-layout.generic hr {
    margin: 5px 0;
  }
  .paulson-blog-archive .post-tile .thumb-layout.generic .top-half-thumb-img {
    display: block;
    margin: 0 auto;
  }
}
.paulson-blog-archive .thumb-bottom {
  position: absolute;
  bottom: 16px;
  width: calc(100% - 44px);
}
.paulson-blog-archive .thumb-bottom .icon-container img {
  display: inline-block;
  width: 16%;
  position: relative;
  top: -50px;
}
/*# sourceMappingURL=style-main__april-2023.css.map */
