﻿a,
a:link,
a:visited,
a:hover,
a:active {
    color: #001d67;
    text-decoration: none;
}


.has-vivid-red-color {
    color: #cf2e2e;
}

.has-luminous-vivid-orange-color {
    color: #ff6900;
}

.has-luminous-vivid-amber-color {
    color: #fcb900;
}

.has-light-green-cyan-color {
    color: #7bdcb5;
}

.has-vivid-green-cyan-color {
    color: #00d084;
}

.has-pale-cyan-blue-color {
    color: #8ed1fc;
}

.has-vivid-cyan-blue-color {
    color: #0693e3;
}

.has-vivid-purple-color {
    color: #9b51e0;
}

.has-very-light-gray-color {
    color: #eeeeee;
}

.has-cyan-bluish-gray-color {
    color: #abb8c3;
}

.has-very-dark-gray-color {
    color: #313131;
}

/* Background Colors */
.has-vivid-red-background-color {
    background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color {
    background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}

.has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color {
    background-color: #00d084;
}

.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
}

.has-vivid-purple-background-color {
    background-color: #9b51e0;
}

.has-very-light-gray-background-color {
    background-color: #eeeeee;
}

.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
}

.has-very-dark-gray-background-color {
    background-color: #313131;
}


button {
    font-family: 'Montserrat', sans-serif;
}

    .rgf.wrapper a:hover,
    a:active,
    a:focus {
        text-decoration: none;
        color: #001d67;
        cursor: pointer;
    }

.rgf.wrapper a.blueButton {
    background-color: #001d67;
    border: none;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    text-align: center;
    margin-top: 0px;
    background-image: url('../../img/icons/arrowTopRight.png');
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: 98% 3px;
    padding: 10px;
}

    .rgf.wrapper a.blueButton:hover {
        cursor: pointer;
        background-color: #c16e32;
    }

.rgf.wrapper a.largeBlueButton {
    background-color: #001d67;
    width: 170px;
    height: 120px;
    color: white;
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
    background-image: url('/wp-content/themes/rgf/img/icons/arrowTopRight.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 5%;
    display: block;
}

    .rgf.wrapper a.largeBlueButton:hover {
        cursor: pointer;
        background-color: #c16e32;
    }

.rgf.wrapper a.largeBlueButton {
    display: table !important;
    padding: 0 !important;
}

    .rgf.wrapper a.largeBlueButton span {
        display: table-cell;
        vertical-align: middle;
    }

.rgf.wrapper a.whiteButtonBlueBorder {
    background-color: white;
    border: 2px solid #001d67;
    display: block;
    color: #001d67;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    background-image: url('/wp-content/themes/rgf/img/icons/arrowTopRight.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: calc(100% - 2px) 5%;
    margin-top: 30px;
    box-sizing: border-box;
}

    .rgf.wrapper a.whiteButtonBlueBorder:hover {
        color: white;
        background-color: #c16e32;
        cursor: pointer;
    }

.rgf.wrapper a.tranButtonBlueBorder {
    background: transparent;
    border: 2px solid #001d67;
    display: block;
    color: #001d67;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    background-image: url('/wp-content/themes/rgf/img/icons/arrowTopRight.png');
    background-repeat: no-repeat;
    margin-top: 30px;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    background-size: 9px 9px;
    background-position: calc(100% - 1px) 5%;
}

    .rgf.wrapper a.tranButtonBlueBorder:hover {
        color: white;
        background-color: #c16e32;
        cursor: pointer;
    }

.rgf.wrapper a.whiteButtonWhiteBorder {
    background-color: white;
    border: 2px solid #fff;
    display: block;
    color: #001d67;
    font-weight: 500;
    font-size: medium;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    background-image: url('/wp-content/themes/rgf/img/icons/arrowTopRight.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: calc(100% - 2px) 5%;
    margin-top: 30px;
    box-sizing: border-box;
}

    .rgf.wrapper a.whiteButtonWhiteBorder:hover {
        color: white;
        background-color: #001d67;
        border: 2px solid #fff;
        cursor: pointer;
    }

.rgf.wrapper .extraLargeFont,
.rgf.wrapper .extraLargeFont * {
    font-size: 55px;
    font-weight: 600;
    line-height: 65px;
}

.rgf.wrapper .largeFont,
.rgf.wrapper .largeFont * {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

.rgf.wrapper .mediumFont,
.rgf.wrapper .mediumFont * {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.rgf.wrapper .mediumFontSmaller,
.rgf.wrapper .mediumFontSmaller * {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.rgf.wrapper .smallFont,
.rgf.wrapper .smallFont * {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.rgf.wrapper a.smallFont:hover {
    text-decoration: underline;
}

.rgf.wrapper .extraSmallFont,
.rgf.wrapper .extraSmallFont * {
    font-size: 11px;
    line-height: 21px;
    font-weight: 500;
}

.rgf.wrapper .thin,
.rgf.wrapper .thin * {
    font-weight: 300 !important;
}

.rgf.wrapper .defaultWeight,
.rgf.wrapper .defaultWeight * {
    font-weight: 400 !important;
}

.rgf.wrapper .semiBold,
.rgf.wrapper .semibold * {
    font-weight: 500 !important;
}

.rgf.wrapper .bold,
.rgf.wrapper .bold * {
    font-weight: 600 !important;
}

/* for content posts in sitefinity */
.rgf.wrapper .postBody h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #001d67;
    margin-bottom:20px;
}

.rgf.wrapper .postBody h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    color: #8f8f8f;
    margin-bottom: 20px;
}

.rgf.wrapper .postBody h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #001d67;
}

.rgf.wrapper .postBody h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #999;
    margin-bottom: 20px;
}

.rgf.wrapper .postBody h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #c16e32;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.rgf.wrapper .postBody h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #001d67;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.rgf.wrapper .postBody h7 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #001d67;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.rgf.wrapper .postBody ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.rgf.wrapper .postBody ul {
    list-style-type: disc;
    margin-left: 20px;
}

.rgf.wrapper .postBody em {
    font-style: italic;
}

.rgf.wrapper .gray {
    color: #454545;
}

.rgf.wrapper .lightGray,
.rgf.wrapper .lightgray {
    color: #afa89d;
}

.rgf.wrapper .blue {
    color: #001d67;
}

.rgf.wrapper .orange {
    color: #c16e32;
}

.rgf.wrapper .white {
    color: #fff;
}

.rgf.wrapper .black {
    color: #000;
}

.pageTitleContainer {
    position: relative;
    width: calc(100% - 180px);
    top: 0px;
    left: unset;
}

    .pageTitleContainer.left100 {
        left: 100px;
    }

    .pageTitleContainer .subTitle {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        color: #c16e32;
        position: relative;
        top: unset;
        left: 30px;
        margin-top: 10px;
    }

        .pageTitleContainer .subTitle * {
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            color: #c16e32;
            position: relative;
            top: unset;
        }

.sitefinityEditMode .pageTitleContainer .subTitle {
    margin-top: -90px;
}

.pageTitleContainer .title {
    position: relative;
    top: unset;
    left: 30px;
    font-size: 55px;
    font-weight: 700;
    color: #414042;
    line-height: 55px;
}

    .pageTitleContainer .title * {
        font-size: 55px;
        font-weight: 700;
        line-height: 55px;
    }

    .pageTitleContainer .title div:not(.emptyZoneDragWidget),
    .pageTitleContainer .title div:not(.emptyZoneDragWidget) * {
        font-size: 55px;
        font-weight: 700;
        line-height: 55px;
    }

.pageTitleContainer .top {
    background-image: url(/wp-content/themes/rgf/img/templates/TitleBoxExtraTop.png);
    height: 96px;
    width: 178px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.pageTitleContainer .bottom {
    background-image: url(/wp-content/themes/rgf/img/templates/pageTitleBox_Bottom.png);
    height: 31px;
    width: 178px;
    background-repeat: no-repeat;
    position: relative;
    top: unset;
    margin-top: 15px;
}

.rgf.wrapper .sf_colsIn ol {
    margin-left: 20px;
    list-style-type: decimal;
}

.modal ul[type='disc'] {
    list-style-type: disc;
    margin-left: 20px;
}

    .modal ul[type='disc'] > li {
        list-style-type: disc;
    }

.modal ul[type='circle'] {
    list-style-type: circle;
    margin-left: 20px;
}

    .modal ul[type='circle'] > li {
        list-style-type: circle;
    }

.modal > ul > ul {
    margin-left: 40px;
}

.modal em {
    font-style: italic;
}

ul.bullets {
    list-style-type: disc;
    margin-left: 20px;
}

ul.circleBullets {
    list-style-type: circle;
    margin-left: 20px;
}


em{
    font-style: italic !important;
}


@media screen and (max-width:1000px)
{

    #specialNotice{
        position: fixed;
        bottom: 0px;
        z-index: 333;
        padding:7px;
    }

}