/*.product-account-image-wrapper{max-width: 90%;height: 50px;}*/
.header-branding h1 a{height:100%}
.product-account-image-wrapper{display:none;}
.product-account-logo{display:none;}
.registration-logo img {max-height:100%}

/*.feature-region{background-color: #cd202c; background-image:none;}*/
/*.feature-region{background-color: #ffb500; background-image:none;}*/
.feature-region{ 
    background: url(https://www.ucc.ie/en/media/mandc/homepagebanners/ban_homepage_autumn2.jpg) no-repeat center center; 
    min-height: 300px;
    background-size: cover;
    text-align: center;
}

#search-form.callout-region {background-color: #003c69;}

/* This helps you change the color of the header bar in case you want white links
#app-header {
    padding:4px 0 5px;
    background-color:#414042;
}
*/
#app-header h1 {
    margin:10px 0;
}

/* user-nav includes changes to the Login / User information link */
#user-nav {
    padding-top:25px;
}
#user-nav > a {
    display:inline-block;
    margin-bottom:0;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:5px 10px;
    font-size:14px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    color:#4d4d4d;
}
#user-nav > a:hover {
    text-decoration:none;
    color:#e63d2f;
}
/* Active Color of Login button once logged in */

.header-nav li a {
    color:#4d4d4d;
}

/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
}
#page-links a {
    display:inline-block;
    padding:5px 10px;
    font-size:14px;
    color:#4d4d4d;
}
#page-links a:hover,
.btn-link:hover,
.btn-link {
    color:#e63d2f;
}
#page-links .piped-list>li:after {
    content:"|";
    color:#4d4d4d;
}
#page-links .piped-list>li:before {
    display:none;
    margin-right:0;
}

/* To hide course search and refine button on initial root catalog landing page */

#search-form .search-label,
#search-form .search-box-wrapper {
    visibility: hidden;
}

#search-refine-button--refine {
    display: none;
}

#logo-title {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
    display:inline-block;
    margin-bottom:0;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:25px 10px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    color:#231f20;
}

.hero-header-container {
    background: rgba(0,0,0,0.5);
    display: inline-block;
    padding: 20px 65px 15px 65px;
    margin-top: 80px;
}

.hero-header {
    font-size: 42px;
    font-weight: 300;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.hero-subhead {
    font-size: 24px;
    color: #ffffff;
    padding-top: 0;
    margin-top: 0;
}

#app-footer .piped-list {
    display: none;
 }

.policy-list {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}
.policy-list>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.policy-list>li:first-child:before {
    content: "";
    margin: 0;
}
.policy-list>li:before {
    margin-right: 8px;
    content:"|";
    color:#4d4d4d;
}

/* To hide course search and refine button on initial root catalog landing page */

#search-form .search-label,
#search-form .search-box-wrapper {
    visibility: hidden;
}

#search-refine-button--refine {
    display: none;
}

::placeholder {
    color: #9f9f9f !important;
}

/*********************/
/* Enrolment page         */
/*********************/
#main.registration-page {
    background-color: #f0f0f0;
}

#registration-wrapper{
    border: solid black 1px;
   background-color: white;
}

.registration-page {
     padding-top: 10px;
     padding-bottom: 10px;
}