.new-business-template{
	margin-top:-40px;
}

.box-section {
	background: rgba(38, 71, 141, 0.1);
	height: 100%;
	padding: 0 10% 30px;
}

.box-section ul:not(.tick-list){
	list-style: disc;
	margin-top: 30px;
}

.box-section ul:not(.tick-list) li{
	margin-bottom:10px;
}

ul.tick-list {
	text-align: left;
	margin-top: 30px;
}

ul.tick-list li:before {
	font-family: FontAwesome;
	content: "\f058";
	font-size: 3.2em;
	left: 0;
	position: absolute;
	display: inline-block;
	top: -27px;
	color: rgb(38, 71, 141);
}

ul.tick-list li {
	position: relative;
	padding-left: 60px;
	min-height: 70px;
}

.new-business-template .banner-top h1 {
	font-size: 2.5em;
	margin-top: 0;
	margin-bottom: 10px;
	color: #fff;
}

.new-business-template .banner-top p{
	color:#fff;
}

.banner-top{
	background-position:center;
	background-size:cover;
}

.header-section{
	max-width: 600px;
	margin: 6% auto;
	padding: 30px 50px;
	border-radius: 6px;
}

/*Business homepage logos*/
#client-logos{
	margin-bottom:30px;
}

/* Lou added */
.header-section h1 {
	margin-bottom: 10px;
}


.new-business-template h2 {
	font-size: 2.1em;
}

.new-business-template .row {
	margin-top: 15px;
	margin-bottom: 15px;
}

.new-business-template .breadcrumb {
	background: transparent;
	text-align: left;
	margin-bottom:0;
	padding:0;
}

.new-business-template .breadcrumb a:after {
	content: ">";
	margin-left: 5px;
	text-decoration: none;
	pointer-events: none;
	display:inline-block;
}

.new-business-template .breadcrumb a {
	color: #333;
}

.new-business-template .breadcrumb a:hover:after {
	text-decoration: none;
}

span.current-crumb {
	color: rgb(38, 71, 141);
	font-weight: 400;
}

.callout h4 {
	display: inline-block;
	margin-right: 35px;
	font-size: 1.5em;
	color: #632678;
}

.callout .btn {
	padding: 6px 50px;
}

.callout {
	margin-top: 30px;
	margin-bottom: 30px;
}

.hero-product a:hover, .lt-section a:hover {
    text-decoration: none;
}

.box-background {
	background-size: cover;
	min-height: 300px;
	position: relative;
	overflow: hidden;
	background-position:center;
}

.text-over {
	position: absolute;
	bottom: 0;
	padding: 8px 20px;
	transition: .5s ease;
	transform: translate(0, 78%);
	width: 100%;
	height:300px;
	color: #fff;
}

.box-background:hover .text-over {
	transform: translate(0,0);
}

a.btn.btn-white-ghost {
	color: #fff;
	border: 1px solid #fff;
	transition: .5s all;
	margin-top:20px;
}

a.btn.btn-white-ghost:hover {
	background: #fff;
	color: #333;
}

.grey-bg {
	background: #f0f0f0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gradient-section {
	background: linear-gradient(-135deg, #ba2f7d, #26478d, #632678, #ba2f7d);
	background-size: 150% 150%;
	-webkit-animation: Gradient 18s ease infinite;
	-moz-animation: Gradient 18s ease infinite;
	animation: Gradient 18s ease-in-out infinite;
	padding: 50px 0;
	color: #ffffff;
	text-align: center;
}

.testimonial-section {
	position: relative;
	padding: 10px 60px;
}

.testimonial-section p {
	font-size: 1.3em;
}

.testimonial-section:before, .testimonial-section:after {
	content: " ";
	position: absolute;
	left: 0;
	font-size: 40px;
	top: -19px;
	background-image: url('/assets/business/img/home/quote-marks.png');
	width: 60px;
	height: 46px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.testimonial-section:after {
	background-image:url('/assets/business/img/home/quote-marks.png');
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	transform: rotate(180deg);
}

@media (max-width:768px){
	.box-section, .box-background{
		margin-bottom:20px;
	}
	
	.text-over{
		position:static;
		margin-top:60%;
		transform:initial;
		height:auto;
	}
	
	.new-business-template .row.is-flex.flex-btn-fixed > .col-xs-12 {
		margin-bottom: 45px;
	}
	
	.callout h4{
		margin-right:0;
	}
	
	ul.tick-list li{
		margin-bottom:10px;
	}
	
	ul.tick-list li:before{
		font-size:2.7em;
		top:-15p;x


	}
}


/*Post Slider */

.single-post-slide {
	background: #fff;
	border: 1px solid #ddd;
	height: 225px;
	margin: 20px 10px;
}

.single-post-slide > div {
	float: left;
}

.image-left {
	width: 35%;
	background-size: cover;
	height: 100%;
}

.image-left a {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
}

.text-section {
	position: relative;
	text-align: center;
	height: 100%;
	padding: 0 10px 50px;
	vertical-align: top;
	width: 100%;
}

.text-section.has-image {
	width: 65%;
}

.icon.i-xs {
	height: 30px;
	width: 30px;
}

.type {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 4px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

span.text-type {
	vertical-align: top;
	margin-left: 10px;
	font-weight: 300;
}

.slick-prev:before, .slick-next:before{
	content:"\f104";
	font-family:FontAwesome;
	color:#808080;
	font-size:4rem;
}

.slick-next:before{
	content:"\f105";
}

@media(max-width:768px){
	.single-post-slide{
		height:300px;
	}
	
	.lt-blogfeed-slide.posts-slider {
		margin: 0 30px;
	}
}

/*Colour Overrides */

.text-over.purple, .purple-page .header-section {
	background: rgba(99, 38, 120, 0.8);
}

.text-over.blue, .blue-page .header-section {
	background: rgba(64, 110, 179, 0.8);
}

.text-over.dblue, .dblue-page .header-section {
	background: rgba(38, 71, 141, 0.8);
}

.text-over.pink, .pink-page .header-section {
	background: rgba(152, 40, 129, 0.8);
}

.text-over.light-pink, .light-pink-page .header-section {
	background: rgba(186, 47, 125, 0.8);
}

.purple-page .box-section{
	background:rgba(99, 38, 120, 0.1);
}

.blue-page .box-section{
	background:rgba(64, 110, 179, 0.1);
}

.dblue-page .box-section{
	background:rgba(38, 71, 141, 0.1);
}

.pink-page .box-section{
	background:rgba(152, 40, 129, 0.1);
}

.light-pink-page .box-section{
	background:rgba(186, 47, 125, 0.1);
}

.purple-page ul.tick-list li:before{
	color:rgba(99, 38, 120, 0.8);
}

.blue-page ul.tick-list li:before{
	color:rgb(64, 110, 179);
}

.dblue-page ul.tick-list li:before{
	color:rgb(38, 71, 141);
}

.pink-page ul.tick-list li:before{
	color:rgb(152, 40, 129);
}

.light-pink-page ul.tick-list li:before{
	color:rgb(186, 47, 125);
}

.responsive_icon {
  	height: auto;
  	padding: 15px 0px;
  	max-width : 90px;
}

/* Columns */

.column-4 {
    float: left;
    width: 25%;
    text-align: center;
	padding: 15px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 768px) {
    .column-4 {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .column-4 {
        width: 100%;
    }
}

.webinar-hero-img {
    height: 325px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    resize: both;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-position: center;
}

.webinar-hero-img-small {
    height: 200px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    resize: both;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-position: center;
}

.hero-text-center {
    width: 100%;
    max-width: 800px;
    resize: both;
    border-radius: 6px;
    padding: 20px;
    margin: 0 15px;
    z-index: 2;
}

.hero-text-left {
    padding: 20px;
    margin: 0 45px;
     z-index: 2; 
}

.hero-h-text {
    font-size: 2.9em;
    margin: 5px;
    font-weight: 300;
    letter-spacing: 1px;
}

.hero-b-text {
    font-size: 1.4em;
    font-weight: 300;
}

.hero-container {
	width:100%;
	max-width: 2000px;
	font-family: Roboto,sans-serif;
	font-weight: 200;
}

.hero-body-text-left {
	font-size: 16px;
	font-weight: 100;
	max-width: 350px;
	text-align: left;

}

.hero-h-text-left {
    margin: 5px;
		font-size: 2.5em;
    font-weight: 400;

    text-align: left;
    max-width: 350px;
}

.hero-date-text {
	font-size: 20px;
	font-weight: 100;
	max-width: 350px;
	text-align: left;
}

.annoying-1 {
	justify-content: left;
}

.annoying-2 {
	margin-left: 22%;
}

.event-banner-left-align {
	margin-left: 10%;
}

 .filter::after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1 !important;
}

.date-time {
	font-size: 1.4em;
	font-weight: 300;
	color: #af1685;
	text-align: center;
}

.presenter {
	font-size: 1.3em;
	line-height: 1.6;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 300;
	text-align: center;
}

.reg-btn {
    width: 100%;
    max-width: 270px;
    border-radius: 6px;
    border: none;
    padding: 7px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    font-weight: 300;
    text-align: center;
    transition-duration: 0.3s;
    color: #ffffff;
    background-color: rgba(152, 40, 129, 1);
    text-decoration: none;
}

.reg-btn:hover {
	background-color: #009f4d;
	color: #fff;
	text-decoration: none;
}

.green {
	background-color: #009f4d;
}

.green:hover {
	background-color: #fff;
	color: #009f4d;
}

.green-white {
	background-color: #009f4d;
}

.green-white:hover {
	background-color: #fff;
	border: solid 2px #009f4d;
	color: #009f4d;
}

.secondary-btn {
    width: 100%;
    max-width: 270px;
    border-radius: 6px;
    border: solid 2px;
    padding: 7px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    font-weight: 300;
    text-align: center;
    transition-duration: 0.3s;
    color: #ffffff;
    background: none;
    text-decoration: none;
}

.blue {
	color: #1d4f91;
}

.secondary-btn:hover {
	background-color: #fff;
	color: rgba(152, 40, 129, 1);
	text-decoration: none;
}

.divder {
	margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid #c9c9c9;
}

.webinar-img {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	display: block
}

.lightblue-box {
	background: rgba(38, 71, 141, 0.1);
	height: 100%;
	margin: 15px 10%;
	padding: 10px 50px;
	text-align: center;
}

.gradiant-strip {
	background-image: linear-gradient(to right bottom, #26478d, #554593, #7b4093, #9d388b, #ba2f7d);
	margin: 20px 0px;
	padding: 20px;
	text-align: center;
}
.gradiant-strip p {
	color: #fff
}
.gradiant-strip h3 {
	color: #fff;
}

.gs-text-container {
	height: 100%;
	margin: 15px 10%;
	padding: 10px 50px;
	text-align: center;
}

.gs-text-container h3 {
	font-weight: 300;
}

.gs-text-container h4 {
	color: #fff;
}

.narrow {
	margin: 0 100px;
}

@media screen and (min-width: 600px) {
	.webinar-hero-img {
    background-position: center;
	}
}

@media screen and (max-width: 768px) {
	.webinar-hero-img {
    background-position: center center;
	}
	.annoying-2 {
		margin-left: 15px;
	}
	.narrow {
		margin: 0 15px;
	}
	.gs-text-container {
	margin: 10px;
	padding: 10px 20px;
	}
}

@media screen and (max-width: 426px) {
	.reg-btn {
	font-size: 16px;
	}
		.hero-text-left {
    margin: 0 0px;
	}
	.webinar-hero-img {
		background-position: left;
	}
	.lightblue-box {
		margin: 15px;
		padding: 10px;
	}
}

