/* ----------- Header ----------- */
  
header.main { 
  width: 100%;
	text-align: center;
	position: relative;
	z-index: 999; 
  font-size: 14px;
  -moz-transition:    all 0.3s ease-in-out;
  -o-transition:      all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition:         all 0.3s ease-in-out;     
} 
.interior header.main { 
  background: #fff;
}
header.main.fixed { 
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
} 
header.main .top {
  display: block; 
  position: relative;
  padding: .2em;
}
header.main .logo {
  width: 16em;
  display: block;
  padding: .6em; 
  -moz-transition:    all .5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  -o-transition:      all .5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  -webkit-transition: all .5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  transition:         all .5s cubic-bezier(0.75, -0.25, 0.25, 0.75); 
}	

@media only screen and (max-width: 340px) { 
header.main .logo {
    max-width: 70%;
  }
}
header.main .logo:hover {
  -moz-transform:    scale(1.03);
  -ms-transform:     scale(1.03);
  -webkit-transform: scale(1.03);
  transform:         scale(1.03);
}
header .logo img,
header .logo svg { 
  width: 100%;
  display: block;
}

.ie11 header .logo img,
.ie11 header .logo svg { 
  height: 6em;
}


/* --- Logo SVG ---*/


header .logo .st0,
header .logo svg { 
	opacity: 1; 
	fill: #00953a;
	enable-background: new;
	} 

header .logo .st2 { 
	fill:#00953a;
	} 
	
header .logo .st4 { 
	fill:#00953a; 
	enable-background:new;
	} 
	
header .logo .st5 { 
	fill: none;
	stroke: #00953a;
	stroke-width: 2;
	stroke-miterlimit: 10;
	}

	
	
	
@media only screen and (min-width: 360px) {  
  .index header.main .logo {
    width: 24em;
    max-width: 70%;
  }
  header.main .logo,
  .index header.main.fixed .logo {
    width: 20em;
  }  
}
	
@media only screen and (min-width: 740px) {  
  .index header.main .logo {
    width: 25em;
  }
  header.main .logo,
  .index header.main.fixed .logo {
    width: 20em;
  }  
}

@media only screen and (min-width: 1000px) {
  header.main .top {
    max-width: 1000px;
    position: relative;
  }  
  header.main .top {
    display: block;
    padding: .6em;
  }
  header.main.fixed .top {
    display: block;
  }     
  .index header.main .top {
    padding: .8em;
  }  
  .index header.main .logo {
    width: 30em;
  }  
  header.main .logo,
  .index header.main.fixed .logo {
    width: 24em;
  }    
}  

/* --- Menu Trigger --- */

header.main .utility {
  display: block;
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform:         translateY(-50%);     
}

header.main .utility.left {
  position: absolute;
}

@media only screen and (max-width: 1000px)  {
header.main .utility.left {
  top: 50%;
  left: 1em;
} 
header.main .utility.right,
header.main .search-trigger {
  display: none;
}
}
@media only screen and (min-width: 1000px)  {
  header.main .utility {
    display: table;
    position: absolute;
    top: 70%;
    width: 25em;  
    font-size: 14px;    
    -moz-transition:    all 0.3s ease-in-out;
    -o-transition:      all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition:         all 0.3s ease-in-out;       
  }  
  header.main.fixed .utility,
  .interior header.main .utility {
    top: 50%;  
  }  
  
  header.main .left {
    left: 1em;
    text-align: left;
    padding-right: 4em;      
  }
  header.main .right {
    display: inline-block;
    right: 1em;
    text-align: right;  
    padding-left: 4em;
  }  
  
  header.main .utility strong {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.1em;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
  }
  header.main.fixed .utility strong,
  .interior .main .utility strong {
    color: #7a7a7a;
  }
  header.main .connect .icons { 
    display: inline-block;
    vertical-align: middle;    
    padding-left: 1em;
  }
  header.main .connect a { 
    color: #fff;
    padding: 0 .2em;
    font-size: 1.1em;
  	display: inline-block;
    vertical-align: middle;
  	-moz-transition:    all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  	-o-transition:      all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  	-webkit-transition: all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  	transition:         all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75); 
  } 
  header.main.fixed .connect a,
  .interior .main .connect a {
    color: #7a7a7a;
  }

  header.main .connect a:first-child { 
    font-size: 1.35em;
  }  
  header.main .connect a:hover { 
  	-moz-transform:    scale(1.1);
  	-ms-transform:     scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform:         scale(1.1); 
  	color: #00a950;
  }
}

/* --- Tags --- */

.tags {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;  
  -moz-transform:    translateX(-50%);
  -ms-transform:     translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform:         translateX(-50%);  
  -moz-transition:    all 0.3s ease-in-out;
  -o-transition:      all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition:         all 0.3s ease-in-out;    
}
@media only screen and (min-width: 1000px)  {
  .tags {
    border-top: 1px solid rgba(255,255,255,.3);
    display: block;
    max-width: 1400px;
  }
  header.main.fixed .tags { 
    opacity: 0;
    visibility: none;
  } 
  .tags ul {
    list-style: none;
  }
  .tags li {
    display: inline-block;
  }
  .tags li a {
    text-transform: uppercase;
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    color: white;
    color: rgba(255,255,255,.8);
    padding: 1.3em 2em;
    -moz-transition:    all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  	-o-transition:      all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  	-webkit-transition: all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  	transition:         all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);   
  }
  .tags li a:hover {
    color: white;
    color: rgba(255,255,255,1);
  }
}

/* --- Menu Trigger --- */

.primary-buttons {
	display: inline-block; 
	font-size: 14px;	
	font-size: 1rem;
}
.primary-buttons .line {
  background: rgba(255,255,255,.3);
  width: 1px;
  height: 1em;
  margin: 0 .9em 0 .6em;
  display: none;  
  vertical-align: middle; 
  -moz-transition:    all 0.3s ease-in-out;
  -o-transition:      all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition:         all 0.3s ease-in-out;    
}

.primary-buttons button {
  background: transparent;
  color: #00a950;
  border: 0;
  padding: 0;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -moz-transition:    all 0.3s ease-in-out;
  -o-transition:      all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition:         all 0.3s ease-in-out;		
 }

.primary-buttons button span {
  display: table-cell;
  font-size: 14px;
  font-weight: 400;
  color: #7a7a7a;
  -moz-transition:    all 0.3s ease-in-out;
  -o-transition:      all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition:         all 0.3s ease-in-out;  	  
}

.fixed .primary-buttons button,
 .interior .primary-buttons button {
   color: #7a7a7a;
 }
 
.primary-buttons button .label {
  display: none;
}

@media only screen and (min-width: 500px) {  
.primary-buttons button .label {
	display: table-cell;
  text-transform: uppercase;
  padding-left: .6em;
}
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .primary-buttons button .label {
    padding-left: .6em;
  }  
}

.primary-buttons button:hover span,
.expanded-menu .menu-trigger span,
.expanded-search .search-trigger span { color: #00a950; }

.search-trigger {
	color: #6f7d85;
	border-right: 1px solid #cdd2d5;
}
.search-trigger:hover { color: #00a950; }
.search-trigger:active { color: #00a950; }
.search-trigger .icons {
  top: .1em;
  position: relative;
}

.menu-trigger {
  background: transparent;  
  margin: 0 auto;
  padding-left: .8em !important;
}

.menu-trigger .hamburger,
.menu-trigger .hamburger:after,
.menu-trigger .hamburger:before {
    background: #7a7a7a;	
    width: 1.1em;
    height: 3px;
}

.fixed .menu-trigger .hamburger:after,
.fixed .menu-trigger .hamburger:before {
    background: rgba(122, 122, 122 , 1);
}

.menu-trigger:hover .hamburger,
.menu-trigger:hover .hamburger:after,
.menu-trigger:hover .hamburger:before,
.fixed .menu-trigger:hover .hamburger:after,  
.fixed .menu-trigger:hover .hamburger:before,
.interior .menu-trigger:hover .hamburger:after,  
.interior .menu-trigger:hover .hamburger:before {
    background: #00a950;
}
.menu-trigger .hamburger {
    background: rgba(122, 122, 122 , 1);
    display: block;
    position: absolute;
    left: 0;
    top: 63%;
    -moz-transform: translateY(-.15em);
    -ms-transform: translateY(-.15em);
    -webkit-transform: translateY(-.15em);
    transform: translateY(-.3em);
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;		
}
.expanded-menu .menu-trigger .hamburger {
	background: rgba(149, 149, 149, 0) !important; 
}

.menu-trigger .hamburger:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: .3em;
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-trigger .hamburger:before {
    bottom: .35em;
}
.menu-trigger .hamburger:after {
    content: "";
    position: absolute;
    left: 0;
    top: .35em;
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


.expanded-menu .menu-trigger .hamburger:after {
    top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.expanded-menu .menu-trigger .hamburger:before {
    bottom: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition:    bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition:      bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition:         bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
  
.expanded-menu .menu-trigger .hamburger:after,  
.expanded-menu .menu-trigger .hamburger:before {
    background: #00a950 !important;
}


@media only screen and (min-width: 1000px) {
  .menu-trigger .hamburger,
  .menu-trigger .hamburger:after,
  .menu-trigger .hamburger:before {
      background: #fff;  
  }
  .primary-buttons button span {
    color: #fff;    
  }
  .fixed .primary-buttons button span {
    color: #7a7a7a;    
  }  
  .interior .menu-trigger .hamburger,
  .interior .menu-trigger .hamburger:after,
  .interior .menu-trigger .hamburger:before {
      background: #7a7a7a;  
  }
  .interior .primary-buttons button span {
    color: #7a7a7a;    
  }
    
  

  .primary-buttons .line {
    display: inline-block;
  }
  .primary-buttons button {
    color: #fff;  
  }
  .fixed .primary-buttons .line,
  .interior .primary-buttons .line {
    background: #bebebe;
  }
  .menu-trigger .hamburger {
      background: rgba(255, 255, 255 , 1);
  }    
  .menu-trigger .hamburger:after,  
  .menu-trigger .hamburger:before {
      background: #fff;
  }
  
  .fixed .menu-trigger .hamburger:after,  
  .fixed .menu-trigger .hamburger:before,
  .interior .menu-trigger .hamburger:after,  
  .interior .menu-trigger .hamburger:before {
      background: #7a7a7a;
  }  
  .fixed .menu-trigger .hamburger,
  .interior .menu-trigger .hamburger {
      background: rgba(122, 122, 122 , 1);
  }    
  .fixed .menu-trigger:hover .hamburger,
  .interior .menu-trigger:hover .hamburger {
      background: #00a950;
  }    
  
}

/* ----------- Search ----------- */

header .search {
  background: #ffffff;
	border-top: 1px solid #d2d6d9;
	width: 100%;
  max-width: 1400px;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
  -moz-transform:    translateX(-50%);
  -ms-transform:     translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform:         translateX(-50%);     
	visibility: hidden;
	opacity: 0;
	z-index: 0; 
  -webkit-transition: all .35s ease-in-out;
  -moz-transition:    all .35s ease-in-out;
  -o-transition:      all .35s ease-in-out;
  -ms-transition:     all .35s ease-in-out;
  transition:         all .35s ease-in-out;
}
	
header .search.visible {
	visibility: visible;
	opacity: 1;
	z-index: 10000; }
	
header .search form {
	width: 100%; 
	padding: .7em;
	position: relative;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;   
}
.secondary .search form {
	padding: .35em;
}
header .search label {
	padding: .7em;
	font-size: 1em;
  font-weight: 500;
	color: #a2aaaf; 
  font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	cursor: pointer; 
}

header .search label:hover { color: #00a950; }
 	
.cse-search-box input[type="text"] {
	width: 100%;
	background-color: #ebedee;
	padding: .7em;
  font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
	color: #a2aaaf; 
  border: 0;
  cursor: pointer;
  -moz-transition:    all 0.3s ease-in-out;
  -o-transition:      all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition:         all 0.3s ease-in-out;  	  
}
.cse-search-box input[type="text"]:hover {
	background: #a2aaaf; 
  color: #fff;
}
.cse-search-box input[type="text"]:focus { 
  background: #ebedee;
  color: #a2aaaf;   
  -moz-box-shadow: inset 0 -.1em 0 #a2aaaf;
  -webkit-box-shadow:  inset 0 -.1em 0 #a2aaaf;
  box-shadow:  inset 0 -.1em 0 #a2aaaf;
}
.secondary .search input {
	padding: .4em;
	font-size: 1.15em;
}
.cse-search-box input[type="text"]:-moz-placeholder               { opacity: 1; }
.cse-search-box input[type="text"]::-moz-placeholder              { opacity: 1; }
.cse-search-box input[type="text"]:-ms-input-placeholder          { color: #a2aaaf; }
.cse-search-box input[type="text"]::-webkit-input-placeholder     { color: #a2aaaf; }

.cse-search-box input[type="text"]:hover:-ms-input-placeholder          { color: #fff; }
.cse-search-box input[type="text"]:hover::-webkit-input-placeholder     { color: #fff; }

.cse-search-box input[type="text"]:focus:-ms-input-placeholder          { color: #a2aaaf; }
.cse-search-box input[type="text"]:focus::-webkit-input-placeholder     { color: #a2aaaf; }

.cse-search-box input[type="submit"] {
	width: 2.7em;
	height: auto;
	border-left: 1px solid #fff;
	text-align: center;
	background: #ebedee;
	padding: .7em .7em .6em;
	font-size: 1.3em;
	color: #6f7d85; 
  cursor: pointer;  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;     
}
.cse-search-box input[type="submit"]:hover {
  background: #00a950; 
  color: #fff;
}
.cse-search-box input[type="submit"]:active {
  background: #005dab; 
}
header .search .close {
  position: absolute;
  top: 50%;
  right: 1.4em; 
  color: #6f7d85 ;
  font-size: 1.1em;
  display: none;
  cursor: pointer;
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform:         translateY(-50%); 
  -moz-transition:    all .5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  -o-transition:      all .5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  -webkit-transition: all .5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  transition:         all .5s cubic-bezier(0.75, -0.25, 0.25, 0.75); }
header .search .close:hover { color: #00a950; }
header .search .close:active { color: #005dab; }


@media only screen and (min-width: 740px) { 
	header .search form {
		width: 60%; 
		padding: .6em;		
	}
	header .search label {
		padding: .4em .5em .3em 0;
		font-size: 1.7em; 
	}	
	header .search .close {
		display: inline-block;	
	}
}


/* Translations */

.translation { display: none; }

@media only screen and (min-width: 740px) { 
	.translation {
		display: inline-block;
		font-size: 1em;
		text-transform: uppercase;
		padding: .25em .5em;
		position: absolute;
		top: 1em;
		right: 0;
  	background: #00a950;
  	color: white;
		-moz-transition:    all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  	-o-transition:      all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  	-webkit-transition: all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  	transition:         all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75); 
	}
  
  header.main.fixed .translation,
	.interior .main .translation {
	  color: #7a7a7a;
	  background: transparent;
    top: 0;
	  }
  header.main .translation:hover {  
  	background: white;
		color: black;
	  }
}







/* ----------- Side Nav ----------- */
nav.side { 
	background: #fff;
	-moz-box-shadow:    0 0 .8em .8em rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 .8em .8em rgba(0, 0, 0, 0.1);
	box-shadow:         0 0 .8em .8em rgba(0, 0, 0, 0.1);
	width: 65%;
	height: 100%;
	min-height: 100vh;	
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 100000; 
  -webkit-transition: all .6s ease-in-out;
  -moz-transition:    all .6s ease-in-out;
  -o-transition:      all .6s ease-in-out;
  -ms-transition:     all .6s ease-in-out;
  transition:         all .6s ease-in-out; 	
  font-size: 14px;
  text-align: left;
}

.expanded-menu nav.side { 
	left: 0; 
}

nav.side ul li.submenu { 
	position: relative;
}
	
@media only screen and (min-width: 740px) { 
	nav.side { 
		width: 14em;
	}
}

/* --- Updates -- */

nav.side .nav-updates {
  background: #f4f4f4;
  text-transform: uppercase;
  color: #8e8e8e;
  font-weight: 400;
  padding: 2em 1em;
  text-align: center;
  border-bottom: 1px solid #e1e4e5;
}
nav.side .nav-updates strong {
  display: block;
  text-align: center;
  font-weight: 500;
  margin-bottom: .4em;
}
nav.side .nav-updates .icons { 
  display: inline-block;
  vertical-align: middle;    
}
nav.side .nav-updates a { 
  background: transparent;
  color: #8e8e8e;
  padding: 0 .1em;
  font-size: 1.2em;
  display: inline-block;
  vertical-align: middle;
  -moz-transition:    all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  -o-transition:      all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  -webkit-transition: all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75);
  transition:         all .3s cubic-bezier(0.75, -0.25, 0.25, 0.75); 
} 

nav.side .nav-updates a:first-child { 
  font-size: 1.45em;
}  
nav.side .nav-updates a:hover { 
  background: transparent;
  -moz-transform:    scale(1.1);
  -ms-transform:     scale(1.1);
  -webkit-transform: scale(1.1);
  transform:         scale(1.1); 
  color: #00a950;
}

/* --- Search -- */

nav.side form {
  width: 100%; 
  padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	position: relative;
}

nav.side .cse-search-box label {
	font-size: 1em;
	color: #535353; 
	cursor: pointer; 
  position: absolute;
  left: 1em;
  top: 50%;
  display: inline-block;
  -moz-transform:    translateY(-50%);
  -ms-transform:     translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform:         translateY(-50%);   
}

nav.side .cse-search-box label:hover { color: #00a950; }
 	
nav.side .cse-search-box input[type="text"] {
	width: 100%;
	background: transparent;
	padding: .7em .7em .7em 2em;
  font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
	color: #535353; 
  cursor: pointer;
  -moz-transition:    all 0.3s ease-in-out;
  -o-transition:      all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition:         all 0.3s ease-in-out;  	  
}
nav.side .cse-search-box input[type="text"]:hover {
  background: #e9e9e9; 
  color: #535353;
}
nav.side .cse-search-box input[type="text"]:focus { 
  background: #dadada;
  -moz-box-shadow: inset 0 -.1em 0 #00ab4f;
  -webkit-box-shadow:  inset 0 -.1em 0 #00ab4f;
  box-shadow:  inset 0 -.1em 0 #00ab4f;
  color: #a2aaaf;
}

nav.side .cse-search-box input[type="text"]:-moz-placeholder               { opacity: 1; }
nav.side .cse-search-box input[type="text"]::-moz-placeholder              { opacity: 1; }
nav.side .cse-search-box input[type="text"]:-ms-input-placeholder          { color: #535353; }
nav.side .cse-search-box input[type="text"]::-webkit-input-placeholder     { color: #535353; }

nav.side .cse-search-box input[type="text"]:hover:-ms-input-placeholder          { color: #535353; }
nav.side .cse-search-box input[type="text"]:hover::-webkit-input-placeholder     { color: #535353; }

nav.side .cse-search-box input[type="text"]:focus:-ms-input-placeholder          { color: #a2aaaf; }
nav.side .cse-search-box input[type="text"]:focus::-webkit-input-placeholder     { color: #a2aaaf; }

@media only screen and (min-width: 740px) { 
	header .search label {
		font-size: 1.7em; 
	}	
}


/* --- Submenu -- */

nav.side ul li a { 
	font-size: 125%;
  color: #535353; 
  font-weight: 500;
	padding: .85em 1em;
	display: block;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition:    all .35s ease-in-out;
  -o-transition:      all .35s ease-in-out;
  -ms-transition:     all .35s ease-in-out;
  transition:         all .35s ease-in-out;
}
nav.side ul li a:hover { 
	background: #e9e9e9; 
}

nav.side ol {  display: none; }

@media only screen and (min-width: 740px){
	nav.side ol { 
		background: #fff;
		width: 15em;
		border: 1px solid #ccd1d4;	
		font-size: 80%;	
		padding: 1em;
		list-style: none;
		visibility: hidden;
		display: block;
		opacity: 0;
		position: absolute;
		left: 90%;
		top: 50%;
		z-index: 200000;
		-moz-box-shadow:    0 0 .5em .5em rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 .5em .5em rgba(0, 0, 0, 0.1);
		box-shadow:         0 0 .5em .5em rgba(0, 0, 0, 0.1);	
		-moz-transform:    translateY(-50%);
		-ms-transform:     translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform:         translateY(-50%); 
		-webkit-transition: all .35s ease-in-out;
		-moz-transition:    all .35s ease-in-out;
		-o-transition:      all .35s ease-in-out;
		-ms-transition:     all .35s ease-in-out;
		transition:         all .35s ease-in-out; 
  }
		
	nav.side ol:after, nav.side ol:before {
		right: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	nav.side ol:after, nav.side ol:before {
		right: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	
	nav.side ol:after {
		border-color: rgba(255, 255, 255, 0);
		border-right-color: #fff;
		border-width: 15px;
		margin-top: -15px;
	}
	nav.side ol:before {
		border-color: rgba(204, 209, 212, 0);
		border-right-color: #ccd1d4;
		border-width: 15px;
		margin-top: -15px;
	}
		
	nav.side li:hover ol {
		visibility: visible !important;
		opacity: 1 !important; 
	}   
	
	nav.side li ol a { 
		background: #fff !important;
		padding: .4em .7em;
		font-size: 150%;
		text-transform: none !important;
	} 		 
	nav.side li ol a:hover { 
  background: #e9e9e9 !important; 
	color: #636363; 
	} 
	nav.side li ol a:active { 
		background: #dbdbdb !important; 
	} 
}


.announcements-ticker {
  background: #00a74f;
  position: relative;
}

section.announcements-ticker h2 {
  display: inline-block;
  padding: 0 0 0 0;
}
section.announcements-ticker h2 a {
  display: block;
  background: #fff;
  color: #00a74f !important;
  font-size: .8em;
  padding: .3em .35em;
  text-transform: uppercase;
  cursor: pointer;
}
section.announcements-ticker h2 a:hover {
  text-decoration: none;
  background: #00652b;
  color: #fff !important;
}

.announcements-slider {
  padding: .25em;
  font-size: .8em;
  text-align: left;
}

.ticker-slide {
  color: #fff;
}

.ticker-slide .pad {
  color: #fff;
  padding: .25em 1em;
  display: block;  
  text-align: center;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition:    all .35s ease-in-out;
	-o-transition:      all .35s ease-in-out;
	-ms-transition:     all .35s ease-in-out;
	transition:         all .35s ease-in-out;   
}
.ticker-slide a.pad:hover {
  background: rgba(0,0,0,.2);
  color: #fff;
}
.ticker-slide .pad a {
  color: #fff;
  text-decoration: underline;
}

.announcements-slider .ticker-slide h3 {
  font-size: 1.1em;
  color: #fff;
  margin-bottom: 0;
}

.announcements-slider .ticker-slide p {
  font-size: .7em;
}

@media only screen and (min-width: 740px){
  .announcements-ticker .title-container {
    display: inline-block;
    float: left;
    position: relative;    
  }  
  
  .announcements-ticker .title-container h2 {
    padding: .9em .8em 0;
  }    
  .announcements-ticker .slider-container {
    width: 80%;
    float: left;
    padding: 0 2em;
    position: relative;
  }    
}

@media only screen and (min-width: 1200px){  
  .announcements-ticker .title-container h2 {
  }    
  .announcements-ticker .title-container {
    width: 10%;    
  }  
  .announcements-ticker .slider-container {
    width: 90%;
  }    
}  



.tags .submenu { 
  position: relative;
}

.tags .submenu ol {  display: none; }

@media only screen and (min-width: 740px){
  .tags .submenu ol { 
		background: #fff;
		width: 20em;
		border: 1px solid #ccd1d4;	
		font-size: 80%;	
		padding: 1em;
		list-style: none;
		visibility: hidden;
		display: block;
		opacity: 0;
		position: absolute;
    left: 50%;
    top: 100%;
		z-index: 1;
		-moz-box-shadow:    0 0 .5em .5em rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 .5em .5em rgba(0, 0, 0, 0.1);
		box-shadow:         0 0 .5em .5em rgba(0, 0, 0, 0.1);	
		-moz-transform:    translateX(-50%);
		-ms-transform:     translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform:         translateX(-50%); 
		-webkit-transition: all .35s ease-in-out;
		-moz-transition:    all .35s ease-in-out;
		-o-transition:      all .35s ease-in-out;
		-ms-transition:     all .35s ease-in-out;
		transition:         all .35s ease-in-out; 
  }
		
	.tags .submenu ol:after, .tags .submenu ol:before {
    bottom: 100%;
    left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	.tags .submenu ol:after, .tags .submenu ol:before {
    bottom: 100%;
    left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	
	.tags .submenu ol:after {
		border-color: rgba(255, 255, 255, 0);
		border-bottom-color: #fff;
		border-width: 10px;
		margin-left: -10px;
	}
	.tags .submenu ol:before {
  	border-color: rgba(255, 255, 255, 0);
  	border-bottom-color: #ccd1d4;
    border-width: 10px;
    margin-left: -10px;
  }
		
	.tags .submenu:hover ol {
		visibility: visible !important;
		opacity: 1 !important; 
  	z-index: 1000;    
	}   
  .tags .submenu ol li { 
    display: block !important;
  }

	.tags .submenu ol a { 
		background: #fff !important;
    width: 100%;
    color: #00a950 !important;
		padding: .4em .7em;
		font-size: 150%;
    display: block !important;
		text-transform: none !important;
	} 		 
	.tags .submenu ol a:hover { 
    background: #e9e9e9 !important; 
  	color: #636363; 
	} 
	.tags .submenu ol a:active { 
		background: #dbdbdb !important; 
	} 
}
