a {
   color: #606eb2;
}
a:hover {
   color: #1d2c75;
}

#header-main-section {
    width: 100%;
    background-color: #606eb2;
    // height: 5.859375%;
    position: relative;
    // min-height: 3.4em;
    border-bottom: 0;
min-height: 0px;
    height:0px;
    visibility: hidden;
}
#header-main-section-east-part {
   background-color: #606eb2;
}
.institutionalBranding {
    background: url("https://www.gre.ac.uk/__data/assets/image/0020/318620/logo-light.png") left center no-repeat;
    height: auto;
    width: 12em;
    float: left;
    margin-left: 1em;
    margin-right: 0;
    padding-right: 2em;
    padding-left: 0;
    background-size: 85%;
}
.gre-spinner-container {
    width: 100%;
    height: auto;
}
.gre-spinner {
    background: url(//www.gre.ac.uk/images/university-logos/logo-999.jpg) no-repeat center/70%;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    -webkit-animation: spin 6s linear infinite;
    -moz-animation: spin 6s linear infinite;
    animation: spin 6s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.uog-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.uog-modal {
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: auto;
    min-height: 200px;
    max-height: calc(100% - 2em);
    overflow: auto;
    margin: 1em auto;
    padding: 1em;
    background-color: white;
}
.uog-modal .pb-block-label {
    margin-top: 0;
}
.uog-modal-close-btn-container {
    position: absolute;
    right: 0;
    top: 0;
    margin: 1em;
}
.uog-modal-close-btn-container button {
    font-size: 1.5em;
    font-weight: bold;
    width: 34px;
    height: 34px;
    padding: 0;
    line-height: 1;
}