/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

/* COLOURS */
.erablue-dark{
	background-color:#020E57;
}
.erablue-dark-text{
	color:#020E57;
}
.erablue-light{
	background-color:#487ABC;
}
.erablue-light-text{
	color:#487ABC;
}

.erablue-offwhite{
	background-color:#f4f4f4;
}
.erablue-offwhite-text{
	color:#f4f4f4;
}
.erablue-grey{
	background-color:#e5e5e5;
}
.erablue-grey-text{
	color:#e5e5e5;
}

.erablue-dkgrey-text{
	color:#bfbfbf;
}
.erablue-dkgrey{
	background-color:#bfbfbf;
}


/* Buttons */

.sidenav li > a.btn:hover, .sidenav li > a.btn-large:hover, .sidenav li > a.btn-small:hover, .sidenav li > a.btn-large:hover {
  background-color: #487ABC;
}

/* INDEX BANNER */

.banner-container {
  position: relative;
  overflow: hidden;
  /* banner image height */
  height: 800px;
}

.banner-container .banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.banner-container .banner img {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: -65%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* FULL PAGE REPEAT BG */

.tile-repeat {
  background-image: url("../img/core/noisy_net.png");
  background-repeat: repeat both;
}

.body-fill{
	  background-color: #487ABC;
}

.body-grad{
background: #487ABC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #5691de, #1353ad);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #5691de, #1353ad); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/* FONTS */
.montserratregular {
font-family: montserratregular, sans-serif;
font-weight: normal;
font-style: normal;
}
.montserratsemibold {
font-family: montserratsemibold, sans-serif;
font-weight: 400;
font-style: normal;
}
.montserratbold {
font-family: montserratbold, sans-serif;
font-weight: 700;
font-style: normal;
}

.bullet-margin{
line-height: 2.2em;
}

.head-txt{
	font-size: 1.8em;	
}

.lrg-txt{
	font-size: 1.5em;
}

.med-txt{
	font-size: 1.2em;
}

.body-txt{
	font-size: 1.2em;
	line-height: 1.4em;
}

.sml-txt{
	font-size: 0.7em;
	line-height: 0.8em;
}

.who-txt{
	line-height: 2.0em;	
}

/* COMPONENTS */

.divider-era {
  height: 1px;
  overflow: hidden;
  background-color: #487ABC;
}

.panel-test {
	border: blue 1px solid;
}

/* LOGO ADJUSTMENTS */
.desktop-logo{
	margin-top:5px;
	height:110px;
}
.mobile-logo{
	max-height:150px;
	margin-top: 50px;
	margin-bottom: 25px;
}

/* NAVIGATION TWEEKS */

nav ul a {
	color:#020E57;	
}

nav ul a:hover {
  background-color: #487ABC;
  color: #fff;
}

.sidenav li > a {
	color:#020E57;
}

.sidenav li > a:hover {
  background-color: #487ABC;
  color: #fff;
}

/* SOCIAL */

.fab{
	color:#487ABC;
}

.fab:hover{
	color:#020E57;
}

.fab2{
	color:#fff;
}

.fab2:hover{
	color:#487ABC;
}

.contact-link.a:hover{
	color:#487ABC;
}

.socialist{
	margin-top:20px;
	margin-bottom: 20px;	
}

.social-spacer{
	margin-right:10px;
}

/* HELPERS */

.margin-0{
	margin:0px;
}

.margin-t30{
	margin-top: 30px;
}

.margin-r20{
	margin-right: 20px;
}

.margin-t50{
	margin-top: 100px;
}

.margin-t100{
	margin-top: 200px;
}

.margin-b100{
	margin-bottom: 100px;
}

.margin-b50{
	margin-bottom: 50px;
}

.margin-box-line{
	margin-bottom: 30px;
	border-bottom: white solid 1px;
}

.margin-box{
	margin-bottom: 30px;
}

.margin-30-all{
	margin: 30px;
}

/* COLLAPSIBLE STRUCTURE */
 .parallax-container {
      height: 200px;
    }


/* COLLAPSIBLE STRUCTURE */

.accordion {
  background-color:#e5e5e5;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active-ac, .accordion:hover {
  background-color: #e5e5e5;
}

.accordion:after {
  content: "\002B" " EXPAND";
  color: #020E57;
  font-size: 1em;
  font-family: montserratregular, sans-serif;

}

.active-ac:after {
  content: "\2212" ' LESS';
}

.panel {
  padding: 0 18px;
  background-color: #f4f4f4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}








