#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; }
	
	h2#banner {
	font-size: 1.0em;
	font-weight: 600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 40px;
	width: 600px;
	color: #030;
	
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	background: linear-gradient(gainsboro, white); }

h3 { font-size: 1.3em; }

  h3#newsroom { font-size: 1.0em; }

h4 {
	color:#444;
	font-size: 1.1em;
	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: 2px;
		}
	
	.anchor-letter a { 
		display: block; 
		padding: 5px; 
		}
		
		#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;
	}
	
.cellpadding td {padding:20px}

.clear-both { clear: both; }

.clear-left { clear: left; }

.clear-right { clear: right; }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.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;
	}
	
.desc {
    padding: 5px;
    text-align: center;
	font-size: 0.9em;
	font-style: italic;
}

.desc-home {
    padding: 5px;
    text-align: center;
	font-size: 0.9em;
	
}

.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; }

.font-larger2 { font-size: 1.0em; }

.gallery {
    border: 1px solid #ccc;
}

.gallery:hover {
    border: 2px solid #006633;
}

.gallery img {
	
   
}

.hidden-fully, .hidden-fully a { display: none; visibility: hidden; }

.img-2 {
	float: left;
	width: 50%;
	}

#main-content .img-shadow img { 
	-webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.75);
	padding: 0px 0px;
	}
	
.imgs-inline { 
	text-align: center;
	}
	
	.imgs-inline figure { 
		display: inline-block;
		margin-bottom: 1em;
		margin-right: 0.5em;
		vertical-align: top;
		}
		
		figure.w50p { width: 48%; }
			
			@media screen and (max-width: 820px),
			@media screen and (max-width: 540px) {	
				figure.w50p { width: 100%; }	
			}
			@media screen and (min-width: 541px) and (max-width: 767px) {
				figure.w50p { width: 48%; } 
			}
			
		figure.w150 { width: 150px; }
		figure.w175 { width: 175px; }
		figure.w200 { width: 200px; }
		figure.w215 { width: 215px; }
		figure.w220 { width: 220px; }
		figure.w230 { width: 230px; }
		figure.w250 { width: 250px; }
		figure.w250 { width: 275px; }
		figure.w300 { width: 300px; }
		figure.w350 { width: 350px; }
		figure.w400 { width: 400px; }

.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;
	}

.inline {
	display: inline;
    }
.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;
			}

.img-max-100 { max-width: 100%; }

.new { 
	color: #185b7a;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	}
	
.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; }

.responsive {
    padding: 0 6px;
    float: left;
    width: 28.99999%;
}

.responsive-scrapbook {
    padding: 0 6px;
    float: left;
    width: 28.99999%;
}

.right {
	float: right;
	margin-left: 5px;
	}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#00661A;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#777777;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}	
	
	
	
	
.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-both { margin-top: 20px;
              margin-bottom: 20px;
             }

.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 */

.shadow {
	box-shadow: 5px 5px 5px grey;
	
}

.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;
  }
}


/*  ICCE form */

.form-icce {
	background: #e9e9e9;
	border: 1px solid #aaa;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	padding: 0px 10px;
	width: 100%;
	}
	
	.form-icce-section {
		background: #fff;
		border: 1px solid #aaa;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		-khtml-border-radius: 7px;
		border-radius: 7px;
		margin: 1em 0em;
		overflow: hidden;
		padding: 0.5em;	
		}
	
	.form-icce label { color: #000;  font-weight: normal; }
	
	.form-icce input[type="text"], 
	.form-icce textarea {
		border: 1px solid #333;
		margin: 0px;
		margin-left: 15px;
		padding-left: 0.5em;	
		width: 97%;
		}

	.form-icce input[type="radio"],
	.form-icce input[type="checkbox"],
	.form-icce select,
	.form-icce-checkbox label,
	.form-icce-radio label,
	.form-icce-select label {
		display: inline;
		}
			
	.form-icce-checkbox input,
	.form-icce-radio input {
		margin-left: 15px;
		}
			
	.form-icce input[type="radio"] { 
		float: none;
		height: auto;
		margin-top: 0px;
		}
			
	.form-icce input[type="checkbox"] { height: 10px; }

	.form-icce .small-caps { text-transform: none; }
	
	.form-icce legend {
		display:table; /* Enable line-wrapping in IE8+ */
		white-space:normal; /* Enable line-wrapping in old versions of some other browsers */
		}
