body
{
	background: #121517;
  -webkit-font-smoothing: subpixel-antialiased; 
}

/* Custom Font Styling */

.ccm-page h1,
.ccm-page h2,
.ccm-page .coloured,
.reveal h1,
.reveal h2,
.reveal .coloured{
  color: #93278f;
}
.ccm-page h4 {
  font-weight: 700; 
}
.ccm-page h5, 
.ccm-page h6 {
  color: #888B93; 
}

.ccm-page p,
.reveal p{
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.8rem; }

.ccm-page .highlight { background-color: yellow }

.ccm-page .whiteStripe ul:not(.pager) {margin: 1em 0;}
.ccm-page .whiteStripe ul:not(.pager) li {list-style-type: none; margin: 0 0 0.4em 2.5em; font-weight: 400;}
.ccm-page .whiteStripe ul:not(.pager) li:before {    
font-family: 'FontAwesome';
content: '\f111';
color: #0bb2c3;
float: left;
  margin-left: -2em;
}	
.ccm-page #nav {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
	background: #121517;
  z-index:100;
}

.ccm-page ol {
  list-style-type: upper-alpha;
}
.ccm-page ol > li > ol {
  list-style-type: decimal;
}
.ccm-page ol > li > ol ol {
  list-style-type: lower-roman;
}

.ccm-page ol li {
   font-weight: normal;
    margin-top: 0.6rem;
}

.ccm-page ol li:first-line {
  font-weight: bold;
}
.ccm-page ol br {
  content: "A" !important;
    display: block !important;
    margin-bottom: 0.6rem !important;
}
.ccm-page ol a {
  font-weight: bold;
}

.ccm-page ul.nav.sidebar ul {
  margin: 0.2em 0;
}
.ccm-page ul.nav.sidebar > li {
  font-weight: bold;
  margin: 0 0 0 0;
}
.ccm-page ul.nav.sidebar > li:before,
.ccm-page ul.nav.searchResults > li:before {
  content: '';
}
.ccm-page ul.nav.sidebar > li li {
  font-size: 0.9rem;
  margin: 0 0 0 2em;
}
.ccm-page ul.nav.sidebar > li li:before {
  font-size: 0.6rem;
}

.ccm-page ul.nav.searchResults {}
.ccm-page ul.nav.searchResults a {
  font-weight: bold;
}
.ccm-page ul.nav.searchResults > li {
  margin: 0 0 0.4rem 0;
}

.ccm-page #nav .menu > li > a {
  color: #fefefe;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.7rem 0.7rem;
}
.ccm-page #nav .top-bar .menu .menu-text {
  padding: 0;
}
.ccm-page #nav .top-bar .menu .menu-text a {
  font-size: 1.0625rem;
  font-weight: 700;
}
.ccm-page #nav .title-bar .menu-icon {
  float: right;
  margin: 0.25rem 0.25rem 0 0.5rem;
}
.ccm-page #nav .title-bar .title-bar-title {
  float: right;
  padding: 0;
}
.ccm-page #nav .title-bar .menu-text {
  float: left;
  padding: 0.1rem;
  color: #fefefe;
  font-size: 1.2rem;
  font-weight: 700;
}


.ccm-page .top-bar li > a:hover {
  background-color: #3E4147;
}

.ccm-page .top-bar .has-submenu > a {
  padding-right: 1.9rem !important;
  position: relative;
}

.ccm-page .top-bar .has-submenu > a:after {
  border: none;
  font-family: 'FontAwesome';
  content: "\f078";
  font-size: 0.6rem;
  right: 0.8rem;
  position: absolute;
  color: #0bb2c3; 
}
.ccm-page .top-bar .has-submenu > a.active:after,
.ccm-page .top-bar .has-submenu > a.active-path:after {
  color: #fefefe; 
}
.ccm-page .menu .active-path > a {
    background: #922d8d;
    color: #fefefe; }
	
.ccm-page .top-bar input {
  height: 1em;
  height: 1em;
  padding: 0.9rem 0.8rem 0.8rem 0.8rem;
  border: 0;
  max-width: 150px;
  margin-right: 0.5rem;
}

.reveal {padding: 1.9rem;}

/* Page Layouts */


#headerArea {
	background: #0bb2c3 right center no-repeat;
	z-index: 30;
	overflow: hidden;
  padding-top: 2.3rem;
}
	#headerArea .parallaxLayers {
	  position: relative;
	  margin-bottom: -500px;
	}
	#headerArea .row img.logo {
	  height: 10em;
	  width: auto;
	  max-width: 10em;
      z-index: 499;
	  margin: 2em 0 2em 1.5em;
	  padding: 0;
	}
	#headerArea .row .textBox {
		background: #FFF;
		background: rgba(255,255,255,0.6);
		float: left;
		padding: 1em;
		padding-bottom: 0;
        z-index: 498;
	}
	
	#headerArea .scene,
	#headerArea .layer {
	  display: block;
	  height: 100%;
	  width: 100%;
	  padding: 0 !important;
	  margin: 0 !important;
	}
	
	#headerArea .scene {
	  position: relative;
	  width: 100%; 
	  height: 500px;
	  overflow: hidden;
	}
	
	#headerArea .layer {
	  position: absolute;
	  display: block; 
	  right: 0; 
	  top: 0; 
	  transform: translate3d(0px, 0px, 0px); 
	  transform-style: preserve-3d; 
	  backface-visibility: hidden;
	}
	#headerArea .layer div {
	  -webkit-transform: translate3d(0,0,0);
	  -moz-transform: translate3d(0,0,0);
	  transform: translate3d(0,0,0);
	  -webkit-transform-style: preserve-3d;
	  -moz-transform-style: preserve-3d;
	  transform-style: preserve-3d;
	  -webkit-backface-visibility: hidden;
	  -moz-backface-visibility: hidden;
	  backface-visibility: hidden;
	}
	
	#headerArea .scene .background {
	  bottom: 0;
	  background-size: cover;
	  position: absolute;
	  width: 110%;
	  left: -5%;
	  top: -5%;
	}
	
	#headerArea .scene .geometric {
	  bottom: 0;
	  position: absolute;
	  right: -20%;
	  top: -50%;
	}
	
	@media only screen and (max-width: 64em) { 
	  #headerArea .scene .geometric {
		right: -30%;
		top: -25%;
	  }
	}
	
	@media only screen and (max-width: 50em) { 
	  #headerArea .row img.logo {
		margin: 1.5em 0 1.5em 1.5em;
	  }
	}
	@media only screen and (max-width: 40em) { 
	  #headerArea {background-size:cover; background-position: 0 20%;}
	  #headerArea .parallaxLayers {display: none !important;}
	  #headerArea .row img.logo {
		height: auto;
		width: 100%;
		margin: 1em 0 1em 1em;
	  }
	  #headerArea .row .textBox {
		  float: right;
		  padding: 1em 0 0 0;
		  color: #fff;
		  background: none;
		  text-shadow: 0px 0px 7px #494C53;
	  }
	}
	@media only screen and (min-width: 40.063em) { 
	  #headerArea {background-image: none !important;}
    .ccm-page .top-bar-section input[type="text"] {
     width: 8rem; 
    }
	}
  
	@media only screen and (min-width: 40.063em) and (max-width: 44.063em) { 
    .ccm-page .top-bar-section input[type="text"] {
     width: 4rem; 
    }
	}
	@media only screen and (min-width: 53.750em) and (max-width: 57.500em) { 
    .ccm-page .top-bar-section input[type="text"] {
     width: 4rem; 
    }
	}
	
  /*  .ccm-page .top-bar-section .has-form {
      padding-top: 0;
      padding-right: 0.3375rem;
      padding-bottom: 0.3375rem;
      padding-left: 0.3375rem;
    }
    .ccm-page .top-bar-section li:not(.has-form) a:not(.button),
    .ccm-page .top-bar-section ul li > a,
    .ccm-page .top-bar-section ul li > a.button  {
      font-weight: normal;
      font-size: 0.75em;
      padding-left: 0.5875rem;
      padding-right: 0.5875rem;
    }
    .ccm-page .top-bar-section .has-dropdown > a::after {
      right: 0.3375rem;
    }
    .ccm-page .top-bar-section .has-dropdown > a
    {
      padding-right: 1.5875rem !important;
    }*/
  
  @media only screen and (min-width: 40.063em) and (max-width: 54em) {
	 
    .ccm-page .top-bar .has-submenu > a
    {
      padding-right: 0.7rem !important;
    }
    .ccm-page .top-bar .has-submenu > a::after {display: none;}
	}
  
#parallaxSection {
	background-color: #ffffff;
	padding: 0;
	min-height: 200px;
	width: 100%;
	position: relative;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
}
#staticSection { 
  display: none;
}

#parallaxSection .parallaxText {
	position: absolute;
	top: 50px;
	bottom: auto;
	float: left;
}

	.ccm-page #parallaxSection h1,
	.ccm-page #parallaxSection h2,
	.ccm-page #parallaxSection h3,
	.ccm-page #parallaxSection h4,
	.ccm-page #parallaxSection h5,
	.ccm-page #parallaxSection h6,
	.ccm-page #parallaxSection p,
	.ccm-page #parallaxSection li {color: #fff; text-shadow: 0px 0px 7px #494C53;}
	.ccm-page #parallaxSection p {font-size: 1.3em;}
	
	@media only screen and (max-width: 40em) { 
	  #parallaxSection {
		display: none;
	  }
	  #staticSection { 
		display: block;
	    background-color: #282B2F;
		color: #fff;
	  }
	  #staticSection .columns { 
	    padding-top: 0.6em;
	  }
	  .ccm-page #staticSection h1 {color: #fff; margin-bottom: 0;}
	}

.whiteStripe {
	padding: 2em 0 1.5em 0;
	min-height: 20em;
	background: #fff;
}

.whiteStripe.blue {
	background: #55b7cb;
}

.whiteStripe.blue h1,
.whiteStripe.blue h2,
.whiteStripe.blue h3,
.whiteStripe.blue h4,
.whiteStripe.blue h5,
.whiteStripe.blue h6,
.whiteStripe.blue p,
.whiteStripe.blue li,
.whiteStripe.blue a {
	color: #ffffff;
}
.whiteStripe.blue a {
	text-decoration: underline;
}
.ccm-page .whiteStripe.blue hr {
	border-color: #ffffff;
  border-style: dashed;
}
 


.greenStripe {
	padding: 2em 0 1.5em 0;
	background: #b1cb1f;
}
  @media only screen and (max-width: 40em) { 
    .ccm-page .greenStripe h1,
	.ccm-page .greenStripe h2,
	.ccm-page .greenStripe h3,
	.ccm-page .greenStripe h4,
	.ccm-page .greenStripe h5,
	.ccm-page .greenStripe h6,
	.ccm-page .greenStripe p {text-align: center;}
  }

.brownStripe {
	padding: 3em 0 2.5em 0;
	background: #ded7c6;
}

.videoWrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.icon {
	font-size: 4em;
	padding: 0 5px 0 0;
	vertical-align: middle;
}

/* Footer Styles */

.ccm-page footer {
	padding-bottom: 30px;
}

.ccm-page footer h4 {
	margin-top: 15px;
	color: #93278f;
	font-size: 1.8rem;
	font-weight: normal; }

.ccm-page footer p {
	font-size: 0.8rem;
	color: #fff;}
.ccm-page footer .contact p {
	font-size: 1rem; }
  
.ccm-page footer .tagline h4 {
  background: #93278f;
  color: #ffffff;
  font-weight: normal;
  float: right;
  padding: 0.2em 1em;
  white-space: nowrap; 
  clear: right;
  font-size: 1.3rem;
  margin-top: 0; }
 
 .ccm-page footer hr {
	border-color: #93278f; }
 
 .ccm-page footer ul { 
	list-style-type: none;
	margin: 0;
	padding: 0; }
 
 .ccm-page footer ul li {
	font-size: 0.8rem;
   color: #A6A9AF;
   margin: 0 15px 0 0;
   white-space: nowrap;
font-weight: 400;}  
 
 .ccm-page footer a {
   color: #ffffff;}
 .ccm-page footer a:hover {
   color: #9E3D9A;}
 
 .ccm-page footer ul li a {
   color: #A6A9AF;}
 .ccm-page footer ul li a:hover {
   color: #ffffff;}
   
 .ccm-page footer ul.dark li a {
   color: #494C53;}
 .ccm-page footer ul.dark li a:hover {
   color: #A6A9AF;}
   
 .ccm-page footer ul { 
	margin: 0;}
	.ccm-page footer .tagline {
		margin-top: 35px;}
	.ccm-page footer .tagline h4 {
	  float: right;
	  clear: right; }
   .ccm-page footer .contact p,
   .ccm-page footer p {
	font-size: 0.8rem;
	margin-bottom: 5px;}

@media only screen and (min-width: 40.063em) { 
	.ccm-page footer ul li {
		display: inline;}
  } 
  
@media only screen and (min-width: 64.063em) { 
 .ccm-page footer ul.dark {
   text-align: right;}
 .ccm-page footer ul.dark li {
   margin: 0 0 0 15px;} 
} 




.phase-20 {
  -webkit-animation: phase 20s 0.1s infinite linear;
  -moz-animation: phase 20s 0.1s infinite linear;
  animation: phase 20s 0.1s infinite linear;
}
.phase-19 {
  -webkit-animation: phase 19s 0.1s infinite linear;
  -moz-animation: phase 19s 0.1s infinite linear;
  animation: phase 19s 0.1s infinite linear;
}
.phase-18 {
  -webkit-animation: phase 18s 0.1s infinite linear;
  -moz-animation: phase 18s 0.1s infinite linear;
  animation: phase 18s 0.1s infinite linear;
}
.phase-17 {
  -webkit-animation: phase 17s 0.1s infinite linear;
  -moz-animation: phase 17s 0.1s infinite linear;
  animation: phase 17s 0.1s infinite linear;
}
.phase-16 {
  -webkit-animation: phase 16s 0.1s infinite linear;
  -moz-animation: phase 16s 0.1s infinite linear;
  animation: phase 16s 0.1s infinite linear;
}
.phase-15 {
  -webkit-animation: phase 15s 0.1s infinite linear;
  -moz-animation: phase 15s 0.1s infinite linear;
  animation: phase 15s 0.1s infinite linear;
}
.phase-14 {
  -webkit-animation: phase 14s 0.1s infinite linear;
  -moz-animation: phase 14s 0.1s infinite linear;
  animation: phase 14s 0.1s infinite linear;
}
.phase-13 {
  -webkit-animation: phase 13s 0.1s infinite linear;
  -moz-animation: phase 13s 0.1s infinite linear;
  animation: phase 13s 0.1s infinite linear;
}
.phase-12 {
  -webkit-animation: phase 12s 0.1s infinite linear;
  -moz-animation: phase 12s 0.1s infinite linear;
  animation: phase 12s 0.1s infinite linear;
}
.phase-11 {
  -webkit-animation: phase 11s 0.1s infinite linear;
  -moz-animation: phase 11s 0.1s infinite linear;
  animation: phase 11s 0.1s infinite linear;
}

@-webkit-keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.7;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.7;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.7;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes phase {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.7;
  }

  75% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.ccm-page .callout .button {
	margin-bottom: 0.3rem;
}

.ccm-page .page-list-wrapper {
	margin-bottom: 1em;
}
.ccm-page .page-list-wrapper .row .columns {
	position: relative;
}
.ccm-page .page-list-wrapper h3 {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}

  .ccm-page .page-list-wrapper h3 a,
  .ccm-page .page-list-wrapper h3 span {
	  background-color: #979AA1;
	  color: #fff;
	  display: block;
	  padding: 0.3rem 0.8rem;
	  font-size: 80%;
  }
  
  .ccm-page .page-list-wrapper .feature_img {
    margin-bottom:1rem; 
	overflow: hidden;
  }
  .ccm-page .page-list-wrapper .feature_img img {
	width: 100%;
	height: auto;
  }

  .ccm-page .page-list-wrapper h3 .news-events,
  .ccm-page .page-list-wrapper h3 .news {background-color: #922d8d;}
  .ccm-page .page-list-wrapper h3 .research {background-color: #1cb2c1;}
  .ccm-page .page-list-wrapper h3 .events {background-color: #c1cc32;}
  .ccm-page .page-list-wrapper h3 .features {background-color: #f8a731;}

  .ccm-page .page-list-wrapper h3 i {
	  font-size: 130%;
	  float: right;
  }
  
  .ccm-page .page-list-wrapper p {
	  margin-bottom: 0;
  }
  
  .ccm-page .page-list-wrapper small {color:#797C85;}
  .ccm-page .page-list-wrapper .button {
	margin: 0.4rem 0 0 0;
    font-weight: 400;
	}
  .ccm-page .page-list-wrapper .button.lowerLeft {
	position: absolute;
	bottom:1.8rem;
	left: 1rem;
	}
  .ccm-page .page-list-wrapper .button.lowerRight {
	position: absolute;
	bottom: 1.8rem;
	right: 1rem;
	}

/* Pagination styles */

.pager {
  margin-left: 0;
  margin-bottom: 1rem; 
}
  .pager::before, .pager::after {
    content: ' ';
    display: table; }
  .pager::after {
    clear: both; }
  .pager li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 3px;
    display: none; }
    .pager li:last-child, .pager li:first-child {
      display: inline-block; }
    @media screen and (min-width: 46.25em) {
      .pager li {
        display: inline-block; } }
  .pager a,
  .pager button {
    color: #2b3139;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px;
    border: none !important; }
    .pager li:before {
      display: none;
    }
    .pager a:hover,
    .pager button:hover {
      background: #f2f2f2; }
  .pager .current {
    padding: 0.1875rem 0.625rem;
    background: #0bb2c3;
    color: #ffffff;
    cursor: default; }
  .pager .disabled {
    padding: 0.1875rem 0.625rem;
    color: #555a61;
    cursor: not-allowed; }
    .pager .disabled:hover {
      background: transparent; }
  .pager .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #2b3139; }

.pager-previous a::before,
.pager-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pager-next a::after,
.pager-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.ccm-page input[type="text"],
.ccm-page input[type="password"],
.ccm-page input[type="date"],
.ccm-page input[type="datetime"],
.ccm-page input[type="datetime-local"],
.ccm-page input[type="month"],
.ccm-page input[type="week"],
.ccm-page input[type="email"],
.ccm-page input[type="number"],
.ccm-page input[type="search"],
.ccm-page input[type="tel"],
.ccm-page input[type="time"],
.ccm-page input[type="url"],
.ccm-page input[type="color"],
.ccm-page textarea,
.reveal input[type="text"],
.reveal input[type="password"],
.reveal input[type="date"],
.reveal input[type="datetime"],
.reveal input[type="datetime-local"],
.reveal input[type="month"],
.reveal input[type="week"],
.reveal input[type="email"],
.reveal input[type="number"],
.reveal input[type="search"],
.reveal input[type="tel"],
.reveal input[type="time"],
.reveal input[type="url"],
.reveal input[type="color"],
.reveal textarea {
  font-weight: 400; }
.ccm-page input.input-group-field {border-radius: 0; padding-left: 1em;}

/* Foundation Media Queries */

/* Small only */
@media screen and (max-width: 39.9375em) {
  .ccm-page .top-bar .top-bar-right li{width: 100%;}
  .ccm-page .top-bar .top-bar-right input {width: 100%;max-width: 100%; padding: 1.2rem 0.8rem; }
  .ccm-page .top-bar .top-bar-right {margin-bottom: 0.5rem;}
  
  .ccm-page .top-bar .has-submenu > a:after {
    border: none;
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    right: 1rem;
    top: 0.8rem;
    position: absolute;
    color: #0bb2c3;
  }
  .ccm-page .top-bar .is-submenu-item > a {
    display: block;
    padding-left: 2rem !important;
  }
  .ccm-page .top-bar .is-submenu-item > a:before {
    border: none;
    font-family: 'FontAwesome';
    content: "\f078";
    font-size: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
    left: 1rem;
    position: absolute;
    color: #ffffff;
    transform: rotate(-90deg);
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {}

@media screen and (min-width: 40em) and (max-width: 53.9375em) {
  .top-bar-right {display: none;}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}


/* Responsive Navigation Fixes */

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

/* Foundation & Concrete CSS Fixes */

.ccm-notification-help-launcher {
  display: none !important;
}
.ccm-toolbar-visible .fixed {
  top: 49px;
}
.ccm-toolbar-visible.ccm-panel-right .fixed, 
.ccm-toolbar-visible.ccm-panel-left .fixed {
  top: 5px;
}
button#ccm-redactor-cancel-button, 
button#ccm-redactor-save-button {
  width: auto !important;
}
.top-bar-section ul li ul, 
.top-bar-section ul li ol {
  margin-left: 0 !important;
}
.ccm-page i {font-style: normal !important;}
  
/* Foundation & Concrete CSS Fixes + */

.ccm-page .display_archive { 
  border-top: 1px solid #B5B8BD;
}

.ccm-page .display_archive .campaign {
  padding: 1rem 0;
  border-bottom: 1px solid #B5B8BD;
  font-weight: normal;
}

.ccm-page .display_archive .campaign:before {
  content: 'Date: ';
  font-weight: bold;
}

.ccm-page .display_archive .campaign a:before {
  white-space: pre;
  content: '\a Title: ';
  font-weight: bold;
}