/*!
Theme Name: Cambridge Brigther Thinking Blog
Author: Cambridge Brighter Thinking Blog
Description: Cambridge Brighter Thinking Blog
Version: 1.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Source Sans 3", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Cambridge Sans";
  src: url("fonts/CambridgeSans-Light.woff2") format("woff2"), url("fonts/CambridgeSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cambridge Sans";
  src: url("fonts/CambridgeSans-Regular.woff2") format("woff2"), url("fonts/CambridgeSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cambridge Sans";
  src: url("fonts/CambridgeSans-Semibold.woff2") format("woff2"), url("fonts/CambridgeSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cambridge Sans";
  src: url("fonts/CambridgeSans-Bold.woff2") format("woff2"), url("fonts/CambridgeSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #1F2121;
  font-family: "Cambridge Sans", "Source Sans 3", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #036268;
}

a:visited {
  color: #5E0A4F;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

a:active {
  color: #133844;
}

.entry-title a {
  color: #133844;
  text-decoration: none;
}
.entry-title a:visited {
  color: #133844;
}

.button {
  line-height: 1;
  display: inline-block;
  height: 36px;
  border-radius: 4px;
  text-align: center;
  padding: 8px 16px;
  background: #3BE0D0;
  color: #1F2121;
  text-decoration: none;
  border: 1px solid #3BE0D0;
}
.button:visited {
  color: inherit;
}
.button:active {
  color: inherit;
  background: #00BDB6;
}
.button:hover {
  background: #8EE8D8;
}
.button:focus {
  border: 1px solid #036268;
}
.button.inactive {
  background: #D7FDF5;
}

.button-large {
  height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-small {
  height: auto;
  padding: 6px 8px;
  font-size: 80%;
  color: #fff !important;
  background: #133844;
  border: none;
  border-radius: 30px;
}
.button-small:visited {
  color: #fff !important;
}
.button-small:hover {
  text-decoration: underline;
  background: #133844;
}

/* Forms
--------------------------------------------- */
label {
  font-weight: 600;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  width: 100%;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  line-height: 30px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
  border-color: #007C85;
  outline: none;
  box-shadow: none;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  border-color: #007C85;
}

select {
  width: 100%;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  line-height: 40px;
  height: 40px;
}

textarea {
  width: 100%;
}

/* MAILCHIMP */
#mc_embed_signup input.mce_inline_error,
#mc_embed_signup select.mce_inline_error {
  border-color: #DD1F36 !important;
}

#mc_embed_signup input.mce_inline_error + div,
#mc_embed_signup select.mce_inline_error + div {
  color: #DD1F36 !important;
  font-weight: 400 !important;
  font-size: 80% !important;
  padding: 5px 0 !important;
  border-color: #DD1F36 !important;
  background: none !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 1090px) {
  .main-navigation ul {
    display: flex;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

@font-face {
  font-family: "icomoon";
  src: url("icons/icomoon.eot?jjywk4");
  src: url("icons/icomoon.eot?jjywk4#iefix") format("embedded-opentype"), url("icons/icomoon.ttf?jjywk4") format("truetype"), url("icons/icomoon.woff?jjywk4") format("woff"), url("icons/icomoon.svg?jjywk4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Active-chevron-left:before {
  content: "\e903";
}

.icon-Active-chevron-right:before {
  content: "\e90d";
}

.icon-Active-skip-to-left:before {
  content: "\e90e";
}

.icon-Active-skip-to-right:before {
  content: "\e90f";
}

.icon-Default-link-arrow:before {
  content: "\e910";
  color: #007c85;
}

.icon-Default-social-share:before {
  content: "\e911";
}

.icon-Expand-Less:before {
  content: "\e912";
}

.icon-Expand-more:before {
  content: "\e913";
}

.icon-Hover-link-arrow:before {
  content: "\e914";
  color: #036268;
}

.icon-Hover-social-share:before {
  content: "\e915";
  color: #036268;
}

.icon-Menu-sub-minus:before {
  content: "\e916";
}

.icon-Menu-sub-plus:before {
  content: "\e917";
}

.icon-Pressed-link-arrow:before {
  content: "\e918";
}

.icon-Visited-link-arrow:before {
  content: "\e919";
  color: #5e0a4f;
}

.icon-Dark_CB_arrow:before {
  content: "\e900";
}

.icon-Email_solid_IS .path1:before {
  content: "\e901";
  color: rgb(3, 98, 104);
}

.icon-Email_solid_IS .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-Facebook_24dp:before {
  content: "\e904";
}

.icon-Globe_icon:before {
  content: "\e905";
}

.icon-Instagram_24dp:before {
  content: "\e906";
}

.icon-Link_24dp:before {
  content: "\e907";
}

.icon-LinkedIn_24dp:before {
  content: "\e908";
}

.icon-Search_icon:before {
  content: "\e909";
  color: #5e6262;
}

.icon-Twitter_24dp:before {
  content: "\e90a";
}

.icon-YouTube_24dp:before {
  content: "\e90b";
}

.icon-hamburger-icon:before {
  content: "\e90c";
}

.dark-pink {
  color: #5E0A4F;
}

.bold {
  font-weight: 600;
}

html, body {
  overflow-x: hidden;
}

body {
  background: #EEF3F3;
  position: relative;
}

.inner-wrap {
  clear: both;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.inner-wrap::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1090px) {
  .inner-wrap {
    padding: 0;
  }
}

.inner-wrap_main {
  padding: 0;
}
@media (min-width: 1090px) {
  .inner-wrap_main {
    padding: 0;
  }
}

.grid-wrap {
  clear: both;
  display: flex;
  flex-wrap: wrap;
}
.grid-wrap .grid-box {
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.grid-wrap .grid-box:nth-child(3n+2) {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 600px) {
  .grid-wrap .grid-box {
    max-width: 49.2%;
  }
  .grid-wrap .grid-box:nth-child(2n+2) {
    margin-left: 1.6%;
    margin-right: 0;
  }
}
@media (min-width: 1090px) {
  .grid-wrap .grid-box {
    max-width: 32.26%;
  }
  .grid-wrap .grid-box:nth-child(2n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-wrap .grid-box:nth-child(3n+2) {
    margin-left: 1.6%;
    margin-right: 1.6%;
  }
}
.grid-wrap .grid-box .grid-thumbnail {
  position: relative;
}
.grid-wrap .grid-box .grid-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.grid-wrap .grid-box .grid-thumbnail .entry-cats {
  position: absolute;
  bottom: 0;
  left: 13px;
}
.grid-wrap .grid-box .grid-thumbnail .button:hover {
  text-decoration: none;
}

.hide {
  display: none;
}

@media (min-width: 600px) {
  .hide-for-medium {
    display: none;
  }
}

@media (min-width: 1090px) {
  .hide-for-large {
    display: none;
  }
}

@media (min-width: 800px) {
  .hide-for-tweak {
    display: none;
  }
}

@media (min-width: 320px) {
  .hide-for-small {
    display: none;
  }
}
@media (min-width: 600px) {
  .hide-for-small {
    display: block;
  }
}

.show-for-medium {
  display: none !important;
}
@media (min-width: 600px) {
  .show-for-medium {
    display: inline-block !important;
  }
}

.show-for-large {
  display: none !important;
}
@media (min-width: 1090px) {
  .show-for-large {
    display: inline-block !important;
  }
}

.show-for-tweak {
  display: none;
}
@media (min-width: 800px) {
  .show-for-tweak {
    display: block;
  }
}

.sep {
  padding: 0 6px;
  color: #036268;
}

#header {
  margin-bottom: 0;
}
#header .global-branding {
  background: #fff;
  padding: 14px 0;
  height: 56px;
}
@media (min-width: 600px) {
  #header .global-branding {
    height: 60px;
    padding: 10px 0;
  }
}
@media (min-width: 1090px) {
  #header .global-branding {
    height: 48px;
    padding: 10px 0;
  }
}
#header .global-branding .inner-wrap {
  display: flex;
}
#header .global-branding .inner-wrap .global-logo {
  display: inline-block;
  width: 180px;
}
#header .global-branding .inner-wrap .global-logo img {
  width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  #header .global-branding .inner-wrap .global-logo {
    width: 230px;
  }
}
@media (min-width: 1090px) {
  #header .global-branding .inner-wrap .global-logo {
    width: 170px;
  }
}
#header .global-branding .inner-wrap .global-branding_column {
  flex: 1;
}
#header .global-branding .inner-wrap .global-branding_column:nth-child(2) {
  text-align: right;
}
#header .global-branding .inner-wrap .global-branding_column a {
  color: #1F2121;
}
#header .site-branding {
  padding: 5px 0;
  height: 56px;
  background: #00BDB6;
  border-bottom: 1px solid #133844;
}
#header .site-branding .site-search {
  display: none;
}
@media (min-width: 1090px) {
  #header .site-branding .site-search {
    display: block;
  }
}
#header .site-branding .inner-wrap {
  display: flex;
}
#header .site-branding .site-branding-logo {
  flex: 1;
}
#header .site-branding .site-branding-logo img {
  position: relative;
  top: 10px;
  width: 100%;
  max-width: 280px;
  height: auto;
}

.site-search {
  text-align: right;
  flex: 1;
  max-width: 260px;
}
.site-search .search-form {
  position: relative;
}
.site-search .search-form .icon-Search_icon {
  font-size: 18px;
  position: absolute;
  left: 7px;
  top: 14px;
}
.site-search .search-form input[type=search] {
  padding-left: 30px;
  height: 46px;
}

#site-search {
  display: none;
}
@media (min-width: 1090px) {
  #site-search {
    display: none;
  }
}
#site-search.site-search {
  max-width: 100%;
}
#site-search input[type=search] {
  width: 100%;
  height: 46px;
}
@media (min-width: 1090px) {
  #site-search {
    display: none;
  }
}

#primary {
  width: 100%;
}

#mc_embed_signup {
  overflow: hidden;
  color: #fff;
  background: #133844;
  padding: 50px 0 60px;
  margin-top: 40px;
}
#mc_embed_signup h2 {
  text-align: center;
}
#mc_embed_signup p {
  text-align: center;
}
#mc_embed_signup .mc-field-group {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
@media (min-width: 1090px) {
  #mc_embed_signup .mc-field-group {
    width: 32.1%;
    float: left;
    margin-bottom: 16px;
    margin-right: 20px;
  }
  #mc_embed_signup .mc-field-group:nth-child(3), #mc_embed_signup .mc-field-group:nth-child(6) {
    margin-right: 0;
  }
}
#mc_embed_signup .mc-field-group label {
  display: block;
  padding-bottom: 6px;
}
#mc_embed_signup #mce-responses {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
}
#mc_embed_signup #mce-responses #mc-embedded-subscribe {
  display: inline-block;
}

.page-template-template-fullwidth #mc_embed_signup {
  margin-top: 0;
}

#footer {
  clear: both;
  color: #1F2121;
  background: #fff;
  padding: 26px 0 0;
  font-size: 90%;
}
#footer .footer_container__list {
  display: none;
}
@media (min-width: 800px) {
  #footer .footer_container__list {
    display: block;
  }
}
@media (min-width: 800px) {
  #footer {
    font-size: 88%;
  }
}
#footer ul, #footer li {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#footer ul li, #footer li li {
  border-top: 1px solid #ddd;
}
#footer ul li a, #footer li li a {
  display: block;
  padding: 10px;
}
@media (min-width: 800px) {
  #footer ul li, #footer li li {
    border: none;
  }
  #footer ul li a, #footer li li a {
    padding: 0;
  }
}
#footer ul a, #footer li a {
  display: inline-block;
  color: #1F2121;
  text-decoration: none;
}
@media (min-width: 800px) {
  #footer ul a, #footer li a {
    margin-bottom: 8px;
  }
}
#footer ul a:visited, #footer li a:visited {
  color: #1F2121;
}
#footer ul a:hover, #footer li a:hover {
  border-color: #1f2121;
}
#footer .footer-nav {
  padding-bottom: 20px;
}
@media (min-width: 800px) {
  #footer .footer-nav {
    padding-bottom: 50px;
  }
}
#footer .footer-nav .inner-wrap {
  overflow: hidden;
}
#footer .footer-nav .inner-wrap .footer-nav_column {
  width: 100%;
}
@media (min-width: 800px) {
  #footer .footer-nav .inner-wrap .footer-nav_column {
    float: left;
    width: 25%;
    padding-right: 40px;
    margin-top: 30px;
  }
}
#footer .footer-nav .inner-wrap .footer-nav_column.footer-nav_column_socials {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  text-align: left;
}
@media (min-width: 800px) {
  #footer .footer-nav .inner-wrap .footer-nav_column.footer-nav_column_socials {
    border: none;
    text-align: right;
    padding-right: 0;
    padding-top: 0;
  }
}
#footer .footer-nav .inner-wrap .footer-nav_column ul {
  display: none;
}
@media (min-width: 800px) {
  #footer .footer-nav .inner-wrap .footer-nav_column ul {
    display: block;
  }
}
#footer .footer-nav .footer_header {
  position: relative;
  margin: 0;
  font-size: 100%;
  cursor: pointer;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  /* Add styles for the arrow icon */
  /* Add styles for the arrow icon */
  /* Additional styling for the open state of the arrow */
}
@media (min-width: 800px) {
  #footer .footer-nav .footer_header {
    font-weight: 700;
    border: none;
    margin: 0 0 10px;
  }
}
#footer .footer-nav .footer_header .arrow {
  position: absolute;
  right: 0;
  /* Define styles for the arrow icon, e.g., font size, color, etc. */
  font-size: 18px;
  color: #000; /* Replace with your desired color */
  transition: transform 0.2s; /* Add a transition for smooth animation */
  transform: rotate(180deg);
}
@media (min-width: 800px) {
  #footer .footer-nav .footer_header .arrow {
    display: none;
  }
}
#footer .footer-nav .footer_header .arrow.open {
  transform: rotate(0deg);
}
@media (min-width: 800px) {
  #footer .footer-nav .footer_header {
    cursor: default;
    font-size: 138%;
  }
}
#footer .footer-nav .logo-press {
  margin-bottom: 30px;
}
#footer .footer-nav .logo-press img {
  width: 180px;
  height: auto;
}
@media (min-width: 800px) {
  #footer .footer-nav .logo-press {
    margin-bottom: 0;
  }
}
#footer .footer-nav .site-socials {
  margin-top: 3px;
  position: relative;
  left: -6px;
  top: 5px;
  font-size: 24px;
}
@media (min-width: 800px) {
  #footer .footer-nav .site-socials {
    left: 3px;
  }
}
#footer .footer-nav .site-socials a {
  color: #111;
  text-decoration: none;
  display: inline-block;
  border: none;
}
@media (min-width: 800px) {
  #footer .footer-nav .site-socials a {
    margin-left: 10px;
  }
}
#footer .site-info {
  background: #f2f2f2;
  font-size: 86%;
  padding: 10px 0;
}
@media (min-width: 800px) {
  #footer .site-info {
    padding: 10px;
  }
}
#footer .site-info .inner-wrap .site-info_column {
  width: 60%;
  float: left;
}
@media (min-width: 800px) {
  #footer .site-info .inner-wrap .site-info_column {
    width: 20%;
  }
}
#footer .site-info .inner-wrap .site-info_column:nth-child(2) {
  width: 60%;
  text-align: center;
}
#footer .site-info .inner-wrap .site-info_column:nth-child(3) {
  width: 40%;
  text-align: right;
  position: relative;
  padding-right: 30px;
}
@media (min-width: 800px) {
  #footer .site-info .inner-wrap .site-info_column:nth-child(3) {
    width: 20%;
  }
}
#footer .site-info .inner-wrap .site-info_column:nth-child(3) .icon-Globe_icon {
  font-size: 20px;
  position: absolute;
  top: -2px;
  right: 0;
}
#footer .site-info .site-info_links ul {
  margin: 0;
  padding: 0;
}
#footer .site-info .site-info_links li {
  display: inline-block;
  padding: 0;
}
#footer .site-info .site-info_links li a {
  line-height: 12px;
  padding: 0 6px !important;
  border-right: 1px solid #666;
}
@media (min-width: 800px) {
  #footer .site-info .site-info_links li a {
    margin-bottom: 0 !important;
  }
}

.site-info_column_nav {
  width: 100%;
  float: none;
}
@media (min-width: 800px) {
  .site-info_column_nav {
    width: 20%;
    float: left;
  }
}
.site-info_column_nav li {
  padding: 0 !important;
}
@media (min-width: 800px) {
  .site-info_column_nav li {
    border: none;
    padding: 0 !important;
  }
}
.site-info_column_nav li a {
  padding: 10px 0 !important;
}

body {
  font-weight: 400;
}

h1, h2, h3 {
  font-weight: 700;
}

h1, .h1 {
  font-size: 180%;
}
@media (min-width: 600px) {
  h1, .h1 {
    font-size: 220%;
  }
}

h2 {
  font-size: 20px;
}
@media (min-width: 600px) {
  h2 {
    font-size: 32px;
  }
}

h1.page-title {
  text-align: center;
  margin: 0;
}

h1.entry-title_blog {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 600px) {
  h1.entry-title_blog {
    font-size: 200%;
  }
}
h1.entry-title_blog a:hover {
  text-decoration: underline;
}

.page-header {
  background-size: cover;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .page-header {
    padding: 60px 0;
    margin-bottom: 64px;
  }
}
.page-header h1 {
  margin: 0;
}
.page-header .page-description {
  display: inline-block;
  max-width: 600px;
  padding: 16px 20px 0 20px;
}
@media (min-width: 1090px) {
  .page-header .page-description {
    padding: 16px 0 0 0;
  }
}
.page-header .page-description p {
  margin: 0;
}

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

.main-navigation {
  display: none;
  position: relative;
  background: #fff;
}
@media (min-width: 1090px) {
  .main-navigation {
    display: block;
  }
}
.main-navigation .inner-wrap {
  padding: 0;
}
@media (min-width: 1090px) {
  .main-navigation {
    background: #00BDB6;
  }
}
.main-navigation .sub-menu {
  display: none;
  width: 100%; /* Make submenu width 100% of its container */
  background: #e8eded;
  box-shadow: 0 4px 6px 0px rgba(63, 66, 66, 0.12);
  z-index: 999; /* Adjust z-index as needed */
}
@media (min-width: 1090px) {
  .main-navigation .sub-menu {
    padding: 10px;
  }
}
.main-navigation .sub-menu .inner-wrap {
  position: relative;
}
@media (min-width: 1090px) {
  .main-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
.main-navigation .sub-menu ul {
  display: block;
}
.main-navigation .sub-menu.open {
  display: block;
}
.main-navigation li {
  border-bottom: 1px solid #dddddd;
  border-left: 6px solid #fff;
}
@media (min-width: 1090px) {
  .main-navigation li {
    border-bottom: 6px solid #00BDB6;
    border-left: none;
  }
}
.main-navigation li:hover {
  border-color: #036268;
}
@media (min-width: 1090px) {
  .main-navigation li:hover {
    border-color: #D7FDF5;
  }
}
.main-navigation li.current_page_item {
  border-color: #036268;
}
@media (min-width: 1090px) {
  .main-navigation li.current_page_item {
    border-color: #133844;
  }
}
.main-navigation li a {
  display: block;
  padding: 16px 20px;
  color: inherit;
  font-size: 100%;
}
@media (min-width: 1090px) {
  .main-navigation li a {
    display: inline-block;
    padding: 22px 16px 16px 16px;
  }
}
.main-navigation li a .sub-menu-arrow {
  position: relative;
  display: inline-block;
  font-size: 10px;
}
.main-navigation li a .sub-menu-arrow.open {
  transform: rotate(180deg);
}
@media (min-width: 1090px) {
  .main-navigation li ul {
    column-count: 3;
    width: 100%;
  }
  .main-navigation li ul.sub-menu-topics {
    column-count: 2;
    width: 66%;
  }
}
.main-navigation li ul li {
  border-left: none;
}
@media (min-width: 1090px) {
  .main-navigation li ul li {
    border: none;
  }
}
@media (min-width: 1090px) {
  .main-navigation li ul li a {
    padding: 8px 10px;
  }
}
@media (min-width: 1090px) {
  .main-navigation li ul li a:hover {
    text-decoration: underline;
  }
}
.main-navigation li .featured-topic {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  padding: 8px 0;
}
.main-navigation li .featured-topic .featured-topic_content {
  width: 100%;
  background: #fff;
  margin-top: 16px;
  padding: 0 16px 0 0;
}
.main-navigation li .featured-topic .featured-topic_content strong {
  display: block;
  padding-top: 16px;
}
.main-navigation li .featured-topic .featured-topic_content p {
  font-size: 90%;
  max-height: 90px;
  overflow: hidden;
  margin: 6px 0 0 0;
}
.main-navigation li .featured-topic .featured-topic_content img {
  float: left;
  width: 120px;
  height: auto;
  margin-right: 16px;
}

.home .menu-item-blog {
  border-color: #036268 !important;
}
@media (min-width: 1090px) {
  .home .menu-item-blog {
    border-color: #133844;
  }
}

.page-template-template-subjects .menu-item-subjects,
.tax-subjects .menu-item-subjects {
  border-color: #036268 !important;
}
@media (min-width: 1090px) {
  .page-template-template-subjects .menu-item-subjects,
  .tax-subjects .menu-item-subjects {
    border-color: #133844;
  }
}

.page-template-template-topics .menu-item-topics,
.tax-topics .menu-item-topics {
  border-color: #036268 !important;
}
@media (min-width: 1090px) {
  .page-template-template-topics .menu-item-topics,
  .tax-topics .menu-item-topics {
    border-color: #133844;
  }
}

.page-template-template-content_types .menu-item-content_types,
.tax-content_types .menu-item-content_types {
  border-color: #036268 !important;
}
@media (min-width: 1090px) {
  .page-template-template-content_types .menu-item-content_types,
  .tax-content_types .menu-item-content_types {
    border-color: #133844;
  }
}

.page-id-22564 .menu-item-authors,
body.author .menu-item-authors {
  border-color: #036268 !important;
}
@media (min-width: 1090px) {
  .page-id-22564 .menu-item-authors,
  body.author .menu-item-authors {
    border-color: #133844;
  }
}

.page-id-22561 .menu-item-contact {
  border-color: #036268 !important;
}
@media (min-width: 1090px) {
  .page-id-22561 .menu-item-contact {
    border-color: #133844;
  }
}

.mobile-navigation span {
  position: relative;
  display: inline-block;
}
@media (min-width: 1090px) {
  .mobile-navigation {
    display: none !important;
  }
}
.mobile-navigation .icon-Search_icon {
  font-size: 20px;
  top: -5px;
  left: -10px;
  cursor: pointer;
}
@media (min-width: 600px) {
  .mobile-navigation .icon-Search_icon {
    font-size: 30px;
  }
}
.mobile-navigation .icon-hamburger-icon {
  cursor: pointer;
  font-size: 30px;
}
@media (min-width: 600px) {
  .mobile-navigation .icon-hamburger-icon {
    font-size: 40px;
  }
}

.sub-menu-arrow-mobile {
  font-family: "icomoon" !important;
  content: "\e917";
  float: right;
  font-size: 20px;
}
.sub-menu-arrow-mobile:after {
  content: "\e917";
}
.sub-menu-arrow-mobile.open:after {
  content: "\e916";
}

.pagination {
  width: 100%;
  float: left;
  font-size: 90%;
  padding-top: 20px;
}
.pagination a {
  text-decoration: none;
  color: #1F2121;
}
.pagination .pagination_left {
  float: left;
  display: none;
}
@media (min-width: 600px) {
  .pagination .pagination_left {
    display: inline-block;
  }
}
.pagination .pagination_right {
  text-align: center;
}
@media (min-width: 600px) {
  .pagination .pagination_right {
    float: right;
  }
}
.pagination .pages,
.pagination .extend {
  display: none;
}
.pagination .page,
.pagination .current,
.pagination .nextpostslink,
.pagination .previouspostslink,
.pagination .first,
.pagination .last {
  vertical-align: middle;
  border: 1px solid #EEF3F3;
  display: inline-block;
  padding: 4px 8px;
  line-height: 14px;
}
.pagination .current {
  border-color: #666;
}
.pagination .nextpostslink,
.pagination .previouspostslink,
.pagination .first,
.pagination .last {
  font-size: 23px;
}

.filter {
  width: 100%;
  float: left;
  padding: 0 0 34px 0;
}
.filter .filter-toggle {
  font-size: 110%;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
  margin: 16px 0 0;
}
.filter .filter-toggle span {
  position: absolute;
  right: 0;
  top: 3px;
}
.filter .filter-toggle span.flip {
  transform: rotate(180deg);
}
.filter form {
  padding-top: 10px;
}
@media (min-width: 600px) {
  .filter form {
    display: block !important;
  }
}
.filter .filter-field {
  margin-bottom: 6px;
}
@media (min-width: 1090px) {
  .filter .filter-field {
    margin-bottom: 0;
    float: left;
    width: 28%;
    margin-right: 16px;
  }
}
.filter .filter-field:nth-child(3), .filter .filter-field:nth-child(4) {
  margin-right: 0;
}
@media (min-width: 1090px) {
  .filter .filter-field_submit {
    text-align: right;
    width: 12%;
    float: right;
  }
}
.filter .filter-field_submit input {
  position: relative;
  top: 2px;
  padding-right: 26px;
  padding-left: 26px;
}

.home .filter {
  padding: 30px 0;
}
@media (min-width: 600px) {
  .home .filter {
    padding: 50px 0 34px 0;
  }
}

.arrow-link {
  text-decoration: none;
  color: #007C85 !important;
  font-weight: 600;
}
.arrow-link span {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 4px;
}
.arrow-link span.arrow-left {
  transform: rotate(180deg);
  margin-right: 4px;
}
.arrow-link span.arrow-right {
  margin-left: 4px;
}

.article-feature_wrap {
  background: #fff;
  padding: 32px 0;
}

.single-post .entry-header {
  background: #fff;
  padding-top: 30px;
}
@media (min-width: 600px) {
  .single-post .entry-header {
    padding-top: 50px;
  }
}
.single-post .entry-header img {
  display: block;
}

#international-blog-extras {
  display: none;
  min-height: 163px;
}

article {
  padding: 0;
  width: 100%;
}
article.article-feature .article-feature_left {
  float: left;
  width: 100%;
}
@media (min-width: 1090px) {
  article.article-feature .article-feature_left {
    width: 66%;
  }
}
article.article-feature .article-feature_left img {
  display: block;
}
article.article-feature .article-feature_right {
  float: left;
  width: 100%;
}
article.article-feature .article-feature_right h2 {
  font-size: 20px;
  line-height: 1.4;
  margin: 8px 0;
}
@media (min-width: 600px) {
  article.article-feature .article-feature_right h2 {
    font-size: 150%;
  }
}
article.article-feature .article-feature_right p {
  margin: 0;
}
article.article-feature .article-feature_right .arrow-link {
  display: block;
  margin-top: 8px;
}
@media (min-width: 1090px) {
  article.article-feature .article-feature_right {
    width: 34%;
    padding: 20px 20px 0 20px;
  }
}
article .article-single_left {
  width: 100%;
}
@media (min-width: 1090px) {
  article .article-single_left {
    float: left;
    width: 40%;
    padding: 0 20px 20px 0;
  }
}
article .article-single_right {
  width: 100%;
}
@media (min-width: 1090px) {
  article .article-single_right {
    float: left;
    width: 60%;
  }
}
article p {
  word-wrap: break-word;
}
@media (min-width: 1090px) {
  article {
    border-radius: 4px;
  }
}
article .single-post-thumbnail img {
  width: 100%;
  height: auto;
}
article .post-thumbnail {
  display: block;
  width: 100%;
}
article .archive-wrap {
  padding: 16px 20px;
}
article .archive-wrap h2 {
  font-size: 20px;
  margin: 0;
}

.single .entry-content {
  padding-top: 10px;
}
@media (min-width: 600px) {
  .single .entry-content {
    padding-top: 40px;
  }
}

.entry-content_excerpt p {
  margin-bottom: 0;
}
.entry-content_excerpt a {
  color: #036268;
}
.entry-content_excerpt a:visited {
  color: #036268;
}

.entry-meta {
  padding-bottom: 6px;
}
.entry-meta a {
  color: #036268;
}
.entry-meta a:visited {
  color: #036268;
}

.entry-cats {
  margin-top: 10px;
}
.entry-cats > * {
  margin-bottom: 6px;
}
.entry-cats .tag {
  display: inline-block;
  font-size: 80%;
  white-space: nowrap;
  text-decoration: none;
  background: #D7FDF5;
  padding: 4px 10px;
  margin-right: 10px;
}

.entry-footer {
  padding: 20px;
  margin: 0 0 16px;
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
}
.entry-footer h3 {
  margin-top: 0;
}

.article-share {
  position: relative;
}
.article-share .article-share_btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.article-share .article-share_btn span {
  font-size: 24px;
}
.article-share .article-share_box {
  display: none;
  z-index: 9;
  position: absolute;
  top: 24px;
  right: 0;
  background: #fff;
  width: 180px;
  padding: 8px 14px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  box-shadow: 4px 4px 4px -4px rgba(0, 0, 0, 0.2);
  /* may be needed going forward
  &::before {
    content:"";
    position: absolute;
    right: 0;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid yellow;
    border-top: 0;      
  }
  */
}
.article-share .article-share_box .article-share_header {
  display: block;
  font-size: 94%;
  padding-left: 8px;
}
.article-share .article-share_box a {
  cursor: pointer;
  color: #1F2121;
  font-size: 84%;
}
.article-share .article-share_box a:hover {
  text-decoration: underline;
}
.article-share .article-share_box div {
  line-height: 36px;
}
.article-share .article-share_box div .article-share_icon {
  display: inline-block;
  font-size: 26px;
  position: relative;
  top: 6px;
  width: 30px;
}
.article-share .article-share_box div .icon-Link_24dp {
  top: 3px;
  font-size: 20px;
}
.article-share .article-share_box .article-share_close {
  position: absolute;
  top: 6px;
  right: 8px;
  cursor: pointer;
}

#comments {
  padding: 20px;
  background: #fff;
}
#comments h3 {
  margin-top: 0;
}
#comments .form-submit {
  text-align: right;
  margin-bottom: 0;
}

.author-photo {
  width: 100px;
  height: auto;
  float: left;
  margin: 0 20px 0 0;
}

.author-bio {
  width: 100%;
  float: left;
  border-radius: 4px;
  padding: 20px;
  background: #fff;
  margin: 16px 0 0 0;
}
@media (min-width: 600px) {
  .author-bio {
    display: flex;
  }
}
.author-bio h4 {
  margin: 0;
}
.author-bio .author-photo {
  flex: 1;
}
.author-bio .author-info {
  padding: 0;
  flex: 9;
}

.author-bio_single {
  width: 100%;
  float: left;
  padding: 20px;
  background: #fff;
  margin: 0 0 20px;
}

.az-filter {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.az-filter a {
  display: inline-block;
  float: left;
  text-align: center;
  width: 30px;
  padding: 4px 10px;
  margin: 0 3px 3px 0;
  background: #fff;
  text-decoration: none;
  color: #1F2121;
  font-weight: 600;
}
.az-filter a:hover {
  background: none;
}
.az-filter a.active {
  background: #133844;
  color: #fff;
}
.az-filter a.az-view-all {
  width: auto;
}

.related-posts {
  padding-top: 30px;
}
@media (min-width: 1090px) {
  .related-posts {
    padding-top: 60px;
  }
}
.related-posts h2 {
  text-align: center;
}
.related-posts .archive-wrap h2 {
  text-align: left;
}
.related-posts article:nth-child(3) {
  display: none;
}
@media (min-width: 1090px) {
  .related-posts article:nth-child(3) {
    display: block;
  }
}

article.page {
  background: none;
  padding: 0;
}

.page-content {
  padding: 20px;
  margin: 0;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page-content p:first-of-type {
  margin-top: 0;
}

.author .page-content {
  margin-bottom: 16px;
}
