/*Fonts*/
@font-face {
    font-family: 'futurxkc';
    src:url('/storage/app/media/futurxkc-webfont.ttf');
}

@font-face {
    font-family: 'MinionPro-BoldIt';
    src:url('/storage/app/media/minion_pro_boldit-webfont.ttf');
}

@font-face {
    font-family: 'AdobeGaramondBoldItalic';
    src:url('/storage/app/media/adobe_garamond_bold_italic-webfont.ttf');
}

@font-face {
    font-family: 'garabd';
    src:url('/storage/app/media/garabd-webfont.ttf');
}

#usefontOne{
    font-family: 'AdobeGaramondBoldItalic' !important;
}

#usefontTwo{
    font-family: 'futurxkc' !important;
}

#usefontThree{
    font-family: 'MinionPro-BoldIt' !important;
}

#usefontFour{
    font-family: 'garabd' !important;
    font-size: 22pt;
}

#usefontTimesNR{
    font-family: "Times New Roman" !important;
}

/*End of Fonts*/

/*Header*/
.wrap__header {
    background-image: url(/storage/app/media/title-icon.png);
    background-position: 40px 50px;
    background-repeat: no-repeat;
}

.wrap__logoHeader {
    padding: 18px 57px 0 66px !important;
}

.wrap__ctaHeader {
    padding: 19px 0 0 0 !important;
}

p.logo__title {
    font-family: 'futurxkc' !important;
}
/*End of Header*/

/*Slogan*/
.custom_slogan em{
    font-family: 'AdobeGaramondBoldItalic' !important;
    font-size: 28pt;
}
/*End of Slogan*/

/*Body~Content*/

.page__title {
    display: none;
}

.content_header_title{
    font-family: 'AdobeGaramondBoldItalic' !important;
}

.content_align_center{
    text-align: center;
}

.image_float_left{
    float: left;
    clear: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.image_float_center{
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.custom_content_header{
    text-align: center;
    color: red;
    font-family: "Times New Roman";
}

.custom_link_prop{
    color: rgba(94, 94, 94, 1.00) !important;
    text-decoration: none !important;
    cursor: pointer;
}

.box_image_display img{
    padding: 18px;
    vertical-align: middle;
    margin-left: 43px;
}

.custom_image_display img {
    vertical-align: middle;
    padding: 10px;
}

.custom_image_display .image_float_left img {
    padding: 4px;
    vertical-align: middle;
}

.custom_header_title#usefontTimesNR, strong, b{
    font-family: "Times New Roman" !important;
    font-weight: Bold;
}

.black_link_text{
    color: black;
    text-decoration: none;
}

.text_float_right{
    text-align: right;
    padding-right: 135px;
}

.ms_highlight{
    background-color: rgb(247, 244, 238);
}

.content_remind_msg {
    font-size: 85%;
}

ul{
    list-style-position: outside !important;    
}

li {
    line-height: 1.8;
}

span#red_highlight {
    color: red;
}

#hidetextDecoration{
    color: inherit;
    text-decoration: none;
}

#color_red{
    color: #800000;
}

#blue_color{
    color: rgb(0, 0, 128);
}

#custom_text_display_black{
    font-family: 'Times New Roman' !important;
    font-weight: bold;
    color: black;
}

#custom_text_display{
    font-family: 'AdobeGaramondBoldItalic' !important;
    font-weight: bold;
    color: rgba(94, 94, 94, 1.00);
}

#yellow_highlights{
    font-family: 'AdobeGaramondBoldItalic' !important;
    font-size: 27pt;
    font-weight: bold;
    background-color: rgb(255, 255, 0);
    
}

.wrap__page-content a{
    color: #2c4c6d;
}

.second-pageTitle {
    font-family: 'Times New Roman' !important;
    font-size: 23px;
    color: #000280;
    font-weight: bold;
}

.editable__container ul li, .editable__container ol li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
}
/*End of Body~Content*/

/*Mobile View*/
@media all and (max-width: 320px){
    .wrap__header {
        background-image: url(/storage/app/media/title-icon.png);
        background-position: 20px 45px;
        background-repeat: no-repeat;
    }
    
    .logo__description {
        font-size: 15px !important;
    }
    
    .custom_header_title {
        font-size: 22px;
    }
    
    .content_header_title {
        font-size: 22px;
    }
    
    .page--title {
        font-size: 15pt;
    }
}

@media all and (max-width: 375px){
    .wrap__header {
        background-position: 20px 45px;
    }
    
    .logo__description {
        font-size: 15px !important;
    }
    
    .custom_header_title {
        font-size: 22px;
    }
    
    .content_header_title {
        font-size: 22px;
    }
    
    .page--title {
        font-size: 15pt;
    }
    
    th, td {
    padding: 5px;
}
}

@media all and (max-width: 425px){
    
    .wrap__header {
        background-position: 17px 50px;
    }
    
    .logo__title {
        font-size: 22px !important;
    }
    
    .image_float_left{
        float: unset;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    h1 {
    font-size: 22px !important;
}
    .custom_image_display .image_float_left img{
        float: unset;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    
    .wrap__ctaHeader, .wrap__ctaBody {
        display: none;
    }
    
    .sidebar-info {
    display: flow-root;
    }
    
    .box_image_display img{
        padding: 18px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .custom_image_display img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width: 768px){
    .logo__title {
        font-size: 22px !important;
    }
    
    #yellow_highlights {
        font-size: 15pt;
    }
    
    .image_center {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
    
    table {
        table-layout: auto !important;
    }
}

/*End of Mobile View*/

