:root{  
    --primarycolor: #0083b3; /* blue */
    --primarytint: #37689d; 
    --secondarycolor: #d55e35; /* orange */
    --tertiarycolor: #1e3650; /* dark blue cta */
    --white: #fff;
    --lightgray: #faf9f0; /* pale yellow from menu */
    --midgray: #787b86; /* */
    --darkgray: #1e3650; /* dark blue cta */
    --black: #1d2231;
    --text: #1d2231;
    --generalfont: 'Muli', sans-serif;
    --headerfont: 'Roboto Slab', sans-serif;
}

/* Basic Settings */
.textprimary {color:var(--primarycolor);}
.textsecondary {color:var(--secondarycolor);}
.textlightgray {color:var(--lightgray);}
.textdarkgray {color:var(--darkgray);}
.textwhite {color:#fff;}
.bgprimary {background-color:var(--primarycolor);}
.bgsecondary {background-color:var(--secondarycolor);}
.bgtertiary {background-color:var(--tertiarycolor);}
.bglightgray {background-color:var(--lightgray);}
.bgdarkgray {background-color:var(--darkgray);}

.smalltext {
  font-size:.9em;
}
p {
    line-height:1.5em!important;
}
.category main, 
.author main, 
.blog main, 
.category #page_content_container,
.author #page_content_container, 
.blog #page_content_container, 
.single-post main, 
.single-post #page_content_container {
  background-color: #fff;
}
.bl-add-space-BGs {
  background-image: url("/wp-content/themes/goldstein/images/corner-rounded-star-bottom-right.png"); 
  background-position: bottom right; 
  background-repeat: no-repeat;
  background-size: auto; 
}
.bl-add-space-BGs-flip {
  background-image: url("/wp-content/themes/goldstein/images/corner-rounded-star-bottom-left.png"); 
  background-position:  bottom left; 
  background-repeat: no-repeat;
  background-size: auto; 
}
@media only screen and (max-width: 767px) {
  .bl-add-space-BGs, .bl-add-space-BGs-flip {
    background-size: contain; 
  }
}

.footerctaspecial {
    width:100%;
    text-align: center;
    font-size: 1.75rem;
    font-weight: bold;
}

.fakeh1 {
font-weight: bold!important;
font-size: 2rem!important;
line-height: 1.1em!important;
margin: 20px 0!important;    
}

/* Misc Settings */
.clearfix{ clear: both;}
.aligncenter{ display: block;margin: auto;}
.alignleft{ display: block;float: left;}
.alignright{ display: block;float: right;}
.text-center{text-align:center;}
.hahs-left {
  width: 48%;
  float: left;
}
.hahs-right {
  width: 48%;
  float: right;
  text-align: right;
}
.hahs-left-meta {
  width: 70%;
  float: left;
}
.hahs-right-meta {
  width: 28%;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .hahs-left, .hahs-right, .hahs-left-meta, .hahs-right-meta {
    width: 100%;
    float: left;
    text-align: left;
  }
}

/* Inclusions */

.blog-inclusion .marquee-page-title-block {
  background-color: var(--darkgray);
}
.blog-inclusion .marquee-page-title-block h1 {
margin-bottom:0;
margin-right:10px;
}
.blog-inclusion.subscriptionform {
  background-color: var(--lightgray);
}

.single .content-container ul li {font-size:18px;line-height:28px;}
.single .content-container a {font-weight:bold;}


/* Blog Listing */
.post-categories a {font-size: 12px;}
.posted-in .post-categories li:after {
	content: ' / ';
    font-weight: normal;
    font-style: normal;
}
.posted-in .post-categories li:last-child:after {
	display:none;
}
.posted-in {margin-bottom:5px;}
.posted-in .post-categories li {line-height:18px;}

.blog-tile-container {

}
.blog-tile-alpha {
  background:var(--lightgray);
  border-radius: 0 50px 0 50px;
  height: 100%;
}

.blog-tile-alpha h5 {
  color: var(--primarycolor);
  font-size: 20px;
  font-family: var(--headerfont);
  font-weight: 500;
}
.blog-tile-image {
  background-color: var(--lightgray);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 7px solid var(--secondarycolor);
  height: 250px;
  border-radius: 0 50px 0 0;
}
.blog-tile-alpha a {
  text-decoration: none !important;
  color:#000 !important;
}
.blog-tile-readmore {
  font-family: var(--headerfont);
  color: var(--primarycolor) !important;
  text-decoration: none;
}
.blog-tile-readmore a {
  color: var(--primarycolor) !important;
}
.blog-tile-title {
  font-weight: bold;
}
.blog-tile-excerpt a {
  color: #000 !important;
}
.blog-sidebar h4 {
  margin-bottom: 10px;
  line-height: normal;
}
.blog-sidebar {
  padding-left: 50px;
}
.blog-sidebar-spacer {
  margin-bottom: 30px;
  padding: 20px;
  background-color: var(--lightgray);
}
.blog-sidebar ul {
  list-style:none;
  padding: 0;
}
.blog-sidebar ul li {
  padding: 5px 0;
  border-bottom: 1px solid var(--midgray);
  margin:0 0 5px;
  line-height: inherit;
}
.blog-sidebar ul li:last-child {
  border-bottom: none;
}
.blog-sidebar label {
  width: 100%;
  font-size: 12px;
  color: var(--midgray);
}
.blog-sidebar .es-field-wrap label {
  color: #fff;
  margin-top: -16px;
}
.blog-sidebar .hs-input {
    width:100%;
}
.blog-sdiebar .hs-richtext p {
    font-size:12px!important;
}
.blog-sidebar input, .blog-sidebar fieldset.form-columns-1 .hs-input {
  margin: 2px 0;
  border: 1px solid var(--midgray);
  padding: 5px;
  border-radius: 5px;
  color: var(--midgray);
}
.blog-sidebar input[type="email"] {
  width: 100%!important;
}
.blog-sidebar input[type="checkbox"] {
  width: auto!important;
  margin: 10px 0;
}
.blog-sidebar #country-81954458-d135-4226-b6d2-546cc5a2008e {
    width:100%!important;
}
.blog-sidebar input[type="submit"] {
  background-color: var(--secondarycolor);
  color: #fff;
  border: none;
  font-weight: 600;
  margin: 10px 0;
  padding: 10px;
}
.blog-sub-listpage {
  display: flex;
}
.blog-sub-listpage .es-field-wrap {
  display: inline-block;
  margin:-10px 10px 0px;
  width:40%;
} 
.blog-sub-listpage h4 {
  display: inline-block;
}
.blog-sub-listpage input {
  border: 1px solid var(--midgray);
  padding: 5px;
  border-radius: 5px;
  color: var(--midgray);
  vertical-align: middle;
}
.blog-sub-listpage input[type=submit] {
  border: none;
  background-color: var(--primarycolor);
  color: #fff;
  font-weight: bold;
  padding: 5px 25px;
  height: 45px;
  margin-left: 20px;
}
.blog-sub-listpage input[type=text], .blog-sub-listpage input[type=email] {
  width: 100%;
}
.blog-sub-listpage h4 {
  margin: 0;
}
.blog-sub-listpage form {
  display: flex;
}
.blog-sub-listpage label {
  display: initial;
  font-size: 10px;
  font-style: italic;
  width: 30%;
  line-height: 12px;
  text-indent: -15px;
  padding-left: 15px;
}
.blog-sub-listpage .es-field-wrap label {
  visibility: hidden;
  font-size: 14px;
  line-height: 16px;
}
.blog-sub-listpage .es-field-wrap label input {
  visibility: initial;
}
.blog-topics-row {
  display: flex;
}
.blog-topics-row ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 1em;
}
.blog-topics-dropdown ul li {
  display: block;
}
.blog-alltopics-dropdown {
  border:1px solid var(--midgray);
  font-size: inherit;
  font-weight: inherit;
  color: var(--midgray);
}
.blog-meta-style {
  font-size: 12px;
  font-style: italic;
}
.posted-in .post-categories {
display: contents;
}
.posted-in .post-categories li {
  display: inline-block;
}
.blog-nohover1:hover {
  background-color: inherit !important;
  color: inherit !important;
}
.blog-nohover2:hover {
  background-color: inherit !important;
  color: inherit !important;
}
@media only screen and (max-width: 1200px) {
  .blog-sub-listpage {display: block !important;}
  }
@media only screen and (max-width: 768px) {
  .blog-sub-listpage form {display: grid;}
  .blog-sub-listpage .es-field-wrap label input {width: 100%;}
  .hidetopiclistonmobile {display: none!important;}
  .blog-sub-listpage .es-field-wrap {width: 100%;}
  .blog-sub-listpage label {width: 100%;margin-top: 10px;}
  .blog-sub-listpage input[type=submit] {margin-left: 0;}
  .blog-sidebar {padding-left:calc(var(--bs-gutter-x) * .5);padding-top: 45px;border-top: 1px solid;margin-top: 25px;}
}
.animate_this{
  opacity: 0;
}
.share-icon {
  font-size: 18px;
  margin: 3px;
 }
 .wp-caption {
     width:100%!important;
 }
.wp-caption-text {
    font-style: italic;
    border: 1px solid var(--midgray);
    padding: 5px 15px;
    margin-bottom: 30px;
    text-align:center;
}
/* blog subscribe bar */
.blog-sub-listpage form {
    align-items:center;
}
.blog-sub-listpage .hs-email {
width:50%;
}
.blog-sub-listpage label {
    display:none;
}
.blog-sub-listpage .hs-email span {
font-size:14px !important
}
.blog-sub-listpage .legal-consent-container {
width:50%;
}
.blog-sub-listpage .legal-consent-container li {
list-style:none;
margin: 0 0 0 20px;
}
.blog-sub-listpage .legal-consent-container li label {
display:flex;
width:100%;
}
.blog-sub-listpage p {
font-size: 12px !important;
text-indent: initial;
line-height: 15px;
display:block !important;   
}
.legal-consent-container .field.hs-form-field {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
.blog-sub-listpage .hs-email {width:100%;}
.blog-sub-listpage .legal-consent-container {width:100%;margin-bottom:20px;}
}
.blog-sub-listpage .hs-error-msg, .blog-sub-listpage .legal-consent-container .hs-error-msgs label {
    display: contents;
    font-size: 12px;
    color: var(--primarycolor);
    font-weight: 700;
}
.blog-sub-listpage .hs-error-msgs li {
    list-style:none;
}
.blog-sub-listpage .hs-form-required {
    display:none;
}