@charset "UTF-8";

/* Gravity Container Set styles */


/* NoTitle */

.DNNContainer_noTitle {}


/* Title_h1 */

.DNNContainer_Title_h1 h1 .TitleH1 {
    font-size: 32px !important;
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    color: #000000;
}


/* Title_h2 */

.DNNContainer_Title_h2 h2 .TitleH2 {
    display: block;
    font-size: 20px !important;
}


/* Title_h3 */

.DNNContainer_Title_h3 h3 .TitleH3 {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid 1px #c0c0c0;
}


/* Title_h4 */

.DNNContainer_Title_h4 h4 .TitleH4 {
    display: block;
    margin-bottom: 25px;
}

p.pageDescription {
    font-family: 'ArialMT', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.subTopicTitle {
    font-family: 'Arial-BoldMT', 'Arial Bold', 'Arial';
    font-weight: 700;
    font-style: normal;
    color: #0070BB;
    font-size: 16px;
    line-height: 26px;
}

.subTopicDesc {
    font-family: 'ArialMT', 'Arial';
    font-weight: 400;
    font-style: normal;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
}

.subTopic {
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    padding-bottom: 15px;
    padding-top: 15px;
}