html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    vertical-align: baseline;
    color: #262626;
    font-family: Arial, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

b, strong {
    font-weight: bold;
}

body {
    line-height: 1;
    font-size: 11pt;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: Prohibition;
    src: url("../fonts/prohibition.eot");
    src: url("../fonts/prohibition.otf") format("opentype"),
         url("../fonts/prohibition.woff") format("woff");
}

@font-face {
    font-family: ProhibitionOblique;
    src: url("../fonts/prohibition_oblique.eot");
    src: url("../fonts/prohibition_oblique.otf") format("opentype"),
         url("../fonts/prohibition_oblique.woff") format("woff");
}

@font-face {
    font-family: Univers;
    src: url("../fonts/univers.eot");
    src: url("../fonts/univers.otf") format("opentype"),
         url("../fonts/univers.woff") format("woff");
}

@font-face {
    font-family: UniversLight;
    src: url("../fonts/univers_light.eot");
    src: url("../fonts/univers_light.otf") format("opentype"),
         url("../fonts/univers_light.woff") format("woff");
}

@font-face {
    font-family: AgencyFB;
    src: url("../fonts/agency_fb.eot");
    src: url("../fonts/agency_fb.ttf") format("truetype"),
         url("../fonts/agency_fb.woff") format("woff");
}

.clear {
    clear: both !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.table {
    display: table;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-cell-75 {
    width: 75%;
}

.table-cell-60 {
    width: 60%;
}

.table-cell-50 {
    width: 50%;
}

.table-cell-40 {
    width: 40%;
}

.table-cell-33 {
    width: 33%;
}

.table-cell-25 {
    width: 25%;
}

.table-cell-20 {
    width: 20%;
}

.table-cell-14 {
    width: 14%;
}

.link_share {
    cursor: pointer;
}

.link_yellow {
    color: #ffc600;
    text-decoration: underline;
}

.centered {
    text-align: center;
}

.centered_right {
    text-align: right;
}

.centered_left {
    text-align: left;
}

.link_blue {
    color: #2266bb;
    text-decoration: underline;
}

.link_gray {
    color: #222;
    text-decoration: underline;
}

.header_banner {
    background-color: #FFFFFF;
    max-width: 1000px;
    margin: 0 auto;
}

.header_banner:after {
    display: block;
    clear: both;
    content: "";
}

.header_banner_image {
    width: 275px;
    height: 75px;
    background: url(../img/Operation_Gift_logo_horizontal.png) no-repeat left center;
    float: left;
    margin-left: 20px;
    display: block;
}

.div_mission {
    width: 100%;
    height: 560px;
    background: url(../img/hero-bg.jpg) no-repeat center;
    background-size: cover;
}

.div_mission_container {
    max-width: 1000px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.div_mission_container_header {
    color: #FFFFFF;
    font-family: Prohibition, Arial, sans-serif;
    font-size: 59px;
    margin-top: 100px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.div_mission_container_description {
    color: #FFFFFF;
    width: 475px;
    line-height: 18px;
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 190px;
}

.div_mission_container_button_shop {
    background-color: #ffc600;
    display: inline-block;
    margin-bottom: 80px;
    text-decoration: none;
}

.div_mission_container_button_shop_text {
    font-family: Prohibition, Arial, sans-serif;
    padding: 17px 25px 20px 120px;
    font-size: 24px;
    background: url(../img/opticsplanetlogo.png) no-repeat 15px 9px;
}

.div_mission_container_button_shop_text:hover {
    text-decoration: underline;
}

.div_objective {
    width: 100%;
    background-color: #ffc600;

}

.div_objective_container {
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
}

.div_objective_container_gift {
    max-width: 200px;
    padding: 122px 20px 20px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    vertical-align: top;
}

.div_objective_container_gift img {
    margin-top: -112px;
}

.div_objective_container_gift h2 {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 29px;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.div_charity {
    width: 100%;
    background-color: #ffffff;
}

.div_charity_container_header {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 76px;
    padding-top: 0;
    padding-bottom: 30px;
    text-align: center;
}

.div_charity_container_description {
    padding: 25px;
    vertical-align: top;
    line-height: 18px;
}

.div_last_year {
    width: 100%;
    background-color: #ffffff;
    font-size: 18pt;
}

.div_last_year_container {
    max-width: 960px;
    margin: 80px auto;
}

.div_last_year_container_header {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 76px;
    padding-top: 0;
    padding-bottom: 30px;
    text-align: center;
}

.div_last_year_container_end_header {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 60px;
    padding-top: 50px;
    text-align: center;
}

.div_last_year_container h1 {
    font-size: 28pt;
}

.div_last_year_container h2 {
    font-size: 25pt;
}

.div_last_year_container h3 {
    font-size: 22pt;
}

.div_last_year_container_left {
    border-right: 3px solid #000;
    padding-right: 20px;
    font-size: 30px;
}

.div_last_year_container_right {
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
}

.div_last_year_container_items_sent_center {
    background: url(../img/last-year-items-sent.png) no-repeat center;
    background-size: contain;
    height: 616px;
    overflow: hidden;
}

.div_last_year_2017 .div_last_year_container_items_sent_center {
    background-size: initial;
    background: url(../img/last-year-items-sent-2.png) no-repeat 46% 100%;
    height: 616px;
}

.div_last_year_container_packages_sent {
    padding: 50px 0;
}

.items_sent_stats {
    position: relative;
    display: inline-block;
}

.items_sent_stats b {
    font-weight: bolder;
}

.money-raised {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 90px;
    padding-top: 0;
    padding-bottom: 15px;
    color: #ffc600;
}

.table-cell.packages-key {
    vertical-align: top;
    padding-left: 30px;
    white-space: nowrap;
    margin-bottom: 20px;
}

.table-cell.packages-key img {
    vertical-align: middle;
}

.gold-bar {
    background: #ffc600;
    height: 3px;
    width: 100%;
    margin-bottom: 38px;
}

.worth-of-items {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 100px;
    padding-top: 0;
    padding-bottom: 15px;
}

.item-icon {
    display: inline;
    vertical-align: middle;
}

.div_partners {
    width: 100%;
    background-color: #ebebeb;
}

.div_partners_container {
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 0;
}

.div_partners_container_header {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 76px;
    padding-top: 0;
    padding-bottom: 30px;
    text-align: center;
}

.div_partners_container_subheader {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 26px;
    padding-top: 20px;
    text-align: center;
}

.div_partners_container_subheader_additional {
    margin-top: 50px;
}

.div_partners_container_description {
    text-align: center;
    line-height: 18px;
}

.div_share {
    width: 100%;
    background-color: #ffffff;
}

.div_share_container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 20px;
    box-sizing: border-box;
}

.div_share_container_header {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 76px;
    padding-top: 0;
    padding-bottom: 30px;
    text-align: left;
}

.div_share_container_description {
    text-align: left;
    line-height: 18px;
}

.div_share_container_left {
    padding-right: 40px;
}

.div_share_container_right {
    padding-left: 40px;
}

.div_share_container_right .tableButtons {
    width: 345px;
}

.input_mail_icon_container_icon {
    cursor: pointer;
}

.input_mail {
    width: 100%;
    box-sizing: border-box;
    height: 58px;
    outline: none;
    border: none;
    padding: 10px;
    font-size: 16px;
    background-color: #fcfcfc;
}

.div_footer {
    width: 100%;
    background-color: #262626;
    color: #ffffff;
}

.div_footer_container p,
.div_footer_container ul,
.div_footer_container li {
    color: #ffffff;
}

.div_footer_container ul {
    list-style: square;
    margin: 15px;
}

.div_footer_container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 13px;
}

.div_footer_container_copyright {
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

.share-small {
    float: right;
    height: 75px;
    line-height: 70px;
    color: #3e3e3e;
    margin-right: 20px;
}

.share-small-facebook, .share-small-instagram, .share-small-twitter, .share-small-email {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-left: 10px;
}

.share-small-facebook img, .share-small-instagram img, .share-small-twitter img, .share-small-email img {
    width: 44px;
    height: 44px;
    vertical-align: middle;
}

h4 strong {
    font-weight: bold;
}

.div_best_products_container {
    max-width: 960px;
    margin: 0 auto;
    padding: 80px 0;
}

.div_best_products_container_header {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 76px;
    padding-top: 0;
    padding-bottom: 30px;
    text-align: center;
}

.div_best_products_container_description {
    width: 515px;
    margin: 5px auto 60px auto;
    text-align: center;
}

.yellow-ribbon {
    background: url(../img/yellow-ribbon.png) no-repeat center;
    height: 84px;
    font-family: Prohibition, Arial, sans-serif;
    font-size: 36px;
    vertical-align: top;
    box-sizing: border-box;
    padding-top: 18px;
}

.black-ribbon {
    background: url(../img/black-ribbon.png) no-repeat center;
    height: 84px;
    color: #fff;
    font-family: Prohibition, Arial, sans-serif;
    font-size: 28px;
    vertical-align: top;
    padding-top: 8px;
    box-sizing: border-box;
}

.table_best_products {
    margin-bottom: 45px;
}

.shop-now-button, .shop-now-button:hover, .shop-now-button:focus {
    display: block;
    margin: 40px auto;
    background: #fff;
    border: 1px solid #d7d7d7;
    width: 337px;
    padding: 20px 0;
    text-decoration: none;
    font-size: 22px;
}

.shop-now-button:hover {
    background: #262626;
    color: #d7d7d7;
}

.link_yellow_button {
    background: #ffc600;
    display: inline-block;
    padding: 11px 45px 11px 50px;
    font-family: Prohibition, Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
    white-space: nowrap;
}

.link_yellow_button:after {
    display: inline-block;
    content: "";
    vertical-align: middle;
    border-left: 6px solid #262626;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin-left: 10px;
}

.div_video {
    background: url(../img/video-bg.jpg) no-repeat center;
    background-size: cover;
}

.div_video_container {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    height: 540px;
}

.div_video iframe {
    display: block;
    margin: 0 auto;
}

.div_video iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.div_hero_black {
    background: #262626;
    text-align: center;
    padding: 100px 0;
}

.div_hero_black h1 {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 76px;
    margin-bottom: 20px;
}

.div_hero_black * {
    color: #ffffff;
}

.div_hero_black p {
    max-width: 500px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .header_banner_image {
        float: none;
        width: auto;
        background-position: center;
        margin: 0;
    }
    .share-small {
        float: none;
        text-align: center;
        background: #f0f0f0;
        margin: 0;
    }
    .share-small span {
        display: none;
    }

    .div_last_year_container_left {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    .div_last_year_container_donations_raised {
        display: block;
    }

    .div_last_year_container_right {
        display: block;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }

    .div_last_year_container_right .table {
        display: block;
    }

    .div_last_year_container_right .table > .table-cell {
        display: block;
        width: 100%;
        padding: 0;
    }

    .div_last_year_container_right p {
        max-width: 300px;
        margin: 10px auto;
    }

    .div_last_year_items_sent_compact img {
        margin: 20px 0;
    }

    .div_hero_black h1, .div_last_year_container_header {
        font-size: 49px;
    }

    .items_sent_stats {
        display: block;
        text-align: center;
    }

    .hide-on-small-screen {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .hide-on-large-screen {
        display: none !important;
    }
}

@media (max-width: 450px) {
    .div_last_year_container_items_sent_center {
        height: 475px;
    }
    .div_last_year_container_items_sent_center h3 {
        font-size: 16pt;
    }
    .div_last_year_container_items_sent_center .worth-of-items {
        font-size: 70px;
    }
    .div_last_year_container_items_sent h2 {
        font-size: 17pt;
    }
}

.div_results_container_subheader {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 40px;
    padding-top: 0;
}

.div_results_container_header {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 76px;
    padding-top: 0;
    padding-bottom: 30px;
}

.div_results_numbers_total {
    vertical-align: top;
    padding-top: 10px;
    width: 360px;
}

.div_results_numbers_scholarships {
    width: 506px;
    border-left: 3px solid #222;
    padding-bottom: 10px;
}

.div_results_numbers_amount {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 100px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.div_results_numbers_label {
    font-family: UniversLight, Arial, sans-serif;
    font-size: 32px;
}

.div_results_scholarships_badge {
    position: relative;
    background: url(../img/badge-shape.png) no-repeat;
    width: 350px;
    height: 114px;
    margin: 40px auto 20px auto;
    border: 1px solid transparent;
}

.div_results_scholarships_badge::after {
    content: '';
    background: url(../img/scholar.png);
    width: 89px;
    height: 48px;
    position: absolute;
    bottom: -14px;
    left: 130px;
}

.div_results_badge_count {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 100px;
    margin-top: -80px;
}

.div_results_badge_scholarships {
    font-family: Prohibition, Arial, sans-serif;
    font-size: 58px;
}

.div_results_scholarships_label {
    font-family: Univers, Arial, sans-serif;
    font-size: 20px;
    margin: 0 36px;
}

.div_results_stats_label {
    font-family: UniversLight, Arial, sans-serif;
    font-size: 32px;
    width: 680px;
    margin: 40px auto;
}

.div_results_numbers {
    margin: 30px auto auto;
    width: 866px;
}

.div_results_graph {
    position: relative;
    width: 492px;
    height: 440px;
    margin: 200px auto 40px;
    background: url(../img/graph.png);
}

.div_graph_value_supplies {
    position: absolute;
    top: 180px;
    left: 125px;
    font-family: AgencyFB, Arial, sans-serif;
    font-size: 76px;
}

.div_graph_value_higher {
    position: absolute;
    top: 225px;
    left: 290px;
    font-family: AgencyFB, Arial, sans-serif;
    font-size: 76px;
}

.div_graph_value_fund {
    position: absolute;
    top: 85px;
    left: 280px;
    font-family: AgencyFB, Arial, sans-serif;
    font-size: 76px;
}

.div_results_graph h2 {
    padding: 10px 0 5px;
}

.div_graph_label_supplies {
    position: absolute;
    width: 200px;
    top: 70px;
    left: -200px;
}

.div_graph_label_higher {
    position: absolute;
    width: 200px;
    top: 225px;
    left: 440px;
}

.div_graph_label_fund {
    position: absolute;
    width: 200px;
    top: -200px;
    left: 400px;
}

.div_last_year_2018 .div_objective_container_gift span {
    display: none;
}

.div_last_year_2018 .money-raised {
    color: #000;
}
.div_last_year_2018 {
    background-color: #ffc600;
    padding: 80px 0;
}

.div_last_year_2018 .div_last_year_container {
    margin-top: 0;
    margin-bottom: 0;
}

.div_last_year_2018 .div_objective_container_gift {
    max-width: 240px;
    width: 240px;
}

.div_last_year_2018 .div_objective_container_gift p {
    font-size: 16px;
}

.div_last_year_2018 .div_results_badge_scholarships {
    margin-top: 50px;
    margin-left: 22px;
}

.div_last_year_2018 .div_results_badge_count {
    margin-top: -46px;
}


@media (max-width: 1024px) {
    .div_last_year_2018 .div_results_graph {
        background: none;
        position: static;
        height: auto;
        width: 100%;
        margin-top: 0;
    }

    .div_last_year_2018 .div_results_badge_count {
        margin: -47px auto 0;
    }

    .div_last_year_2018 .div_last_year_container_right {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin-top: 70px;
    }

    .div_last_year_2018 .div_objective_container_gift span {
        display: block;
        font-family: AgencyFB, Arial, sans-serif;
        font-size: 76px;
        margin: 50px 0 0;
        height: 1em;
        line-height: 1em;
    }

    .div_last_year_2018 .div_objective_container_gift {
        max-width: 240px;
        width: 240px;
    }

    .div_last_year_2018 .div_results_graph > div {
        margin: 0 auto;
        display: block;
    }

    .div_last_year_2018 .div_results_graph > * {
        position: static;
    }

    .div_last_year_2018 .div_results_graph > span {
        display: none;
    }

    .div_last_year_2018 .div_results_stats_label {
        text-align: center;
    }

    .div_last_year_2018 .div_results_stats_label{
        width: 100%;
    }
}
