body, i, b {
    font-family: Verdana, sans-serif, "Times New Roman";
    font-size: 12px;
}

.li {
    line-height: 1.5;
}

.top_ctnr {
    width: 850px;
    margin: 0 auto;
    /*dislay:flex;
    justify-content: center;*/
}

.page_top {
    display: block;
    height: 150px;
}

.banner {
    display: block;
    position: relative;
    top: -8px;
    left: auto;
    background-color: #FFFFFF;
    width: auto;
    height: 65px;
    border-bottom: 1px solid #FFA305;
    border-left:  1px solid #FFA305;;
    border-right: 1px solid #FFA305;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0px;
    padding-top: 0px;
    /*background-image: linear-gradient(to bottom left, #FFA305 10%, 14%, white, white, #FFA305 125%);*/
    background-image: url('./images/header/banner_img.png');
    background-size: 850px 65px;
    background-repeat: norepeat;
    /*background-repeat: repeat-x; */ /* for horizontal repeat */
}

.banner_message1 {
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 40px;
    font-size: 38px;
    color: #DB7202;
    /*text-shadow: 2px 2px 10px #21891E;*/
    font-family: serif, Helvetica, sans-serif;
    margin-left: 0px;
    margin-top: 0px;
    /*font-stretch: ultra-expanded;*/
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 0px;
}

.banner_message2 {
    display: inline-block;
    position: absolute;
    top: 26px;
    left: 380px;
    font-size: 20px;
    color: #000000;
    font-family: Helvetica, sans-serif, serif;
    margin-left: 0px;
    margin-top: 0px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: right;
}

#top_links {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 240px;
    height: 35px;
    margin-top: -8px;
    background-color: #ffffff;
    color: #000000;
}

.top_link {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 1.2;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-right: 10px;
    text-align: center;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #FFA305;
    border-left: 1px solid #FFA305;
    border-right: 1px solid #FFA305;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: -1px;
}

.footer {
    display: block;
    background-color: #FC9105;
    width: auto;
    height: 30px;
    line-height: 1.2;
    text-align: center;
    padding-top: 20px;
}

.footer_spacer {
    width: auto;
    height: 50px;
    background-color: transparent;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#content {
    display: block;
    width: 96%;
    min-height: 800px;
    margin: 0 auto;
    background-color: #ffffff;
}

.ind_media_list {
    display: block;
}

.media_row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
}

.media_item {
    position: relative;
    display: inline-block;
    width: 245px;
    height: 140px;
    border: 1px solid #DB7202;
    border-radius: 8px;
    background-color: #FFFFFF;
    cursor: pointer;
}

.logo_img {
    position: absolute;
    left: 20px;
    display: inline-block;
    background-color: #ffffff;
}

.media_descr {
    /*position: absolute;
    top: 30px;
    left: 240px;
    display: inline-block;*/
    display: flex;
    justify-content: center;
    align-items: center;
    width: inherit;
    height: inherit;
    color: #252525;
    text-align: center;
}

.prom_mat_link {
    display: inline-block;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 20px;
    margin: 10px 30px 10px 30px;
    padding: 5px 2px 2px 5px;
    border: 1px solid #F9791D; /*#44F4F4;*/
    border-radius: 8px;
    background-color: #ffffff; /*#FCC783;*/
    color: #018E0A;
    font-family: Verdana, sans-serif, "Times New Roman";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.prom_med_display {
    display: block;
    width: 100%;
    margin: auto;
    font-family: Verdana, sans-serif, "Times New Roman";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

.letter_mod {
    font-size: 20px;
    font-weight:bold;
        padding: 10px 10px 5px 20px;
        margin: 20px 10px 10px 40px;
        display: block;
        border-top: 1px solid #4C1D13;
        border-radius: 10px;
        background-color: #CCCCFF;
}

.noselect {
        -webkit-user-select: none;  /* Chrome all / Safari all */
        -moz-user-select: none;     /* Firefox all */
        -ms-user-select: none;      /* IE 10+ */
        user-select: none;    
}

.letter_usage {
    display: block;
    text-align: left;
    font-size: 12px;
    font-family: Verdana, sans-serif, "Times New Roman";
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
}

.lheightx {
    line-height: 1.4;
}

.fbold {
    font-weight: bold;
}

.fitalic {
    font-style: italic;
}

.ffamily_std {
    font-family: Verdana, sans-serif, "Times New Roman";
}

.fsize12 {
    font-size: 12px;
}

.poster_row {
    position: relative;
    height: 40px;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 600px;
}

.flyer_row {
    position: relative;
    display: block;
    width: 600px;
    margin-bottom: 10px;
    /*height: 50px;*/
}

.sticker_row {
    position: relative;
    display: block;
    margin-bottom: 40px;
    width: inherit;
}

.sticker_row_height {
    height: 210px;
}

.poster_row_height {
    height: 250px;
}

.sticker_item {
    position: absolute;
    top: 0px;
    /*width: 140px;*/
    /*padding-right: 20px;*/
}

.sticker_link_ctnr {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px 2px 10px;
}

.sticker_info {
    display: block;
    position: relative;
    height: 80px;
    width: inherit;
    line-height: 1.5;
}

.poster_info, .flyer_info {
    line-height: 1.5;
    margin-bottom: 30px;
}

.poster_img_size {
    width: 150px;
    height: 200px;
}

.sticker_img_size {
    width: 180px;
    height: 180px;
}

.sticker_img {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /*border: 1px solid #FC8302;*/
}

.sticker_img:hover {
    opacity: 0.6;
}

.sticker_link {
    width: 80px;
    background-color: #FC8302;
    border-radius: 8px;
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    text-align: center;
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    text-decoration: none;
}

.prom_med_descr {
    position: absolute;
    top: 0px;
    display: inline-block;
    width: 300px;
    color: #141414;
}

.prom_med_link_ctnr {
    position: absolute;
    top: 0px;
    left: 300px;
    width: 80px;
    height: 20px;
    display: inline-block;
    background-color: #FC8302;
    border-radius: 8px;
    color: #ffffff;
    margin: 0px 0px 0px 20px;
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
}

.prom_med_link_ctnr:hover {
    opacity: 0.7;
}

.prom_mat_sec {
    display: block;
    color: #774001;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #FC8302;
    border-right: 1px solid #FC8302;
    border-left: 1px solid #FC8302;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    padding-top: 6px;
}

.link_col {
    color: #1A750C;
}

.letter_link a {
    /*position: absolute;
    top: 0px;
    left: 0px;*/
    width: 60px;
    background-color: inherit;
    text-decoration: none;
    color: #1A750C;
    padding-top: 0px;
    font-weight: bold;
    text-align: center;
}

.page_descr {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.5;
}

.assoc_grp_tab_links {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    height: 30px;
    cursor: pointer;
    letter-spacing: 1px;
    color: #235145;
    font-weight: bold;
}

.assoc_grp_section_title {
    position: absolute;
    top: 0px;
    width: 180px;
    height: 25px;
    display: inline-block;
    border-top: 1px solid #FCC783;
    border-right: 1px solid #FCC783;
    /*border-left: 1px solid #FCA944;*/
    border-bottom: 1px solid #FCC783;
    border-top-right-radius: 10px;
    text-align: center;
    background-color: #FCC783;
    padding-top: 5px;
}

.assoc_grp_tbl_row {
    /*display: flex;
    justify-content: center;
    align-itms: center;*/
    position: relative;
    height: 50px;
    max-height: 60;
    text-align: left;
    /*padding: 5px 0px 0px 20px;*/
}

.even_tbl_row_color {
    background-color: #FCC783;
}

.odd_tbl_row_color {
    background-color: #FCA944;
}

.assoc_grp_name {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 450px;
    display: flex;
    justify-content: left;
    align-items: center;
    height: inherit;
    padding: 0px 0px 0px 20px;
}
.assoc_grp_link {
    position: absolute;
    top: 0px;
    left: 430px;
    width: 330px;
    height: inherit;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px 0px 0px 40px;
}

.assoc_grp_link a {
    text-decoration: none;
    color: #235145;
}

.link_footer {
    cursor: pointer;
    opacity: 1.0;
    color: #FFFFFF;
    text-decoration: none;
}

.link_footer:hover {
    cursor: pointer;
    opacity: 1.0;
    color: #235145;
}

.div_link, .div_link_hoverw {
    cursor: pointer;
    opacity: 1.0;
    color: #0A700B;
    text-decoration: none;
}

.div_link:hover {
    color: #FCA944;
}

.div_link_hoverw:hover {
    color: #FFFFFF;
}

.email_link {
    text-decoration: none;
    opacity: 1.0;
    color: #08B20B;
}

.faq_section {
        font-size: 16px;
        font-weight:bold;
        padding: 6px 10px 5px 20px;
        display: block;
        border-top: 1px solid #F9791D;
        border-right: 1px solid #F9791D;
        border-left: 1px solid #F9791D;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        -webkit-user-select: none;  /* Chrome all / Safari all */
        -moz-user-select: none;     /* Firefox all */
        -ms-user-select: none;      /* IE 10+ */
        user-select: none;
        background-color: #ffffff;
        color: #F9791D;
        margin-top: 20px;
}

.q_answ_ctnr {
    display: block;
    margin-left: 10px;
}

.faq_question {
    display: block;
    cursor: pointer;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
    color: #235145;
}

.faq_no_answer {
    display: block;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
    cursor: text;
}

.faq_answer {
    display: block;
    cursor: text;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
    padding-left: 30px;
    color: #142D27;
}

.letter_types_lists_ctnr {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    margin-top: 10px;
}

.letter_types_list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 230px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

.letter_list {
    position: absolute;
    top: 0px;
    left: 140px;
    width: 600px;
    display: inline-block;
    min-height: 190px;
}

.letter_type_tab {
    display: block;
    width: 130px;
    background-color: #FCC783;
    padding: 5px 10px 5px 10px;
    /*border-top: 1px solid #FCA944;*/
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 3px;
    color: #004936;
    font-weight: bold;
}

.letter_row {
   position: relative;
   display: flex;
   justify-content: left;
   align-items: center;
   height: 40px;
   width: auto;
}

.letter_descr {
    position: absolute;
    /*top: 0px;*/
    left: 0px;
    width: 450px;
    height: inherit;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0px 0px 0px 25px;
}

.letter_link {
    position: absolute;
    /*top: 0px;*/
    left: 465px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0px 0px 0px 30px;
    /*color: #004936;*/
    height: inherit;
}

.letter_link:hover {
    color: #DDDDDD;
}

.about_item {
    display: block;
    height: 30px;
    margin: 0px 0px 10px 30px;
    line-height: 15px;
}
