.header {
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.03em;
  color: #0f2d40;
  border-bottom: 1px solid #179ca3;
  padding-bottom: 9px;
  margin-bottom: 15px;
  display: block;
}

.secondary-header {
  font-weight: 400;
  font-size: 24px;
  display: inline-block;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 8px;
  padding-right: 15px;
  margin-top: 10px;
}

.tertiary-header {
  font-weight: 600;
  font-size: 17px;
  display: block;
  padding: 0;
  margin-top: 8px;
}

.accent-color {
  color: #179ca3;
}

/*TEAL*/
.accent-link {
  color: #179ca3;
  text-decoration: none;
}

.accent-link:hover {
  color: #117176;
  text-decoration: none;
  border-bottom: 1px solid #ebebeb;
}

.lowercase {
  text-transform: lowercase;
}

.line-under-text {
  color: #0f2d40;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #179ca3;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.anchor-links {
  padding: 20px 0px 10px 0px;
  margin: 30px 0px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.anchor-links a, .anchor-links a:link, .anchor-links a:visited {
  font-size: 12px;
  color: #179ca3;
  font-weight: bold;
  line-height: 108%;
  display: block;
  padding-bottom: 10px;
  text-decoration: none;
}

.anchor-links a:hover {
  color: #117176;
  text-decoration: none;
}

.divider {
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  padding-bottom: 20px;
}

/*.normal-text { font-size: 16px; font-family: "Source Sans Pro", Helvetica, sans-serif; line-height: 1.42857143; color: #333; text-decoration: none; font-style: normal; font-weight: 400; }*/
.lined {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.lined li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}

.lined li:last-child {
  border-bottom: 0;
}

.lined li a {
  display: block;
  font-size: 16px;
  color: #179ca3;
}

.lined li a:hover {
  color: #117176;
}

.lined li a p {
  margin-bottom: 0;
}

/*Long Lists on Pagebuilder pages*/
.item-lists {
  padding-left: 0px;
  list-style-type: none;
  margin-top: 17px;
  margin-bottom: 17px;
}

.item-lists li {
  margin-bottom: 5px;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.item-lists li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #179ca3;
  font-size: 8px;
  position: relative;
  top: -2px;
}

.item-lists li ul {
  padding-left: 0px;
  list-style-type: none;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.item-lists li ul li:before {
  content: "\f096";
}

.item-lists li ul li ul li:before {
  content: "\f111";
}

.item-lists li ul li ul li ul li:before {
  content: "\f10c";
}

.item-lists li ul li ul li ul li ul li:before {
  content: "\f105";
}

.item-lists li ul li ul li ul li ul li ul li:before {
  content: "\f101";
}

/*.item-lists a { color:#179ca3; text-decoration:none;}
	.item-lists li ul li a { color:#179ca3; text-decoration:none;}
	.item-lists a:hover { color:#117176; text-decoration:none;}*/
/*LEGACY STYLE REQUESTED BY CLIENT*/
.wysiwyg-subbar {
  font-weight: bold;
  line-height: 108%;
  background: #ebebeb;
  padding: 4px 6px;
  display: block;
  margin: 20px 0px 10px 0px;
}

.wysiwyg-subbar-dark {
  font-weight: bold;
  line-height: 108%;
  padding: 4px 6px;
  display: block;
  margin: 20px 0px 10px 0px;
  color: white;
  background-color: #0f2d40;
}
/*# sourceMappingURL=wysiwyg.css.map */