﻿@font-face {
    font-family: Varela;
    src: url(/fonts/VarelaRound-Regular.ttf);
}

@font-face {
    font-family: Lato;
    src: url(/fonts/Lato-Regular.ttf);
}

body {
    font-family: Varela;
}

h1 {
    font-size:62px;
    color:#26272D;
}
h2 {
    font-size:42px;
    color:#26272D;
}
h3 {
    font-size: 32px;
    color: #3e97ff;
}
h4 {
    font-size:26px;
    color:#26272D;
}
h6 {
    font-size:12px;
    color:#26272D;
}
p {
    font-size: 18px;
    color: #8C8F94;
    margin-bottom: 26px;
    line-height: 26px;
}

.container {
    /*padding-left: 0px;
    padding-right: 0px;*/
}

.top-navigation .container {
    padding-left: 15px;
    padding-right: 15px;
}

.bannercontainer { 
    overflow: hidden;
    padding: 0px;
    padding-top: 50px;
}

.centalcolumn {
    padding-left: 215px;
    padding-right: 215px;
}
.page-content {
    margin-top: 90px;
    margin-bottom: 119px;
}
.input {
    font-size: 16px;
}

/* Page */
header {
    font-size: 32px;
    color: #3e97ff;
}
.page-header {
    margin-bottom: 27px;
    padding: 0px;
    border: none;
}

.page-text p, .page-text li {
    font-size: 18px;
}

.page-text {
    color: #8C8F94;
}

/* Banner */

.bannercontainer.banner-big {
    background-color: #99ced7;
    background-size: cover;
    text-align:center;
}

.banner-big {
    position: relative;
}

.bannercontainer.banner-small {
    background-color: #99ced7;
    background-size: cover;
    min-height: 346px;
    text-align:left;
    padding-top: 112px;
    padding-bottom: 117px;
}

.bannercontainer div.banner-separator {
    width: 126px;
    height: 2px;
    margin-left: -12px;
    /*margin-left: auto;
    margin-right: auto;*/
    background-color: #3e97ff;
    margin-bottom: 24px;
    margin-top: 17px;
}

.bannercontainer.banner-small h2 {
    margin-bottom: 0px;
    margin-top: 0px;
}


.bannercontainer.banner-small span {
    text-transform: uppercase;
}

.innercontainer {
    height: inherit;
    padding-bottom: 0px;
}

.innercontainer p {
    /*font-size: 20px;
    color: #fff;*/
}

.bannercontainer .innercontainer h1 {
    color: #fff;
    /*text-transform: capitalize;*/
    font-size: 60px;
    margin-top: 21px;
    margin-right: 2px;
    
}

.bannercontainer.banner-big > .container-fluid {
    min-height: 817px;
    height: inherit;
}

.stickbottom {
    height: inherit;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    .stickbottom::after {
        content: '';
        display: block;
        clear: both;    
    }

.btn-lg.round {
	border-radius: 30px;
}

.btn-lg {
    font-size: 16px;
}
.innercontainer p {
    margin-bottom: 54px;
}

.innercontainer p.bannertext {
    margin-left: 213px;
    margin-right: 213px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 58px;
    font-size: 20px;
    color: #ccc;
    line-height: 28px;
}

.innercontainer h1 {
    margin-bottom: 37px;
}

.innercontainer .btn.btn-primary.round {
    padding: inherit;
    color: #fff;
    border-color: #ccc;
    background-color: inherit;
    width: 205px;
    height: 50px;
    line-height: 50px;
}
.innercontainer .btn.btn-primary.round span {
    color: #ccc;
}
.innercontainer .btn.btn-primary.round .fa-play:before {
    font-size: 14px;
}
.innercontainer .btn.btn-primary.round span.button-text {
    color: #fff;
}
.innercontainer .btn.btn-primary.round:hover{
    color: #26272d;
    border-color: #26272d;
}
.innercontainer .btn.btn-primary.round:hover span{
    color: #26272d;
    border-color: #26272d;
}
.innercontainer .btn.btn-primary.round span.fa {
    margin-right: 14px;
}

.bannerpic {
    bottom: 0;
}

img.phonepic {
    position: static;
    bottom: 0;
}

/*Top navigation*/
.top-navigation {
    height: 124px;
    font-family: Lato;
    /*background-color: #e7f1f8;*/
}
    /*.top-navigation::after {
        content: '';
        height: 1px;
        display: block;
        width: 100%;
        position: absolute;
        box-shadow: 5px 0px 10px #000;
    }*/
    .top-navigation .shadow {
        position: absolute;
        height: 15px;
        width: 100%;
        overflow: hidden;
        top: 124px;
    }
        .top-navigation .shadow > div {
            height: 1px;
            width: 100%;
            box-shadow: 5px 0 10px #000;
        }
.top-menu {
    position: relative;
    font-size: 0;
}
    .top-menu a.menu-item, .top-menu a.menu-btn {
        /*line-height: 124px;*/
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        color: #26272d;
        cursor: pointer;
        vertical-align: top;
        margin-top: 51px;
    }
    .top-menu a.menu-item {
        margin-top: 53px;
    }
        .top-menu a:hover {
            text-decoration: none;
        }

.top-menu a.menu-item{
    display: none;
}

.top-menu a.menu-item.hamburger, .top-menu a.menu-btn.hamburger{
    display: inline-block;
}

.contact-us-btn-container {
    float: right;
    /*line-height: 124px;*/
    margin-right: 3px;
}
.btn.contact-us {
    background-color: #3e97ff;
    color: white;
    width: 132px;
    height: 42px;
    margin-top: 44px;
}
    .contact-us .button-text {
        position: relative;
        top: -2px;
    }
    .btn.contact-us:hover {
        background-color: #2274e5;
    }


/* Contact form */
form.contact-form {
    padding-top: 5px;
    margin-bottom: 210px;
}
div.contact-form {
    max-width: 562px;
}

    .contact-form h3 {
        margin-bottom: 15px;
        margin-top: 0px;
    }

.right-text {
    margin-top: 20px;
}

.contact-form input, .contact-form textarea, .contact-form select{
    border-radius: 25px;
    padding: 15px 27px;
    color: #cfd0d1;
    border-color: #cfd0d1;
}
.contact-form select {
    height: 49px;
}
    .contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
            border-color: #8c8f94;
            color: #8c8f94;
            box-shadow: none;
    }
    
    .contact-form select.empty {
        color: #8c8f94;
    }

    
    .contact-form .form-group {
        margin-bottom: 11px;
    }

.contact-form input {
    height: 49px;
}

.contact-form textarea {
    min-height: 120px;
}

.contact-form .contact-submit-button {
    margin-top: 49px;
}

.contact-form label {
    padding-left: 28px;
    opacity: 0;
    margin-bottom: 0;
    transition: all 0.1s linear;
    color: #6fc754;
}

    .contact-form label.show, .contact-form label.error {
        opacity: 1;
        color: #26272d;
    }

    .contact-form label.on {
        transition: all 0.1s linear;
        color: #6fc754;
    }

    .contact-form label.error {
        color:red;
    }
.contact-form .form-group {
        position: relative;
    }
    .contact-options {
        display: none;
        border: 1px solid #ccc;
        border-radius: 25px;
        position: absolute;
        background-color: #fff;
        z-index: 999;
        width: 100%;
    }
    .drop-down[readonly] {
        cursor: pointer;
        background-color: #fff;
    }
        .contact-options div {
            padding: 7px 27px 7px 27px;
            cursor: pointer;
        }
        .contact-options div.selected {
            font-weight: bold;
        }
    span.ddl-expand {
        display: block;
        position: absolute;
        right: 12px;
        top: 38px;
        height: 16px;
        width: 9px;
        line-height: 0px;
        color: black;
        cursor: pointer;
        font-size: 16px;
    }
.top-menu a.menu-logo {
    /*position: absolute;*/
    left: 50%;
    height: 64px;    /*margin-left: -85px;*/
    width: 180px;
    padding: 0;
    /*line-height: 124px;*/
    padding-top: 32px;
}
.top-menu a.menu-btn {
    padding: inherit;
    margin-right: 10px;
}
/* Our work items */
.our-work-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar-logo .image-sidebar {
    width:93px;
}

.float-left {
    float: left;
}

.mid {
    display: inline-block;
    position: absolute;
    margin-top: 28px;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0%);
}

.our-work-wrapper .our-work-item {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align:justify;
}
    .our-work-wrapper .our-work-item .image-wrapper {
        overflow: hidden;
        margin: 20px;
    }
    .our-work-wrapper .our-work-item .image-wrapper img {
        width: 100%;
    }

/*Home page content*/
.homepage-content {
    padding-left: 38px;
    padding-right: 57px;
    /*min-height: 540px;*/
    padding-top: 97px;
    padding-bottom: 77px;
}
    .homepage-content h4 {
        margin-bottom: 37px;
        /*font-weight: bold;*/
    }

.features-image {
    margin-bottom: 43px;
    height: 50px;
}
.separator {
    height: 1px;
    width: 100%;
    background-image: url(/images/site/divider.png);
    margin-top: 15px;
    margin-bottom: 15px;
}
.app-store {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 82px;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
}
    .app-store h2 {
        margin: inherit;
        /*font-weight: bold;*/
    }
    .app-store .app-store-txt h6 {
        font-weight: bold;
        letter-spacing: 1px;
    }
    .app-store .subscribtion-subject {
        padding-left: 20px;
        padding-right: 20px;
    }
.send-invite-wrapper {
    margin-top: 48px;
}
    .send-invite-wrapper input {
        border-radius: 30px;
        box-shadow: none;
        width: 500px;
        background-color: white;
        padding-left: 25px;
        padding-right: 172px;
        height: 50px;
        border: 1px solid #cfd0d1;
        font-size: 16px;
    }
.invite-btn-wrapper {
    display: inline-block;
    margin-left: -168px;
    vertical-align: middle;
    line-height: 42px;
}
    .send-invite-wrapper button, .contact-submit-button button {
        border-radius: 30px;
        box-shadow: none;
        background-color: #6fc754;
        border: none;
        color: white;
        font-size: 16px;
        height: 42px;
        width: 164px;
        /*margin-top: 2px;*/
        position: relative;
        font-family: Lato;
        text-align: left;
        padding-left: 31px;
    }

    .contact-submit-button button {
        width: 135px;
    }

.invite-btn-wrapper button > span.button-text, .contact-submit-button button > span.button-text {
    position: relative;
    top: -1px;
    color: white;
}
.invite-btn-wrapper button > span.righticon, .contact-submit-button button > span.righticon {
    height: 11px;
    width: 13px;
    display: block;
    top: 16px;
    right: 24px;
    position: absolute;
}

.invite-btn-wrapper button > span.changeicon, .contact-submit-button button > span.changeicon {
    display: block;
    top: 14px;
    right: 24px;
    position: absolute;
}

.subscribe-widget .button-image {
    color: #fff;
}

label.error {
    display: block;
    position: absolute;
    color: red;
}

.app-store-wrapper label.error {
    width: 100%;
    left: 0px;
    margin-top: 10px;
    font-weight: normal;
}

.subscribe-widget label.error {
    left: 0px;
    width: 100%;
    margin-top: 3px;
    font-weight: normal;
}

button.submit-button.disabled-button, button.submit-button.disabled-button:hover {
    background-color: #a8cf9c;
}

.error {
    border-color: red !important;
}

div.hidden-image, span.hidden-image {
    visibility: hidden;
    display: none;
}

div.visible-image, span.visible-image {
    visibility: visible;
    display: block;
}

.invite-btn-wrapper button > span.arrow, .contact-submit-button button > span.arrow {
    background-image: url(/images/site/rightarrow.png);
}
        .send-invite-wrapper button:hover {
            background-color: #59b63d;
        }

.app-store-txt {
    text-transform: uppercase;
    margin-top: 65px;
}
    .app-store-txt h6 {
        margin: inherit;
    }
.download-buttons {
    margin-top: 20px;
}
    .download-buttons a {
        margin-left: 5px;
        margin-right: 5px;
    }

/* Subscribe widget */

input, button {
    outline: 0 !important;
}

.subscribe-widget {
    min-height: 295px;
    background-color: #e0e0e2;
    text-align: center;
    padding: 65px;
}

    .subscribe-widget span {
        color: #b1b1b4;
        font-size: 16px;
    }

.subscribe-widget h4{
    margin: 0px;
}

.input-wrapper {
    margin-top: 45px;
    margin-bottom: 21px;
    vertical-align: central;
}

    .input-wrapper input {
        font-size: 16px;
        width: 560px;
    }

    /*.input-wrapper button {
        width: 136px;
        text-align: center;
        padding: inherit;
    }*/
/*.subscribe-widget .input-wrapper button {
    margin-top: -4px;
}*/

.btn-wait-icon {
    padding-left: 10px;
}
     
/*Footer*/
.footer-wrapper {
    padding-top: 103px;
    background-color: #ededee;
}
.footer {
    padding-bottom: 65px;
}
.footer-text {
    font-size: 14px;
    color: #8C8F94;
    margin-top: 15px;
    margin-bottom: 26px;
    line-height: 24px;
}
.small-res-menu {
    display: none;
}
.small-res-menu li {
    display: inline-block;
    width: 32%;
}
.small-res-menu li:nth-child(n+1) {
    border-left: 1px solid #101410;
}
.small-res-menu li:nth-child(3n+1) {
    border-left: none;
}
.footer-menu h6 {
    text-transform: uppercase;
    margin-top: 11px;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 18px;
}
.footer-menu ul {
    padding: 0;
}
.footer-menu li {
    list-style-type: none;
    margin-top: 14px;
    /*margin-bottom: 15px;*/
    font-family: Lato;
}
    .footer-menu li a {
        font-size: 16px;
        color: #8C8F94;
    }
    .footer-menu li a:hover {
        text-decoration: none;
    }

.footer-copyright {
    text-align: right;
    height: 104px;
    margin-top: 20px;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: bold;
}

    .footer-copyright span {
        margin-bottom: 4px;
        display: inline-block;
        vertical-align: bottom;
    }

    .footer-copyright img {
        margin-left: 14px;
        margin-right: 13px;
    }
.socials {
    width: 222px;
    height: 18px;
    /*margin-bottom: 76px;*/
}
    .socials ul {
        padding: 0;
        font-size: 0;
    }
    .socials li {
        list-style-type: none;
        display: inline-block;
        margin-left: 26px;
    }
        .socials li.first {
            margin-left: 0px;
        }

/* modal overrides */
.modal-header {
    background-color: rgb(9, 110, 190);
}

.modal-title {
    color: #fff;
}

.modal-footer button{
    background-color: rgb(9, 110, 190);
    color: #fff;
}

/*Testimonials*/
.testimonials-wrapper {
    margin-top: 43px;
}
.photo-wrapper {
    text-align: center;
    margin: 0 auto;
    width: 230px;
    height: 230px;
    border-radius: 130px;
    box-shadow: 0 40px 40px rgba(0,0,0,0.28);
}
.testimotials-subject {
    text-align: center;
    margin-top: 42px;
    color: #26272d;
    font-size: 26px;
}
.testimotials-text {
    text-align: center;
    width: 100%;
    max-width: 762px;
    margin: 0 auto;
    margin-top: 21px;
    font-size: 18px;
    color: #8c8f94;
}
.testimotials-title {
    text-align: center;
    font-size: 12px;
    color: #26272d;
    margin-top: 45px;
    font-weight: bold;
}
.testimonials-divider {
    width: 100%;
    height: 3px;
    background-color: #8c8f94;
    position: relative;
    margin-top: 75px;
    margin-bottom: 78px;
}
.testimonials-divider:before {
    content: '';
    width: 122px;
    height: 33px;
    background-color: #fff;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -61px;
}
.testimonials-divider:after {
    content: '“”';
    display: block;
    position: absolute;
    top: 36px;
    left: 50%;
    margin-left: -51px;
    font-size: 120px;
    line-height: 0;
    color: #26272d;
}
/*---*/
a.testimonials-menu-item {
    display: block;
    position: relative;
    top: -39px;
    left: 261px;
    width: 100px;
    height: 23px;
    font-size: 16px;
    color: #26272d;
    cursor: pointer;
    display: none;
}
.contact-us-button {
    margin-bottom: 8px;
    width: 202px;
    background-color: #ffffff;
    color: #2274e5;
    border: 1px solid #267df4 !important;
    height: 42px;
}
.world-map {
    margin-left: 57px;
    margin-top: 130px;
    margin-bottom: 97px;
}
h3.section-title {
    margin-top: 101px;
}
.section-subtitle {
    margin-top: 42px;
}
.section-text {
    margin-top: 18px;
}
.section-button-wrapper {
    margin-top: 63px;
    margin-bottom: 26px;
}
.phone-number {
    font-size: 16px;
    color: #26292c;
    font-weight: bold;
}
.phone-ico {
    background-image: url(/Content/Images/phone_ico.png);
    height: 18px;
    width: 19px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
.faq-answer {
    margin-top: 16px;
    font-size: 18px;
    color: #8c8f94;
    margin-bottom: 49px;
}
.faq-question {
    color: #26272d;
    font-size: 26px;
}
.faq-wrapper {
    margin-top: 102px;
    margin-bottom: 90px;
}
.faq-wrapper h3 {
    margin-bottom: 35px;
}

/*responsive design overrides*/
@media (max-width: 1200px){
    .top-navigation .container {
        width: auto;
    }
}

@media (max-width: 950px) {
    .bannercontainer .innercontainer h1 {
        font-size: 40px;
    }

    .bannercontainer.banner-small {
        background: none #99ced7 !important;
        min-height: 0px;
        padding-top: 56px;
        padding-bottom: 59px;
        text-align: center;
    }

    img.phonepic {
        width: 50%;
        height: 50%;
    }

    .bannercontainer.banner-small h2 {
        color: #fff;
        font-size: 30px;
    }

    .bannercontainer div.banner-separator {
        margin-left: auto;
        margin-right: auto;
    }

    .bannercontainer.banner-small span {
        color: #fff;
        font-size: 14px;
    }
 
}

@media (min-width: 615px) {
    .innercontainer p.bannertext {
        margin-left: 213px;
        margin-right: 213px;
    }
}

@media (min-width: 1092px) {
    .top-menu a.menu-item{
        display: inline-block;
    }

    .top-menu a.menu-item.hamburger, .top-menu a.menu-btn.hamburger {
        display: inline-block;
    }
    a.testimonials-menu-item {
        display: block;
    }
}
@media (max-width: 1200px) {
    .top-menu a.menu-logo > img {
        max-width: 115px;
        margin-top: 15px;
    }

    .top-menu a.menu-logo {

        padding-top: 52px;
    }
    a.testimonials-menu-item {
        top: -31px;
        left: 205px;
    }
}

@media (max-width: 433px) {
    .mid {
        position: static;
        left: 0px;
        transform: none;
    }
}

@media (max-width: 767px) {
    .homepage-content > div ~ div {
        margin-top: 60px;
    }
}

@media (max-width: 677px) {
    .subscribe-widget input[type="email"] {
        width: 100%;
        padding-right: 25px;
    }

    .subscribe-widget .invite-btn-wrapper {
        position: relative;
        float: none;
        margin-left: 0px;
        margin-top: 5px;
        width: 100%;
    }

    .app-store {
        width: 100%;
    }

    .subscribe-widget .invite-btn-wrapper button {
        width: 100%;
        text-align: center;
        padding-left: 6px;
    }
}

@media (max-width: 547px) {
    .app-store input[type="email"] {
        width: 100%;
        padding-right: 25px;
    }

    .app-store .invite-btn-wrapper {
        position: relative;
        float: none;
        margin-left: 0px;
        margin-top: 5px;
        width: 100%;
    }

    .app-store .invite-btn-wrapper button {
        width: 100%;
        text-align: center;
        padding-left: 6px;
    }
}
@media (max-width: 950px) {
    .white-panel p {
        font-size: 14px;
    }

    .page-content p, .page-text p, .page-text li {
        font-size: 14px;
    }

    .homepage-content h4 {
        margin-top: 1px;
        margin-bottom: 1px;
    }

    .page-content {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 45px;
        margin-bottom: 60px;
    }

    .section-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 469px) {
    .download-buttons > a ~ a > img {
        margin-top: 5px;
    }
}

@media (max-width: 1600px) {
    form.contact-form {
        margin-bottom: 70px;
    }
}

@media (max-width: 544px) {
/*
	Had to comment this out as it is overriding bootstrap. Should be targeted to specific content only.
	.page-content div.col-xs-4, .page-content div.col-xs-8 {
        float: none;
        width: 100%;
    }*/

    form.contact-form {
        margin-bottom: 20px;
    }

    .contact-form textarea {
        height: 166px;
    }

    form.contact-form .contact-submit-button {
        margin-top: 15px;
        width: 100%;
    }

        form.contact-form .contact-submit-button button {
            width: 100%;
            text-align: center;
            padding-left: 6px;
        }

    div.right-text {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 993px) {
    .world-map {
        display: none;
    }
    .phone-number {
        margin-bottom: 50px;
    }
    .footer-menu {
        margin-top: 20px;
        text-align: center;
        display: block;
    }

    .footer-wrapper {
        padding-top: 51px;
    }

    .footer-menu .menu-block{
        display: inline-block;
    }

    .socials {
        text-align: center;
        width: auto;
    }
    /*features page*/
    .feature {
        margin-bottom: 62px;
    }
    .feature .feature-icon {
        width: auto;
    }
    .feature img.m {
        display: block;
        width: 187px;
    }
    .feature img.l {
        display: none;
    }
    .feature-notification img {
        margin-top: -18px;
    }
    .feature:nth-child(2n + 1) > div:first-child {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 15px;
    }
    .feature:nth-child(2n + 1) > div:last-child {
        padding-right: 0px;
    }
    .feature:nth-child(2n + 1) .feature-desc {
        width: 100%;
    }
    .feature:nth-child(2n) .feature-desc {
        float: none;
        width: 100%;
    }
    .feature:nth-child(2n) > div:last-child {
        padding-right: 0px;
        padding-left: 0px;
    }
    .feature:nth-child(2n) > div:first-child {
        padding-right: 0px;
        width: 189px;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .feature-notification {
        height: auto;
    }
    .feature-enrolment {
        height: auto;
    }
    .feature-recruitment {
        height: auto;
    }
    .feature-progression {
        height: auto;
    }
    .feature.feature-enrolment div.feature-icon {
        margin-top: -17px;
    }
    .feature.feature-recruitment div.feature-icon {
        margin-top: -18px;
    }
    .feature.feature-progression div.feature-icon {
        margin-top: -18px;
    }
}
@media (max-width: 560px) {
    /*features page*/
    .features {
        margin-top: 37px;
    }
    .feature {
        margin-bottom: 42px;
    }
    .feature h4 {
        text-align: center;
    }
    .feature .feature-icon {
        width: auto;
    }
    .feature img.m {
        width: auto;
        margin: 0 auto;
    }
    .feature:nth-child(2n+1) .feature-icon {
        float: none;
    }
    .feature:nth-child(2n) .feature-icon {
        float: none;
    }
    .feature:nth-child(2n + 1) > div:first-child {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
    }
    .feature:nth-child(2n + 1) > div:last-child {
        padding-right: 0px;
    }
    .feature:nth-child(2n + 1) .feature-desc {
        width: 100%;
    }
    .feature:nth-child(2n) > div:last-child {
        padding-right: 0px;
        padding-left: 0px;
    }
    .feature:nth-child(2n) > div:first-child {
        padding-right: 0px;
        width: auto;
        margin-right: 0px;
    }
    .feature-icon {
        width: auto;
        margin-bottom: 27px;
    }
    .feature-notification {
        height: auto;
    }
    .feature-enrolment {
        height: auto;
    }
    .feature-recruitment {
        height: auto;
    }
    .feature-progression {
        height: auto;
    }
    .feature.feature-enrolment div.feature-icon {
        margin-top: 0px;
        margin-bottom: 27px;
    }
    .feature.feature-recruitment div.feature-icon {
        margin-top: 0px;
        margin-bottom: 27px;
    }
    .feature.feature-progression div.feature-icon {
        margin-top: 0px;
        margin-bottom: 27px;
    }

}

@media (max-width: 500px) {
    .footer-menu .menu-block{
        display: none;
    }


    .footer-wrapper {
        padding-top: 51px;
    }
    .small-res-menu {
        display: block;
        font-size: 0;
    }
}

@media (max-width: 993px) {
    .footer .footer-logo, .footer .footer-text, .footer-copyright {
        text-align: center;
    }
}
/*@media (max-width: 993px) and (min-width: 769px) {
    .plan .button-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }

    .get-started-button {
        width: 100%;
    }
}*/

@media (max-width: 333px) {
    .btn.contact-us {
        display: none;
    }
}

.term-sub-padding {
	padding-left: 30px;
}