/*
 Theme Name:   WP Bootstrap Starter Child
 Theme URI:    http://example.com/wp-bootstrap-starter-child/
 Description:  WP Bootstrap Starter Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  wp-bootstrap-starter-child
*/
/* @charset "utf-8"; */
/* CSS Document */

.page-id-5058 header.entry-header{
	display:none;
}

.home .excerpt-dash{
	display:none;
}

#section-missing-information .vc_col-sm-4 .wpb_text_column{
	padding:20px;
}

.responsive-container {
    position: relative;
    padding-bottom: 56.25%;
}

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

/*************** CSS PULLED OVER FROM /wp-admin/customize.php ***************/
body {
  margin: 0px auto;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif !important;
  /* font-size: 11pt !important; */
  font-size: 16px !important;
  line-height: 130% !important;
  background-position: center 0;
  background-repeat: repeat-x;
    /* color: #343a40 !important; */
}
body .site {
  box-shadow: none;
	
}
/* #page-sub-header{
	background-image: url('/-dev/wp-content/uploads/9989-IDS-Website-Global-Header-12-2020.png');
}
 */
.checklist{
	list-style: none;
	padding-left: 25px;
}
.checklist li:before{
	font-family: "Font Awesome 5 Free"; 
	font-size:18px;
	font-weight: 900;
	content: "\f14a";
	margin-right: 8px;
	color:#139e78;
}

.map-legend{
	font-size: 13px;
	padding-top: .5rem;
}

.map-legend span:before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f0c8";
	margin-right: 8px;
}

.map-legend .visited{
	color:#34ac8a;
}

.map-legend .not-visited{
	color:#f79333;
	padding-left: 2rem; 
}

.no-margin li{
	margin-bottom: 0;
}


.map-container #map{
	min-width: 275px !important;
	height: 550px;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning a{
	color: #856404 !important;
	text-decoration: underline !important;
}

table{
    margin-bottom:20px;
}

table.table-data{
    width: 100%;
    border-collapse: collapse;
    margin-bottom:20px;
}

table.table-data.td-thirds td{
    width:33%;
}

table.table-data.td-halfs td{
    width:50%;
}

table.table-data tr:nth-child(even) {
    background-color: #f5f5f5;
}

table.table-data th{
    background:#e5e5e5;
    text-align:center;
}

table.table-data td, table.table-data th{
    text-align:center;
    padding:4px 8px;
    border:1px solid #b9b9b9;
}



/**** REMOVED ****
#page-sub-header {
  ////// background-image: url('/-dev/wp-content/uploads/9989-IDS-Website-Global-Header-06-2020.jpg') !important;
	background-position: 50% 50%;
	background-size: auto !important;
}

@media (max-width: 1024px){
    #page-sub-header {
    	background-size: cover !important;
    	background-position: 25% top;
    }
}

@media (max-width: 640px){
    #page-sub-header {
    	height: 115px !important;
    	background-size: cover !important;
    }
}
*/


.caret{
	color:#0393c9;
}

a:link, a:visited {
  color: #0393c9;
  text-decoration: none;
}

a:hover {
  color: #005aa9 !important;
  text-decoration: underline;
}

/**** REMOVED ****
.logo {
  width: 216px;
  height: 58px;
  padding-top: 13px;
}

.logo img {
  width: auto;
  height: 58px;
}
*/

.logo img {
  max-width: 460px;
  height: auto;
  padding:10px 0;
}

.logo a {
  display: block;
}



/**** REMOVED ****
.headerCont {
  position: relative;
  min-width: 700px;
  max-width: 1280px;
  margin: auto;
}
*/






.header {
  background-color: #555;
  width: 100%;
  height: 300px;
  color: #fff;
}
.h1Cont {
  max-width: 1280px;
  margin: 45px auto;
  position: relative;
}
.homeEventsCont {
  position: relative;
  width: 100%;
  min-width: 350px;
  min-height: 400px;
  margin-top: 30px;
}
.homeEventsCircle {
  width: 350px;
  height: 350px;
  background: #aed6e5;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
}
.mainBodyCont {
  width: 1220px; 
  min-height: 500px;
  margin: auto;
  border: 1px solid #ccc;
  padding: 25px 25px 25px 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.footerCont {
  width: 100%;
  background-color: #252525;
  color: #fff;
  box-shadow: 0px -2px 5px 1px rgba(169, 170, 171, 1);
	padding-bottom: 1rem;
}
.footerCont .links {
  width: 1270px; 
  margin: auto;
  height: 30px;
  text-align: center;
}
.footerCont .links div {
  display: inline-block;
  padding: 0px 25px 0px 25px;
  line-height: 30px;
}
.footerCont .links div a:link,
.footerCont .links div a:visited {
  color: #fff;
  font-size: 12px;
}
.footerCont .copyright {
  text-align: center;
  font-size: 9pt;
  line-height: 15px;
  margin-bottom: 10px;
}
.footerCont .copyrightLinks {
  text-align: center;
  margin-bottom: 20px;
}
.footerCont .copyrightLinks div {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-align: center;
}
.footerCont .copyrightLinks div a:link {
  font-size: 9pt;
  text-decoration: underline;
}
.footerCont a:link,
.footerCont a:visited {
  color: #fff !important;
}
.footerCont a:hover{
  color: #e1e1e1 !important;
}
.pageH1, #page-sub-header p {
  font-size: 22pt;
  color: #fff;
  text-align: left;
  line-height: 11pt;
  font-family: Arial Black, Arial Bold, Gadget, sans-serif;
}
.pageH1,
#page-sub-header p {
  margin-left: 75px;
}

h3 {
  color: #000;
  font-size: 13pt;
}
h2 {
  color: #000;
  font-size: 15pt;
}
h1 {
  color: #fff;
  font-size: 18pt;
  padding-top: 0px;
  margin-top: 0px;
}
.loginMenuCont {
  background-color: #cdcbbf;
  width: 170px;
  float: right;
  margin-left: 15px;
  padding: 15px 15px 15px 15px;
}
.loginMenuCont div {
  padding: 2px 0px 2px 0px;
}

.socialMedia {
  display: inline-block;
  margin-right: 1rem;
}
.socialMediaIcon {
  width: 30px;
  height: 30px;
  position: relative;
}
.socialMediaIcon:hover {
  background-position: -30px;
  cursor: pointer;
}
a.LanguageLink:link,
a.LanguageLink:visited {
  position: absolute;
  top: 10px;
  right: 0px;
  color: #fff;
}

.menuCont {
  margin: auto;
  width: 1270px; 
  height: 60px;
  position: relative;
  line-height: 60px;
  margin-bottom: 10px;
}
a.menuItem:link,
a.menuItem:visited {
  font-weight: 300;
  display: inline-block;
  margin-right: 30px;
  font-size: 14pt;
  text-decoration: none;
  color: #333;
}
a.menuItem:hover {
  color: #fff !important;
}
a.menuItemActive:link,
a.menuItemActive:visited {
  font-weight: 500;
  display: inline-block;
  margin-right: 39px;
  font-size: 14pt;
  text-decoration: none;
  color: #005aa9;
}
.headerNavOuterCont {
  width: 100%;
  height: 75px;
  background-color: #fff;
  position: relative;
}
.headerNavInnerCont {
  max-width: 1300px;
  height: 75px;
  position: relative;
  margin: auto;
}


/**** REMOVED ****
.navBar {
 position: absolute;
	top: 15px;
  right: 0px;
  text-align: right;
	z-index: 1000;
}
*/



.navbar-toggler{
	position: absolute;
	right: 0;
	top: -140px;
}

@media (max-width: 990px){
	.navBar a:hover,
    .navBar a:active {
        color: #999085 !important;
    } 
	.navbar-collapse{
		margin-top: 25px;
		box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
		background: #fff;
		width: 180px;
		border-radius:2px
	}
	
	/**** REMOVED ****
	.navbar-nav{
		padding: 0 20px;
	}
	*/
	
}

@media (max-width: 768px){
    
    /**** REMOVED ****
	.navBar{
		top: 20px;
	}
	*/
	
	.navbar-collapse{
		padding-top: 20px;
	}
}

@media (min-width: 768px){
    
    /**** REMOVED ***
	.navBar{
		top: 30px;
	}
	*/
	
}

.navBar a {
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  font-size: 11pt;
  text-align: right;
}
.navBar a:hover {
  color: #fff;
  text-decoration: none;
}

/* 
.navBar .icon {
  display: none;
  font-size: 12pt;
  padding-left: 50px;
} */
.homeEventsHeading {
  position: absolute;
  top: 90px;
  left: 45px;
  font-size: 18pt;
}
.homeEventsTitle {
  position: absolute;
  top: 160px;
  left: 45px;
  font-size: 14pt;
  margin-right: 25px;
}
.homeEventsMore {
  position: absolute;
  top: 280px;
  left: 75px;
  font-size: 12pt;
  margin-right: 25px;
}
.homeEventsDate {
  color: #666;
  font-size: 11pt;
  font-style: italic;
  margin-top: 10px;
}
.announcementCont {
  width: 100%;
  background-color: #eae549;
  line-height: 130%;
  padding: 30px 0 3px 0;
  font-size: 26pt;
  text-align: center;
}
.registerCont {
  width: 100%;
  background-color: #415675;
  padding: 30px 0px;
}
h2.registerHeading {
  font-size: 26pt;
  color: #fff;
  text-align: center;
}
.registerText {
  font-size: 14pt;
  color: #fff;
  text-align: left;
  max-width: 550px;
  margin: auto;
}
.registerText li a:link,
.registerText li a:visited {
  color: #fff;
  text-decoration: underline;
}
h2.sectionHeading2 {
  font-size: 34pt;
  color: #fff;
  padding-top: 25px;
}
.registrationFirstLine::first-line {
  font-weight: bold;
}

@media (max-width: 990px) {
  .homeEventsCont {
    position: relative;
    width: 100%;
    min-width: 350px;
    min-height: 400px;
    margin-top: 0px;
  }
  .homeEventsCircle {
    margin: auto;
    right: unset;
  }
  .registerText {
    font-size: unset;
  }
} 

@media (max-width: 768px) {
    
    /**** REMOVED ****
    header#masthead {
        padding-bottom: 0 !important;
    }
    */
  
  /**** REMOVED ****
  .logo {
    padding-top: 10px;
  }
  .logo img {
    height: 40px;
  }
  */
  
  /**** REMOVED ****
  .headerCont {
    min-width: 300px;
  }
  */

  .pageH1 {
    line-height: 22pt;
    z-index: 100;
  }
  #page-sub-header p{
    line-height: 2pt;
  }
  .pageH1,
  #page-sub-header p {
    font-size: 20pt;
    margin-left: 6px;
  }
}

/* --------------------------------------------------------------
  wordpress styles overrides
 -------------------------------------------------------------- */
h2,
h3,
h4,
h5 {
  font-weight: bold !important;
}

h2.entry-title {
  border-bottom: none !important;
  font-weight: bold;
  font-family: Arial Black, Arial Bold, Gadget, sans-serif;
}

.mice-type {
  font-size: 85%;
}

header#masthead {
  padding: 0;
  box-shadow: none;
  padding-bottom: 0.5rem;
}

/**** REMOVED ****
@media (min-width: 769px) {
  header#masthead {
    padding-bottom: 1.8rem;
  }
}
*/






/**** REMOVED ****
#page-sub-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position-y: 50% !important;
  padding-top: 0;
  height: 256px;
  border-top: 9px solid #e0dc34;
  border-bottom: 9px solid #1f497d;
}
@media (min-width: 992px) {
  #page-sub-header {
    height: 280px !important;
  }
}
*/






#content.site-content {
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.site-content .container {
  padding: 0 50px;
}

h1.entry-title {
    font-size: 32px !important;
    font-weight: bold;
    color: #301c42;
    padding-top: 0px;
    border-bottom: none;
    margin-bottom: 1rem;
}

/* .navBar ul {
  list-style: none;
  margin-bottom: 0;
  padding: 6px 0;
}

.navBar ul li {
  display: inline-block;
}
*/

@media (min-width: 990px) {
    .navBar a:hover, .navBar a:active {
        color: #fff !important;
        background: #1f497d;
    }
	ul.menu{
	    display: none;
    }
    
    
    
    /**** REMOVED ****
	.navbar-nav li{
		padding: 2px 20px;
		margin-bottom: 0;
		
	}
	*/
	
	
	
	/**** REMOVED ****
	.navbar-nav .dropdown-menu{
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }
    */
	
	.navBar a{
		text-align: left;
	}

}


@media (max-width: 768px) {
  .one-half.column {
    width: 100%;
  }
  .wp-block-column {
    flex-basis: 100%;
  }
}

@media (min-width: 769px) {
  .one-half.column {
    width: 48%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
}

.entry-meta {
  display: none;
}

.display-posts-listing {
  list-style: none;
  padding-top: 1.5rem;
}

.display-posts-listing .title {
  font-weight: bold;
  font-size: 14pt;
  display: block;
  padding-bottom: 22px;
}

.display-posts-listing .content ul {
  padding-left: 16px;
}

.display-posts-listing h3 {
  font-size: 12pt;
  font-weight: bold;
}

.display-posts-listing a:link, a:visited{
    /* color:#000; */
    text-decoration:none;
}

.display-posts-listing .listing-item{
	border: 1px rgba(229, 229, 229, 1.00) solid;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding: 20px;
}

.display-posts-listing .listing-item:last-of-type{
	/* border-bottom: 0;
	padding-bottom: 0; */
}

.display-posts-listing-sticky .listing-item:last-of-type{
	border: 1px rgba(229, 229, 229, 1.00) solid;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding: 20px;
}

.display-posts-listing a.excerpt-more:link, a.excerpt-more:visited {
    display: block;
    margin-top: 10px;
    color: #139e78;
    text-decoration: underline;
}

.collapseomatic_content .display-posts-listing {
  padding-top: 0;
}

.collapseomatic_content .display-posts-listing .listing-item {
  margin-bottom: 3rem;
}

li {
  margin-bottom: 1rem;
}

.events ul li {
  margin: 5px 25px;
}


/**** REMOVED ****
.entry-content h2 {
  font-weight: bold;
  font-family: Arial Black, Arial Bold, Gadget, sans-serif;
}
*/


.entry-content p {
  margin-bottom: 1.5rem;
}
/* .entry-content a{
  text-decoration: underline;
} */
.text-block {
  margin-bottom: 2.5rem;
}

b,
strong {
  font-weight: bold !important;
}
footer#colophon {
  font-size: 100% !important;
}

.footerCont {
  padding-top: 2rem;
}

.footerCont h3 {
  font-size: 12pt;
  font-weight: bold;
  color:#fff;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}

.rep-name {
  font-weight: bold;
}

.rep-photo {
  float: left;
  width: 150px;
  height: 150px;
  border-radius: 15px;
  margin: 0 15px 5px 0;
  overflow: hidden;
}

.text-block {
  text-align: justify;
  clear: both;
}

@media (min-width: 977px) {
  .text-block.rep {
    min-height: 190px;
  }
}

.text-block p,
.faq p {
  margin-bottom: 1.5rem !important;
}

.text-block p:last-of-type {
  margin-bottom: 2.5rem !important;
}

aside h4 {
  color: #77a6dd;
  font-weight: 400;
  font-size: 12pt;
}

aside a:link,
aside a:hover{
  text-decoration: underline !important;
}
aside a:hover {
  color: #333;
}
aside ul {
  list-style: none;
  padding-left: 3px;
}

aside li {
  margin-bottom: 0.1rem;
  font-size: 10.5pt;
}

@media (max-width: 990px) {
  aside {
    border-top: 1px solid #eee;
    padding-top: 2.5rem;
  }
}

/* collapse-o-matic plugin style override */

.collapseomatic,
.colomat-close {
  color: #005aa9;
}

.post-351 h4 {
  font-size: 12pt;
  margin-top: 1.8rem;
}
.post-351 .collapseomatic,
.post-351 .colomat-close {
  color: #000;
  text-decoration: none;
  background-position-y: 3px;
  padding-left: 25px !important;
  padding-bottom: 0px !important;
}

.post-351 .collapseomatic:hover,
.post-351 .colomat-close:hover {
  text-decoration: underline;
}

.post-351 .collapseomatic_excerpt,
.post-351 .collapseomatic_content {
  margin-top: 0 !important;
  margin-left: 26px !important;
  padding-bottom: 0px !important;
}

.post-2139 .collapseomatic, .post-2139 .colomat-close {
    color: #000;
    text-decoration: none;
    background-position-y: 3px;
    padding-left: 25px !important;
    padding-bottom: 0px !important;
}
.post-2139 h4 {
    font-size: 12pt;
    margin-top: 1.8rem;
}

/* website update 2019-04-08*/
.yotu-playlist{
	padding: 0 !important;
}

.yotu-video-thumb-wrp>div, .owl-item>div {
    border-radius: 4px;
	background-color: lightgray;
}

[class^="yotuhover-"] .yotu-video-thumb-wrp::after, [class*=" yotuhover-"] .yotu-video-thumb-wrp::after{
	font-size: 3em !important;
}

.custom-html-widget .alert-info{
	border-radius: 1rem;
	padding: 1rem 1rem;
	font-size: 1rem;
}

.sticky .entry-title::before,
.cat-links{
    display: none !important; 
}

.type-post:last-of-type hr {
	display: none;
}


@media (max-width: 375px){
.pageH1, #page-sub-header p {
    font-size: 15.5pt !important;
}
	
	.pageH1 a, #page-sub-header p a{
		color: #fff !important;
	}
}

/* website update 2019-04-24*/
@media (max-width: 782px) {
  .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-column:not(:first-child),
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

.entry-title{
    margin-bottom: 0.5rem;
}

.entry-content{
	margin-top: 0;
}


/**** REMOVED ****
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
*/


.dropdown-item{
	text-align: left;
}

/**** REMOVED ****
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #fff !important;
}
*/

/**** REMOVED ****
a.dropdown-item:hover{
	color: #1f497d !important;
	text-decoration: underline;
}
*/


/* modal styles */
.modal {
	color: #212529;
	background: rgba(9, 35, 95, 0.65);
}

.modal-content{
	border: 8px solid rgba(223, 218, 66, 1.00);
}

.modal-title{
	font-family: Arial Black, Arial Bold, Gadget, sans-serif;
	color: #000;
  font-size: 15pt;
}

.modal-header, .modal-footer{
	border:none
}

.modal-body{
	padding: 0 1rem;
}

.modal-body p{
	font-size: 1.05rem;
	line-height: 1.4rem;

}

.modal-footer{
	padding-top: 0;
}
.btn-secondary {
  color: #fff;
  background-color: #005aa9;
  border-color: #005aa9;
	background-image: none;
	font-size: 1rem;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
	background-image: none;
}

.btn-secondary:disabled,
.btn-secondary:disabled:hover{
  color: #fff;
  background-color: #7F7F7F;
	background-image: none;
  border-color: #7F7F7F;
	font-size: 1rem;
}

.footerCont .modal-body a:link, .footerCont .modal-body a:visited {
    color: #005aa9 !important;
}
.footerCont .modal-body a:hover {
    color: #333 !important;
	text-decoration: underline;
}

.group-title{
	font-size: 1.25rem;
	margin: 3rem 0 1.5rem;
	display: block;
	border-bottom: 1px #ccc solid;
	font-style: italic;
}
.group-title:first-child{
	margin-top: 0;

}

.subheading-space{
	display: flex;
	margin-top: 2.25rem;
/* 	margin-left: 0.5rem; */
}

.btn-intro{
	display: block;
	padding-top:0.8rem;
	
}

ul.document-sublist li{
	margin-bottom: 0.35rem;
}


.faq-wrap{
	margin-left: 1.5rem;
}

/* badge */
.badge-info {
    color: #000;
    background-color: rgba(252, 209, 0, 1.00);
    margin-right: 5px;
}

.badge {
    padding: .35em .4em .2em .4em;
    
}

/*FAQ*/
.expandall,
.collapseall{
	font-size: 90%;
	color: #005aa9;
}


.yotu-playing {
    font-weight: bold !important;
    font-size: 16px!important;
}

.home header.entry-header{
	display: none;
	visibility: hidden;
}

/* OUTLOOK BOOKING FORM */
.with-booking .entry-content{
	margin-bottom: -100px;
}
.outlook-form-container{
	display: flex;
	flex-direction: column;
	height: 1920px;
	overflow: hidden;
	border-top: 10px solid #f4f4f4;
}

.outlook-form-container iframe{
	margin-top: -105px;
	border: 10px solid #f4f4f4 !important;
}


@media (min-width: 990px){
	.outlook-form-container{
    }
}
	
@media (min-width: 1440px){
    .widget-area{
    	max-height: 600px;
    }
    .outlook-form-container{
    	height: 1980px;
    	width: 155%;
    }
	.outlook-form-container iframe{
	    margin-top: -137px;
    }
}

@media (max-width: 500px){
	.outlook-form-container{
	height: 1850px;
		border-top: 0;
	}    
	
	.outlook-form-container iframe{
		border-bottom: 0 !important;
	}
		
}

@media (max-width: 475px){
	.outlook-form-container{
	    height: 1854px;
	}    
}

@media (max-width: 450px){
	.outlook-form-container{
	    height: 1914px;
	}    
}

/* Community Support Program */
.total-served{
	font-weight: bold;
}

/*
.community-support-program #page-sub-header{
		background-image: url('/-dev/wp-content/uploads/General-Page-1.jpg') !important;
}
*/

/* Community pages header */

.kuujjuaq #page-sub-header{
	background-image: url('/en/wp-content/uploads/12232-IDS-website-community-banner_Kuujjuaq_No-Text-EN.png') !important;
}

.sturgeon #page-sub-header{
	background-image: url('/en/wp-content/uploads/12232-IDS-website-community-banner_Sturgeon-Lake-EN.png') !important;
}


/* community-list-table */
.community-list-table td{
	padding: 0 12px 10px 0;
}

.community-list-table td:last-child{
	padding-right: 0;
}

.no-date{
	display: block;
	color:#f79333; 
}

.has-date{
	display: block;
	color:#34ac8a;
}

.imghalf {
    width: 50%;
}


/*team profile*/
.profile.card{
	max-width: 100%;
}

@media (min-width: 1024px){
	.profile.card{
	max-width: 48%;
}
}

/*************** CSS ADDED BY STEM PRIOR TO 2021 ***************/
/*
.page-id-127 .contact{
	display:none;
}

.page-id-127 .presentations{
	display:inline-block !important;
}
*/

.yotu-playlist .yotu-wrapper-player{
	margin:initial !important;
}

.yotu-playing{
	font-style:italic;
}

.yotu-videos{
	margin-bottom: 40px;
}

.yotu-video-thumb-wrp{
	border:1px solid #eee;
}

.page .presentations{
	display:none;
}

.collapseomatic_content ul li{
	margin-bottom: 4px;
}

/*************** CSS ADDED BY STEM JULY 2021 ***************/

#custom_html-29{
	background:#e3d627;
	padding:20px;
	margin-bottom:30px;
}

.entry-content .dropdown-toggle{
	background:#0393c9;
}

.entry-content .dropdown-toggle:hover{
	background:#139e78;
}

.entry-content .dropdown-item:hover, .dropdown-item:focus{
	background-color:#139e78 !important;
}

.entry-content .dropdown-item:hover, .entry-content .dropdown-item:focus {
    color: #fff !important;
}

.entry-content .btn-secondary:not(:disabled):not(.disabled):active, .entry-content .btn-secondary:not(:disabled):not(.disabled).active, .entry-content .show > .btn-secondary.dropdown-toggle{
	background-color: #0393c9;
    border-color: #0393c9;
}

.entry-content .btn-secondary, .entry-content .btn-secondary:hover{
	background-color: #0393c9;
	background: #0393c9;
}

.tel-numbers-mobile{
    display:none;
}

@media (max-width: 1199px){
    .tel-numbers {
        display:none;
    }
    .tel-numbers-mobile{
        display:block;
    }
}



/* GREEN 139e78, YELLOW e4e261, GOLD e3d627, LIGHT BLUE 5cc5fc, DARK BLUE 005aa9 */

/* bootstrap mods */
.navbar-light .navbar-nav .nav-link{
    color:#000 !important; /* blue 005aa9 green #21a480 */
    font-weight:bold;
    text-transform:uppercase;
}

.navbar-light .navbar-nav .nav-link:hover{
    color:#21a480 !important;
}

.dropdown-item:hover, .dropdown-item:focus{
    color:#21a480 !important;    
}

/* helpers */
.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

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

.ul-inline li{
    display: inline-block;
}

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

.ul-unbulleted li{
    font-size:16px;
}

.ul-unbulleted li:first-child{
    margin-top:20px;
}

#footer-widget .ul-unbulleted li{
    margin-bottom: 5px;
}

#footer-widget .ul-unbulleted li:nth-child(4){
    margin-top: 20px;
}

.ul-bordered li{
    border-bottom:1px solid #eee;
}

aside .ul-bordered li{
    margin-bottom: 1rem;
}

/* typography */
.entry-content h2 {
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.entry-content p{
    font-size:16px !important;
}

.entry-content a{
    text-decoration: underline;
}

.btn, .gform_button, .gpnf-add-entry {
    display: inline-block;
    background-color: #0393c9;
    color: #fff !important;
    text-decoration: none !important;
    font-size:16px !important;
}

.btn:hover, .gform_button:hover, .gpnf-add-entry:hover{
    background-color: #139e78;
    color: #fff !important;
}

.home #content.site-content, .page-id-5058 #content.site-content{
    padding-bottom: 0;
}

/* top utility menu */
#header-utility-container {
    background-color: #efefef;
    padding:10px 0;
}

.header-utility-block ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.header-utility-block li {
    display: inline-block;
    margin: 0 4px;
}

.header-utility-social span {
    border-right: 1px solid #cfcece;
    margin-left: 10px;
}

#page-sub-header{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto !important;
    padding-top: 0;
    height: 280px;
    border-top: 9px solid #1f497d; /* e0dc34 */
    border-bottom: 9px solid #1f497d;
}

.navbar-nav li{
    padding: 10px 12px;
    margin-bottom: 0;
}

.navbar-nav .dropdown-menu li{
    padding: 2px 4px;
}

#menu-top-nav .dropdown-item:hover, .dropdown-item:focus{
    background-color:#eee !important;
}

a.dropdown-item {
    padding: 8px 16px !important;
    font-size: 12pt;
    color:#000; /* WAS: blue 005aa9 */
}

#section-getting-involved, #section-updates{
    margin-bottom:45px;
}

#section-about .quick-links h3{
    text-transform:uppercase;
}

#section-deadline{
    /*
    background:#eee;
	background-image: url('/wp-content/uploads/bg-herringbone.png');
    background-repeat: repeat-x;
    background-position: 50% 50%;
    background-size: auto !important;
	*/
	padding-top:30px;
}

#section-deadline .wpb_text_column{
    margin-bottom: 0px;
    padding-top:30px;
    padding-bottom:40px;
}

#section-deadline .fas{
    margin-left:10px;
    font-size:36px;
    vertical-align: middle;
}

.entry-content p.countdown-days{
    font-size: 46px !important;
	line-height: 1.1;
    font-weight: bold;
    color:#139e78;
}

#section-getting-involved .vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner .wpb_wrapper{
    border: 1px rgba(229, 229, 229, 1.00) solid;
}

#section-getting-involved p:first-child{
    padding-top: 20px;
}

#section-getting-involved h2, #section-getting-involved p{
    padding-left: 20px;
    padding-right: 20px;
}

#section-getting-involved .vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner .wpb_wrapper .wpb_wrapper{
    border: none;
}

#section-getting-involved .fas, #section-getting-involved .fab{
    font-size:70px;
}

#section-getting-involved .arrow-next{
    font-size:36px;
    color:#005aa9;
}

#section-getting-involved .fa-user-plus{
    color:#e3d627;    
}

#section-getting-involved .fa-wpforms{
    color:#5cc5fc;    
}

#section-getting-involved .fa-spinner{
    color:#139e78;    
}

#section-support{
    background:#e9f5fa;
}

#section-support .wpb_text_column{
    margin-bottom: 0px;
    padding-top:30px;
    padding-bottom:40px;
}

#section-support .fas{
    margin-left:10px;
    font-size:36px;
    vertical-align: middle;
}

#section-updates .btn{
    display: block;
}

.ul-social {
    margin:30px 0;
    text-align: center;
}

.ul-social .fab{
    font-size: 30px;
    margin:0 10px;
}

.post-thumbnail img{
    max-width:683px;
    height:auto;
    margin-bottom:20px;
}

.display-posts-listing.image-left .listing-item {
	overflow: hidden; 
	margin-bottom: 32px;
	width: 100%;
}

.display-posts-listing.image-left .image {
	float: left;
	margin: 0 16px 0 0;
}

.display-posts-listing.image-left .title {
	display: block;
}

.display-posts-listing.image-left .excerpt-dash { 
	display: none; 
}

@media (max-width: 1199px){

    #header-utility-container .col-sm-6 .align-left {
        text-align: center;
    }
    .header-utility-block.align-right {
        text-align: center;
    }
    #header-utility-container .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding:6px 0;
    }
    .logo {
        /* text-align: center; */
    }
    .logo img{
        max-width:330px;
    }
    .navbar{
        top: -180px; /* WAS: -60px */
    }
    #main-nav{
        background: rgba(238, 238, 238, 0.8);
        /* top: -60px; */
    }
    #page-sub-header {
        height: 120px;
    }
}

@media (max-width: 768px){
    .logo img{
        max-width:260px;
    }
}

