@import url('https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,800&display=swap');

	
/* ---------------- General Styles -----------------
	------------------------------------------------ */
	
body {
	font-family: 'Catamaran', sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	color: #5b5a5a;
	margin:0;
	padding:0;
	top: 0 !important;
}	
	
h1, h2, h3, h4, h5 {
	font-weight: 600;
	color: #0A4C80;
}	

h2 {
	margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.coloredpagecontent>h2 {
	margin-top: 0;
}

a {
	color: #15599d;
	text-decoration: underline;
}

a:hover {
	color: white;
	background:#15599d;
    text-decoration: none;
}

.subtitleh3 {
	color: #707070;
	font-style: italic;
}

.greyitalic {
	color: #707070;
	font-style: italic;
}

	.goog-te-banner-frame.skiptranslate, .goog-te-gadget-simple img {
			 	display: none !important;
		 	}    
		 	
		 	.goog-te-gadget-simple a:hover, a.goog-te-menu-value:hover {background: transparent !important;}
		 	
		 	.goog-tooltip {
			 	display: none !important;
		 	}
		 	
		 	.goog-tooltip:hover {
			 	display: none !important;
		 	}
		 	
		 	.goog-te-menu-value>span:first-of-type {
    margin-right: 20px !important;
}
		 	
		 	.goog-te-gadget-simple {
		 	font-size: 16px !important;
		 	border: none !important;
		 	border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
			}
		 	
		 	goog-text-highlight {
			 	background-color: transparent !important;
			 	border: none !important;
			 	box-shadow: none !important;
		 	}

.btn {
	border-radius: 0;
}

.btn-primary {
	color: #fff;
    background-color: #1b7a41;
    border-color: #1b7a41;
    font-weight: 600;
    font-size: 1.5rem;
    border-radius: none;
    /* text-transform: uppercase; */
    text-decoration: none;
    padding: 10px 30px;
    line-height: 1.8rem;
}


.btn-primary:hover {
    background-color: #082947;
    border-color: #082947;
    text-decoration: underline;
}

.btn-primary:hover, .btn-primary:focus {
outline: 0;
    box-shadow: 0 0 0 0.35rem #EFB961;
}

.nav-link.donatelink {
	color: #fffff;
    font-weight: 600;
    background: #B35F23;
    border: 2px solid #B35F23;
    line-height: 38px;
    border-radius: 0px;
    text-transform: uppercase;
}


.navbar-dark .navbar-nav .nav-link.donatelink:hover, .navbar-dark .navbar-nav .nav-link.donatelink:focus {
	background:white !important;
	color:#cf6c26 !important;
outline: 0;
    box-shadow: 0 0 0 0.35rem #EFB961;
}





.btn-darkgreen {
	background:#1b7a41;
	border:1px solid #1b7a41;
}

.btn-brown {
	background:#a56703;
	border:1px solid #a56703;
}

.btn-orange {
	background: #B35F23;
	border:2px solid #ffffff;
}

.btn-orange:hover, .btn-orange:focus {
	background: white;
	color: #B35F23;
	border:2px solid #B35F23;
}

.full {
	width:100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-caption {
	color:#b2b2b2;
	font-size: 14px;
	margin-top:15px;
}

.darkbluebg {
	background: #082947;
}



.bluebg {
	background: #0b4079;
}

.colorblue {
	color: #0b4079;
}

.orangebg {
	background: #a56703;
}

.colororange {
	color: #a56703;
}

.redbg {
	background: #711c12;
}

.colorred {
	color: #711c12;
}

.greenbg {
	background: #1b7a41;
}

.colorgreen {
	color:#1b7a41;
}

.pageheader {
	background: #e4eff9;
/* 	color: white; */
	padding: 42px 0;
	margin-bottom: 45px;
}

.smallmeta {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.biodivider {
	margin-bottom: 40px;
	border:none;
	border-bottom: 2px dotted gray;
}

.pageheader h1, .pageheader h2, .pageheader .h3 {
	color: #0A4C80;
}

.columnicon {
	text-align: center;
}

/* ---------------- Typography ---------------------
	------------------------------------------------ */

.posted {
	font-size: 14px;
	font-weight: 300;
	color:#292929;
}
	

/* Consider following google fonts Hepta Slab (headlines), 
	
	
	
	
	
/* ---------------- Layout Structure ---------------
	------------------------------------------------ */

 {
	
}



.visually-hidden {position: absolute;clip: rect(1px 1px 1px 1px); /* for IE */ clip: rect(1px, 1px, 1px, 1px); padding: 0;border: 0; height: 1px;width:1px;overflow: hidden;}

#mainwrapper {
	padding:0;
	margin:0;
	clear: both;
}	

#bannerslider {
	margin-bottom: 50px;
}

.herosection {
	margin:0;
	padding:0;
	background: #0A4C80;
}

#startcontent ul li {
	margin-bottom: .7rem;
}

.hero {
	width:100%;
	height: 350px;
	margin:0;
	padding:0;
}

.hero img {
	width:100%;
	height: auto;
	object-fit: cover;
}

#breadcrumb {
	list-style: none;
	margin:0;
	padding:0;
}

#breadcrumb li {
	display: inline;
}

.topicarticle {
	margin-bottom: 40px;
}

.topicarticlehead {
	background:#403f3f;
	margin:0;
}

.topicarticlehead h2 {
	margin: 0;
	padding: 10px;
	line-height: 50px;
	color:white;
	font-weight: 400;
	text-align: center;
}

.topicarticletext {
	padding:30px;
	background: #f0f0f0;
}

ul.newstags {
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	padding:0;
}

ul.newstags li {
	list-style: none;
	background: none;
	display: inline;
	margin:0;
	padding:0;
}

.tagsandposts {
	background: #fff4e4;
	padding:30px;
}

.tagsandposts h2 {
	margin:0 0 20px 0;
	font-size: 25px;
}

.posttags {
	margin-bottom: 25px;
}

.similarposts {
	
}

#startcontent ul.orgchart {
	list-style: none;
	margin:0;
	padding:0;
}


#startcontent ul.orgchart li {
	margin-bottom: 0;
	padding-bottom: 0;
	list-style: none;
}

#startcontent ul.orgchart span.leader {
	background: #082947;
	color: white;
	padding: 15px 10px;
	margin:20px 0;
	display: block;
}



/* --------------- Accessible Woo Slider ----------- */

body .wooslider .slide-content {
	margin:0 !important;
}

.wooslider {
	margin:0;
	border:none !important;
	z-index: 0;
}

.slide-content p {
	margin:0px;
	padding:0;	
}

#slider-controls {
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 99;
}

#slider-controls a {
    font-size: 0.8em;
    width: 25px;
    height: 25px;
    line-height: 23px;
    display: inline-block;
    background: #14589d;
    color: white;
    margin-right: 0.5em;
    /* padding: 0.2em 0.4em; */
    text-align: center;
    border: 1px solid #14589d;
    border-radius: 50%;
}

#slider-controls a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


#slider-controls a:hover,
#slider-controls a:focus {
  border: 1px solid black;
  background: white;
  color: black;
  border-radius: 0;
}

#slider-controls #slider-prev::before {
content: "\f0d9";
    font-family: "Font Awesome 5 Pro"; /* change like this */
    font-weight: 900; /* insert this definition */
}

#slider-controls #slider-next::before {
content: "\f0da";
    font-family: "Font Awesome 5 Pro"; /* change like this */
    font-weight: 900; /* insert this definition */
}

#slider-controls #slider-pauseplay.pause::before {
content: "\f04c";
    font-family: "Font Awesome 5 Pro"; /* change like this */
    font-weight: 900; /* insert this definition */
}

#slider-controls #slider-pauseplay.play::before {
content: "\f04b";
    font-family: "Font Awesome 5 Pro"; /* change like this */
    font-weight: 900; /* insert this definition */
}



/* --------------- Header -------------------------- */

.alertbar {
	background: black;
	color: white;
	font-size: 16px;
	padding: 7px;
}

.alertbar a.btn {
	font-size: 16px; 
	margin-left: 20px;margin-right: 20px;
}

#startcontent {
	clear: both;
}

header {
/*
	-webkit-box-shadow: 0 0 2px 2px rgba(31,78,125,.3);
    box-shadow: 0 0 2px 2px rgba(31,78,125,.3);
*/
}





.skiplink
{
color:white;
padding:8px 10px;
display: block;
text-decoration: none;
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
.skiplink:focus
{
position:static;
width:auto;
height:auto;
}

.skiplink:hover {
	text-decoration: underline;
}

.topphone {
	color:white;
	font-size: 1.25rem;
	vertical-align: middle;
	margin-right: 15px;
}

.topphonenumber {
	color:white;
	float: right;
	display: inline-block;
	padding:8px 10px;
}

.recite {
    color: white;
    padding: 8px 10px;
    cursor: pointer;
    width: fit-content;
    margin: 0;
    display: inline-block;
}

.reciteme {
	color: white;
	text-decoration: none;
}

.reciteme:hover {
	text-decoration: underline;
}

.logocontainer {
	width:100%;
	text-align: center;
}

.logo {
	
	
}

a.navbar-brand {
	max-width: 200px;
	margin: 10px;	
} 

a.navbar-brand:hover {
	background: transparent;
}

#topbar {
	width:100%;
	height: 43px;
	background: #15599d;
/* 	display: flex; */
}

#search {
	color:white;
	padding-top:8px;
	padding-left: 8px;
	display: inline-block;
}

#search input {
	height: 30px;
	    width: 150px;
}

.submitbutton {
	height: 30px;
	background: white;
	border-radius: 3px;
	border:none;
	vertical-align: middle;
	    width: auto;
}


header ul,
header ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-main {
	width: 100%;
	height: 60px;
/* 	background: #ebeff3; */
	position: relative;
	z-index: 1000;
}


.header-main .container {
	max-width: 100%;
}

.socialbar {
	font-size: 25px;
    padding: 5px 10px;
    margin-left: auto;
}

.socialbar li {
	display: inline;
}

.socialbar a {
	color: white;
}

.footersocialbar {
	font-size: 25px;
    padding: 5px 0;
    margin-right: 15px;
    margin-bottom: 0px;
}

.footersocialbar li {
	display: inline;
	margin-right: 10px;
}

.footersocialbar img {
	height: 30px;
}

.footersocialbar a {
	color: white;
}



/* --------- temp header 2 ----------*/

#header2 .logocontainer {
	width: 15%;
	float: left;
}

#header2 #topbar {
	width: 85%;
	float: left;
	height: 45px;
}

#header2 nav {
	float: left;
	width: 85%;
}

#header2 {
	overflow: visible;
	width:100%;
	padding:0;
	}

.mainsection {
	clear: both;
	width: 100%;
    padding: 0;
    margin: 0;
}

/* --------------- Navbar -------------------------- */

.bg-dark {
    background-color: #082947 !important;
}

nav.navbar {
	margin:0;
	padding:0;
}

.nav-item>a:hover {
	background: transparent;
	text-decoration: underline;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    left: 44%;
    bottom: 20px;
}



.navdarkblue, .navdarkblue .dropdown-menu {
	background: #082947;
}

.navdarkblue:hover, .navdarkblue:focus, .navdarkblue a.nav-link:focus, .navdarkblue a.nav-link:hover, .navdarkblue a.nav-link:active {
	background: white;
	color: #082947 !important;
}



.navred, .navred .dropdown-menu {
	background: #711c12;
}

.navred:hover, .navred:focus, .navred a.nav-link:focus, .navred a.nav-link:hover, .navred a.nav-link:active {
	background: white;
	color: #711c12 !important;
}

.navorange, .navorange .dropdown-menu {
	background: #a56703;
}

.navorange:hover, .navorange:focus, .navorange a.nav-link:focus, .navorange a.nav-link:hover, .navorange a.nav-link:active {
	background: white;
	color: #a56703 !important;
}

.navblue, .navblue .dropdown-menu {
	background: #0b4076;
}

.navblue:hover, .navblue:focus, .navblue a.nav-link:focus, .navblue a.nav-link:hover, .navblue a.nav-link:active {
	background: white;
	color: #0b4076 !important;
}

.navgreen, .navgreen .dropdown-menu {
	background: #1b7a41;
}

.navgreen:hover, .navgreen:focus, .navgreen a.nav-link:focus, .navgreen a.nav-link:hover, .navgreen a.nav-link:active {
	background: white;
	color: #1b7a41 !important;
}

.mainnav {
    width: 100%;
    background: #082947;
}

.mainnav a {
	color: white;
	text-decoration: none;
	font-size: 20px;
}

.mainnav>li {
	width:15%;
}

.mainnav>li>a {
	text-align: center;
	line-height: 62px;
	font-weight: 400;	
}

.dropdown-menu {
	border-radius: 0;
	margin:0;
	z-index: 99999;
	min-width: 320px;
}

.mainnav>li {
	height: 80px;
}

.navbar-dark .navbar-nav .nav-link {
	color:white;
}

.mainnav>li>a {
	color:white;
}

.navdonate {
	height: 50px;
    padding: 10px;
}

.nav-link.donatelink {
	color: #fffff !important;
    font-weight: 600;
    background: #B35F23;
    border: 2px solid #B35F23;
    line-height: 38px;
    border-radius: 0px;
    text-transform: uppercase;
}

.nav-link.donatelink:hover {
	color: white !important;
	background: #cf6c26;
}


/* --------------- Main Structure ------------------ */




/* ---------------- Forms -------------------------- */




/* --------------- Footer -------------------------- */	

.optinhead {
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 38px;
}

.optinicon {
	background: #082947;
    width: 170px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -110px;
    padding: 20px 0;
}	

.optinicon i {
	font-size: 4rem;
	color: white;
}

.optinprivacy {
	font-size: 13px;
	font-style: italic;
}
	
.newsoptin {
	background: #15599d;
	padding:60px 0;
	margin-top: 120px;
	clear: both;
}	

.newsoptin .btn.focus, .newsoptin .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.35rem #EDA836;
}

.homepage .newsoptin {
	margin-top:inherit;
}

.newsoptin .container {
		position: relative;
}

.newsoptin h2, .newsoptin p {
	color:white;
}

.newsoptin label {
	color:white;
}

	
footer {
	background: #082947;
	color:white;
	padding-top:60px;
	padding-bottom: 60px;
}	


#footernav {
	margin:0;
	padding:0;
	list-style: none;
}

#footernav li {
	color: #eda839;
}

#footernav li a {
	color: #eda839;
}

.footersocial {
	background: #ebebeb;
	padding:25px 10px;
}	

.socialicons {
	text-align: center;
	list-style: none;
	margin:0;
	padding:0;
}

.socialicons li {
	display: inline;
	margin:0;
	padding:0 4px;
}

.socialicons li a {
	color: #0A4C80;
	border: 2px solid #0A4C80;
	border-radius: 60px;
	font-size: 25px;
	padding:5px 10px;
}
	
.disclaimer {
	margin-top:40px;
}

.disclaimer a {
	color:#eda839;
}

.disclaimer a:hover {
	color:white;
}
	
/* ---------------- Custom Pages -------------------
	------------------------------------------------ */

/* --------------- board --------------------------- */

ul.boardleadership, ul.boardmember {
	padding: 0;
	list-style: none;
}


.boardleadershipcol {
	background: #e4eff9;
	border-radius: 3px;
	
}

.boardleadershipcol h3, .boardmembercol h3 {
	margin-bottom: 0;
	    font-size: 24px;
}

.leadlocation {
	font-style: italic;
}

.boardphoto {
	margin-bottom: 25px;
	max-width: 163px;
	max-height: 163px;
}

.testiphoto {
	margin-bottom: 25px;

	max-height: 163px;
}

.testibg {
	    font-size: 18px;
    line-height: 22px;
}

.waystogive {
    background: #e4eff9;
    border-radius: 3px;
    font-size: 18px;
    line-height: 22px;
}

.boardphotocontainer {
	height: 170px;
}
	
@media (min-width: 768px) {
.boardleadershipcol.col-md-6 {
	padding: 30px;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin:0 2% 20px 2%;
}

.boardmembercol.col-md-3 {
	padding:20px;
}
	
}


/* -------------- Success Stories ------------------ */

.successimage {
	
}

.successstoryimg {
	width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (min-width: 768px) {
.col-md-4.boardleadershipcol {
    padding: 20px;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
    margin: 0 1% 20px 1%;
}
}

/* --------------  Podcasts ------------------------ */


p.summary {
	color:black;
	font-size: 22px;
	font-weight: bold;
}

.podcastentry {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 5px dotted #A1C762;
}

.podcasticons {
	list-style: none;
	margin:0;
	padding:0;
}

.podcasticons.horiz li {
	display: inline;
	padding: 5px 10px;
}

.podcasticons li {
	margin:0 0 15px 0;
	text-align: center;
	padding:0;
}

#podcastlogo {
	text-align: center;
	margin-bottom: 40px;
	
}


#podcastsubscribe {
	margin-bottom: 40px;
	background: #E4EFFC;
	padding:20px;
}

#cloud {
	background: #E4EFFC;
	padding:20px;
}

.posttaglist {
	list-style: none;
	padding:0;
}

.posttaglist li {
	display: inline;
}

.subscribemobile {
	display: none;
}

@media (max-width:767px) {
	.subscribemobile {
	display: block;
	}
}

/* --------------- Donate -------------------------- */

.donatetestimonials {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid gray;
}	


/* --------------- Request form -------------------- */

#disc {
	margin-top:14px;
}

.special {
	font-weight: 400;
}

.alert-primary {
	background: #e4eff9;
}
	
/* ---------------- Home Page ---------------------- */	

.homehero {
 position: relative;
}

.herotext {
	
}

.herotext h1 {
	background: white;
	padding:1rem;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:70%;
}

.heroimg {
	width:100%;
	height: auto;
	    position: relative;
    z-index: -1;
}

.startlinksul {
	list-style: none;
	padding: 0;
}

.startlinks {
	display: block;
}

.startlinksul a {
	color: white;
	    display: block;
}

.greeniconbox a {
	text-decoration: none;
}

.homepage h2 {
	margin-bottom: 30px;
	font-size: 35px;
}	
	
.bannerlinks {
	margin-top: -90px;
	margin-bottom: 30px;
	z-index: 9999999;
	font-size: 22px;
    line-height: 25px;
}



.threeboxcontainer {
	z-index: 9999999;
}

.greeniconbox {
	background: #1b7a45;
	color:white;
	padding:30px 50px 15px 50px;
}

.greeniconbox i {
	font-size: 3.2rem;
	margin-bottom: 10px;
}

.darkgreenbg {
	background: #145c31;
}

.bannerlinks a, .bannerlinks h3 {
	color: white;
	display: block;
}

.bannerlinks a:hover,  .bannerlinks a:focus {
    outline: 0;
    box-shadow: 0 0 0 0.35rem white;
    padding-left:5px;
    padding-right: 5px;
}
	
.aboutinfo {
	font-size: 25px;
	padding-top:0;
	padding-bottom: 60px;
	}	


.getstarted {
	background: #ededed;
	padding: 60px 0;
}

.stats {
	padding: 60px 40px 80px 40px;
}

.statlist {
	padding:0;
	list-style: none;
}

.statlist li {
	padding: 20px 50px;
}

.homepage span.stat {
	margin-bottom: 10px;
	font-size: 50px;
	display: block;
}

.makeadifference {
	background: #1b7a41;
	padding: 60px 0 40px 0;
	color:white;
}

.makeadifference p {
	font-size: 22px;
}

.makeadifference h2 {
	color:white;
}

.newsandmedia {
	padding-top:60px;
	padding-bottom: 60px;
}

.newsandmedia h2 {
	color: #082947;
	margin-bottom: 20px;
}

.newsandmedia h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #15599d;
}

.meta {
	color: #666666;
	font-size: 16px;
	font-style: italic;
}
	
.iconbox {
	color: white;
	padding-top:25px;
	padding-bottom: 15px;
}	

.iconbox:hover {
	color:white;
}

.iconbox i {
	font-size: 2.5rem;
	margin-bottom: 15px;
}

.iconbox h3, .iconbox h4 {
	color:white;
	font-weight: 300;
	font-size: 22px;
}

.iconbox a:focus {
	outline: 0;
    box-shadow: 0 0 0 0.35rem white;
}

.differencephoto {
	margin-top: -110px;
}

/* ---------- Blog Page ------------------ */

.leavecommentsection {
	padding: 50px;
	background: #ededed;
}

.commentsection {
	padding: 20px 50px;
	background: #e4eff9;
	margin-bottom: 50px;
}

.thecomment {
	background: white;
	border-radius: 8px;
	padding:25px;
	margin-bottom: 25px;
	border-bottom: 2px solid #97bfde;
}

.commentor {
	font-size: 15px; 
	font-style: italic;
	
}

/* Surveys */

.smcx-embed {
    width: 100%;
    max-width: 100% !important;
    height: 1200px !important;
}

.smcx-embed>.smcx-iframe-container {
    width: 100% !important;
    max-width: 100% !important;
    height: 1200px !important;
}

/* Social Media Share */

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}




/* --------- Disability Topics ----------- */

.searchtopicsheader {
	font-weight: 600;
	color:#0A4C80;
	font-size: 30px;
}


.dissidebar {
	background: #fff4e4;
    padding: 30px;
}

ul.disabilitytopicsrow {
	padding: 0;
	list-style: none;
}


.topiclink:focus {
	outline: 0;
    box-shadow: 0 0 0 0.35rem #15599d;
    padding-left:5px;
    padding-right: 5px;
}

.disbilityicon {
	width: 40px;
	height: 40px;
	margin:0 auto;
}

.disbilityicon img {
	max-height: 33px !important;
}

.discatlisting {
	margin: 0;
	padding:0;
	list-style: none;
}

.discatlisting li {
	margin-bottom: 8px;
	padding: 5px 10px;
	background:#f7f7f7;
/* 	border: 1px solid #e4e4e4; */
	border-radius: 3px;
	font-size: 20px;
}

.disability-container {
	max-width: 1500px;
}

.disabilitybox {
	padding:15px;
	border-radius: 3px;
	font-size: 20px;
}

.disabilitybox div {
	background:#f7f7f7;
/* 	border: 1px solid #e4e4e4; */
	height: 100%;
	padding:15px;
	border-radius: 3px;
}

/*
.disabilitybox div.category117 {
	background: #ffe585;
}
*/

.disabilitybox div.Yes {
	background: #ffe585;
}
	
#disabilitysearch {
	width: 100%;
	border-radius: 8px;
	padding:15px;
	border:#91a7c5 7px solid;
	background:#E4EFFD;
	margin-top:25px;
	margin-bottom: 25px;
}

#disabilitysearch input.searchtextbox {
	font-size: 25px;
	color:#313131;
	padding-left: 10px;
	vertical-align: middle;
	
}

#disabilitysearch .submitbutton {
	    background: #0A4C80;
    color: white;
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Able Player */

div.able-now-playing {
	display: none;
}

.able {
	position: relative;
    margin: 1em 0;
    width: 100%;
    background-color: #262626;
    box-shadow: none;
    z-index: 5000;
    padding: 8px;
    border-radius: 4px;
}
	
.able-controller div[role=button] {
	margin:1px;
	    font-size: 17px;
    min-width: 20px;
}	
/* ---------------- RESPONSIVE ---------------------
	------------------------------------------------ */



	

@media (min-width: 992px) {
		
	
}

@media (min-width: 992px) and (max-width: 1219px) {
	
	
}	
	
@media (max-width: 991px) {
	
	.herotext h1 {
		font-size: 2rem;
	}
	
	.mainnav li {
    width: inherit;
	}
	
	.mainnav>li {
		height: inherit;
	}
	
	.mainnav>li>a {
    text-align: left;
    line-height: normal;
    font-weight: 400;
	}
	
	.navbar-nav .nav-link {
		padding-left: 30px;
	}
	
	.navbar-collapse {
    margin-left: -26%;
    margin-top: 11px;
}
	
	.dropdown-toggle::after {
    display: none;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border:none;
    position: inherit;
	}
	
	.dropdown-toggle::before {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    left: 10px;
    top: 19px;
	}
	
	
	.bannerlinks {
    margin-top: 30px;
    }
	
	#header2 .logocontainer {
		width: 20%;
		float: left;
	}
	
	#header2 #topbar {
		width: 80%;
		float: left;
		height: 45px;
		font-size: 15px;
	}
	
	#header2 .topphone {
		display: none;
	}
	
	#header2 .skipcontentlink {
		white-space: nowrap;
	}
	
	#header2 nav {
		width: 80%;
    float: left;
    padding: 11px 8px 11px 8px;
    background: #082945 !important;
	}
	
	.navbar-dark .navbar-toggler {
    color: white;
    border: none;
	}
	
}


@media (max-width: 767px) {
	
	.herotext h1 {
    background: white;
    padding: 1rem;
    position: inherit;
    top:inherit;
    left: inherit;
    transform: none;
    width: 100%;
}
	
	 #slider-controls a {
	    width: 40px;
	    height: 40px;
	    line-height: 38px;
	    font-size: 1.5em;
	  }
	  
	  #slider-controls #slider-prev,
	  #slider-controls #slider-next {
	    display: none;
	  }	
	  
.differencephoto {
    margin-top: 0;
}

}


@media (max-width: 420px) {
	
	#header2 .logocontainer {
    width: 35%;
    float: left;
}
#header2 #topbar {
    width: 65%;
    float: left;
    height: inherit;
    font-size: 15px;
}


	#header2 nav {
    width: 100%;
    float: left;
    padding: 11px 8px 11px 8px;
    background: #082945 !important;
}

.navbar-collapse {
    margin-left: 0;
}

.topphonenumber {
	float: none;
}

#search {
    padding-top: 0;
}

.herotext h1 {

    padding: 20px 20px 15px 20px;
    font-size: 1.5rem;
}

.bannerlinks {
    margin-top: 9px;
}

.threeboxcontainer {
    padding-left: 10px;
    padding-right: 10px;
}

.greeniconbox {
    padding: 20px 20px 20px 20px;
}

.greeniconbox p {
	margin:0;
	padding:0;
}

.greeniconbox i {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.h3, h3 {
    font-size: 1.5rem;
}

.bannerlinks {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
}

.homepage h2 {
    margin-bottom: 28px;
    font-size: 29px;
}

.aboutinfo {
    font-size: 19px;
    }
    
.aboutinfo {
    padding-bottom: 20px;
}

.getstarted {
    padding: 1px 0;
}

.startlinksul {
    padding: 0 30px;
}

.iconbox {
    margin-bottom: 20px;
}

.iconbox i {
    font-size: 2.0rem;
    margin-bottom: 7px;
}

.stats {
    padding: 20px 40px 10px 40px;
}

.statlist li {
    padding: 5px 35px;
}

.makeadifference {
    padding: 10px 0 23px 0;
}

.newsandmedia {
    padding-top: 10px;
    padding-bottom: 10px;
}

.homepage .newsoptin {
    margin-top: 50px;
}

.h1, h1 {
    font-size: 2.0rem;
}


h2 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.pageheader {
    background: #e4eff9;
    padding: 24px 0;
    margin-bottom: 35px;
}
	
	.pt-5, .py-5 {
    padding-top: 2rem!important;
}

.podcastentry {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 5px dotted #A1C762;
}

.podcastentry h2 {
    font-size: 1.5rem;

}
	
}
	