.clear {
    clear: both;
}

body {
    font-family: 'Montserrat','Arial', sans-serif;
    display: block;
    width: 100%;
}

.container-fluid {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-right: auto;
    margin-left: auto;
	overflow-x: hidden;
}

.row {
    margin-right: -25px;
    margin-left: -25px;
}

section {
    margin-bottom: 25px;
}

div.pushMenuHeight {
    margin-top: 80px;
}
/* NAV STYLES START */
nav, .navbar-header {
    height: 80px;
}

nav.navbar {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav.navbar-default.hamburgerMenuOnly {
    background-color: transparent;
    border-color: transparent;
}

nav.navbar-default.hamburgerMenuOnly.navbarFullHeight {
	background-color: #3a75c4;
}
    nav.hamburgerMenuOnly .navbar-toggle {
        display: block !important;
    }


    nav.hamburgerMenuOnly .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
}
nav.navbar-default.hamburgerMenuOnly .navbar-header{
float: none;
}

nav.navbar-default.hamburgerMenuOnly .navbar-collapse.collapse {
   /* display: none !important;*/
}
    nav.navbar.shrink, nav.navbar.shrink .navbar-header {
        height: 60px;
    }

    nav.navbar.shrink .navbar-brand > img {
        max-height: 50px;
        height: 50px;
    }

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    border: 0px solid transparent;
    border-bottom: 0px solid #C9C9C9;
}

.navbar-brand {
    height: 80px;
    padding: 15px 15px 15px 10px;
}

nav.navbar.shrink .navbar-brand {
    height: 60px;
    padding: 10px 15px
}

.navbar-brand > img {
    max-height: 47px;
    height: 47px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav.navbar.shrink .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    border: 0px solid #fff;
    height: 80%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav.navbar.shrink .navbar-default .navbar-toggle {
    height: 60px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #C32B5F;
}

.navbar-default .navbar-toggle .open {
    display: block;
    font-size:40px;
    color:white;
}

.navbar-default .navbar-toggle .closed {
    display: none;
}


.navbar-default .navbar-toggle.collapsed .closed {
    display: block;
}

.navbar-default .navbar-toggle.collapsed .open {
    display:none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    margin-right: 0;
}

    .navbar-toggle .icon-bar {
        width: 25px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 7px;
        }

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
}

.navbar-default .navbar-nav > li > a {
    color: #F9B6A7;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    /* height: 40px;
    */
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .navbar-default .navbar-nav > li > a:link {
        color: #F9B6A7;
    }

    .navbar-default .navbar-nav > li > a:visited {
        color: #F9B6A7;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #FFF;
    }

    .navbar-default .navbar-nav > li > a:active {
        color: #FFF;
    }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: initial;
    padding-top: 50px;
}
/* New Stuff*/
/* Card layout */
.card {
    padding-left: 0;
    padding-right: 0;
}

    .card .cardLogo {
        height: 60px;
    }

    .card:first-child {
        padding-bottom: 25px;
    }

.cardHeader {
    min-height: 100px;
}

.cardText .noStyle {
    list-style-type: none;
    padding: 0;
}

.rightAlightBtn {
    left: 160px;
}

.cardInner {
    padding: 20px 20px 50px 20px;
    min-height: 490px;
    position: relative;
    color: #fff;
    margin: 25px;
}

.ghost-button-semi-transparent {
    width: auto;
    text-transform: capitalize;
    background-color: transparent;
    display: inline-block;
    padding: 8px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    outline: none;
    text-decoration: none;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

    .ghost-button-semi-transparent:hover, .ghost-button-semi-transparent:active {
        background-color: #fff;
        /* fallback */
        background-color: rgba(255, 255, 255, 0.4);
        border-color: #fff;
        /* fallback */
        border-color: rgba(255, 255, 255, 0.4);
        transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
    }

    .ghost-button-semi-transparent a, .ghost-button-semi-transparent a:hover, .ghost-button-semi-transparent a:focus {
        color: #FFF;
        text-decoration: none;
    }

.cardButtons {
    position: absolute;
    bottom: 20px;
}

    .cardButtons .button {
        margin-left: 20px;
    }

        .cardButtons .button:first-child {
            margin-left: 0;
        }
/* PEOPLE SECTION */
.peopleSection {
    margin-bottom: 5px;
}

    .peopleSection .row {
    }

    .peopleSection .peopleGrid {
        color: #fff;
    }

    .peopleSection dt {
    }

    .peopleSection dd {
    }

        .peopleSection dd .row {
            margin-right: -15px;
            margin-left: -15px;
        }

        .peopleSection dd h3 {
            color: #fff;
            margin: 0 0 0.5em;
        }

        .peopleSection dd p {
            font-weight: 400;
        }

            .peopleSection dd p.jobTitle {
                text-transform: uppercase;
                font-weight: 700;
            }

        .peopleSection dd div.socialIcons {
            padding: 35px 0 20px 0;
        }

            .peopleSection dd div.socialIcons img {
                height: 28px;
                width: auto;
            }

        .peopleSection dd .peopleQuote p {
            font-weight: 700;
        }

dl.peopleGrid .dt img {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.person-overlay {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

.navbarFullHeight {
    height: 100% !important;
    background: #c32b5f;
}


/* Filter & Tags Bar */
.filterBarSection {
}

    .filterBarSection div {
    }

        .filterBarSection div ul {
            list-style-type: none;
            width: 100%;
            background-color: #ededed;
            padding: 15px 25px;
        }

            .filterBarSection div ul li {
                font-size: 14px;
                color: #5c5c5c;
                text-transform: uppercase;
                font-weight: 700;
                padding: 5px 0px;
                display: inline-block;
                width: 100%;
                text-align: center;
                cursor: pointer;
            }

                .filterBarSection div ul li.selectedFilter {
                    text-decoration: underline;
                }


        .filterBarSection div .filterBy {
            color: #a4a4a4;
            display: inline-block;
            padding-right: 25px;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
        }

    .filterBarSection .btn {
        color: #a4a4a4;
        background-color: #ededed;
        border: none;
        border-radius: 0;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
        font-size: 14px;
        color: #5c5c5c;
        text-transform: uppercase;
        font-weight: 700;
    }

        .filterBarSection .btn:hover, .filterBarSection .btn-primary:active, .filterBarSection .btn-primary.active, .filterBarSection .open > .dropdown-toggle.btn-primary {
            border: none;
            background-color: #ededed;
            color: #a4a4a4;
        }

    .filterBarSection select {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        border: none;
        background-color: transparent;
        border: 1px solid #a4a4a4;
    }

    .filterBarSection .filterBySmall {
        width: 100%;
        background-color: #ededed;
        padding: 15px 25px;
    }
/* MEDIA QUERIES START */
@media (min-width: 768px) {
    .carousel-caption {
        bottom: 20%;
        right: 10%;
        left: 10%;
        padding-bottom: 0;
    }

    .navbarFullHeight {
        height: auto;
    }
}

.carousel.fixed-height {
    overflow:hidden;
}

.carousel-multi-item-inner > img {
    height: 100%;
    width: auto !important;
}


@media (min-width: 992px) {
    /* GENERAL PAGE STYLES START */
    .carouselArea, .fixedH {
        min-height: 690px;
    }

    nav, .navbar-header {
        height: 110px;
    }

    div.pushMenuHeight {
        margin-top: 110px;
    }

    .navbar-default {
        border-bottom: 1px solid #C9C9C9;
    }

    .navbar-brand {
        height: 110px;
        padding: 25px 15px;
    }

        .navbar-brand > img {
            max-height: 60px;
            height: 60px;
        }

    .navbar-right {
        margin: 0;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-top: 0px;
    }

    nav.navbar.shrink, nav.navbar.shrink .navbar-header {
        height: 100px;
    }

        nav.navbar.shrink .navbar-brand {
            height: 100px;
            padding: 25px 15px;
        }
}

@media (min-width: 1100px) {
    nav.navbar-default.shrink .navbar-nav > li > a {
        line-height: 100px;
        height: 100px;
    }

    .navbar-default .navbar-nav > li.last > a {
        padding: 0 0 0 0px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #4D4C4D;
        font-size: 14px;
        line-height: 110px;
        height: 110px;
        margin: 0;
        padding: 0 60px 0 0;
    }

    .navbar-default .navbar-nav > li > a {
        color: #4D4C4D;
    }

        .navbar-default .navbar-nav > li > a:link {
            color: #4D4C4D;
        }

        .navbar-default .navbar-nav > li > a:visited {
            color: #4D4C4D;
        }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.current > a {
            color: #E92B5F;
        }

        .navbar-default .navbar-nav > li > a:active {
            color: #E92B5F;
        }
}
/* Between phone and big tablet*/
@media (max-width: 1100px) {
    .navbar-header {
        float: none;
    }

    .carousel-caption {
        bottom: 10%;
    }
    /*Bootstrap force tablet menu*/
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

#headerCarousel .carousel-inner .item.full-screen.size-cover {
    height: 100vh !important;
    background-size: cover;
}
#headerCarousel .carousel-inner .item.full-screen.size-contain {
    height: 100vh !important;
    background-size: contain;
    background-repeat: no-repeat;
}

.textSliderSection.horizontal h2 {
    text-align: center;
    font-size: 40px;
    

}
.textSliderSection.horizontal .textSliderContent {
    text-align:justify;
}
.textSliderContentHolder {
    padding: 0px 10px 5px;
    
}
.textSliderTitleHolder {
    padding: 0px;
}

.imageRowSection {
    margin-top: 2em;
    margin-bottom: 2em;
}


.imageRowImageHolder {
    margin:15px 0;
}

.imageRowImageOverlay {
    position: absolute;
    float: left;
    bottom: 20px;
    background-color: #3a75c4;
    color: white;
    margin: 20px;
    padding: 10px;
    font-size:16px;
    font-weight:bold;
}

#small-navbar {
    position: fixed;
    top: 0;
    width: 400px;
    max-width: 400px;
    background: #000b40;
    z-index: 1000;
    padding: 30px;
    right: 0;
    margin: 30px;
}

#small-navbar ul {
    list-style-type: none;
    padding: 0;
    margin-top: 53px;
}
#small-navbar ul li {
   margin:5px;
   font-size:1.5em;
}

.hamburgerMenuOnly .navbar-toggle {
    margin-right: 30px;
}

@media (max-width: 768px) {
    #small-navbar {
        width: 90%;
    }
    #small-navbar ul li {
        margin: 5px;
        font-size: 1em;
    }
}

@media (max-width: 420px) {
    #small-navbar {
        width: 90%;
        left:0px;
        margin: 30px auto;
    }

        #small-navbar ul li {
            margin: 5px;
            font-size: 1em;
        }
}


/* Cast studies - thoughts section */
.thoughtsSection.Center .titleTextContainer {
    text-align: center;
    margin-bottom: 40px;
}

.thoughtsSection {
    padding-top: 50px;
    padding-bottom: 50px;
}

.thoughtsSection .thoughtsSectionContainer {
    cursor: pointer;
}

.thoughtsSectionItem .thoughtImage {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .thoughtsSection .thoughtsSectionContainer .thoughtsSectionItem {
        min-height: 550px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Author Info */
.authoredByContainer {
    border-top: 1px solid #808080;
    padding-top: 1rem;
    margin-bottom: 4rem;
    margin-top:4rem;
}
.authoredBy {
    color: #808080;
}

.authoredBy .authoredByImage {
    width: 100%;
}

.authoredBy p {
    font-weight: 700;
}