/home/mip/public_html/website/css/mip-stylesheet.css
.header-border {
    height: 5px;
    background-color: #6c0304;
}

.header-border-white {
    height: 5px;
    background-color: #ffffff;
}

.header-container {
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}

.social-icons {
    float: left;
    margin-left: 10px;
    margin-top: 70px;
}

body {
    font-family: 'Raleway', sans-serif;
}

.contact-header-txt {
    font-weight: bold;
    font-size: 18px;
    margin-top: 70px
}

.header-links {
    color: #6c0304;
    text-decoration: underline;
}

.navbar-default {
    background-color: #f5f5f5;
    border-color: transparent;
    font-family: 'Calibri';
}

.navbar {
    border-radius: 0px;
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.header-menu-container {
    background-color: #f5f5f5;
}

.navbar-default .navbar-nav > li > a {
    color: #6c0304;
    font-size: 20px
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #6c0304;
    background-color: transparent;
    font-weight: bold;
}

a:hover {
    color: #dab818 !important;
    background-color: transparent;
}

.slider-container {}

.slider-caption {
    background-color: #6c0304;
    text-align: center;

}

.slider-caption-txt {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    padding-top: 25px;
}

.slider-caption-emph {
    color: #dab818;
}

.slider-caption-txt-sub {
    font-family: 'Calibri';
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 25px;
}

p {
    text-align: justify;
    font-family: 'Calibri';
    font-size: 18px
}

h3 {
    color: #6c0304;
    font-family: 'Open Sans';

}

.headings {
    color: #6c0304;
    font-family: 'Open Sans';
    font-weight: bold;
}

.side-container {
    background-color: #f6edc3;
    padding-bottom: 10px;
    min-height: 220px
}

.announcements-list {
    padding: 10px
}



.carousel-caption-facilities {
    background-color: #ffffff;
    height: 30px;



}

.slider-title {
    margin-top: -10px;
}

.jobs-list {
    font-family: 'Calibri';
    font-size: 18px;
    font-weight: bold;
}

.side-title {

    border-bottom: 1px solid #ffffff;
}

.jobs-list a {
    color: #000000
}

.jobs-list a:hover {
    color: #6c0304 !important;
}

.padding {
    padding: 10px
}

.applicants-login-container {
    background: url('../images/img-login-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 20px;
    min-height: 250px;
    padding-top: 45px;
}

.employers-headline {
    color: #dab818;
    font-size: 45px;
    font-weight: bold;
}

.employers-headline-sub {
    font-family: 'Calibri';
    font-size: 20px;
    color: #ffffff;
    font-weight: bold
}

.btn {
    transition: background-color 0.3s ease
}

.btn-red {
    background-color: #6c0304;
    color: #fff !important
}

.btn-red:hover {
    background-color: #b40b0d;
}


.btn-login {
    background-color: #d4b017 !important;
    font-family: 'Raleway'important;
    border: 0px !important;
    border-radius: 0px;
    padding: 15px;

}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.footer-menu {
    list-style-type: none;
    margin: 0 auto;
    display: inline;

}

.footer-menu li {
    display: inline-block;
    padding: 5px;
}

.footer-menu li a {
    padding: 10px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 14px;
    color: #430000;
}


.footer-menu li a:hover {


    color: #ffffff !important;
}

.footer-container {
    background-color: #d4b017;



}

.copyright-container {
    background-color: #6c0304;
}

.copyright-txt {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Open Sans';
    padding: 10px;
    text-align: center;
}

@media (max-width: 480px) {
    .contact-header-txt {
        font-weight: bold;
        font-size: 18px;
        margin-top: 10px;
    }

    .social {
        margin-top: -50px;

    }

    .header-links-container {
        text-align: center
    }

    .slider-caption-txt {

        font-size: 20px;
        font-weight: bold;
        padding-top: 25px;
    }

    .slider-caption-txt-sub {
        font-size: 15px;
    }

    .footer-menu {
        padding: 0px;
    }

    .z-index {
        z-index: 999 !important
    }
}

.simple-link a {
    color: #6c0304;
    font-weight: bold;
    text-decoration: underline;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.inner-page-lists {
    font-size: 18px;
    font-family: 'Calibri'
}

.news-wrap {
    border-bottom: 1px solid #6c0304;
    padding-bottom: 20px;
    padding-top: 20px;
}

.btn-yellow {
    background-color: transparent;
    color: #6c0304;
    font-weight: 600;
    border: 1px solid #f0ad4e;
}

.btn-yellow:hover {
    background-color: #f0ad4e;
    color: #6c0304 !important
}

.btn-warning {
    transition: color .10s ease-in-out;
}

.btn-warning:hover {
    /*background-color: #bf9f08;*/
    color: #6c0304 !important
}

.font-weight-bold {
    font-weight: 600
}

@media screen and (max-width: 600px) {
    .hide-mobile {
        display: none
    }

    .header-contact {
        margin-top: 70px;
        font-size: 16px;
        font-weight: bold
    }

    fieldset {
        margin-right: 10px;
        margin-left: 10px
    }

    .form-title {
        font-size: 20px
    }
    
    .mt-sm-2{
        margin-top: 10px
    }
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(236, 151, 31);
    background: rgba(236, 151, 31, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    position: relative;
    left: 12px;
    top: 11px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}