/*Header and Nav*/
/*Header*/
.site-logo {
    display: inline-block;
    background-color: #fff;
    border-radius: 15px;
    border: 4px solid var(--colour-blue);
    padding: .3rem;
    margin:0 auto;
    height:88px;
    box-sizing: border-box;
}

.site-logo img {
    height: 100%;
}


.header--wrapper{
    background-color:var(--color-bg);
    position: relative;
    padding-bottom:30px;
    padding-top: .7rem;
    z-index:10;
}

/*
Hamburger Menu
*/
#hamburger {
    width: 40px;
    box-sizing: content-box;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.6;
    text-transform: uppercase;
    background-color: #fff;
    border-radius:15px;
    border:4px solid var(--colour-blue);
    position:absolute;
    top: .7rem;
    right: 2.5%;
}

.hamburger{
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition: border 600ms ease, background-color 200ms ease, transform 500ms ease-out;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible; 
}
.hamburger:hover .hamburger-inner,.hamburger:hover  .hamburger-inner::before, .hamburger:hover  .hamburger-inner::after
{
    background-color: var(--colour-orange);
}

.hamburger-box
{
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; 
}

.hamburger-inner{
    display: block;
    top: 50%;
    margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
    background-color:var(--colour-blue);
    transition: background-color 400ms ease;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after
 {
    width: 40px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    
}

.hamburger-inner::before, .hamburger-inner::after
 {
    content: "";
    display: block; 
}
.hamburger-inner::before {
    top: -10px; 
}
.hamburger-inner::after {
    bottom: -10px; 
}


.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; 
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}
#hamburger.is-active {
    border-color:var(--colour-orange);
}
.hamburger--collapse.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; 
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); 
}
  
@media screen and (min-width:700px) {
    button#hamburger {
        right: 5vw;
    }
}

/*Header Animation*/
#header.slideOut{
    transition:transform 600ms ease-in;
    position:absolute;
    background-color: var(--colour-bg);
    top:0;
    transform:translate3d(0,-280px,0);
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    border-bottom:4px solid var(--colour-blue);
}
#sticky-header-jump-fix.activate{
    height:60px;
}
#header.slideOut.posFixed{
    position:fixed;
    z-index:9;
    width:100%;
	left:0;
}
#header.slideOut.slideInDown{
    transform: translate3d(0,0,0);
    position:fixed;
    z-index:10;
}

/*Nav*/
.menu--main {
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100vh;
    z-index: 10;
    background: var(--colour-white);
    border-right: 4px solid var(--colour-blue);
    box-shadow: 4px 0 5px rgb(0 0 0 / 20%);
    transition: transform 800ms ease-in;
    transform: translate3d(-110%, 0,0);
}

ul.menu {
    margin: 0;
    text-align: center;
    padding: 30px;
}

@media screen and (min-width:700px) {
    ul.menu {
        padding: 60px 30px 30px;
    }
    
    ul.menu a {
        font-size: 3rem;
        line-height: 150%;
    }
}
/*Menu Animation*/
.menu--main.open {
    transform: translate3d(0,0,0);
}

/*Header Title*/
.region.region-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: unset;
}

section.featured{
    max-width:unset;
}

#block-ex-libris-theme-branding {
    flex-basis: 100%;
}

#block-ex-libris-theme-page-title {
    display: flex;
    align-items: center;
    margin-top: 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-basis: 100%;
}

a.header_icon {
    width: 40px;
    margin-right: 5px;
    height: 40px;
    display: block;
}

a.header_icon svg {
    fill: var(--colour-blue);
}

#block-ex-libris-theme-page-title h1 {
    font-size: 4rem;
    margin-bottom: 0;
    text-align: left;
    font-weight:600;
}

.slideOut #block-ex-libris-theme-page-title {
    display: none;
}

/*My Workspace*/
.workspace-button {
    position: fixed;
    bottom: 1rem;
    right: 5%;
    z-index: 100;
    background-color: transparent;
}

.workspace-button button, .workspace-modal button, .workspace-modal>a {
    background-color: white;
    border:4px solid var(--colour-blue);
    border-radius: 15px;
    padding: 1rem;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family:'Merriwather',serif;
    text-transform:uppercase;
    font-size:1rem;
    font-weight:700;
}

.workspace-button button svg {
    fill: var(--colour-blue);
    width: 40px;
    height: 40px;
    margin-bottom:1rem;
}
.workspace-modal button {
    position:absolute;
    top:1rem;
    right: -6rem;
}

.workspace-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    max-width: 780px;
    height: 100%;
    z-index: 120;
    background-color: var(--colour-blue);
    box-shadow:4px 0 6px rgba(0,0,0,0.6);
    transition: transform 600ms ease-in-out;
    transform: translateX(-140%);
}

.workspace-modal.open {
    transform: translateX(0);
}

.region-workspace {
    max-width: 90%;
    box-sizing: border-box;
}

.workspace-modal>h2, .region-workspace {
    padding: 1rem;
    background-color: #fff;
    margin: 0 5% 1rem;
    border-radius: 15px;
    text-align: center;
}

.workspace-modal>h2 {
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.workspace-modal>a {
    position: absolute;
    top: 110px;
    right: -5rem;
    text-decoration: underline;
    width: 52px;
}

.block-views-blockmy-workspace-block-2 .views-row , 
.block-views-blockmy-media-workspace-block-2 .views-row , 
.region-workspace .views-row {
    position: relative;
}

.region-workspace .views-row {
    position: relative;
    margin-right: 35px;
    text-align: left;
    margin-bottom: 16px;
}

.flag {
    position: absolute;
    top: -11px;
    right: -30px;
    border-radius: 20px;
    padding: 5px;
    background-color: white;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    line-height: 0;
    min-width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.8rem;
}

.js-flag-message {
    display: block;
    position:absolute;
    min-width:100px;
    max-width:200px;
    font-size:1.6rem;
    text-align:center;
    top:-2rem;
    line-height:110%;
    background-color:white;
    border-radius:15px;
    padding:.5rem;
    margin-left: 1.2em;
    box-shadow:2px 2px 4px rgba(0,0,0,0.6);
    animation: flag-flash 3s ease-in-out 1;
  }

  
.flag a {
    border: none;
    display: flex;
    align-items: center;
}
span.desc{
    display:none;
}

  .ajax-progress, .ajax-progress-fullscreen {
    opacity: 0.6; 
    top: unset;
    bottom: 1rem;
}

.region-workspace h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 0 5px;
}

.region-workspace .views-element-container {
    margin-bottom: 10px;
}


@media screen and (min-width:700px) {
    .region-workspace {
        padding: 3rem;
    }

    .region-workspace h2 {
        font-size: 2.4rem;
        margin: 0 0 20px;
    }

    .region-workspace .views-row {
        margin-bottom: 26px;
    }
    .workspace-modal button svg{
        margin-bottom:1rem;
    }

    span.desc {
        font-size: 1rem;
        display:block;
    }
    .flag{
        min-width:72px;
    }
}

/*My Workspace Page*/

#block-views-block-my-workspace-block-2 .views-row, #block-views-block-my-media-workspace-block-2 .views-row{
    margin-bottom: 24px;
}

#block-views-block-my-workspace-block-2 .flag, #block-views-block-my-media-workspace-block-2 .flag, #block-views-block-my-workspace-block-4 .flag{
    right:0
}

#block-howtousemyworkspace-2 .field span, #help .field span {
    position: relative;
    
    line-height: 0;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 2.8rem;
    color: var(--colour-orange);
    top: 5px;
    z-index:10;
}

.block-views-blockmy-workspace-block-4, .block-views-blockmy-workspace-block-2,  .block-views-blockmy-media-workspace-block-2 {
    max-width: 580px;
    padding: 2rem;
    border: 4px solid var(--colour-blue);
    border-radius: 15px;
    margin-bottom: 2rem;
    background-color:#fff;
}

.block-views-blockmy-workspace-block-4 .views-field-title, .block-views-blockmy-workspace-block-2 .views-field-title,  .block-views-blockmy-media-workspace-block-2 .views-field-name{
    max-width:calc(100% - 35px)
}

.block-views-blockmy-workspace-block-4 .views-row, .block-views-blockmy-workspace-block-2 .views-row,  .block-views-blockmy-media-workspace-block-2 .views-row {
    position: relative;
    margin-bottom: 35px;
}

@media screen and (min-width:700px) {
    .block-views-blockmy-workspace-block-4 .views-field-title, .block-views-blockmy-workspace-block-2 .views-field-title,  .block-views-blockmy-media-workspace-block-2 .views-field-name{
        max-width:calc(100% - 72px)
    }
}

/*Home Page*/
.featured-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.featured-content .home_button {
    margin: 0 auto 2rem;
    flex-basis: 47%;
    font-family: 'Merriweather';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.4rem;
    text-align: center;
    color: var(--colour-blue);
}

.featured-content .home_button svg {
    fill: var(--colour-blue);
    transition: fill 400ms ease;
    margin-bottom: 1.2rem;
}

.background-blue::before, #page .footer.background-blue::before {
    background-color: var(--colour-blue);
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.background-blue {
    position: relative;
    z-index: 5;
    padding: 25px 5%;
}

.background-blue section, .background-blue .region {
    background-color: #fff;
    width: 100%;
}

.front div#content-wrapper {
    width: 100vw;
}
@media  screen and (min-width:700px) {
    .featured-content .home_button {
        flex-basis: 43%;
        margin: 0 0 2rem;
    }
 }

@media screen and (min-width: 1000px){

    .featured-content .home_button {
        flex-basis: 22%;
    }
    
    .sidebar-wrapper{
        width: 34%;
        padding: 0 2rem;
    }

    #page:not(.front) .background-blue::before {
        width: 100%;
        height: calc(100% + 125px);
        top: -125px;
        z-index: -1;
    }

    .sidebar-wrapper .background-blue {
        padding: 0;
    }
    #page .site-footer.background-blue::before {
        width: 100vw;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .region.region-header {
        flex-wrap: nowrap;
    }
    
    div#block-ex-libris-theme-branding {
        flex-basis: 200px;
    }
    
    div#block-ex-libris-theme-page-title {
        flex-basis: 30%;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: 0;
    }
    
    div#block-ex-libris-theme-page-title .header_icon {
        width: 86px;
        height: 86px;
        margin-right: 1.5rem;
    }
    @media screen and (orientation:portrait){
        section.featured {
            min-height: calc(100vh - 484px);
        }
    }
}

@media screen and (min-width:1200px) {
    .featured-content .home_button {
        flex-basis: 22%;
    }

    .front section.featured {
        min-height: calc(100vh - 504px);
    }

    .sidebar-wrapper {
        width: 38%;
        padding: 0 5vw 0 4rem;
    }
}
.front h1{
    font-weight:700;
}

.section-white {
    padding: 10px 20px;
    border-radius: 20px;
}

/*Footer*/

ul.footer_menu {
    margin: 16px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.footer_menu li {
    margin: 10px;
}

@media screen and (min-width:1000px) {
    ul.footer_menu {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 3vw;
    }
}
/*Courses & Modules*/
.view-courses .views-row, .course.left_column{
    background-color: #fff;
    border-radius: 20px;
    border: 4px solid var(--colour-blue);
    padding: 10px 15px;
    margin-bottom: 20px;
    overflow:hidden;
    position:relative;
}

.view-courses .views-row h2 {
    border-bottom: 2px solid var(--colour-blue);
}

.view-courses .views-row .flag {
    right: 10px;
    top: 10px;
}

.view-courses .views-row a p {
    color: var(--colour-body);
}

.field--name-field-day-name {
    display: flex;
    border-bottom:4px solid var(--colour-blue);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.field__item:not(:first-child) .field--name-field-day-name{
    padding-top: 10px;
    border-top:4px solid var(--colour-blue);
    margin-top: 10px;
}
.field--name-field-day-name svg {
    fill: var(--colour-orange);
    width: 60px;
    height: 60px;
    margin-right: 10px;    
    margin-bottom: 5px;
}

.field--name-field-day-name h2{
    text-transform:uppercase;
    font-weight:600;
    color:var(--colour-orange);
}


.day_head {
    display: flex;
    flex-wrap: wrap;
    cursor:pointer;
    position: relative;
    justify-content: space-between;
}

.node--type-modules svg {
    fill: var(--colour-blue);
    width: 60px;
    height: 60px;
    margin-bottom:10px;
}

.day_head h3 {
    font-weight: 600;
    flex-basis: calc(100% - 70px);
}

.day_head .field {
    flex-basis: 100%;
}

.day_head .field p{
    margin-top:0;
}
.day_head .field p:last-child{
    margin-bottom:0
}

.day_head::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 1px;
    border: 10px solid transparent;
    border-top: 14px solid var(--colour-blue);
    right: 5px;
    top: 5px;
    transition:opacity 600ms ease, transform 300ms linear;
    transform-origin:50% 5px;
}

.day_head .flag, .file_head .flag {
    position: static;
}

.head--left {
    flex-basis: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head--right {
    flex-basis: calc(100% - 70px);
}

.node--type-modules.node--view-mode-display .node__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 400ms ease-out, opacity 600ms ease-in, margin 400ms ease-out;
    opacity: 0;
    position: relative;
    padding-top: 20px;
}

.open .day_head svg {
    fill: var(--colour-orange);
}

.open .day_head h3 {
    color: var(--colour-orange);
}

.open .day_head::after{
    opacity:0;
    transform:rotate(.5turn);
   
}

.node--type-modules.node--view-mode-display.open .node__content {
    max-height: 9999px;
    opacity:1;
    margin-top: 20px;
}


.node--type-modules.node--view-mode-display{
    position:relative;
    padding: 10px 0;
}

.node--type-modules.node--view-mode-display.open{
    margin-bottom: 40px;
}

.node--type-modules.node--view-mode-display::before{
    content:'';
    position:absolute;
    width: calc(100% + 10px);
    height: 100%;
    background-color: #f1f6f9;
    z-index: 0;
    left: -5px;
    top: 0;
    border-top: 0px solid var(--colour-blue);
    border-bottom: 0px solid var(--colour-blue);
    transition: transform 800ms ease-in, border 400ms ease 200ms;
    transform: scaleY(0);
    transform-origin: top;
}

.node--type-modules.node--view-mode-display.open::before {
    opacity: 1;
    border-bottom: 4px solid var(--colour-blue);
    border-top: 4px solid var(--colour-blue);
    transform: scaleY(1);
}

article.node.node--type-modules.node--view-mode-display .day_head::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background-image:url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEgNTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjI1LjUiIGN5PSIyNS41IiByPSIyNC41IiBmaWxsPSIjRkJGQUY3IiBzdHJva2U9IiMxQzRBNjMiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTUgMTVMMzcgMzdNMzcgMTVMMTUgMzciIHN0cm9rZT0iIzFDNEE2MyIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=');
    top: -20px;
    right: -4px;
    transform: scale(0) rotate(0);
    transition: transform 400ms ease;
    cursor:pointer;
    z-index:10;
}

article.node.node--type-modules.node--view-mode-display.open .day_head::before{
    transform:scale(1) rotate(2turn);
} 

.node--type-modules.node--view-mode-display .node__content::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--colour-blue);
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: transform 600ms ease-in;
}

.node--type-modules.node--view-mode-display.open .node__content::before {
    transform: scale(1);
}


.node--type-modules.node--view-mode-display .media{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.paragraph::before {
    background-color: var(--colour-blue);
    content: '';
    position: absolute;
    top: -15px;
    left: -16px;
    height: calc(100% + 30px);
    width: calc(100% + 32px);
    z-index: -1;
    max-height:0;
    transition:max-height 300ms ease;

}
.paragraph.highlight::before{
    max-height:200px;
}

.paragraph{
    position: relative;
    z-index: 5;
}

.paragraph.highlight h2 {
    z-index: 10;
}

.file_head {
    display: flex;
    justify-content: space-between;
}

.field--name-field-materials>.field__item {
    margin-bottom: 20px;
}


a.file_icon svg {
    margin-bottom: 0;
}

.node--type-modules.node--view-mode-display .media  p, .view-modules .media p{
    margin-top: 0;
    margin-bottom: 0;
}

.file_link {
    color: var(--colour-blue);
    font-family: 'Merriweather';
    font-weight: 600;
    margin-bottom: 3px;
    display: inline-block;
}


.field--name-field-media-oembed-video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    margin-top: 10px;
}

.field--name-field-media-oembed-video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

audio {
    margin-top: 10px;
}

.field--name-field-description, .field--name-field-description2 {
    margin: 15px 0;
}

@media screen and (min-width:700px) {
    .day_head .flag, .file_head .flag {
        position: absolute;
        right: 60px;
        top: -0;
    }

    .day_head h3{
        max-width:calc(100% - 142px)
    }

    .view-modules .file_head .flag {
        right: 0;
    }
    
    .view-modules .file_link {
        max-width: calc(100% - 75px);
    }
}

@media screen and (min-width:1200px){
    article.contextual-region.node.node--type-modules.node--view-mode-display.open .day_head:hover::before{
        background-image:url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEgNTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjI1LjUiIGN5PSIyNS41IiByPSIyNC41IiBmaWxsPSIjRkJGQUY3IiBzdHJva2U9IiNkNzRkMDAiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTUgMTVMMzcgMzdNMzcgMTVMMTUgMzciIHN0cm9rZT0iI2Q3NGQwMCIgc3Ryb2tlLXdpZHRoPSIzIi8+Cjwvc3ZnPgo=');
    }
}

/*Modules*/
.view-modules .views-row {
    padding: 2rem;
    background-color: #fff;
    border: 4px solid var(--colour-blue);
    border-radius: 20px;
    margin-bottom: 1rem;
    position:relative;
}

.view-modules .views-row h2 {
    border-bottom: 2px solid var(--colour-blue);
}

.view-modules .views-row .flag{
    top: 10px;
    right: 20px;
}

.view-modules .views-row li{
    margin:1rem;
}
.view-modules .views-row a.file_icon {
    width: 30px;
    fill: var(--colour-blue);
}

.view-modules .views-row .file_head {
    display: flex;
    position: relative;
}

nav.pager {
    margin: 20px;
}

article.node--type-modules.node--view-mode-full {
    padding: 2rem;
    background-color: #fff;
    border: 3px solid var(--colour-blue);
    border-radius: 15px;
    margin-bottom:1rem;
}

article.node--type-modules .node__content>.flag{
    right:20px;
    top:10px;
}


@media screen and (min-width:700px) {
    .view-modules .views-row a.file_icon {
        width: 60px;
        margin-bottom:2rem;
    }

    .view-modules .views-row li{
        margin: 0;
    }

    .view-modules .views-row .file_head {
        min-height: 60px;
    }
}
/*Forms*/
input[type="text"], input#edit-submit-search-courses, form .button, textarea {
    background-color:#fff;
    border-radius: 5px;
    box-shadow: none;
    border: 2px solid var(--colour-blue);
    margin-top: 5px;
    padding: 4px;
}

.form-item {
    max-width: 100%;
}

form#views-exposed-form-search-courses-page-1 .form--inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form-item{
  margin-top: 1em;
  margin-bottom:0;
}

.contact-form {
    max-width: 575px;
}

@media screen and (min-width:700px) {
    form#views-exposed-form-search-courses-page-1 .form--inline {
        flex-wrap: nowrap;
    }
    .form-item{
        margin-bottom:1em;
      }
}

@media screen and (min-width:1000px){
    form#views-exposed-form-search-courses-page-1 .form--inline .form-item {
        max-width: calc(100% - 40px);
    }
    form#views-exposed-form-search-courses-page-1 .form--inline {
        flex-wrap: nowrap;
        align-items: flex-end;
    }
}

@media screen and (min-width:1200px){
    form#views-exposed-form-search-modules-page-1 .form--inline {
        display: flex;
    }
}

div#block-userlogin, .region-content>#user-login-form{
    background-color: #fff;
    padding: 2rem;
    margin: 2rem auto;
    border: 4px solid var(--colour-blue);
    border-radius: 15px;
    max-width: 320px;
}

/*Search Results*/

.view-search-modules, .view-search-courses {
    background-color: #fff;
    padding: 2rem;
    border: 4px solid var(--colour-blue);
    border-radius: 15px;
    margin-bottom:2rem;
}

/*Additional Resources*/
.view-additional-resources .views-row {
    padding-left: 2rem;
}

.view-additional-resources .views-row p{
    margin-top:0;
    margin-bottom:.75rem
}

.view-additional-resources {
    margin-bottom: 2rem;
    padding: 2rem;
    background-color: #fff;
    border: 4px solid var(--colour-blue);
    border-radius: 15px;
}


/*Search Results*/
.view-search-courses .views-row h2 {
    margin-bottom: 0;
}

.view-search-courses .views-row p {
    margin: .5rem 0;
}

.view-search-courses .views-row {
    margin-bottom:  1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--colour-blue);
}


