﻿@charset "UTF-8";
/* CSS Document */


/* OY WRAPPER BODY PAD FIX */

@media (max-width: 336px) {

    body {
        padding-top: 106px;
    }
}





a {
    color: #27aae1;
}

    a:hover, a:focus, a:active {
        /*color:#ccc;*/
        color: #47c1f4;
    }


/* FOR MOCKUP ONLY - SO GLYPHICONS WILL DISPLAY */
/*@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://jufwebfiles.org/_TEST-web-design/fonts/glyphicons-halflings-regular.eot');
  src: url('https://jufwebfiles.org/_TEST-web-design/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://jufwebfiles.org/_TEST-web-design/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://jufwebfiles.org/_TEST-web-design/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://jufwebfiles.org/_TEST-web-design/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://jufwebfiles.org/_TEST-web-design/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}*/



.doublechai-content-wrapper {
    background-image: url("../img/36-bknd-2021-2560.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*margin-bottom: 50px;*/
}

@media (max-width: 1200px) {
    .doublechai-content-wrapper {
        background-image: url("../img/36-bknd-2021-1200.jpg");
    }
}

@media (max-width: 768px) {
    .doublechai-content-wrapper {
        margin-bottom: 40px;
    }
}

@media (max-width: 450px) {
    .doublechai-content-wrapper {
        margin-bottom: 30px;
    }
}

.doublechai-title {
    /*border-bottom: solid 3px #d2d2d2;*/
    margin-bottom: 24px;
}


    .doublechai-title img {
        width: 1000px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 10px;
    }


    

.doublechai-home-intro p {
    text-align: center;
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 20px;
    /*color: #002855;*/
    font-weight: 600;
}

.doublechai-home-intro {
    margin-bottom: 40px;
}

    .doublechai-home-intro p a {
        color: #009bd2;
        /*text-decoration: underline;*/
        /*font-weight: 700;*/
    }

        .doublechai-home-intro p a:hover {
            color: #0081c9;
        }


@media (max-width: 1700px) {
    .doublechai-title img {
        width: 870px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 36px;
        padding-bottom: 16px;
    }
}

@media (max-width: 1200px) {
    .doublechai-title img {
        width: 750px;
        height: auto;
        padding-top: 30px;
        padding-bottom: 14px;
    }

    .doublechai-title {
        margin-bottom: 18px;
    }

    .doublechai-home-intro p {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
}

@media (max-width: 800px) {
    .doublechai-title img {
        width: 650px;
        height: auto;
        padding-top: 26px;
        padding-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .doublechai-title {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    /*.doublechai-title {
            border-bottom: solid 2px #d2d2d2;
        }*/

    .doublechai-home-intro p {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 24px;
    }
}

@media (max-width: 450px) {

    .doublechai-title {
        margin-bottom: 12px;
    }

        .doublechai-title img {
            padding-top: 16px;
        }

    .doublechai-home-intro {
        margin-bottom: 30px;
    }

        .doublechai-home-intro p {
            font-size: 15px;
            line-height: 1.5;
            margin-bottom: 20px;
        }
}



/* makes anchor tag links go to the top under the navigation DESKTOP is 165 minus 26 */
/*a.doublechai-anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}


@media (max-width: 767px) {
    a.doublechai-anchor {
		top: -100px;
    }
}

@media (max-width: 420px) {
    a.doublechai-anchor {
		top: -80px;
    }
}*/



/* -------------------------- 36 UNDER 36 GRID -------------------------- */




.container-fluid.doublechai-grid .row {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.container-fluid.doublechai-grid .col-sm-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.doublechai-gridbutton {
    /*margin-bottom: 10px;*/
    margin-bottom: 15px;
}

@media (min-width: 1630px) {
    .container-fluid.doublechai-grid {
        max-width: 1630px;
    }
}

@media (max-width: 1670px) {
    .container-fluid.doublechai-grid {
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media (max-width: 1200px) {

    .container-fluid.doublechai-grid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1050px) {
    .container-fluid.doublechai-grid .row {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .container-fluid.doublechai-grid .col-sm-2 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 768px) {
    .container-fluid.doublechai-grid .row {
        padding-bottom: 0;
    }

    .container-fluid.doublechai-grid .col-sm-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-fluid.doublechai-grid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .doublechai-gridbutton {
        margin-bottom: 15px;
    }
}

@media (max-width:540px) {
    .container-fluid.doublechai-grid .row {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .container-fluid.doublechai-grid .col-sm-2 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .doublechai-gridbutton {
        margin-bottom: 10px;
    }
}


/* ------------- NAME OVER PHOTO ------------- */
.doublechai-gridbutton {
    position: relative;
    width: 100%;
}

    .doublechai-gridbutton .image {
        display: block;
        width: 100%;
        height: auto;
    }

    .doublechai-gridbutton .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .3s ease;
        background-color: #27aae1;
    }

    .doublechai-gridbutton:hover .overlay {
        opacity: 0.9;
    }

    .doublechai-gridbutton .text {
        color: #ffffff;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 300;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 95%;
        text-align: center;
    }

        .doublechai-gridbutton .text span {
            display: block;
            padding-top: 10px;
            font-size: 17px;
            font-weight: 600;
            text-transform: none;
            color: #000000;
        }


@media (max-width: 1200px) {
    .doublechai-gridbutton .text {
        font-size: 16px;
    }

        .doublechai-gridbutton .text span {
            display: block;
            font-size: 14px;
        }
}

@media (max-width: 900px) {
    .doublechai-gridbutton .text {
        font-size: 14px;
    }

        .doublechai-gridbutton .text span {
            display: block;
            font-size: 11px;
        }
}

/* to make hover go away at smaller widths */
@media (max-width: 767px) {
    .doublechai-gridbutton .overlay {
        display: none;
    }
}



.doublechai-grid {
    margin-bottom: 20px;
}

.doublechai-disclaimer p {
    text-align: center;
    color: #b0b0b0;
    font-style: italic;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .doublechai-grid {
        margin-bottom: 10px;
    }

    .doublechai-disclaimer p {
        font-size: 17px;
        margin-bottom: 50px;
    }
}

@media (max-width: 600px) {
    .doublechai-disclaimer p {
        margin-bottom: 30px;
    }
}

@media (max-width: 450px) {
    .doublechai-disclaimer p {
        font-size: 15px;
    }
}

/* -------------------------- DONATE BLURB -------------------------- */

.doublechai-donate {
    padding: 16px;
    /*border: solid 4px #e9f6fc;*/
    /*background-color: #d4eef9;*/
    /*background-color: #e9f6fc;*/
    /*background-color: #dff2fb;*/
    /*background-color: #e9f6fc;*/
    margin-bottom: 40px;
}



    .doublechai-donate p {
        text-align: center;
        /*color: #666666;*/
        font-size: 20px;
        line-height: 1.7;
        margin-bottom: 0;
        color: #4d4d4d;
        font-weight: 600;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

        .doublechai-donate p a {
            /*color: #002855;*/
            /*font-size: 20px;*/
            /*color: #27aae1;*/ color: #4d4d4d;
            text-decoration: underline;
            /*font-weight: 700;*/
        }

            .doublechai-donate p a:hover,
            .doublechai-donate p a:focus,
            .doublechai-donate p a:active {
                color: #27aae1;
            }

.doublechai-donate-button {
    display: block;
    background-color: #e64b38;
    border: solid 6px #e64b38;
    padding: 9px 0px 9px 0px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
    /*width: 160px;*/
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

    .doublechai-donate-button:hover {
        /*border: solid 6px #27aae1;*/
        background-color: #cf3339;
        border-color: #cf3339;
        color: #ffffff;
    }


@media (max-width: 1200px) {
    .doublechai-donate p {
        font-size: 19px;
        line-height: 1.5;
    }

    .doublechai-donate-button {
        padding: 10px 0px 10px 0px;
        font-size: 24px;
        line-height: 1.2;
        width: 150px;
        /*margin-bottom: 40px;*/
    }
}

@media (max-width: 768px) {
    .doublechai-donate p {
        font-size: 18px;
        width: 100%;
    }

    .doublechai-donate-button {
        padding: 9px 0px 9px 0px;
        font-size: 22px;
        line-height: 1.2;
        width: 150px;
    }
}

@media (max-width: 450px) {

    .doublechai-donate {
        margin-bottom: 30px;
    }

        .doublechai-donate p {
            font-size: 14px;
            /*margin-bottom: 20px;*/
        }

    .doublechai-donate-button {
        padding: 6px 0px 8px 0px;
        font-size: 18px;
        line-height: 1.2;
        width: 130px;
        /*margin-bottom: 30px;*/
        border-width: 4px;
    }
}


/* -------------------------- JUF VIDEO -------------------------- */

/*.doublechai-video-wrapper {
        border-top: solid 3px #e4e4e4;
        border-bottom: solid 3px #e4e4e4;
        padding-top: 43px;
        padding-bottom: 43px;
        margin-bottom: 40px;
    }

    .doublechai-video {
        border: solid 15px #cccccc;
    }

    .doublechai-video-wrapper p {
        color: #999999;
        font-size: 25px;
        line-height: 1.3;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 30px;
    }*/
/* NOTE: THIS IS A PLACEHOLDER IMAGE FOR THE VIDEO */
/*.doublechai-video img {
        width: 100%;
        height: auto;
    }

    @media (max-width: 1200px) {
        .doublechai-video-wrapper {
            margin-bottom: 30px;
        }
    }

    @media (max-width: 960px) {
        .doublechai-video-wrapper {
            padding-top: 30px;
            padding-bottom: 30px;
        }

            .doublechai-video-wrapper p {
                font-size: 22px;
                line-height: 1.3;
                letter-spacing: 1px;
                margin-bottom: 20px;
            }
    }

    @media (max-width: 768px) {
        .doublechai-video-wrapper {
            margin-bottom: 20px;
        }
    }

    @media (max-width: 450px) {
        .doublechai-video-wrapper {
            padding-top: 20px;
            padding-bottom: 20px;
        }

            .doublechai-video-wrapper p {
                font-size: 16px;
                margin-bottom: 20px;
            }
    }*/

/* -------------------------- WYLD BLURB -------------------------- */
/*    .doublechai-wyld {
        text-align: center;
    }

        .doublechai-wyld a {
            font-weight: 600;
        }

        .doublechai-wyld h3 {
            font-weight: 600;
            font-size: 30px;
            margin-bottom: 10px;
        }

            .doublechai-wyld h3 a {
                color: #4d4d4d;
            }

                .doublechai-wyld h3 a:hover {
                    color: #27aae1;
                }

        .doublechai-wyld p {
            font-size: 22px;
            margin-bottom: 6px;
        }

    @media (max-width: 1200px) {
        .doublechai-wyld h3 {
            font-size: 26px;
        }

        .doublechai-wyld p {
            font-size: 20px;
        }
    }

    @media (max-width: 768px) {
        .doublechai-wyld h3 {
            font-size: 22px;
        }

        .doublechai-wyld p {
            font-size: 17px;
        }
    }

    @media (max-width: 450px) {
        .doublechai-wyld h3 {
            font-size: 18px;
        }

        .doublechai-wyld p {
            font-size: 15px;
        }
    }*/




/* -------------------------- INTERIOR INTERIOR PAGE STYLES -------------------------- */

.doublechai-interiorpg-wrapper {
    padding-top: 20px;
}


    .doublechai-interiorpg-wrapper .doublechai-title {
        margin-bottom: 46px;
    }

        .doublechai-interiorpg-wrapper .doublechai-title img {
            width: 650px;
            padding-top: 55px;
            padding-bottom: 32px;
        }

@media (max-width: 1600px) {
    .doublechai-interiorpg-wrapper .doublechai-title {
        margin-bottom: 36px;
    }

        .doublechai-interiorpg-wrapper .doublechai-title img {
            padding-top: 45px;
        }
}

@media (max-width: 1200px) {
    .doublechai-interiorpg-wrapper .doublechai-title img {
        padding-top: 35px;
    }
}

@media (max-width: 768px) {
    .doublechai-interiorpg-wrapper .doublechai-title img {
        padding-top: 22px;
        padding-bottom: 24px;
    }
}

@media (max-width: 500px) {
    .doublechai-interiorpg-wrapper .doublechai-title {
        margin-bottom: 30px;
    }
}



/* -------------------------- INTERIOR PROFILE STYLES -------------------------- */


@media (min-width: 768px) {
    .doublechai-profile .col-sm-3 {
        width: 29%;
    }
}

@media (min-width: 768px) {
    .doublechai-profile .col-sm-9 {
        width: 71%;
    }

    .doublechai-profile {
        margin-top: 0;
        border-top: solid 1px #bfbfbf;
        padding-top: 40px;
    }
}


.doublechai-profile-image {
    display: block;
    margin-bottom: 30px;
    /*margin-top: 20px;*/
}

.doublechai-profile h1 {
    font-weight: 600;
    margin-top: 0;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1.0;
}

.doublechai-profile p {
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 30px;
}

    .doublechai-profile p span {
        font-weight: 600;
        text-transform: uppercase;
    }

@media (max-width: 1200px) {
    .doublechai-profile {
        margin-bottom: 40px;
    }

        .doublechai-profile h1 {
            font-size: 38px;
        }

        .doublechai-profile p {
            font-size: 19px;
            line-height: 1.6;
            margin-bottom: 28px;
        }
}

@media (max-width: 960px) {
    .doublechai-profile h1 {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .doublechai-profile {
        margin-bottom: 30px;
    }

    .doublechai-profile-image {
        margin-bottom: 20px;
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }

    .doublechai-profile h1 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
}


@media (max-width: 570px) {
    .doublechai-profile h1 {
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .doublechai-profile {
        margin-bottom: 20px;
    }

    .doublechai-profile-image {
        width: 220px;
    }

    .doublechai-profile h1 {
        font-size: 27px;
    }

    .doublechai-profile p {
        font-size: 17px;
        margin-bottom: 26px;
    }
}




/* -------------------------- SHARE BUTTONS -------------------------- */






.oy-share-buttons {
    margin-bottom: 30px;
}

@media (min-width: 620px) {
    .micro-content {
        margin-top: 20px;
    }
}


@media (max-width: 768px) {
    .oy-share-buttons {
        text-align: center;
    }

    .micro-content .oy-share-buttons a {
        margin-right: 16px;
    }

    .micro-content {
        margin-top: 30px;
    }
}

@media (max-width: 460px) {
    .micro-content {
        margin-bottom: 30px;
    }
}



.micro-content .oy-share-buttons a {
    font-size: 11px;
    padding: 9px 20px 9px 42px;
    margin-right: 6px;
    opacity: 0.8;
}






    .micro-content .oy-share-buttons a:hover {
        opacity: 1.0;
    }



@media (max-width: 961px) {
    .micro-content .oy-share-buttons a {
        font-size: 11px;
        padding: 9px 14px 9px 32px;
    }

    .oy-share-facebook, .oy-share-twitter, .oy-share-pinterest, .oy-share-email {
        background-position: left 6px center;
    }
}

@media (max-width: 450px) {
    .micro-content .oy-share-buttons a {
        padding: 18px;
    }

        .micro-content .oy-share-buttons a span {
            display: none;
        }

    .oy-share-facebook, .oy-share-twitter, .oy-share-pinterest, .oy-share-email {
        background-position: center center;
    }
}



/* NOTE: these are only here to give absolute paths in this prototype and can be omitted */
.oy-share-facebook {
    background-image: url(http://www.oychicago.com/WrapperRWD/img/oy-share-fb.png);
}

.oy-share-twitter {
    background-image: url(http://www.oychicago.com/WrapperRWD/img/oy-share-twitter.png);
}


.oy-share-email {
    background-image: url(http://www.oychicago.com/WrapperRWD/img/oy-share-email.png);
}





/* -------------------------- DONATE BLURB on PROFILE PAGE -------------------------- */


.doublechai-profile .doublechai-donate {
    background-color: #ffffff;
    background-color: #dff2fb;
    padding: 24px;
}

    .doublechai-profile .doublechai-donate p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 0;
        /*color: #27aae1;
		font-weight: 600;*/
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

        .doublechai-profile .doublechai-donate p strong {
            font-weight: 700;
            /*font-size: 21px;*/
        }

@media (min-width: 768px) {
    .doublechai-profile .doublechai-donate p {
        text-align: left;
    }

    .doublechai-profile .doublechai-donate-button {
        /*display: block;
		background-color: #ffffff;
		border: solid 6px #27aae1;
		padding: 11px 0px 11px 0px;
		color: #27aae1;
		text-align: center;
		font-weight: 600;
		font-size: 28px;
		line-height: 1.2;
		transition: all 0.3s ease-in-out;
		width: 200px;*/
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.doublechai-profile .doublechai-donate p a {
    color: #e64b38;
    font-weight: 700;
}


    .doublechai-profile .doublechai-donate p a:hover {
        color: #cf3339;
    }
/*.doublechai-topdonate2020 p {
	color: red;
	font-weight: bold
}

.doublechai-donate-button {
        display: block;
        background-color: #ffffff;
        border: solid 6px #27aae1;
        padding: 11px 0px 11px 0px;
        color: #27aae1;
        text-align: center;
        font-weight: 600;
        font-size: 28px;
        line-height: 1.2;
        transition: all 0.3s ease-in-out;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }*/



/*.doublechai-profile .doublechai-donate {
        border: solid 3px #e4e4e4;
        padding: 22px 22px 26px 22px;
        max-width: 300px;
    }

        .doublechai-profile .doublechai-donate h3 {
            font-size: 24px;
            font-weight: 600;
            line-height: 1.2;
            margin-top: 0;
            margin-bottom: 10px;
        }

            .doublechai-profile .doublechai-donate h3 a {
                color: #4d4d4d;
            }

                .doublechai-profile .doublechai-donate h3 a:hover {
                    color: #27aae1;
                }

        .doublechai-profile .doublechai-donate p {
            text-align: left;
            font-size: 17px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

    .doublechai-profile .doublechai-donate-button {
        border: solid 6px #27aae1;
        padding: 8px 0px 8px 0px;
        font-size: 28px;
        line-height: 1.2;
        width: 100%;
        margin-bottom: 0;
    }

    @media (max-width: 1140px) {
        .doublechai-profile .doublechai-donate {
            padding: 20px 20px 24px 20px;
        }

            .doublechai-profile .doublechai-donate h3 {
                font-size: 22px;
                margin-bottom: 10px;
            }

            .doublechai-profile .doublechai-donate p {
                font-size: 16px;
                line-height: 1.6;
                margin-bottom: 24px;
            }

        .doublechai-profile .doublechai-donate-button {
            padding: 7px 0px 7px 0px;
            font-size: 26px;
            line-height: 1.2;
        }
    }

    @media (min-width: 768px) {
        .doublechai-donate-sm .doublechai-donate {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .doublechai-donate-lg .doublechai-donate {
            display: none;
        }

        .doublechai-profile .doublechai-donate.doublechai-donate-sm-box {
            max-width: 100%;
            margin-left: 15px;
            margin-right: 15px;
            text-align: center;
            margin-bottom: 20px;
        }

            .doublechai-profile .doublechai-donate.doublechai-donate-sm-box p {
                text-align: center;
            }

        .doublechai-profile .doublechai-donate-button {
            border: solid 6px #27aae1;
            padding: 8px 0px 8px 0px;
            font-size: 30px;
            line-height: 1.2;
            width: 290px;
            margin-bottom: 0;
        }
    }

    @media (max-width: 450px) {
        .doublechai-profile .doublechai-donate.doublechai-donate-sm-box {
            margin-bottom: 10px;
        }

        .doublechai-profile .doublechai-donate-button {
            width: 250px;
        }
    }
*/



/* -------------------------- PROFILE PAGE GRID TEASER -------------------------- */

@media (max-width: 768px) {
    .doublechai-gridteaser-sm {
        display: none;
    }
}

a.doublechai-gridteaster-button {
    display: block;
    color: #ffffff;
    background-color: #27aae1;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    padding: 16px 0 16px 0;
    margin-bottom: 10px;
    margin-top: 40px;
}

    a.doublechai-gridteaster-button:hover {
        transition: all 0.3s ease-in-out;
        color: #ffffff;
        background-color: #0492cd;
    }

@media (max-width: 1400px) {
    a.doublechai-gridteaster-button {
        font-size: 26px;
        padding: 14px 0 14px 0;
    }
}

@media (max-width: 450px) {
    a.doublechai-gridteaster-button {
        font-size: 20px;
        padding: 10px 0 10px 0;
        margin-bottom: 10px;
    }
}





/* BOX ADS ROW */

.doublechai-boxAd-profile {
    padding: 36px 0 30px 0;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
    background-color: #ededed;
}

    .doublechai-boxAd-profile #ctl00_AdBox1_OyBoxAd1Collection,
    .doublechai-boxAd-profile #ctl00_AdBox1_OyBoxAd2Collection,
    .doublechai-boxAd-profile #ctl00_AdBox2_OyBoxAd1Collection,
    .doublechai-boxAd-profile #ctl00_AdBox2_OyBoxAd2Collection,
    .doublechai-boxAd-profile #ctl00_AdBox3_OyBoxAd3Collection {
        display: inline-block;
    }

@media (max-width: 960px) {
    .doublechai-boxAd-profile #ctl00_AdBox1_OyBoxAd1Collection,
    .doublechai-boxAd-profile #ctl00_AdBox1_OyBoxAd2Collection,
    .doublechai-boxAd-profile #ctl00_AdBox2_OyBoxAd1Collection,
    .doublechai-boxAd-profile #ctl00_AdBox2_OyBoxAd2Collection,
    .doublechai-boxAd-profile #ctl00_AdBox3_OyBoxAd3Collection {
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .doublechai-boxAd-profile #ctl00_AdBox1_OyBoxAd1Collection,
    .doublechai-boxAd-profile #ctl00_AdBox1_OyBoxAd2Collection,
    .doublechai-boxAd-profile #ctl00_AdBox2_OyBoxAd1Collection,
    .doublechai-boxAd-profile #ctl00_AdBox2_OyBoxAd2Collection,
    .doublechai-boxAd-profile #ctl00_AdBox3_OyBoxAd3Collection {
        max-width: 100%;
        display: inherit;
    }
}

.doublechai-boxAd-profile .oy-box-ad {
    margin: 0 2em;
    text-align: center;
}

    .doublechai-boxAd-profile .oy-box-ad span {
        color: #999999;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 6px;
        display: block;
    }

    .doublechai-boxAd-profile .oy-box-ad img {
        margin-left: auto;
        margin-right: auto;
    }

@media (max-width: 768px) {
    .doublechai-boxAd-profile .oy-box-ad img {
        margin-bottom: 2em;
    }
}





/* WYLD AD ROW */

.doublechai-wyld-profile {
    padding: 36px 0 30px 0;
    /*margin-bottom: 50px;*/
    background-color: transparent;
}

    .doublechai-wyld-profile img {
        max-width: 334px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

@media (max-width: 1200px) {
    .doublechai-boxAd-profile,
    .doublechai-wyld-profile {
        padding: 32px 0 24px 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .doublechai-boxAd-profile,
    .doublechai-wyld-profile {
        padding: 0 0 20px 0;
        margin-bottom: 30px;
        margin-top: 0;
    }

        .doublechai-boxAd-profile,
        .doublechai-wyld-profile img {
            margin-bottom: 24px;
        }
}

@media (max-width: 364px) {
    .doublechai-wyld-profile img {
        max-width: 100%;
    }
}




/* ------------36under36 Dropdown Menu--------------*/

.link-style-36 {
    color: white !important;
    font-size: 25px;
    text-transform: uppercase;
}

    .link-style-36:hover {
        color: white !important;
    }


.override-style {
    color: black;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #c8c8c8;
    padding-left: 0;
    margin: 13px 0 0 0;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
    position: relative;
    right: 0;
    font-size: 17px;
    text-align: left;
    cursor: pointer;
    list-style-type: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/*.override-style li:hover {
        background-color: darkgray;
    }*/

.override-style-submenu {
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 0 0 15px;
    border: none;
    list-style-type: none;
    border-bottom: none;
    margin-bottom: 6px;
}

.submenu-scroll {
    overflow-y: auto;
    height: 239px;
}

.submenu-border {
    border-top: 1.5px solid rgba(0, 0, 0, .15);
}

/*.doublechai-content-wrapper ul a {
    padding: 11px 60px 9px 20px;
    display: inline-block;
    width: 100%;
}*/

.override-style li a:hover {
    background-color: darkgray;
}

.override-style-submenu li a:hover {
    background-color: darkgray;
    width: 92%;
}

.override-style li > a {
    list-style-type: none;
    color: black;
    font-weight: bold;
}

.override-style-submenu li > a {
    font-weight: lighter;
    font-size: 15px;
    padding: 2px 20px 2px 17px;
    width: 90%;
}

.dropdown-item a:hover {
    width: 100%;
}

.icon-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #555;
    margin-top: 8px;
    margin-left: 1em;
    float: right;
}

.icon-down-past {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #555;
    margin-top: 8px;
    margin-left: 0.2em;
    float: right;
}


/*--- Media Queries--*/


@media (max-width:768px) {
    .override-style {
        background-color: #555;
        margin-top: 0;
        width: 100%;
        margin: 17px 0 0 0;
        color: white;
        font-weight: bold;
        padding: 17px 22px;
        font-size: 14px;
    }

        .override-style li > a {
            color: white;
        }

    .link-style-36 {
        font-size: 15px;
    }

    /*ul a {
        padding-right: 44%;
        padding: 7px 60px 7px 12px;
    }*/

    .override-style li a:hover {
        background-color: #777575;
        padding-right: 62%;
    }

    .override-style-submenu li:hover {
        background-color: #777575;
    }

    .submenu-border {
        border-top: 1.5px solid rgba(255, 255, 255, .5);
    }

    .icon-down {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid white;
        float: none;
        position: absolute;
        margin-top: 7px;
    }

    .icon-down-past {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid white;
        float: none;
        position: absolute;
        margin-top: 7px;
    }
}

.icon-style {
    width: 27px;
    height: 2px;
    background-color: white;
    margin: 6px 0;
}


@media (max-width:520px) {
    .override-style li a:hover {
        padding-right: 34%;
    }

    .override-style {
        margin: 16px 0 0 0;
    }

    .submenu-border {
        border-top: 1.5px solid rgba(255, 255, 255, .5);
    }

    .icon-down {
        border-top: 8px solid white;
        float: none;
        position: absolute;
        margin-top: 7px;
    }

    .icon-down-past {
        border-top: 8px solid white;
        float: none;
        position: absolute;
        margin-top: 7px;
    }
}

@media (max-width:390px)and (min-width: 330px) {
    .link-style-36 {
        padding-top: 0px;
        position: relative;
        float: right;
    }
}

@media (max-width:389px)and (min-width: 351px) {
    .override-style {
        margin: 38px 0 0 0;
    }
}

@media (max-width: 374px) and (min-width: 350px) {
    .link-style-36 {
        padding-top: 0px;
        position: relative;
        float: right;
        margin-bottom: -19px;
        margin-top: -23px;
    }
}

@media (max-width:350px) {
    .override-style {
        margin: 40px 0 0 0;
        padding: 6px 22px;
    }

    #navbarDropdownMenuLink {
        display: none;
    }
}






/* ------------36under36 "PAST YEARS LISTS" Dropdown Menu--------------*/

.dcPastYearBtn {
    padding: 18px 22px;
    background-color: #27aae1;
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    /*width: 42%;*/
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
    /*margin-bottom: 30px;*/
}

    .dcPastYearBtn:hover,
    .dcPastYearBtn:active {
        color: #ffffff;
        background-color: #27aae1;
        opacity: 1.0;
        box-shadow: none;
        outline: none;
    }

        .dcPastYearBtn:focus,
        .dcPastYearBtn:active:focus,
        .dcPastYearBtn.active:focus,
        .dcPastYearBtn.focus,
        .dcPastYearBtn:active.focus,
        .dcPastYearBtn.active.focus {
            outline: none;
            outline-offset: 0;
            background-color: #27aae1;
            color: #FFFFFF;
        }


    .dcPastYearBtn .caret {
        font-size: 30px;
    }

    .dcPastYearBtn span.glyphicon.glyphicon-triangle-bottom {
        vertical-align: bottom;
    }

.dcPastYearDDM.dropdown-menu {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    min-width: 320px;
    padding: 5px 0;
    margin: 0;
    font-size: 24px;
    text-align: center;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #777777;
}

@media (max-width: 1170px) {
    .dcPastYearDDM.dropdown-menu {
        min-width: 300px;
    }
}

@media (max-width: 768px) {
    .dcPastYearDDM.dropdown-menu {
        min-width: 300px;
    }
}

@media (max-width: 450px) {
    .dcPastYearDDM.dropdown-menu {
        min-width: 260px;
    }
}


.dcPastYearDDM.dropdown-menu > li > a,
.dcPastYearDDM.dropdown-menu > li > a:link,
.dcPastYearDDM.dropdown-menu > li > a:hover,
.dcPastYearDDM.dropdown-menu > li > a:focus {
    color: #FFFFFF;
}

    .dcPastYearDDM.dropdown-menu > li > a:hover,
    .dcPastYearDDM.dropdown-menu > li > a:focus {
        background-color: #27aae1;
    }


@media (max-width: 450px) {
    .dcPastYearBtn {
        width: 100%;
        font-size: 20px;
        padding: 10px 0 10px 0;
    }
}
