.integrating-disciplines-main{
    margin-right: 0;
    margin-left: 16px !important;
    padding-right: 0;
}

.integrating-disciplines-main a{
    display: inline-block !important;
    height: 140px;
    max-width: 225px;
    position: relative;
    padding: 0;
    margin-right: 12px;
}

.integrating-disciplines-main a > .discipline-item{
    padding: 0;
    margin-right: 0;
}

.integrating-disciplines-main a .discipline-item > .overlay{
    background: none repeat scroll 0 0 rgba(0, 100, 200, 0.7);
    bottom: 0;
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.integrating-disciplines-main a .discipline-item .overlay > span{
    bottom: 15px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    width: 100%;
}

/*Winter courses IWRTHREE-622*/
.course-main-container{
    display: inline-block;
    width: 100%;
}

.course-left-side{
    width: 22%;
    vertical-align: top;
}

.course-right-side{
    padding: 3px 0 2px 0;
    vertical-align: top;
    float: right;
    width: 75%;
}

.course-title{
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-top: 5px;
}

.course-professor{
    color: #58585a;
    font-weight: bold;
    font-size: 75%;
}

.course-description{
    margin-bottom: 3px;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
}
/*Winter courses IWRTHREE-622*/

/*Ticket: RWP-178   Hugo UC SOSA*/
/*Contact US exception for Iphone4/4S*/
@media only screen and (min-device-width : 320px) and (max-device-height : 480px) and (orientation : portrait) {
    /* STYLES GO HERE */
    #sb-wrapper {
        top: -5% !important;
    }

    #sb-body-inner {
        overflow-y: scroll;
    }
}

@media (max-width: 550px) {

    #sb-wrapper {
        top: -3% !important;
    }

    #sb-body-inner {
        overflow-y: scroll !important;
    }
}

/*Sticker container*/
.sticker-title{
    width: 100%;
    text-align: center;
    font-size: 2em;
    color: grey;
    display: inline-block;
    margin: 15px 0 0 0;
}

.sticker-container{
    width: 100%;
    height: 100%;
    padding: 0px;
    background: #F0F0F0;
    display: inline;
    float: left;
}

#main-sticker .item-button{
    position: absolute;
    bottom: -10%;
    left: 29%;
    right: 29%;
}

#main-sticker .space-line{
    line-height: 1.25;
    width: 98%;
    color: #6A6260;
    font-size: 0.8em;
    margin: 0px;
}

#main-sticker .item-detail{
    position: absolute;
    top: 51%;
    padding: 0.25em;
}

#main-sticker .item-separator{
    position: absolute;
    top: 35%;
    left: 40%;
    right: 40%;
    padding: 0px 20% 0% 0%;
    margin-bottom: 0;
    background: transparent url("//confluence.engin.umich.edu/download/attachments/30508410/rule-embossed.gif") left bottom repeat-x;
}

#main-sticker .item-title {
    top: 15%;
    position: absolute;
    text-align: center;
    width: 100%;
    display: block;
    margin-left: 3%;
    margin-right: 3%;
}

#main-sticker .item-title p{
    position: absolute;
    color: #000000 !important;
    font-size: 0.90em;
    font-weight: bold;
    width: 94%;
    margin: 0% !important;
}

#main-sticker .item-type{
    top: 3%;
    position: absolute;
    text-align: center;
    width: 100%;
}

#main-sticker .item-description{
    background-color: #FFFFFF;
    margin: 3px 2px 10px;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 200px;
}

#main-sticker .item-even{
    background-color: #F8F8F8;
}

#main-sticker .item-odd{
    background-color: #F0F0F0;
}

#main-sticker .item{
    margin: 0px;
    position: relative;
    display: block;
    height: inherit;
}

#main-sticker .item img{
    display: block;
    width: 100%;
    height: auto;
}

.homepage .container.full-width {
    width: 100%
}

@media only screen and (max-width: 414px) {
    ul.slides .container.flex-caption h2{
        font-size: 0.5em !important;
    }

    ul.slides .container.flex-caption h4{
        font-size: 1em !important;
    }

    ul.slides .container.flex-caption{
        width: 50% !important;
    }

    #main-sticker .item-button{
        font-size: 10px !important;
    }
}

@media screen and (max-width: 950px) and (min-width: 415px) {
    ul.slides .container.flex-caption h2{
        font-size: 0.75em !important;
    }

    ul.slides .container.flex-caption h4{
        font-size: 1.25em !important;
    }

    ul.slides .container.flex-caption{
        width: 45% !important;
    }

    #main-sticker .item-button{
        font-size: 10px !important;
    }
}

@media screen and (max-width: 1350px) and (min-width: 951px) {
    ul.slides .container.flex-caption h2{
        font-size: 1em !important;
    }

    ul.slides .container.flex-caption h4{
        font-size: 1.5em !important;
    }

    ul.slides .container.flex-caption{
        width: 40% !important;
    }

    #main-sticker .item-button{
        font-size: 11px !important;
    }
}

@media screen and (max-width: 768px) and (min-width: 250px){
    .sticker-title{
        margin: 10px 0 10px 0 !important;
    }

    .sticker-title > p{
        margin: 0px !important;
        font-size: 0.50em !important;
        line-height: 1.1em !important;
    }

    #main-sticker .item-separator {
        top: 35% !important;
    }
}

/*For home slider*/


#slider {
    display: block !important;
}
.image-clickable{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    opacity: 0;
    background: transparent !important;
}

.banner-caption{
    opacity: 1;
    width: 100%;
    top: 30%;
    text-align: center;
    position: inherit;
}

.banner-caption h2, h4{
    line-height: 1em !important;
}

.banner-caption-title{
    color: rgb(245, 196, 0);
    margin-bottom: 20px;
    font-size: 1.75em !important;
    font-weight: 500 !important;
}

.banner-caption-subject{
    margin-bottom: 5px;
    font-size: 3.5em;
    color: white;
    font-weight: bold;
}

a.banner-caption-link {
    background: transparent -webkit-linear-gradient(bottom, rgba(2, 128, 225, 0) 0%, rgba(23, 153, 254, 0) 100%);
    color: white;
    font-weight: lighter;
    border: 1px solid;
    padding: 8px 60px;
    line-height: 3em;
    opacity: 0.8;
}

.banner-caption a:hover{
    background-color: white !important;
    color: black !important;
    font-weight: bold !important;
    border-color: transparent !important;
}

/*@media screen and (max-device-width: 480px){*/
@media screen and (min-width: 150px) and (max-width: 480px){
        .banner-caption-subject{
        font-size: 2.4em !important;
    }
}

/*@media only screen and (max-width: 767px) {*/
@media screen and (min-width: 150px) and (max-width: 767px){
    .banner-caption{
        top: 30%;
    }
}











#isd-container-desktop{
    display: block;
    height: 50px;
    background-color: white;
    position: relative;
}

.isd-description-logo{
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background: url('https://confluence.engin.umich.edu/download/attachments/21103180/ISDVert.jpg') no-repeat center;
    top: -100%;
    z-index: 30;
}

#teasers {
    background: transparent !important;
    display: inherit !important;  /*It prevents that teasers disappear for mobile*/
    padding-top: 0% !important;
    padding-bottom: 0px !important;
    background-color: white !important;
}

#action{
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}


@media only screen and (max-width: 767px) {
    .container{
        margin: 0 0;  /*Normally for mobile it creates a margin of 0 11px*/
    }
    body:not(.homepage) #content .container {
        margin: 0 2%;  /*Normally for mobile it creates a margin of 0 11px*/
        width: auto;
    }

    body:not(.homepage) #content .container #upcoming {width:100%}
    body:not(.homepage) #content .container .twelve.columns {width:auto;}
    body:not(.homepage) #content .container .twelve.columns .two.columns {width:96%;margin:0 2%}

    #ribbon{
        padding-top: 0 !important;
        display: none;
    }
}

@media only screen and (max-width: 959px) and (min-width: 401px){
    #footer .container {
        width: 100% !important;
    }
}


/* New Icons*/

.isd-ue-container{
    display: table; width: 1200px; height: 115px;  margin-left: auto; margin-right: auto;
}

.isd-ue-sliders {
    width: 25%;
    height: inherit;
    display: table-cell;
    float: left;
}

#isd-ue-title-description {
    font-size: 2.4em;
    color: #8E8F92;
    font-weight: lighter;
    margin-top: 20px;
}

.isd-ue-sliders a{
    height: inherit;
    display: block;
    color: #3d464d;
    position: relative;
    border-top: 1px solid #8d8f92;
    border-right: 1px solid #8d8f92;
    border-bottom: 1px solid #8d8f92;
    border-left-width: 0px;
    text-decoration: none;
}
.isd-ue-sliders a:hover{
    background-color: #E3F2FF;
    border-left: 0;
}

.isd-ue-sliders a:hover h1{
    text-decoration: underline;
}

#isd-ue-contactus a{
    border-right: 0px;
}

#isd-about-icon{
    background: url(http://confluence.engin.umich.edu/download/attachments/21103180/ql_video.png) no-repeat 0%;
}

#isd-about-icon:hover{
    background: url(https://confluence.engin.umich.edu/download/attachments/1399/ql_video_hover.png) no-repeat 0%;
}

#isd-programs-icon{
    background: url(https://confluence.engin.umich.edu/download/attachments/21103180/ql_programs.png) no-repeat 0%;
}

#isd-programs-icon:hover{
    background: url(https://confluence.engin.umich.edu/download/attachments/1399/ql_programs_hover.png) no-repeat 0%;
}

#isd-calendar-icon{
    background: url(https://confluence.engin.umich.edu/download/attachments/21103180/ql_calendar.png) no-repeat 0%;
}

#isd-calendar-icon:hover{
    background: url(https://confluence.engin.umich.edu/download/attachments/1399/ql_calendar_hover.png) no-repeat 0%;
}

#isd-contactus-icon{
    background: url(https://confluence.engin.umich.edu/download/attachments/21103180/ql_conversation.png) no-repeat 0%;
}

#isd-contactus-icon:hover{
    background: url(https://confluence.engin.umich.edu/download/attachments/1399/ql_conversation_hover.png) no-repeat 0%;
}

.isd-ue-sliders-icon{
    position: relative; top: 17%;  width: 75%; margin: auto;
}

.isd-ue-sliders-icon > h1{
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
    text-align: left;
    padding: 0;
    color: #176eb5; line-height: 20px; white-space: normal;
    width: 65%;
    margin: 0 25%;
}

.isd-inner-border-initial{
     border-bottom: 1px solid #933DA6 !important;
}

.isd-inner-border-selected-item{
    border: 1px solid #933DA6 !important;
    border-bottom-color: transparent !important;
}

.isd-inner-border-item-about{
    border-left: 0px !important;
}

.isd-ue-sliders-icon > p{
    line-height: 20px; font-size: 14px; font-family: sans-serif; width: 79%; margin: 0% 25%; text-align: left;
}

.isd-ue-container-content{
    display: inline-block; width: 100%; border-bottom: 1px solid #933DA6;height: 395px;
}

.isd-ue-content{
    width: 100%; display: none; height: 100%;
}

#isd-ue-about-content-left{
    height: 100%;  width: 40%; float: left;
}

#isd-ue-about-content-left > p{
    text-align: left;
    margin: 4% auto 0% 17%;
    width: 80%; font-size: 14px; font-family: sans-serif; color: black;
}

#isd-ue-about-content-right{
    height: 100%; width: 60%; float: left;
}

#isd-ue-about-content-right iframe{
    display: block ;  margin-left: auto; margin-right: auto; margin-top: 4%;
}

#isd-ue-programs-content .fiche{
    width: 215px; height: 335px; border: 1px solid #8d8f92; color: black; font-family: sans-serif;  position: relative; text-align: center; margin: 10% auto 10% auto;
}

.fiche:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);

    -webkit-transition: 0.1s ease-out;
    -ms-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}

.fiche img{
    width: 100%;
    /*transition: 0.1s ease;*/
}

#isd-ue-programs-content .fiche > h5{
    width: 92%; margin: 10px auto 8px; padding-bottom: 10px;font-size: 1em;
}

#fiche1 > h5, #fiche2 > h5{
    border-bottom: 1px solid #C89E1E;
}

#fiche3 > h5{
    border-bottom: 1px solid #57A0CF;
}

#fiche4 > h5{
    border-bottom: 1px solid #96B654;
}

#isd-ue-programs-content .fiche > p{
     line-height: 1.25; font-size: 0.8em; margin: 0px 2px 0px 2px;
     display: block;
}

#isd-ue-programs-content .fiche > .fiche-mobile-text{
    display: none;
}

#isd-ue-programs-content .fiche > .separator{
    position: absolute;
    bottom: -1%;
    width: 120px;
    height: 5px;
    background-color: white;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#isd-ue-programs-content .fiche-link {
    position: absolute;
    text-decoration : none;
    padding : 4px 30px;
    border: 1px solid #8d8f92;
    border-radius: 2px;
    background-color: white;
    bottom: -4%;
    z-index: 10;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 0.8em;
    color: #000000;
}

#isd-ue-programs-content .fiche-link:hover { border-color: #ccc; background-color: #e3f2ff }

#isd-ue-programs-content .isd-ue-programs-columns{
    width: 25%; border: none;float: left;
}

@media screen and (min-width: 737px) and (max-width: 1200px) {
    .isd-ue-container {
        width: 100%;
        height: 65px;
    }

    #isd-ue-about-content-left > p {
        margin: 4% auto 0% 2%;
        width: 95%;
        font-size: 0.8em;
    }

    #isd-ue-about-content-left .slider2button{
        margin-left: 34%;
        margin-top: 15px;
    }

    .isd-ue-sliders-icon > p {
        width: 70%;
        margin: 0px auto 0 36%;
    }

    .isd-ue-sliders-icon > h1 {
        margin: 0px auto 0px 35%; padding: 13px;
    }

    #isd-ue-about-content-right iframe{
        width: 450px; height: 253px;
    }

    .isd-ue-sliders-icon {
        background-position: 5%;
        height: 45px;
        position: relative;
        width: 130px;
        margin-left: auto;
        margin-right: auto;
    }

    .isd-ue-sliders-icon > p {
        display: none;
    }

    .isd-ue-sliders-icon:hover {
        background-position: 5%;
    }


    .fiche:hover{
        -webkit-transform: none;
        -ms-transform:none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;

        -webkit-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
}

@media screen and (min-width: 736px) and (max-width: 860px) {
    .add-submenu{border:none;}
    .isd-ue-container-content {
        height: 320px;
    }

    #isd-ue-programs-content .fiche{
        width: 90%;
        height: 275px;
    }

    #isd-ue-programs-content .fiche-link {
        margin-left: 25%;
        margin-right: 25%;
    }

    #isd-ue-programs-content .fiche >  .fiche-desktop-text{
        display: none;
    }

    #isd-ue-programs-content .fiche > .fiche-mobile-text{
        display: block;
    }

}

@media screen and (min-width: 150px) and (max-width: 736px) {

    .owl-controls{
        /*display: none !important;*/
    }

    .add-submenu{border:none;}
    .isd-ue-sliders-icon {
        height: 45px;
        background-position: 0%;
        top: 0%;
        position: relative;
        width: 135px;
        margin-left: auto;
        margin-right: auto;
    }

    .isd-ue-sliders-icon:hover {
        background-position: 0%;
    }

    #isd-ue-container > a{
        height: 45px;
        border: none;
        border-top: 1px solid #8d8f92;
    }

    #isd-ue-contactus > a{
        border-bottom: 1px solid #8d8f92;
    }

    .isd-ue-container {
        height: 100px;
        width: 100%;
        border-top-width: 0px;
        border-bottom-width: 0px;
    }
    #isd-ue-title-description {
        font-size: 1em;
    }

    .isd-ue-container-content{
        display: none ;
    }
    .isd-ue-sliders {
        width: 100%;
        height: auto;
    }

    .isd-ue-sliders-icon > p {
        display: none;
    }

    .isd-ue-sliders-icon > h1 {
        text-align: left;
        font-size: 16px;
        margin-left: 30%;
        padding: 13px;
        width: 100px;
    }
}


/*Master of Engineering in Energy Systems Engineering*/

p.curtain-master-description {
  margin: 10px;
  line-height: 2em;
  display: inline-block;
}

img.curtain-master-image{
  width: 170px;
  height: 170px;
}


#master-energy-description{
    position: relative;
    width: 100%;
    height: 135px;
    display: inline-block;
    font-family: sans-serif;
}

.master-energy-description-columns{
    width: 50%;
    height: auto;
    border: none;
    float: left;
    text-align: center;
    color: #555555;
}

.master-energy-description-columns > h3{
    text-align: left; margin-bottom: 0%;
}

.master-energy-description-columns > p{
    width: 100%; margin-top: 0px;  text-align: left;
}

.master-energy-container {
    display: inline-block;
    width: 100%;
}

.master-energy-container .master-energy-columns {
    float: left;
    width: 48%;
}

.master-energy-columns h3{
    margin-bottom: 0;
}


@media screen and (max-width: 1024px){
    img.curtain-master-image {
        width: 85px;
        height: 85px;
    }
}

@media screen and (max-width: 435px){
    .master-energy-container .master-energy-columns {
        width: 100%;
    }

    .master-energy-container img{
        display: none;
    }

    .master-energy-columns h3{
        text-align: center;
    }

    .master-energy-columns p{
        text-align: center;
    }



    img.curtain-master-image{
        display: none;
    }

    .master-energy-description-columns{
        width: 100%;
    }

    .master-energy-description-columns > h3{
        text-align: center;
    }

    .master-energy-description-columns > p{
        text-align: center;
    }

    .master-energy-description-columns > img{
        display: none;
    }
}

/*Master of Engineering in Energy Systems Engineering*/



/*Curtain plugin */

.curtain-container{
    position: relative;
    width: 100%;
    display: inline-block;
    font-family: sans-serif;
    font-size: 0.8em;
}

.curtain-link{
    display: inline-block;
    width: 150px;
    position: relative;
}

.curtain-link:hover{
    text-decoration: none;
}

.curtain-link-rot45{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -transform: rotate(45deg);
}

.curtain-link-rot90{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -transform: rotate(90deg);
}
.curtain-link > img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.curtain-link > label{
    vertical-align: middle;
    visibility: visible;
    display: inline-block;
    margin-left: 5px;
    color: black;
    font-size: 15px;
}

.curtain-slide{
    width: 100%; height: 100%; display: none;
}

.curtain-columns-container{
    display: flex;
    width: 100%;
    border-top: 1px solid #555555;
    border-bottom: 1px solid #555555;
}

.curtain-slide-columns{
    float: left;
    text-align: center;
    background-color: white;
    padding: 1em;

}

@media screen and (max-width: 435px){
    .curtain-slide{
        display: block !important;
    }

    .curtain-slide-columns {
        width: 100% !important;
        border-top: 1px solid #555555;
        padding: 0;
    }

    .curtain-slide-columns:last-child{
        border-bottom: 1px solid #555555;
    }

    .curtain-link{
          display: none;
    }

    .curtain-slide-columns h4.title-slide-column{
        margin: 0px;
        padding: 10px;
    }

    .curtain-slide-columns h4.title-slide-column:hover {
        background-color: #597eb2;
        color: white;
        cursor: pointer;
    }

    .curtain-slide-columns section {
        display: none;
    }

    .curtain-columns-container {
        border: 0;
        border-bottom: 1px solid #555555;
    }
}

/********************/

/*Banner responsive*/
.responsive-caption {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.responsive-caption div{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 20%;
    display: block;
}

.responsive-caption p{
    width: 75%;
    text-align: left;
    color: white;
    font-weight: normal;
    font-size: 2.75em;
    margin-bottom: 5px;
    line-height: 1.1;
}

@media  screen and (max-width: 768px) {
    .responsive-caption {
        width: 100%;
    }

    .responsive-caption div{
        width: 100%;
    }

    .responsive-caption p{
        width: 100%;
        font-size: 1.75em;
    }
}
/*******************/


/** keywords table *******/
.keywords {
    font-size: 12px;
    color: #3d464d;
    min-height: 100px;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.keywords .keywords-columns {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    float: left;
}

.keywords .keywords-columns > a {
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ddd;
    display: block;
    position: relative;
    height: 150px;
    padding: 15px;
    font-size: 13px;
}

.keywords .keywords-columns > a:hover .keyword-label {
    color: #3d464d;
    text-decoration: underline;
}

.keywords .keywords-columns > a .keyword-label {
    bottom: 20px;
    width: 100%;
    text-align: center;
    line-height: 1.25em;
    color: #3d464d;
}

.keywords-panel-order{
    height: 150px; width: 225px; margin: 3px; float: left; text-align: center;
}

.kewwords-new-link, .collapsible-new-panel{
    display: inline-block; padding: 5px; background-color: #6D6D6D; margin-left: auto; margin-right: auto; margin-bottom: 20px;
}

.kewwords-new-link > a, .collapsible-new-panel > a{
    color: white; font-weight: 600;  text-decoration: none;
}


@media screen and (max-width: 767px){

    .keywords-panel-order{
        height: auto;
        width: 100%;
        margin: 0;
    }

    .keywords{
        width: 100%;
        border-top: 1px solid #000000;
    }

    .keywords .keywords-columns {
        width: 100% !important;
        margin-bottom: 1px;
        margin-left: 0 !important;
    }

    .keywords .keywords-columns > a {
        text-align: left;
        height: 50px;
        padding: 0;
        border: 0;
        border-bottom: 1px solid black;
        border-radius: 0;
    }

    .keywords .keywords-columns > a .keyword-label {
        position: relative;
        width: 75%;
        left: 20%;
        text-align: left;
        color: #3d464d;
        bottom: 35px;
    }

    .keywords a > img {
        width: 45px;
        height: auto;
        margin-left: 10px;
    }
}
/********************/



/*Collapsible*/

.collapsible-panel-container{
    width: 100%;
    cursor: pointer;
    background-color: white;
    border-bottom: 1px solid #F3F2F1;
    text-align: left;
}

.collapsible-panel-container .title-container{
    display: block;
    font-weight: bold;
    font-size: 1em;
    height: 40px;
}

.collapsible-panel-container .title-container:hover{
    background-color: #E9E9E9;
}

.collapsible-panel-container .arrow-icon{
    float: left;
    width: 11px;
    height: 11px;
    top: 16px;
    position: relative;
    margin-right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.collapsible-panel-container .left-arrow-icon{
    background-image: url("https://confluence.engin.umich.edu/download/attachments/1399/right-arrow.png") !important;
}

.collapsible-panel-container .down-arrow-icon {
    background-image: url("https://confluence.engin.umich.edu/download/attachments/1399/down-arrow.png") !important;
}

.collapsible-panel-container .panel-icon{
    float: left;
    width: 40px;
    height: 40px;
    background: white;
    text-align: center;
}

.collapsible-panel-container .panel-title{
    position: relative;
    margin-left: 5px;
    color: #176EB5;
    width: 85%;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    line-height: 15px;

}

.collapsible-panel-container .content{
    display: none;
    background-color: #ffffff;
    width: 95%;
    padding-top: 0;
}

.collapsible-panel-container .content-children{
    padding-left: 45px;
}

.collapsiblePanelOrder > ul{
    position: absolute;
    background-color: white;
    z-index: 1;
    border: 1px solid black;
}

.collapsiblePanelOrder > ul li:hover{
     background-color: #A6BEE0;
}

.collapsiblePanelOrder > ul li{
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100px;
    text-align: center;
}

@media screen and (max-width: 1200px){
    .collapsiblePanelOrder > ul {
        display: none;
    }
}


@media screen and (max-width: 1024px){

    .collapsible-panel-container .panel-title{
        width: 90%;
        font-size: 1em;
        line-height: 13px;
    }

    .collapsible-panel-container .panel-icon{
        display: none;
    }
}

@media screen and (max-width: 768px){
    .collapsible-panel-container .panel-title{
        width: 85%;
        font-size: 0.8em;
    }

    .collapsible-panel-container .arrow-icon {
        margin-right: 0;
        margin-left: 20px;
    }

    .collapsible-panel-container .content-children {
        padding-left: 5px;
    }
}
/*************/

/*List A-Z*/

.list-az-content {
    float: left;
    width: 25%;
}

@media screen and (max-width: 640px){
    .list-az-content {
        width: 50%;
    }
}

/**********/










/*.master-energy-columns > img{
    width: 170px;
    height: 170px;
}*/


/*This is a temporary remedy to solve the issue with borders in Chrome, it works even in firefox, IExplorer, and Safari*/

#content #tabWidget table, #page-content table {
    border-collapse: inherit;
    border-top: 1px #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


#content #tabWidget table tr th{

    border-bottom: 1px #ccc;
    border-right: 0;
}

#content #tabWidget table tr td, #page-content table tr th, #page-content table tr td{
    border-bottom: 1px #ccc;
    border-right: 1px #ccc ;
}

/******************************************************/

.gm-opex span strong {
    color: #FF0000;
}

.gm-opex span.purple-txt, .gm-opex span.purple-txt strong {
    color: #a020f0;
}

.video-container {
    position: relative;
    padding-bottom: 55%;
      height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resp-fw .container .sixteen.columns {
    width:100%;
}

.gmap {
    height: 300px;
    padding-bottom: 0;
}