
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;
}


section {
    width: 100%;
}

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


h1, h2, h3, h4 {
    font-family: Prohibition, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

h1 {
    color: #FFFFFF;
    width: 100%;
    font-size: 59px;
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: left;
}

h2 {
    font-size: 59px;
    padding-top: 0;
    padding-bottom: 30px;
}

h3 {
    font-size: 31px;
    line-height: 40px;
    margin: 0 auto 15px;
    padding: 10px 0 5px;
}

h4 {
    font-size: 26px;
    padding-top: 20px;
    margin-bottom: 30px;
}

h5 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 13px;
    padding-bottom: 15px;
    color: #ffffff;
}

@media only screen and (max-width: 1023px) {

    section {
        width: 100vw;
        max-width: 100vw;
    }

    .container {
        max-width: 100%;
    }
}

/* share-small SECTION */
/* ------------------- */


.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;
}

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

.share-small-icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    margin-left: 10px;
}

.share-small-icon-img {
    width: 44px;
    height: 44px;
    vertical-align: middle;
}

/* MOBILE */

@media only screen and (max-width: 1023px) {
    .header_banner {
        max-width: 100%;
    }

    .header_banner_image {
        width: 100%;
        background-position: center center;
        margin-left: 0;
    }

    span.share-small-description{
        display: none;
    }

    .share-small {
        text-align: center;
        background: #f0f0f0;
        width: 100%;
        margin: 0;
    }

    .share-small-icon:first-of-type{
        margin-left: 0;
    }
}




/* ------------------- */
/* ------------------- */

/*  MISSISON SECTION   */
/* ------------------- */

section.mission {
    height: 560px;
    background: url(../img/hero-bg.jpg) no-repeat center;
    background-size: cover;
}

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

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

.mission_container_button_shop {
    background-color: #ffc600;
    display: inline-block;
    margin-bottom: 80px;
    text-decoration: none;
    padding-right: 25px;
    text-transform: uppercase;
}

.mission_container_button_shop_text {
    display: inline-block;
    font-family: Prohibition, Arial, sans-serif;
    padding-left: 120px;
    font-size: 24px;
    background: url(../img/opticsplanetlogo.png) no-repeat 15px 9px;
    line-height: 61px;
}

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

/* MOBILE */

@media only screen and (max-width: 1023px) {

    section.mission {
        padding-top: 1px;
        height: auto;
        background: none;
    }

    section.mission:before {
        display: block;
        float: left;
        background: url(../img/hero-bg.jpg) no-repeat 100% 50%;
        background-size: cover;
        content: "";
        height: 300px;
        width: 100%;
    }

    .mission_container_description {
        width: 100%;
        max-width: 100%;
    }

    .mission_container {
        padding: 10px 20px;
        margin: 300px auto 0 auto;
        background: #585749;
        position: relative;
        overflow: visible;
        max-width: 100vw;
    }

    .mission_container:before {
        position: absolute;
        display: block;
        content: "";
        background: transparent url(../img/brown-gradient.png) repeat-x 0 0;
        height: 234px;
        width: 100vw;
        left: 0;
        top: -214px;
    }

    h1 {
        font-size: 49px;
        margin-top: 0;
        margin-bottom: 30px;
        float: left;
    }

    .mission_container_button_shop {
        margin-bottom: 30px;
    }

    .div_mission_container_button_shop_text {
        padding: 17px 15px 17px 90px;
        font-size: 18px;
        background: url(../img/opticsplanetlogo.png) no-repeat 17px 50%;
        background-size: auto 30px;
    }
}

/* MISSION COMPLETE */

.mission_container_button_shop {
    pointer-events: none;
    display: none;
}



/* ------------------- */
/* ------------------- */

/* VIDEO */

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

.video_container {
    position: relative;
    height: 540px;
    padding: 0;
}

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


/* OBJECTIVE */

.objective {
    background-color: #ffc600;
}

.objective_description {
    margin: 0 auto 50px;
    width: 560px;
    line-height: 18px;
    text-align: center;
    display: block;
}

.objective_items_wrapper{
    width: 700px;
    margin: 0 auto;
}



.sharity-distribution {
    display: none;
}


section.objective .container:first-of-type{
    padding-bottom: 0;

}
section.objective .container:last-of-type{
    padding-top: 30px;
}


.mission_complete_summary_section {
    background-color: #262626;
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
}

.mission_complete_summary_section > h2 {
    font-size: 72px;
}

.mission_complete_summary_section > * {
    color: #ffc600;
    margin-bottom: 0;
}

.objective_item{
    display: inline-block;
    width: 200px;
    height: 250px;
    text-align: center;
    vertical-align: top;
}



/* DESKTOP */

@media only screen and (min-width: 1024px) {

    .objective_items_wrapper {
        position: relative;
        height: 570px;
    }

    .objective_item:nth-of-type(2) {
        margin: 0 45px;
    }

    .objective_item img {
        height: 107px;
    }

    .objective_items_wrapper > * {
        position: absolute;
    }

    .objective_items_wrapper > img {
        top: 85px;
        left: 50%;
        transform: translateX(-50%);
    }

    .objective_item:nth-of-type(1) {
        top: 150px;
        left: -90px;
    }

    .objective_item:nth-of-type(2) {
        top: 300px;
        right: -135px;
    }

    .objective_item:nth-of-type(3) {
        top: 0;
        right: -90px;
    }
}


/* MOBILE */

@media only screen and (max-width: 1023px) {

    .objective h2 {
        font-size: 49px;
    }

    .objective_description {
        font-size: 16px;
        max-width: 100%;
    }

    .objective_item {
        max-width: 100%;
        padding: 0 30px 50px;
        display: inline-block;
        text-align: center;
        line-height: 16px;
        font-size: 16px;
        vertical-align: top;
        width: auto;
        height: auto;
    }

    .objective_items_wrapper {
        padding: 20px 20px 25px 20px;
        margin: 0 auto;
        text-align: center;
        width: calc(100% - 40px);
    }

    .objective_items_wrapper img.graph-image {
        display: none;
    }

    .sharity-distribution {
        font-family: Prohibition;
        display: inline;
        margin-right: 8px;
    }
}


/* CHARITY */

.charity {
    background-color: #ffffff;
}

.charity_container {
    max-width: 1000px;
    padding: 80px 20px;
    box-sizing: border-box;
}

.charity_container_description {
    padding: 30px 0 30px 65px;
    width: 490px;
    vertical-align: top;
    line-height: 18px;
    display: inline-block;
}

.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;
}

.partner_wrapper {
    width: 760px;
    margin: 0 auto;
}

.partner_logo {
    width: 200px;
    display: inline-block;
}

/* MOBILE */
@media only screen and (max-width: 1023px) {
    .partner_wrapper {
        width: 100%;
    }

    .partner_logo {
        display: block;
        margin: 0 auto;
        width: 135px;
    }
    .partner_logo img {
        width: 135px;
    }

    .charity_container_description {
        max-width: 100%;
        width: 100%;
        padding: 0;
        box-sizing: content-box;
        font-size: 16px;
        line-height: 18px;
    }

    .charity-partner-link-wrapper {
        text-align: center;
    }
}


/* -------- PARTNERS --------*/

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

section.partners h2 {
    padding-bottom: 30px;
}

.partners_subheader_additional {
    margin-top: 50px;
}

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

.partners-list {
    text-align: center;
}

.partners-list a {
    display: inline-block;
    margin: 0 40px;
}

.partners-list img {
    max-height: 80px;
}

.additional-partners-list {
    text-align: justify;
}

.additional-partners-list::after {
    content: '';
    width: 100%;
    display: inline-block;
}

.additional-partners-list a {
    text-decoration: none;
}

.additional-partners-list img {
    max-width: 240px;
}

.partners-logo-trijicon img {
    height: 78px;
    width: 211px;
}

.partners-logo-vortex img {
    height: 80px;
    width: 98px;
}

.partners-logo-leupold img {
    height: 80px;
    width: 111px;
}

.partners-logo-bushnell img {
    height: 46px;
    width: 236px;
}

.partners-logo-flir img {
    height: 56px;
    width: 155px;
}

.partners-logo-trybe-defense img {
    width: 140px;
}

.partners-logo-opmod img {
    width: 140px;
}

.partners-logo-streamlight img {
    width: 185px;
}

.partners-logo-nightforce img {
    width: 185px;
}

.partners-logo-aero-precision img {
    width: 135px;
}

.partners-logo-steiner img {
    width: 130px;
}

.partners-logo-sightmark img {
    width: 220px;
}

.partners-logo-sig {
    display: inline-block;
    height: 62px;
    width: 62px;
    overflow: hidden;
    margin: 0 28px;
}

.partners-logo-sig img {
    margin: -21px 0 0 -9px;
    height: 104px;
}


/* MOBILE */
@media only screen and (max-width: 1023px) {
    .partners_wrapper {
        padding: 30px 20px 30px 20px;
        margin: 0 auto;
    }

    .partners h2 {
        font-size: 49px;
    }

    h4 {
        font-size: 24px;
    }

    .partners-list {
        width: calc(100% - 40px);
        line-height: 72px;
    }

    .additional-partners-list {
        width: calc(100% - 40px);
        text-align: center;
        line-height: 72px;
    }

    .partners-description {
        text-align: center;
        font-size: 15px;
        line-height: 18px;
        width: calc(100% - 40px);
    }
}

.share-container {
    max-width: 1000px;
}

.share_header {
    padding-bottom: 30px;
    text-align: left;
}

.share-container-description {
    text-align: left;
    line-height: 18px;
}

.share-links-wrapper {
    width: 289px;
}

.share-links-wrapper .share-big-icon:nth-of-type(1) .share-big-icon-img {
    margin-right: 20px;
    margin-bottom: 20px;
}

.share-links-wrapper .share-big-icon:nth-of-type(2) .share-big-icon-img {
    margin-bottom: 20px;
}

.share-links-wrapper .share-big-icon:nth-of-type(3) .share-big-icon-img {
    margin-right: 20px;
}

.share-big-icon {
    display: inline-block;
    text-decoration: none;
}

section.previous-years {
    text-align: center;
    padding: 26px 0;
}


/* DESKTOP */
@media only screen and (min-width: 1024px) {

    .share-links-wrapper {
        margin: 1px;
        float: right;
    }

    .share-container-left {
        width: auto;
        margin: 1px;
        display: inline-block;

    }

    .share-layout {
        overflow: auto;
    }
}

/* MOBILE */
@media only screen and (max-width: 1023px) {

    .share-container {
        padding: 30px 20px 30px 20px;
        margin: 0 auto;
    }

    .share-links-wrapper {
        margin: 0 auto;
    }

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

    .share-container-description {
        text-align: center;
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 25px 0;
    }

    section.previous-years {
        background-color: #262626;
    }
}

@media only screen and (max-width: 390px) {
    section.previous-years .link_yellow_button {
        width: 100%;
        padding: 11px 0;
    }
}

@media only screen and (max-width: 370px) {
    .share-links-wrapper {
        width: 195px;
    }

    .share-big-icon-img {
        width: 75px;
        height: 75px;
    }
}







footer {
    background-color: #262626;
    min-height: 447px;
}
footer * {
    color: #ffffff;
}

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

.footer_container {
    padding: 20px 0 20px 0;
    font-size: 12px;
    line-height: 13px;
}


@media only screen and (max-width: 1023px) {
    footer {
        background-color: #262626;
        padding: 30px 20px 30px 20px;
        font-size: 15px;
        line-height: 18px;
    }

    footer * {
        color: #ffffff;
    }

    footer > * {
        margin-bottom: 15px;
    }

    footer ul {
        list-style: square;
        margin-left: 15px;
    }

    .footer_container {
        font-size: 15px;
        line-height: 18px;
    }


}
