﻿@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HelveticaNeueLTStd-Roman.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/HelveticaNeueLTStd-Roman.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'HelveticaNeueThin';
    src: url('../fonts/HelveticaNeueLTStd-Th.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLTStd-Th.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/HelveticaNeueLTStd-Th.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/HelveticaNeueLTStd-Th.svg') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'HelveticaNeueMedium';
    src: url('../fonts/HelveticaNeueLTStd-Md.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLTStd-Md.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/HelveticaNeueLTStd-Md.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/HelveticaNeueLTStd-Md.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('../../fonts/HelveticaNeueLTStd-Bd.eot') format('embedded-opentype'), url('../../fonts/HelveticaNeueLTStd-Bd.otf') format('opentype'), url('../../fonts/HelveticaNeueLTStd-Bd.svg') format('svg'), url('../../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('../fonts/HelveticaNeueLTStd-BdCn.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/HelveticaNeueLTStd-BdCn.svg') format('svg'); /* Legacy iOS */
}

@charset "utf-8";
/* CSS Document */

body {
    font-family: HelveticaNeueLTStd-Roman;
    line-height: 1.42857;
    color: #333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

* {
    box-sizing: border-box;
}

.clearFix {
    content: "";
    display: table;
}




*::before, #blogs-filter .blogTrending a::after, .pressRightCol .blogTrending a::after, *::after {
    box-sizing: border-box;
}

#header.header {
    color: #FFF;
    background-color: #205886;
    height: 46px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 200;
}

.container {
}

.container {
    position: relative;
}

.container {
    /*width: 100%;*/
    overflow: hidden;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}

/* ____________ color strip start ________________*/

.color-strip {
    height: 6px;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

    .color-strip div {
        display: block;
        height: 100%;
        width: 25%;
        float: left;
    }

.fteal {
    background-color: #189F9B;
}

.fred {
    background-color: #C71E21;
}

.fyellow {
    background-color: #E5B500;
}

.fblue {
    background-color: #1C3D73;
}

/* ____________ color strip end ________________*/


/* ______________ nav bar start ____________________*/

#header.header .navbar {
    background-image: none;
    border: 0px none;
    font-weight: 200;
    width: inherit;
    right: auto;
    left: auto;
    top: 6px;
    box-shadow: none;
}

.nav {
    padding-left: 0px;
}

.navbar-header {
    float: left;
}

.navbar-brand {
    font-size: 18px;
    line-height: 19px;
}

#logo.navbar-brand {
    display: block;
    width: 0px;
    transition-duration: 1s;
    overflow: hidden;
}

    #logo.navbar-brand.show_me {
        width: 100px;
    }

.navbar-default .navbar-brand {
    color: #FFF;
}


.navbar-brand {
    float: left;
    padding: 10.5px 0px;
    font-size: 18px;
    line-height: 19px;
    height: 40px;
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 1px solid transparent !important;
    border-radius: 0px;
    background-image: none;
    background-color: transparent;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px none;
}

.navbar-default .navbar-toggle .icon-bar {
    height: 4px;
    width: 16px;
    margin-top: 2px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}

.navbar-toggle .icon-bar {
    display: block;
    border-radius: 1px;
}

.navbar-collapse {
    width: auto;
    border-top: 0px none;
    box-shadow: none;
    display: none;
}

.collapse.in {
    display: block;
}

.navbar-default .navbar-collapse {
    background-color: #205886;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #205886;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-collapse.collapse {
    height: auto !important;
    padding-bottom: 0px;
    overflow: visible !important;
}

.navbar-default {
    background-color: #205886;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    z-index: 1030;
}

ul.nav, ul.navl li, ul.dropdown-menu, ul.dropdown-menu li {
    list-style: outside none none !important;
}

.navbar-nav {
    margin: 0px;
    float: left;
    width: 100%;
}

    .navbar-nav > li {
        margin: 0px 20px;
    }

    .navbar-nav > li {
        //float: left;
    }

.nav > li {
    position: relative;
    display: block;
}

.navbar-nav > li {
    margin: 0px 20px;
}

.nav > li {
    position: relative;
    display: block;
}

#header.header .nav li a {
    padding: 10px;
    margin: 0px;
    letter-spacing: 1px;
    font-size: 13px;
    background-image: none;
    height: 40px;
}

    #header.header .nav li a:hover, #header.header .nav li a.active, #header.header .nav li a:focus.active {
        background-image: none;
        box-shadow: none;
        background-color: #002347 !important;
        color: #fff;
    } 

    #header.header .nav li a:active, #header.header .nav li a:focus {
        background-color: transparent !important;
        outline: none;
        color: #fff;
    }


.navbar-default .navbar-nav > li > a {
    color: #FFF;
}



.nav > li > a {
    position: relative;
    display: block;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

ul.nav, ul.navl li, ul.dropdown-menu, ul.dropdown-menu li {
    list-style: outside none none !important;
}

.dropdown-menu {
    background-color: rgba(32, 88, 134, 0.8);
    padding: 0px;
    border: 0px none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: outside none none;
    font-size: 14px;
    text-align: left;
    background-color: rgba(32, 88, 134, 0.8);
    border: 1px solid rgba(32, 88, 134, 0.8);
    border-radius: 0px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}

#header.header #login-menu {
    margin-right: 8px;
}

.navbar-right {
    float: right !important;
    margin-right: 0px !important;
}

#header.header .search-container {
    position: absolute;
    right: 23%;
    height: 40px;
}

    #header.header .search-container .searchbox-icon {
        display: block;
        position: relative;
        top: 4px;
        left: 100%;
        background-color: #205886;
        background-image: url("../images/magnify.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 30px;
        height: 33px;
        text-indent: -9999px;
        z-index: 901;
        cursor: default;
    }

    #header.header .search-container .search-form {
        position: relative;
        width: 0%;
        height: 33px;
        float: right;
        overflow: hidden;
        transition: width 0.3s ease 0s;
    }

    #header.header .search-container .search-form-open {
        width: 125px;
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #205886;
}

.navbar-form {
    width: auto;
    border: 0px none;
    margin: 3.5px 0px;
    padding: 0px;
    box-shadow: none;
}

#header.header .search-container .search-form .form-control {
    padding: 0px 15px !important;
    font-size: 1.071em;
    line-height: 2.3em;
    width: 100% !important;
    height: 32px !important;
    float: right;
    background: #FFF none repeat scroll 0% 0%;
    border-radius: 20px;
}

.navbar-form .form-control {
    display: inline-block;
    vertical-align: middle;
}

.navbar-form .form-item-keys, .navbar-form .form-item {
    margin-top: 0px !important;
}

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    padding-right: 5px;
}

.hero-logo {
    display: block;
    z-index: 100;
    position: relative;
    margin: 60px -167px 0px 20px;
    float: left;
}

#logo.navbar-brand.show_me img {
    opacity: 1;
}

#logo.navbar-brand img {
    height: 30px;
    opacity: 0;
    transition-duration: 2s;
    margin: -7px 5px 5px 20px;
}

.navbar-brand > img {
    display: block;
}

img {
    vertical-align: middle;
    border: 0px none;
}

#logo.navbar-brand {
    display: block;
    width: 0px;
    transition-duration: 1s;
    overflow: hidden;
}

    #logo.navbar-brand.show_me {
        width: 100px;
    }

    #logo.navbar-brand.hide_me {
        width: 0px;
    }


.hero-header {
    margin-top: -45px !important;
}

    .hero-header h2 {
        position: absolute;
        bottom: 13px;
        left: 20px;
        font-family: "HelveticaNeueBold";
        font-size: 53px;
        color: #FFF;
        margin: 0px;
        padding: 0px;
    }



.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 9px 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.navbar-header .search-container-mobile {
    width: 43%;
    height: 30px;
    margin-right: 50px;
    float: right;
    border: 1px solid red;
    position: relative;
}

    .navbar-header .search-container-mobile .searchbox-icon-mobile {
        display: block;
        position: absolute;
        //left: 50%;
        right: -30px;
        background-color: #205886;
        background-image: url("../images/magnify.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 30px;
        height: 33px;
        text-indent: -9999px;
        z-index: 901;
        cursor: default;
    }


    .navbar-header .search-container-mobile .navbar-form-open {
        width: 100px !important;
        padding-right: 20px;
    }

    .navbar-header .search-container-mobile .navbar-form {
        width: 0%;
        height: 35px;
        border: 0px none;
        padding: 0px;
        overflow: hidden;
        transition: width 0.5s ease 0s;
        border-radius: 20px;
    }


@media screen and (min-width: 750px) and (max-width: 959px) {

    .container {
        width: 100%;
        margin: auto;
    }

    .navbar-nav > li {
        margin: 0 5px;
    }

    #header.header .search-container {
        right: 25%;
    }

    .navbar-nav {
        width: auto !important;
    }
}

@media screen and (min-width: 961px) {
    .navbar-nav {
        width: auto !important;
    }
}

@media screen and (max-width: 749px) {
    .container {
        width: 100%;
    }

    .navbar-header {
        width: 100%;
    }

    .hero-header h2 {
        font-size: 25px;
    }
}

/* line 3, ../sass/partials/_footer.scss */
#footer {
    margin: 0;
}
    /* line 5, ../sass/partials/_footer.scss */
    #footer a.dim-menu {
        color: #999999;
    }

/* line 10, ../sass/partials/_footer.scss */
.footer {
    background-color: #103857;
    padding: 50px 0;
}
    /* line 13, ../sass/partials/_footer.scss */
    .footer .social-col {
        display: block;
        min-height: 160px;
        padding-left: 42px;
        margin-top: -12px;
    }
        /* line 18, ../sass/partials/_footer.scss */
        .footer .social-col .sm-footer-logo {
            margin-top: 15px;
            transition: width 0.5s;
            transition: margin-left 0.5s;
        }

@media (max-width: 959px) {
    /* line 18, ../sass/partials/_footer.scss */
    .footer .social-col .sm-footer-logo {
        width: 65px;
        margin-left: -22px;
    }
}
/* line 27, ../sass/partials/_footer.scss */
.footer .social-col .footer-logo {
    margin-top: -57px;
    margin-right: 25px;
    width: 486px;
    transition: width 0.5s;
}

@media (min-width: 960px) and (max-width: 1135px) {
    /* line 27, ../sass/partials/_footer.scss */
    .footer .social-col .footer-logo {
        width: 400px;
    }
}
/* line 36, ../sass/partials/_footer.scss */
.footer .social-col ul {
    transition: margin-left 0.5s;
    transition: padding-top 0.5s;
}
    /* line 40, ../sass/partials/_footer.scss */
    .footer .social-col ul li {
        margin-right: -10px;
        display: inline-block;
    }
        /* line 44, ../sass/partials/_footer.scss */
        .footer .social-col ul li a {
            color: white;
            text-decoration: none;
        }
            /* line 47, ../sass/partials/_footer.scss */
            .footer .social-col ul li a .fa-stack {
                position: relative;
                display: inline-block;
                width: 2.7em;
                height: 2.7em;
                line-height: 2.7em;
                vertical-align: middle;
            }
                /* line 54, ../sass/partials/_footer.scss */
                .footer .social-col ul li a .fa-stack .fa-stack-2x {
                    font-size: 2.7em;
                }

@media (max-width: 959px) {
    /* line 54, ../sass/partials/_footer.scss */
    .footer .social-col ul li a .fa-stack .fa-stack-2x {
        font-size: 2.0em;
    }
}

@media (max-width: 959px) {
    /* line 47, ../sass/partials/_footer.scss */
    .footer .social-col ul li a .fa-stack {
        width: 2.0em;
        height: 2.0em;
        line-height: 2.0em;
    }
}
/* line 66, ../sass/partials/_footer.scss */
.footer .social-col ul li a .fa-inverse {
    color: #103857;
    font-size: 1.5em;
}

@media (max-width: 959px) {
    /* line 66, ../sass/partials/_footer.scss */
    .footer .social-col ul li a .fa-inverse {
        font-size: 1.2em;
    }
}

@media (max-width: 959px) {
    /* line 44, ../sass/partials/_footer.scss */
    .footer .social-col ul li a {
        padding: 10px 12px;
    }
}
/* line 77, ../sass/partials/_footer.scss */
.footer .social-col ul li a:hover, .footer .social-col ul li a:focus {
    background: none;
    color: #c0c0c0;
}

@media (max-width: 959px) {
    /* line 36, ../sass/partials/_footer.scss */
    .footer .social-col ul {
        margin-left: 49px;
        padding-top: 20px;
    }
}
/* line 88, ../sass/partials/_footer.scss */
.footer .block-facebook-pull {
    padding: 0 15px;
    height: 300px;
    overflow: hidden;
    transition: margin-top 0.5s;
}
    /* line 93, ../sass/partials/_footer.scss */
    .footer .block-facebook-pull h2 {
        margin-top: 0;
        color: #e8c23c;
        text-transform: uppercase;
        font-size: 1.3em;
    }
        /* line 98, ../sass/partials/_footer.scss */
        .footer .block-facebook-pull h2 i {
            margin-right: 5px;
        }
        /* line 102, ../sass/partials/_footer.scss */
        .footer .block-facebook-pull h2:before {
            font-family: FontAwesome;
            content: "\f09a";
            margin-right: 10px;
        }
    /* line 107, ../sass/partials/_footer.scss */
    .footer .block-facebook-pull ul {
        padding-left: 0px;
        overflow: auto;
    }
        /* line 109, ../sass/partials/_footer.scss */
        .footer .block-facebook-pull ul li {
            color: white;
        }
            /* line 111, ../sass/partials/_footer.scss */
            .footer .block-facebook-pull ul li .facebook-feed-picture {
                display: none;
            }
                /* line 113, ../sass/partials/_footer.scss */
                .footer .block-facebook-pull ul li .facebook-feed-picture img {
                    width: 100%;
                }
            /* line 118, ../sass/partials/_footer.scss */
            .footer .block-facebook-pull ul li .facebook-feed-from a {
                color: white;
            }

@media (max-width: 959px) {
    /* line 88, ../sass/partials/_footer.scss */
    .footer .block-facebook-pull {
        margin-top: -50px;
    }
}
/* line 128, ../sass/partials/_footer.scss */
.footer .block-twitter-fetcher {
    color: #fff;
    padding: 0 15px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
    /* line 137, ../sass/partials/_footer.scss */
    .footer .block-twitter-fetcher h2 {
        margin-top: 0;
        color: #e8c23c;
        text-transform: uppercase;
        font-size: 1.3em;
    }
        /* line 142, ../sass/partials/_footer.scss */
        .footer .block-twitter-fetcher h2 i {
            margin-right: 5px;
        }
        /* line 146, ../sass/partials/_footer.scss */
        .footer .block-twitter-fetcher h2:before {
            font-family: FontAwesome;
            content: "\f099";
            margin-right: 10px;
        }
    /* line 152, ../sass/partials/_footer.scss */
    .footer .block-twitter-fetcher #recent-tweets-first-custom-mobiquity ul {
        list-style: none;
        margin-left: -40px;
    }
        /* line 155, ../sass/partials/_footer.scss */
        .footer .block-twitter-fetcher #recent-tweets-first-custom-mobiquity ul li {
            list-style-type: none;
        }
            /* line 158, ../sass/partials/_footer.scss */
            .footer .block-twitter-fetcher #recent-tweets-first-custom-mobiquity ul li .user a {
                color: #e8c23c;
            }
            /* line 163, ../sass/partials/_footer.scss */
            .footer .block-twitter-fetcher #recent-tweets-first-custom-mobiquity ul li .tweet a {
                color: #e8c23c;
            }
    /* line 170, ../sass/partials/_footer.scss */
    .footer .block-twitter-fetcher img.avatar {
        display: none;
    }
    /* line 173, ../sass/partials/_footer.scss */
    .footer .block-twitter-fetcher .user img {
        display: none;
    }

@media (max-width: 959px) {
    /* line 128, ../sass/partials/_footer.scss */
    .footer .block-twitter-fetcher {
        margin-top: 20px;
    }
}
/* line 180, ../sass/partials/_footer.scss */
.footer .region-footer {
    padding: 20px 0 !important;
}
    /* line 182, ../sass/partials/_footer.scss */
    .footer .region-footer .contact-links {
        list-style: none;
    }
        /* line 185, ../sass/partials/_footer.scss */
        .footer .region-footer .contact-links ul {
            margin-left: 0px;
        }
            /* line 187, ../sass/partials/_footer.scss */
            .footer .region-footer .contact-links ul li {
                margin-right: 35px;
                display: inline-block;
                float: left;
                transition: margin-right 0.5s;
            }
                /* line 192, ../sass/partials/_footer.scss */
                .footer .region-footer .contact-links ul li a {
                    color: white;
                    text-decoration: none;
                }
                    /* line 196, ../sass/partials/_footer.scss */
                    .footer .region-footer .contact-links ul li a:hover, .footer .region-footer .contact-links ul li a:focus {
                        background: none;
                    }

@media (min-width: 960px) and (max-width: 1135px) {
    /* line 187, ../sass/partials/_footer.scss */
    .footer .region-footer .contact-links ul li {
        margin-right: 46px;
    }
}

@media (max-width: 959px) {
    /* line 187, ../sass/partials/_footer.scss */
    .footer .region-footer .contact-links ul li {
        margin-right: 0px;
        width: 50%;
        margin-left: 0px;
    }
}

@media (max-width: 959px) {
    /* line 182, ../sass/partials/_footer.scss */
    .footer .region-footer .contact-links {
        margin: -33px 0 0 0;
    }
}
/* line 213, ../sass/partials/_footer.scss */
.footer .region-footer .copyright {
    left: 31px;
    padding: 0px;
    color: #7e7e7e;
    margin-top: 10px;
    font-size: 14px;
}

@media (max-width: 959px) {
    /* line 213, ../sass/partials/_footer.scss */
    .footer .region-footer .copyright {
        position: relative;
        top: 105px;
        left: 40px;
    }
}
/* line 224, ../sass/partials/_footer.scss */
.footer .region-footer .privacy-legal ul {
    display: block;
    font-size: 14px;
}

@media (max-width: 959px) {
    /* line 224, ../sass/partials/_footer.scss */
    .footer .region-footer .privacy-legal ul {
        width: 100%;
    }
}
/* line 231, ../sass/partials/_footer.scss */
.footer .region-footer .privacy-legal ul li {
    float: left;
    text-decoration: none;
    list-style: none;
    display: inline-block;
}
    /* line 238, ../sass/partials/_footer.scss */
    .footer .region-footer .privacy-legal ul li a {
        color: #7e7e7e;
    }
        /* line 241, ../sass/partials/_footer.scss */
        .footer .region-footer .privacy-legal ul li a:hover, .footer .region-footer .privacy-legal ul li a:focus {
            background: none;
        }

@media (min-width: 960px) and (max-width: 1135px) {
    /* line 231, ../sass/partials/_footer.scss */
    .footer .region-footer .privacy-legal ul li {
        margin-right: 35px;
    }
}

@media (max-width: 959px) {
    /* line 231, ../sass/partials/_footer.scss */
    .footer .region-footer .privacy-legal ul li {
        margin-right: 0px;
        width: 50%;
        margin-left: 0px;
    }
}

@media (max-width: 959px) {
    /* line 180, ../sass/partials/_footer.scss */
    .footer .region-footer {
        padding: 0;
    }
}



/* common css */

.rightBlock {
}

    .rightBlock .status > div > div > div {
        height: 100px;
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 18px;
    }

        .rightBlock .status > div > div > div > div {
            position: absolute;
            bottom: 0px;
            left: 50%;
            margin-left: -15px;
        }

    .rightBlock .content {
        color: #777;
        font-size: 18px;
        line-height: normal;
    }

.teamContact {
}

    .teamContact > div {
        padding-top: 50px;
        position: relative;
    }

.studentStatus > div {
    position: relative;
}

.teamContact > div > div {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -15px;
}

.studentStatus > div {
    position: relative;
    height: 85px;
}

    .studentStatus > div > div {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.table-responsive table thead tr td {
    border-bottom: 1px solid #efefef !important;
}

.volunteer .content {
    color: #000 !important;
}


/*# sourceMappingURL=footer.css.map */

@media screen and (max-width: 750px) {
    .rightBlock .status > div > div > div {
        height: 75px;
        position: relative;
        margin-bottom: 15px;
        padding: 0px;
    }

        .rightBlock .status > div > div > div > p {
            font-size: 15px;
        }

    .rightBlock .content {
        font-size: 14px;
    }
        .rightBlock .status > div > div > div > div {
            bottom: 10px;
        }
    .panel-heading {
        text-align: right;
    }

    .panel-heading h3 {
        text-align: left;
        margin-bottom:10px;
    }
}

@media screen and (max-width:959px) {
    .container {
        width: 100%;
        margin: auto;
    }

    .rightBlock .status > div > div > div {
        height: 75px;
        position: relative;
        margin-bottom: 15px;
        padding: 0px;
    }
}

@media screen and (min-width:960px) and (max-width: 1134px) {
    .container {
        width: 960px;
        margin: auto;
    }

    .hero-header h2 {
        left: 55px;
    }

    .rightBlock .status > div > div > div {
        height: 100px;
    }
}

@media screen and (min-width: 1135px) {
    .container {
        width: 1135px;
        margin: auto;
    }

    .hero-header h2 {
        left: 55px;
    }
}

@media screen and (min-width:750px) and (max-width: 960px) {
 .footer .region-footer .copyright {
  top: 0;
  margin-top: 9px;
 }
 .footer .region-footer .contact-links {
  margin-top: 0;
 }
  .footer .region-footer .contact-links ul li {
   width: 25%;
  }
  .footer .region-footer .contact-links ul li a {
    text-align: center;
}
  .panel-heading {
    text-align: right;
}
  .panel-heading h3 {
    text-align: left;
}
  .studentStatus > div > div {
       bottom: 10px;
}
}



