@charset "UTF-8";

main a,
body.cke_editable a {
  line-height: 120%;
  color: #65bfdd;
  text-decoration: none;
  transition: 0.5s;
}
main a:hover
body.cke_editable a:hover {
  color: #BAD432;
}

main li,
body.cke_editable li {
  color: #556b83;
}

h2.page-subtitle,
.group-middle h1.page-title {
  color: #17507f !important;
  margin: 14px auto 20px !important;
}
.group-middle h1.page-title {
  font-size: 42px;
}

body.cke_editable {
  color: #45596e;
  margin: 4px;
}
body.cke_editable span.align-right img,
img.align-right {
  padding-left: 20px;
}
body.cke_editable span.align-left img,
img.align-left {
  padding-right: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #17507f;
  margin: 0 0 16px;
  line-height: 118%;
}
p {
  margin: 0 0 22px;
}
h2 {
  font-size: 32px;
}
h2.banner {
  display: block;
  height: 52px;
  color: #ffffff;
  font-weight: 300;
  overflow: hidden;
  width: 68.2289%;
  background-image: url("../images/main/home_banner_bg.jpg");
  font-size: 2.4em;
  text-align: center;
  padding-top: 6px;
  min-width: 0;
  letter-spacing: 0.5px;
  float: left;
  margin: 0 0 0.83em 0;
  background-color: #556B82;
}
h3.donate, a.donate {
  text-transform: uppercase;
  width: 31.2711%;
  background-color: #01bedb;
  color: #000;
  font-size: 2.0em;
  text-align: center;
  transition: 0.5s;
  vertical-align: top;
  letter-spacing: 1px;
  padding: 12px 0 0;
  min-width: 0px !important;
  height: 46px;
  font-weight: normal;
  display: block;
  line-height: 118%;
  float: left;
  text-indent: -16px;
  clear: right;
  position: relative;
}
h3.donate:after, a.donate:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 11px;
  pointer-events: none;
  transition: .5s;
}
h3.donate:hover, a.donate:hover {
  color: #000;
  background-color: #fff;
}
h3.donate:hover:after, a.donate:hover:after {
  color: #000;
}
h3.donate a {
  color: #000;
  display: block;
  width: 100%;
  padding-top: 12px;
  margin-top: -12px;
  height: 100%;
}
h3.donate:hover a {
  color: #000;
}

p {
  clear: left;
}

.cke_panel_listItem h2.banner {
  font-size: 38px;
  padding-top: 2px;
}
.cke_panel_listItem h2.banner,
.cke_panel_listItem h3.donate {
  margin: 0;
  width: 100%;
}

h3.capitalize {
  font-size: 1.35em;
  line-height: 118%;
  text-transform: uppercase;
}
h4.blue-button {
  color: #000;
  background-color: #01bedb;
  display: inline-block;
  padding: 11px 10px 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  transition: .5s;
}
h4.blue-button:hover {
  background-color: #fff;
}
h4.blue-button a {
  color: #000;
  text-decoration: none;
}
h4.blue-button:hover a {
  color: #000;
}

h2.dark {
  font-size: 24px;
}
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
  color: #45596e;
  font-weight: bold;
}

table td p:first-child {
  margin-top: 0;
}
