	  /* custom-theme base */

	  .baldwin-theme .single-column-section .section-background,
	  .baldwin-theme .title-section {
		background-color: #484848;
	  }

	  .baldwin-theme .title-header {
		height: 100%;
		text-align: center;
		box-sizing: border-box;
		font-size: 0;
	  }

	  .baldwin-theme .title-top-left .title-header,
	  .baldwin-theme .title-left .title-header,
	  .baldwin-theme .title-bottom-left .title-header {
		text-align: left;
	  }
	  .baldwin-theme .title-top .title-header,
	  .baldwin-theme .title-center .title-header,
	  .baldwin-theme .title-bottom .title-header {
		text-align: center;
	  }
	  .baldwin-theme .title-top-right .title-header,
	  .baldwin-theme .title-right .title-header,
	  .baldwin-theme .title-bottom-right .title-header {
		text-align: right;
	  }

	  .baldwin-theme .title-header:before {
		content: '';
		display: inline-block;
		width: 0;
		height: 100%;
		vertical-align: bottom;
	  }

	  .baldwin-theme .title-top-left .title-header:before,
	  .baldwin-theme .title-top .title-header:before,
	  .baldwin-theme .title-top-right .title-header:before {
		vertical-align: top;
	  }

	  .baldwin-theme .title-left .title-header:before,
	  .baldwin-theme .title-center .title-header:before,
	  .baldwin-theme .title-right .title-header:before {
		vertical-align: middle;
	  }

	  .baldwin-theme .title-header-view {
		position: relative;
		display: inline-block;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	  }

	  .baldwin-theme .title-header .gradient-overlay {
		background-color: rgba(0, 0, 0, 0);
		background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-center]*/, rgba(0,0,0,0)  /*[gradient-stop-0-color-aligned-center]*/ 0% /*[gradient-stop-0-percent-aligned-center]*/, rgba(0,0,0,0.25)  /*[gradient-stop-1-color-aligned-center]*/ 25% /*[gradient-stop-1-percent-aligned-center]*/, rgba(0,0,0,0.50)  /*[gradient-stop-2-color-aligned-center]*/ 50% /*[gradient-stop-2-percent-aligned-center]*/, rgba(0,0,0,0.25)  /*[gradient-stop-3-color-aligned-center]*/ 75% /*[gradient-stop-3-percent-aligned-center]*/, rgba(0,0,0,0)  /*[gradient-stop-4-color-aligned-center]*/ 100% /*[gradient-stop-4-percent-aligned-center]*/);
		background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 25%, rgba(0, 0, 0, 0.50) 50%, rgba(0, 0, 0, 0.25) 75%, rgba(0, 0, 0, 0) 100%);
	  }

	  .baldwin-theme .title-top-left .title-header .gradient-overlay,
	  .baldwin-theme .title-top .title-header .gradient-overlay,
	  .baldwin-theme .title-top-right .title-header .gradient-overlay {
		background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-top]*/, rgba(0,0,0,0)  /*[gradient-stop-0-color-aligned-top]*/ 0% /*[gradient-stop-0-percent-aligned-top]*/, rgba(0,0,0,0.5)  /*[gradient-stop-1-color-aligned-top]*/ 100% /*[gradient-stop-1-percent-aligned-top]*/);
		background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	  }

	  .baldwin-theme .title-bottom-left .title-header .gradient-overlay,
	  .baldwin-theme .title-bottom .title-header .gradient-overlay,
	  .baldwin-theme .title-bottom-right .title-header .gradient-overlay {
		background-image: -webkit-linear-gradient( -270deg /*[gradient-angle-aligned-bottom]*/, rgba(0,0,0,0.5) /*[gradient-stop-0-color-aligned-bottom]*/ 0% /*[gradient-stop-0-percent-aligned-bottom]*/, rgba(0,0,0,0) /*[gradient-stop-1-color-aligned-bottom]*/ 100% /*[gradient-stop-1-percent-aligned-bottom]*/);
		background-image: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	  }

	  .baldwin-theme .card-flipbook-section .section-content .content-container {
		box-shadow: 0 0 4px rgba(0,0,0,.25);
	  }

	  .baldwin-theme .card-flipbook-section .section-content .card-right .content-container {
		margin-left: auto;
	  }

	  .baldwin-theme .card-flipbook-section .section-content .card-center .content-container {
		margin-left: auto;
		margin-right: auto;
	  }

	  /* baldwin-theme components */

	  .baldwin-theme.article,
.baldwin-theme .section {
  background-color: rgba(255,255,255,1);
}

.baldwin-theme .section-content .content-container {
  padding-left: 20%;
  padding-right: 20%;
}

/*
 * Browsers vary in their default behavior of <b>/<strong> tags. Some default to
 * font-weight: bold (Chrome) and others default to font-weight: bolder (Firefox).
 * We explicitly match Chrome's behavior here so that font face fallback logic
 * is consistent between browsers (MRVL-15001)
 */
.baldwin-theme strong,
.baldwin-theme b {
  font-weight: bold;
}

/* title-section middle-rule treatment */

.baldwin-theme .title-section {
  background-color: #484848;
}
.baldwin-theme .title-header {
  padding: 64px 5% 64px 5%;
  background-color: transparent;
}
.baldwin-theme .title-header-view {
  padding: 0px 0px 0px 0px;
  width: 100%;
  max-width: 89%;
  background-color: transparent;
  border-radius: 0px 0px 0px 0px;
}
.baldwin-theme .title-header .gradient-overlay {
  right: -25%;
  left: -25%;
}
.baldwin-theme .title-top-left .title-header .gradient-overlay,
.baldwin-theme .title-top .title-header .gradient-overlay,
.baldwin-theme .title-top-right .title-header .gradient-overlay {
  top: -64px;
  bottom: -50%;
  height: auto;
}
.baldwin-theme .title-bottom-left .title-header .gradient-overlay,
.baldwin-theme .title-bottom .title-header .gradient-overlay,
.baldwin-theme .title-bottom-right .title-header .gradient-overlay {
  top: -50%;
  bottom: -64px;
  height: auto;
}
.baldwin-theme .title-header .title {
  display: inline-block;
  margin: 0 0;
  padding: 0 0 16px 0;
  max-width: 80%;
  max-height: 3.4499999999999997em;
  color: rgba(255,255,255,1);
  font-family: league-gothic,sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.15;
  letter-spacing: normal;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
.baldwin-theme .short-cover .title-header .title {
  max-height: 2.3em;
}
.baldwin-theme .title-header .title:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 3px;
  z-index: -1;
  background-color: rgba(255,255,255,0.75);
  box-shadow: 0px 0px 2px transparent;
  border-radius: 0px 0px 0px 0px;
}
.baldwin-theme .title-header .subtitle {
  margin-top: 1.2rem;
  padding: 0;
  max-height: 4.5em;
  color: rgba(255,255,255,1);
  font-family: league-gothic,sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: normal;
  text-shadow: 0px 2px 2px rgba(0,0,0,0.25);
}
.baldwin-theme .short-cover .title-header .subtitle {
  max-height: 3em;
}
@media ( max-width: 767px ) {
  .baldwin-theme .title-header {
	padding: 32px 5% 32px 5%;
  }
}

/* Wide Screen Widths */

@media (min-width: 1300px) {
  /* each pair of title padding values should sum to 30% */
  .baldwin-theme .title-top-left .title-header-view,
  .baldwin-theme .title-left .title-header-view,
  .baldwin-theme .title-bottom-left .title-header-view {
	padding-left: 10%;
	padding-right: 20%;
  }
  .baldwin-theme .title-top .title-header-view,
  .baldwin-theme .title-center .title-header-view,
  .baldwin-theme .title-bottom .title-header-view{
	padding-left: 15%;
	padding-right: 15%;
  }
  .baldwin-theme .title-top-right .title-header-view,
  .baldwin-theme .title-right .title-header-view,
  .baldwin-theme .title-bottom-right .title-header-view {
	padding-left: 20%;
	padding-right: 10%;
  }
}

/* Extra Wide Screen Widths */

@media (min-width: 1800px) {
  /* each pair of title padding values should sum to 50% */
  .baldwin-theme .title-top-left .title-header-view,
  .baldwin-theme .title-left .title-header-view,
  .baldwin-theme .title-bottom-left .title-header-view {
	padding-left: 15%;
	padding-right: 35%;
  }
  .baldwin-theme .title-top .title-header-view,
  .baldwin-theme .title-center .title-header-view,
  .baldwin-theme .title-bottom .title-header-view {
	padding-left: 25%;
	padding-right: 25%;
  }
  .baldwin-theme .title-top-right .title-header-view,
  .baldwin-theme .title-right .title-header-view,
  .baldwin-theme .title-bottom-right .title-header-view {
	padding-left: 35%;
	padding-right: 15%;
  }
}

/* Super Wide Screen Widths */

@media (min-width: 2300px) {
  /* each pair of title padding values should sum to 60% */
  .baldwin-theme .title-top-left .title-header-view,
  .baldwin-theme .title-left .title-header-view,
  .baldwin-theme .title-bottom-left .title-header-view {
	padding-left: 20%;
	padding-right: 40%;
  }
  .baldwin-theme .title-top .title-header-view,
  .baldwin-theme .title-center .title-header-view,
  .baldwin-theme .title-bottom .title-header-view {
	padding-left: 30%;
	padding-right: 30%;
  }
  .baldwin-theme .title-top-right .title-header-view,
  .baldwin-theme .title-right .title-header-view,
  .baldwin-theme .title-bottom-right .title-header-view {
	padding-left: 40%;
	padding-right: 20%;
  }
}


@media ( max-width: 767px ) {
  .baldwin-theme .title-header .title {
	font-size: 42px;
  }
  .baldwin-theme .short-cover .title-header .title {
	max-height: 3.4499999999999997em;
  }
}
@media ( max-width: 767px ) {
  .baldwin-theme .title-header .subtitle {
	font-size: 27px;
  }
  .baldwin-theme .short-cover .title-header .subtitle {
	max-height: 4.5em;
  }
}

/* heading no treatment */

.baldwin-theme .content-container h3 {
  z-index: 0;
  font-family: league-gothic,sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: normal;
  color: rgba(68,68,68,1);
  text-align: left;
}




@media ( max-width: 767px ) {
  .baldwin-theme .content-container h3 {
	font-size: 38px;
  }
}

.baldwin-theme .content-container h4 {
  font-family: league-gothic,sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgba(68,68,68,1);
  text-align: left;
}

@media ( max-width: 767px ) {
  .baldwin-theme .content-container h4 {
	font-size: 30px;
  }
}
.baldwin-theme .single-column-section .content-container p,
.baldwin-theme .card-flipbook-section .content-container p {
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  overflow-wrap: break-word;
  color: rgba(68,68,68,1);
}

@media ( max-width: 767px ) {
  .baldwin-theme .single-column-section .content-container p,
  .baldwin-theme .card-flipbook-section .content-container p {
	font-size: 19px;
  }
}
.baldwin-theme .content-container ul li {
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(68,68,68,1);
  margin-left: 36px;
  margin-right: 0px;
}

@media ( max-width: 767px ) {
  .baldwin-theme .content-container ul li {
	font-size: 19px;
  }
}
.baldwin-theme .content-container ol li {
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(68,68,68,1);
  margin-left: 36px;
  margin-right: 0px;
}

@media ( max-width: 767px ) {
  .baldwin-theme .content-container ol li {
	font-size: 19px;
  }
}





/* blockquote color band treatment */

.baldwin-theme .content-container blockquote {
  z-index: 0;
  position: relative;
  font-family: league-gothic,sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(68,68,68,1);
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 0;
  padding-right: 0;
}
.baldwin-theme .card-flipbook-section .content-container blockquote {
  /* Avoid spilling out of the column in a Glideshow */
  margin-left: 0;
  margin-right: 0;
}
.baldwin-theme .content-container blockquote:before{
  content: "";
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0px;
  right: -300%;
  bottom: 0px;
  left: -300%;
  background-color: rgba(232,231,231,0.9);
}
@media ( max-width: 767px ) {
  .baldwin-theme .content-container blockquote {
	margin-left: 0;
	margin-right: 0;
  }
}

@media ( max-width: 767px ) {
  .baldwin-theme .content-container blockquote {
	font-size: 24px;
  }
}

.baldwin-theme .image-wrapper {
  overflow: hidden;
}

/* inline image no treatment */

.baldwin-theme .card-flipbook-section .caption, .baldwin-theme .single-column-section .caption {
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(68,68,68,1);
  text-align: center;
  margin: .5em 0px;
}



@media ( max-width: 767px ) {
  .baldwin-theme .card-flipbook-section .caption, .baldwin-theme .single-column-section .caption {
	font-size: 17px;
  }
}


/* button rounded treatment */

.baldwin-theme .content-container a.link-button {
  display: inline-block;
  border-radius: 0.2em;
  border: solid 1px rgba(68,68,68,1);
  padding-top: 10px;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 4px;
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
  text-align: center;
  color: rgba(68,68,68,1);

  -webkit-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -moz-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -o-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  -ms-transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
  transition: color .15s linear, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.baldwin-theme .content-container a.link-button:hover {
  border-color: rgba(106,106,106,1);
  color: rgba(106,106,106,1);
}

@media ( max-width: 767px ) {
  .baldwin-theme .content-container a.link-button {
	padding-top: 8px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 2px;
  }
}




@media ( max-width: 767px ) {
  .baldwin-theme .content-container a.link-button {
	font-size: 19px;
  }
}

.baldwin-theme .single-column-section .content-container a:not(.link-button),
.baldwin-theme .card-flipbook-section .content-container a:not(.link-button),
.baldwin-theme .photo-grid-section    .content-container a:not(.link-button),
.baldwin-theme .full-width-section    .content-container a:not(.link-button) {
  background-color: transparent;
  color: rgba(102,132,172,1);
  text-decoration: 
underline;
  -webkit-transition: color .15s linear;
  -moz-transition: color .15s linear;
  -o-transition: color .15s linear;
  -ms-transition: color .15s linear;
  transition: color .15s linear;
}
.baldwin-theme .single-column-section .content-container a:not(.link-button):hover,
.baldwin-theme .card-flipbook-section .content-container a:not(.link-button):hover,
.baldwin-theme .photo-grid-section    .content-container a:not(.link-button):hover,
.baldwin-theme .full-width-section    .content-container a:not(.link-button):hover {
  color: rgba(64,88,121,1);
}


/* full width image no treatment */

.baldwin-theme .full-width-section .caption {
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(68,68,68,1);
  text-align: center;
  margin: .5em 0px;
}
.baldwin-theme .full-width-section .caption {
  padding-right: 5%;
  padding-left: 5%;
}



@media ( max-width: 767px ) {
  .baldwin-theme .full-width-section .caption {
	font-size: 17px;
  }
}
/* fillscreen section */


.baldwin-theme .fullscreen-photo-section .pull-quote {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: 96px 32px;
  padding: 0;
  max-width: 50%;
  font-family: league-gothic,sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,.35);
  color: rgba(255,255,255,1);
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.baldwin-theme .fullscreen-photo-section .pull-quote .content-container {
  padding: 24px;
  color: rgba(255,255,255,1);
  background-color: rgba(0,0,0,0.5);
}

.baldwin-theme .fullscreen-photo-section .pull-quote .content-container.empty {
  padding: 12px;
}

@media ( max-width: 767px ) {
  .baldwin-theme .fullscreen-photo-section .pull-quote {
	font-size: 27px;
	margin: 48px 16px;
  }

  .baldwin-theme .fullscreen-photo-section .pull-quote .content-container {
	padding: 12px;
  }

  .baldwin-theme .fullscreen-photo-section .pull-quote .content-container.empty {
	padding: 6px;
  }
}


/* window section */

.baldwin-theme .window-section .pull-quote {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  margin: 48px 32px;
  padding: 0;
  max-width: 50%;
  font-family: league-gothic,sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,.35);
  color: rgba(255,255,255,1);
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.baldwin-theme .window-section .pull-quote .content-container {
  padding: 24px;
  color: rgba(255,255,255,1);
  background-color: rgba(0,0,0,0.5);
}

.baldwin-theme .window-section .pull-quote .content-container.empty {
  padding: 12px;
}

@media ( max-width: 767px ) {
  .baldwin-theme .window-section .pull-quote {
	font-size: 27px;
	margin: 24px 16px;
  }

  .baldwin-theme .window-section .pull-quote .content-container {
	padding: 12px;
  }

  .baldwin-theme .window-section .pull-quote .content-container.empty {
	padding: 6px;
  }
}



/* photo grid no treatment */

.baldwin-theme .grid-caption {
  margin: .5em 0px;
  font-family: adobe-caslon-pro,sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: rgba(68,68,68,1)
}



@media ( max-width: 767px ) {
  .baldwin-theme .grid-caption {
	font-size: 17px;
  }
}

.baldwin-theme .card-flipbook-section .section-content .content-container {
  background-color: rgba(255,255,255,0.9);
}
.baldwin-theme .content-spacer {
  height: 0.125rem;
}
.baldwin-theme .content-item-spacer {
  height: 5.000rem;
}
.baldwin-theme .section .section-content .content-container {
  padding-top: 2.500rem;
  padding-bottom: 2.500rem;
}
.baldwin-theme .full-width-section .section-content .content-container {
  padding-top: 0;
  padding-bottom: 0;
}
.baldwin-theme .section.large-content-spacing-top .section-content .content-container {
  padding-top: 5.000rem;
}
.baldwin-theme .section.large-content-spacing-bottom .section-content .content-container {
  padding-bottom: 5.000rem;
}
.baldwin-theme .content-container > :first-child {
  margin-top: 0;
}
.baldwin-theme .content-container > :last-child {
  margin-bottom: 0;
}
.baldwin-theme ul,
.baldwin-theme ol {
  padding: 0
}
.baldwin-theme li {
  margin-bottom: 0.500rem;
}
.baldwin-theme li:last-child {
  margin-bottom: 0;
}
.baldwin-theme .content-container p {
  margin-top: 0;
  margin-bottom: 0;
}
.baldwin-theme .content-container p + p{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ol + p{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ul + p{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h3 + p{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h4 + p{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container blockquote + p{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container .link-button-wrapper + p{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container div.image + p{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ol {
  margin-top: 0;
  margin-bottom: 0;
}
.baldwin-theme .content-container p + ol{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ol + ol{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ul + ol{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h3 + ol{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h4 + ol{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container blockquote + ol{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container .link-button-wrapper + ol{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container div.image + ol{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ul {
  margin-top: 0;
  margin-bottom: 0;
}
.baldwin-theme .content-container p + ul{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ol + ul{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ul + ul{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h3 + ul{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h4 + ul{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container blockquote + ul{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container .link-button-wrapper + ul{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container div.image + ul{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.baldwin-theme .content-container p + h3{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ol + h3{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ul + h3{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h3 + h3{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h4 + h3{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container blockquote + h3{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container .link-button-wrapper + h3{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container div.image + h3{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.baldwin-theme .content-container p + h4{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ol + h4{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ul + h4{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h3 + h4{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h4 + h4{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container blockquote + h4{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container .link-button-wrapper + h4{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container div.image + h4{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container blockquote {
  margin-top: 0;
  margin-bottom: 0;
}
.baldwin-theme .content-container p + blockquote{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ol + blockquote{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ul + blockquote{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h3 + blockquote{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h4 + blockquote{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container blockquote + blockquote{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container .link-button-wrapper + blockquote{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container div.image + blockquote{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container .link-button-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.baldwin-theme .content-container p + .link-button-wrapper{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ol + .link-button-wrapper{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ul + .link-button-wrapper{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h3 + .link-button-wrapper{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h4 + .link-button-wrapper{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container blockquote + .link-button-wrapper{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container .link-button-wrapper + .link-button-wrapper{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container div.image + .link-button-wrapper{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container div.image {
  margin-top: 0;
  margin-bottom: 0;
}
.baldwin-theme .content-container p + div.image{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ol + div.image{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container ul + div.image{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h3 + div.image{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container h4 + div.image{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container blockquote + div.image{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container .link-button-wrapper + div.image{
  margin-top: 2.500rem;
}
.baldwin-theme .content-container div.image + div.image{
  margin-top: 2.500rem;
}
.baldwin-theme .photo-grid-section + .single-column-section h3:first-child,
.baldwin-theme .photo-grid-section + .single-column-section h4:first-child,
.baldwin-theme .photo-grid-section + .single-column-section blockquote:first-child {
  margin-top: 2.500rem;
}
.baldwin-theme .photo-grid-section + .single-column-section blockquote:last-child {
  margin-top: 2.500rem;
}
@media (max-width: 767px) {
  .baldwin-theme .content-spacer {
	height: 0.125rem;
  }
  .baldwin-theme .content-item-spacer {
	height: 2.500rem;
  }
  .baldwin-theme .section .section-content .content-container {
	padding-top: 1.250rem;
	padding-bottom: 1.250rem;
  }
  .baldwin-theme .full-width-section .section-content .content-container {
	padding-top: 0;
	padding-bottom: 0;
  }
  .baldwin-theme .section.large-content-spacing-top .section-content .content-container {
	padding-top: 2.500rem;
  }
  .baldwin-theme .section.large-content-spacing-bottom .section-content .content-container {
	padding-bottom: 2.500rem;
  }
  .baldwin-theme .content-container > :first-child {
	margin-top: 0;
  }
  .baldwin-theme .content-container > :last-child {
	margin-bottom: 0;
  }
  .baldwin-theme ul,
  .baldwin-theme ol {
	padding: 0
  }
  .baldwin-theme li {
	margin-bottom: 0.250rem;
  }
  .baldwin-theme li:last-child {
	margin-bottom: 0;
  }
  .baldwin-theme .content-container p {
	margin-top: 0;
	margin-bottom: 0;
  }
  .baldwin-theme .content-container p + p{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ol + p{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ul + p{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h3 + p{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h4 + p{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container blockquote + p{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container .link-button-wrapper + p{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container div.image + p{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ol {
	margin-top: 0;
	margin-bottom: 0;
  }
  .baldwin-theme .content-container p + ol{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ol + ol{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ul + ol{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h3 + ol{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h4 + ol{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container blockquote + ol{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container .link-button-wrapper + ol{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container div.image + ol{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ul {
	margin-top: 0;
	margin-bottom: 0;
  }
  .baldwin-theme .content-container p + ul{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ol + ul{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ul + ul{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h3 + ul{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h4 + ul{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container blockquote + ul{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container .link-button-wrapper + ul{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container div.image + ul{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h3 {
	margin-top: 0;
	margin-bottom: 0;
  }
  .baldwin-theme .content-container p + h3{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ol + h3{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ul + h3{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h3 + h3{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h4 + h3{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container blockquote + h3{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container .link-button-wrapper + h3{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container div.image + h3{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h4 {
	margin-top: 0;
	margin-bottom: 0;
  }
  .baldwin-theme .content-container p + h4{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ol + h4{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ul + h4{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h3 + h4{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h4 + h4{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container blockquote + h4{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container .link-button-wrapper + h4{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container div.image + h4{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container blockquote {
	margin-top: 0;
	margin-bottom: 0;
  }
  .baldwin-theme .content-container p + blockquote{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ol + blockquote{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ul + blockquote{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h3 + blockquote{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h4 + blockquote{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container blockquote + blockquote{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container .link-button-wrapper + blockquote{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container div.image + blockquote{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container .link-button-wrapper {
	margin-top: 0;
	margin-bottom: 0;
  }
  .baldwin-theme .content-container p + .link-button-wrapper{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ol + .link-button-wrapper{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ul + .link-button-wrapper{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h3 + .link-button-wrapper{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h4 + .link-button-wrapper{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container blockquote + .link-button-wrapper{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container .link-button-wrapper + .link-button-wrapper{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container div.image + .link-button-wrapper{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container div.image {
	margin-top: 0;
	margin-bottom: 0;
  }
  .baldwin-theme .content-container p + div.image{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ol + div.image{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container ul + div.image{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h3 + div.image{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container h4 + div.image{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container blockquote + div.image{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container .link-button-wrapper + div.image{
	margin-top: 1.250rem;
  }
  .baldwin-theme .content-container div.image + div.image{
	margin-top: 1.250rem;
  }
  .baldwin-theme .photo-grid-section + .single-column-section h3:first-child,
  .baldwin-theme .photo-grid-section + .single-column-section h4:first-child,
  .baldwin-theme .photo-grid-section + .single-column-section blockquote:first-child {
	margin-top: 1.250rem;
  }
  .baldwin-theme .photo-grid-section + .single-column-section blockquote:last-child {
	margin-top: 1.250rem;
  }
}



/* Default Screen Widths */

.baldwin-theme .section-content .content-container {
  padding-left: 20%;
  padding-right: 20%;
}

.baldwin-theme .card-flipbook-section .section-content .content-container {
  width: 50%;
  margin: 32px 32px;
  padding: 56px 32px;
}

.baldwin-theme .card-flipbook-section .section-content .card-center .content-container {
  width: 65%;
  max-width: 900px;
}

/* Narrow Screen Widths */

@media (max-width: 768px) {
  .baldwin-theme .section-content .content-container {
	padding-left: 12.5%;
	padding-right: 12.5%;
  }
  .baldwin-theme .card-flipbook-section .section-content .content-container {
	width: 60%;
	margin: 32px 32px;
	padding: 56px 32px;
  }
  .baldwin-theme .card-flipbook-section .section-content .card-center .content-container {
	width: 75%;
	max-width: 900px;
  }
}

/* Extra Narrow Screen Widths */

@media (max-width: 480px) {
  .baldwin-theme .section-content .content-container {
	padding-left: 7%;
	padding-right: 7%;
  }
  .baldwin-theme .card-flipbook-section .section-content .content-container {
	width: 70%;
	margin: 18px 14px;
	padding: 31px 13px;
  }
  .baldwin-theme .card-flipbook-section .section-content .card-center .content-container {
	width: 75%;
	max-width: 900px;
  }
}

/* Super Narrow Screen Widths */

@media (max-width: 320px) {
  .baldwin-theme .section-content .content-container {
	padding-left: 7%;
	padding-right: 7%;
  }
  .baldwin-theme .card-flipbook-section .section-content .content-container {
	width: 70%;
	margin: 18px 14px;
	padding: 31px 12px;
  }
  .baldwin-theme .card-flipbook-section .section-content .card-center .content-container {
	width: 75%;
	max-width: 900px;
  }
}

/* Wide Screen Widths */

@media (min-width: 1300px) {
  .baldwin-theme  .section-content .content-container {
	padding-left: 25%;
	padding-right: 25%;
  }

  .baldwin-theme  .card-flipbook-section .section-content .content-container {
	width: 40%;
	margin: 32px 32px;
	padding: 56px 32px;
	max-width: 580px;
  }
  .baldwin-theme  .card-flipbook-section .section-content .card-center .content-container {
	width: 65%;
	max-width: 900px;
  }
}

/* Extra Wide Screen Widths */

@media (min-width: 1800px) {
  .baldwin-theme .section-content .content-container {
	padding-left: 30%;
	padding-right: 30%;
  }

  .baldwin-theme .card-flipbook-section .section-content .content-container {
	width: 30%;
	margin: 32px 80px;
	padding: 56px 32px;
	max-width: 580px;
  }
  .baldwin-theme .card-flipbook-section .section-content .card-center .content-container {
	width: 65%;
	max-width: 900px;
  }
}

/* Super Wide Screen Widths */

@media (min-width: 2300px) {
  .baldwin-theme .section-content .content-container {
	padding-left: 33%;
	padding-right: 33%;
  }

  .baldwin-theme  .card-flipbook-section .section-content .content-container {
	width: 25%;
	margin: 32px 80px;
	padding: 56px 32px;
	max-width: 580px;
  }
  .baldwin-theme  .card-flipbook-section .section-content .card-center .content-container {
	width: 65%;
	max-width: 900px;
  }
}

.baldwin-theme .section.author-section .author-appreciation-container {
  border-color: rgba(68,68,68,0.5);
}
.baldwin-theme .section.author-section .author {
  font-family: adobe-caslon-pro;
  color: rgba(68,68,68,1);
}

.baldwin-theme .section.author-section .appreciate-button {
  color: rgba(68,68,68,0.5);
  border-color: rgba(68,68,68,0.5);
}

.baldwin-theme .section.author-section .appreciate-button:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDY4LDY4LDY4LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMTYsMjZMMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2eiBNOS4yLDQuN0M4LDQuNyw2LjksNS4yLDYsNS45QzUuMyw2LjUsNC44LDcuNCw0LjgsOC40YzAsMSwwLjUsMS45LDEuMiwyLjVsMTAsOC44bDEwLTguOGMwLjctMC42LDEuMi0xLjUsMS4yLTIuNWMwLTEtMC41LTEuOS0xLjItMi41Yy0xLjktMS41LTQuNS0xLjUtNi40LDBjLTAuNywwLjYtMS4yLDEuNS0xLjIsMi41aC00LjhjMC0xLTAuNS0xLjktMS4yLTIuNUMxMS41LDUuMSwxMC40LDQuNyw5LjIsNC43eiIvPjwvc3ZnPg==');
}

.baldwin-theme .section.author-section .appreciate-button:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDY4LDY4LDY4LDEpOyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzKSIgZD0iTTIuOCwxNC40QzEuMSwxMi45LDAsMTAuNywwLDguNGMwLTIuMywxLTQuNSwyLjgtNkM0LjYsMC45LDYuOSwwLDkuMiwwYzIuNCwwLDQuNiwwLjgsNi40LDIuNGMwLjEsMC4xLDAuMywwLjMsMC40LDAuNGMwLjEtMC4xLDAuMy0wLjMsMC40LTAuNEMxOC4yLDAuOSwyMC41LDAsMjIuOCwwYzIuMywwLDQuNiwwLjgsNi40LDIuNEMzMSwzLjksMzIsNi4xLDMyLDguNGMwLDIuMy0xLDQuNS0yLjgsNkwxNiwyNiIvPjwvc3ZnPg==');
}

.baldwin-theme .section.author-section .appreciate-button.appreciated:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDY4LDY4LDY4LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2Ii8+PC9zdmc+');
}

.baldwin-theme .section.author-section .appreciate-button.appreciated:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDY4LDY4LDY4LDEpOyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAzKSIgZD0iTTE2LDI2TDIuOCwxNC40QzEuMSwxMi45LDAsMTAuNywwLDguNGMwLTIuMywxLTQuNSwyLjgtNkM0LjYsMC45LDYuOSwwLDkuMiwwYzIuNCwwLDQuNiwwLjgsNi40LDIuNGMwLjEsMC4xLDAuMywwLjMsMC40LDAuNGMwLjEtMC4xLDAuMy0wLjMsMC40LTAuNEMxOC4yLDAuOSwyMC41LDAsMjIuOCwwYzIuMywwLDQuNiwwLjgsNi40LDIuNEMzMSwzLjksMzIsNi4xLDMyLDguNGMwLDIuMy0xLDQuNS0yLjgsNkwxNiwyNnogTTkuMiw0LjdDOCw0LjcsNi45LDUuMiw2LDUuOUM1LjMsNi41LDQuOCw3LjQsNC44LDguNGMwLDEsMC41LDEuOSwxLjIsMi41bDEwLDguOGwxMC04LjhjMC43LTAuNiwxLjItMS41LDEuMi0yLjVjMC0xLTAuNS0xLjktMS4yLTIuNWMtMS45LTEuNS00LjUtMS41LTYuNCwwYy0wLjcsMC42LTEuMiwxLjUtMS4yLDIuNWgtNC44YzAtMS0wLjUtMS45LTEuMi0yLjVDMTEuNSw1LjEsMTAuNCw0LjcsOS4yLDQuN3oiLz48L3N2Zz4=');
}

.publication-viewer.touch-disabled .baldwin-theme .section.author-section .appreciate-button:hover {
  color: rgba(68,68,68,1);
  border-color: rgba(68,68,68,1);
}

.publication-viewer.touch-disabled .baldwin-theme .section.author-section .appreciate-button:active {
  color: rgba(68,68,68,0.5);
  border-color: rgba(68,68,68,0.5);
}

.publication-viewer.touch-disabled .baldwin-theme .section.author-section .appreciate-button:active:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDY4LDY4LDY4LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2Ii8+PC9zdmc+');
}

.publication-viewer.touch-disabled .baldwin-theme .section.author-section .appreciate-button.appreciated:active:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBzdHlsZT0iZmlsbDpyZ2JhKDY4LDY4LDY4LDAuNSk7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDMpIiBkPSJNMTYsMjZMMi44LDE0LjRDMS4xLDEyLjksMCwxMC43LDAsOC40YzAtMi4zLDEtNC41LDIuOC02QzQuNiwwLjksNi45LDAsOS4yLDBjMi40LDAsNC42LDAuOCw2LjQsMi40YzAuMSwwLjEsMC4zLDAuMywwLjQsMC40YzAuMS0wLjEsMC4zLTAuMywwLjQtMC40QzE4LjIsMC45LDIwLjUsMCwyMi44LDBjMi4zLDAsNC42LDAuOCw2LjQsMi40QzMxLDMuOSwzMiw2LjEsMzIsOC40YzAsMi4zLTEsNC41LTIuOCw2TDE2LDI2eiBNOS4yLDQuN0M4LDQuNyw2LjksNS4yLDYsNS45QzUuMyw2LjUsNC44LDcuNCw0LjgsOC40YzAsMSwwLjUsMS45LDEuMiwyLjVsMTAsOC44bDEwLTguOGMwLjctMC42LDEuMi0xLjUsMS4yLTIuNWMwLTEtMC41LTEuOS0xLjItMi41Yy0xLjktMS41LTQuNS0xLjUtNi40LDBjLTAuNywwLjYtMS4yLDEuNS0xLjIsMi41aC00LjhjMC0xLTAuNS0xLjktMS4yLTIuNUMxMS41LDUuMSwxMC40LDQuNyw5LjIsNC43eiIvPjwvc3ZnPg==');
}


.baldwin-theme .section.credits-section {
  color: rgba(68,68,68,1);
}

	  /* behaviors css */
	  /* Default content behaviors */

.baldwin-theme div.image {
  -webkit-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -webkit-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -moz-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -moz-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -o-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -o-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  -ms-transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), -ms-transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);
  transition: opacity .5s cubic-bezier(0.455, 0.030, 0.515, 0.955), transform .5s cubic-bezier(0.455, 0.030, 0.515, 0.955);

  opacity: 1;

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.baldwin-theme div.image.hidden {
  opacity: 0;

  -webkit-transform: translate3d(0,40px,0);
  -moz-transform: translate3d(0,40px,0);
  -o-transform: translate3d(0,40px,0);
  -ms-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

.baldwin-theme .caption,
.baldwin-theme .grid-caption {
  -webkit-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -moz-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -o-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -ms-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -ms-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);

  opacity: 1;

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.baldwin-theme .caption.hidden,
.baldwin-theme .grid-caption.hidden {
  opacity: 0;

  -webkit-transform: translate3d(20px,0,0);
  -moz-transform: translate3d(20px,0,0);
  -o-transform: translate3d(20px,0,0);
  -ms-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
}

.baldwin-theme blockquote {
  -webkit-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -webkit-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -moz-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -o-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -ms-transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), -ms-transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: opacity .5s cubic-bezier(0.250, 0.460, 0.450, 0.940), transform .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);

  opacity: 1;

  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.baldwin-theme blockquote.hidden {
  opacity: 0;

  -webkit-transform: translate3d(20px,0,0);
  -moz-transform: translate3d(20px,0,0);
  -o-transform: translate3d(20px,0,0);
  -ms-transform: translate3d(20px,0,0);
  transform: translate3d(20px,0,0);
}


	  /* overrides to some alignments defined after component
		 styles to make sure they will override the component
		 defaults when they have the same specificity */

	  .baldwin-theme .link-button-wrapper, /* default */
	  .baldwin-theme .link-button-wrapper.link-left {
		text-align: left;
	  }

	  .baldwin-theme .link-button-wrapper.link-center {
		text-align: center;
	  }

	  .baldwin-theme .link-button-wrapper.link-right {
		text-align: right;
	  }

	  .baldwin-theme p.text-left,
	  .baldwin-theme h3.text-left,
	  .baldwin-theme h4.text-left,
	  .baldwin-theme .caption.text-left,
	  .baldwin-theme .grid-caption.text-left {
		text-align: left;
	  }

	  .baldwin-theme .caption, /* defaults */
	  .baldwin-theme .grid-caption,

	  .baldwin-theme p.text-center,
	  .baldwin-theme h3.text-center,
	  .baldwin-theme h4.text-center,
	  .baldwin-theme .caption.text-center,
	  .baldwin-theme .grid-caption.text-center {
		text-align: center;
	  }

	  .baldwin-theme p.text-right,
	  .baldwin-theme h3.text-right,
	  .baldwin-theme h4.text-right,
	  .baldwin-theme .caption.text-right,
	  .baldwin-theme .grid-caption.text-right {
		text-align: right;
	  }

	  .baldwin-theme .caption-right .pull-quote {
		right: 3%;
		left: auto;
		margin-left: 0;
		margin-right: 2rem;
	  }