﻿/*FONTS

    font-family: 'Roboto Condensed', sans-serif;

    font-family: 'Open Sans', sans-serif;

    (light) 300, 300italic, (normal) 400, 400italic, (semi-bold) 600, 600italic, (bold) 700, 700italic

        font-family: 'Open Sans Condensed', sans-serif;

        300 (light) +700 (bold)
    */

/* > > > > > > > > >   START new episerver code transfers from main site   < < < < < < < < */

/*>>>>>>>>>>>>>>>>>> YOUTUBE Responsive embed - wrap in <div class="embed-container"> <<<<<<<<<<<<<<<<<<*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* >>>>>> Table <<<<<<<*/

/* parent allows scrolling for mobile*/
.tableScroll, tablescroll, TableScroll, Tablescroll {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

    table.tinyTable, table.tinyTable tr, table.tinyTable th, table.tinyTable td, table.tinyTable p {
       /* font-size: 1.5rem !important;*/
    }

/* > > > > > > > > >   END new episerver code transfers   < < < < < < < < */

/*color variable*/
:root {
    --mcsi-green: #5ab11c;
    --text-color: #333333;
}

html {
    min-width: 350px; /*hard stop for homepage*/
}

body {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 16px;
}

.mainContent p {
    line-height: 30px;
    padding: 17px 0px;
    margin-bottom: 0px;
}

/* Pushes content up or down as nav height changes */
.navHeightAdj {
    display: block;
    width: 100%;
    height: 85px;
}

/* Pushes content up or down as nav height changes */
.homeHeightAdj {
    display: block;
    width: 100%;
    height: 85px;
}

/* ^*>|||<^*^*>|||<^*^*>|||<^*^ Headlines ^*>|||<^*^*>|||<^*^*>|||<^*^  --> */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    margin-top: 35px;
    margin-bottom: 35px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.lgHeadline {
    background-color: #5ab11c;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 48px;
    color: #262626;
    margin-left: -48px;
    margin-top: 60px;
    margin-bottom: 35px;
}

.greenHeadline {
    color: #5ab11c;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 48px;
    margin-left: -48px;
    margin-top: 50px;
    margin-bottom: 50px;
}

xmp {
    overflow: hidden;
}

.quoteBlock {
    color: #5ab11c;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    width: 100%;
    text-align: justify;
    -ms-text-justify: inter-word;
    text-justify: inter-word;
}

.quoteAuthor {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #5ab11c;
    font-size: 16px;
    padding-top: 15px;
}

.quoteTitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #5ab11c;
    font-size: 16px;
}



/* ^*>|||<^*^*>|||<^*^*>|||<^*^ master items ^*>|||<^*^*>|||<^*^*>|||<^*^  --> */

.topBanner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 70vh;
    position: relative;
}

    .topBanner .whiteBottom {
        height: 60px;
        width: 100%;
        background: url(/Themes/MCSI/Static/gfx/banner_white.png) repeat;
        position: absolute;
        bottom: 0px;
    }

/* >>>>>>>>>   Home Carousel Items   <<<<<<<<<<<<< */

.homeBanner {
    position: relative;
    /*max-height:500px;*/
    max-height: 600px;
}

    .homeBanner .whiteBottom {
        height: 60px;
        width: 100%;
        background: url(/Themes/Mcsi/Static/gfx/banner_white.png) repeat;
        position: absolute;
        bottom: 0px;
    }


/* ^*>|||<^*^*>|||<^*^*>|||<^*^ home items ^*>|||<^*^*>|||<^*^*>|||<^*^  --> */

.homeHeadline {
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 30px;
}

.homeBorder {
    width: 100%;
    background-color: #b9deff;
    height: 2px;
    display: block;
}

.homeDescription {
    padding: 15px 50px 20px 50px;
    font-size: 16px;
}



/* ^*>|||<^*^*>|||<^*^*>|||<^*^ MCSI BOXES ^*>|||<^*^*>|||<^*^*>|||<^*^  --> */

.mcsiBox {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    width: 100%;
    height: 460px;
    position: relative;
    overflow: hidden;
}

.mcsiBox p {
    line-height:normal;
    padding: 0px;
}

    .mcsiBoxPhoto {
    height: 280px;
    background-position: center top;
    background-size: cover;
    width: 100%;
    display: block;
}

.mcsiBoxTextPanel {
    height: 180px;
    width: 100%;
    display: block;
}

.mcsiBoxHeadLine {
    text-transform: uppercase;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 25px 20px 5px 30px;
    height: 100px;
    line-height: 24px;
    overflow: hidden;
}

.mcsiBoxDesc {
    padding: 5px 20px 10px 30px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    overflow: hidden;
}

.mcsiBoxDesc p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.mcsiBoxLogo {
    height: 130px;
    background-position: center center;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
}

.mcsiBoxGreenHeadline {
    font-size: 22px;
    font-family: "Open Sans";
    color: #5ab11c;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
}

.mcsiBoxContent {
    position: relative;
    height: 193px;
    padding: 20px 10px 0px 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

    .mcsiBoxContent ul {
        list-style: none;
        display: block;
        padding-left: 0px;
        line-height: 35px;
    }

    .mcsiBoxContent input {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        width: 80%;
        margin: 40px auto 20px auto;
        display: block;
        border: none;
        font-size: 15px;
        font-weight: normal;
        height: 35px;
        padding: 5px;
        color: #333;
    }

/* ^*>|||<^*^*>|||<^*^*>|||<^*^ Home Sections ^*>|||<^*^*>|||<^*^*>|||<^*^  --> */

.aboutUs, .ourCampus {
    /*background-image:url(/main/subsites/centers/mcsi/images/home_bg_drops.jpg);*/
    background-position: center bottom;
    padding: 40px 0px 60px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 35px;
    margin-bottom: 35px;
}

    .aboutUs .container {
    }

    .aboutUs .homeDescription, .ourCampus .homeDescription {
        padding-bottom: 30px;
    }

.homeBlueBackground {
    background-image: url(/Themes/MCSI/Static/gfx/home_blue_bg.png);
    background-repeat: repeat;
    padding: 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 80px;
}

    .homeBlueBackground .item {
        padding: 0px;
    }

.homeSectionPhoto {
    background-size: cover;
    background-position: center center;
    margin: 0px 40px;
    min-height: 200px;
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.homeBlueBackground .leftFix {
}

.homeBlueBackground .rightFix {
}

.homeSectionPhoto h1 {
    font-weight: 800;
    font-size: 20px;
    position: absolute;
    bottom: -100px;
    width: 100%;
}






/* ^*>|||<^*^*>|||<^*^*>|||<^*^ Footer ^*>|||<^*^*>|||<^*^*>|||<^*^  --> */

footer {
    /*height:320px;*/
    color: #fff;
    padding: 20px 0px;
}

.footCol1 {
    text-align: left;
}

.footCol2 {
    text-align: center;
}

.footCol3 {
    text-align: right;
}

footer h1 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 20px;
    padding-bottom: 30px;
}

footer a {
    color: #5ab11c;
}

.socialFoot {
}

    .socialFoot img {
        display: inline-block;
    }



/* ^*>|||<^*^*>|||<^*^*>|||<^*^ Form Items ^*>|||<^*^*>|||<^*^*>|||<^*^  --> */

.fieldWithButton {
    position: relative;
    width: 200px;
    margin: 0 auto;
}

.genInputField {
    border: medium none;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 35px;
    padding: 5px;
    width: 200px;
    color: #333;
}

.genButton {
    background-color: #5ab11c;
    background-image: url("/Themes/MCSI/Static/gfx/arrow_white.png");
    background-position: center center;
    border: medium none;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}

    .genButton:hover {
        background-image: url("/Themes/MCSI/Static/gfx/arrow_black.png");
    }

/* ^*>|||<^*^*>|||<^*^*>|||<^*^ Search Results ^*>|||<^*^*>|||<^*^*>|||<^*^  --> */

.searchWrapper .basicSearchTerms { /*input field on search results page*/
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 45px;
    padding: 7px;
    width: 250px;
    border: 1px solid #5ab11c;
    padding-right: 50px;
}

.searchWrapper .basicSearchSubmit { /*submit button on search results page*/
    background-color: #5ab11c;
    background-image: url("/Themes/MCSI/Static/gfx/mag_white.png");
    background-position: center center;
    border: medium none;
    height: 45px;
    position: absolute;
    right: -50px;
    top: 0;
    width: 45px;
    text-indent: -200px;
}

    .searchWrapper .basicSearchSubmit:hover {
        background-image: url("/Themes/MCSI/Static/gfx/mag_black.png");
    }

.searchWrapper .resultItem mark {
    background-color: #aeff75;
}

.searchWrapper .resultItem:hover {
    cursor: pointer;
    background-color: #e7e7e7;
}

.searchWrapper .searchResTopLink {
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
}

.searchWrapper .resultItem {
    font-family: 'Open Sans', sans-serif;
    border-color: #337ab7;
}

.searchWrapper a {
    color: #5ab11c;
}

.searchWrapper .quicklink {
    display: block;
    padding-top: 10px;
    font-size: 12px !important;
}

.resultsPagingArea {
    margin-top: 35px;
    text-align: center;
}

    .resultsPagingArea .pageBox {
        border-color: #5ab11c !important;
    }

        .resultsPagingArea .pageBox:hover {
            background-color: #337ab7 !important;
            color: #fff;
        }


    .resultsPagingArea .pageBoxActive {
        background-color: #5ab11c !important;
        color: #000 !important;
    }


/* ^*>|||<^*^*>|||<^*^*>|||<^*^ Social ^*>|||<^*^*>|||<^*^*>|||<^*^  --> */

/*Flickr*/

.MCSIsocial .Flickr .source-account a {
    color: #5ab11c;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.social-feeds .social-feed .source-account img, .modal-header .source-account img {
    top: 0px;
}

.social-feeds .social-feed:hover {
    border: 10px solid #5ab11c;
    padding: 10px;
}

.social-feeds .social-feed .social-feed-content .title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.social-feeds .social-feed {
    background-color: #000;
    background-image: url("/Themes/MCSI/Static/gfx/panel_black_lg.png");
    background-repeat: repeat;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-color: #000;
}

    .social-feeds .social-feed .social-feed-content .picture {
        -moz-border-radius: 22px 22px 22px 22px;
        -webkit-border-radius: 22px 22px 22px 22px;
        border-radius: 22px 22px 22px 22px;
    }

.Flickr .modal-dialog {
    width: 50%;
}

.modal-dialog {
    left: 0;
}

.modal .modal-dialog .picture img {
    margin: 0 auto;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


.Flickr .source-account a {
    color: #5ab11c;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

#modal-content {
    border: 0px;
    margin-top: -3px;
}

.modal-footer {
    border: 0px;
}

/*Flickr Modal Style Match*/


.modal-header {
    background-color: #5ab11c;
    border: none;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#modal-content .source-account {
    padding: 30px 20px 0px 45px;
}

#modal-content .modal-footer {
    padding: 17px;
    background-color: #5ab11c;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}





/* ###################### animated loaders */

.bubblingG {
    text-align: center;
    width: 120px;
    height: 75px;
    /* I added following code to center in the middle of the screen */
    padding: 10px;
    position: fixed;
    top: 45%;
    left: 50%;
}

    .bubblingG span {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        margin: 38px auto;
        background: #012A5D;
        -moz-border-radius: 75px;
        -moz-animation: bubblingG 1.6s infinite alternate;
        -webkit-border-radius: 75px;
        -webkit-animation: bubblingG 1.6s infinite alternate;
        -ms-border-radius: 75px;
        -ms-animation: bubblingG 1.6s infinite alternate;
        -o-border-radius: 75px;
        -o-animation: bubblingG 1.6s infinite alternate;
        border-radius: 75px;
        animation: bubblingG 1.6s infinite alternate;
    }

#bubblingG_1 {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

#bubblingG_2 {
    -moz-animation-delay: 0.48s;
    -webkit-animation-delay: 0.48s;
    -ms-animation-delay: 0.48s;
    -o-animation-delay: 0.48s;
    animation-delay: 0.48s;
}

#bubblingG_3 {
    -moz-animation-delay: 0.96s;
    -webkit-animation-delay: 0.96s;
    -ms-animation-delay: 0.96s;
    -o-animation-delay: 0.96s;
    animation-delay: 0.96s;
}



@-moz-keyframes bubblingG {
    0% {
        width: 15px;
        height: 15px;
        background-color: #000;
        -moz-transform: translateY(0);
    }

    100% {
        width: 45px;
        height: 45px;
        background-color: #5ab11c;
        -moz-transform: translateY(-32px);
    }
}

@-webkit-keyframes bubblingG {
    0% {
        width: 15px;
        height: 15px;
        background-color: #000;
        -webkit-transform: translateY(0);
    }

    100% {
        width: 45px;
        height: 45px;
        background-color: #5ab11c;
        -webkit-transform: translateY(-32px);
    }
}

@-ms-keyframes bubblingG {
    0% {
        width: 15px;
        height: 45px;
        background-color: #000;
        -ms-transform: translateY(0);
    }

    100% {
        width: 45px;
        height: 45px;
        background-color: #5ab11c;
        -ms-transform: translateY(-32px);
    }
}

@-o-keyframes bubblingG {
    0% {
        width: 15px;
        height: 15px;
        background-color: #000;
        -o-transform: translateY(0);
    }

    100% {
        width: 45px;
        height: 45px;
        background-color: ##5ab11c;
        -o-transform: translateY(-32px);
    }
}

@keyframes bubblingG {
    0% {
        width: 15px;
        height: 15px;
        background-color: #000;
        transform: translateY(0);
    }

    100% {
        width: 45px;
        height: 45px;
        background-color: ##5ab11c;
        transform: translateY(-32px);
    }
}


/* ###################### END animated loaders */
