

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-Regular.woff2') format('woff2'),
        url('../fonts/Begum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Begum';
    src: url('../fonts/Begum-Medium.woff2') format('woff2'),
        url('../fonts/Begum-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GT Flexa';
    src: url('../fonts/GTFlexa-Regular.woff2') format('woff2'),
        url('../fonts/GTFlexa-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT Flexa';
    src: url('../fonts/GTFlexa-Medium.woff2') format('woff2'),
        url('../fonts/GTFlexa-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

html,
body {
    font-family: 'Begum', sans-serif;
}
body {
    letter-spacing: 0px;
    line-height: 1.6;
    font-weight: 400;
    color: #383e41;
    font-size: 15px;
}

::selection {
  background: #dedede; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #dedede; /* Gecko Browsers */
  color: #fff;
}
a,
a:visited {
    color: #fa8661;
    text-decoration: none;
    -webkit-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
}
a:hover {
    color: #fcaf96;
    text-decoration: none;
}
strong {
    font-weight: 600;
    /* color: #222; */
}
ol li,
ul li,
p {
    line-height: 1.6;
    margin: 0 0 23px 0;
    font-size: 17px;
    -ms-word-break: normal;
    -ms-word-wrap: normal;
    word-break: normal;
    color: #333333;
    font-weight: 300;
    /* letter-spacing: 0.5px; */
    display: block;
}
p:last-child {
    margin-bottom: 0;
}

ul, ol {
    /*display: list-item;*/
    list-style: none;
}
ul li,
ol li {
    display: list-item;
    margin-bottom: 6px;
    line-height: 1.4em;
}
ol li {
    list-style: decimal;
}
ul li {
    list-style: disc;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GT Flexa', serif;
    font-weight: 500;
    color: inherit;
    margin: 0 0 25px 0;
    font-style: normal;
    line-height: 1.19em;
}
h1 {
    font-size: 42px;
    letter-spacing: -1.75px;
}
h2 {
    font-size: 32px;
    letter-spacing: -1px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 23px;
    font-weight: 500;
}
h3, h4 {
    line-height: 1.3;
}


button, .button,
button:visited, .button:visited {
    -webkit-transition: color .2s linear, background-color .2s linear;
    -moz-transition: color .2s linear, background-color .2s linear;
    transition: color .2s linear, background-color .2s linear;
    font-family: inherit;
    padding: 15px 25px;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    fill: #fff;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    background: #383e41;
    font-weight: 500;
    border-radius: 0;
    font-family: 'GT Flexa';
}
button:hover, .button:hover {
    background-color: #374242;
    color: #fff;
    border-color: #374242;
}
.button:not(.outline):focus,
button:not(.outline):focus {
/*    background-color: #ff5ab6;
    border: none;
    box-shadow: none;*/
}
.button[disabled],
button[disabled] {
    opacity: .8;
    filter: grayscale(1);
}
.button.outline,
button.outline {
    border-color: #1dcede;
    color: #1dcede;
}
.button.outline:hover,
button.outline:hover {
    border-color: #1dcede;
    color: #ffffff;
    background-color: #1dcede;
}
.button.white,
button.white {
    border-color: #fff;
    background-color: #fff;
    color: #383f40;
}
.button.white:hover,
button.white:hover {
    border-color: #fff;
    color: #1dcede;
    background-color: #fff;
}
.button.grey,
button.grey {
    border-color: #888888;
    background-color: #888888;
}
.button.grey:hover,
button.grey:hover {
    border-color: #888888;
    background-color: #888888;
}
.button.black,
button.black {
    border-color: #26a28f;
    background-color: #26a28f;
}
.button.black:hover,
button.black:hover {
    border-color: #26a28f;
    background-color: #26a28f;
}
.button.sub,
button.sub {
    font-size: 14px;
    padding: 11px 23px 11px 23px;
    background-color: #d8d8d8;
    color: #383838;
}

.mce-content-body .button {
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    margin-bottom: 6px;
}
.mce-content-body .button+.button {
    margin-left: 10px;
}