.page-title.float_l h2 {
    float: left;
    color: #fff;
    font-family: Lato;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    margin: 0;
    padding: 115px 0 0 0;
}
.facilitating-sec1.float_l {
    padding: 35px 0 50px 0;
    background-color: #fff;
}
.facilitating-sec1 .left-sec {
    float: left;
    width: 53%;
    padding: 5px 0;
}
.facilitating-sec1 h2{
    color: var(--dark_blue);
    font-size: 1.75em;
    text-transform: uppercase;
}
.help-points.float_l {
    padding: 0 0 0 20px;
    position: relative;
    margin: 15px 0;
}
.help-points.float_l:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}
.facilitating-sec1 .right-sec {
    float: right;
    width: 43%;
    background-color: #cfdbdf;
}
.facilitating-sec1 .right-sec img {
    float: left;
    width: 100%;
    border: 10px solid #a9bfc8;
    border: none;
}
.facilitating-sec1 .right-sec .heading {
    text-align: center;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    color: #305665;
    background-color: #a9bfc8;
    line-height: 42px;
    padding: 2px 0;

    display: none;
}
.facilitating-sec1 .right-sec .con-hardy {
    padding: 8px 15px;
    font-weight: bold;

    display: none;
}
.facilitating-sec1 .right-sec .con-hardy .text {
    float: left;
    width: 55%;
}
.facilitating-sec1 .right-sec .con-hardy a.con-hardy {
    float: right;
    margin: 8px 0 0 0;
    color: #fff;
    padding: 5px 30px;
    text-align: center;
    background-color: #477053;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.facilitating-sec1 .right-sec .con-hardy a.con-hardy:hover {
    background-color: #6ca37d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.facilitating-topics.float_l {
    border-top: 1px solid #6c92a3;
    border-bottom: 1px solid #6c92a3;
    padding: 50px 0 130px 0;
    background-color: #deecf4;

    background-color: var(--teal);
    border-bottom: none;
    border-top: none;
    color: #FFF;
    padding-top: 80px;
}
.facilitating-topics .heading {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 58px;
    color: #477053;
    color: var(--dark_blue);
    text-align: center;
    text-align: left;
}
.facilitating-topics .topics-box {
    float: left;
    width: 47%;
    margin: 60px 0 0 0;
}
.facilitating-topics .topics-box:after{
    clear: both;
    content: '';
    display: table;
}
.facilitating-topics .topics-box:nth-child(2n+1) {
    clear: both;
    float: right;
}
.facilitating-topics .topics-box .thumb {
    float: left;
    width: 40%;

    float: none;
    width: auto;
}
.facilitating-topics .topics-box .thumb img {
    float: left;
    border: 4px solid #9eb8c5;

    border: none;
    display: block;
    float: none;
    width: 100%;
}
.facilitating-topics .topics-box .text {
    float: left;
    width: 60%;
    padding: 0 0 0 25px;

    float: none;
    width: auto;
    padding: 0;
}
.facilitating-topics .topics-box .text .title {
    color: #557e91;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin: 4px 0 20px 0;

    font-size: 1.25em;
    line-height: 1.4;
    margin-top: 20px;
}
.facilitating-topics .topics-box .text .simple-text {
    line-height: 25px;
}
.facilitating-topics .topics-box .text a.more {
    float: left;
    margin: 28px 0 0 0;
    color: #fff;
    padding: 4px 30px;
    text-align: center;
    background-color: #477053;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.facilitating-topics .topics-box .text a.more:hover {
    background-color: #6ca37d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.speaking-topics-cta{
   text-align:center;
   margin-top:40px;


    }

.speaking-topics-cta a{
    color: #fff;
    padding: 15px 40px;
    text-align: center;
    background-color: #477053;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size:20px;


}


@media screen and (max-width: 1200px) {
	.facilitating-sec1 .right-sec .heading {
	  font-size: 26px;
	  line-height: 36px;
	}
	.facilitating-sec1 .right-sec .con-hardy .text {
	  width: 100%;
	}
	.facilitating-topics .topics-box {
	  min-height: 250px;
	}
}
@media screen and (max-width: 990px) {
	.facilitating-topics .topics-box {
	  margin-top: 40px;
	  min-height: 310px;
	  width: 48%;
	}
	.facilitating-topics.float_l {
	  padding: 50px 0;
	}
}
@media screen and (max-width: 768px) {
	.facilitating-sec1 .left-sec, .facilitating-sec1 .right-sec, .facilitating-topics .topics-box {
	  width: 100%;
	}
	.facilitating-sec1 .right-sec {
	  float: left;
	  margin-top: 30px;
	  max-width: 400px;
	}
	.facilitating-topics .topics-box {
	  margin-top: 50px;
	  min-height: auto;
	}
	.page-title.float_l h2, .facilitating-topics .heading {
	    font-size: 36px;
	    line-height: 46px;
	}
	.page-title.float_l h2 {
	    padding: 70px 0 0;
	}
}