html,
body {
    height: 100%;
    width: 100%;
}

/*Override default container width for blog*/
.container.blog-container {
    width: 66.5%;
    padding: 0 !important;
}

/*Subbar styles*/
.blog-filter-controls {
    margin: 0 auto;
    width: auto;
    display: inline-block;
}

.text-center {
    text-align: center !important;
}

.blog-navbar .navbar-nav > li > a {
    color: #ffffff;
    font-weight: bold;
}

.blog-navbar .navbar-nav > li + li:before {
    content: '';
}

.blog-navbar .icon-chevron-down {
    fill: #ffffff;
}

.blog-navbar, .navbar.navbar-inverse.blog-navbar {
    background-color: #00c2f3;
    padding-left: 0;
}

input[type='search'].form-control {
    margin: 10px 0 0 50px;
}
/*End Subbar styles*/

/*Styles*/
.body-content {
    height: 100%;
    width: 100%;
}

/*Full Page Tile Styles*/
.full-pg-tile,
.half-pg-tile,
.sm-blog-tile {
    position: relative;
}

.full-pg-tile {
    height: auto;
    /*height: 600px; Chetan*/
    font-family: 'sharp-sans-medium', sans-serif;
    color: #ffffff;
}

.full-tile-title {
    display: block;
    font-size: 2em;
    margin-bottom: 9px;
    padding: 20px 0 0 20px;
}

.full-tile-img-height {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
    object-position: bottom;
}

@media (max-device-width : 768px) {
    .full-tile-img-height {
        height: auto !important;
    }
}

.full-tile-img-container {
    height: 100%;
    background: linear-gradient(to left, rgba(21, 10, 5, 0.85) 0%, rgba(21, 10, 5, 0) 75%, rgba(21, 10, 5, 0) 100%);
}

.full-tile-img {
    width: 100%;
    height: auto;
    /*height: inherit; Chetan*/
    position: relative;
    z-index: -1;
}

.full-text-container {
    width: 50%;
    min-width: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-prv-container {
    line-height: 26px;
    background-color: #f58220;
    padding: 14px 0 10px 20px;
}

.blog-prv-text,
.evt-prv-text {
    width: calc(100% - 13px);
    /*width: 100%;*/
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 22px;
}

.blog-lg-prv-text {
    width: calc(100% - 20px);
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 30px;
    display: block;
}

.arrow-container {
    width: fit-content;
    /*position: absolute;
    right: 7px;
    bottom: 6px;*/
    position: absolute;
    bottom: 10px;
    right: 6px;
    margin-left: auto;
    margin-right: 10px;
    cursor: pointer;
    background: url(/Content/imgs/gray_arrow_outline.png);
    z-index: 10;
    background-size: 25px;
    background-repeat: no-repeat;
}

a:hover .arrow-container {
    background: url(/Content/imgs/gray_arrow_outline_hover.png);
    z-index: 10;
    /*background-size: 32px;*/
    background-size: 25px;
    background-repeat: no-repeat;
}

.half-pg-tile .arrow-container {
    background: url(/Content/imgs/right-arrow-inside-a-circle.png);
    z-index: 10;
    /*background-size: 32px;*/
    background-size: 25px;
    background-repeat: no-repeat;
}

.half-pg-tile:hover .arrow-container {
    background: url(/Content/imgs/right-arrow-inside-a-circle-solid.png);
    z-index: 10;
    /*background-size: 32px;*/
    background-size: 25px;
    background-repeat: no-repeat;
}

a.sm-blog-tile.event-tile .arrow-container {
    background: url(/Content/imgs/right-arrow-inside-a-circle.png);
    z-index: 10;
    /*background-size: 32px;*/
    background-size: 25px;
    background-repeat: no-repeat;
}

a.sm-blog-tile.event-tile:hover .arrow-container {
    background: url(/Content/imgs/right-arrow-inside-a-circle-solid.png);
    z-index: 10;
    /*background-size: 32px;*/
    background-size: 25px;
    background-repeat: no-repeat;
}

a.full-card-blog .blog-lg-prv-text + .arrow-container {
    background: url(/Content/imgs/right-arrow-inside-a-circle.png);
    /*background-size: 32px;*/
    background-size: 25px;
    background-repeat: no-repeat;
}

a.full-card-blog:hover .blog-lg-prv-text + .arrow-container {
    background: url(/Content/imgs/right-arrow-inside-a-circle-solid.png);
    z-index: 10;
    /*background-size: 32px;*/
    background-size: 25px;
    background-repeat: repeat;
}

.event-tile .arrow-container {
    bottom: 0;
}

.arrow-container img {
    height: 25px;
    width: 25px;
    visibility: hidden;
}

.secondary-tiles-container {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Half Page Tile Styles*/
.half-pg-tile {
    width: calc(50% - 10px);
    margin-right: 10px;
    color: #ffffff;
    flex: 1;
    background-color: #f58220;
}

.half-tile-img {
    width: 100%;
    height: calc(100% - 180px);
    object-fit: cover;
}

.half-tile-img-auto {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.small-tile-img {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
}

.half-tile-text-container {
    width: 100%;
    background-color: #f58220;
    padding-top: 10px;
}

.half-pg-tile-headline {
    font-size: 1.25em;
}

.half-blog-prv-container {
    line-height: 26px;
    padding: 0 0 0px 20px;
    position: relative;
}

.blog-cat,
.evt-cat,
.blog-headline,
.evt-headline {
    padding-left: 20px;
}

.evt-headline {
    font-size: 1.25em;
    margin-bottom: 10px;
}

.evt-tile-text-container .evt-headline {
    padding-left: 13px;
    font-size: 1.1em;
    margin-bottom: 1px;
}

.blog-cat,
.evt-cat {
    font-size: 1.25em;
    margin-bottom: 10px;
    font-weight: bold;
}

.blog-cat {
    font-size: 14px;
    text-transform: uppercase;
}

.small-tile-text-container .blog-cat {
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 13px;
    margin-bottom: 1px;
    font-family: "proxima-nova-bold", sans-serif;
}

.small-tile-text-container .blog-headline {
    font-size: 1.1em;
}

.half-pg-tile-title .blog-cat {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.blog-headline {
    font-size: 1.25em;
}

.small-tile-text-container .blog-headline {
    font-size: 1.1em;
    line-height: 1.3em;
    padding-left: 13px;
}
/*Small Blog Tiles*/
.sm-blog-tile-container {
    width: calc(50% - 10px);
    margin-left: 10px;
    flex: 1;
}

.sm-blog-tile {
    height: calc(50% - 10px);
    width: calc(50% - 10px);
    float: left;
    margin: 0 20px 20px 0;
    background-color: whitesmoke;
}

    .sm-blog-tile:nth-child(even) {
        margin-right: 0;
    }

    .sm-blog-tile:nth-last-child(-n + 2) {
        padding-bottom: 0;
    }



.small-tile-text-container {
    width: 100%;
    background-color: whitesmoke;
    padding-top: 14px;
}

    .small-tile-text-container .blog-prv-text {
        line-height: 19px;
    }

.small-blog-prv-container {
    line-height: 26px;
    padding: 3px 0 5px 13px;
}

/*Small Event Tile Styles*/
.sm-blog-tile.event-tile {
    background: linear-gradient(180deg, #00c2f3 0%, #006eb9 100%);
}

.blog-strip {
    height: fit-content;
    width: fit-content;
    color: #ffffff;
    position: absolute;
    top: 15px;
    background-color: #015a9c;
    padding: 8px 13px;
    text-transform: uppercase;
    left: 0;
    font-size: 12px;
}

.evt-tile-text-container {
    position: absolute;
    top: 40px;
    width: 100%;
    padding-top: 20px;
    color: #ffffff;
    height: 80%;
}

.all-events {
    font-weight: bold;
}

.evt-by,
.evt-author {
    display: inline-block;
}

.by-line {
    position: absolute;
    bottom: 0;
}

.evt-prv-text {
    margin-bottom: 25px;
}

.evt-tile-text-container .evt-prv-text {
    margin-bottom: 1px;
}

.evt-tile-text-container .all-events {
    font-weight: bold;
    font-size: 12px;
}

.evt-tile-text-container .by-line {
    position: absolute;
    bottom: 0;
    font-size: 12px;
}

.event-tile .small-blog-prv-container {
    padding-bottom: 0;
}

/*Misc Blog Posts CSS*/
.misc-blog-widget {
    background-color: whitesmoke;
    border-top: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
    display: block;
    overflow: auto;
}

.misc-blog-container {
    width: 70%;
    float: left;
    background-color: whitesmoke;
    padding-right: 20px;
    max-width: calc(100% - 324px);
}

.misc-blog-widget .misc-blog-tile {
    min-height: 150px;
    position: relative;
    padding: 20px;
    border-bottom: 1px solid darkgray;
}

    .misc-blog-widget .misc-blog-tile:last-child {
        border: none;
    }

.misc-blog-date {
    margin-bottom: 10px;
}

.misc-blog-type {
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.misc-blog-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.misc-blog-prv-text {
    line-height: 26px;
    width: calc(100% - 30px);
    padding-bottom: 20px;
}

#frmSubscribeBlog {
    display: inline-block;
}

.sign-up, .sign-up.blog-signup {
    width: 30%;
    float: right;
    height: 100%;
    padding: 0 26px 35px 26px;
    background-color: whitesmoke;
}

    .sign-up.blog-signup .sign-up-header, .sign-up-header {
        font-family: 'sharp-sans-medium', sans-serif;
        font-size: 16px;
        line-height: 26px;
        margin: 34px 21px 32px 21px;
        text-align: center;
        width: calc(100% - 42px);
        box-sizing: border-box;
    }

    .sign-up.blog-signup .dropdown-toggle, .sign-up.blog-signup .dropdown-toggle.btn-default {
        color: #333 !important;
    }

.sign-up-inputs {
    text-align: center;
    margin-top: 20px;
}

    .sign-up-inputs input[type='text'] {
        border-radius: 34px;
        box-shadow: none;
        padding-left: 40px;
        padding-right: 10px;
        height: 36px;
        margin-bottom: 20px;
    }

.showInMobile {
    display: none;
}

.showInDesktop {
    display: block;
}

.z-4 {
    z-index: 4 !important;
}

.searchpagination .pagination li a {
    padding: 0 !important;
}

.float-right {
    float: right;
}

.w-50 {
    width: 50%;
}

@media (max-width: 767px) {
    .blog-header .header-img {
        z-index: 0;
    }

    .blog-header {
        min-height: 200px;
        background: linear-gradient(to top, rgb(21 10 5 / 85%) 0%, #c3c3c3 75%, rgb(150 148 147 / 85%) 100%)
    }

    .blog-filter-controls {
        margin: 0 auto;
        width: 100%;
    }

    .container.blog-container {
        width: 100%;
    }

    .blog-search-container #eventsearch {
        width: 100% !important;
        height: 43px;
    }

        .blog-search-container #eventsearch::-webkit-input-placeholder {
            text-align: left;
        }

    .blog-search-container:before {
        top: 12px;
    }

    .icon-bar {
        position: fixed;
        top: unset;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: none;
        left: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        width: 100%;
        z-index: 2;
    }

        .icon-bar i.fa {
            font-size: 16px;
        }

        .icon-bar a {
            width: 33.3333333333%;
            padding: 2px 16px;
        }

    .news .content .float-right.w-50 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container.blog-container {
        width: 90%;
    }
}

@media (min-width: 992px) {
    .container.blog-container {
        width: 90%;
    }

    .full-text-container {
        width: 60%;
    }
}

@media (min-width: 992px) and (max-width: 997px) {
    .half-tile-img {
        width: 100%;
        height: calc(100% - 210px);
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    .container.blog-container {
        width: 67%;
    }

    .full-text-container {
        width: calc(50% - 10px);
    }
}

@media (max-width: 991px) {

    .showInMobile {
        display: block;
    }

    .showInDesktop {
        display: none;
    }

    .full-tile-img-container {
        position: relative;
    }

    .full-text-container {
        width: 100%;
    }

    .full-pg-tile-title.showInMobile {
        position: absolute;
        bottom: 0;
    }

    .full-text-container {
        width: 100%;
        min-width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
    }

    .secondary-tiles-container {
        display: flex;
        width: 100%;
        margin-top: 2px;
        margin-bottom: 0;
        flex-direction: column;
    }

    .half-pg-tile {
        width: 100%;
        margin-bottom: 2px;
    }
    /*As per Bug # 14303
    .half-tile-img {
        display: none;
    }*/
    .sm-blog-tile-container {
        width: 100%;
        margin-left: 0;
    }

    .sm-blog-tile {
        height: auto;
        width: 100%;
        margin: 0 0 0 0;
        background-color: whitesmoke;
        border-bottom: 2px solid #bfbfbf;
        /*As per Bug #17611 added right side space of 18px for device less than 991px*/
        padding: 30px 18px 30px 18px !important;
    }

    .small-tile-img {
        display: none;
    }

    .sm-blog-tile.event-tile, .evt-tile-text-container {
        position: relative;
        top: unset;
        padding-bottom: 27px !important;
    }

    .event-tile .arrow-container {
        bottom: -21px;
    }

    .evt-tile-text-container {
        width: 100%;
        padding-top: 32px;
        height: auto;
        padding-bottom: 15px;
    }

    .misc-blog-container, .sign-up-container, .sign-up-container-desktop, .sign-up-container-mobile {
        width: 100% !important;
        padding-right: 0;
        max-width: 100%;
    }

    .small-tile-text-container {
        padding-top: 0;
    }

    .small-blog-prv-container {
        padding: 3px 0 0 0;
    }

    .small-tile-text-container .blog-headline,
    .small-tile-text-container .blog-cat,
    .evt-tile-text-container .evt-headline {
        padding-left: 0;
    }

    .searchpagination .pagination, .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .misc-blog-type {
        font-size: 12px;
        margin-bottom: 1px;
        font-family: "proxima-nova-bold", sans-serif;
    }

    .misc-blog-date {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .misc-blog-title {
        font-size: 1.1em;
        line-height: 1.3em;
        margin-bottom: 3px;
    }

    .misc-blog-prv-text {
        font-size: 12px;
        line-height: 19px;
        font-family: 'sharp-sans-medium', sans-serif;
    }

    .full-tile-title {
        font-size: 1.5em;
    }

    .blog-lg-prv-text {
        font-size: 12px;
        line-height: 20px;
    }

    .half-pg-tile-title .blog-cat {
        font-family: "proxima-nova-bold", sans-serif;
    }

    .blog-prv-text, .evt-prv-text {
        font-family: 'sharp-sans-medium', sans-serif;
    }

    .sm-blog-tile.event-tile {
        background: whitesmoke;
    }

    .evt-tile-text-container {
        color: #333;
    }

    .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        text-align: center !important;
    }

    .blog-right-column.lambeau-body-copy a.sm-blog-tile.w-full.h-full {
        padding-right: 18px !important;
        float: none !important;
        margin-bottom: 20px;
        border-bottom: 0 !important;
    }

    #frmSubscribeBlog {
        float: left;
        padding-top: 15px;
        width: 100%;
    }
}
