
/************************************************************************/
/* HEADER */
/************************************************************************/
/*
header{background: #00a7a9; padding: 0; margin: 0 0 0 0;}
.topheader {height:0.5em;background: #005686;}
#globalNavigation { position: absolute; top: 42px; width: 600px; right: 0%; text-align: center; }
nav ul{ margin: 0; padding: 0; line-height: 1em;}
nav ul li{ display: inline-block; padding: 0; margin: 0; vertical-align: middle; }
nav ul li a{ color: #ffffff; font-size: 81%; padding: 0 1.5em; display: block; }
nav ul li a:hover{ color: #ffffff; }
nav ul li a img{ width: 16px; margin-right: 5px; margin-top: -3px; }

.ic{color:#000;position:fixed;cursor:pointer;display:inline-block;right:25px;width:32px;height:24px;text-align:center;top:0px;outline:none}
.ic.close{opacity:0;font-size:0px;font-weight:300;color:#fff;top:8px;height:40px;display:block;outline:none}
.ic.menu{top:25px;z-index:20}
.ic.menu .line{background-color:#000;height:4px;width:100%;display:block;margin-bottom:6px}
.ic.menu .line-last-child{margin-bottom:0px}

#logo { height:200px; text-align: center; display: inline-block;}
#logo a {float: left; margin: 1.6em 0;width: 200px; height: 62px; background: url(../images/nui-galway-societies.jpg) no-repeat; background-size: auto auto; background-size: 200px 62px; transition: none;}
#logo a span { display: none; }
#yourspacelogo { display: inline-block; height:100px;}
#yourspacelogo a {float: right; margin: 0 0;}
#yourspacelogo a {width: 259px;height: 98px;background: url(../images/yourspacelogo.png) no-repeat;background-size: auto auto;background-size: 259px 98px;transition: none;}
#yourspacelogo a span { display: none;}
*/

/************************************************************************/
/* BREAD CRUMB */
/************************************************************************/
/*
#breadcrumbNavigation { padding: 10px 0px 10px 0px; font-weight: 300}
#breadcrumbNavigation ul{margin: 0;padding: 0;line-height: 1em;color: #676767;}
#breadcrumbNavigation ul li{display: inline-block;padding: 0;margin: 0;vertical-align: middle; font-size: 71%;}
#breadcrumbNavigation ul li a{color: #676767;padding: 0 3px 0 3px;display: block;}
#breadcrumbNavigation ul li a:hover{color: #676767;}
*/
/************************************************************************/
/* Main Content */
/************************************************************************/
/*
.full-width-white{background: #fff;	}
.background-image{z-index: -100; background: url(../images/bg3.jpg) no-repeat center center; 
-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;
background-size: cover;z-index: -10000;}

.contentHolder
{
	border-left: solid 10px #eeeeee;
	padding:20px 30px 20px 30px;
	margin-bottom: 40px;
	color: #676767;
	background: #fff;
	
}
.contentHolder h3{color:#6A992F;  margin-bottom: 35px; }
.contentHolder h4{color:#6A992F; font-weight: 400}
h1.pageTitle{margin-top: 20px;margin-bottom: 60px; }
.contentHolder p a{color:#6A992F;}
.contentHolder p a:hover{color:#6A992F;}
*/
/************************************************************************/
/* FOOTER */
/************************************************************************/
.lightBluefooter
{
	background: #49b0c6;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.lightBluefooter a
{
   color: #fff;
}
.left-footer-col
{
	padding-right: 0px;
}


.darkBluefooter
{
	background: #015788;
}
#footerHolder
{
	color: #fff;
}
.footer-blue-line
{
	border-top: solid 1px  #49b0c6; 
}
.footerCentered
{
	text-align: center;
}
.footerEndText
{
	font-size: 81%;
	color: #fff;
	padding: 10px 20px 10px 20px;
}
#footerNavigation
{
	padding: 20px 20px 10px 20px;
	text-align: center;
	
}

#footerNavigation ul{margin: 0;padding: 0;line-height: 1em;}
#footerNavigation ul li{display: inline-block;padding: 0;margin: 0;vertical-align: middle;}
#footerNavigation ul li a{color: #ffffff;font-size: 81%;padding: 0 1.5em;display: block;}
#footerNavigation ul li a:hover{color: #ffffff;}



/******************************************
* LOGIN PAGE
******************************************/
/*
.homepageContainerRow{padding-bottom: 40px;}
.darkdiv{background: #4A4A4D;color: #fff;}
#bottomSection p{color: #676767;}

.card 
{
	border-radius: .0rem;
	border: 0px solid;
	 z-index: 1;
}
.card-header:first-child 
{
	border-radius: .0rem;
}
.card-header
{
	margin-left: -20px;
	margin-right: -20px;

}
.ribbonWrap
{
	 position: relative;

}
.ribbonWrap::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -40px;
    left: 0px;
    z-index: -10;
    border: 20px solid;
    border-color: #7FA068 transparent transparent transparent;    
}
.ribbonWrap ::before {left: 0;}
.ribbonWrap ::after {right: 0;}

.inner-full-width
{
	background-color: #e9eae4;
	padding-top: 20px;
}
.homepageWelcome
{
	margin: 20px 0px 40px 0px;
	color: #fff;	
}
.homepageWelcome h1
{
	color: #fff;	
}
.tagline
{
	color: #fff;
}
#edugateLoginCard
{
	
}
.loweredRight
{
	margin-left: 60px;
	margin-top: 60px;
}
.studentLoginBtn
{
	background-color: #fff;
}




@media only screen and (max-width: 1200px) {
  .ic.menu { display: none; }
}

@media only screen and (max-width: 992px) {
  .ic.menu { display: none; }
    .loweredRight
	{
		margin-left: 0px;
		margin-top: 10px;
	}
}

@media only screen and (min-width: 769px) {
	.ic.menu { display: none; }
}

@media only screen and (max-width: 992px) {

  #logo { height: 60px;}
  #logo a { width: 140px; height: 43px; background-size: 140px 43px; margin: 12px 0px;}
  #yourspacelogo { height: 60px;}
  #yourspacelogo a { width: 140px; height: 53px; background-size: 140px 53px; margin: 4px 0px 0px 0px;}
  .ic.menu { display: block; }
  header .ic.menu .line { background-color: #414545; }
  .ic.menu .line { transition: all 0.4s ease 0s; transform: rotate(0deg); transform-origin: center center 0px; }

  nav { background-color: transparent; }
  ul.main-nav {display: block;}
  .main-nav {transition: 0.5s;}
  ul.main-nav { z-index: 2; padding: 50px 0px; position: fixed; right: 0px; top: 0px; width: 0px; background-color: #414545; height: 100%; overflow: auto; } 
  ul.main-nav > li > a::after { display: none; }
  ul.main-nav > li:first-child { border-radius: 0px; }
  ul.main-nav > li { display: block; border-bottom: 1px solid #4e5151; text-align: left; }
  ul.main-nav > li > a { height: 30px;  line-height: 30px;}
  ul.main-nav > li > a > img { display: none;} 
  ul.main-nav > li ul.sub-menu-lists > li a { color: #eeeeee; font-size: 14px; }
  .sub-menu-head { font-size: 16px; }
  ul.main-nav > li:hover { background-color: transparent; }
  ul.main-nav > li:hover > a { color: #ffffff; text-decoration: none; font-weight: 600; }
  ul.main-nav > li > div.sub-menu-block { border-left: 0px solid #cccccc; border-right: 0px solid #cccccc; border-bottom: 1px solid #cccccc; position: relative; visibility: visible; opacity: 1; }
    .loweredRight
	{
		margin-left: 0px;
		margin-top: 10px;
	}  
}

.inner-full-width-green-background
{
	background-image: linear-gradient( #40b4b0 510px, #e9eae4 0%);
}
.inner-content
{
	background-color: #ffffff;
	padding: 35px;
}




*/


.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control 
{
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.error-msg, .text-red
{
	color: #a94442;
}
.page-logo img {
    width: auto;
    height: 78px;
}
.page-logo {
    width: 19.875rem;
}
.page-logo, .page-sidebar, .nav-footer, .bg-brand-gradient {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 148, 225, 0.18)), to(transparent));
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent);
    background-color: #004C6C;
}
html,body {
background-color: #fbf8fa;
}

.accordion .card .card-header .card-title
{
	color: #212529;
}