/* Add custom CSS for the CKEditor WYSIWYG */
/* Add CSS theme overrides here. */
/*Css to remove color and align navbar to the right*/
.ck.ck-content {
/*import freight fonts */
@import url("https://use.typekit.net/fde5wiq.css");
@import url("https://use.typekit.net/qpo3tqx.css");

/*change font to freight text */
h1, h2, p {
  font-family: freight-text-pro, serif;
  color: #000000;
}
p {
  font-weight:300;
}

h2 {
  font-size: 1.6rem;
  font-weight:600;
a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
  color: #022851;
}

a:active {
  color: #022851;
  outline: none;
}

a:focus {
  color: #022851;

}
}

/*code for h2 title intro=subhead */
.heading--underline {
  font-size: 1.4rem;
  font-weight: 300;
  color: #000000;
}

.heading--underline:after {
  display: none;
}

.heading--center-underline  {
  font-size: 1.4rem;
  font-weight: 300;
  color: #000000;
}

.heading--center-underline:after  {
  display: none;
}
/*end code for h2 title intro=subhead */

/*code for h3 subtitle aux */
h3 {
  font-size: 1.45rem;
  font-weight: 700;
  color: #022851;
}
.heading--auxiliary {
  font-style: normal;
  font-size: 1.2rem;
}
/*end code for h3 subtitle aux */

/*code for h4 subtitle 2 */
h4 {
  font-size: 1rem;
  font-weight: 600;
  color:#7f7f7f;
}
/*end code for h4 subtitle 2 */

/*code for h5 subtitle 3 */
h5 {
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}
/*end code for h5 subtitle 3 */

/*code for image captions */
figcaption {
  color: #000000;
  font-weight: bold;
  font-size: .675rem;
  font-style: italic;
}
/*end code for image captions */
::slotted(.title) {
  color: #000000;
}

.cke_widget_wrapper .cke_widget_editable {
  font-family: freight-text-pro, serif;
  font-weight: 700;
}

.cke_widget_wrapper .cke_widget_editable .media-link div[slot=title] {
  color: #000000;
}

 p, ul, li {
  font-family: freight-text-pro, serif;
  font-weight: 300;
  color: #000000;
}
}
