﻿/* Responsive: Portrait tablets and up */
@media screen and (max-width: 1200px) {
    .body-content {
        padding: 0 15px;
    }

    .footerMain
    {padding: 15px; }

    /*.navbar-brand img {
        width: 100%;
        height: auto;
    }*/

    #MainContent_ctrlWizardmenu_pUserInfo {
        float: left;
        width: 100%;
    }

}

@media screen and (max-width: 992px) {
  
    .navbar-brand img {
        width: 75%;
        height: auto;
    }
   
    .col-listImg {
        width: 100px;
        min-height: 100px;
        height: auto;
        padding-top: 7px;
    }

    .col-listContent {
        position: relative;
        float: left;
        /*width: 75%;*/
        width: calc(100% - 120px);
        padding: 0 10px 0 20px;
        min-height: 180px;
        height: auto;
    }

    .listTermContainer{width:65%;}
}

@media screen and (max-width: 768px) {
    .body-content {
        font-size: 0.875em;
    }
    .navbar-nav {
        float: left;
    }

    h1 {
        font-size: 1.186em;
        font-weight: 400;
        text-transform: uppercase;
    }

    h2, h3, h4, h5 {
        font-size: 0.875em;  
    }

    .footerMain {
        font-size: 0.875em;
    }

    .tagline {
        padding-top: 0; 
        width: 100% !important;
           }
  
} 

@media screen and (max-width: 500px) {

    .navbar-brand img {
        margin-bottom: 10px; 
    }

 
    
    #MainContent_ctrlWizardmenu_wizardMenu_smallDev {
        display: table;
    }

    #MainContent_ctrlWizardmenu_wizardMenu {
        display:none;
    }

    .wizardMenuContainer li:not(:last-child):after {
        content: "";
        background-image: none;
        height: 25px;
        width: 32px;
        position: absolute;
        top: 34%;
        right: -16px;
        z-index: 33;
    }


    .col-listImg {
        width: 100%;
        min-height: 100px;
        height: auto;
        float: none;
        padding: 7px 20px 0 20px;
    }

    .col-listContent {
        position: relative;
        float: left;
        /*width: 75%;*/
        width: 100%;
        padding: 20px 20px 0 20px;
        min-height: 180px;
        height: auto;
    }

    .btnSelectStudy {
        position: relative;
        margin-top: 7px;
    }
}

