﻿
@media (max-width: 700px) {

        .homePage .hero .homepageButtons {
            position: relative;
        }
} 

.homePage .hero .startFreeTrial {
    margin: 0 auto;
    width: 15%;
}

.homePage .hero .clause {
    font-size: 15px;
    padding-top: 80px;
}

.homePage .backgroundFirst {
    position: relative;
}

.homePage .backgroundSecond {
    background-image: url('/images/homepage/Background_Lines2.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.homePage .backgroundCross {
      background-image: url('/images/homepage/backgroundCross.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0px;
    color: white;
}


.homePage .backgroundExtend {
    background-image: url('/images/homepage/Background_LinesExtend.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.homePage .center {
        text-align: center;
}

.homePage .left {
        text-align: left;
}

.homePage .backgroundCross h2 {
    font-size: 40px;
    color: #ffffff;
	color: var(--mainColour5);
}

@media (max-width: 415px)
{
    h2 {
       text-align:center;
       padding-left: 20px;
       padding-right: 20px;
    }
}

.homePage .backgroundCross p {
    color: #ffffff;
	color: var(--mainColour5);
}

.homePage .backgroundCross h4 {
    color: #ffffff;
	color: var(--mainColour5);
    font-size: 30px;
}

.homePage .howItWorks h2 {
    text-align: center;
}

.homePage .howItWorks  {
    background-image: url('/images/homepage/Background_Lines2.jpg');
    background-repeat: no-repeat;
     background-position: center;
    padding-top: 60px;
    position: relative;
}

    .homePage .howItWorks .displayBox {
        border: 1px solid #f2f2f2;
		border: 1px solid var(--mainColour25);
        border-radius: 10px;
        padding: 50px;
        max-width: 800px;
		background-color: #ffffff;
        background-color: var(--mainColour5);
        margin: 0 auto;
        margin-bottom: 100px;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15), 0 6px 20px 0 rgba(0,0,0,0.15);
		box-shadow: 0 4px 8px 0 var(--mainColour52), 0 6px 20px 0 var(--mainColour52);
    }




    .homePage .howItWorks ol > li > .circle {
        border-radius: 50%;
        behavior: url(PIE.htc);
        padding: 14px;
        background: #00989d;
        background: var(--mainColour15);
        color: white;
        text-align: center;
        font-family: 'Love Ya Like A Sister', cursive;
        font-size: 20px;
        float: left;
        display: block;
        margin-right: 10px;
        height: 50px;
        width: 50px;
    }

.homePage .howItWorks ol > li > .content {
    display: table-cell;
    vertical-align: middle;
}


.homePage .howItWorks ol {
   padding-left: 40px;
  list-style-position: outside;

  margin-left:0; padding-left:0; counter-reset:item
}

.homePage .howItWorks ol>li {
   counter-increment:item; list-style:none inside;margin-bottom: 30px;color: #917373;
    display: table;
}


.homePage .pricing {
    width: 100vw;
    position: relative;
    left: 49%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: url('/images/homepage/Background_Lines3.jpg');
    background-repeat: no-repeat;
     background-position: center;
    padding-bottom: 100px;
    padding-top: 100px;
}

.homePage .pricing h3 {
    padding-top: 10px;
    font-size: 24px;
    white-space: nowrap;
    margin-bottom: 0;
}

.homePage .pricing p {
    font-size: 15px;
}


.homePage .pricing img {
    max-width: 150px;
  
}

.homePage .pricing .facilitator  {
    width: 20%;
}

.homePage .pricing .facilitator p {
    font-size: 24px;
}

@media (max-width: 700px) {
 
    .homePage .pricing .facilitator {
        width: 100%;
    }
}


.homePage .enterprise {
    padding-top: 50px;
    padding-bottom:50px;
}

.homePage .buttonRoundBig {
        border-radius: 30px !important;
        font-size: 22px;
    padding-left: 30px;
    padding-right: 30px;
    white-space: normal !important;
    word-wrap: break-word;
}

.homePage .buttonRound {
        border-radius: 20px !important;
        font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
}


.homePage .buttonClear {
    background-color: transparent;
    color: #ffffff;
	color: var(--mainColour5);
    font-size: 22px;
    border: 1px #ffffff solid;
	border: 1px var(--mainColour5) solid;
}

    .homePage .buttonClear:hover {
        background-color: #ffffff;
		background-color: var(--mainColour5);
        color: gray;
		color: var(--mainColour53);
        font-size: 22px;
        border: 1px #ffffff solid;
		border: 1px var(--mainColour5) solid;
    }

.homePage .buttonGreen:hover {
    background-color: #ffffff;
	background-color: var(--mainColour5);
    color: #00989d;
	color: var(--mainColour15);
    border: 1px #00989d solid;
	border: 1px var(--mainColour15) solid;
}

.homePage .buttonGreenInverse {
    background-color: #ffffff;
	background-color: var(--mainColour5);
    color: #00989d;
	color: var(--mainColour15);
    border: 1px #00989d solid;
	border: 1px var(--mainColour15) solid;
}

    .homePage .buttonGreenInverse:hover {
        background-color: #00989d;
		background-color: var(--mainColour15);
        color: #ffffff;
	    color: var(--mainColour5);
        border: 1px #00989d solid;
		border: 1px var(--mainColour15) solid;
    }

.homePage .containerWidth {
    max-width: 960px;
    margin: auto;
}




/* New Homepage Slideshow*/
.slideshow-container {
    position: relative;
    min-height: 300px;
}

.mySlides {
    display: none;
    padding: 0px 100px 0px;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
}

.prevSlide, .nextSlide {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: 0px;
    padding: 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 1000px;
    user-select: none;
}

.nextSlide {
    position: absolute;
    right: 0;
    border-radius: 1000px;
}

    .prevSlide:hover, .nextSlide:hover {
        background-color: rgba(255, 255, 255, 0.3);
        color: white;
    }

.slideDot-container {
    text-align: center;
    padding: 13px 0px 0px 0px;
}

.slideDot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    opacity:0.5;
}

    .active, .slideDot:hover {
        background-color: #ffffff;
        opacity:1;
    }

q {
    font-style: italic;
}

.slideAuthor {
    color: #ffffff;
    padding-top: 0px;
}

.sliderVerticalMiddle {
    margin: 0;
    position: absolute;

}



@media (max-width: 750px) {


    .mySlides {
        padding: 0px 60px 0px 60px;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }
    .slideAuthor {
        color: #ffffff;
        padding-top: 10px;
    }

    .isoImage {
        max-width: 170px;
    }

}
