body.wp-admin .block-directions {
    background-color: #e0684a;
    border-radius: 4px;
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

body.wp-admin .block-directions span {
    font-size: 11px;
    display: block;
}

body.wp-admin .block-directions::before {
    content: "";
    display: inline-block;
    background-color: #fff;
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/icon_brand-logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    width: 15px;
    height: 15px;
    transform: translate(0, 4px);
    font-weight: bold;
    margin-right: 8px;
    border-radius: 50%;
    text-align: center;
    font-family: Helvetica, sans-serif;
}

body.wp-admin .text-center
{
    text-align: center; /* bootstrap isn't loaded */
}

.page-header
{
    display: none;
}

.serenity-hero
{
  /* position: relative; */
  margin-bottom: 20px;
}

.serenity-hero .hero-background
{
    position: absolute;
    object-fit: cover;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 795px;
	border-radius: 0;
}

.serenity-hero.has-background .hero-background {

    min-height: 700px;
}

.serenity-hero.image-top .hero-background { background-position: center 0%; }
.serenity-hero.image-middle-top .hero-background { background-position: center 25%; }
.serenity-hero.image-middle .hero-background { background-position: center 50%; }
.serenity-hero.image-middle-bottom .hero-background { background-position: center 75%; }
.serenity-hero.image-bottom .hero-background { background-position: center 100%; }


.serenity-hero .header-block
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  max-width: 1434px;
  background-color: #f5f5f5; /* var */
  border-radius: 7px; /* var */
  padding: 60px 8%;
}

.serenity-hero.has-background .header-block
{
    margin-top: 450px;
}

body.wp-admin .serenity-hero.has-background .header-block {
    margin-top: 0;
}



/* should inherit normal h1 rules */
.serenity-hero .header-block h1
{
  color: #50c9b5; /* var */
  text-transform: uppercase;
  font-size: 57px;
  font-family: calluna_sans, sans-serif;
  font-weight: lighter;
  letter-spacing: 3px;
  line-height: 70px;
  padding-bottom: 16px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 3px solid #50c9b5;
}

/*
.serenity-hero .header-block h1:before
{
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  border-bottom: 2px solid #50c9b5;
}
*/

/* should inherit normal h2 rules */
.serenity-hero .header-block h2
{
  font-size: 50px;
  line-height: 64px;
  font-family: libre_baskerville, sans-serif;
  color: #025e6e; /* var */
  letter-spacing: -2px;
  margin: .25em auto .5em auto;
  font-weight: 500 !important;
}

.serenity-hero .header-block p
{
  font-size: 30px;
  line-height: 48px;
  font-weight: normal;
  letter-spacing: -.5px;
}


@media only screen and (max-width: 768px) {
    .serenity-hero.has-background .hero-background {
        min-height: 350px;
    }

    .serenity-hero.has-background .header-block {
        margin-top: 350px;
    }
}

body.wp-admin .serenity-hero
{
    position: relative;
}


body.wp-admin .serenity-hero .hero-background
{
    min-height: 200px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
}

body.wp-admin .serenity-hero .header-block
{
    position: relative;
    width: 65%;
    top: 125px;
    padding: 20px;
    margin-bottom: 165px;
}

body.wp-admin .serenity-hero .header-block h1
{
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
}

body.wp-admin .serenity-hero h1.block-editor-rich-text__editable[data-is-placeholder-visible="true"]
{
  position: absolute;
}

body.wp-admin .serenity-hero .header-block h2
{
  font-size: 18px;
}

body.wp-admin .serenity-hero .header-block p
{
  font-size: 14px;
}

body.wp-admin .wp-block {
    max-width: 1200px;
}


.serenity-content-row
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.serenity-content-row .text-column,
.serenity-content-row .media-column
{
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
}

.serenity-content-row .text-column h1
{
    font-size: 40px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 50px;
	letter-spacing: -0.5px;
}

.serenity-content-row .text-column a:hover
{
    text-decoration: none;
}

.serenity-content-row .text-column p
{
    font-size: 21px !important;
    line-height: 33px;
}

.serenity-content-row .text-column
{
  float: left;
}

.serenity-content-row .media-column
{
  float: right;
}

.serenity-content-row .media-column::after
{
  display: block;
  clear: both;
  content: "";
  margin-bottom: 2em;
}

.serenity-content-row .media-column img
{
    width: 100%;
	height: 100%;
    border-radius: 7px; /* var */
    object-fit: cover;
    max-height: 350px;
}

body.wp-admin .serenity-content-row .media-column .media-image {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    max-height: 500px;
    border-radius: 7px;
}

.serenity-content-row.image-top .media-column img { object-position: center 0%; }
.serenity-content-row.image-middle-top .media-column img { object-position: center 25%; }
.serenity-content-row.image-middle .media-column img { object-position: center 50%; }
.serenity-content-row.image-middle-bottom .media-column img { object-position: center 75%; }
.serenity-content-row.image-bottom .media-column img { object-position: center 100%; }

.wp-block-serenity-content-row:nth-child(even) .text-column,
body.wp-admin .serenity-content-row-holder .editor-block-list__layout div[data-type="serenity/content-row"]:nth-child(even) .serenity-content-row .text-column {
    float: right;
}

.wp-block-serenity-content-row:nth-child(even) .media-column,
body.wp-admin .serenity-content-row-holder .editor-block-list__layout div[data-type="serenity/content-row"]:nth-child(even) .serenity-content-row .media-column {
    float: left;
}

body.wp-admin .serenity-content-row h1 {
    color: #025E6E;
    font-family: calluna_sans, sans-serif;
}

body.wp-admin .serenity-content-row p {
    font-family: calluna_sans, sans-serif;
}

.clear
{
    clear: both;
}


.serenity-page-section
{
    text-align: center;
    font-family: calluna_sans, sans-serif;
    margin-top: 50px;
    margin-bottom: 50px;
}

.serenity-page-section h1
{
    color: #50c9b5;
    font-weight: normal;
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
    clear: both;
}

.serenity-page-section p
{
    color: #5e5e5f;
    font-size: 35px !important;
}


.serenity-secondary-content
{
    background-color: rgba(80, 201, 181, 0.12);
    text-align: center;
    padding: 40px;
    font-family: calluna_sans, sans-serif;
    min-height: 500px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.serenity-secondary-content h1
{
    color: #025E6E;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 45px;
    letter-spacing: 3px;
}

.serenity-secondary-content p
{
    color: #50c9b5;
    font-size: 30px !important;
}

.serenity-content-row-holder
{
    min-height: 60px;
}

.serenity-post-preview
{
    background-color: rgba(142, 224, 211, 0.2);
    border-radius: 7px;
    vertical-align: top;
}

.serenity-post-preview h4
{
    color: #025e6e;
    font-family: calluna_sans, sans-serif;
    font-size: 30px;
    padding: 20px;
    min-height: 220px;
    text-align: left;
}

.serenity-post-preview img
{
    width: 375px;
    height: 230px;
    border-radius: 7px 7px 0 0;
}

.serenity-post-preview p
{

}

.serenity-secondary-content .serenity-post-preview
{
    width: 375px;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
}

.serenity-content-block
{
    margin-bottom: 40px;
}

.serenity-content-block .content p
{
    max-width: 80%;
}

.serenity-content-block-aside
{
    float: right;
}

body.wp-admin .editor-block-list__layout div[data-type="serenity/content-block-aside"] {
    z-index: 9999;
}

body.wp-admin .serenity-content-block-aside
{
    display: block;
    min-width: 200px;
    min-height: 50px;
}

.serenity-content-block .content blockquote,
.serenity-content-block-aside blockquote
{
    /* float: right; */
    width: 430px;
}

.serenity-content-block .content figure,
.serenity-content-block-aside figure
{
    /* float: right; */
    width: 600px;
    margin-bottom: 30px;
    margin-left: 40px;
}

.serenity-content-block .content figure img,
.serenity-content-block-aside figure img
{
    width: 100%;
}

.serenity-content-block .content figcaption,
.serenity-content-block-aside figcaption
{
    background-color: rgba(112, 112, 112, .10);
    text-align: right;
    padding: 5px 10px;
    margin-top: 0;
}



body.wp-admin .serenity-button .button-panel.text-right
{
    text-align: right;
    margin-right: 20px;
}

body.wp-admin .serenity-button .button-panel.text-left
{
    text-align: left;
    margin-left: 20px;
}

body.wp-admin .serenity-button .button-panel.text-center
{
    text-align: center;
}

.serenity-cta-button {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
}

body.wp-admin .serenity-cta-button .button,
body.wp-admin .serenity-button .button
{
  display: inline-block;
  position: relative;
  font-size: 19px;
  padding: 16px 16px;
  border: 0;
  color: #fff;
  font-weight: bold;
  margin: 0.5em 0;
  font-family: calluna_sans, sans-serif;
  height: auto;
  box-shadow: none !important;
}

body.wp-admin .serenity-cta-button .button.small,
body.wp-admin .serenity-button .button.small {
    font-size: 14px;
    padding: 6px 12px;
}

body.wp-admin .serenity-cta-button .button.wide {
  width: 90%;
}


body.wp-admin .serenity-cta-button .button.large {
  font-size: 30px;
}

body.wp-admin .serenity-cta-button .button.arrow-right,
body.wp-admin .serenity-button .button.arrow-right {
  border-radius: 7px 0 0 7px;
  position: relative;
  padding-left: 22px;
}

body.wp-admin .serenity-cta-button .button.small,
body.wp-admin .serenity-button .button.small {
    padding-left: 14px !important;
}

body.wp-admin .serenity-cta-button .button.arrow-right::after,
body.wp-admin .serenity-button .button.arrow-right::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 0;
  border-top: 29px solid transparent;
  border-left: 20px solid #e0684a;
  border-bottom: 29px solid transparent;
}

body.wp-admin .serenity-cta-button .button.small.arrow-right::after,
body.wp-admin .serenity-button .button.small.arrow-right::after {
  right: -16px;
  border-top-width: 19px !important;
  border-left-width: 16px !important;
  border-bottom-width: 19px !important;
}

body.wp-admin .serenity-cta-button .button.arrow-right::after,
body.wp-admin .serenity-button .button.arrow-right::after{
  right: -20px;
  border-top: 29px solid transparent;
  border-left: 20px solid #e0684a;
  border-bottom: 29px solid transparent;
}

body.wp-admin .serenity-cta-button .button.salmon,
body.wp-admin .serenity-button .button.salmon {
  color: #fff;
  background-color: #e0684a;
}

body.wp-admin .serenity-cta-button .button.light.salmon,
body.wp-admin .serenity-button .button.light.salmon {
  color: #e0684a;
  background-color: #fce1db;
}

body.wp-admin .serenity-cta-button .button.arrow-right.light.salmon::after,
body.wp-admin .serenity-button .button.arrow-right.light.salmon::after {
  border-top: 29px solid transparent;
  border-left: 20px solid #fce1db;
  border-bottom: 29px solid transparent;
}

body.wp-admin .serenity-cta-button .button.twilight,
body.wp-admin .serenity-button .button.twilight {
  color: #fff;
  background-color: #025e6f;
}

body.wp-admin .serenity-cta-button .button.light.twilight,
body.wp-admin .serenity-button .button.light.twilight {
  color: #025e6f;
  background-color: #cedfe2;
}

body.wp-admin .serenity-cta-button .button.twilight.arrow-right::after,
body.wp-admin .serenity-button .button.twilight.arrow-right::after {
    border-left: 20px solid #025e6f;
}

body.wp-admin .serenity-cta-button .button.twilight.light.arrow-right::after,
body.wp-admin .serenity-button .button.twilight.light.arrow-right::after {
    border-left: 20px solid #cedfe2;
}

body.wp-admin .serenity-cta-button .button.lake,
body.wp-admin .serenity-button .button.lake {
  color: #fff;
  background-color: #50c9b5;
}

body.wp-admin .serenity-cta-button .button.light.lake,
body.wp-admin .serenity-button .button.light.lake {
  color: #50c9b5;
  background-color: #dcf4f0;
}


body.wp-admin .serenity-cta-button .button.lake.arrow-right::after,
body.wp-admin .serenity-button .button.lake.arrow-right::after {
    border-left: 20px solid #50c9b5;
}

body.wp-admin .serenity-cta-button .button.lake.light.arrow-right::after,
body.wp-admin .serenity-button .button.lake.light.arrow-right::after {
    border-left: 20px solid #dcf4f0;
}


body.wp-admin .serenity-cta-button .button.gold,
body.wp-admin .serenity-button .button.gold {
  color: #fff;
  background-color: #ac9257;
}

body.wp-admin .serenity-cta-button .button.light.gold,
body.wp-admin .serenity-button .button.light.gold {
  color: #ac9257;
  background-color: #eee9dd;
}

body.wp-admin .serenity-cta-button .button.gold.arrow-right::after,
body.wp-admin .serenity-button .button.gold.arrow-right::after {
    border-left: 20px solid #ac9257;
}


body.wp-admin .serenity-cta-button .button.gold.light.arrow-right::after,
body.wp-admin .serenity-button .button.gold.light.arrow-right::after {
    border-left: 20px solid #eee9dd;
}




body.wp-admin .serenity-cta-button .button.white,
body.wp-admin .serenity-button .button.white {
  color: #5e5e5f;
  background-color: #fff !important;
}

body.wp-admin .serenity-cta-button .button.white.arrow-right::after,
body.wp-admin .serenity-button .button.white.arrow-right::after {
    border-left: 20px solid #fff !important;
}

body.wp-admin .serenity-cta-button .button.white.salmon,
body.wp-admin .serenity-button .button.white.salmon {
    color: #e0684a;
}

body.wp-admin .serenity-cta-button .button.white.lake,
body.wp-admin .serenity-button .button.white.lake {
    color: #50c9b5;
}

body.wp-admin .serenity-cta-button .button.white.twilight,
body.wp-admin .serenity-button .button.white.twilight {
    color: #025e6f;
}

body.wp-admin .serenity-cta-button .button.white.gold,
body.wp-admin .serenity-button .button.white.gold {
    color: #ac9257;
}



body.wp-admin .serenity-cta-button .button.arrow-right.large::after,
body.wp-admin .serenity-button .button.arrow-right.large::after{
  right: -32px;
  border-top: 39px solid transparent;
  border-left: 32px solid #e0684a;
  border-bottom: 39px solid transparent;
}

body.wp-admin .sector-areas
{
    margin-top: 60px;
}

body.wp-admin .sector-areas h3 {
    color: #ac9257;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: calluna_sans, sans-serif;
}



body.wp-admin .serenity-template
{
    /*
    padding-left: 24px;
    padding-right: 24px;
    border: 1px solid #e0684a;
    */
}


.serenity-side-menu {
    width: 300px;
    float: right;
    padding-left: 25px;
    margin-bottom: 40px;
    border-left: 3px solid #e0684a;
    margin-left: 40px;
}

.serenity-side-menu h2,
.resource-list h2 {
    color: #5E5E5F;
    letter-spacing: -0.5px;
}

.serenity-side-menu ul,
.resource-list ul {
    padding-left: 0;
    max-width: 100% !important;
    margin-top: 40px;
}

.serenity-side-menu ul li,
.resource-list ul li {
    list-style: none;
    padding-left: 0 !important;
    padding-bottom: 10px;
    line-height: 22px;
    text-indent: 0 !important;
    margin-left: 0 !important;
}

ul.list_blog-filters li {
    list-style: none;
    padding-left: 0 !important;
    text-indent: 0 !important;
    margin-left: 0 !important;
}

.serenity-side-menu ul li a,
.resource-list ul li a {
    font-size: 18px;
    font-weight: bold;
}

.serenity-side-menu ul li a::after,
.resource-list ul li a::after {
    content: "\203A";
    display: inline-block;
    line-height: 14px;
    color: #e0684a;
    margin-left: 4px;
    margin-right: -12px; /* prevents wrapping of carrot */
}

.serenity-side-menu ul li::before,
.resource-list ul li::before,
ul.list_blog-filters li::before {
    content: "" !important;
    text-indent: 0 !important;
}



body.wp-admin .serenity-side-menu
{
    float: none;
}


/* TODO: move to team plugin */
/* people-group */

body.wp-admin .serenity-people-group h2 {
    color: #50c9b5;
    font-weight: normal;
    font-family: calluna_sans, sans-serif;
    text-align: center;

}

body.wp-admin .serenity-people-group .people-placeholders {
    text-align: center;
}

body.wp-admin .serenity-people-group .people-placeholder {
    display: inline-block;
    width: 120px;
    height: 150px;
    background-color: #ccc;
    border-radius: 50%;
    margin-left: 50px;
    margin-right: 50px;
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/blank-profile-photo.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

body.wp-admin .serenity-people-group.missing-group h2,
body.wp-admin .serenity-people-group.missing-group .people-placeholders {
    display: none;
}

body.wp-admin .serenity-people-group .missing-group-message {
    display: none;
}

body.wp-admin .serenity-people-group.missing-group .missing-group-message {
    display: block;
}

/* END people-group */

.serenity-grid ::placeholder
{
    color: #ccc;
}

.serenity-grid .grid-filter {
    border-radius: 8px 0 0 8px;
    border: #e0694b 1px solid;
    outline: none;
    width: calc(100% - 40px);
    max-width: calc(50% - 40px);
    padding: 8px 12px;
    margin-top: 10px;
    float: left;
    font-size: 13px;
}

.serenity-grid .button_search {
    float: left;
    width: 37px;
    height: 37px;
    border-radius: 0 8px 8px 0;
    border: #e0694b 1px solid;
    background-image: url('../images/icon_magnifying-glass.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 22px;
    background-color: #e0694b;
    margin-top: 10px;
    outline: none;
}

.serenity-grid table.grid {
    width: 100%;
    margin-top: 20px;
}

.serenity-grid table.grid thead tr th
{
    color: #e0694b;
    font-weight: 900;
    border-bottom: 2px #e1e1e2 solid;
    vertical-align: bottom;
}

/*
.serenity-grid table.grid tbody.grid-entry:nth-child(even) {
   background-color: #f3f3f3;
}

.serenity-grid table.grid tbody.grid-entry:nth-child(odd) {
    background-color: #e8e8e8;
}
*/

.serenity-grid table.grid tbody.grid-entry {
   background-color: #f3f3f3;
}

.serenity-grid table.grid tbody.grid-entry.altRow {
    background-color: #e8e8e8;
}


.serenity-grid table.grid tbody.grid-entry tr.grid-entry-header td {
    padding: 25px 8px;
    cursor: pointer;
}

.serenity-grid table.grid thead tr th:first-child,
.serenity-grid table.grid tbody.grid-entry tr.grid-entry-header td:first-child,
.serenity-grid table.grid tbody.grid-entry tr.grid-entry-body td:first-child
{
    padding-left: 20px;
}

.serenity-grid table.grid tbody.grid-entry tr.grid-entry-body {
    display: none;
}

.serenity-grid table.grid tbody.grid-entry.expanded tr.grid-entry-body {
    display: table-row;
}

.serenity-grid table.grid tbody.grid-entry tr.grid-entry-body td {
    padding: 25px 8px;
}



/* END people-group */


.template-quarterly-report figure.wp-block-image.quarterly-report-hero {
    float: none;
    clear: none;
    margin: 0 0 40px 0;
    max-width: 100%;
}

.template-quarterly-report figure.wp-block-image.quarterly-report-hero img {
    width: 100%;
}

.template-quarterly-report h2,
body.wp-admin div[data-type="serenity/template-quarterly-report"] h2 {
    margin-top: 80px;
    margin-bottom: 20px;
    color: #50c9b5;
    font-size: 42px;
    max-width: 1600px;
}

body.wp-admin div[data-type="serenity/template-quarterly-report"] h2 {
    font-family: "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

body.wp-admin div[data-type="serenity/template-quarterly-report"] .block-library-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

body.wp-admin div[data-type="serenity/template-quarterly-report"] .block-library-list ul li {

}

body.wp-admin div[data-type="serenity/template-quarterly-report"] .block-library-list ul li::before {
    content: "\203A ";
    color: #50c9b5;
    font-weight: bolder;
    line-height: 1px;
    font-size: 27px;
    margin-right: 10px;
}

.serenity-signature-steve {
    float: right;
    padding-top: 100px;
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/signature_steve_moore.png');
    background-size: 100px 100px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}
.serenity-signature-romanita {
    float: right;
    padding-top: 70px;
    background-image: url('/app/themes/murdock-serenity/resources/assets/images/signature_romanita_hairston.png');
    background-size: 300px 50px;
    background-position: 0 12px !important;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    min-width: 300px;
}




.serenity-states-jump-navigation {
    text-align: center;
}

.serenity-states-jump-navigation::before {
	content: 'JUMP TO A STATE:';
	display: block;
	color: #005e6f;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 24px;
}

.serenity-states-jump-navigation .uppercase {
    text-transform: uppercase;
    color: #025e6f;
}

body.wp-admin .serenity-states-jump-navigation .uppercase {
    font-family: "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.serenity-states-jump-navigation .state-icon {
    font-size: 40px;
    color: #e0684a;
    font-weight: normal;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

.serenity-states-jump-navigation .state-icon::before {
    content: "";
    left: 0;
    top: 0;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    height: 58px;
    margin-right: 10px;
    vertical-align: middle;
}

.serenity-states-jump-navigation .state-icon.icon_alaska::before {
    background-image: url("/app/themes/murdock-serenity/resources/assets/images/icons/icon_alaska.svg");
    width: 68px;
    height: 60px;

}

.serenity-states-jump-navigation .state-icon.icon_idaho::before {
    background-image: url("/app/themes/murdock-serenity/resources/assets/images/icons/icon_idaho.svg");
    width: 38px;
    height: 60px;
}

.serenity-states-jump-navigation .state-icon.icon_montana::before {
    background-image: url("/app/themes/murdock-serenity/resources/assets/images/icons/icon_montana.svg");
    width: 80px;
    height: 60px;
}

.serenity-states-jump-navigation .state-icon.icon_oregon::before {
    background-image: url("/app/themes/murdock-serenity/resources/assets/images/icons/icon_oregon.svg");
    width: 60px;
    height: 60px;
}

.serenity-states-jump-navigation .state-icon.icon_washington::before {
    background-image: url("/app/themes/murdock-serenity/resources/assets/images/icons/icon_washington.svg");
    width: 54px;
    height: 60px;
}


.serenity-side-by-side-images,
.side-by-side-images {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 120px;
    max-width: 720px;
	width: 100%;
	background-color: #f5f5f5;
	border-radius: 7px;
	padding: 12px 12px 0 12px;
}

.template-quarterly-report.basic-template p,
.template-quarterly-report.basic-template ul,
.template-quarterly-report.basic-template h1,
.template-quarterly-report.basic-template h2,
.template-quarterly-report.basic-template h3,
.template-quarterly-report.basic-template h4 {
	max-width: 100%;
}

.side-by-side-images > .wp-block-image,
body.wp-admin .serenity-side-by-side-images div[data-type="core/image"] {
    display: inline-block;
    float: none;
    width: 45% !important;
    padding: 0;
    margin: 0 4px;
}

.content .side-by-side-images > .wp-block-image img {
    width: 100%;
    height: auto;
}


.content .side-by-side-images > .wp-block-image img,
body.wp-admin .serenity-side-by-side-images div[data-type="core/image"] img {
    border-radius: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

body.wp-admin .serenity-side-by-side-images div[data-type="core/image"] .components-placeholder {
    min-height: 450px;
    border: 2px solid #fff;
}

body.wp-admin .serenity-side-by-side-images div[data-type="core/image"] .block-editor-block-list__block-edit {
    margin-left: 0;
    margin-right: 0;
}

.wp-admin.post-type-page .block-editor-block-list__layout p.block-editor-block-list__block:first-of-type::after {
  content: "YOU MUST SELECT A PAGE CONTAINER BEFORE ADDING CONTENT!";
  right: 50px;
  left: unset;
  text-align: right;
  font-size: 14px;
  font-family: Helvetica, sans-serif;
  color: #c84b2c;
  font-weight: 600;
}

.serenity-template .block-editor-block-list__layout .block-editor-block-list__block::after {
  content: "" !important;
}



/* RESPONSIVE ADJUSTMENTS */

@media only screen and (max-width: 1000px) {
	.serenity-states-jump-navigation .state-icon::before {
		height: 5vw !important;
		width: 6vw !important;
		background-position: right 0;
	}

	.serenity-states-jump-navigation .state-icon {
		margin-left: 2vw !important;
		margin-right: 2vw !important;
		font-size: 4vw;
	}
}	/* end 1000px */

@media only screen and (max-width: 959px) {
	.serenity-content-row .text-column h1
	{
		font-size: 30px;
		margin-bottom: 15px;
		line-height: 35px;
		letter-spacing: -0.25px;
	}
}	/* end 959px */

@media only screen and (max-width: 900px) {
	.template-quarterly-report figure.wp-block-image.quarterly-report-hero {
		width: 100%;
	}
}	/* end 900px */

@media only screen and (max-width: 768px) {
	.serenity-states-jump-navigation .state-icon::before {
		height: 7vw !important;
		width: 9vw !important;
		background-position: right 0;
	}

	.serenity-states-jump-navigation .state-icon {
		margin-left: 3vw !important;
		margin-right: 3vw !important;
		font-size: 6vw;
	}

	.serenity-content-row .media-column img
	{
		margin-top: 1em;
	}

	.wp-block-serenity-content-row:nth-child(even) .text-column {
		float: none;
	}

	.serenity-hero .header-block h1 {
		font-size: 47px;
		line-height: 56px;
	}

	.serenity-hero .header-block p {
		font-size: 23px;
		line-height: 38px;
	}

	.serenity-hero .header-block {
		border-radius: 0;
	}

    .serenity-content-row .text-column,
    .serenity-content-row .media-column {
        width: 98%;
        float: none;
    }

	.serenity-side-by-side-images,
	.side-by-side-images {
		max-width: 100%;
	}
}	/* end 768px */

@media only screen and (max-width: 615px) {
.side-by-side-images > .wp-block-image,
	body.wp-admin .serenity-side-by-side-images div[data-type="core/image"] {
		width: 100% !important;
		margin: 0 !important;
	}
}	/* end 615px */

@media only screen and (max-width: 480px) { /* var */
  .serenity-hero .header-block {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .serenity-hero.has-background .header-block {
    padding-top: 40px;
  }

  .serenity-hero .header-block h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .serenity-hero .header-block h2 {
    font-size: 38px;
    line-height: 50px;
  }
  .serenity-hero .header-block p {
    font-size: 18px;
    line-height: 27px;
  }
}


