.background-container {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  box-sizing: content-box;
}

.background-container .bg-layer {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.background-container .fade-1 { opacity: 0.1; }
.background-container .fade-2 { opacity: 0.2; }
.background-container .fade-3 { opacity: 0.3; }
.background-container .fade-4 { opacity: 0.4; }
.background-container .fade-5 { opacity: 0.5; }
.background-container .fade-6 { opacity: 0.6; }
.background-container .fade-7 { opacity: 0.7; }
.background-container .fade-8 { opacity: 0.8; }
.background-container .fade-9 { opacity: 0.9; }

.background-container .filter-grayscale { filter: grayscale(1); }
.background-container .filter-blur { filter: blur(5px); }
.background-container .filter-sepia { filter: sepia(1); }

.nwc-blue,
.nwc-darkblue,
.nwc-forest,
.nwc-slate,
.rtf-burgundy,
.rtf-darkblue {
	color: #fff;
}
.rtf-navyblue {
	color: #bdd3d6;
}

.nwc-light-tan { background-color: #eeeeec; }
.nwc-blue { background-color: #069; }
.nwc-darkblue { background-color: #143e61; }
.nwc-forest { background-color: #446252; }
.nwc-slate { background-color: #3C4A55; }
.nwc-gray { background-color: #ccc; }

.rtf-salmon { background-color: #ec805f; }
.rtf-burgundy { background-color: #9e4a30; }
.rtf-tan { background-color: #ede4d5; }
.rtf-aqua { background-color: #b1ceca; }
.rtf-midblue { background-color: #7ca7af; }
.rtf-darkblue { background-color: #336e7e; }
.rtf-navyblue { background-color: #213e44;  }
.rtf-lightblue { background-color: #bdd3d6; }
.rtf-coolgray { background-color: #9c9c9c; }

.background-container.rtf-tan {
  margin-left: -15px;
}

.homepage-hero {
	display: flex;
	flex-direction: row;
}
.homepage-hero > * {
	flex: 1 1 auto;
	height: auto;
}
.homepage-hero.hero-text-right {
	flex-direction: row-reverse;
}
.homepage-hero .hero-image {
	width: 45%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.homepage-hero .hero-text {
	display: flex;
	width: 55%;
	padding: 0 80px;
}
.homepage-hero .hero-text h2 {
	position: relative;
	display: block;
	max-width: 640px;
	margin-left: auto;
	margin-top: 80px;
	margin-bottom: 80px;
	padding-bottom: 30px;
	font-size: 26px;
	line-height: 1.6;
	color: #fff;
  font-style: normal;
}
.homepage-hero .hero-text h2:after {
	content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 20px;
    border-bottom: 2px solid #ffffff;
}
.homepage-hero.hero-text-right .hero-text {
	margin-left: 0;
	margin-right: auto;
}

.homepage-hero.hero-text-right .hero-text h2:after {
	right: 0;
	left: auto;
}


.full-column-callout {
	position: relative;
	width: 100%;
	max-width: 1280px;
	min-height: 350px;
	aspect-ratio: 1280/500;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    box-sizing: border-box;
}
.full-column-callout a,
.full-column-callout a:hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.full-column-callout a .callout-text {
	display: block;
	position: absolute;
	top: 42%;
    left: 50%;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    color: #fff;
    font-family: 'CrimsonRegular','Georgia',serif;
    font-weight: 400;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    transform: translate(-50%, -50%);
}
.full-column-callout a .callout-button {
    display: block;
    position: absolute;
    top: 65%;
    left: 50%;
    width: auto;
    margin: 0 auto 15px;
    padding: 13px 40px;
    line-height: 1.6;
    font-family: 'BrandonRegular','Helvetica','Arial',sans-serif;
    font-size: 0.8rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #EE8353;
    border: none;
    border-radius: 0;
    transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
    margin: 0;
    transform: translate(-50%, -50%);
}

.callout-row {
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
	box-sizing: border-box;
}

.callout-card {
	position: relative;
	flex: 1 1 50%;
	width: auto;
	margin-right: 80px;
	background-color: #fff;
}
.callout-card:last-child {
	margin-right: 0;
}
.callout-card .callout-card-title {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 650/400;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.callout-card a, .callout-card a:hover {
	color: #fff;
	text-decoration: none;
}
.callout-card .callout-card-title h2 {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}
.callout-card .callout-card-title h2 span {
	position: absolute;
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 60px;
    padding: 90px 40px 40px;
    color: #fff;
    font-family: 'BrandonRegular','Helvetica',sans-serif;
    font-size: 2rem;
    text-align: center;
    border: 3px solid #fff;
}
.callout-card .callout-card-title h2 span:before {
	content: ' ';
	position: absolute;
	left: calc(50% - 60px);
	bottom: 50px;
    width: 120px;
    height: 3px;
    background-color: #ffffff;
	transition: all 0.2s ease-in-out;
}
.callout-card .callout-card-title h2 span:after {
	content: '';
    position: absolute;
    left: calc(50% - -50px);
    bottom: 40px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	transition: all 0.2s ease-in-out;
}
.callout-card a:hover .callout-card-title h2 span:before {
	left: calc(50% - 55px);
}
.callout-card a:hover .callout-card-title h2 span:after {
	left: calc(50% - -55px);
}
.callout-card .callout-card-body {
	padding: 40px 40px 0;
	color: #3D3E39;
}
.callout-card .callout-card-body > div {
	line-height: 1.5;
    font-size: 1.05rem;
    font-family: 'BrandonRegular','Helvetica','Arial',sans-serif;
    font-weight: 400;
}
.callout-card .callout-card-body span.callout-button {
    display: inline-block;
    margin: 15px 0 30px;
    padding: 13px 40px;
    line-height: 1.6;
    font-size: .8rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-color: #EE8353;
    border: none;
    border-radius: 0;
    transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
}
.callout-card a .callout-card-body span.callout-button:hover {
	color: #ffffff;
    background-color: #f99264;
}

.callout-link {
	overflow: hidden;
}
.callout-link img {
	float: left;
	display: block;
	max-width: 225px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.callout-link a,
.callout-link a h3,
.callout-link a p,
.callout-link a:hover {
	color: #3D3E39;
	text-decoration: none;
}
.callout-link h3 {
	margin-top: 0;
    margin-bottom: 20px;
    font-family: 'CrimsonRegular','Georgia','serif';
	font-size: 27px;
}
.callout-link > div {
	font-family: 'BrandonRegular','Helvetica','Arial',sans-serif;
	font-size: 17px;
	line-height: 25px;
}
.callout-link .btn {
	clear: left;
	float: left;
	display: block;
	padding: 13px 40px;
	font-size: 13px;
	text-transform: uppercase;
    text-align: center;
    line-height: 1.6;
	color: #ffffff;
    background-color: #EE8353;
    border-radius: 0;
}
.callout-link .btn:hover {
	background-color: #f99264;
}


.news-tool-plugin ul {
	list-style-type: none;
  list-style-image: none !important;
	padding: 0;
}
.news-tool-plugin li {
  position: relative;
  margin: 5px 0;
}
.news-tool-plugin li:before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 30px;
  vertical-align: -5px;
  border: 1px solid #999 !important;
  border-radius: 2px;
  background-color: #f5f5f5;
  background-color: white;
  cursor: pointer;
}
.news-tool-plugin li a:hover:after,
.news-tool-plugin li a.active:before {
  content: " ";
  position: absolute;
  top: 3.5px;
  left: 1px;
  width: 20px;
  height: 20px;
  background: #5A92AE;
  border: 3px solid #fff;
}
/* ! make :hover same as .active ! 
  .news-tool-plugin li a:hover:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 3.5px;
  left: 1px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  color: #aaa;
  background: #fff;
} */
.news-tool-plugin li a {
  color: #5A92AE;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5em;
  position: relative;
  padding: 0.25em 0 0.25em 35px;
  transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
  cursor: pointer;
}
/*53222*/
.plugin-blog ul,
.plugin-blog ul li {
  padding-left: 0!important;
}
.plugin-blog ul {
  margin-top: 1em;
}
/*END 53222*/
.plugin-blog-vertical-list {
	padding: 0 15px;
}
.plugin-blog-vertical-list .post-item,
.plugin-blog-vertical-list .post-item a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.plugin-blog-vertical-list .post-item a {
	padding: 20px 0;
	border-bottom: 1px solid #CCCCCC;
}
.plugin-blog-vertical-list .post-item a:hover {
	text-decoration: none;
}
.plugin-blog-vertical-list .post-item a .blog-visual {
	position: relative;
	float: left;
	display: block;
  width: 33%;
  aspect-ratio: 5/3;
  /*min-height: 166px;*/
  padding-right: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.plugin-blog-vertical-list .post-item a .blog-visual img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}
.plugin-blog-vertical-list .post-item a .blog-lead {
	float: right;
	width: 66%;
	margin: 0;
	box-sizing: border-box;
}
.plugin-blog-vertical-list .post-item a .blog-lead h4 {
	padding: 0;
	margin: 0 0 16px;
	color: #3D3E39;
	font-family: CrimsonBold, Georgia, serif;
	font-size: 21px;
	text-decoration: none;
}
.plugin-blog-vertical-list .post-item a:hover .blog-lead h4 {
	color: #696b63;
}
.plugin-blog-vertical-list .post-item a .blog-lead {
	color: #3D3E39;
  line-height: 1.3;
  font-size: 16px;
}

.breadcrumb-header {
	padding-bottom: 15px;
}
.breadcrumb-header div {
	overflow: hidden;
}
.breadcrumb-header ol {
	float: left;
	width: auto;
	display: flex;
	flex-direction: row;
	list-style-type: none;
	padding: 0;
	margin-bottom: 10px;
}
.breadcrumb-header ol li {
	display: block;
	width: auto;
	flex: 1 1 auto;
}
.breadcrumb-header ol li a.go-home:before {
  content: '\e929';
  margin-right: 6px;
  display: inline-block;
  position: relative;
  text-indent: 0;
  font-family: 'theme-icons';
  font-size: 18px;
  line-height: 18px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.breadcrumb-header ol li a {
  position: relative;
	display: inline-block;
	color: #336e7e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb-header ol li a:hover {
	color: #213e44;
}
.breadcrumb-header ol li:last-child a:before {
  content: '\e903';
  margin-left: 6px;
  font-family: 'theme-icons';
  font-size: 17px;
  line-height: 11px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.breadcrumb-header ol li:last-child a.active:before {
  content: '\e930';
}
.breadcrumb-header ol li:last-child a.active:after {	
	content: ' ';
	position: absolute;
  top: 95%;
  left: 62%;
  width: 0;
  height: 18px;
	border-right: 1px solid #336e7e;
}
.breadcrumb-header div h2 {
	clear: none;
  float: right;
  margin: 0 0 4px;
  font-family: 'Source Sans Pro','Helvetica','Arial',sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase;
}
.breadcrumb-header ul {
	clear: both;
	display: block;
	height: 1px;
	border-top: 1px solid #336e7e;
	transition: 0.5s all;
	overflow: hidden;
}
.breadcrumb-header ul.active {
	height: auto;
	border-bottom: 1px solid #336e7e;
}
.breadcrumb-header ul li {
	display: inline-block;
  margin-right: 23px;
}
.breadcrumb-header ul a {
	display: block;
	padding: 10px 0;
	font-weight: 600;
	text-decoration: none;
}
.breadcrumb-header ul a.active {
	color: #bcc1c3;
}

.sidebar .breadcrumb-sidebar:first-child {
	margin-top: -40px;
}
.sidebar .breadcrumb-sidebar h3 {
	padding: 10px 20px;
	background-color: #EEEEEC;
}
.sidebar .breadcrumb-sidebar h3 a {
	font-family: 'Brandon Text','Helvetica','Arial',sans-serif;
	font-size: 21px;
  font-style: italic;
  text-transform: uppercase;
  text-decoration: none;
	color: #EE8353;
}
.sidebar .breadcrumb-sidebar ul {
	padding-left: 20px;
}
.sidebar .breadcrumb-sidebar ul li a,
.breadcrumb-sidebar ul li a {
	font-size: 16px;
  font-weight: 400;
	line-height: 1.4em;
	color: #3D3E39;
}
.breadcrumb-sidebar ul li a:hover {
	color: #696b63;
}
.breadcrumb-sidebar ul li.active > a {
	color: #5A92AE;
}


.calendar-promo {
  width: 100vw;
  color: #fff;
  background-color: #EE8353;
  margin: 0;
}
.calendar-promo .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 80px;
}
.calendar-promo a {
  display: inline-block;
  flex: 1 1 50%;
  color: #fff;
}
.calendar-promo a.meeting-details-link {
	color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.calendar-promo a.meeting-details-link:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.calendar-promo a.meeting-details-link img {
  float: left;
  display: block;
  width: 40px;
  margin: 0 15px 0 0;
}
.calendar-promo a.meeting-details-link > span {
  display: block;
}
.calendar-promo a.meeting-details-link .meeting-title {
  color: #fff;
  font-family: 'BrandonRegular','Helvetica','Arial',sans-serif;
  font-size: 1.5rem;
  margin-top: -6px;
}
.calendar-promo a.meeting-details-link .meeting-date {
  color: #fff;
  font-family: 'BrandonRegular','Helvetica','Arial',sans-serif;
  font-size: 16px;
}
.calendar-promo a.link-all-meetings {
	color: #ffffff;
  font-family: 'BrandonRegular','Helvetica','Arial',sans-serif;
  text-align: right;
  font-size: 16px;
}
.calendar-promo a.link-all-meetings:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
	.calendar-promo .container {
		padding: 15px 30px;
	}
	.calendar-promo a.link-all-meetings {
		display: none;
	}
}

.page-contacts-plugin-header {
	position: absolute;
	top: 70px;
	left: 50%;
	width: calc(50% - 80px);
	max-width: 640px;
	transition: all 0.5s;
}
.main-content.breadcrumb-header-open .page-contacts-plugin-header {
	top: 126px;
}
.page-contacts-plugin-header > div {
	float: right;

}
/* right-aligned for rtf per ticket 52253 hopefully doesn't affect NWC */
.page-contacts-plugin-header .page-contact-title {
	font-style: italic;
  font-weight: 600;
  margin-bottom: 0.25em;
  padding-right: 15px;
  font-size: 18px;
  font-size: 1.8 rem;
  line-height: 1.2;
  text-align: right;
}
.page-contacts-plugin-header ul {
	padding: 0;
	list-style-type: none;
  text-align: right;
}
.page-contacts-plugin-header ul a {
	font-size: 16px;
	color: #213e44;
  transition: color 0.2s ease;
}
.page-contacts-plugin-header ul a:hover {
	color: #336e7e;
  text-decoration: none;
}
.page-contacts-plugin-header ul a:after {
	padding-left: 8px;
  position: relative;
  top: 1px;
  content: '\e904';
  font-family: 'theme-icons';
  font-size: 11px;
  line-height: 11px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-contacts-plugin-body {
	max-width: 1440px;
	padding: 0 80px;
	margin: 0 auto;
}
.page-contacts-plugin-body h2 {
	border-top: 1px solid #336e7e;
  font-family: 'Source Sans Pro','Helvetica','Arial',sans-serif;
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 3em;
  padding-top: 1.5em;
  font-size: 27px;
  font-size: 2.7 rem;
  line-height: 1.2;
}
.page-contacts-plugin-body .page-contact-rich-wrapper {
	margin-bottom: 30px;
	overflow: hidden;
}
.page-contacts-plugin-body .page-contact-rich-wrapper .page-contact-headshot-wrapper {
	float: left;
  margin-right: 22px;
  width: 80px;
}
.page-contacts-plugin-body .page-contact-rich-wrapper .page-contact-headshot-wrapper img {
  max-width: 100%;
  height: auto;
}
.page-contacts-plugin-body .page-contact-rich-wrapper .page-contact-name {
	font-weight: 700;
  margin-bottom: 0.25em;
  margin-top: 0.125em;
  font-size: 19px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.page-contacts-plugin-body .page-contact-rich-wrapper .page-contact-title {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0.25em;
  font-size: 17px;
  font-size: 1.7 rem;
  line-height: 1.2;
}
.page-contacts-plugin-body a {
	font-size: 16px;
  color: #336e7e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-contacts-plugin-body a:hover {
	color: #244e5a;
}
.page-contacts-plugin-body ul {
	list-style-type: none;
}
.page-contacts-plugin-body ul li {
	display: inline-block;
}
.page-contacts-plugin-body ul li:nth-child(n + 2):before {
	content: "•";
  padding-left: 2px;
  padding-right: 5px;
}


blockquote {
	border-left: 6px solid #eb805f;
  color: #336e7e;
  font-style: italic;
  font-weight: 600;
  margin: 1.5em 0;
  padding-left: 1em;
  font-size: 21px;
  line-height: 1.6;
}


.righthand-info .border-left {
	border-left: 6px solid #eb805f!important;
}
.righthand-info .border-left p {
  color: #336e7e;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 1.5em;
  padding-left: 1em;
  font-size: 21px;
  line-height: 1.6;
}
.righthand-info .btn-primary {
	background: #244e5a;
  border-color: #244e5a;
  color: #ffffff
}

/* highlight pages plugin styles */
.feature-wrapper h2.feature-title {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.2;
  font-style: italic;
  font-family: 'Droid Serif', 'Georgia', serif;
  font-weight: 400;
  margin-top: 0;
}
.feature-wrapper ul.feature-list {
  list-style: none;
  padding-left: 0 !important;
}
.feature-wrapper ul.feature-list li {
  padding: 0
}
.featured-item-wrapper {
	position: relative;
  margin-bottom: 2em;
}
.featured-item-wrapper .feature-node-type {
  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
  left: 0;
  overflow: visible;
  position: absolute;
  text-align: right;
  top: 2px;
  width: 40px;
	color: #eb805f;
  font-size: 16px;
	font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
}
.featured-item-wrapper .feature-content-wrapper {
	padding-left: 60px;
}
.featured-item-wrapper .feature-content-wrapper h2.featured-item-title {
  margin-top: 0;
  font-size: 22px;
  font-size: 2.2 rem;
  line-height: 1.2;
  font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
  font-style: italic;
  font-weight: 600;
}
.featured-item-wrapper .feature-content-wrapper h2.featured-item-title a {
  color: #336e7e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.featured-item-wrapper .feature-content-wrapper p.featured-item-text {
font-style: normal;
    color: #213e44;
    font-family: 'Source Sans Pro', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 19px;
    margin: 0;
}
/* END highlight pages plugin styles */


.aside--V1 {
  margin: 0 0 2rem;
  padding: 0;
  font-family: 'Brandon Text Light','Helvetica','Arial',sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  color: #446252;
  line-height: 1.3;
}

.aside--V1.position--left {
	float: left;
  width: 50%;
  margin: 0 40px 40px 0;
}

.aside--V1.position--right {
    float: right;
    width: 50%;
    margin: 0 0 40px 40px;
}

.aside--V2 {
	margin: 2.5rem 0;
  padding: 40px 60px;
  color: #ffffff;
	font-family: 'Brandon Text','Helvetica','Arial',sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
  background-color: #5A92AE;
}

.aside--V2.position--left {
  float: left;
  width: 50%;
  margin: 0 40px 40px 0;
  padding: 40px;
}

.aside--V2.position--right {
  float: right;
  width: 50%;
  margin: 0 40px 40px 0;
  padding: 40px;
}

/* these can be present on djangocms_picture elements */
figure.align-center,
img.align-center,
figure.align-center figcaption,
img.align-center+figcaption {
  display: block;
  margin-left: auto;
  margin-right: auto!important;
  width: 100%; /* to fix the oversized image bug ticket #53020*/
  max-width: fit-content;
  text-align: center;
}
img.align-left {
  display: block;
  margin-right: auto;
}
img.align-right {
  display: block;
  margin-left: auto;
}
figure.float-left50,
img.float-left50 {
  display: inline;
  float: left!important; /* !important added for #54121 */
  margin: 0!important;
}
figure.float-right50,
img.float-right50 {
  display: inline;
  float: right!important; /* !important added for #54121 */
  margin: 0!important;
}
figure.float-right50,
figure.float-left50 {
  width: 65%;
}
img.float-left50,
img.float-right50 {
  width: fit-content;
  max-height: fit-content;
  padding-top: 0;
  padding-bottom: 1rem;
}
img.float-left50 {
  padding-right: 1rem;
}
img.float-right50 {
  padding-left: 1rem;
}
figure.float-left-thumb,
img.float-left-thumb {
  display: inline;
  float: left;
  width: 300px;
  margin-top: 8px;
  padding-right: 35px;
  margin-bottom: 10px;
}
figure.float-right-thumb,
img.float-right-thumb {
  display: inline;
  float: right;
  width: 300px;
  margin-top: 8px;
  padding-left: 35px;
  margin-bottom: 10px;
}

a.coronavirus-link {
  display: inline-block;
  float: right;
  font-size:80%;
  color: #5A92AE;
  background:white;
  padding: 4px 4px 0 4px;
  transition: 0.3s all;
}
a.coronavirus-link:after {
  content: '›';
  display: inline-block;
  margin-left: 6px;
}
a.coronavirus-link:hover {
  color: #71afce;
  text-decoration: none;
}


/* static social media and rss */
.rss-link {
  padding-left: 30px;
  font-weight: bold;
  background-image: url(/static/common/img/rss.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out;
}
a.rss-link:hover {
  text-decoration: none;
}
.social_block h2.block_title {
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 100;
  font-family: 'Brandon Text','Helvetica','Arial',sans-serif;
  font-style: normal;
  color: #5A92AE;
}
.social_block__links {
  display: grid;
  grid-template-columns: repeat(3, 30px);
  column-gap: 20px;
  row-gap: 20px;
}
.sociallink {
  width: 30px;
  height: 30px;
  background-size: contain;
  transition: opacity 0.2s ease-in-out;
}
.sociallink span {
  display: none;
}
.sociallink.sociallink-facebook {
  background-image: url(/static/common/img/facebook--blue.png);
}
.sociallink.sociallink-twitter {
  background-image: url(/static/common/img/twitter--blue.png);
}
.sociallink.sociallink-instagram {
  background-image: url(/static/common/img/instagram--blue.png);
}
.sociallink.sociallink-linkedin {
  background-image: url(/static/common/img/linkedin--blue.png);
}
.sociallink.sociallink-vimeo {
  background-image: url(/static/common/img/vimeo--blue.png);
}
.sociallink.sociallink-flickr {
  background-image: url(/static/common/img/flickr--blue.png);
}
.sociallink:hover,
.sociallink:focus {
  opacity: .8;
}

.pull-left {
    max-width: 50%;
    padding-right: 30px;
    padding: 0 1rem 1rem 0;
    margin: 0;
}

.pull-right {
    max-width: 50%;
    padding-left: 30px;
    padding: 0 0 1rem 1rem;
    margin: 0;
}

.content .pull-left > img,
.content .pull-right > img {
  margin-bottom: 0;
}

.pull-left.wider,
.pull-right.wider {
  width: 65%;
}

.row {
    margin-bottom: 30px;
}
div.blog-latest-entries div.row {
  margin-bottom: 0;
}

/*51228 approved but hidden*/
.sharable-link-modal {
  padding: 75px 50px;
  max-width: 470px;
  display: block;
  margin: auto;
} 
.sharable-link-modal p:nth-child(1) {
  font-weight: 600;
}
.sharable-link-modal p {
  font-size: 20px;
}
.sharable-link {
  border: solid rgb(238, 131, 83) 2px;
  padding: 0;
  padding-left: 5px;
  font-weight: bold;
  display: block;
  width: 325px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sharable-link input {
  height: 25px;
  border: none;
}
.sharable-link input:focus {
  outline: none;
}
.copy-link {
  margin-left: 0;
  padding: 5px 10px;
  background-color: rgb(238, 131, 83);
  color: rgb(255, 255, 255);
  height: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.copy-link:hover {
  color: #212529;
  background-color: #f3c94c;
  text-decoration: none;
}

h3.viewing-draft {
    background-color: #f5dc4f;
    text-align: center;
    color: rgb(61, 62, 57);
}
/*END 51228*/

/* starting responsive styles */
@media screen and (max-width: 768px) {
  .main-content .container-fluid.background-container.nwc-light-tan > .container > h2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -10px;
  }
  .main-content .container-fluid.background-container.nwc-light-tan>.container>h2 a {
    text-decoration: none;
  }

  .container.-content .explore-page-list h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 992px) {
    .full-column-callout {
      max-width: 100%;
      min-height: 250px;
    }

    .full-column-callout a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly;
    }

    .full-column-callout a .callout-button {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: fit-content;
    }

    .full-column-callout h2.callout-text {
      display: block;
      line-height: 1;
      font-family: 'Crimson Text', 'Georgia', serif;
      font-size: 1.4rem;
      margin: 20px 0;
      padding-right: 20px;
      padding-left: 20px;
      position: relative;
      transform: none;
      top: auto;
      left: auto;
    }

    .callout-row {
      flex-wrap: wrap;
    }

    .callout-row .callout-card {
      margin: 0 15px 2rem 15px;
    }

    .callout-card .callout-card-title h2 span::before,
    .callout-card .callout-card-title h2 span::after {
      display: none;
    }

    .callout-card .callout-card-title h2 span {
      left: 20px;
      right: 20px;
      top: 20px;
      bottom: 20px;
      font-size: 1.4rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
    }

    .callout-card .callout-card-body {
      padding: 20px 20px 0;
    }

}
/* END responsive styles */
