/*
.support-us-text{
    color: #00183F;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -5px;
    line-height: 26px;
}*/
.support-us-text {
    border-bottom: 2px solid #74C274;
    padding-bottom: 15px;
}
.support-us-text p{
    color: #00183F;
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 300;
    /*letter-spacing: -5px;*/
    line-height: 26px;
}

.support-image-wrapper{
    position: relative;
}

.support-image-wrapper div{
    position: absolute;
        bottom: 5px;
        /*width: 242px;*/
        left: 5px;
        height: 48px;
    color: #FFFFFF; font-family: Helvetica; font-size: 28px;      line-height: 46px;
        padding: 0 20px;

}

.support-image-arrow{
    background: url(../img/arrow.png) no-repeat;
    height: 24px;
    display: block;
    width: 24px;
    float: right;
    margin-top: 12px;
    margin-left: 10px;
}

.support_us_wrapper{
    margin-top: 20px;
}

.col-support-left{
    float: left;
    margin: 0 20px 20px 0;
    line-height: 18px;
}

.col-support-left:nth-child(even){
    float: right;
    margin: 0;
    line-height: 18px;
}

@media (max-width: 990px){

   .col-support-left{
    /*float: left;*/
    margin: 0 20px 20px 0;
    line-height: 18px;
}

.col-support-left:nth-child(even){
    /*float: left;*/
    margin: 0;
    margin: 0 20px 20px 0;
    line-height: 18px;
}
}

.featured {
    margin-bottom: 10px;
}
.content p{
    margin-bottom: 10px;
}
.caf_code{
    text-align: center;
}

.side-nav a{
    color: black;
}
.side-nav a.active{
    color: #62CD64;
}
/*
.support-page ul {
         list-style-type: circle;
}
*/

.support-page    li {
      list-style: none;
      margin-left: 15px;
    }

.support-page    li:before {
      /* For a round bullet */
      content:'\2022';
      /* For a square bullet */
      /*content:'\25A0';*/
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -15px;
      top: -0px;
      color: #6cd36c;
      font-size: 20px;
    }

/*Added by Ken for nth-level BS Menus */
ul.dropdown-menu li > ul.dropdown-menu {
left: 100%;
top: 0;

}
ul.dropdown-menu li > ul.dropdown-menu li,
ul.dropdown-menu li > ul.dropdown-menu li a
{
	background: white !important;
	border: none;
}
ul.dropdown-menu li > ul.dropdown-menu li a:hover
{
	color: black !important;
	border: none;
}
ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
display: block
}

/* added by Els 20181222 */
/* specific for Impact Report page in light blue setting */

div.blocks4impact{
	margin-left:-13px;
	margin-right:-13px;
	overflow:hidden;
}
div.blocks4impact div.impactblock{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:0 13px 26px 13px
}
div.blocks4impact div.impactblock img{
	max-width:100%;
}
.impactstyles img{
	max-width:100%;
}
body.light-blue h3.coloured,
body.light-blue h2.coloured,
body.light-blue strong.coloured,
body.light-blue .support-page li:before{
	color:#1bbbe0;
}
.impactstyles h2{
	display:block; /* for some reason it's set to display inline which removes margin settings */
	font-weight:bold;
	margin-bottom:.5em;
}
.impactstyles ul li{
	margin-bottom:.5em;
}
@media(max-width:500px){
	div.blocks4impact div.impactblock{
		width:100%;
	}
}

/* Nick's Changes to Homepage Video March 2020 */
.video {
    width: 100%;
    margin: 0 auto 1.25em;
    display: block;}

.video_container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    height: auto;}

.video_container iframe, .video_container object, .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
