@font-face {
  font-family: 'aleoregular';
  src: url("../fonts/Aleo-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aleobold';
  src: url("../fonts/Aleo-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.edit-post-visual-editor {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #7f7f7f;
  background: #ffffff; }

/* Custom */
.edit-post-visual-editor .light-blue {
  color: #5faad8; }

.edit-post-visual-editor .dark-blue {
  color: #0a4a7f; }

/* Paragraph */
.edit-post-visual-editor p, .wp-block-paragraph {
  font-family: "proxima-nova",sans-serif;
  font-size: 18px;
  line-height: 30px; }

.wp-block-paragraph a {
  color: #5dabda;
  text-decoration: none; }

.wp-block-paragraph a:hover {
  color: #0a4a7f;
  text-decoration: none; }

/* Headings */
.wp-block-heading h2 {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 36px;
  color: #7f7f7f; }

.wp-block-heading h3 {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 32px !important;
  color: #7f7f7f; }

.wp-block-heading h4 {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 26px !important;
  color: #7f7f7f; }

.wp-block-heading h5 {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 22px !important;
  color: #7f7f7f; }

.wp-block-heading h6 {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px !important;
  color: #7f7f7f; }

.wp-block-quote {
  border: none !important;
  padding: 0 !important;
  margin: 50px 0; }

.wp-block-quote p {
  font-size: 24px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
  color: #5faad8;
  font-family: "brandon-grotesque",sans-serif; }
.wp-block-nsm-accordion {
  margin: 40px 0; }
  .wp-block-nsm-accordion .card {
    border-radius: 0 !important;
    margin-bottom: 3px; }
.wp-block-nsm-accordion-pane .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  border-radius: 0 !important;
  border: none; }

.wp-block-nsm-accordion-pane .card-header a {
  display: block;
  background: #5faad8;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 15px 10px 40px;
  position: relative; }

.wp-block-nsm-accordion-pane .card-header a .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 40px;
  transition: 0.2s all cubic-bezier(0.23, 1, 0.32, 1);
  color: #888888; }

.wp-block-nsm-accordion-pane .card-header a[aria-expanded="true"] .icon {
  color: #454545;
  transform: rotate(90deg); }

.wp-block-nsm-accordion-pane .card-header a:hover {
  background: #0a4a7f; }
