#wmo_prebanner,
#wmo_about_block,
#wmo_bulletin_inserts_block,
#wmo_note_from_our_ceo_block,
#wmo_60days_block,
#wmo_resources_block,
#wmo_videos_block,
#wmo_ordering_block,
#wmo_contact_block {
    position: relative;
    display: block;
    padding: 45px 12px;
    margin: 0;
    border: none;
}
#wmo_about_block h2,
#wmo_bulletin_inserts_block h2,
#wmo_note_from_our_ceo_block h2,
#wmo_note_from_our_ceo_block h3,
#wmo_60days_block h2,
#wmo_60days_block h3,
#wmo_videos_block h2,
#wmo_videos_block h3,
#wmo_videos_block h4,
#wmo_ordering_block h2 {
    text-align: center;
    text-transform: uppercase;
    color: #3A91BF;
    font-size: 44px;
    font-weight: lighter;
    margin-bottom: 36px;
}
#banner button#wmo_switch_lang,
#wmo_about_block button,
#wmo_bulletin_inserts_block button,
#wmo_note_from_our_ceo_block button,
#wmo_60days_block button,
#wmo_resources_block button,
#wmo_videos_block button,
#wmo_ordering_block button {
    background-color: #3A91BF;
    padding: 14px 30px;
    text-transform: uppercase;
    color: white;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
#banner button#wmo_switch_lang a,
#wmo_about_block button a,
#wmo_bulletin_inserts_block button a,
#wmo_note_from_our_ceo_block button a,
#wmo_60days_block button a,
#wmo_resources_block button a,
#wmo_ordering_block button a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: inherit;
}
#wmo_bulletin_inserts_block .wmo_bulletin_insert p,
#wmo_note_from_our_ceo_block .wmo_note_from_our_ceo p,
#wmo_resources_block .wmo_resource p {
    font-size: 24px;
    text-align: center;
    padding: 0 15px;
    font-weight: bold;
}


#wmo_return_to_top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 23px;
    height: 23px;
    z-index: 100;
}
#wmo_return_to_top button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
#wmo_return_top_top img {
    width: auto;
    height: auto;
    max-width: 23px;
    max-height: 23px;
}


#wmo_prebanner {
    background-color: #3A91BF;
    text-align: center;
}
#wmo_prebanner * {
    margin: 0;
    padding: 0;
}
#wmo_prebanner h6 {
    color: #de7e44;
    font-size: 11px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 9px;
    margin-top: 30px;
}
#wmo_prebanner img {
    width: 95%;
    height: auto;
    max-width: 330px;
}


@media screen and (max-width: 600px) {
    #banner.wmo_banner {
        margin-top: 0 !important;
    }
}
#banner #banner_wmo_shadow_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/banner_wmo_overlay.png);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% 1px;
    overflow: hidden;
}
#banner #banner_wmo_text_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#banner #banner_wmo_text_overlay > img {
    position: absolute;
    top: 10%;
    left: 6%;
    width: auto;
    max-width: 35%;
    max-height: 160px;
}
#banner #banner_wmo_text_overlay > p {
    position: absolute;
    top: 44%;
    left: 16%;
    width: 32vmin;
    max-width: 400px;
    font-size: 2.5vmin;
    line-height: 1.5;
    color: white;
}
#banner #banner_wmo_text_overlay > p strong {
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    color: #e8951d;
}
#banner button#wmo_switch_lang {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0;
}


#wmo_submenu {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 16px;
    background-color: #3A91BF;
}
#wmo_submenu .wmo_submenu_item {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin: 15px 20px;
    color: white;
    display: inline-block;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 1px;
    cursor: pointer;
}
#wmo_submenu .wmo_submenu_item:first-child {
    margin-left: 0 !important;
}
#wmo_submenu .wmo_submenu_item:last-child {
    margin-right: 0 !important;
}


#wmo_about_block {
    background-color: white;
    color: #46403f;
}
#wmo_about_block p {
    margin-top: 36px;
    padding: 0 12%;
    text-align: center;
    line-height: 2em;
    font-size: 17px;
}
#wmo_about_block p strong {
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
}


#wmo_bulletin_inserts_block {
    background-color: #f3f3f3;
    text-align: center;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch
}
#wmo_bulletin_inserts_block h2 {
    width: 100%;
}
#wmo_bulletin_inserts_block .wmo_bulletin_insert {
    display: inline-flex;
    flex-direction: column;
    width: 210px;
    max-width: 210px;
    padding: 0 10px;
    margin-bottom: 34px;
}
#wmo_bulletin_inserts_block .wmo_bulletin_insert p {
    color: #e8951d;
    flex-grow: 1;
    margin-top: 10px;
}
#wmo_bulletin_inserts_block .wmo_bulletin_insert img {
    width: 210px;
    height: auto;
}


#wmo_note_from_our_ceo_block {
    background-color: #e8951d;
    text-align: center;
}
#wmo_note_from_our_ceo_block h2 {
    color: white !important;
    margin-bottom: 0 !important;
}
#wmo_note_from_our_ceo_block h3 {
    color: white !important;
    font-size: 38px !important;
}
#wmo_note_from_our_ceo_block button {
    background-color: white !important;
    color: #e8951d !important;
}
#wmo_note_from_our_ceo_block .wmo_note_from_our_ceo p {
    color: white;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
#wmo_note_from_our_ceo_block .wmo_note_from_our_ceo img {
    width: 85%;
    max-width: 256px;
}


#wmo_60days_block {
    background-color: #3A91BF;
    text-align: center;
}
#wmo_60days_block h2 {
    color: white !important;
    margin-bottom: 0 !important;
}
#wmo_60days_block h3 {
    color: white !important;
    font-size: 38px !important;
}
#wmo_60days_block button {
    background-color: white !important;
    color: #3A91BF !important;
}
#wmo_60days_block img {
    width: 85%;
    max-width: 560px;
}


#wmo_resources_block {
    background-color: #f3f3f3;
    text-align: center;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch
}
#wmo_resources_block .wmo_resource {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 258px;
    max-width: 258px;
    padding: 10px;
    margin-bottom: 34px;
}
#wmo_resources_block .wmo_resource p {
    color: #e8951d;
    margin-top: 10px;
    flex-grow: 1;
}
#wmo_resources_block .wmo_resource img {
    width: auto;
    height: auto;
    max-width: 258px;
    max-height: 258px;
}


#wmo_videos_block {
    background-color: white;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
#wmo_videos_block h2 {
    margin-bottom: 24px !important;
}
#wmo_videos_block h3 {
    font-size: 38px !important;
    margin-top: -24px !important;
    margin-bottom: 24px !important;
}
#wmo_videos_block h4 {
    color: #e8951d !important;
    font-size: 24px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
#wmo_videos_block .wmo_video {
    display: inline-block;
    min-width: 270px;
    max-width: 450px;
    width: 45%;
    height: auto;
    margin: 12px;
}


#wmo_ordering_block {
    background-color: #f3f3f3;
    text-align: center;
}
#wmo_ordering_block button {
    /*background-color: #e8951d !important;*/
    /*color: white !important;*/
    margin-top: 58px !important;
}
#wmo_ordering_block h2 {
    color: #e8951d !important;
    margin-bottom: 0 !important;
}
#wmo_ordering_block h3 {
    color: #3A91BF;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-size: 22px;
}
#wmo_ordering_block .wmo_order_by_email,
#wmo_ordering_block .wmo_order_by_form,
#wmo_ordering_block .wmo_order_by_phone {
    display: inline-block;
    width: calc(100% - 20px);
    max-width: 300px;
    padding: 0 10px 10px 10px;
    vertical-align: top;
    margin-top: 36px;
}
#wmo_ordering_block .wmo_order_by_email p,
#wmo_ordering_block .wmo_order_by_form p,
#wmo_ordering_block .wmo_order_by_phone p {
    margin-top: 25px;
    color: #46403f;
}
#wmo_ordering_block .wmo_order_by_email p a,
#wmo_ordering_block .wmo_order_by_form p a,
#wmo_ordering_block .wmo_order_by_phone p a {
    color: inherit;
    text-decoration: none;
}


#wmo_contact_block {
    background-color: white;
    text-align: center;
    color: #46403f;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
}
#wmo_contact_block a,
#wmo_contact_block a:link,
#wmo_contact_block a:visited {
    color: inherit;
    text-decoration: none;
}
