﻿/**umb_name:Header*/
.Header {
    color: #000;
    font-size: 48px;
    font-family: proximanova,Arial;
    font-weight: 500;
}
/**umb_name:H1*/
.H1 {
    color: #001EFF;
    font-size: 42px;
    font-family: proximanova,Arial;
    font-weight: 300;
    margin-bottom: 28px;
}
/**umb_name:H2*/
.H2 {
    color: #001EFF;
    font-size: 30px;
    font-family: proximanova,Arial;
    font-weight: 500;
    margin-bottom: 10px;
}
/**umb_name:H3*/
.H3 {
    color: #000;
    font-size: 24px;
    font-family: proximanova,Arial;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
/**umb_name:H4*/
.H4 {
    color: #000;
    font-size: 18px;
    font-family: proximanova,Arial;
    font-weight: 500;
    margin-bottom: 10px;
}
/**umb_name:H5*/
.H5 {
    color: #FF5000;
    font-size: 18px;
    font-family: proximanova,Arial;
    font-weight: 500;
    margin-bottom: 10px;
}
/**umb_name:H6*/
.H6 {
    color: #000;
    font-size: 18px;
    font-family: proximanova,Arial;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 10px;
}
/**umb_name:H7*/
.H7 {
    color: #001EFF;
    font-size: 21px;
    font-family: proximanova,Arial;
    font-weight: 500;
    line-height: 1.4;
}
/**umb_name:H8*/
.H8 {
    color: #001EFF;
    font-size: 18px;
    font-family: proximanova,Arial;
    font-weight: 300;
    margin-bottom: 10px;
}

/**umb_name:H9*/
.H9 {
    font-size: 18px;
    font-family: proximanova,Arial;
    line-height: 1.428571429;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 10px
}

/**umb_name:H10*/
.H10 {
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    color: #0000E3
}


/**umb_name:Support Button*/
.rte-support-button {
    font-family: proximanova,Arial;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    padding: 3px 20px;
    background-color: #001eff;
    border: 1px solid #001eff;
    border-bottom-color: #001eff;
    color: #ffffff !important;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

    .rte-support-button a {
        color: #ffffff !important;
    }

        .rte-support-button a:hover, .rte-support-button:hover, .rte-support-button:focus, .rte-support-button:active, .rte-support-button:active:focus, .rte-support-button:active:hover {
            text-decoration: none !important;
        }

/**umb_name:Primary Button*/
.rte-primary-button {
    font-family: proximanova,Arial;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 30px;
    background-color: #FF5000;
    border: 1px solid #FF5000;
    border-bottom-color: #c60;
    color: #ffffff !important;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

    .rte-primary-button a {
        color: #ffffff !important;
    }

        .rte-primary-button a:hover, .rte-primary-button:hover, .rte-primary-button:focus, .rte-primary-button:active, .rte-primary-button:active:focus, .rte-primary-button:active:hover {
            background-color: #DC4500;
            border-color: #DC4500;
            text-decoration: none !important;
        }

/**umb_name:Primary Button Small*/
.rte-primary-button-small {
    font-family: proximanova,Arial;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    padding: 3px 20px;
    background-color: #FF5000;
    border: 1px solid #FF5000;
    border-bottom-color: #c60;
    color: #ffffff !important;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

    .rte-primary-button-small a {
        color: #ffffff !important;
    }

        .rte-primary-button-small a:hover, .rte-primary-button-small:hover, .rte-primary-button-small:focus, .rte-primary-button-small:active, .rte-primary-button-small:active:focus, .rte-primary-button-small:active:hover {
            background-color: #DC4500;
            border-color: #DC4500;
            text-decoration: none !important;
        }

/**umb_name:Secondary Button*/
.rte-secondary-button {
    font-family: proximanova,Arial;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    padding: 10px 5px;
    background-color: #fff;
    border: 1px solid #4d4d4d;
    border-bottom-color: #4d4d4d;
    color: #4d4d4d !important;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

    .rte-secondary-button a {
        color: #4d4d4d !important;
    }

        .rte-secondary-button a:hover, .rte-secondary-button:hover, .rte-secondary-button:focus, .rte-secondary-button:active, .rte-secondary-button:active:focus, .rte-secondary-button:active:hover {
            background-color: #4d4d4d;
            border-color: #4d4d4d;
            color: #fff !important;
            text-decoration: none !important;
        }


/**umb_name:Secondary Button Small*/
.rte-secondary-button-small {
    font-family: proximanova,Arial;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    padding: 3px 20px;
    background-color: #fff;
    border: 1px solid #4d4d4d;
    border-bottom-color: #4d4d4d;
    color: #4d4d4d !important;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

    .rte-secondary-button-small a {
        color: #4d4d4d !important;
    }

        .rte-secondary-button-small a:hover, .rte-secondary-button-small:hover, .rte-secondary-button-small:focus, .rte-secondary-button-small:active, .rte-secondary-button-small:active:focus, .rte-secondary-button-small:active:hover {
            background-color: #4d4d4d;
            border-color: #4d4d4d;
            color: #fff !important;
            text-decoration: none !important;
        }



/**umb_name:Body*/
.Body {
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}

    .Body a {
        color: #001eff;
        text-decoration: none;
        cursor: pointer;
    }

        .Body a:hover, .Body a:focus {
            color: #001eff;
            text-decoration: underline;
        }

        .Body a:active, .Body a:hover {
            outline: 0;
        }

/**umb_name:Body-Small*/
.Body-Small {
    font-size: 13px;
    line-height: 1.4;
    color: #000000;
}

    .Body-Small a {
        color: #001eff;
        text-decoration: none;
        cursor: pointer;
    }

        .Body-Small a:hover, .Body-Small a:focus {
            color: #001eff;
            text-decoration: underline;
        }

        .Body-Small a:active, .Body-Small a:hover {
            outline: 0;
        }


/*Collapsible Section*/
.macro-collapsiblesection-header {
    align-items: center;
    margin: 0px;
    width: 100% !important;
    margin-bottom: 6px;
    font-size: 24px;
    font-family: proximanova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    display:flex;
    align-items:center;
}

.title-blue {
    color: #001EFF;
}

.title-black {
    color: #000000;
}

.title-blue-medium {
    color: #001EFF;
    font-size: 20px;
}

.title-black-medium {
    color: #000000;
    font-size: 20px;
}

.title-blue-small {
    color: #001EFF;
    font-size: 18px;
}

.title-black-small {
    color: #000000;
    font-size: 18px;
}
.macro-collapsiblesection-button {
    float: left;
    cursor: pointer;
}

    .macro-collapsiblesection-button::before {
        content: "";
        margin-right: 10px;
        width: 27px;
        height: 27px;
        display: block;
        background-image: url(../Content/Images/Icons/accordian-open.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

.collapsed.macro-collapsiblesection-button::before {
    background-image: url(../Content/Images/Icons/accordian-closed.png);
}

.macro-collapsiblesection-content {
    width: 100% !important;
}

    .macro-collapsiblesection-content .macro-collapsiblesection-content-container {
        height: auto;
        margin-left: 37px;
    }

/*Tables*/

.umb-grid table, .rte-content table, #tinymce table {
    border-collapse: collapse;
    border-color: #000000;
    border-style: solid;
    padding: 2px 6px;
}

.umb-grid thead, .umb-grid tbody, .umb-grid tr, .umb-grid th, .umb-grid td,
.rte-content thead, .rte-content tbody, .rte-content tr, .rte-content th, .rte-content td,
#tinymce thead, #tinymce tbody, #tinymce tr, #tinymce th, #tinymce td {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
    padding: inherit;
}

.umb-grid table thead tr, .umd-grid table tbody tr th,
.rte-content table thead tr, .rte-content table tbody tr th,
#tinymce table thead tr, #tinymce table tbody tr th {
    background-color: blue;
    color: white;
    font-weight: bold;
}

.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
    border: 1px dashed #BBB !important;
}


/*
table {
    border-collapse: collapse;
    border-color: #000000;
    border-style: solid;
    padding: 2px 6px;
}

thead, tbody, tr, th, td {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
    padding: inherit;
}

table thead tr, table tbody tr th {
    background-color: blue;
    color: white;
    font-weight: bold;
}*/

/*hr*/

hr {
    width: 100%;
    border-top: 1px solid #666666;
    margin: 5px 0px;
}


.grid-section .font-light,
.grid-section .font-light a,
.grid-section .font-light .Header,
.grid-section .font-light .H1,
.grid-section .font-light .H2,
.grid-section .font-light .H3,
.grid-section .font-light .H4,
.grid-section .font-light .H5,
.grid-section .font-light .H6,
.grid-section .font-light .H7,
.grid-section .font-light .H8,
.grid-section .font-light .Body,
.grid-section .font-light .Body-Small,
.grid-section .font-light .Body a,
.grid-section .font-light .Body-Small a,
.grid-section .font-light .macro-collapsiblesection-header {
    color: #ffffff !important;
}

.grid-section .font-dark,
.grid-section .font-dark .Header,
.grid-section .font-dark .H1,
.grid-section .font-dark .H2,
.grid-section .font-dark .H3,
.grid-section .font-dark .H4,
.grid-section .font-dark .H5,
.grid-section .font-dark .H6,
.grid-section .font-dark .H7,
.grid-section .font-dark .H8,
.grid-section .font-dark .Body,
.grid-section .font-dark .Body-Small,
.grid-section .font-dark .Body a,
.grid-section .font-dark .Body-Small a,
.grid-section .font-dark .macro-collapsiblesection-header {
    color: #000000 !important;
}
