.editor {
  color: #231f20;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.h1,
.h2,
.h3,
.editor,
h1,
h2,
h3 {
    font-family: Montserrat, Arial, sans-serif
}



a {
  color: #004c97;
  transition: all .18s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0 0 1em;
    color: #231f20;
    text-transform: none
}

.h1,
h1 {
    font-family: Montserrat, Geneva, sans-serif;
    font-size: 37px;
    font-size: 2.3125rem;
    text-transform: none
}

.h2,
h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
    text-transform: none
}

.h3,
h3 {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: none
}

.h4,
h4 {
    font-family: Montserrat, Arial, sans-serif text-transform: none
}
@media (min-width:48em) {
    .h1,
    h1 {
        font-size: 48px;
        font-size: 3rem;
        margin: 0 0 20px
    }
    .h2,
    h2 {
        font-size: 34px;
        font-size: 2.125rem;
        margin: 0 0 15px
    }
    .h3,
    h3 {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 0 0 10px
    }
}

p {
  margin: 0 0 10px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

p {
  
}

.img-float-left,
.img-float-right {
    display: block;
}
.img-float-left img,
.img-float-right img {
    vertical-align: top;
}
@media screen and (max-width: 768px){
    .img-float-left,
    .img-float-right {
        display: block;
        float: none;
        margin: 10px 0px;
    }
}
@media screen and (min-width: 769px){
    .img-float-left {
        float: left;
        margin: 0 15px 0 0;
    }
    .img-float-right {
        float: right;
        margin: 0 0 0 15px;
    }
}

