/**
  *   Import used styles from bootstrap
  */
/*
 * A few changes to the c5 redactor Editor
 */
#redactor-dropdown-holder .dropdown-menu.redactor-dropdown > .redactor-formatting-blockquote,
#redactor-dropdown-holder .dropdown-menu.redactor-dropdown > .redactor-formatting-pre,
#redactor-dropdown-holder .dropdown-menu.redactor-dropdown > .redactor-formatting-h4,
#redactor-dropdown-holder .dropdown-menu.redactor-dropdown > .redactor-formatting-h5,
#redactor-dropdown-holder .dropdown-menu.redactor-dropdown > .redactor-formatting-h6,
#redactor-dropdown-holder .dropdown-menu.redactor-dropdown .redactor-dropdown-page_name,
#redactor-dropdown-holder .dropdown-menu.redactor-dropdown .redactor-dropdown-user_name {
  display: none;
}
/*
 * If redactor is used in c5 overlays (Rich Text Field Editing) - We want it to show links in a neutral color
 */
.ccm-ui .redactor-editor a[href] {
  color: #322e34;
  text-decoration: underline;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*--------------------------------------------------------------*\
    Colors
\*--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  color: #322e34;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #322e34;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #219a62;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.45;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #219a62;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #626c69;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 64px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 1.75rem;
}
h5,
.h5 {
  font-size: 1.75rem;
}
h6,
.h6 {
  font-size: 1.75rem;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 72%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fef9f3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #555555;
}
.text-primary {
  color: #219a62;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #187047;
}
.text-success {
  color: #5cb85c;
}
a.text-success:hover,
a.text-success:focus {
  color: #449d44;
}
.text-info {
  color: #555555;
}
a.text-info:hover,
a.text-info:focus {
  color: #3b3b3b;
}
.text-warning {
  color: #f0ad4e;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ec971f;
}
.text-danger {
  color: #d9534f;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c9302c;
}
.bg-primary {
  color: #fff;
  background-color: #219a62;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #187047;
}
.bg-success {
  background-color: #f3faf3;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #cfeacf;
}
.bg-info {
  background-color: #c8c8c8;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #aeaeae;
}
.bg-warning {
  background-color: #fef9f3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fae3c4;
}
.bg-danger {
  background-color: #fdf7f7;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f4cecd;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #c1c1c1;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 1.45;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 21.6px;
  border-left: 5px solid #c1c1c1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.45;
  color: #626c69;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #c1c1c1;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.45;
}
.ccm-page .color-swatches {
  margin: 0 -5px;
  overflow: hidden;
}
.ccm-page .color-swatch {
  float: left;
  width: 60px;
  height: 60px;
  margin: 5px 5px;
  border-radius: 3px;
}
.ccm-page .color-swatch.brand-primary {
  background-color: #219a62;
}
.ccm-page .color-swatch.brand-secondary {
  background-color: #1e5faa;
}
.ccm-page .color-swatch.brand-success {
  background-color: #5cb85c;
}
.ccm-page .color-swatch.brand-info {
  background-color: #555555;
}
.ccm-page .color-swatch.brand-warning {
  background-color: #f0ad4e;
}
.ccm-page .color-swatch.brand-danger {
  background-color: #d9534f;
}
.ccm-page .color-swatch.gray-base {
  background-color: #000000;
}
.ccm-page .color-swatch.gray-darker {
  background-color: #080808;
}
.ccm-page .color-swatch.gray-dark {
  background-color: #2f2f2f;
}
.ccm-page .color-swatch.gray {
  background-color: #555555;
}
.ccm-page .color-swatch.gray-light {
  background-color: #626c69;
}
.ccm-page .color-swatch.gray-lighter {
  background-color: #c1c1c1;
}
@media (min-width: 768px) {
  .ccm-page .color-swatch {
    width: 100px;
    height: 100px;
  }
}
/*--------------------------------------------------------------*\
    Typography
\*--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10px + (100vw - 767px) / 200);
  }
}
.ui-dialog .cke {
  font-weight: normal !important;
}
.ccm-page,
.ui-dialog .cke {
  font-size: 18px;
  font-weight: 400;
}
.ccm-page div > h2:first-child,
.ui-dialog .cke div > h2:first-child,
.ccm-page div > h3:first-child,
.ui-dialog .cke div > h3:first-child,
.ccm-page div > h4:first-child,
.ui-dialog .cke div > h4:first-child,
.ccm-page div > h5:first-child,
.ui-dialog .cke div > h5:first-child,
.ccm-page div > h6:first-child,
.ui-dialog .cke div > h6:first-child {
  margin-top: 0;
}
.ccm-page h1,
.ui-dialog .cke h1,
.ccm-page .h1,
.ui-dialog .cke .h1 {
  margin-bottom: 30px;
  display: inline;
  padding: 0 2px 0px 4px;
  box-sizing: border-box;
  background-color: #219a62;
  box-shadow: 10px 0 0 #219a62, -8px 0 0 #219a62;
  -webkit-box-decoration-break: clone;
  -box-decoration-break: clone;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .ccm-page h1,
  .ui-dialog .cke h1,
  .ccm-page .h1,
  .ui-dialog .cke .h1 {
    font-size: 44px;
    box-shadow: 7px 0 0 #219a62, -5px 0 0 #219a62;
  }
}
.ccm-page h1:after,
.ui-dialog .cke h1:after,
.ccm-page .h1:after,
.ui-dialog .cke .h1:after {
  box-sizing: border-box;
}
.ccm-page h1:before,
.ui-dialog .cke h1:before,
.ccm-page .h1:before,
.ui-dialog .cke .h1:before {
  box-sizing: border-box;
}
.ccm-page h2,
.ui-dialog .cke h2,
.ccm-page .h2,
.ui-dialog .cke .h2 {
  color: #166541;
  margin-top: 45px;
  margin-bottom: 5px;
}
.ccm-page h3,
.ui-dialog .cke h3,
.ccm-page .h3,
.ui-dialog .cke .h3 {
  color: #166541;
  margin-top: 30px;
  margin-bottom: 5px;
}
.ccm-page h4,
.ui-dialog .cke h4,
.ccm-page h5,
.ui-dialog .cke h5,
.ccm-page h6,
.ui-dialog .cke h6,
.ccm-page .h4 .h5 .h6,
.ui-dialog .cke .h4 .h5 .h6 {
  color: #166541;
  margin-top: 30px;
  margin-bottom: 5px;
}
.ccm-page .lead,
.ui-dialog .cke .lead {
  color: #166541;
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 -8px;
}
@media (max-width: 767px) {
  .ccm-page .lead,
  .ui-dialog .cke .lead {
    font-size: 22px;
    margin: 0 0 0 -5px;
  }
}
.ccm-page .lead a,
.ui-dialog .cke .lead a {
  color: #166541;
  border-bottom: solid 1px #90cdb1;
}
.ccm-page .lead a:hover,
.ui-dialog .cke .lead a:hover {
  border-bottom: solid 1px #219a62;
}
.ccm-page .color-primary,
.ui-dialog .cke .color-primary {
  color: #219a62;
}
.ccm-page .color-secondary,
.ui-dialog .cke .color-secondary {
  color: #1e5faa;
}
.ccm-page .phone-number,
.ui-dialog .cke .phone-number {
  font-size: 28px;
  color: #626c69;
}
.ccm-page .phone-number a,
.ui-dialog .cke .phone-number a {
  font-weight: 200;
  color: #219a62;
  border: none;
  margin-left: 12px;
}
.ccm-page .phone-number a:hover,
.ui-dialog .cke .phone-number a:hover {
  color: #166541;
}
.ccm-page .bottom-area a,
.ui-dialog .cke .bottom-area a {
  margin-left: 5px;
  letter-spacing: normal;
  transition: 0.1s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #626c69 !important;
  border-bottom: solid 1px #219a62;
  margin-bottom: 2px;
  display: inline-block;
}
@media (max-width: 767px) {
  .ccm-page .bottom-area a,
  .ui-dialog .cke .bottom-area a {
    margin-left: 0px;
  }
}
.ccm-page .bottom-area a:hover,
.ui-dialog .cke .bottom-area a:hover {
  transition: 0.3s;
  color: #166541;
  margin-bottom: 0px;
  padding-bottom: 2px;
}
.ccm-page hr,
.ui-dialog .cke hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin: 3rem 0;
}
.ccm-page .small,
.ui-dialog .cke .small {
  font-size: 13px;
  font-weight: 500;
  color: #626c69;
}
.ccm-page .small-link,
.ui-dialog .cke .small-link {
  transition: 0.1s;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #626c69;
  border-bottom: solid 1px #219a62;
  margin-bottom: 2px;
}
.ccm-page .small-link:hover,
.ui-dialog .cke .small-link:hover {
  transition: 0.3s;
  color: #166541;
  margin-bottom: 0px;
  padding-bottom: 2px;
}
.ccm-page .ccm-content-block a[href]:not(.btn):not(.op-button),
.ui-dialog .cke .ccm-content-block a[href]:not(.btn):not(.op-button),
.ccm-page .faq-entry-content a[href]:not(.btn):not(.op-button),
.ui-dialog .cke .faq-entry-content a[href]:not(.btn):not(.op-button),
.ccm-page .ccm-mesch-image-button-text a[href]:not(.btn):not(.op-button),
.ui-dialog .cke .ccm-mesch-image-button-text a[href]:not(.btn):not(.op-button),
.ccm-page .ccm-block-file a[href]:not(.btn):not(.op-button),
.ui-dialog .cke .ccm-block-file a[href]:not(.btn):not(.op-button),
.ccm-page .redactor-box a[href]:not(.btn):not(.op-button),
.ui-dialog .cke .redactor-box a[href]:not(.btn):not(.op-button),
.ccm-page .generic-item-description a[href]:not(.btn):not(.op-button),
.ui-dialog .cke .generic-item-description a[href]:not(.btn):not(.op-button),
.ccm-page .cke_editable a[href]:not(.btn):not(.op-button),
.ui-dialog .cke .cke_editable a[href]:not(.btn):not(.op-button) {
  color: #166541;
  border-bottom: 1px solid #90cdb1;
  padding-bottom: 1px;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.ccm-page .ccm-content-block a[href]:not(.btn):not(.op-button):hover,
.ui-dialog .cke .ccm-content-block a[href]:not(.btn):not(.op-button):hover,
.ccm-page .faq-entry-content a[href]:not(.btn):not(.op-button):hover,
.ui-dialog .cke .faq-entry-content a[href]:not(.btn):not(.op-button):hover,
.ccm-page .ccm-mesch-image-button-text a[href]:not(.btn):not(.op-button):hover,
.ui-dialog .cke .ccm-mesch-image-button-text a[href]:not(.btn):not(.op-button):hover,
.ccm-page .ccm-block-file a[href]:not(.btn):not(.op-button):hover,
.ui-dialog .cke .ccm-block-file a[href]:not(.btn):not(.op-button):hover,
.ccm-page .redactor-box a[href]:not(.btn):not(.op-button):hover,
.ui-dialog .cke .redactor-box a[href]:not(.btn):not(.op-button):hover,
.ccm-page .generic-item-description a[href]:not(.btn):not(.op-button):hover,
.ui-dialog .cke .generic-item-description a[href]:not(.btn):not(.op-button):hover,
.ccm-page .cke_editable a[href]:not(.btn):not(.op-button):hover,
.ui-dialog .cke .cke_editable a[href]:not(.btn):not(.op-button):hover {
  border-bottom: 1px solid #166541;
  padding-bottom: 3px;
}
.ccm-page .ccm-content-block ul,
.ui-dialog .cke .ccm-content-block ul,
.ccm-page .faq-entry-content ul,
.ui-dialog .cke .faq-entry-content ul,
.ccm-page .ccm-mesch-image-button-text ul,
.ui-dialog .cke .ccm-mesch-image-button-text ul,
.ccm-page .ccm-block-file ul,
.ui-dialog .cke .ccm-block-file ul,
.ccm-page .redactor-box ul,
.ui-dialog .cke .redactor-box ul,
.ccm-page .generic-item-description ul,
.ui-dialog .cke .generic-item-description ul,
.ccm-page .cke_editable ul,
.ui-dialog .cke .cke_editable ul {
  padding-left: 2rem;
  margin-left: 0rem;
  line-height: 1.45;
  list-style: none;
}
.ccm-page .ccm-content-block ul li,
.ui-dialog .cke .ccm-content-block ul li,
.ccm-page .faq-entry-content ul li,
.ui-dialog .cke .faq-entry-content ul li,
.ccm-page .ccm-mesch-image-button-text ul li,
.ui-dialog .cke .ccm-mesch-image-button-text ul li,
.ccm-page .ccm-block-file ul li,
.ui-dialog .cke .ccm-block-file ul li,
.ccm-page .redactor-box ul li,
.ui-dialog .cke .redactor-box ul li,
.ccm-page .generic-item-description ul li,
.ui-dialog .cke .generic-item-description ul li,
.ccm-page .cke_editable ul li,
.ui-dialog .cke .cke_editable ul li {
  margin: 1.25rem 0;
  padding-left: 0;
  position: relative;
}
.ccm-page .ccm-content-block ul li:before,
.ui-dialog .cke .ccm-content-block ul li:before,
.ccm-page .faq-entry-content ul li:before,
.ui-dialog .cke .faq-entry-content ul li:before,
.ccm-page .ccm-mesch-image-button-text ul li:before,
.ui-dialog .cke .ccm-mesch-image-button-text ul li:before,
.ccm-page .ccm-block-file ul li:before,
.ui-dialog .cke .ccm-block-file ul li:before,
.ccm-page .redactor-box ul li:before,
.ui-dialog .cke .redactor-box ul li:before,
.ccm-page .generic-item-description ul li:before,
.ui-dialog .cke .generic-item-description ul li:before,
.ccm-page .cke_editable ul li:before,
.ui-dialog .cke .cke_editable ul li:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: -1.7rem;
  top: 1rem;
  background-color: #219a62;
}
.ccm-page .ccm-content-block ol,
.ui-dialog .cke .ccm-content-block ol,
.ccm-page .faq-entry-content ol,
.ui-dialog .cke .faq-entry-content ol,
.ccm-page .ccm-mesch-image-button-text ol,
.ui-dialog .cke .ccm-mesch-image-button-text ol,
.ccm-page .ccm-block-file ol,
.ui-dialog .cke .ccm-block-file ol,
.ccm-page .redactor-box ol,
.ui-dialog .cke .redactor-box ol,
.ccm-page .generic-item-description ol,
.ui-dialog .cke .generic-item-description ol,
.ccm-page .cke_editable ol,
.ui-dialog .cke .cke_editable ol {
  padding-left: 2.5ch;
  line-height: 1.45;
  list-style: none;
  counter-reset: item;
}
.ccm-page .ccm-content-block ol li,
.ui-dialog .cke .ccm-content-block ol li,
.ccm-page .faq-entry-content ol li,
.ui-dialog .cke .faq-entry-content ol li,
.ccm-page .ccm-mesch-image-button-text ol li,
.ui-dialog .cke .ccm-mesch-image-button-text ol li,
.ccm-page .ccm-block-file ol li,
.ui-dialog .cke .ccm-block-file ol li,
.ccm-page .redactor-box ol li,
.ui-dialog .cke .redactor-box ol li,
.ccm-page .generic-item-description ol li,
.ui-dialog .cke .generic-item-description ol li,
.ccm-page .cke_editable ol li,
.ui-dialog .cke .cke_editable ol li {
  margin: 1.25rem 0;
  padding-left: 0;
  counter-increment: item;
}
.ccm-page .ccm-content-block ol li:before,
.ui-dialog .cke .ccm-content-block ol li:before,
.ccm-page .faq-entry-content ol li:before,
.ui-dialog .cke .faq-entry-content ol li:before,
.ccm-page .ccm-mesch-image-button-text ol li:before,
.ui-dialog .cke .ccm-mesch-image-button-text ol li:before,
.ccm-page .ccm-block-file ol li:before,
.ui-dialog .cke .ccm-block-file ol li:before,
.ccm-page .redactor-box ol li:before,
.ui-dialog .cke .redactor-box ol li:before,
.ccm-page .generic-item-description ol li:before,
.ui-dialog .cke .generic-item-description ol li:before,
.ccm-page .cke_editable ol li:before,
.ui-dialog .cke .cke_editable ol li:before {
  display: inline-block;
  position: relative;
  color: #219a62;
  font-weight: 500;
}
.ccm-page .ccm-content-block ol > li,
.ui-dialog .cke .ccm-content-block ol > li,
.ccm-page .faq-entry-content ol > li,
.ui-dialog .cke .faq-entry-content ol > li,
.ccm-page .ccm-mesch-image-button-text ol > li,
.ui-dialog .cke .ccm-mesch-image-button-text ol > li,
.ccm-page .ccm-block-file ol > li,
.ui-dialog .cke .ccm-block-file ol > li,
.ccm-page .redactor-box ol > li,
.ui-dialog .cke .redactor-box ol > li,
.ccm-page .generic-item-description ol > li,
.ui-dialog .cke .generic-item-description ol > li,
.ccm-page .cke_editable ol > li,
.ui-dialog .cke .cke_editable ol > li {
  counter-increment: item;
}
.ccm-page .ccm-content-block ol ol > li,
.ui-dialog .cke .ccm-content-block ol ol > li,
.ccm-page .faq-entry-content ol ol > li,
.ui-dialog .cke .faq-entry-content ol ol > li,
.ccm-page .ccm-mesch-image-button-text ol ol > li,
.ui-dialog .cke .ccm-mesch-image-button-text ol ol > li,
.ccm-page .ccm-block-file ol ol > li,
.ui-dialog .cke .ccm-block-file ol ol > li,
.ccm-page .redactor-box ol ol > li,
.ui-dialog .cke .redactor-box ol ol > li,
.ccm-page .generic-item-description ol ol > li,
.ui-dialog .cke .generic-item-description ol ol > li,
.ccm-page .cke_editable ol ol > li,
.ui-dialog .cke .cke_editable ol ol > li {
  display: block;
}
.ccm-page .ccm-content-block ol > li:before,
.ui-dialog .cke .ccm-content-block ol > li:before,
.ccm-page .faq-entry-content ol > li:before,
.ui-dialog .cke .faq-entry-content ol > li:before,
.ccm-page .ccm-mesch-image-button-text ol > li:before,
.ui-dialog .cke .ccm-mesch-image-button-text ol > li:before,
.ccm-page .ccm-block-file ol > li:before,
.ui-dialog .cke .ccm-block-file ol > li:before,
.ccm-page .redactor-box ol > li:before,
.ui-dialog .cke .redactor-box ol > li:before,
.ccm-page .generic-item-description ol > li:before,
.ui-dialog .cke .generic-item-description ol > li:before,
.ccm-page .cke_editable ol > li:before,
.ui-dialog .cke .cke_editable ol > li:before {
  content: counter(item) ". ";
  margin-right: -1.5ch;
  left: -2.5ch;
}
.ccm-page .ccm-content-block ol ol,
.ui-dialog .cke .ccm-content-block ol ol,
.ccm-page .faq-entry-content ol ol,
.ui-dialog .cke .faq-entry-content ol ol,
.ccm-page .ccm-mesch-image-button-text ol ol,
.ui-dialog .cke .ccm-mesch-image-button-text ol ol,
.ccm-page .ccm-block-file ol ol,
.ui-dialog .cke .ccm-block-file ol ol,
.ccm-page .redactor-box ol ol,
.ui-dialog .cke .redactor-box ol ol,
.ccm-page .generic-item-description ol ol,
.ui-dialog .cke .generic-item-description ol ol,
.ccm-page .cke_editable ol ol,
.ui-dialog .cke .cke_editable ol ol {
  padding-left: 2ch;
}
.ccm-page .ccm-content-block ol ol > li:before,
.ui-dialog .cke .ccm-content-block ol ol > li:before,
.ccm-page .faq-entry-content ol ol > li:before,
.ui-dialog .cke .faq-entry-content ol ol > li:before,
.ccm-page .ccm-mesch-image-button-text ol ol > li:before,
.ui-dialog .cke .ccm-mesch-image-button-text ol ol > li:before,
.ccm-page .ccm-block-file ol ol > li:before,
.ui-dialog .cke .ccm-block-file ol ol > li:before,
.ccm-page .redactor-box ol ol > li:before,
.ui-dialog .cke .redactor-box ol ol > li:before,
.ccm-page .generic-item-description ol ol > li:before,
.ui-dialog .cke .generic-item-description ol ol > li:before,
.ccm-page .cke_editable ol ol > li:before,
.ui-dialog .cke .cke_editable ol ol > li:before {
  content: counters(item, ".") ". ";
  margin-right: -3ch;
  left: -4.5ch;
}
.ccm-page .ccm-content-block ol ol ol,
.ui-dialog .cke .ccm-content-block ol ol ol,
.ccm-page .faq-entry-content ol ol ol,
.ui-dialog .cke .faq-entry-content ol ol ol,
.ccm-page .ccm-mesch-image-button-text ol ol ol,
.ui-dialog .cke .ccm-mesch-image-button-text ol ol ol,
.ccm-page .ccm-block-file ol ol ol,
.ui-dialog .cke .ccm-block-file ol ol ol,
.ccm-page .redactor-box ol ol ol,
.ui-dialog .cke .redactor-box ol ol ol,
.ccm-page .generic-item-description ol ol ol,
.ui-dialog .cke .generic-item-description ol ol ol,
.ccm-page .cke_editable ol ol ol,
.ui-dialog .cke .cke_editable ol ol ol {
  padding-left: 1.5ch;
}
.ccm-page .ccm-content-block ol ol ol > li:before,
.ui-dialog .cke .ccm-content-block ol ol ol > li:before,
.ccm-page .faq-entry-content ol ol ol > li:before,
.ui-dialog .cke .faq-entry-content ol ol ol > li:before,
.ccm-page .ccm-mesch-image-button-text ol ol ol > li:before,
.ui-dialog .cke .ccm-mesch-image-button-text ol ol ol > li:before,
.ccm-page .ccm-block-file ol ol ol > li:before,
.ui-dialog .cke .ccm-block-file ol ol ol > li:before,
.ccm-page .redactor-box ol ol ol > li:before,
.ui-dialog .cke .redactor-box ol ol ol > li:before,
.ccm-page .generic-item-description ol ol ol > li:before,
.ui-dialog .cke .generic-item-description ol ol ol > li:before,
.ccm-page .cke_editable ol ol ol > li:before,
.ui-dialog .cke .cke_editable ol ol ol > li:before {
  margin-right: -4.5ch;
  left: -6ch;
}
.ccm-page small,
.ui-dialog .cke small,
.ccm-page .small,
.ui-dialog .cke .small {
  font-size: 0.85em;
}
.ccm-page mark,
.ui-dialog .cke mark,
.ccm-page .mark,
.ui-dialog .cke .mark {
  background-color: #bce1d0;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------------*\
    Containers
\*--------------------------------------------------------------*/
.ccm-page .ccm-content-block,
.ccm-page .ccm-block-page-list-wrapper {
  margin-bottom: 0;
}
.ccm-page .ccm-mesch-gallery,
.ccm-page .bx-slider,
.ccm-page .ccm-block-share-this-page,
.ccm-page .mesch-filter-list-block,
.ccm-page .ccm-search-block-form,
.ccm-page .ccm-image-block,
.ccm-page .ccm-block-feature-item,
.ccm-page .mesch-user-signup-view,
.ccm-page .mesch-user-signout-view,
.ccm-page .ccm-block-type-form,
.ccm-page #mesch-download-manager-header,
.ccm-page .youtubeBlock,
.ccm-page .ccm-video-block,
.ccm-page .ccm-block-express-form {
  margin-bottom: 30px;
}
.ccm-page .position-relative {
  position: relative;
}
@media (max-width: 767px) {
  .ccm-page #header-content.great-label-container {
    padding: 80px 0 40px !important;
  }
}
@media (max-width: 767px) {
  .ccm-page header {
    margin-top: 50px;
  }
}
.ccm-page main {
  padding: 0 !important;
}
.ccm-page .colored-services {
  background-color: #d3ebe0;
}
.ccm-page .list-style {
  transform: translateY(40px);
  padding-left: 15px;
  padding-right: 15px;
}
.ccm-page #lists {
  margin-bottom: 40px;
}
.ccm-page #lists-top {
  margin-bottom: 60px;
}
.ccm-page #lists-bottom {
  margin-bottom: 120px;
}
.ccm-page #lists,
.ccm-page #lists-top,
.ccm-page #lists-bottom {
  background-color: #fcfcfc;
}
.ccm-page #lists .col-md-4,
.ccm-page #lists-top .col-md-4,
.ccm-page #lists-bottom .col-md-4,
.ccm-page #lists .col-md-8,
.ccm-page #lists-top .col-md-8,
.ccm-page #lists-bottom .col-md-8 {
  padding-right: 0;
  padding-left: 0;
}
.ccm-page #lists:before,
.ccm-page #lists-top:before,
.ccm-page #lists-bottom:before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 80px;
  display: block;
  background-color: #FFFFFF;
}
.ccm-page .content-area {
  padding-left: 49px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .ccm-page .content-area {
    padding: 0 29px 50px 29px;
  }
}
.ccm-page .left-area {
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 50px;
}
.ccm-page .bottom-area {
  background-color: #f7f8f8;
}
.ccm-page .bottom-area .ccm-content-block {
  padding: 25px 0 10px 0;
}
.ccm-page .extra-margin .ccm-block-page-list-pages {
  margin-left: 30px;
}
/*--------------------------------------------------------------*\
    Tables
\*--------------------------------------------------------------*/
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #555555;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.45;
  vertical-align: top;
  border-top: 1px solid #219a62;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #219a62;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #219a62;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #219a62;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #219a62;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #c1c1c1;
}
.table-hover > tbody > tr:hover {
  background-color: #c1c1c1;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #c1c1c1;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #b5b5b5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #f3faf3;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #e1f2e1;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #c8c8c8;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #bbbbbb;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fef9f3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fceedb;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fdf7f7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f9e2e2;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #219a62;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.ccm-page .table-responsive {
  border: 0;
}
.ccm-page .table {
  border-bottom: solid 1px #219a62;
}
.ccm-page .table > thead > tr > td {
  border-top: 0;
  border-bottom: solid 1px #219a62;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ccm-page .table {
    border: 0;
  }
}
/**
  *   Custom Styling for the actual newsletter
  */
body {
  background-color: #efefef;
  margin: 0px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
div.page-type-newsletter {
  /**
  *   General Responsiveness
  */
  /**
  *   BBT Block Advanced Responsiveness
  */
}
div.page-type-newsletter h1,
div.page-type-newsletter .h1 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #166541;
  margin-bottom: 0px;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
div.page-type-newsletter h2,
div.page-type-newsletter .h2 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  color: #166541;
  margin-top: 15px;
  margin-bottom: 5px;
}
div.page-type-newsletter h3,
div.page-type-newsletter .h3 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  color: #166541;
  margin-top: 15px;
  margin-bottom: 0px;
}
div.page-type-newsletter h4 {
  font-family: "Helvetica", "Arial", sans-serif;
}
div.page-type-newsletter .lead {
  font-weight: normal;
  margin-left: 0 !important;
}
div.page-type-newsletter ul {
  list-style: square;
}
div.page-type-newsletter ol li {
  display: list-item;
}
div.page-type-newsletter table td table td {
  padding: 0px;
}
div.page-type-newsletter a {
  transition: 0.2s;
  border-bottom: none;
  text-decoration: none;
  text-decoration-color: #219a62;
  color: #1e5faa;
}
div.page-type-newsletter a:hover {
  color: #071628;
}
div.page-type-newsletter p {
  font-weight: 400;
}
div.page-type-newsletter #backgroundTable > td > table {
  background-color: #fff;
}
div.page-type-newsletter #backgroundTable > td > table td {
  overflow: visible;
}
div.page-type-newsletter #content {
  background: #fff;
}
div.page-type-newsletter #header,
div.page-type-newsletter #footer {
  background: transparent;
  color: #000;
  padding: 10px 0px 10px 0px;
}
div.page-type-newsletter #header p,
div.page-type-newsletter #footer p {
  font-size: 13px;
  line-height: 1.333;
  padding: 15px 0;
  margin: 0px;
  color: #000;
  text-align: center;
}
div.page-type-newsletter #header a,
div.page-type-newsletter #footer a {
  color: #000;
}
div.page-type-newsletter #content-footer {
  background: #219a62;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.page-type-newsletter #content-footer p {
  color: #fff;
  margin: 0px;
}
div.page-type-newsletter #content-footer a {
  color: #fff;
  text-decoration-color: #219a62;
}
div.page-type-newsletter img {
  border-style: none;
  margin-bottom: 0px !important;
}
div.page-type-newsletter .op-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: solid 1px #219a62;
  padding-left: 18px;
  padding-right: 18px;
  vertical-align: middle;
  background: #219a62;
}
div.page-type-newsletter .op-button a {
  color: #fff !important;
  border-bottom: none !important;
  text-decoration: none !important;
  padding: 0 !important;
  line-height: 46px;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
div.page-type-newsletter .ccm-mesch-image-button-text {
  margin: 0 !important;
}
div.page-type-newsletter .ccm-mesch-image-button-text .content h1:first-child,
div.page-type-newsletter .ccm-mesch-image-button-text .content h2:first-child,
div.page-type-newsletter .ccm-mesch-image-button-text .content h3:first-child,
div.page-type-newsletter .ccm-mesch-image-button-text .content h4:first-child,
div.page-type-newsletter .ccm-mesch-image-button-text .content h5:first-child,
div.page-type-newsletter .ccm-mesch-image-button-text .content h6:first-child {
  margin-top: 0;
}
div.page-type-newsletter .redactor-box {
  margin-left: 30px;
  margin-right: 30px;
}
div.page-type-newsletter table {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}
@media only screen and (max-width: 600px) {
  div.page-type-newsletter {
    font-size: 20px;
  }
  div.page-type-newsletter #backgroundTable table:not(.button) {
    width: 100% !important;
  }
  div.page-type-newsletter img:not(#ccm-logo) {
    width: 100%;
    max-width: 600px;
    height: auto;
    border: none;
  }
  div.page-type-newsletter a.btn {
    width: 100%;
    max-width: 600px;
  }
  div.page-type-newsletter .op-button {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  div.page-type-newsletter .block-template-image-right-small .image,
  div.page-type-newsletter .block-template-image-left-small .image {
    display: block !important;
    width: 100% !important;
  }
  div.page-type-newsletter .block-template-image-right-small .image img,
  div.page-type-newsletter .block-template-image-left-small .image img {
    width: 100% !important;
  }
}
.ccm-page.page-type-newsletter.intranet h1,
.ccm-page.page-type-newsletter.intranet h2,
.ccm-page.page-type-newsletter.intranet h3,
.ccm-page.page-type-newsletter.intranet h4,
.ccm-page.page-type-newsletter.intranet h5,
.ccm-page.page-type-newsletter.intranet h6,
.ccm-page.page-type-newsletter.intranet p,
.ccm-page.page-type-newsletter.intranet a,
.ccm-page.page-type-newsletter.intranet div,
.ccm-page.page-type-newsletter.intranet span,
.ccm-page.page-type-newsletter.intranet table,
.ccm-page.page-type-newsletter.intranet tr,
.ccm-page.page-type-newsletter.intranet td,
.ccm-page.page-type-newsletter.intranet ul,
.ccm-page.page-type-newsletter.intranet li,
.ccm-page.page-type-newsletter.intranet ol {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
}
.ccm-page.page-type-newsletter.intranet h1 {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.ccm-page.page-type-newsletter.intranet h4.boxed-item-title img {
  float: left;
  display: inline-block;
  margin: 3px 0 0 0 !important;
}
.ccm-page.page-type-newsletter.intranet a[href] {
  border: none !important;
  text-decoration-color: #144174;
  text-decoration: underline;
}
.ccm-page.page-type-newsletter.intranet .mesch-filter-list-block.newsletter-intranet-boxed-list {
  margin-bottom: 0;
}
.ccm-page.page-type-newsletter.intranet .mesch-filter-list-block.newsletter-intranet-boxed-list * {
  text-decoration: none;
}
.ccm-page.page-type-newsletter.intranet .mesch-filter-list-block.newsletter-intranet-boxed-list .filter-list-item {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
}
.ccm-page.page-type-newsletter.intranet .mesch-filter-list-block.newsletter-intranet-boxed-list .filter-list-item .boxed-item-date {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #626c69;
  text-transform: uppercase;
  font-weight: 500;
}
.ccm-page.page-type-newsletter.intranet .mesch-filter-list-block.newsletter-intranet-boxed-list .filter-list-item .boxed-item-title * {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  color: #144174;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  margin: 0;
}
.ccm-page.page-type-newsletter.intranet .mesch-filter-list-block.newsletter-intranet-boxed-list .filter-list-item .boxed-item-description {
  color: #322e34;
}
.ccm-page.page-type-newsletter.intranet .ccm-mesch-image-button-text.newsletter-intranet.styled-links a {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #144174;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
.ccm-page.page-type-newsletter.intranet .event-list.newsletter-intranet.boxed-event-list .event-list-item .boxed-item-title {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  color: #144174;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  margin: 0;
}
.ccm-page.page-type-newsletter.intranet .event-list.newsletter-intranet.boxed-event-list .event-list-item .boxed-item-description {
  color: #322e34;
}
.ccm-page.page-type-newsletter.intranet .event-list.newsletter-intranet.boxed-event-list .event-list-item .boxed-item-description p {
  margin-bottom: 0;
}
.ccm-page.page-type-newsletter.intranet .event-list.newsletter-intranet.boxed-event-list .event-list-item .boxed-item-date {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #626c69;
  text-transform: uppercase;
  font-weight: 500;
}
.ccm-page.page-type-newsletter.intranet .birthday-list .bday-list-item h4 {
  font-size: 15px;
  font-weight: 500;
  color: #144174;
  margin-top: 0;
  margin-bottom: 0;
}
.ccm-page.page-type-newsletter.intranet .birthday-list .bday-list-item .date {
  font-family: "Roboto", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #626c69;
  text-transform: uppercase;
  font-weight: 500;
}
.ccm-page.page-type-newsletter.intranet #content-footer a {
  border: none;
  text-decoration-color: white;
  text-decoration: underline;
}
.ccm-page.page-type-newsletter.intranet #footer a {
  border: none;
  text-decoration: underline !important;
}
