@font-face
{
    font-family: Brandon_bld;
    src: url('/css/font/Brandon_bld.otf')  format('opentype');
}

@font-face
{
    font-family: Brandon_med;
    src: url('/css/font/Brandon_blk.otf')  format('opentype');
}

@font-face
{
    font-family: Brandon_lt;
    src: url('/css/font/Brandon_light.otf')  format('opentype');
}

@font-face
{
    font-family: Brandon_med;
    src: url('/css/font/Brandon_med.otf')  format('opentype');
}

@font-face
{
    font-family: Brandon_reg;
    src: url('/css/font/BrandonText-Regular.otf')  format('opentype');
}

@font-face
{
    font-family: copperplate_reg;
    src: url('/css/font/Copperplate.ttf')  format('truetype');
}

.medium_fix{
    font-family: Brandon_reg !important;
    font-size: 20px !important;
    line-height: 36px !important;
    float: left;
    width: 100%;
    color: #333;
}

.medium_fix b{
    font-family: Brandon_bld;
    /*font-weight:500;*/
    color: #333;
}

.medium_fix b u{
    font-family: Brandon_bld;
    color: #333;
}

.medium_fix *{
    float: none;
    color: #333;
    font-family: Brandon_lt;
}s

.medium-insert-images, .mediumInsert {
    margin: 1em 0;
}


.medium_fix blockquote{
    border-left: 10px solid #9dc0ba;
    padding-left: 20px;
    font-style: italic;
     quotes: "\201C""\201D""\2018""\2019";
     /*font-family:Georgia, "Times New Roman", Times, serif;*/
     margin-top: 15px;
     color: #3e8b83;
     font-family: HKGrotesk_lt;
}
.medium_fix blockquote:before {
  color: #3e8b83;
  content: open-quote;
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -20px;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin-top: 15px;
  display: none;
}

.medium_fix p{
    margin: 0em 0px 1em;
    white-space: pre-wrap;
    font-size: 20px;
    line-height: 36px;
    color: #333;
    font-family: Brandon_reg;
    /*margin-top: 18px;*/
}

.medium_fix li{
    font-family: Brandon_reg;
}

.medium_fix ol{
    padding: 0 0 0 20px;
    font-family: Brandon_reg;
}

.medium_fix ul{
    padding: 0 0 0 20px;
    font-family: Brandon_reg;
}

.medium_fix blockquote p{
    /*font-family:Georgia, "Times New Roman", Times, serif;*/
    color: #3e8b83;
}

.medium_fix blockquote u{
    /*font-family:Georgia, "Times New Roman", Times, serif;*/
}

.medium_fix blockquote h2{
    /*font-family:Georgia, "Times New Roman", Times, serif;*/
    font-weight: 100;
}

.medium_fix blockquote h3{
    /*font-family:Georgia, "Times New Roman", Times, serif;*/
    font-weight: 100;
}

.medium_fix figure .medium-insert-embeds-selected .medium-insert-embed{
    width: 100%;
}

.medium_fix .medium-insert-embeds div{
    width: 100%;
}

.medium_fix .medium-insert-embeds-wide{
    width: 100%;
}

.medium_fix .medium-insert-images.medium-insert-images-left{
    width: 100%;
    margin: .6em 1.5em 1em 0;
}

.medium_fix .medium-insert-images.medium-insert-images-right{
    margin: .6em 0em 1em 1.5em;
}

.medium_fix .medium-insert-images figure img, .medium_fix .mediumInsert figure img{
    float: none;
}

.medium_fix u{
    font-family: Brandon_reg;
    color: #333;
}

.medium_fix a{
    font-family: Brandon_reg;
    text-decoration: underline;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}

.medium_fix a:active,
.medium_fix a:hover{
    color: #7bc623;
}

.medium_fix .fa{
    height: 32px;
    line-height: 32px;
}

.medium-editor-toolbar li button{
    padding: 0;
}
.medium-insert-images figure figcaption, .mediumInsert figure figcaption, .medium-insert-embeds figure figcaption, .mediumInsert-embeds figure figcaption{
    color: #8c8c8c;
}
