/* Foundations for Email BT CSS */
      body,
      html,
      .body {
        background: #f3f3f3 !important;
      }
	  /* utilities */
		a {text-decoration: underline; color: #1D3B7C}
	
	.camap-background {background: #C1DBF9;}
	
	.header-mailchimp, .footer-mailchimp, .footer-wested {background: #5E6B79;}
	.header-mailchimp p, .footer-mailchimp p, .footer-wested p {font-size: 0.7em; color: #FFF; font-weight: 500;}
	.header-mailchimp a, .footer-mailchimp a, .footer-wested a {color: #FFF;}
	.header-mailchimp p {padding-top: 1rem;}
	
	.introduction p, .content p, .outro p {font-size: 1.05rem; color: #404040;}
	.introduction .new-line, .introduction .newline {display: block;}
	
	.full-newsletter p, .full-newsletter p a {font-size: 1.05rem; margin-top: 1rem; text-align: center; vertical-align: middle; font-weight: bold;}
	
	.content.odd {background: #D7D7EA;}/* {background: #F1F7FF;} */
	.content.even {background: #FFFCF0;}
	.content th img {margin-top: 1rem; border: 1px solid #1D3B7C;}

	h1 {font-size: 1.75rem; font-weight: 700; color: #1D3B7C;}
	h2 {font-size: 1.25rem; font-weight: 600; line-height: 1.55rem; color: #1D3B7C; margin-top: 1rem;}
	
	.image-left, .img-left {margin: 0.25rem .5rem .5rem 0;}
	.image-right, .img-right {margin: 0.25rem 0 .5rem .5rem;}