﻿/* Add here all your css styles (customizations) */

/*----------------------------------------------------------
ASP.NET MVC FRAMEWORK DEFAULT CSS CLASS NAMES
----------------------------------------------------------*/
.error, .field-validation-error {
    color: #d2322d
}

.field-validation-error {
    display: inline-block;
    margin-bottom: 10px;
}

.input-validation-valid, .field-validation-valid, .validation-summary-valid {
    display: none
}

.input-validation-error {
    background-color: #fee;
    outline: none
}

    .input-validation-error:focus {
        outline: none
    }

input[type="text"].input-validation-error:focus, select.input-validation-error:focus {
    outline: none
}

.validation-summary-errors {
    color: #d2322d
}

    .validation-summary-errors span {
        font-weight: 700;
        margin-bottom: 10px;
    }

    .validation-summary-errors ul {
        list-style: disc inside
    }

        .validation-summary-errors ul li {
            color: #d2322d;
            font-weight: normal
        }

            .validation-summary-errors ul li label, .validation-summary-errors ul li span {
                display: inline !important;
                font-weight: normal
            }


/*----------------------------------------------------------
Common colours
----------------------------------------------------------*/
.bg-primary {
    background: #008080 !important;
    background-color: #008080;
}

.rgba-primary {
    background-color: rgba(0, 128, 128, 0.8);
}

.bg-secondary {
    background: #B12426 !important;
    background-color: #B12426;
}

.rgba-secondary {
    background-color: rgba(177, 36, 38, 0.8);
}

.bg-orange {
    background: #FAA01B !important;
    background-color: #FAA01B;
}

.bg-blue {
    background: #5AA9D0 !important;
    background-color: #5AA9D0;
}

.rgba-blue {
    background-color: rgba(90, 169, 208, 0.8);
}

.bg-green {
    background: #9FD244 !important;
    background-color: #9FD244;
}

.bg-purple {
    background: #7F0F82 !important;
    background-color: #7F0F82;
}

.rgba-purple {
    background-color: rgba(127, 15, 130, 0.8);
}

.bg-white {
    background: #ffffff !important;
    background-color: #ffffff;
}

.color-default {
    color: #555;
}

.color-primary {
    color: #008080;
}

.color-secondary {
    color: #B12426;
}

.color-orange {
    color: #FAA01B;
}

.color-blue {
    color: #5AA9D0;
}

.color-green {
    color: #9FD244;
}

.color-purple {
    color: #7F0F82;
}

.color-white {
    color: #ffffff;
}

@media screen {

    /*----------------------------------------------------------
    Common other
    ----------------------------------------------------------*/
    /* Breadcrumbs */
    .breadcrumbs {
        background: rgba(0, 0, 0, 0) url("../../assets/img/patterns/breadcrumbs.png") none repeat scroll 0 0;
    }

    .breadcrumbs-v1 {
        min-height: 195px;
        max-height: 195px;
        padding: 25px 0;
    }

    .breadcrumb {
        padding-left: 0;
        margin-left: 0;
    }

    .breadcrumbs-v1 .breadcrumb {
        position: absolute;
        margin-left: 0;
        padding-left: 3px;
        top: 5px;
    }

        .breadcrumbs-v1 .breadcrumb li, .breadcrumbs-v1 .breadcrumb li::before, .breadcrumbs-v1 .breadcrumb a:link, .breadcrumbs-v1 .breadcrumb a:visited, .breadcrumbs-v1 .breadcrumb a:hover, .breadcrumbs-v1 .breadcrumb a:active {
            color: #fff;
            font-weight: bold;
            text-decoration: none;
        }

    .breadcrumbs-v1 h1 {
       /* max-width: 250px;*/
    }

    .breadcrumbs-v1 h2 {
        color: #fff;
    }

    .bgCompany {
        /*background: 
            linear-gradient(137deg, rgba(0, 128, 128, 0.8), transparent 50%) left no-repeat,
            linear-gradient(137deg, transparent 50%, transparent 50%) right no-repeat,
            url("../Images/Banner-swimmers-running-beach.jpg") center no-repeat;*/
        background: rgba(0, 0, 0, 0) url("../../images/Man-hiking-sunny-day.jpg") center no-repeat;
        background-size: cover;
    }

    .bgHealthWellbeing {
        background: rgba(0, 0, 0, 0) url("../../images/recruit.jpg") center no-repeat;
        background-size: cover;
    }

    .bgMentalHealth {
        background: rgba(0, 0, 0, 0) url("../../images/eap.jpg") center no-repeat;
        background-size: cover;
    }

    .bgEap {
        background: rgba(0, 0, 0, 0) url("../../images/well-checks.jpg") center no-repeat;
        background-size: cover;
    }

    .bgOurApproach {
        background: rgba(0, 0, 0, 0) url("../../images/training.jpg") center no-repeat;
        background-size: cover;
    }

    .bgNews {
        background: none;
        display: none;
    }

    .bgNewsPosts {
        background: rgba(0, 0, 0, 0) url("../../images/Banner-abstract-art-white.jpg") center no-repeat;
        background-size: cover;
    }

    .bgContactUs {
        background: linear-gradient(137deg, rgba(63, 63, 63, 0.8), transparent 50%) left no-repeat, linear-gradient(137deg, transparent 50%, transparent 50%) right no-repeat, url("../Images/Banner-milsons-point-sydney-australia-sydney-opera-house-57389.jpg") center no-repeat;
        background-size: cover;
    }

    /* Contact Form */
    .banner-info i {
        margin: 7px 10px 0 0;
    }

    .banner-info h4 {
        float: left;
        margin: 7px 15px 0 0;
        padding: 7px 0 0 0;
    }

    .banner-info h5 {
        float: left;
        margin: 7px 15px 0 0;
        padding: 7px 0 0 0;
    }

    /* Print only */
    .print-only {
        display: none;
    }

    /* Sliders */
    .tp-banner {
       /* min-height: 500px; /* Same as breadcrumbs */
    }

        .tp-banner .revolution-ch2 h2 {
            color: #333;
        }

    .revolution-mch-1::after {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

    /* Services Blocks */
    .service-block a:link, .service-block a:visited, .service-block a:hover, .service-block a:active,
    .service-block-v7 a:link, .service-block-v7 a:visited, .service-block-v7 a:hover, .service-block-v7 a:active {
        color: #fff;
        text-decoration: none;
        background: #06394a;
    }

    .services .bgHealthWellbeing, .services .bgMentalHealth, .services .bgEap, .services .bgOurApproach {
        /*background-image: none;*/
    }

    .service-block-v7 ul li .badge, .service-block-v7 ul li .label {
        vertical-align: middle;
    }

    .service-box-v1 li:hover {
        color: #555;
    }

    .service-block-v7 li a:hover {
        color: #72c02c;
    }

    .service-block-v1 i.bg-primary {
        background: #7F0F82 none repeat scroll 0 0 !important;
    }

    .service-block-v1 i.bg-secondary {
        background: #B12426 none repeat scroll 0 0 !important;
    }

    .service-block-v1 i.bg-purple {
        background: #7F0F82 none repeat scroll 0 0 !important;
    }

    .service-block-v7 {
        background-color: #ffffff;
    }

    .service-box-v1 p::after {
        background: none;
    }

    .service-box-v1 .service-block {
        padding-bottom: 0px;
    }

    .service-box-v1 ul {
        padding: 0 20px;
    }

    .service-box-v1 li {
        border-top: 1px dotted #555;
    }

    /* Colourful Blocks */
    /*.colourful-blocks-link a:link, .colourful-blocks a:visited, */
    .colourful-blocks a:hover, .colourful-blocks a:active {
        color: #003c51;
        text-decoration: none;
    }

    /* Counters */
    .parallax-counter {
        background: #18ba9b;
        padding: 0;
    }

        .parallax-counter h4 {
            color: #fff;
        }

    /* Footer */
    #newsletter-form-loading, #newsletter-form-message {
        display: table
    }

        #newsletter-form-loading p, #newsletter-form-message p {
            color: #fff;
            display: table-cell;
            vertical-align: middle;
        }

        #newsletter-form-message p, #newsletter-form .field-validation-error {
            color: #fff
        }

    .footer li {
        color: #272727;
    }

    /* Other */
    .input-group-addon {
        min-width: 45px;
    }

    h2 .badge, h2.label, h3 .badge, h3 .label {
        vertical-align: middle;
    }

    .tag-box-v4 {
        background-color: #fcf8e3;
        border: dashed 2px #bbb;
    }

    /* Print Page */
    #printControl {
        position: relative;
        top: 14px;
        right: 14px;
        color: #fff;
        cursor: pointer;
        z-index: 99;
        width: 30px;
        height: 30px;
        font-size: 20px;
        background: #222;
        border-radius: 3px !important;
    }

        #printControl span {
            margin-left: 5px;
        }

        #printControl:after {
            top: -2px;
            left: 8.5px;
            content: "\f106";
            position: absolute;
            text-align: center;
            font-family: FontAwesome;
        }

        #printControl:hover {
            color: #fff;
            background: #72c02c;
            transition: all 0.3s ease-in-out;
        }


    /*----------------------------------------------------------
    Home page
    ----------------------------------------------------------*/
    .home .service-block-v7 {
        margin-bottom: 40px;
        min-height: 275px;
    }

    .blog-thumb .blog-thumb-no-hover img {
        float: left;
        position: relative;
        margin-right: 15px;
        width: 60px;
        height: 60px;
        padding: 2px;
        margin-top: 2px;
        border: solid 1px #ddd;
    }

    .blog-thumb-desc a:hover {
        color: #72c02c !important;
        border-color: #72c02c !important;
        transition: all 0.2s ease-in-out;
        text-decoration: none !important;
    }


    /*----------------------------------------------------------
    Company page
    ----------------------------------------------------------*/
    .cbp-l-grid-gallery .cbp-item {
        padding: 10px;
    }


    /*----------------------------------------------------------
    Solutions pages
    ----------------------------------------------------------*/
    .services .service-block-v7 {
        margin-bottom: 40px;
    }

    .service-block-v3.services, .service-box-v4.services {
        background: #f7f7f7 none repeat scroll 0 0 !important;
    }

    .services .service-block {
        padding: 20px; /* Make square */
    }

        .services .service-block.disabled {
            background-color: rgba(247, 247, 247, 0.9);
        }

            .services .service-block.disabled i.icon-color-light {
                border: 1px solid #555;
                color: #555;
            }

            .services .service-block.disabled p, .services .service-block.disabled h2 {
                color: #555 !important;
            }

    /* L2 pages */
    .clients-page {
        margin-bottom: 15px;
    }

    /* L3 pages */

    /*----------------------------------------------------------
    Contact Us page
    ----------------------------------------------------------*/
    .contact-us .acc-v1 a:link, .contact-us .acc-v1 a:visited, .contact-us .acc-v1 a:hover, .contact-us .acc-v1 a:active {
        text-decoration: none;
    }
}

/*----------------------------------------------------------
Mobile First overrides
----------------------------------------------------------*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .breadcrumbs-v1 {
        max-height: 500px;
        padding: 220px 0;
    }

        .breadcrumbs-v1 .breadcrumb {
            top: 15%;
        }

        .breadcrumbs-v1 h1 {
            max-width: 100%;
        }

    .bgNews {
        background: rgba(0, 0, 0, 0) url("../../images/Banner-abstract-art-white.jpg") center no-repeat;
        background-size: cover;
    }

    .services .bgHealthWellbeing {
        background: rgba(0, 0, 0, 0) url("../../images/recruit.jpg") center no-repeat;
        background-size: cover;
    }

    .services .bgMentalHealth {
        background: rgba(0, 0, 0, 0) url("../../images/eap.jpg") center no-repeat;
        background-size: cover;
    }

    .services .bgEap {
        background: rgba(0, 0, 0, 0) url("../../images/well-checks.jpg") center no-repeat;
        background-size: cover;
    }

    .services .bgOurApproach {
        background: rgba(0, 0, 0, 0) url("../../images/training.jpg") center no-repeat;
        background-size: cover;
    }

    .services .service-block {
        padding: 60px 30px; /* Default */
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*----------------------------------------------------------
Print styles
----------------------------------------------------------*/
@media print {
    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
    }

    h1 {
        font-size: 24pt;
    }

    h2 {
        font-size: 14pt;
        margin-top: 25px;
    }

    img {
        max-width: 500px;
    }

    .content-sm {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .header, .breadcrumbs, .breadcrumbs-v1, #printControl, .contact-form-wrapper, .shop-subscribe, .footer-v1 {
        display: none !important;
    }

    .breadcrumb {
        margin-left: 0;
        padding-left: 0;
    }

        .breadcrumb a[href]:after {
            display: none;
        }

    .parallax-bg {
        background: none !important;
    }

    .print-only {
        display: block;
    }
}
.bgwellbeing {
	background: rgba(0, 0, 0, 0) url("../../images/well-checks-banner.jpg") center no-repeat;
	background-size: contain;
}
.bgrecruitbanner {
	background: rgba(0, 0, 0, 0) url("../../images/recruit-banner.jpg") center no-repeat;
	background-size: contain;
}
.bgeapbanner {
	background: rgba(0, 0, 0, 0) url("../../images/eap-banner.jpg") center no-repeat;
	background-size: contain;
}
#btnreset
{
    margin-left: 15px;
}
.recruitimg
{
    float: left;
    width: 100%;
}
.recruitimg img
{
    width: 290px;
    height: 55px;
}
.endtoendimg
{
    float: none;
    text-align: center;
    margin: 10px auto;
    display: block;
    width: 596px;
    height: 509px;
}
.trainingcourseimg
{
    float: none;
    text-align: center;
    margin: 10px auto;
    display: block;
    width: 610px;
    height: 526px;
}
@media (max-width: 1440px)
{
    .breadcrumbs-v1 
    {
	    max-height: 450px;
	    padding: 220px 0;
    }
}
@media (max-width: 1199px)
{
    .breadcrumbs-v1
    {
        padding: 130px 0;
    }
     .services .bgHealthWellbeing, .services .bgMentalHealth, .services .bgEap, .services .bgOurApproach {
        background-size: contain;
    }
    .services .service-block 
    {
        padding: 30px 30px;
    }
}
@media (max-width: 1023px)
{
    .breadcrumbs-v1 .breadcrumb 
    {
        top: 5%;
    }
    .breadcrumbs-v1
    {
        padding: 95px 0;
    }
}
@media (max-width: 767px)
{
    /*.breadcrumbs-v1 .breadcrumb 
    {
        top: 35%;
    }*/
    .breadcrumbs-v1
    {
        padding: 76px 0;
    }
}
@media (max-width: 639px)
{
    .endtoendimg
    {
        width: 450px;
        height: 384px;
    }
    .trainingcourseimg
    {
        width: 450px;
        height: 388px;
    }
    .breadcrumbs-v1
    {
        min-height: 150px;
    }
    .breadcrumbs-v1 .breadcrumb 
    {
	    top: 55%;
    }
    .breadcrumbs-v1
    {
        padding: 45px 0;
    }
}
@media (max-width: 479px)
{
    .endtoendimg
    {
        width: 290px;
        height: 247px;
    }
    .trainingcourseimg
    {
        width: 290px;
        height: 250px;
    }
    .breadcrumbs-v1
    {
        min-height: 100px;
        padding: 25px 0;
    }
    .breadcrumbs-v1 .breadcrumb 
    {
	    top: 55%;
	    display: none;
    }
    .breadcrumbs-v1 h1
    {
        font-size: 20px;
    }

}