@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #3d3f40;
	background-color: #fff;
}
.container {
	background-color: #e8eaed;
	max-width: 1200px;
}
.header600 {
	margin: 0 0 -10px 0;
	grid-column: 1 / -1;
	grid-row: 2 / 3;
}
.header1200 {
	margin: 0;
	grid-column: 1 / -1;
	grid-row: 2 / 3;
}

.titlebar {
	background-color: #e8eaed;
	padding: 30px 3%;
}
.titlerule {
	background-color: #3e3f40;
	height: 6px;
	max-width: 100%;
}
.box-maincontent {
	font-weight: 400;
	background-color: #e8eaed;
}
.box-rightcontent {
	background-color: #e8eaed;
}

H1 {
	font-family: "Montserrat", sans-serif;
	font-size: 250%;
	color: #567188;
	margin: 10px 0 8px 0;
	font-weight: 800;
	line-height: 45px;
}
H1.navyblue {
	color: #5b6c8b;
}
H1.plummauve {
	color: #806d8c;
}
H2 {
	font-family: "Montserrat", sans-serif;
	font-size: 175%;
	color: #567188;
	margin: 0 0 5px 0;
	font-weight: 800;
	line-height: 35px;
}
H2.navyblue {
	color: #5b6c8b;
}
H2.plummauve {
	color: #73627e;
}

H3 {
	font-family: "Montserrat", sans-serif;
	font-size: 150%;
	color: #567188;
	margin: 0;
	font-weight: 800;
	line-height: 30px;
}
H3.navyblue {
	color: #5b6c8b;
}
H3.plummauve {
	color: #73627e;
}
H4 {
	font-family: "Montserrat", sans-serif;
	font-size: 125%;
	color: #667f93;
	margin: 0;
	font-weight: 800;
	line-height: 25px;
}
H4.navyblue {
	color: #7987a0;
}
H4.plummauve {
	color: #8c7b97;
}
H4.red {
	color: #9e1b34;
}
H5 {
	font-family: "Montserrat", sans-serif;
	font-size: 125%;
	color: #567188;
	margin: 0;
	font-weight: 800;
	line-height: 25px;
}
H5.navyblue {
	color: #7987a0;
}
H5.plummauve {
	color: #73627e;
}
H6 {
	font-family: "Montserrat", sans-serif;
	font-size: 115%;
	color: #567188;
	margin: 0 0 20px 0;
	font-weight: 800;
	line-height: 25px;
}
H6.navyblue {
	color: #7987a0;
}
H6.plummauve {
	color: #73627e;
}
.teal-rule {
	background-color: #889bab;
	height: 6px;
	max-width: 100%;
	margin-bottom: 15px;
}
.navyblue-rule {
	background-color: #a1b2d8;
	height: 6px;
	max-width: 100%;
	margin-bottom: 15px;
}
.plummauve-rule {
	background-color: #837187;
	height: 6px;
	max-width: 100%;
	margin-bottom: 15px;
}
.textbold {
	font-weight: bold;
}
.textitalic {
	font-style: italic;
}
.textbolditalic {
	font-weight: bold;
	font-style: italic;
}
.whitetextlarge {
	font-family: "Montserrat", sans-serif;
	color: #ebedf0;
	font-weight: bold;
	font-size: 125%;
}
.text-right {
	text-align: right;
}
.click-here {
	font-weight: bold;
	color: #567188;
}
.image-fluid {
	margin: 0px auto -4px auto;
	max-width: 100%;
}
.image-shadow {
	margin: 10px auto;
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.image-column {
	margin: 10px auto;
	max-width: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.image-right-paragraph {
	margin: 10px 0 10px 20px;
	float: right;
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.image-left-paragraph {
	margin: 10px 20px 10px 0;
	float: left;
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.image-left-tribute {
	margin: 10px 20px 10px 10px;
	float: left;
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.image-gallery-thumbnail {
	margin-bottom: 15px;
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.image-gallery-thumbnail-2 {
	margin-bottom: 0;
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.thumbwrapper {
    display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr) ) ;
}
.thumbnailbox {
    margin: 0;
	display: inline;
}
.indent-list {
    margin: 8px 0 0 18px;
}
.indent-list-bold {
    margin: 8px 0 0 18px;
	font-weight: bold;
}
.small-indent {
    margin: 0 0 0 8px;
}
.more-indent {
    margin: 0 0 0 20px;
}
.lessmargintop {
	margin-top: 0;
}
.lessmargintop10 {
	margin-top: -10px;
}
.margintop20 {
	margin-top: 20px;
}
.margintop30 {
	margin-top: 30px;
}
.marginbottom30 {
	margin-bottom: 30px;
}
.marginbottom45 {
	margin-bottom: 45px;
}
.marginbottom-ten {
	margin-bottom: 10px;
}
.marginbottom-close {
	margin-bottom: -8px;
}
.marginbottom-closer {
	margin-bottom: -15px;
}
.plus-padding {
	padding: 10px;
	margin: 0 0 10px -1px;
}
.some-padding {
	padding: 1px;
	margin: 0 0 10px -5px;
}
.open-text {
	line-height: 30px;
}

.caption-teal {
	font-family: "Montserrat", sans-serif;
	color: #4d657a;
	font-size: 90%;
	font-weight: 600;
	text-align: left;
	max-width: 98%;
	margin-top: -20px;
	line-height: 20px;
}
.caption-teal-centered {
	font-family: "Montserrat", sans-serif;
	color: #4d657a;
	font-size: 110%;
	font-weight: 600;
	text-align: center;
	max-width: 98%;
	margin-top: -20px;
	line-height: 20px;
}
.tinycaption {
	color: #4d657a;
	font-size: 80%;
	font-style: italic;
	line-height: 15px;
	margin-top: -10px;
}
.caption-teal a:link {	
	color: #567188;
	text-decoration: underline;
}
.caption-teal a:visited {	
	color: #567188;
	text-decoration: underline;
}
.caption-teal a:hover {	
	color: #636566;
	text-decoration: underline;
}
.caption-teal a:active {	
	color: #636566;
	text-decoration: underline;
}
.caption-blue {
	font-family: "Montserrat", sans-serif;
	color: #51617d;
	font-size: 90%;
	font-weight: 600;
	text-align: left;
	max-width: 98%;
	margin-top: -20px;
	line-height: 20px;
}
.caption-blue a:link {	
	color: #5b6c8b;
	text-decoration: underline;
}
.caption-blue a:visited {	
	color: #5b6c8b;
	text-decoration: underline;
}
.caption-blue a:hover {	
	color: #636566;
	text-decoration: underline;
}
.caption-blue a:active {	
	color: #636566;
	text-decoration: underline;
}
.caption-mauve {
	font-family: "Montserrat", sans-serif;
	color: #6f4f64;
	font-size: 90%;
	font-weight: 600;
	text-align: left;
	max-width: 98%;
	margin-top: -15px;
	line-height: 20px;
}
.caption-video {
	font-family: "Montserrat", sans-serif;
	color: #445a6c;
	font-size: 90%;
	font-weight: 600;
	text-align: left;
	max-width: 98%;
	margin: 10px 0 20px 0;
	line-height: 20px;
}
.quotetext {
	font-family: "Fira Sans", "Georgia", serif;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	font-size: 100%;
	color: #97aec3;
}
.quotebox {
	font-family: "Fira Sans", "Georgia", serif;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	font-size: 105%;
	color: #97aec3;
	background-color: #303233;
	padding: 15px 5%;
	margin: 20px 0 30px 0;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.quotebox a:link {
	color: #97aec3;
	text-decoration: underline;
}
.quotebox a:visited {
	color: #97aec3;
	text-decoration: underline;
}
.quotebox a:hover {
	color: #b6c6d5;
	text-decoration: underline;
}
.quotebox a:active {
	color: #b6c6d5;
	text-decoration: underline;
}
.quotebox-light {
	font-family: "Fira Sans", "Georgia", serif;
	text-align: center;
	font-style: italic;
	font-weight: 500;
	font-size: 115%;
	line-height: 25px;
	color: #1e1f20;
	background-color: #aab8c3;
	padding: 15px 5%;
	margin: 50px 0 30px 0;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.quotebox-light a:link {
	color: #1e1f20;
	text-decoration: underline;
}
.quotebox-light a:visited {
	color: #1e1f20;
	text-decoration: underline;
}
.quotebox-light a:hover {
	color: #4d657a;
	text-decoration: underline;
}
.quotebox-light a:active {
	color: #4d657a;
	text-decoration: underline;
}
.rightcolumnbox {
	font-family: "Fira Sans", "Georgia", serif;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	font-size: 105%;
	color: #e8eaed;
	background-color: #567188;
	padding: 15px 5%;
	margin: 20px 0 30px 0;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6); 
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.6);
}
.rightcolumnboxtitle {
	font-family: "Fira Sans", "Georgia", serif;
	text-align: center;
	font-style: italic;
	font-weight: 600;
	font-size: 150%;
	color: #e8eaed;
	line-height: 35px;
}
.smalltext {
	font-family: "Montserrat", sans-serif;
	font-size: 90%;
	font-weight: 700;
	text-align: left;
	max-width: 98%;
	line-height: 20px;
}
.smalltextregular {
	font-family: "Montserrat", sans-serif;
	font-size: 90%;
	font-weight: 500;
	text-align: left;
	max-width: 98%;
	line-height: 19px;
}
.smalltext-teal {
	font-family: "Montserrat", sans-serif;
	color: #567188;
	font-size: 90%;
	font-weight: 700;
	text-align: left;
	max-width: 98%;
	line-height: 20px;
}
.textnotes {
	color: #CB2CCF;
	font-weight: 700;
}
.gray-background {
	background-color: #dadde2;
	margin: 5px;
}
.gray-box-team {
	background-color: #dadde2;
	padding: 15px 4% 5px 4%;
	margin: 10px 3% 20px 3%;
}
.gray-box-team :hover {
    background-color: #e1e3e7;
	box-shadow: 0 0 5px rgba(0,0,0,0.2); 
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2); 
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.gray-box-team a:link {
	color: #567188;
	font-weight: 700;
	text-decoration: underline;
}
.gray-box-team a:visited {
	color: #567188;
	font-weight: 700;
	text-decoration: underline;
}
.gray-box-team a:hover {
	color: #505253;
	font-weight: 700;
	text-decoration: underline;
}
.gray-box-team a:active {
	color: #505253;
	font-weight: 700;
	text-decoration: underline;
}
.box-list-padding {
	padding: 10px 4%;
	margin-bottom: 10px;
}
.transparency {
  background-color: rgba(218, 221, 226, 0.8);
}
.gray-background:hover {
    background-color: #e1e3e7;
	box-shadow: 0 0 5px rgba(0,0,0,0.2); 
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2); 
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2); 
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.gray-background a:link {
	color: #567188;
	font-weight: 700;
	text-decoration: underline;
}
.gray-background a:visited {
	color: #567188;
	font-weight: 700;
	text-decoration: underline;
}
.gray-background a:hover {
	color: #505253;
	font-weight: 700;
	text-decoration: underline;
}
.gray-background a:active {
	color: #505253;
	font-weight: 700;
	text-decoration: underline;
}
.box-maincontent a:link {
	color: #567188;
	font-weight: 700;
	text-decoration: underline;
}
.box-maincontent a:visited {
	color: #567188;
	font-weight: 700;
	text-decoration: underline;
}
.box-maincontent a:hover {
	color: #636566;
	font-weight: 700;
	text-decoration: underline;
}
.box-maincontent a:active {
	color: #636566;
	font-weight: 700;
	text-decoration: underline;
}
.box-maincontent-top a:link {
	color: #567188;
	font-weight: 700;
	text-decoration: underline;
}
.box-maincontent-top a:visited {
	color: #567188;
	font-weight: 700;
	text-decoration: underline;
}
.box-maincontent-top a:hover {
	color: #636566;
	font-weight: 700;
	text-decoration: underline;
}
.box-mainconten-topt a:active {
	color: #636566;
	font-weight: 700;
	text-decoration: underline;
}
.articlelink a:link {
	color: #4d657a;
	font-size: 125%;
	font-weight: 700;
	line-height: 25px;
	text-decoration: underline;
}
.articlelink a:visited {
	color: #4d657a;
	font-size: 125%;
	font-weight: 700;
	line-height: 25px;
	text-decoration: underline;
}
.articlelink a:hover {
	color: #667f93;
	font-size: 125%;
	font-weight: 700;
	line-height: 25px;
	text-decoration: underline;
}
.articlelink a:active {
	color: #667f93;
	font-size: 125%;
	font-weight: 700;
	line-height: 25px;
	text-decoration: underline;
}
.indent-list-sublist {
    margin: 8px 0 0 36px;
	list-style-type: circle;
}
.indent-left {
    margin-left: 15px;
}
.clearfloat { 
	clear: both;
}
.clearfloat-store1 { 
	clear: both;
}
.clearfloat-store2 { 
	clear: both;
}
.clearfloat-store3 { 
	clear: both;
}

/* Everything below is in use and relates to the footer */
.footertext {
	font-family: "Montserrat", sans-serif;
	color: #ebedf0;
	list-style-type: none;
}
.footertext-small {
	font-family: "Montserrat", sans-serif;
	color: #ebedf0;
	font-size: 70%;
	line-height: 15px;
	margin: -10px 0 20px 15px;
}
.footerlist {
	font-family: "Montserrat", sans-serif;
	font-size: 85%;
}
.address-text {
	font-family: "Montserrat", sans-serif;
	font-size: 85%;
}
.footer-icons {
	background-color: #292a2b;
	text-align: center;
}
.footer-main {
	background-color: #292a2b;
	text-align: left;
}
.footer-links-one {
	background-color: #292a2b;
	text-align: left;
	padding: 20px 3%;
}
.footer-links-two {
	background-color: #292a2b;
	text-align: left;
	padding: 20px 3%;
}
.footer-links-three {
	background-color: #292a2b;
	text-align: left;
	padding: 20px 3%;
}
.footerlist a:link {
	color: #ebedf0;
	text-decoration: none;
}
.footerlist a:visited {
	color: #ebedf0;
	text-decoration: none;
}
.footerlist a:hover {
	color: #8ca6bd;
	text-decoration: none;
}
.footerlist a:active {
	color: #8ca6bd;
	text-decoration: none;
}
.footer-main a:link {
	color: #ebedf0;
	text-decoration: underline;
}
.footer-main a:visited {
	color: #ebedf0;
	text-decoration: underline;
}
.footer-main a:hover {
	color: #8ca6bd;
	text-decoration: underline;
}
.footer-main a:active {
	color: #8ca6bd;
	text-decoration: underline;
}

.footer-donate a:link { 
	color: #ebedf0; 
	background-color: #ab243d;
	padding: 0 5px;
	line-height: 25px;
	font-size: 160%;
	font-weight: 600;
	text-decoration: none;
} 
.footer-donate a:visited { 
	color: #ebedf0;
	background-color: #ab243d;
	padding: 0 5px;
	line-height: 25px;
	font-size: 160%;
	font-weight: 600;
	text-decoration: none;
} 
.footer-donate a:hover { 
	color: #ebedf0;
	background-color: #627484;
	padding: 0 5px;
	line-height: 25px;
	font-size: 160%;
	font-weight: 600;
	text-decoration: none;
} 
.footer-donate a:active { 
	color: #ebedf0;
	background-color: #627484;
	padding: 0 5px;
	line-height: 25px;
	font-size: 160%;
	font-weight: 600;
	text-decoration: none;
}
.online-resource a:link { 
	color: #ebedf0; 
	background-color: #426e70;
	padding: 1px 5px;
	font-weight: 600;
	text-decoration: none;
} 
.online-resource a:visited { 
	color: #ebedf0;
	background-color: #426e70;
	padding: 1px 5px;
	font-weight: 600;
	text-decoration: none;
} 
.online-resource a:hover { 
	color: #ebedf0;
	background-color: #627484;
	padding: 1px 5px;
	font-weight: 600;
	text-decoration: none;
} 
.online-resource a:active { 
	color: #ebedf0;
	background-color: #627484;
	padding: 1px 5px;
	font-weight: 600;
	text-decoration: none;
}
.footerbar-training {
	grid-column: 1 / -1;
	color: #ebedef;
	background-color: #ab243d;
	background-image: linear-gradient(180deg, #881c30, #b33950);
	text-align: center;
	padding: 5px 3%;
}
.footerbar-training a:link {
	font-family: "Montserrat", sans-serif;
	color: #ebedf0;
	font-weight: bold;
	text-decoration: underline;
}
.footerbar-training a:visited {
	font-family: "Montserrat", sans-serif;
	color: #ebedf0;
	font-weight: bold;
	text-decoration: underline;
}
.footerbar-training a:hover {
	font-family: "Montserrat", sans-serif;
	color: #d3d5d8;
	font-weight: bold;
	text-decoration: underline;
}
.footerbar-training a:active {
	font-family: "Montserrat", sans-serif;
	color: #d3d5d8;
	font-weight: bold;
	text-decoration: underline;
}
.footerbar-training-teal {
	grid-column: 1 / -1;
	color: #ebedef;
	background-color: #3c7073;
	background-image: linear-gradient(180deg, #4b5a83, #3c7073);
	text-align: center;
	padding: 5px 3%;
}
.footerbar-training-teal a:link {
	font-family: "Montserrat", sans-serif;
	color: #ebedf0;
	font-weight: bold;
	text-decoration: underline;
}
.footerbar-training-teal a:visited {
	font-family: "Montserrat", sans-serif;
	color: #ebedf0;
	font-weight: bold;
	text-decoration: underline;
}
.footerbar-training-teal a:hover {
	font-family: "Montserrat", sans-serif;
	color: #d3d5d8;
	font-weight: bold;
	text-decoration: underline;
}
.footerbar-training-teal a:active {
	font-family: "Montserrat", sans-serif;
	color: #d3d5d8;
	font-weight: bold;
	text-decoration: underline;
}


/* Everything below is in use and relates to technical things */
.search-box {
	max-width: 90%;
	margin: 25px 0 0 -15px;
	padding: 0 -10px;
	background-color: #292a2b;
}
.gcse-search {
	background-color: #292a2b;
}
.gsc-control-cse, .gsc-control-cse-en {
    background-color: #292a2b;
}

#hashLink1 {
    display: none;
}
#hashLink1:target {   
	display: block;}

#hashLink2 {
    display: none;
}
#hashLink2:target {   
	display: block;}

#hashLink3 {
    display: none;
}
#hashLink3:target {   
	display: block;}

#hashLink4 {
    display: none;
}
#hashLink4:target {   
	display: block;}

#hashLink5 {
    display: none;
}
#hashLink5:target {   
	display: block;}

#hashLink6 {
    display: none;
}
#hashLink6:target {   
	display: block;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-top: -20px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.podcastWrapper {
	margin-top: 30px;
	z-index: -1; 
}
.podcastWrappersmall {
	margin-top: 30px;
	z-index: -1; 
}
.google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* Items below are not being used, but may be of use. Hold for now. */
.image-half {
	max-width: 50%;
	height: auto;
	float: right;
	margin: 10px;
}
