@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500&display=swap');


:root {
  --primary: #BF9B30;
  --secondary: #404040;
  --error: red;
  }


/*GENERAL*/

html,
body
{
    margin:0;
    padding:0;
    height:100%;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    margin-top: 50px;
    color: #404040;
}


.body {
    padding-bottom: 300px;
    padding-top:0px;
}


#wrapper {
    min-height:100%;
    position:relative;
}


@font-face {
    font-family: 'din_mediumregular';
    src: url('ufonts.com_din-medium-webfont.woff2') format('woff2'),
        url('ufonts.com_din-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a {
    color: var(--primary);
    /*mustard - new*/
    text-decoration: none;
}

a:hover {
    color: var(--secondary);
    /*mustard - new*/
    text-decoration: none;
}

/*body,  {
    font-family: 'Montserrat', sans-serif;
    *//*font-family: 'din_mediumregular',Verdana,Helvetica,Arial,sans-serif;*//*

    margin: 0px;
    min-width: 320px;
    padding: 0px;
}*/

h1 {
    font-size: 240%;
    line-height: 200%
}

h2 {
    font-size: 180%;
    line-height: 150%;
}

h3 {
    font-size: 150%;
    line-height: 130%;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
}

h4 {
    font-size: 35px !important;
    line-height: 130%;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 300;
}

h1, h2, h3, h4 {
    /*font-weight: bold;*/
    letter-spacing: 2px;
    /*text-transform: lowercase;*/
}

img {
    max-height: 600px;
}

/*textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: #000000;
    font-size: 1em;
    height: 32px;
    margin: 0;
    padding: 0 15px;
    vertical-align: middle;
    width: 400px;
}

input[type="date"] {
    width: 160px;
}*/


.large-text {
    color: black;
    font-size: 60px;
    line-height: 60px;
    padding-top: 30px;
    margin: 0px;

}

.download_link {
    color: var(--primary);
    /*mustard - new*/
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
}

.download_link:hover {
    color: var(--secondary);
    /*mustard - new*/
    text-decoration: none;
}

/*MESSAGES*/
.status_message {
    margin: 0px !important;
}

.status_message_div {
    min-height: 40px;
    padding: 8px;
    text-align: center;
}

.error-message {
    color: var(--error);
}

/*HEADER*/

.banner-overlay {
    /*background-color: #BF9B30;*/
    /*position: absolute;*/
    text-align: center;
   /* top: calc(50% - 60px);*/
    width: 100% /* 50% */;

}

.banner-border {
    border-top: solid 2px #BF9B30;
    width: 200px;
    margin: auto;
}

.banner-wrapper {
/*  background-image: url("../images/StudentPortal.jpg");  Relative to css directory */
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;  /*280px*/
    width: 100%;

}


.fluid-100 {
    display: block;
    width: 100%;
}

.fluid-100-stripe {
    background-color: rgba(51, 51, 51,0.9);
    /*background-color: #7296b7;*/
    display: inline-block;
    height: 100%;
    width: 100%;
}

.fluid-20-right {
    display: inline-block;
    position: absolute;
    right: 2%;
    top: 4%;
}

.header-wrapper {
    height: 106px;
    width: 100%
}


.logo {
    position: absolute;
    top: 0px;
    left: 15%;
}

.logo img {
    position: relative !important;
    top: 0px !important;
    left: 15%;
}

.home-link {
    text-decoration: none;
    color: inherit;

}
.home-link:hover {
    text-decoration: none;
    color: inherit;
}

.sub-nav {
    background-color: rgba(51, 51, 51,0.9);
    text-transform: uppercase;
    text-align: center;
    padding-bottom:15px;
}

.sub-nav-border {
    border-top: solid 1px #BF9B30;
    width: 50%;
    margin: auto;
    visibility:hidden;
}


.sub-nav-link {
    color: white;
    transition: .5s ease;
}

.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: #BF9B30 !important;
}

.nav-item:hover .sub-nav-border {
    visibility: visible;
    transition: .5s ease;
}

.dropdown-menu {
    background-color: rgba(51, 51, 51,0.9);
    border-radius: 0;
    margin-top: 14px;
}
.dropdown-item {
    color: white !important;
}

.dropdown-item:hover {
    color: #BF9B30 !important;
    background-color: rgba(51, 51, 51,0.0);
}

#logout-button {
    display: none;
}

.greeting {
    color: #BF9B30 !important;
    font-size: 20px;
    padding-top: 18px;
    padding-right: 30px;
    text-transform: capitalize;

}



/*FOOTER*/
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 1em;
    }

.footer-content {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: 100%;
}

.footer-content a {
    color: #BF9B30;
}

.footer-wrapper {
    background-color: #282828;
    /*background-color: #494949;*/
    color: #ffffff;
    padding: 15px;
}

.footer-icons-banner {
    margin-top: 10px;
    margin: 20px;

}
.footer-icons {
    color: white !important;
    font-size: 18px !important;
    padding: 5px !important;
}

.footer-icons:hover {
    color: #BF9B30 !important;
}

.footer-col-right {
    width: 35%;
    text-align: right;
    display: inline-block;
    margin: 0px;
    padding: 10px;
    float: right !important;
    margin-bottom: 25px;
}

.footer-col-left {
    width: 60%;
    text-align: left;
    display: inline-block;
    margin: 0px;
    /*padding: 10px;*/
    /*float: left;*/
}

.footer-col-mini {
    width: 47%;
    padding-right: 10px;

    display: inline-block;
    float: left;
}

.footer-img img {
   /*text-align: right;*/
    /*padding-top: 10px;*/
    margin-bottom: 10px;
}



/*BUTTONS*/

.form-button {
    background: #BF9B30 none repeat scroll 0 0;
    border: 0px solid  #BF9B30 !important;
    border-radius: 0px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    /*margin-right: 20px;*/
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease-in 0s;
    vertical-align: middle;
    text-transform: uppercase;
    transition: background 0.3s;
}

.form-button:hover {
    background: #333333 none repeat scroll 0 0;
}

.contrast-button{
    background: #4d4d4d none repeat scroll 0 0;
    border: 0px solid  #BF9B30 !important;
    border-radius: 0px;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.2s ease-in 0s;
    vertical-align: middle;
    text-transform: uppercase;
    transition: background 0.3s;
}
.contrast-button:hover{
    background: #333333 none repeat scroll 0 0;
}

.link-button {
    background: #BF9B30 none repeat scroll 0 0;
    /*background: #557089 none repeat scroll 0 0;*/
    border: 0px solid #BF9B30;
    /*border: 0px solid #7296b7;*/
    border-radius: 0px;
    box-sizing: border-box;
    color: #ffffff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background .3s;
}

.link-button:hover {
    background: black none repeat scroll 0 0;
    color: #ffffff !important;
    text-decoration:none;
}

.status-btn {

}


/*FORMS*/
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=checkbox]:focus,
input.custom-control-input:focus,
input.custom-radio:focus,
select:focus,
select.form-control:focus,
[type=checkbox].custom-control-input:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus,
select.custom-select:focus {
  box-shadow: none;
  border: solid 1px #a6a6a6;
}

.custom-control-input:checked ~
  .custom-control-label::before {
        border-color: var(--primary) !important;
        background-color: var(--primary) !important;
    }

    /*sets the background color of
  switch when it is active*/
    .custom-control-input:active ~
  .custom-control-label::before {
        background-color: var(--primary) !important;
        border-color: var(--primary) !important;
    }

.member-check .custom-control-input:checked ~
  .custom-control-label::before {
        border-color: var(--secondary) !important;
        background-color:  var(--secondary) !important;
        color: var(--secondary)
    }

    /*sets the background color of
  switch when it is active*/
    .custom-control-input:active ~
  .custom-control-label::before {
        background-color: var(--secondary) !important;
        border-color: var(--secondary) !important;
    }

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow:none !important;
    border-color: gray !important;
}

.updated {
    color: var(--primary);
    font-size: 14px;
}

/*BODY*/

/*.portal-left-margin {
    display: inline-block;
    width: 20%;
}

.portal-body {
    display: inline-block;
    padding-bottom: 40px;
    width: 59%;
    color: #7a7a7a;
    font-weight: 400;
}

.portal-body-text-strong {
    color: black;
}

.portal-right-margin {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.portal-body-header {
    width: 100%;
}

.relative-0-0-0-0 {
    position: relative;
}*/

.vslErrorMessage {
    color: red;
    font-weight: bold;
    margin-left: 20%;
}

.student-area-image {
    display: block;
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin: auto;

}

.gf-menu-toggle {
    display: none !important;
}

.flip-image {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.map-embed {
    width: 80%;
    height: 480px;
}

/*HOMEPAGE*/

.main-menu-col {
    padding: 10px;

}

.main-menu-container {
  /*position: relative;*/
/*  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/


}

.main-menu-image {
  display: block;
  width: 100%;
  height: auto;
}

.main-menu-overlay {
  position: absolute;
  top: 5%;
  bottom: 0;
  left: 5%;
  right: 0;
  height: 90%;
  width: 90.5%;
  transition: .5s ease;
  background-color: rgba(51, 51, 51,0.7);
 /* -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}

.main-menu-container:hover .main-menu-overlay {
  background-color: #BF9B30;
}

.main-menu-text {
  color: white;
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

.main-menu-container:hover .main-menu-text {
  font-size: 28px;
  transition: .5s ease;
}

#accommodation-mm-text {
    font-size: 20px;
}

.main-menu-container:hover #accommodation-mm-text {
    font-size: 23px;
}

.mm-text-border {
    border-top: solid 1px white;
    width: 50%;
    margin: auto;
    margin-top:5px;
}

.newsboard {
    background-color: rgba(51, 51, 51,0.9);
    color:white;

}

.tile-link {
    text-decoration:none
}

.tile-link:hover {
    text-decoration:none
}

/*YOUR DETAILS*/

.form-card {
    margin-bottom: 5px;

    border-radius: 15px 0px 0px 0px;
}

.form-header {
    font-size: 20px;
    background-color: var(--primary);
    color: white;
    padding: 20px;
    border-radius: 15px 0px 0px 0px;

}
.form-link {
    color: inherit;
}

.form-row-custom {
    padding: 10px;
}

.form-group-details {
    border: solid 1px var(--primary);
}

#med-form li {
  display: inline-block;
    width: 100%;
}

.read-only {
    background: white;
    border: none;
    font-weight: bold;
}

.panel-default {
   scroll-margin-top: 100px;
   }

.panel-title a:after {
    font-family:Fontawesome;
    content:'\f077';
    float:right;
    font-size:15px;
    font-weight:300;
}
.panel-title a.collapsed:after {
    font-family:Fontawesome;
    content:'\f078';
}

#add_input input {
    font-weight: 500;
}

#add_input ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: 300;
  opacity: 1; /* Firefox */
}

#add_input :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

#add_input ::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}


/*STATUS PAGE*/
.status-card-details {
    border: solid 1px var(--primary);
    min-height: 300px;
}


/* RESPONSIVE */
/*MOBILE FIRST*/

/*for screens larger than 400px*/
@media only screen and (min-width: 400px) {

    .status-btn {
        width: 300px;
    }


}

/*for screens larger than 500px*/
@media only screen and (min-width: 500px) {
     .r-col-footer{
       float: right;
     }
}

/*for screens larger than 767px (md)*/
@media only screen and (min-width: 767px) {

}


/*for screens larger than 992px*/
@media only screen and (min-width: 992px) {
    .navbar-nav {
    min-height: 87px
    display: inline-block;
    position: absolute;
    bottom:14%;
    }
    .small-menu{
    display: none;
    }
    #logout-menu {
    display: none;
    }
    #logout-button {
    display: inline-block;
    }
    .short-course-menu-extra {
        padding-right: 75px;

    }

}

/*for screens larger than 1200px*/
@media only screen and (min-width: 1200px) {

}





/*DESKTOP FIRST*/

/*for screens smaller than 1200px*/
@media only screen and (max-width: 1200px) {
    .main-menu-overlay {
      top: 14px;
      bottom: 0;
      left: 14px;
      right: 0;
      height: 89%;
      width: 89%;
    }
}

/*for screens smaller than 1000px*/
@media only screen and (max-width: 1000px) {

}


@media only screen and (max-width: 992px) {

    .banner-overlay {
        top: calc(50% - 30px);
    }

    .banner-wrapper {
    padding-top: 30px;
        /*height: 200px;*/
    }

    .large-text {
        font-size: 30px;
        line-height: 60px;
    }
    .dropdown-menu {
    background-color: rgba(51, 51, 51,0.0);
    border: none;
    text-align:center;
    }
    .main-menu-overlay {
      top: 14px;
      bottom: 0;
      left: 14px;
      right: 0;
      height: 94.2%;
      width: 94.2%;
    }
}

@media only screen and (max-width: 900px) {
    .main-menu-overlay {
      top: 14px;
      bottom: 0;
      left: 14px;
      right: 0;
      height: 94%;
      width: 94%;
    }
}

@media only screen and (max-width: 800px) {
    .main-menu-overlay {
      top: 14px;
      bottom: 0;
      left: 14px;
      right: 0;
      height: 93%;
      width: 93%;
    }
}


/*for screens smaller than 768px*/
@media only screen and (max-width: 768px) {
      .main-menu-overlay {
      top: 14px;
      bottom: 0;
      left: 14px;
      right: 0;
      height: 93%;
      width: 93%;
    }
}

@media only screen and (max-width: 600px) {

    .banner-overlay {
        top: calc(50% - 20px);
    }
    .banner-wrapper {
        height: 100px;
    }

    .large-text {
        font-size: 20px;
        line-height: 40px;
    }
    .body {
            padding-bottom: 500px;
        }
    .r-col-footer {
        float:left;
    }
      .main-menu-overlay {
      top: 14px;
      bottom: 0;
      left: 14px;
      right: 0;
      height: 91%;
      width: 91%;
    }
}
/*for screens smaller than 576px*/
@media only screen and (max-width: 576px) {
    .body {
        padding-bottom: 580px;
    }
      .main-menu-overlay {
      top: 14px;
      bottom: 0;
      left: 14px;
      right: 0;
      height: 95%;
      width: 95%;
    }
}

/*for screens smaller than 500px*/
@media only screen and (max-width: 500px) {
    .body {
        padding-bottom: 650px;
    }
      .main-menu-overlay {
      top: 14px;
      bottom: 0;
      left: 14px;
      right: 0;
      height: 94.5%;
      width: 94.5%;
    }

   .map-embed {
    width: 90%;
    height: 380px;
    }
}

/*Screens smaller than 400*/
@media only screen and (max-width: 400px) {
    .body {
        padding-bottom: 580px;
    }
      .main-menu-overlay {
      top: 14px;
      bottom: 0;
      left: 14px;
      right: 0;
      height: 93%;
      width: 93%;
    }
    a, p {
        word-wrap: break-word;
        /*font-size: 9px;*/
    }
    .dropdown-item {
        font-size: 11px;
    }
    #summaryContent {
        padding-bottom: 50px;
    }
}

/*Screens smaller than 300*/
@media only screen and (max-width: 300px) {
    .body {
        padding-bottom: 580px;
    }
      .main-menu-overlay {
      top: 14px;
      bottom: 0;
      left: 14px;
      right: 0;
      height: 91%;
      width: 91%;
    }


}