:root {
    --purple: #513291;
    --purple-light: #c17bff;
    --pink: #eb3c96;
    --white: #fff;
    --black: #000;
    --blue1: #0f69af;
    --blue2: #2dbecd;
    --blue3: #96d7d2;
    --blue4: #0097b2;
    --yellow: #ffc832;
    --grey: #666666;
    --grey-dark: #4d4d4d;
    --green: #72a597;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.3;
}

.h1 {
    font-size: 2rem;
}

@media (min-width: 992px) {
    .h1 {
        font-size: 29px;
    }

    h4 {
        font-size: 22px;
    }
}

sup {
    font-size: 65%;
    /* color: var(--pink); */
}

p sup,
li sup {
    font-size: 75%;
}

html,
body {
    font-size: 12px;
    line-height: 1.3;
    font-family: "Verdana";
    font-weight: normal;
}

@media (min-width: 768px) {

    html,
    body {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {

    html,
    body {
        font-size: 16px;
    }
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: 992px;
    max-width: 100%;
}

.txt-blue1 {
    color: var(--blue1) !important;
}

.txt-blue2 {
    color: var(--blue2) !important;
}

.txt-blue3 {
    color: var(--blue3) !important;
}

.txt-blue4 {
    color: var(--blue4) !important;
}

.txt-yellow {
    color: var(--yellow) !important;
}

.txt-pink {
    color: var(--pink) !important;
}

.txt-purple {
    color: var(--purple) !important;
}

.txt-grey {
    color: var(--grey) !important;
}

.txt-grey-dark {
    color: var(--grey-dark) !important;
}

.txt-green {
    color: var(--green) !important;
}

.bg-blue1 {
    background-color: var(--blue1) !important;
}

.bg-blue2 {
    background-color: var(--blue2) !important;
}

.bg-blue3 {
    background-color: var(--blue3) !important;
}

.bg-blue4 {
    background-color: var(--blue4) !important;
}

.bg-yellow {
    background-color: var(--yellow) !important;
}

.bg-pink {
    background-color: var(--pink) !important;
}

.bg-purple {
    background-color: var(--purple) !important;
}

.bg-grey {
    background-color: var(--grey) !important;
}

.bg-grey-dark {
    background-color: var(--grey-dark) !important;
}

.bg-green {
    color: var(--green) !important;
}

/* size begin */
#windowSize * {
    font-family: "Arial", sans-serif !important;
}

#windowSize {
    position: fixed;
    left: 0px;
    bottom: 120px;
    z-index: 100;
    background: rgba(0, 0, 0, 1);
    padding: 3px;
    text-align: right;
    font-weight: normal;
}

@media (min-width: 768px) {
    #windowSize {
        bottom: 250px;
    }
}

#windowSize tr {
    border-top: 1px solid #aaa;
}

#windowSize tr:first-of-type {
    border-top: none;
}

#windowSize td {
    font-size: 11px;
    color: #eee;
    margin: 0;
    padding: 0;
    text-align: center;
}

#windowSize td span.hideMe {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
    padding: 0;
}

#windowSize:hover td span {
    height: auto;
    line-height: 1;
    padding: 2px 0;
}

#windowSize b {
    color: red;
    font-weight: bold;
}

#windowSize p span {
    display: inline-block;
    padding: 0 3px;
    font-weight: bold;
}

#windowSize .ipAddress {
    max-width: 60px;
    word-wrap: break-word;
}

/* size end */

.section-wysiwyg .font-orange {
    color: #ed5324;
}

.section-wysiwyg .font-darkgreen {
    color: #008c71;
}

.section-wysiwyg a {
    color: inherit;
}

@media(min-width: 992px) {
    .section-wysiwyg h1 {
        font-size: 24px;
    }

    .section-wysiwyg h2 {
        font-size: 20px;
    }

    .section-wysiwyg h3 {
        font-size: 16px;
    }

    .section-wysiwyg p {
        font-size: 14px;
    }
}

.section-full-height {
    min-height: 70vh;
}