#myCarousel {
    /*height: 480px;*/
    height: 450px;
    overflow: hidden;
}

#myCarousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 6px;
    background: rgba(0, 0, 0, 0.6);
    text-shadow: none;
}

#myCarousel .carousel-caption h4 a {
    color: #fff;
}

#myCarousel .list-group {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0 !important;
}

#myCarousel .list-group-item {
    border-radius: 0px;
    cursor: pointer;
    background-color: #232424;
}

#myCarousel .carousel-caption h4 {
    font-family: "freight-text-pro", 'sans-serif';
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    line-height: 40px;
    padding: 5px 125px 5px 75px
}

@media (max-width: 767px) {
    #myCarousel .carousel-caption h4 {
        font-size: 18px;
        line-height: 20px;
        padding: 2px 15px 2px 15px;
        margin-top:5px;
        margin-bottom:5px;
    }

    .carousel-inner > .item > img {
        /*min-height: inherit !important;*/
        min-height:320px!important;
    }

    #myCarousel {
        height: inherit !important;;
    }

    .carousel-container-outer {
        background-color: inherit!important;
        height: 350px;
    }
}

#myCarousel .list-group-item h4 {
    font-family: "freight-text-pro", 'sans-serif'!important;
    font-size: 18px!important;
    color: #ffffff!important;
    font-weight: normal!important;
    margin: 4px 4px 4px 50px;
    z-index:2;
    position: relative;
}

#myCarousel .list-group-item h5 {
    font-family: "jaf-bernina-sans", 'sans-serif';
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    margin: 4px;
    text-transform: uppercase;
}

#myCarousel .list-group .active {
    /*background-color:#114d6d;*/
    background-color: #236c92;
}

#myCarousel .list-group .active h4 {
    /*color:#236c92;*/
}

@media (min-width: 992px) {
    #myCarousel {
        padding-right: 33.3333%;
    }

    #myCarousel .carousel-controls {
        display: none;
    }
}

@media (max-width: 991px) {
    .carousel-caption p,
    #myCarousel .list-group {
        display: none;
    }
}

.carousel-container {
    max-width: 1620px;
    margin: 0 auto;
}

.carousel-container-outer {
    background-color: #232424;
    /*max-height: 480px;*/
    max-height:450px;
    z-index:1;
    position:relative;
}

.carousel-inner, .carousel-inner > .active {
    max-height: 450px;
}

#myCarousel {
    padding-bottom: 4px
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

ul.list-group li:first-child {
    border-top: none;
}

ul.list-group li:last-child {
    border-bottom: none;
}

ul.list-group li {
    border-right: none;
}

.carousel-inner > .item > img {
    min-height: 450px;
}
@media only screen and (max-width: 767px) {
    .carousel-inner > .item > img {
        min-height: 0!important;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
    #myCarousel .list-group-item h4 {
        /*margin-top:-20px!important;*/
        margin-left:25px!important;
    }
}
#searchform #search
{
border:none  !important;
color: #fff;
float: left;
left: 0;
padding:4%;
position: relative;
text-align: left;
width: 87%;
text-transform:none;
}

#searchform{
float: left;
height: 45px;
overflow: hidden;
position: relative;
width: 100%;
}
#searchform .search 
{
background: url("http://lifenews.staging.wpengine.com/wp-content/themes/lifenews-new/images/drop_down_icon.png") no-repeat scroll center center / 152% auto rgba(0, 0, 0, 0);
border: 0 none !important;
float: right;
height: 30px;
margin: 5px 5px 2px;
padding: 0 !important;
position: relative !important;
text-decoration: none;
text-indent: -9999px;
-ms-transform: rotate(-90deg); /* IE 9 */
-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
transform: rotate(-90deg); /* Standard syntax */
width: 30px;
z-index: 2;
}