/*  Wrappers and containers 
............................................*/   

.relative {
    position: relative;
}

.container {
    padding: 0;
}

.head-image .img-responsive {
    max-height: 675px;
}

/*  Margins and paddings
............................................*/  

.top-margin {
    margin-top: 20px;
}

#page-content .bottom-margin {
    margin-bottom: 25px;
}

.top-padding {
    padding-top: 15px;
}

.bottom-padding {
    padding-bottom: 15px;
}

.no-padding {
    padding: 0;
}

.form-control {
    padding: 10px 12px;
    height: 42px;
}

.icon-padding {
    position: relative;
    padding-left: 30px;
}

.icon-padding i.fa {
    position: absolute;
    top: 4px;
    left: 0;
}

/* -------------------------------------------------------------------------- 
   Body Styling (Shadow)

        #page-content {
            position: relative;
            overflow: hidden; 
            margin: 35px 0 0 0;
            -webkit-box-shadow: 0 0 25px 0 #eaeaea;
            box-shadow: 0 0 25px 0 #eaeaea; 
        }

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


/* -------------------------------------------------------------------------- *\
   Article Content - Hero Section
\* -------------------------------------------------------------------------- */

.type-overlay { /* Style for Article/Content Page Type Overlay */
    position: absolute;
    top: 10px;
    left: 0;
    font: 700 13px/25px 'ciscosansttextralight', Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    background: #007fc5;
    padding: 0 12px;
}

.type-overlay:hover { 
    color: #444;
}

.hero-press-releases { /* Style for Article/Content Here Image/Video Overlay */
    background: #03bab8;
}

.hero-feature-stories { /* Style for Article/Content Here Image/Video Overlay */
    background: #19a0db;
}

.hero-feature-videos { /* Style for Article/Content Here Image/Video Overlay */
    background: #03bab8;
}

.hero-in-the-news { /* Style for Article/Content Here Image/Video Overlay */
    background: #19a0db;
}

.hero-overlay {
    position: absolute;
    color: #eee;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 15px;
    background: rgb(0, 0, 0); /* Fall-back for browsers that don'tsupport rgba */
    background: rgba(0, 0, 0, .6);
}

.hero-overlay h1,
.hero-overlay h2,
.hero-overlay h3 {
    margin: 0;
}

.hero-overlay h1 {
    font-size: 24px;
    padding: 5px;
    font-family: 'ciscosansttextralight', Arial, Helvetica, sans-serif;
    font-weight: 100;
}

.hero-overlay p {
    margin: 6px 0 0 0;
    opacity: 0.8;
}

.hero-overlay a {
    color: #fff;
}

.hero-overlay .breadcrumb {
    margin: 0 0 0 10px;
    padding: 0;
}

.hero-overlay .sharing {
    position: absolute;
    font-size: 14px;
    right: 25px;
    bottom: 25px;
}

.hero-overlay .sharing a {
    display: inline-block;
    margin-left: 12px;
    opacity: 1;
}

.hero-overlay .sharing a:hover {
    opacity: 0.8;
}


/* ========================================================================== *\
   Article Content - Hero Section
\* ========================================================================== */

@media (max-width: 360px)  {

    .hero-overlay h1 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 639px) and (min-width: 361px) {

    .hero-overlay h1 {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 767px) and (min-width: 320px)  {

    /* .mobile-padding {
        padding: 0 12px 0 12px; 
    } */

    .hero-overlay h1 {
        font-size: 20px;
        line-height: 24px;
    }

}

@media (min-width: 768px) {
    
    .hero-overlay h1 {
        padding:  10px;
    }
    
}

@media (max-width: 768px) {

    #page-content {
        margin: 50px 0 0 0;
    }
}

@media (max-width: 991px) and (min-width: 769px) {

    #page-content {
        margin: 70px 0 0 0;
    }
}


@media (min-width: 992px) {
    
    .hero-overlay h1 {
        font-size: 32px;
        line-height: 38px;
        padding:  15px 150px 15px 15px;
    }
    
    .hero-overlay .breadcrumb {
        margin-left: 15px;
    }

}


.breadcrumb {
    padding: 0;
    margin: 0 0 8px 0;
    background: none;
}

.breadcrumb li a {
    color: #666;
}

.breadcrumb li a:hover {
    color: #007fc5;
}

.hero-overlay .breadcrumb li a {
    color: #eee;
    font-size: 14px;
}

.hero-overlay .breadcrumb li a:hover{
    color: #999;
}

/* -------------------------------------------------------------------------- *\
   Video Hero Section
\* -------------------------------------------------------------------------- */

.head-video iframe {
    display: block;
    width: 100%;
    min-height: 658px;
    border: none;
    margin: 0;
}

/* ========================================================================== *\
   Media Queries - Video Page Video Hero
\* ========================================================================== */ 

@media (max-width: 479px) {

    .head-video iframe {
        min-height: 269px;
    }

    .breadcrumb {
        font-size: 12px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .head-video iframe {
        min-height: 380px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .head-video iframe {
        min-height: 422px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .head-video iframe {
        min-height: 546px;
    }
}