﻿html,
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #454545;
    height: 100%;
    margin: 0 !important;
}

/*--- orchard clears---*/
#branding {
    display: none;
}

/*--- general ---*/
h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
    margin-bottom: 16px;
}

h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
}


.widget h1,
h1 {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.2em;
}

h2 {
    font-size: 34px;
    color: #a39163;
    font-weight: 600;
}

h3 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 15px;
}

h4 {
    color: #244689;
    font-weight: 700;
    font-size: 12pt;
}

h5 {
    font-size: 18px;
}

.lblue-h5 {
    color: #6074a2;
}

h6 {
    font-size: 18px;
}

.h-bolder {
    font-weight: 600;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.8em;
}

.zone {
    padding: 0;
}

.row {
    /*margin:0;*/
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}

.table > .row {
    width: auto;
}

.metadata {
    display: none;
}

article > header {
    display: none;
}

.row > .cell:first-of-type {
    padding-left: 10px;
}

.row > .cell:last-of-type {
    padding-right: 10px;
}

.bg-light-grey {
    background-color: #EFEFEF;
}

.bg-blue {
    background-color: #fff;
}

.text-center {
    text-align: center;
}

.widget-search-form {
    position: fixed;
    z-index: 1200;
    top: 10px;
    right: 600px;
}


/*Expander Sytle*/

.Expander {
    background-color: #3E5062;
    border-bottom: 1px #3E5062 solid;
    display: block;
    height: 50px;
    text-align: left;
}

.ExpanderLong {
    background-color: #3E5062;
    border-bottom: 1px #3E5062 solid;
    display: block;
    height: 75px;
    text-align: left;
}

.ExpandCopy {
    float: left;
    padding: 17px 15px;
    color: #FFF;
    font-weight: bold;
}

.Revealer {
    padding: 15px;
    background: #EFEFEF;
    color: #555;
    margin-bottom: 10px;
    text-align: justify;
    border-bottom: 5px #3E5062 solid;
}

.panel-title {
    font-size: 12pt;
}

    .panel-title i {
        float: right;
        padding: 10px;
    }

.panel-heading h4 {
    color: #fff;
    padding: 8px;
}

.panel-heading a {
    color: #FFF;
    text-decoration: none;
}

form {
    margin-left: -15px;
    padding: 0;
}

/* Structure
***************************************************************/
#layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    margin: 0 auto;
}

#layout-wrapper {
    min-height: 100%;
    position: relative;
}

#layout-main-container {
    padding: 60px 0 450px 0;
}


footer, .Footer {
    background-color: #2b2b2b;
    height: 450px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

    footer, .Footer li {
        margin-bottom: 0;
        list-style-type: circle;
    }

.CopyrightArea {
    margin-top: 10px;
    text-align: center;
    padding-top: 15px;
    display: flex;
    justify-content: center;
}

    .CopyrightArea a {
        color: rgba(255,255,255,0.6);
        padding: 0 5px;
    }

        .CopyrightArea a:hover,
        .CopyrightArea a:focus {
            color: #FFF;
        }

.Copyright {
    color: rgba(255,255,255,0.6);
}



.navbar-light .navbar-nav .nav-link {
    color: #ef4123;
}

.navbar-blue .navbar-nav .nav-link {
    color: #ef4123;
}

    .navbar-blue .navbar-nav .nav-link:hover,
    .navbar-blue .navbar-nav .nav-link:focus {
        color: rgba(14, 83, 120, 0.5);
    }

.navbar {
    height: 110px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
    -ms-box-shadow: 0 1px 5px rgba(0,0,0,.3);
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
    padding: 0;
}

.nav-top-qlinks {
    position: absolute;
    top: 10px;
    right: 0;
    flex-direction: row;
}

.nav-top-qlinks {
    margin: 0;
    padding: 0;
}

    .nav-top-qlinks li {
        list-style: none;
        margin-left: 5px;
    }

        .nav-top-qlinks li > a {
            border-radius: 15px;
            border: none;
            display: block;
            height: 30px;
            width: 30px;
            text-align: center;
            padding: 2px 0 0 2px !important;
            font-size: 16px;
        }

.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: auto !important;
}

    .menu li {
        padding-right: .6rem;
        padding-left: .6rem;
        list-style: none;
        margin-bottom: 0;
    }

        .menu li a {
            color: #0e5378;
            font-weight: 600;
            font-size: 16px;
            display: block;
            padding: .3rem 0;
        }

            .menu li a:hover {
                color: #ef4123;
                text-decoration: none;
            }

nav > ul li.current a {
    color: #ef4123 !important;
    border-bottom: 3px #ef4123 solid;
}
/*--- new heaqder ---*/
.des-nav {
    width: 100%;
    height: 110px;
}

.btn-login {
    position: absolute;
    right: 0;
    bottom: 10px;
    background-color: #ef4123;
    border-radius: 4px;
    border: 0;
    color: #FFF !important;
    padding: .5rem .8rem !important;
}

.menu-main-menu {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    left: 380px;
    top: 65px;
}

    .menu-main-menu .last a {
        background-color: #ef4123;
        border-radius: 4px;
        border: 0;
        color: #FFF !important;
        padding: .5rem .8rem !important;
    }

    .menu-main-menu > ul li.current a {
        color: #ef4123 !important;
        border-bottom: 3px #ef4123 solid;
    }

#layout-content .menu {
    border-bottom: 1px #9faec1 solid;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

    #layout-content .menu li {
        list-style: none;
        padding: 0 10px;
        margin-bottom: 0;
    }

        #layout-content .menu li a {
            color: #9faec1;
            display: block;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            padding: 3px 0;
            text-decoration: none;
        }

            #layout-content .menu li a:hover,
            #layout-content .menu li a:focus {
                color: #0b528f;
            }

.description {
    font-size: 2.25rem;
    width: 100%;
    text-align: left;
    line-height: 1.2em;
    color: #00448c;
    padding: 15px 0 0 25px;
}


@media (min-width: 992px) {
    .menu {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.carousel-item {
    border: 1px #EFEFEF solid;
}

    .carousel-item .container {
        position: relative;
    }

.intro-header {
    height: 45rem;
    position: relative;
}

.ih-message-row {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
    padding-top: 100px;
}

.ih-message {
    background-color: transparent;
    color: #FFF;
    min-height: 25px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2em;
    padding-left: 11px;
}

.ih-message-p {
    color: #FFF;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 14px;
    font-weight: 100;
    padding-left: 0px;
}

.ih-message-btn {
    background-color: #ef4123;
    border-radius: 0;
    border: 0;
    color: #FFF !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 30px;
}

/**home space**/
.HomeSpace {
    margin-top: -75px;
    margin-bottom: -29px;
}

/*--- homepage intro banner quick links---*/
.ih-qlinks-row {
    display: flex;
    margin: -29px -15px 0 -15px;
    padding: 0;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    bottom: 0;
    z-index: 1000;
}

    .ih-qlinks-row li {
        flex: 1;
        list-style: none;
        margin-bottom: 0;
    }


        .ih-qlinks-row li a {
            background-color: rgba(11,82,143,0.9);
            color: rgba(255,255,255,0.6);
            display: block;
            margin: 0 5px;
            height: 155px;
            padding: 30px 20px;
            list-style-type: none;
        }

            .ih-qlinks-row li a:hover {
                background-color: #0b528f;
                color: #FFF;
                text-decoration: none;
            }

            .ih-qlinks-row li a .ih-qlinks-icon {
                float: left;
                width: 40%;
                color: #FFF;
                font-weight: normal;
                padding: 10px 0;
                font-size: 80px;
                text-align: center;
            }

            .ih-qlinks-row li a h3 {
                font-size: 20px;
                padding-bottom: 10px;
                margin: 0;
                color: #FFF;
            }

            .ih-qlinks-row li a p {
                color: rgba(255,255,255,0.6);
            }

.bg-light {
    background-color: #fff !important;
}

.car-author {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    font-style: italic;
}

.hp-council-intro {
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}
/*--- sections ---*/
section {
    padding: 40px 0;
}

.sec-grey {
    background-color: #f1f5f7;
    margin-top: 0px;
    padding: 20px;
}
/*---homepage styling---*/
.hp-welcome {
    color: #244872;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.7em;
    padding-left: 25px;
    padding-right: 25px;
}

    .hp-welcome h2 {
        text-transform: uppercase;
        text-align: center;
        color: #0b528f;
    }

/*--- Bulletin and QuickLinks---*/
.hp-bulletin-qlinks {
    color: #0b528f;
}

    .hp-bulletin-qlinks h2 {
        color: #0b528f;
        font-weight: 600;
        padding-bottom: 20px;
    }

.bb-date {
    color: #ef4123;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.bb-title {
    font-size: 16px;
    color: #0b528f;
    font-weight: 400;
}


.hpb-qlinks {
    margin: 0;
    padding: 0;
}

    .hpb-qlinks li {
        list-style: none;
        margin-bottom: 5px;
    }

    .hpb-qlinks a {
        border-radius: 4px;
        font-size: 16px;
        font-weight: 600;
        color: #0b528f;
        text-decoration: none;
        display: block;
        height: 75px;
        padding: 25px 0 0 100px;
    }

        .hpb-qlinks a:hover {
            background-color: #f1f5f7;
        }


.hpb-ql-regscomplaint {
    background: #FFF url('/media/default/images/icons_qlinks_complaint.svg') no-repeat 25px center;
    min-height: 50px;
}

.hpb-ql-search-pharma {
    background: #FFF url('/media/default/images/icons_qlinks_search.svg') no-repeat 25px center;
    min-height: 50px;
}

.hpb-ql-student-regs {
    background: #FFF url('/media/default/images/icons_qlinks_student_regs.svg') no-repeat 25px center;
    min-height: 50px;
}

.hpb-ql-login {
    background: #FFF url('/media/default/images/icons_qlinks_login.svg') no-repeat 25px center;
    min-height: 50px;
}

.hpb-ql-publications {
    background: #FFF url('/media/default/images/icons_qlinks_publications.svg') no-repeat 25px center;
    min-height: 50px;
}

.hpb-ql-contact {
    background: #FFF url('/media/default/images/icons_qlinks_contact.svg') no-repeat 25px center;
    min-height: 50px;
}

/**buttons*/
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 35px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    border-radius: 0;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-border-blue {
    background-color: transparent;
    border: 1px #244689 solid;
    color: #244689;
}

    .btn-border-blue:hover,
    .btn-border-blue:focus {
        background-color: #244689 !important;
        border: 1px #244689 solid !important;
        color: #FFF !important;
    }

input[type=submit], input[type=button], button, .button, .button:link, .button:visited {
    color: #244689;
    background: transparent;
    background: transparent;
    background: transparent;
    border: 1px #244689 solid;
    cursor: pointer;
    margin: .5em 0 .5em 0;
    padding: .3em 1.8em;
    text-align: center;
}

    input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus, .button:hover, .button:focus {
        background-color: #244689;
        border: 1px #244689 solid;
        color: #FFF;
    }


/*====================
Sub Page Styling
====================*/
.orchard-layouts-root > .table > .row > .span-12 > .spage-header {
    min-height: 100px;
    background-color: #0e496e;
    margin-top: 68px;
    color: #fff;
    font-weight: bold;
    height: 100px;
    text-align: center;
    padding-top: 30px;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 110px;
}

.spage-spacer-100 {
    height: 200px;
}

.spage-spacer-200 {
    height: 120px;
}
/*---Lists with circl bullets---*/
/*--- blue bullet ---*/
ul li {
    margin-bottom: 7px;
    list-style-image: url('/media/default/images/list-cir-blue.svg');
}

.list-cir-blue {
    list-style-image: url('/media/default/images/list-cir-blue.svg');
    margin-top: 20px;
    margin-bottom: 20px;
}

    .list-cir-blue li {
        margin: 7px 0;
    }

    .list-cir-blue span {
        padding-left: 10px;
        display: block;
    }
/*--- icon nav home phages---*/
.icon-home-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

    .icon-home-nav li {
        width: 20%;
        list-style: none;
    }

        .icon-home-nav li a {
            background-color: #f1f5f7;
            border: 5px #FFF solid;
            color: #0b528f;
            display: block;
            min-height: 210px;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            padding: 40px 15px 10px 15px;
            text-decoration: none;
        }

            .icon-home-nav li a span {
                display: block;
                margin-top: 15px;
            }

            .icon-home-nav li a img {
                height: 70px;
                width: 100%;
                margin: 0 auto;
            }

            .icon-home-nav li a:hover,
            .icon-home-nav li a:focus {
                background-color: #FFF;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
                transform: scale(1.1, 1.1);
                transition: transform linear 0.1s;
            }

.back-to-index a {
    color: #fff;
    display: block;
    top: 20px;
    border: 2px #fff solid;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 55px;
    /*margin-top: 25px;*/
}

    .back-to-index a:hover,
    .back-to-index a:focus {
        background-color: #FFF;
        text-decoration: none;
        color: #0d3e61;
    }
/*====================
Footer
====================*/
.footer-setup {
    padding-top: 60px;
}

    .footer-setup h5 {
        color: #FFF;
    }

    .footer-setup p {
        color: rgba(255,255,255,0.6);
    }

    .footer-setup ul {
        margin-left: 0;
        padding-left: 20px;
    }

    .footer-setup li {
        list-style-type: circle !important;
        list-style-image: none;
        margin-bottom: 0;
    }

    .footer-setup li,
    .footer-setup a {
        color: rgba(255,255,255,0.6);
    }

        .footer-setup li:hover,
        .footer-setup a:hover {
            color: #FFF;
        }


.poweredby,
.copyright {
    display: none;
}

.user-display {
    float: none;
    padding: 0 12px;
    text-align: center;
    display: none;
}

/*--- hr styling---*/
.hr-short-blue {
    width: 200px;
    border-top: 3px solid #0e3563;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hr-footer {
    border-top: 1px solid rgba(255,255,255,0.6);
    margin-top: 30px;
    margin-bottom: 30px;
}

.hr-nor {
    width: 100%;
    border-top: 1px solid #b3bdc9;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hr-gen {
    width: 60%;
    border-top: 1px solid #b3bdc9;
    margin-top: 50px;
    margin-bottom: 50px;
}

.hr-bb {
    border-top: 1px solid #969696;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*--- admin login---*/
.admin-login-spacer {
    height: 100px;
}

.admin-login input[type=text],
.admin-login input[type=password] {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-outline-success {
    padding: 0.375rem 0.75rem;
}

    .btn-outline-success:hover {
        background-color: #28a745;
        color: #fff;
    }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/*--- carousel ---*/
.carousel {
    position: relative;
    margin-top: 95px;
}

    .carousel .item-archi-001,
    .carousel .item-archi-002,
    .carousel .item-archi-003,
    .carousel .item-archi-004,
    .carousel .item-archi-005 {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #CCC;
        border-bottom: 10px #a39163 solid;
        height: 600px;
    }

    .carousel .item-archi-001 {
        background-image: url('/Media/Default/images/Banner01.jpg');
    }

    .carousel .item-archi-002 {
        background-image: url('/Media/Default/images/Banner02.jpg');
    }

    .carousel .item-archi-003 {
        background-image: url('/Media/Default/images/car_three.jpg');
    }

    .carousel .item-archi-004 {
        background-image: url('/Media/Default/images/car_buildingD.jpg');
    }

    .carousel .item-archi-005 {
        background-image: url('/Media/Default/images/car_Rugby.jpg');
    }

.carousel-caption {
    bottom: 150px;
}

.nia-carousel-caption {
    width: 400px;
    padding: 30px;
    text-align: left;
}

.carousel-caption {
    width: 400px;
    padding: 30px;
    text-align: left;
}

.btn-cc {
    border: 1px #FFF solid;
    color: #FFF;
}

    .btn-cc:hover,
    .btn-cc:focus {
        border: 1px #FFF solid;
        background-color: #FFF;
        color: #244689;
    }

.carousel-caption {
    top: 68%;
    margin-top: 250px;
    position: relative;
    right: -5%;
    /* bottom: -118px; */
    /* left: 15%; */
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    /* color: #fff; */
    text-align: center;
}

.widget h1, h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.2em;
}


.bg-primary {
    background-color: #244689 !important;
}

/*============================== 
Steps
==============================*/

.DescriptionSteps .Value h1 {
    text-align: center;
    font-size: 16pt;
}

.DescriptionSteps .Value {
    text-align: center;
    color: #FFF;
    background: #244689;
    margin-top: 30px;
    padding: 10px;
    width: 500px;
    margin-left: 41px;
    font-size: 12pt;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-wrap: normal;
}

.DescriptionStepsSmall .Value h1 {
    text-align: center;
    font-size: 16pt;
}

.DescriptionStepsSmall .Value {
    text-align: center;
    color: #FFF;
    background: #244689;
    margin-top: 30px;
    padding: 20px;
    width: 212px;
    margin-left: 41px;
    font-size: 12pt;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-wrap: normal;
}

.arrow {
    float: left;
    margin-top: -387px;
    margin-left: 7px;
    width: 126px;
    height: 170px;
    z-index: 10;
    background: transparent url(/Media/Default/images/arrow_orange.png) no-repeat left center;
    position: relative;
}

.arrow-long {
    float: left;
    margin-top: -338px;
    margin-left: 7px;
    width: 126px;
    height: 311px;
    z-index: 10;
    background: transparent url(/Media/Default/images/arrow_orange_long.png) no-repeat left center;
    position: relative;
}

.arrow-down {
    margin-top: 15px;
    z-index: 10;
    width: 290px;
    height: 80px;
    background: transparent url(/Media/Default/images/downarrow.png) no-repeat center center;
    position: relative;
}

.no-sucsess {
    background-color: #ef4123 !important;
}

.btn-square-spBody {
    background-color: #998860;
    color: #fff;
    border-radius: px;
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 0;
}

    .btn-square-spBody:hover {
        background-color: rgba(180, 147, 106, 0.90);
        color: #ffffff;
    }

.form-control {
    padding: 0.75rem 0.75rem;
    border-radius: 0;
}

@media only screen and (max-width:1366px) {
    .widget-search-form {
        right: 300px;
    }

    section {
        padding: 30px 0 0 0;
    }

    footer, .Footer {
        height: 400px;
    }

    .footer-setup {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .sp-fflex-inner-left {
        padding: 60px 25px 60px 105px;
    }
}

@media only screen and (max-width:768px) {
    /*--- new header---*/
    .des-nav {
        width: 100%;
        height: unset;
    }

    .widget-search-form {
        right: 10px;
    }

    .description {
        font-size: 2.125rem;
        width: 100%;
        text-align: left;
        line-height: 1.2em;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .carousel {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .menu-main-menu {
        margin-bottom: 50px;
        margin-right: 0;
        position: relative;
        left: 0;
        top: 0;
    }

    .menu li a {
        padding: .3rem 1rem;
    }

    /*.orchard-layouts-root > .table > .row > .span-12 > .spage-header {
        top: 88px;
    }*/

    .spage-spacer-200 {
        height: 170px;
    }

    header, .Header {
        height: auto;
    }

    .navbar {
        height: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar-toggler {
        color: #23639a;
        position: absolute;
        top: 100px;
        right: 20px;
    }


    .nav-top-qlinks {
        position: absolute;
        top: auto;
        right: 25px;
        flex-direction: row;
    }



    .btn-red {
        border-radius: 0;
        padding: .9rem .8rem !important;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
    }

    .intro-header {
        padding-top: 35px;
        height: 35rem;
        position: relative;
    }

    .ih-message {
        font-size: 24px;
        padding: 15px;
        min-height: 120px;
    }

        .ih-message br {
            display: none;
        }

    #layout-main-container {
        padding: 0 0 850px 0;
    }


    footer, .Footer {
        height: 850px;
    }

    .footer-setup {
        padding: 50px 10px 0 10px;
    }

        .footer-setup .col-sm-6,
        .footer-setup .col-sm-3 {
            margin-bottom: 15px;
        }

    .ih-qlinks-row {
        display: flex;
        flex-direction: row;
        margin: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
    }

        .ih-qlinks-row li {
            flex: auto;
            width: 100%;
            margin-bottom: 15px;
        }

            .ih-qlinks-row li a {
                display: block;
                margin: 0 5px;
                min-height: 100px;
                padding: 20px 40px 20px 40px;
                list-style-type: none;
            }

    /*---sub pages---*/

    .spage-header .col-sm-11,
    .spage-header .col-sm-1 {
        width: auto;
    }

    .spage-body .col-sm-6 {
        margin-bottom: 15px;
    }

    section {
        padding: 50px 0;
    }

    .spage-header h1 {
        justify-content: center;
        padding-left: 10px;
        font-size: 2rem;
    }

    .back-to-index a {
        color: #FFF;
        display: block;
        top: 20px;
        border: 2px #FFF solid;
        width: 40px;
        height: 40px;
        border-radius: 25px;
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        /*margin-top: 25px;*/
    }

    .spage-header .col-sm-9 .sphead-nav {
        height: auto;
        padding-top: 0;
        padding-bottom: 10px;
        padding-left: 0;
    }

    #layout-content .menu {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin: 0 0 20px 0;
    }

        #layout-content .menu li {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

            #layout-content .menu li a {
                text-align: left;
            }

    nav > ul > li > a {
        float: none;
    }

    .sphead-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        vertical-align: central;
        margin-bottom: 0;
    }

    .sp-fflex-inner-left {
        padding: 50px 15px 50px 15px;
    }

    .sp-about-overview {
        min-height: 450px;
    }

    .rp-header p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .icon-home-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .icon-home-nav li {
            width: 50%;
            flex: none;
        }

            .icon-home-nav li a {
                background-color: #f1f5f7;
                border: 5px #FFF solid;
                color: #0b528f;
                display: block;
                min-height: 180px;
                text-align: center;
                font-size: 16px;
                font-weight: 600;
                padding: 20px 15px 10px 15px;
                text-decoration: none;
            }

    .rp-subhor-nav {
        border-bottom: 3px #eeeeee solid;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }
    /*---committees---*/

    .comms .list-cir-blue {
        margin-top: 0;
        margin-bottom: 0;
    }

    .comms .col-sm-4 hr {
        display: block;
    }
    /*---Forms---*/
    .forms-gen-steps {
        flex-direction: column;
    }

    .fgs-steps {
        border-right: 0;
        border-bottom: 1px #a6b0ba solid;
    }

        .fgs-steps:last-child {
            border-right: none;
            border-bottom: none;
        }

        .fgs-steps:first-child a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .fgs-steps:last-child a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    /*--- table ---*/
    table {
        border: 0;
    }

    .table th {
        display: block;
        width: auto;
    }

    table thead {
        display: none;
    }

    table tr {
        display: block;
        border-bottom: 2px solid rgba(220,220,220,0.6);
    }

    table td {
        display: block;
        text-align: left;
    }

        table td:nth-child(2nd) {
            border-bottom: 0;
        }

        table td:before {
            content: attr(data-label);
            float: left;
            width: 50%;
            font-weight: bold;
            padding-right: 20px;
        }

    .span-6 {
        width: 100%;
    }

    #layout-featured {
        margin-top: 95px;
    }

    .carousel-control-prev, .carousel-control-next {
        top: 180px;
        bottom: auto;
    }

    .carousel-item {
        height: 26rem;
    }

        .carousel-item > img {
            height: 26rem;
        }

    .ih-message-row {
        min-height: 200px;
        padding-top: 20px;
    }

    .menu-main-menu li {
        padding: 0.8rem 0;
        border-bottom: 1px #acacac solid;
    }

        .menu-main-menu li:last-child {
            padding: 0;
            border-bottom: none;
        }

    .menu-main-menu .last a {
        border-radius: 0;
        text-align: center;
        padding: 1rem .8rem !important;
    }
}

.btn-border-blue {
    background-color: transparent;
    border: 1px #244689 solid;
    color: #244689;
}

    .btn-border-blue:hover, .btn-border-blue:focus {
        background-color: #244689 !important;
        border: 1px #244689 solid !important;
        color: #FFF !important;
    }

@media (max-width:480px) {
    .intro-header {
        padding-top: 65px;
    }

    .ih-message {
        font-size: 18px;
        padding: 15px;
        min-height: 70px;
    }

    .ih-message-btn {
        font-size: 14px;
        padding: 10px 30px;
    }

    .ih-qlinks-row li {
        margin-bottom: 5px;
    }

        .ih-qlinks-row li a {
            display: block;
            margin: 0 5px;
            height: 100px;
            padding: 15px;
        }

            .ih-qlinks-row li a .ih-qlinks-icon {
                padding: 0;
                margin-bottom: 10px;
            }


    .carousel {
        margin-bottom: 0;
    }

    .ih-qlinks-row li a.ih_news {
        background: rgba(14,53,99,0.9) url('/media/default/images/icons_intro_news.svg') no-repeat 30px center;
        background-size: 46px 46px;
    }

    .ih-qlinks-row li a.ih_events {
        background: rgba(14,53,99,0.9) url('/media/default/images/icons_intro_calendar.svg') no-repeat 30px center;
        background-size: 46px 46px;
    }

    .ih-qlinks-row li a.ih_search {
        background: rgba(14,53,99,0.9) url('/media/default/images/icons_intro_search.svg') no-repeat 30px center;
        background-size: 46px 46px;
    }

    .ih-qlinks-row li a.ih_pub {
        background: rgba(14,53,99,0.9) url('/media/default/images/icons_intro_publications.svg') no-repeat 30px center;
        background-size: 46px 46px;
    }

    .spage-header h1 {
        font-size: 2rem;
    }

    .spage-header .container {
        padding-left: 0;
        padding-right: 0;
    }

    .ih-qlinks-row li a .ih-qlinks-row-head {
        font-size: 16px;
    }

    h2 {
        font-size: 1.7rem;
    }
}


/*--- cookies ---*/
.cookie-overlay {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    background: #fff;
    z-index: 2051;
    line-height: 20px;
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

    .cookie-overlay > div:first-child {
        width: 458px;
    }

a {
    text-decoration: underline;
}

.close-cookies {
    cursor: pointer;
}