/*===================================*/

/*==== INTERACTIVE TEMPLATE CSS =====*/

/*===================================*/

html {
    scroll-behavior: smooth !important;
}

body {
    margin: 0 auto;
    color: #fff !important;
}

.container,
.july4-container {
    margin: 0 auto !important;
    width: 100% !important;
    padding: 0 !important;
    height: auto;
}

aside {
    display: none;
}


/* Disable form widget and make content full width */

aside.row {
    display: none !important;
}

article {
    width: 100% !important;
}

.subpage article {
    background: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 768px) {
    article {
        margin-left: 0 !important;
    }
}

/* NAV FIXES */

/*
.navbar,
nav#main .container ul li:hover > a {
    background: inherit !important;
    background-color: inherit !important;
}

.navbar-default .navbar-nav > li > a {
    color: inherit !important;
}

nav#main {
    background: inherit !important;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: relative !important;
}
*/

/*====================================*/

/*==== START OF INTERCATIVE CODE =====*/

/*====================================*/

.july4-desktop {
    display: block;
}

.july4-mobile {
    display: none;
}

.july4-row {
    min-height: 750px !important;
    height: 100vh;
}

@media (max-width: 991px) {
    .july4-desktop {
        display: none;
    }
    .july4-mobile {
        display: block;
    }
    .july4-row {
        height: auto !important;
        min-height: 375px !important;
    }
    .july4-mobile .july4-row .column-12.content-col {
        margin-top: -5px;
    }
    .july4-row .content-outer {
        margin-top: 0 !important;
        width: 100% !important;
    }
    .dyk_mobile_blue {
        background: #1548A9;
        /*        padding: 5%;*/
    }
    .dyk_mobile_red {
        background: #BD0E13;
        /*        padding: 5%;*/
    }
    .dyk_inner {
        padding: 5%;
    }
    .july4_slide06_inner {
        /*        padding: 5% !important;*/
    }
    #july4_slide06 .column-12,
    #july4_slide07 .column-12 {
        padding: 5% 0 !important;
    }
    .july4_slide07_inner {
        padding: 5% !important;
    }
    #july4_slide06 .column-12 h1 {
        top: 0 !important;
    }
    #july4_slide02 .column-12 img,
    #july4_slide03 .column-12 img,
    #july4_slide04 .column-12 img,
    #july4_slide05 .column-12 img {
        width: 100%;
    }
    .july4_icon {
        padding-bottom: 25px;
    }
}

.july4-container h1,
.july4-container h2,
.july4-container h3,
.july4-container h1,
.july4-container h4,
.july4-container h5,
.july4-container h6 {
    font-family: 'Exo', sans-serif !important;
    font-weight: 900 !important;
}

.july4-container h1,
.july4-container p {
    color: #fff !important;
    margin: 0 !important;
}

.july4-container h1 {
    color: #fff !important;
    /*    padding: 25px 0 0 0;*/
    font-size: 60px !important;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: left;
    padding: 0;
}

@media (max-width: 1200px) {
    .july4-container h1 {
        font-size: 40px !important;
    }
}

@media (max-width: 991px) {
    .july4-container h1 {
        font-size: 35px !important;
    }
}

.july4-container h1 span {
    font-size: 22px;
    font-weight: normal !important;
}

.july4-container p,
.july4-container a {
    font-family: 'Raleway', sans-serif !important;
    /*    font-size: 1.3em !important;*/
    font-size: 19px !important;
}

.july4-container p {
    /*    line-height: 1.8;*/
    line-height: 1.5;
    font-weight: bold !important;
}

.july4-container .content-outer .content-body {
    padding: 5% 0;
}

.july4-container a {
    font-family: 'Exo', sans-serif !important;
    font-weight: bold !important;
    letter-spacing: 1.4;
}

.content-col .content-outer {
    /*    padding: 8%;*/
    width: 90%;
}

.content-col .content-outer .content-inner {
    padding: 8%;
}

.july4_icon {
    width: 75px;
    height: auto;
}

.dyk_ribbon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff;
    padding: 5%;
    width: 100%;
    margin-top: -3%;
    box-shadow: -15px -3px 10px rgba(0, 0, 0, 0.2);
}

.dyk_ribbon p {
    width: 90%;
}

.dyk_title {
    font-weight: 900 !important;
    text-transform: uppercase;
    padding-bottom: 2%;
}

.july4-desktop .content-outer {
    margin-top: 10% !important;
}

@media (max-width: 1500px) {
    .july4-desktop .content-outer {
        margin-top: 10% !important;
    }
}

/* SLIDE 01 */

#july4_slide01 {
    background: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/slide-01-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*    height: 100vh;*/
}

#july4_slide01 .content-col .content-outer {
    /*    background: #1A6FEF;*/
    /*    background-image: linear-gradient(to bottom, #1A6FEF, #0F3D95);*/
    background-image: linear-gradient(to bottom, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -webkit-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -moz-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -ms-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -o-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    margin-top: 10%;
    /*    margin-top: 5em;*/
}

.amer-flag-col {
    background-image: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/american-flag-cutout.png');
    background-size: cover;
    background-position: top left;
    height: 100%;
}

/*
.amer-flag-col {
    z-index: 10;
    height: 100vh;
    width: auto;
}

.amer-flag-col img {
    height: auto;
    width: 100%;
}
*/

/* RIBBON BUTTON */

.ribbon_btn {
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    display: inline-block;
    border: 25px solid #fff;
    color: #1A6FEF;
    height: 50px;
    line-height: 0px;
    padding: 0 40px;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    transition: border-color .3s;
}

.ribbon_btn:hover {
    opacity: 0.7;
    cursor: pointer;
}

/* SLIDE 02 */

#july4_slide02 {
    background: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/slide-02-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    /*    height: 100vh;*/
}

#july4_slide02 .content-col .content-outer {
    background-image: linear-gradient(to bottom, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    background-image: -webkit-linear-gradient(right, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    background-image: -moz-linear-gradient(right, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    background-image: -ms-linear-gradient(right, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    background-image: -o-linear-gradient(right, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    background-image: linear-gradient(right, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    margin-top: 15%;
}

#july4_slide02 .content-col .content-outer .content-inner {
    background-image: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/slide-02-bg-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#july4_slide02 .content-col .dyk_ribbon {
    background-image: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/red-ribbon-bg.svg') !important;
    background-image: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/red-ribbon-bg.png');
}

/* SLIDE 03 */

#july4_slide03 {
    background: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/slide-03-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    /*    height: 100vh;*/
}

#july4_slide03 .content-col .content-outer {
    background-image: linear-gradient(to bottom, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -webkit-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -moz-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -ms-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -o-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    margin-top: 15%;
}

#july4_slide03 .content-col .content-outer .content-inner {
    background-image: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/slide-03-bg-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#july4_slide03 .content-col .dyk_ribbon {
    background-image: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/blue-ribbon-bg.svg') !important;
    background-image: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/blue-ribbon-bg.png');
}

/* SLIDE 04 */

#july4_slide04 {
    background: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/slide-04-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    /*    height: 100vh;*/
}

#july4_slide04 .content-col .content-outer {
    background-image: linear-gradient(to bottom, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    background-image: -webkit-linear-gradient(right, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    background-image: -moz-linear-gradient(right, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    background-image: -ms-linear-gradient(right, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    background-image: -o-linear-gradient(right, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    background-image: linear-gradient(right, rgba(158, 0, 7, 0.9), rgba(101, 0, 3, 0.9));
    margin-top: 10%;
}

#july4_slide04 .content-col .content-outer .content-inner {
    background-image: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/slide-04-bg-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#july4_slide04 .content-col .dyk_ribbon {
    background-image: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/red-ribbon-bg.svg') !important;
    background-image: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/red-ribbon-bg.png');
}

/* SLIDE 05 */

#july4_slide05 {
    background: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/slide-05-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    /*    height: 100vh;*/
}

#july4_slide05 .content-col .content-outer {
    background-image: linear-gradient(to bottom, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -webkit-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -moz-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -ms-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: -o-linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    background-image: linear-gradient(right, rgba(15, 61, 149, 0.8), rgba(26, 111, 239, 0.8));
    margin-top: 15%;
}

#july4_slide05 .content-col .content-outer .content-inner {
    background-image: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/slide-05-bg-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

/* SLIDE 06 */

#july4_slide06 {
    background: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/slide-06-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    /*    height: 100vh;*/
    text-align: center;
}

#july4_slide06 .column-12 {
    padding-top: 12%;
    float: left;
}

#july4_slide06 .column-12 h1 {
    position: relative;
    top: -60px;
    /*    font-size: 2em;*/
}

#july4_slide06 .column-12 h1 a {
    font-size: 60px !important;
    color: #fff !important;
}

@media (max-width: 1200px) {
    #july4_slide06 .column-12 h1 a {
        font-size: 40px !important;
    }
}

#july4_slide06 .july4_icon {
    margin-bottom: 6%;
    width: 100px;
}

@media (max-width: 1200px) {
    #july4_slide06 .july4_icon {
        margin-bottom: 10%;
    }
}

#july4_slide06 .ribbon_btn {
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    display: inline-block;
    border: 50px solid #1548A9;
    color: #fff;
    height: 100px;
    /*    line-height: 0px;*/
    padding: 0 40px;
    transition: border-color .3s;
}

#july4_slide06 .ribbon_btn_right {
    border-right: 15px solid transparent;
    box-shadow: -15px -3px 10px rgba(0, 0, 0, 0.15);

}

#july4_slide06 .ribbon_btn_left {
    border-left: 15px solid transparent;
    box-shadow: 15px -3px 10px rgba(0, 0, 0, 0.15);

}

#july4_slide06 .ribbon_btn:hover {
    opacity: 1;
    cursor: default;
}

/* SLIDE 07 */

#july4_slide07 {
    background: url('https://fmg-websites-custom.s3.amazonaws.com/interactives/july4_2019/images/slide-07-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*    height: 100vh;*/
    text-align: center;
    clear: both;
}

#july4_slide07 .column-12 {
    padding-top: 15%;
}

#july4_slide07 .column-12 p {
    line-height: 2.5 !important;
}

/* DOWN ARROW */

.down-arrow-row {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    bottom: 5%;
}

.down-arrow {
    border: solid #fff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 10px;
    margin: 8px auto 5px auto;
    text-align: center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.down-arrow-container {
    text-align: center;
    margin: 0 auto;
}

.down-arrow-container i {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.down-arrow-container i: hover {
    cursor: pointer;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.3);
}

/* NAVIGATION */

.july4-nav {
    position: absolute;
    right: 0;
    margin-top: 15%;
    background: rgba(0, 0, 0, 0.7);
    width: 60px;
    height: auto;
    border-radius: 5px 0 0 5px;
    z-index: 1000;
    border: 5px solid rgba(255, 255, 255, 0.8);
    border-right: 0;
}

.july4-nav ul {
    padding: 5% !important;
    margin: 0;
}

.july4-nav ul li {
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    list-style-type: none;
    text-indent: 0;
    margin: 20px auto !important;
    opacity: 0.5;
    cursor: pointer;

}

.july4-nav ul .july4-nav-active {
    opacity: 1;
}

.july4-nav ul li a:hover {
    cursor: pointer;
    opacity: 0.8;
}

.july4-scroll-arrow-outer {
    position: relative;
    bottom: 125px;
    margin: 0 auto;
    text-align: center;
    height: 0;
}

.july4-scroll-arrow-outer a {
    width: 75px;
    height: 75px;
    cursor: pointer;
}

/* QA FIXES */

.santa-barbara .july4-container h1:after {
    display: none !important;
}

.july4-container h1:after {
    display: none !important;
}

@media (min-width: 1200px) {
    .santa-barbara section#content {
        padding: 0 !important;
    }
}

/*
.silverlake .navbar-header {
    display: none;
}
*/

@media (min-width: 992px) {
    .silverlake .navbar-header {
        display: none;
    }
}

/*
@media (max-width: 991px) {
    .silverlake .navbar-toggle {
        left: 40%;
    }
}*/

.venice .subpage .navbar .container {
    width: 200px !important;
}

/* h1 Title Removal*/
#content h1:first-child {
    display: none;
}
#content .july4-container h1:first-child {
    display: block!important;
}

/* fix for 1170px width on o-container */
@media (min-width: 1200px){
.o-container {
    width: 100%;
    }
}
.c-site-core {
    max-width: 100%!important;
}

h1 {background: inherit!important}

#july4_slide06 h1, #july4_slide07 h1 {
    text-align: center;
}

#july4_slide01 .july4_icon {margin: 0;}