/* -------------------------------- 

Primary style 

-------------------------------- */
*, *::after, *::before {
	box-sizing: border-box;
}

html {
	font-size: 100%; 
}

body {
	font-size: 1rem;
	font-family: "Open Sans", sans-serif;
	color: #000;
/*	background-color: #ECF0F1;*/
	background-color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-container{
	max-width: 1024px;  
	margin:auto;
}

/*EDGE ADDITIONS*/

a {
  color: #348CD3;
/*  color: #2B77B3; */
  text-decoration: none; 
}

strong {
	font-weight:bold;
}
em, i {
	font-style:italic;
}

.see-more{
	clear:both;
	text-align:right;
}
.button{
	background-color:#090;
    color: #FFF;
/*	border: 2px solid #348CD3;*/
	border: 2px solid #090;
    border-radius: 4px;
	padding: 0.5em;
	font-size:100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button:hover {
/*	background-color: #39f;*/
	background-color:#0C0;
    color: #fff;
}

.tweetbutton{
	background-color: #1A8CD8;
	
    color: #FFF;
/*	border: 2px solid #348CD3;*/
	border: 2px solid #1A8CD8;
    border-radius: 20px;
	padding: 0.5em;
	font-size:100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.tweetbutton:hover {
/*	background-color: #39f;*/
	background-color: #1D9BF0;
    color: #fff;
}

.facebookbutton{
	background-color: #3A5C9C;
    color: #FFF;
/*	border: 2px solid #348CD3;*/
	border: 2px solid #3A5C9C;
    border-radius: 20px;
	padding: 0.5em;
	font-size:100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.facebookbutton:hover {
/*	background-color: #39f;*/
	background-color: #0064E0;
    color: #fff;
}

.button100 {
	display:block;
	width:100%;    
}
.adminbutton{
	background-color:#F00;
    color: #FFF;
	border: 2px solid #F00;
    border-radius: 4px;
	padding: 0.5em;
	font-size:100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.smallbutton{
	padding: 0px 6px;
	margin: 1px 0px;
	font-size: 70%;
}

.adminbutton:hover {
	background-color:#F60;
	color: #fff;
}
.img-container{
	background-color: #DDD;
	padding:0.5em;
}
.img-container a{
	text-decoration:none;
	border:none;
}
.img-container img {
	display: block;
    margin: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
.img-container.pub-portrait, .img-container.pub-landscape {
	margin: 1em auto;
}
.img-container.pub-main-portrait, .img-container.pub-main-landscape {
	margin: 0em auto 2em;
}

.img-container.pub-portrait img, .img-container.pub-main-portrait img{ /*img-container*/
	width: 75%;
}
.img-container.pub-landscape img, .img-container.pub-main-landscape img{
	width: 100%;
}
.imgspace{
	margin: 0.5em;
}
.bordered {
	border:#CCC 2px; 
}
.shadowed {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cleardivs{
	clear: both;
}
.centerdiv{
	margin:auto;
}

.section-title {
	text-align:center;
}
.section-title h1 {
	font-size:1.5em;
	font-weight:bold;
}
.section-title p {
	text-align:center;
}
.smalltext{
	font-size: 0.8em;
}
.whitebg{
	background-color:#FFF;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
	margin-bottom:10px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: ''; 
}
.video-container iframe { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pdf-container {
    overflow: hidden;
    position: relative;
    width:100%;
	margin-bottom:10px;
}
.pdf-container::after {
    padding-top: 75%;
    display: block;
    content: ''; 
}
.pdf-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.whatwedobg {
	background-color: #666; 
	background: url(/webimages/homepage/whatwedo-bg.jpg) no-repeat center center;
  	background-size: cover;
}
.cbubg {
	background-color: #e4e4e1;
	background: url(/webimages/homepage/cbu-section-bg.jpg) no-repeat center center;
  	background-size: cover;
}
.gmadbg {
	background-color: #e4e4e1;
	background: url(/webimages/homepage/gmad-section-bg.jpg) no-repeat center center;
  	background-size: cover;
}
.briefbg{
	background: url(/webimages/homepage/brief-section-bg.jpg) no-repeat center center;
  	background-size: cover;
	padding:2em;
}
.primerbg{ 
	background: url(/webimages/homepage/primer-section-bg.jpg) no-repeat center center;
  	background-size: cover;
	padding:2em;
}
.whitetext {
	color:#FFF;
}
.icon-items{
	width: 33%;
	float:left;
	padding:0.5em;
}
.icon-items img {
	width: 120px;
	height: 120px;		
}
.region-items{
	background:#FFF;
	margin:0.5em;
	margin-bottom:1em;
	width: 30%;
	float:left;
	padding:0.5em;
}
.blog-date {
	margin-top:0.5em;
	font-size: 0.9em;
}
.blogbyline{
	margin-top:0.2em;
	margin-bottom:0.2em;
}
.donate-notice{
	border-radius:20px;
	border: 2px solid #063;
	padding: 0px 20px 0px;
	background:#FFC;
}
.center-align{
	text-align:center;
}
.strip-notice{
	background:#00F;
	color:#FFF;
	text-align:center;
	height:20px;
	position: absolute;
	width: 100%;
	z-index: 5; 
	opacity: 75%;
	font-size: 0.8em;
}
.strip-notice a{
	text-decoration: underline;
	color:#FFF;
}
.headericons {  
	clear:both;
	text-align:right;
	padding:5px;
	padding-right:15px;
	background-color:#ECF0F1;
	color:#999;
}
.collapsible {
  background-color: #294000;
  border: none;
  border: 2px solid #090; 
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 18px;
}
.collapsible.active, .collapsible:hover {
  background-color: #090;
}
.collapsible:after {
  content: "\002B";
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.collapsible.active:after {
  content: "\2212";
}

.collapsiblecontent {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fefefe;
}

.dropbtn {
  background-color: white;
  color: black;
  padding: 5px;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
  height: 500px;
  overflow: scroll;
}

.dropdown:hover .dropbtn {
  background-color: #f9f9f9;
}

.horizontalline {
	border-top: 1px solid #ccc;
}
.graybg{
	background-color: #EEE;
}
.graybox{
	background-color: #F4F4F4;
	padding: 1em;
}
.articletitles-gkc h2{
	margin-top: 10px;
	text-align:center;
	color:#058958;
}
.articletitles-gkc img{
	display: block;
	margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
.articletitles-gkc ul {
	list-style:disc;
	margin-top: 10px;
	margin-bottom: 20px;
}
.bic-entry {
	border: 2px solid #ccc;
	margin-bottom: 10px;
	padding: 0px 20px;
}


@media only screen and (max-width: 1024px) {
	.img-container.pub-portrait img, .img-container.pub-main-portrait img{
	width: 40%;
	}
	.img-container.pub-landscape img, .img-container.pub-main-landscape img{
		width: 60%;
	}
}
@media only screen and (max-width: 768px) { 
	.img-container.pub-portrait img, .img-container.pub-main-portrait img{
	width: 60%;
	}
	.img-container.pub-landscape img, .img-container.pub-main-landscape img{
	width: 80%;
	}
	.icon-items{
		width: 100%;
		float:none;
		padding:0.5em;
	}
	.icon-items img {
		width: 160px;
		height: 160px;		
	}
	.region-items{
		width: 100%;
		float:none;
		padding:0.5em;
	}
}
/* -------------------------------- 

1. Auto-Hiding Navigation - Simple

-------------------------------- */
.cd-auto-hide-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media only screen and (max-width: 1024px) {
  .cd-auto-hide-header {
    height: 60px;
  }  
}

.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger { 
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cd-auto-hide-header .logo {
  left: 5%;
}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
  display: block;
}

.cd-auto-hide-header .nav-trigger {
  /* vertically align its content */
  display: none;
  height: 100%;
  padding: 0 1em;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #294000;
  font-weight: bold;
  right: 0;
  border-left: 1px solid #f2f2f2;
}
.cd-auto-hide-header .nav-trigger span {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon */
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #294000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
  /* this is the menu central line */
  margin: 6px auto 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
  /* this is the menu icon top line */
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
  /* this is the menu icon bottom line */
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}

@media only screen and (max-width: 1024px) {
  .cd-auto-hide-header .nav-trigger {
    display: table;
  }
}

.cd-primary-nav {
	display: table;  
	float: right;
	height: 100%;
	padding-right: 0%;
}
.cd-primary-nav > ul {
	vertical-align: middle;
	position: relative;
	z-index: 2;
	left: 0;
	width: auto;
	display: table-cell;
	top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.cd-primary-nav > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-primary-nav > ul li {
    display: inline-block;
    float: left;
    margin-right: 1.35em;
  }
  .cd-primary-nav > ul li:last-of-type {
    margin-right: 1em;
  }
.cd-primary-nav > ul a {
  
  /* reset mobile style */
  height: auto;
  display: block;
  line-height: normal;
  padding: 0;
	padding-top:0.8em;
  
  color: #294000;
  font-size: 1.07rem;
  border: none;
  
  
  

    
}
.cd-primary-nav > ul a.donate-button{
	background-color: #348CD3;
	background-color:#090;
    color: #FFF;
	border: 2px solid #348CD3;
	border: 2px solid #090;
    border-radius: 4px;
	padding: 0.5em;	 
	font-size:100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	width:100%;
}
.cd-primary-nav > ul a.donate-button:hover {
	background-color: #39f;
	background-color:#0C0;
    color: #fff;
}

.cd-primary-nav > ul a.search-button{
	background-color: #348CD3;
	background-color:#090;
    color: #FFF;
	border: 2px solid #348CD3;
	border: 2px solid #090;
    border-radius: 4px;
	padding: 0.5em;	
	font-size:100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	width:100%;
}
.cd-primary-nav > ul a.search-button:hover {
	background-color: #39f;
	background-color:#0C0;
    color: #fff;
}

.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
  color: #8F3985;
}
@media only screen and (max-width: 1024px) {
	.cd-auto-hide-header.nav-open .nav-trigger em {
		/* transform menu icon into a 'X' icon */
		background-color: rgba(255, 255, 255, 0);
	}
	.cd-auto-hide-header.nav-open .nav-trigger em::before {
	  /* rotate top line */
	  -webkit-transform: rotate(-45deg);
		  -ms-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	.cd-auto-hide-header.nav-open .nav-trigger em::after {
	  /* rotate bottom line */
	  -webkit-transform: rotate(45deg); 
		  -ms-transform: rotate(45deg);
			  transform: rotate(45deg);
	}
	.cd-primary-nav {
    /* vertically align its content */
   display: inline-block;
  }
  .cd-primary-nav > ul {
	  display: none;
	  position: absolute;
	  width: 100%;
	  top: 60px;
    padding: 0;
     background-color: #ffffff;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
  }
  .cd-primary-nav > ul li {
    display: block;
	float:none;
  }
  .cd-primary-nav > ul li:last-of-type {
    margin-right: 3em;
	margin-left: 3em;
  }
  .cd-primary-nav > ul a {
    /* target primary-nav links */
    padding-left: 5%;
	padding-bottom: 0.8em;
	border-top: 1px solid #f2f2f2;
	padding-top: 0.8em;
  }
  
}

.nav-open .cd-primary-nav ul, 
.cd-primary-nav ul:target {
  display: table-cell;
}
@media only screen and (max-width: 1024px) {
  .nav-open .cd-primary-nav ul,
  .cd-primary-nav ul:target {
	  /* 
  	show primary nav - mobile only 
  	:target is used to show navigation on no-js devices
  	*/
	display: block;
  }
}

/* -------------------------------- 

2. Auto-Hiding Navigation - with Sub Nav

-------------------------------- */
.cd-secondary-nav {
  font-size: 1em;
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  overflow: visible;
  height: 70px;
  background-color: #294000;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}
.cd-secondary-nav::after { 
  /* gradient on the right - to indicate it's possible to scroll */
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  background: transparent;
  background: -webkit-linear-gradient(right, #294000, rgba(37, 40, 61, 0));
  background: linear-gradient(to left, #294000, rgba(37, 40, 61, 0));
  pointer-events: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.cd-secondary-nav.nav-end::after {
  opacity: 0;
}
.cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
  height: 100%;
}
.cd-secondary-nav ul {
  /* reset mobile style */
  display: block;
  text-align: center;
  padding: 0 5%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-secondary-nav ul::after {
  clear: both;
  content: "";
  display: block;
}
.cd-secondary-nav li {
	/* reset mobile style */
	float: none;
  display: inline-block;
  
  -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  
}
.cd-secondary-nav li:last-of-type {
  padding-right: 20px;
}
.cd-secondary-nav a {
  display: block;
  color: #ffffff;
  opacity: .6;
  
  line-height: 70px;
  padding: 0 1em;
}
.cd-secondary-nav a.active {
    box-shadow: inset 0 -3px #8F3985;
  }
.cd-secondary-nav a:hover, .cd-secondary-nav a.active {
  		opacity: 1;
	}  

@media only screen and (max-width: 1024px) {
	.cd-secondary-nav {
		font-size: 0.8em;
		height: 50px;
	}
	.cd-secondary-nav ul {
		/* enables a flex context for all its direct children */
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.cd-secondary-nav li {
    	float: left;
		/* do not shrink - elements float on the right of the element */
		-webkit-flex-shrink: 0;
		  -ms-flex-negative: 0;
			  flex-shrink: 0;
    }
  	.cd-secondary-nav a {
    	line-height: 50px;
  	}
	
}

/* -------------------------------- 

3. Auto-Hiding Navigation - with Sub Nav + Hero Image

-------------------------------- */
.cd-secondary-nav.fixed {
  position: fixed;
  top: 100px;
    /* fixes a bug where nav and subnab move with a slight delay */
    box-shadow: 0 -6px 0 #294000;
}
.cd-secondary-nav.slide-up {
	-webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
  
}
@media only screen and (max-width: 1024px) {
  .cd-secondary-nav.fixed {
  		top: 60px;
  }
  .cd-secondary-nav.slide-up {
	  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
    
  }
}

/* -------------------------------- 

Main content

-------------------------------- */
.cd-main-content {
	font-size: 0.9em;
	padding: 10px 5% 2em;
    overflow: hidden;
}
.cd-main-content.nosub-nav{
	
	padding-top: 100px;
}
.cd-main-content.banner{
	padding-top: 0px; 
}
.cd-main-content.home{
	padding-top: 30px;
}
.cd-main-content.sub-nav {
  padding-top: 170px;
}
.cd-main-content.blogpage {
  width:950px;
	  margin:auto;
  
}
.cd-main-content.sub-nav-hero {
  /* to be used if there is hero image + subnav */
  padding-top: 0;
}
.cd-main-content.sub-nav-hero.secondary-nav-fixed {
  margin-top: 70px;
}
.cd-main-content.page-white{
	background-color: #fff;
}
.cd-main-content p, .cd-main-content ol, .cd-main-content ul  {
/*  max-width: 1024px;*/
  font-size: 1rem;
  line-height: 1.6;
	margin: 2em auto;
  color: #000;
}
.cd-main-content h1 {
  font-size:1.8em; 
  line-height: 1.2;
  font-weight:bold;
  color: #294000;
  margin: 1.2em auto 0em;
}
.cd-main-content h1.main {
	margin-bottom:1em;
}
.cd-main-content h2 {
  font-size:1.6em; 
  line-height: 1.15;
  font-weight:bold;
  color: #546633;
}
.cd-main-content h2.main{
	margin: 1em auto;
}
.cd-main-content h3 {
  font-size:1.4em; 
  line-height: 1.12;
  font-weight:bold;
  color: #69794C;
}
.cd-main-content h4 {
  font-size:1.2em; 
  line-height: 1.1em;
  font-weight:bold;
  color: #7F8C66;
}
.blogcontent{
	padding-top:0px;
}
@media only screen and (max-width: 1024px) {
  .cd-main-content {
    padding-top: 60px;
  }
  .cd-main-content.blogpage {
	padding-top: 0px;
	width:100%;	  
	}
  .cd-main-content.sub-nav {
/* to be used if there is sub nav */
  padding-top: 110px;
    
  }
  .cd-main-content.nosub-nav{
	padding-top: 60px; 
  }
  .cd-main-content.sub-nav-hero.secondary-nav-fixed {
    margin-top: 50px;
  }  
}

/*
	adjust the positioning of in-page links
	http://nicolasgallagher.com/jump-links-and-viewport-positioning/
*/
.cd-main-content.sub-nav :target::before,
.cd-main-content.sub-nav-hero :target::before {
  display: block;
  content: "";
  margin-top: -70px;
  height: 70px;
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .cd-main-content.sub-nav :target::before,
  .cd-main-content.sub-nav-hero :target::before {
    margin-top: -50px;
    height: 50px;
  }
}

/* -------------------------------- 

Intro Section

-------------------------------- */
.cd-hero {
  /* vertically align its content */
  display: table;
  width: 100%;
  
  background: url(/webimages/homepage/cd-hero-background-02.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
    margin-top: 100px;
}

.cd-hero .cd-hero-content {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cd-hero-blog {
  /* vertically align its content */ 
	display: table;
	width: 100%;
	background: url(/webimages/homepage/blog-bg0.jpg) no-repeat center center; 
	background-color:#ffa200;
	background-size: cover;
	height: 500px;
	margin-top: 100px;
	font-size: 2.8em;
}
.cd-hero-blog img{
	height: 250px;
}
.cd-hero-blog .cd-hero-content {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/*edge*/
.cd-rahmemorial {
  display: table;
  width: 100%;
 
  background: url(/webimages/banners/rah-memorial.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
    margin-top: 100px;
}
.cd-rahmemorial .cd-rahmemorial-content {
  /* vertically align inside parent element */
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cd-hero-content {
	color: #fff;
	text-shadow:#999;
}
.cd-hero-content .hero-box{
	display:inline-block;
	/*background: rgba(43, 91, 17, 0.75);*/
	margin: auto;
	margin-top: 10em;
	bottom: 0;
	padding: 1.5em;
}
.cd-hero-content .line1{
	/*font-family: "Mr Dafoe";*/ 
	font-family: "Yellowtail";
	font-size: 2.8em;
	text-shadow: 2px 2px 4px #000000;
}
.cd-hero-content .line2{
	/*font-family: "Varela";*/
	font-family: "Montserrat";
	font-weight:700;
	font-size: 3.5em;
	text-shadow: 2px 2px 4px #000000;
}
.sectionbanner-gkc{
	background: #090;
	text-align:center;
	line-height: 500px;
	height: 500px;
	display: table;
	width: 100%;
	background: url(/webimages/homepage/gkcbackground01.jpg) no-repeat center center;  
	background-size: cover;
	margin-top:-30px;
}
.sectionbanner-gkc h1{
	font-family: "Montserrat";
	font-weight: bold 700;
	color: #FFF;
	text-transform:uppercase;
	font-size: 4em;
	margin:auto;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 2px 2px 4px #000000;
}
.sectionbannermax {
	background:#CCC;
	text-align:center;
	line-height: 260px;
	height: 260px;
}
.sectionbannermax h1{
	font-family: "Montserrat";
	font-weight: bold 700;
	color: #FFF;
	text-transform:uppercase;
	margin: auto;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	font-size: 4.2em;
	text-shadow: 2px 2px 4px #000000;
}
.sectionbannermin {
	background:#CCC;
	line-height: 120px;
	height: 120px;
	text-align:center;
}
.sectionbannermin h1{
	font-family: "Montserrat";
	font-weight: bold 700;
	color: #FFF;
	text-transform:uppercase;
	font-size: 3em;
	margin:auto;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	text-shadow: 2px 2px 4px #000000;
}
.animalbiotechdbsection {
	background: url(/webimages/banners/animalbiotechbannerbg.jpg) no-repeat center center;
}
.gmadsection {
	background: url(/webimages/banners/gmadbannerbg.jpg) no-repeat center center;
}
.bteggplantsection{
	background: url(/webimages/banners/bteggplantbanner.jpg) no-repeat center center;
}
.covid19section{
	background: url(/webimages/banners/covid19banner.jpg) no-repeat center center;
}
.gedsection{
	background: url(/webimages/banners/genomeeditingbanner.jpg) no-repeat center center;
}
.webinarsection{
	background: url(/webimages/banners/webinarbanner.jpg) no-repeat center center;
}
.resourcesection{
	background: url(/webimages/banners/resourcebanner.jpg) no-repeat center center;
}
.programssection{
	background: url(/webimages/banners/programsbanner.jpg) no-repeat center center;
}
.animalbiotechsection{ 
	background: url(/webimages/banners/animalbiotechbanner.jpg) no-repeat center center;
}
.talenssection{ 
	background: url(/webimages/banners/talensbanner.jpg) no-repeat center center;
}
.biotechphsection{ 
	background: url(/webimages/banners/biotechphbanner.jpg) no-repeat center center;
}

@media only screen and (max-width: 1024px) {
	.cd-hero {
		margin-top: 70px;
		height: 350px;
	}
	.sectionbanner-gkc {
		height: 350px;
		line-height: 350px;
	}
	.sectionbanner-gkc h1{
		font-size: 3em;
	}
	.cd-hero-blog {
		margin-top: 70px;
		height: 350px;
		font-size: 2.4em;
	}
	.cd-hero-blog img{
		height: 200px;
	}
	.cd-rahmemorial {
		height: 350px;
	}
	.cd-hero-content .line1{
		font-size: 2.3em;
	}
	.cd-hero-content .line2{
		font-size: 3em;
	}
	.sectionbannermax {
		line-height: 240px;
		height: 240px;
	}
	.sectionbannermax h1{
		font-size: 3.7em;
	}
}
@media only screen and (max-width: 768px) {
	.cd-hero {
		margin-top: 70px;
		height: 300px;
	}
	.sectionbanner-gkc {
		height: 300px;
		line-height: 300px;
	}
	.cd-hero-blog {
		margin-top: 70px;
		height: 300px;
		font-size: 2.8em;
	}
	.cd-hero-blog img{
		height: 125px;
	}
	.cd-rahmemorial {
		margin-top: 60px;
		height: 300px;
	}
	.cd-hero-content .line1{
		font-size: 1.3em;
	}
	.cd-hero-content .line2{
		font-size: 1.5em;
	}
	.sectionbannermax {
		line-height: 220px;
		height: 220px;
	}
	.sectionbanner-gkc h1{
		font-size: 2.4em;
	}
	.sectionbannermax h1{
		font-size: 2.4em;
	}
}
@media only screen and (max-width: 480px) {
}

/*LOGO*/

.cd-auto-hide-header .logo img{
	width:80px;
}
@media only screen and (max-width: 1024px) {
  .cd-auto-hide-header .logo img {
	  width: 50px;
  } 
}

/*SEARCH*/
.cd-auto-hide-header .edge-search{
	background-color:#FFF;
	  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
		  
		  display: table-cell;
  vertical-align: middle;
  right: 60px;
  text-align:left;
  z-index:3;
}
.cd-auto-hide-header .search-trigger{
	right: 20px;
	width:40px;
	background-color:#FFF;
	  position: absolute;
  top: 50%;
  bottom: auto;
  
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
		  
		  display: table-cell;
  vertical-align: middle;
  text-align:right;
  z-index:4;
}
.cd-auto-hide-header .edge-search input[type=text]{
	width: 0em;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    font-size: 0.8em;
    background-color: white;
/*    background-image: url('/v3/nav/img/search-icon.jpg');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 25px; */
	padding: `0px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
	opacity: 0;
}
.cd-auto-hide-header .edge-search input[type=text]:focus{
	border: 2px solid #ccc;
	padding: 12px 12px 12px 12px;
    width: 15em;
	opacity:100;
}

@media only screen and (max-width: 1024px) {
	.cd-auto-hide-header .edge-search{
		right: 110px;
	}
	.cd-auto-hide-header .search-trigger{
		right: 70px;
	}
}
/**/


/*MAIN FEATURES*/
.main-features {
	margin: 1em auto 0.5em;
	overflow:hidden;
}
.main-features .feature-container{
	
	padding: 0.5em;
	
	width:33%;
	  float: left;
}
.main-features .feature-box{
  	background:#FFF;
	padding-left: 1.5em;
	padding-right: 1.5em;  
	padding-top: 0.5em;
	
	
	padding-bottom: 100em;
      margin-bottom: -100em;
}
.blog-box{
  	background:#FFF;
	padding-left: 1.5em;
	padding-right: 1.5em;  
	padding-top: 0.5em;
	
	
	padding-bottom: 101em;
      margin-bottom: -100em;
}
.main-features h1{
	font-size: 1.4em;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom: 10px;
}
.main-features h2{
	font-size: 1.2em;
	font-weight:bold;
	line-height:1.2em;
}
.main-features p{
/*	font-family:Verdana, Geneva, sans-serif;*/
	color:#000;
	font-size: 1em;
	line-height: 1.4em;
}

.main-features input[type=email]{
	width:100%;
	border: 1px solid #CCC;
    border-radius: 4px;
    box-sizing: border-box;
	padding: 0.5em;
	font-size:100%;
}
/*
.main-features .feature-container .feature-box input[type=submit]{
	width:100%;
	background-color: #348CD3;
    color: #FFF;
	border: 1px solid #294000;
    border-radius: 4px;
	padding: 0.5em;
	font-size:100%;
}
*/
.feature-banner{
	width:100%;
	margin:1em auto;
	overflow:hidden;
	height:120px;
}
.feature-banner img{
	  position: relative; 
/*	  top: 0; 
	  left: 0; 
	  right: 0; */
	  bottom: 0; 
	  margin: auto; 
	  min-width: 50%;
	  min-height: 50%;
	  overflow: hidden;
	  width:100%;
	  display:block;
}
.blog-banner{
	width:100%;
	height: 150px;
	margin:1em auto;
	overflow:hidden;
}
.blog-banner img{
	  position: relative; 
/*	  top: 0; 
	  left: 0; 
	  right: 0; */
	  bottom: 0; 
	  margin: auto; 
	  min-width: 50%;
	  min-height: 50%;
	  overflow: hidden;
	  width:100%;
	  display:block;
}
.highlight-article {
	width: 100%;
	background:#FFF;
	padding: 15px;
	margin-top:10px;
}
.highlight-thumb{
	float: left;
	width:25%;
	overflow:hidden;
	height:80px;
	margin-right: 15px;
}
.highlight-thumb img{
	  position: relative; 

/*	  top: 0; 
	  left: 0; 
	  right: 0; */
	  bottom: 0; 
	  min-width: 12%;
	  min-height: 12%;
	  overflow: hidden;
	  width:100%;
	  display:block;
}
@media only screen and (max-width: 1024px) {
	.main-features .feature-container{
		width: 100%;
		float:none;
	}
	.main-features .feature-box{
		padding-bottom: 0.5em;
  		margin-bottom: 1em;
   	}
  	.blog-box{
		padding-bottom: 1.5em;
  		margin-bottom: 1em;  
   	}
	.feature-banner{
		height: 350px;
	}
	.blog-banner{
		height: 350px;
	}
}
@media only screen and (max-width: 768px) {
	.feature-banner{
		height: 250px;
	}
	.blog-banner{
		height: 250px;
	}
}
@media only screen and (max-width: 480px) {
	.feature-banner{
		height: 150px;
	}
	.blog-banner{
		height: 150px;
	}
}


/*LATEST PUBLICATIONS*/
#latest-publications {
/*	color:#FFF;
	color:#FFF;*/
	background:#666;
	background:#eee;
	padding: 40px 5% 0.5em;
}
#latest-publications #pub-row{
	overflow:hidden;
	margin-bottom:5px;
}
#latest-publications .pub-container {
	padding:0.5em;
	width: 25%;
	float:left;
}

#latest-publications .pub-box h1{
	font-size:1.5em;
	font-weight:bold;
}
#latest-publications .pub-box h2{
	font-size:1.1em;
	font-weight:bold;
	line-height: 1.2em;
}
#latest-publications .pub-box.pub-item{
	padding:1em;
	color:#000;
	background-color:#FFF;
	padding-bottom: 100em;
	margin-bottom: -100em;
}
#latest-publications p{
	margin: 1.8em auto;
	font-size: 0.9em;
	line-height: 1.3em;
}

@media only screen and (max-width: 1024px) {
	#latest-publications .pub-container {
		width: 100%;
		float:none;
	}
	#latest-publications .pub-box.pub-item{
		padding-bottom: 1em;
		margin-bottom: auto;
	}
	#latest-publications #pub-row{
		margin-bottom:0px;
	}
}

/*PAGE SECTION*/
.page-section {
	padding: 40px 5% 30px;	
	overflow:hidden;
	border-bottom:#CCC solid 2px;
	font-size: 1em;
	line-height: 1.4em;
}

.page-section h1{
	font-size:1.5em;
	font-weight:bold;
}
.page-section h2 {
	font-size:1.25em;
	font-weight:bold;
	line-height: 1.2em;
}
.page-section p{
	margin: 1.8em auto;
}
.page-section ul{
	margin-left: 2em;
}
.page-section .page-left-col25 {
	width: 25%;
	float: left;
}
.page-section .page-right-col75 {
	width: 75%;
	float: right;
	padding-left: 1.5em;
}
.page-section .page-left-col40 {
	width: 40%;
	float: left;
}
.page-section .page-right-col60 {
	width: 60%;
	float: right;
	padding-left: 1.5em;
}
.page-left-col50 {
	width: 50%;
	float: left;
}
.page-right-col50 {
	width: 50%;
	float: right;
	padding-left: 1.5em;
}
.page-section .page-right-col25 {
	width: 25%;
	float: right;
}
.page-section .page-left-col75 {
	width: 75%;
	float: left;
	padding-right: 1.5em;
}
.page-section .page-right-col40 {
	width: 40%;
	float: right;
}
.page-section .page-left-col60 {
	width: 60%;
	float: left;
	padding-right: 1.5em;
}
@media only screen and (max-width: 896px) { /*used to be 1024px*/
	.page-section {
		font-size: 0.9em;
		line-height: 1.2em;
	}
	.page-section p{
		margin: 1.8em auto;
	}
	
	.page-section .page-left-col25, .page-section .page-left-col40, .page-left-col50, .page-section .page-right-col25, .page-section .page-right-col40{
		width: 100%;
		float: none;
	}
	
	.page-section .page-right-col75, .page-section .page-right-col60, .page-right-col50,  .page-section .page-left-col75,  .page-section .page-left-col60 {
		width: 100%;
		float: none;
		padding: 0em;
	}
}
/*BREAD CRUMBS*/
.bread-crumbs {
	border-bottom: #CCC solid 1px;
}
.bread-crumbs ul {
	list-style-image: url('/webimages/common/bread-crumb-list.png');
	margin-bottom: 0em;
	font-size: 1rem;
	padding-top: 7px;
}
.bread-crumbs ul li{
	display:inline;
	background-image: url('/webimages/common/bread-crumb-list.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
@media only screen and (max-width: 1024px) {
	.bread-crumbs ul{
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 768px) {
	.bread-crumbs ul{
		font-size: 0.8rem;
	}
}

/*PAGE CONTENT*/
.page-container .contenttext {
	float: none;
	width: 100%;
	padding-right: 0em;		
}
.page-container .col-75 {
	float: left;
	width: 75%;
	padding-right: 1.5em;		
}

.page-container .contenttext ul {
	list-style:disc;
	margin-left: 3em;
	line-height: 1.8em;
	margin-top: 1em;
}
.page-container .col-see-also {
	float: right;
	width: 25%;
	padding: 1.5em 0em 1.5em 1.5em;
	border-left: 1px solid #CCC;
	border-top: none;
	clear:none;
}
.page-container .col-see-also h3 {
	margin: 0.5em auto;
}
.page-container .col-see-also h4 {
	margin: 0.6em auto;
}
.page-container .col-see-also ul {
	margin-top: -1em; 
}
.page-container .col-see-also ul li {
	line-height: 1.5em;
	border-bottom: 1px solid #CCC;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.page-container .three-col {
	float: left;
	width:33%;
	padding-right: 1.5em;
}
.page-container .contenttext .itemobjects{
	width: 300px;
	margin-right:10px;
	float: left;
}
.page-container .contenttext img.inarticle {
	border: 2px solid #CCC;
	margin: 10px;
}

@media only screen and (max-width: 1024px) {
	.page-container  .col-75 {
		float: none;
		width: 100%;
		padding-right: 0em;	
	}
	
	.page-container .col-see-also {
		float: none;
		width: 100%;
		padding: 1.5em 0em;
		border-left: none;
		border-top: 1px solid #CCC;
		clear:both;
	}
	.page-container .three-col {
		float: none;
		width: 100%;
	}	
}

/*GRID LAYOUT*/
/* clearfix */
.grid{
	margin-top: 2em;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
	width: 325px;
	margin:5px;
	float: left;
	border: 2px solid #333;
	border-color: hsla(0, 0%, 0%, 0.5);
	border-radius: 5px;
	padding: 1em;
}
.grid-item p{
	margin: 0em;
}
/*FOOTER*/
footer{
	color: #fff;
	background:#333;
	line-height: 1.3em;
	font-size: 0.9em;
}
.footer-container {
	padding: 30px 5% 3em;
}
.footer-row{
	overflow:hidden;
	padding-bottom:1em;
	border-bottom: 1px solid #666;
}
.footer-column {
	padding: 1em 0px;
	width: 50%;
}
.footer-column.col-right-float  {
	float: right;
}
.footer-column.col-left-float  {
	float: left;
}
.footer-column.left-just{
	text-align:left;
	padding-right: 1em;
}
.footer-column.right-just{
	text-align:right;
	padding-left: 1em;	
}
.footer-column.center-align{
	display:table-cell;
	vertical-align:middle;
	padding: 0em;
}
.footer-column.icon-row i{
	margin: 0px 0.1em;
}
footer .footer-column.icon-row a {
	color: #348CD3;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
footer .footer-column.icon-row a:hover {
	color: #fff;
}
footer .footer-attribution {
	font-size: 0.85em;
	text-align:center;
	padding: 1em 0em;
}
@media only screen and (max-width: 1024px) {
	footer{
		font-size: 0.9em;
	}
	.footer-column {
		width: 100%;
	}
	.footer-column.col-right-float  {
		float: none;
	}
	.footer-column.col-left-float  {
		float: none;
	}
	.footer-column.left-just{
		text-align:center;
		padding-right: 0em;
	}
	.footer-column.right-just{
		text-align:center;
		padding-left: 0em;
	}	
}

.rTable {
		    	display: table;
		    	width: 100%;
		}
		.rTableRow {
		    	display: table-row;
		}
		.rTableHeading {
		    	display: table-header-group;
		    	background-color: #ddd;
		}
		.rTableCell, .rTableHead {
		    	display: table-cell;
		    	padding: 3px 10px;
		    /*	border: 1px solid #999999;*/
		}
		.rTableHeading {
		    	display: table-header-group;
		    	background-color: #ddd;
		    	font-weight: bold;
		}
		.rTableFoot {
		    	display: table-footer-group; 
		    	font-weight: bold;
		    	background-color: #ddd;
		}
		.rTableBody {
		    	display: table-row-group;   
		}
		
/*floating banner*/
.floatingribbon {
	position:absolute;
	top: 0;
	left: 0;
	float: left;
	z-index: 10; 
}

.floatingribbon img {
	width: 60px; 
	height: 200px;
	
}
.floatingribbon a {  
	border: 0;
}
@media only screen and (max-width: 1024px) {
	.floatingribbon img {
		width: 45px;
		height: 150px;
	}
}  