#main-content a, #main-content a:hover, #main-content a:visited {
	color: #006643;
	}

/* headings */

h2, h3 {
	color:#555;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	}

	caption h2 { line-height: 1.5em; }
	
h1#banner {
	background-image: url("../images/gmp_banner_2.png");
	background-repeat: no-repeat;
	font-size: 1.5em;
	font-weight: 900;
	text-align: center;
	width: 100%;
	color: #004010;
	height: 112px;
	vertical-align: middle;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }
	
h2#banner {
	font-size: 1.3em;
	font-weight: 600;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 45px;
	width: 100%;
	
	
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
   }
	
h2#banner-2row {
	font-size: 1.3em;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 70px;
	width: 100%;
	
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
 }
	
h2#banner-3row {
	font-size: 1.3em;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 120px;
	width: 100%;
	color: #000;
	
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
 }	
	
	

h3 { font-size: 1.1em;
     color: #000; }

  h3#faq { font-size: 1.1em; }

h4 {
	color:#444;
	font-size: 1.0em;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	}

p, li { line-height: 1.3em; }

li h3, li h4, li h5, .li-p p { /* when a list item contains a header */
	margin: 0;
	padding: 0;
	}
	
	


dh { /* definition heading  */
	padding-bottom: 1.5em;
	padding-top: 1em;
	}

dt { font-weight: bold; } /* definition term  */

dt > dfn { font-style: normal; } /* removes italics from a dfn inside a dt */

dd { /* definition description */
	margin-left: 15px;
	padding-bottom: 1.1em;
	padding-top: 0.5em;
	} 

/*  general classes  */

.activated {
	background-color: #dfe2e0;
	border: #949393 1px solid; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

	.deactivated {
		background-color: #f4f4f4;
		border: #adb2b5 1px solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		color: #6d6d6d;
		cursor: pointer;
		font-size: 80%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		}

.alphabetical-listing h2 { font-size: 1.2em; }
.alphabetical-listing h3 { font-size: 1.5em; }

#main-content .anchor-list {
	font-size: 1em;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: none;
	margin-left: 0px; 
	padding-left: 0px;
	}

	.anchor-list li, .li-space li {
		margin-top: 10px;
		margin-bottom: 10px;
		}

.anchor-letter { 
	margin-left: 0px; 
	padding-left: 0px; 
	}

	.anchor-letter li {
		background: #ddd;
		border: 1px #777 solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		display: inline-block; 
		font-size: 120%;
		list-style-type: none;
		margin-left: 0px;
		}
	
	.anchor-letter a { 
		display: block; 
		padding: 4px; 
		}
		
		#content ul.anchor-letter a:hover { 
			background: #aaa; 
			color: #002A1B;
			}
	
	li.anchor-letter-absent {
		background: #eee;
		border: none;
		font-size: 100%;
		padding: 5px;
		}
	
	.tight li.anchor-letter-absent { padding: 4px; } /* makes letters fit on French page */
		
.anchor-space-bottom { /*adds space below to put anchors links at the the top of the page */
	margin-bottom: 300px;
	}

.back-to-top { text-align: right; }

.bold { font-weight: bold; }

.bullet-circle { list-style-type: circle; }

.bullet-disc { list-style-type: disc; }

.bullet-square { list-style-type: square; }

.bullet-triangle {
	margin: 0.75em 0 0.75em 1.2em;
	padding: 0 1em;
	list-style: none;
	}
	.bullet-triangle li:before { 
		content: "";
		border-color: transparent #111;
		border-style: solid;
		border-width: 0.35em 0 0.35em 0.45em;
		display: block;
		height: 0;
		width: 0;
		left: -1em;
		top: 0.9em;
		position: relative;
		}
		











.center {
	margin: 0 auto;
	text-align: center;
	}

.clear-both { clear: both; }

.clear-left { clear: left; }

.clear-right { clear: right; }

.column-right {
	float: right;
	margin-left: 7px;
	width: 25%;
	}
	
.contact-list {
	margin-left: 0px; 
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: none;
	}

.divider { margin: 20px auto; }

.dl-inline dl {
	overflow: hidden;
	width: 100%;
	}

.dl-inline dt, .dl-inline dd { 
	display: block;
	float: left;
	}
	.dl-inline dt { 
		clear: both;
		margin-top: 0.5em;
		}
		
	.dl-inline dd { 
		margin-left: 5px;
		}

.faux-link { 
	color: #006643;
	text-decoration: underline;
	}
	
figure  {
  display: block;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
}

figure#padding  {
  padding: 10px;
  
  text-align: center;
}

figcaption {
  padding: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  font-style: italic;
  border: none;
  background: transparent;
  word-wrap:normal;
  text-align: center;
}
	
.five-column 
 {
 float: left;
 width: 105px;
 margin: 0px 10px 15px 10px;
 padding: 0px;
 }

.font-90-percent { font-size: 90%; }

.font-small { font-size: 0.8em; }

.font-larger { font-size: 1.2em; }

.hidden-fully, .hidden-fully a { display: none; visibility: hidden; }

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

.img-2 {
	float: left;
	width: 50%;
	}
	
.imgs-inline { 
	text-align: center;
	}
	
	.imgs-inline figure { 
		display: inline-block;
		margin-bottom: 1em;
		margin-right: 0.5em;
		vertical-align: top;
		}

.indent { margin-left: 20px; }
	.indent-5 { margin-left: 5px; }
	.indent-10 { margin-left: 10px; }
	.indent-30 { margin-left: 30px; }
	.indent-40 { margin-left: 40px; }

.indent-right { margin-right: 20px; }

.inline-li li {
	display: inline;
	margin-left: 5px;
	list-style-type: none;
	}

.italic { font-style: italic; }

.justify { text-align: justify; }

.left {
	float: left;
	margin-right: 5px;
	}

#main-content ul.li-no-indent,
#main-content .li-no-indent ul,
#main-content .col-inside-3 .li-no-indent ul { 
	margin-left: 0px; 
	padding-left: 0px;
	list-style-position: inside;
	}

#main-content ul.list-no-style,
#main-content .list-no-style ul,
#main-content .col-inside-3 ul.list-no-style {
	margin-left: 0px; 
	padding-left: 0px;
	list-style-type: none;
	list-style-position: inside;
	}
	
	#main-content  ul.list-no-style > li > ul > li {
			padding: 0 15px;
			}
	
.no-space { margin: 0px; }
.no-space-bottom { margin-bottom: 0px; }
.no-space-top { margin-top: 0px;}

.no-bold {	font-weight: normal; }

#main-content ul.no-bullet,
#main-content .no-bullet ul, 
#main-content .col-inside-3 .no-bullet ul {
	list-style-type: none;
	}

div.opt-list h3 {
	color: #000;
	font-size: 90%;
	margin-bottom: 0em;
	padding-bottom: 0px;
	}

div.opt-list li { 
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	}

#main-content .opt-list ul { 
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	}
	

	

.no-space-bottom, .ul-no-space-bottom { margin-bottom: 0px; } /* to remove the gap between a paragraph and a list */

.no-space-top, .ul-no-space-top { margin-top: 0px; } /* to remove the gap between a paragraph and a list */

.padding-bottom { padding-bottom: 20px; }

.padding-left { padding-left: 20px; }

.padding-right { padding-right: 20px; }

.padding-top { padding-top: 20px; }

.right {
	float: right;
	margin-left: 5px;
	}
.slide_content {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: 0;
  padding: 20px 20px 20px 20px;
  width: 337px;
  position: absolute;
  right: 0;
  bottom: 20px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  /* line 1373, _base.scss */
  .slide_content {
    position: relative;
    bottom: 0;
    width: 100%;
  }
}

/* line 1391, _base.scss */
.slide_content h2 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 1.0em;
  line-height: 1em;
}

/* line 1400, _base.scss */
.slide_content h3 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: .9em;
}

/* middle column slick slider */
/* line 1409, _base.scss */
.col-2-4 .col-inside-3 .slickSlider-wrapper {
  margin-top: -10px;
}

/* line 1413, _base.scss */
.col-2-4 .slickSlider-wrapper .slickslider-prev-next {
  bottom: 26px;
  top: auto;
}
@media screen and (max-width: 767px) {
  /* line 1413, _base.scss */
  .col-2-4 .slickSlider-wrapper .slickslider-prev-next {
    top: 50%;
    bottom: auto;
  }
}

/* line 1421, _base.scss */
.col-2-4 .slide_content {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 20px 40px 20px 40px;
  min-height: 132px;
}
@media screen and (max-width: 1024px) {
  /* line 1421, _base.scss */
  .col-2-4 .slide_content {
    /*min-height:auto;*/
    min-height: 132px;
  }
}
/* line 1432, _base.scss */
.col-2-4 .slide_content h2 {
  font-size: 1.1em;
}

/* line 1439, _base.scss */
.col-2-4 .slick-initialized div.slick-slide {
  vertical-align: top;
}

/* line 1442, _base.scss */
.col-2-4 .slick-track {
  background-color: transparent;
}

/* left or right column slick slider */
/* line 1481, _base.scss */
.col-1-4 .slick-initialized div.slick-slide {
  vertical-align: top;
}

/* line 1484, _base.scss */
.col-1-4 .slick-track {
  background-color: transparent;
}

/* line 1492, _base.scss */
.slickSlider-wrapper {
  overflow: hidden;
}

/* line 1495, _base.scss */
.slick-slider {
  position: relative;
  right: -1px;
}

/* line 1500, _base.scss */
.slick-slide {
  position: relative;
}

/* line 1505, _base.scss */
div.slick-slide {
  height: auto;
}

/* line 1509, _base.scss */
div.slick-slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 679px) {
  /* line 1514, _base.scss */
  .home_slider div.slick-slide img {
    display: none;
  }
}

/* line 1520, _base.scss */
.slickSlider > div {
  position: absolute;
}

/* line 1524, _base.scss */
.slickSlider.slick-initialized > div {
  position: relative;
}

/* line 1528, _base.scss */
.slick-slide-img {
  height: 258px;
}

/* line 1532, _base.scss */
.slide_content.left {
  right: auto;
}

/* line 1537, _base.scss */
.slick-initialized div.slick-track {
  display: table;
}

/* line 1541, _base.scss */
.slick-initialized div.slick-slide {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* line 1548, _base.scss */
.slickslider-prev-next {
  text-indent: -9999px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(248, 248, 248, 0.6);
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0.5;
}
/* line 1571, _base.scss */
.slickslider-prev-next.fa-chevron-left {
  left: 0;
}
/* line 1574, _base.scss */
.slickslider-prev-next.fa-chevron-right {
  right: 0;
}
/* line 1577, _base.scss */
.slickslider-prev-next.fa-chevron-left:before, .slickslider-prev-next.fa-chevron-right:before {
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: 0;
  color: #2C3135;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1592, _base.scss */
.slickSlider:hover .slickslider-prev-next {
  opacity: 1;
}

/* slick slider in the middle column of content */
/* line 1598, _base.scss */
.col-2-4 .slick
form .field-wrap {
  width: 85%;
  max-width: 320px;
}
@media screen and (max-width: 480px) {
  /* line 1598, _base.scss */
  .col-2-4 .slick
  form .field-wrap {
    width: 75%;
  }
}

.space-bottom { margin-bottom: 20px; }

.space-left { margin-left: 30px; }

	.space-left2 { margin-left: 60px; }

	.space-left3 {margin-left: 190px; }
	
.space-right { margin-right: 30px; }
	
.space-top { margin-top: 20px; }

.table-empty { empty-cells: show; } /* use when a table has empty cells */

.text-center { text-align: center; }

.text-left { text-align: left; }
	
.text-right { text-align: right; }

.ul-col-3 { padding-left: 15px; } /* puts a list into 3 columns */
	.ul-col-3 li {
		display: inline-block;
		float: left;
		width: 200px;
		}
	.ul-col-3 li:nth-child(3n+2), .ul-col-3 li:nth-child(3n+3) { margin-left: 20px; }

.visually-hidden { /* hides content visually, but still read by screen readers */
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

/* colours */

.black { color: #000; }

.green, .green a { color: #006643; }

.green-dark { color: #085e08; }

.grey-dark { color: #555; }

.red { color: #D90000; }

/* divs */

#header_image { margin: 0px 0px 30px 0px; }

/* template changes */

#left ul li.faux-collapse a { /* make a menu item look like a subsidiary */
	background: none repeat scroll 0 0 #fff;
	border-bottom: 2px solid #ddd;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	}
	
	#left ul li.faux-collapse a:hover { background: #c8c8c8; }

#left ul li.collapse ul a {
	border-bottom: 2px solid #ddd;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	}

#widecenter_full { background: #fff; }

/* specific classes */

.addthis_toolbox { margin-top: 50px; } /* add padding to top of "share this" widget */

/* #breadcrumb formatting */

.crumbs { 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -40px;
	margin-right: 0px;
	}

	.crumbs li {
		display: inline;
		margin-left: 5px;
		list-style-type: none;
		}
	
		.crumbs li:first-of-type { margin-left: 0px; }

/* jump widget */

.jump-heading {
	background: #ccc;
	margin: 10px 0px;
	text-align: center;
	width: 100%;
	}

.jump-text li { padding: 5px; }

/* panel headings */

.panel-heading {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #003300;
	}

.panel-open-close {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
.panel-title { color:#555; }

/* tabbed panels headings */

.tab-h2 {
	color: #000;
	font-size: 1.1em;
	}

/* widths */

.w25 { width: 25%; }
.w50 { width: 50%; }
.w70 { width: 70%; }
.w80 { width: 90%; }

/* table widths */

.tbl-w3 { width: 3%;}
.tbl-w7 { width: 7%;}
.tbl-w11 { width: 11%;}
.tbl-w13 { width: 13%;}
.tbl-w17 { width: 17%;}
.tbl-w21 { width: 21%;}
.tbl-w28 { width: 28%;}

/* table widths for reports and expenses */

.table-travel-expenses { 
	margin: 5px auto;
	vertical-align: top;
	width: 100%;
	}
	
	.tbl-col-cost { width: 20%; }
		
		.tbl-col-cost td { text-align: right; }

	.tbl-col-date { width: 30%; }
	
	.tbl-col-detail-1 { width: 30%; }
	
	.tbl-col-detail-2 { width: 70%; }

	.tbl-col-item { width: 10%; }

	.tbl-col-trip { width: 40%; display: inline; }
		
		.tbl-col-trip td {
			vertical-align: top;
			}
	
@media screen and (max-width: 767px) {
  /* line 2022, _base.scss */
  .no-mobile {
    display: none !important;
  }
}