/***********************
*  Site Specific CSS   *
************************/

/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/

@import url('http://cdn.myld.com.au/1/js/cform_validation/validation-2.1.min.css');
@import url("http://cdn.myld.com.au/1/css/fontawesome/4.0.3/css/font-awesome.css");
@import url('http://cdn.myld.com.au/1/js/plugins/CameraSlider/1.3.4/camera.min.css');
@import url('http://cdn.myld.com.au/1/fancybox/jquery.fancybox-1.3.4.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/Faq/faq.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/Isotope/jquery.isotope.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');
 .main-inner {
    min-height: 500px;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    max-width: 1320px;
    margin: 20px auto;
}
.modal-heading {
    margin: 0 0 30px 0!important;
}
.modal-dialog {
    width: 80%;
    margin: 10% 10%;
}
#onFormSubmitModal {
    display: none;
}
#onFormSubmitModal .modal-header {
    border-bottom: transparent;
}
#onFormSubmitModal .modal-header .close {
    opacity: 1;
}
#onFormSubmitModal .modal-header .close:hover, #onFormSubmitModal .modal-header .close:focus {
    opacity: 0.6;
}
#onFormSubmitModal .modal-header .close .glyphicon.glyphicon-remove-sign {
    color: #6abd4a;
    display: block;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 2px #6abd4a;
    border-radius: 50%;
}
#onFormSubmitModal .modal-header .close .glyphicon.glyphicon-remove-circle {
    color: #6abd4a;
    display: block;
}
#onFormSubmitModal .modal-title img {
    max-width: 70%;
    margin-top: 26px;
}
#onFormSubmitModal .modal-content {
    border: 8px solid #6abd4a;
    padding: 7px 7px 7px 27px;
    border-radius: 0px;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.7);
}
#onFormSubmitModal .modal-content .modal-body .grey-border {
    border: 1px solid #B3B3B3;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 20px rgba(170, 170, 170, 0.84);
    padding: 30px;
}
#onFormSubmitModal .modal-content .modal-body .custom-scroll {
    position: relative;
    height: 65%;
    overflow: auto;
}
#onFormSubmitModal .modal-content .modal-body .thumbnail {
    text-align: center;
    border: 1px solid #6abd4a;
    margin-left: 18px;
    margin-bottom: 12px;
    background: #68be43;
    /* Old browsers */
    background: -moz-linear-gradient(top, #68be43 0%, #68be43 22%, #5dab3d 78%, #5dab3d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68be43), color-stop(22%, #68be43), color-stop(78%, #5dab3d), color-stop(100%, #5dab3d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #68be43 0%, #68be43 22%, #5dab3d 78%, #5dab3d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #68be43 0%, #68be43 22%, #5dab3d 78%, #5dab3d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #68be43 0%, #68be43 22%, #5dab3d 78%, #5dab3d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #68be43 0%, #68be43 22%, #5dab3d 78%, #5dab3d 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#68be43', endColorstr='#5dab3d', GradientType=0);
    /* IE6-9 */
}
#onFormSubmitModal .modal-content .modal-body .thumbnail:hover {
    background: #5dab3d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5dab3d 0%, #5dab3d 22%, #68be43 78%, #68be43 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5dab3d), color-stop(22%, #5dab3d), color-stop(78%, #68be43), color-stop(100%, #68be43));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5dab3d 0%, #5dab3d 22%, #68be43 78%, #68be43 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5dab3d 0%, #5dab3d 22%, #68be43 78%, #68be43 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5dab3d 0%, #5dab3d 22%, #68be43 78%, #68be43 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5dab3d 0%, #5dab3d 22%, #68be43 78%, #68be43 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#5dab3d', endColorstr='#68be43', GradientType=0);
    /* IE6-9 */
}
#onFormSubmitModal .modal-content .modal-body .thumbnail a:hover {
    color: #fff;
    text-decoration: none;
}
#onFormSubmitModal .modal-content .modal-body .thumbnail .glyphicon {
    color: #fff;
    font-size: 40px;
    position: relative;
    top: 10px;
}
#onFormSubmitModal .modal-content .modal-body .thumbnail span {
    color: #fff;
    font-size: 19px;
}
@media(max-width:900px) {
    #onFormSubmitModal .modal-content .modal-body .thumbnail .glyphicon {
        font-size: 30px;
    }
    #onFormSubmitModal .modal-content .modal-body .thumbnail span {
        font-size: 13px;
    }
}
#onFormSubmitModal .modal-footer {
    border-top: transparent;
}
.ten-steps {
    padding: 0;
    font-size: 15px!important;
}
.ten-steps li {
    margin: 0!important;
    padding: 15px;
    list-style-position: inside;
}
.ten-steps li.highlight {
    background-color: #68bf4b;
    color: #fff;
}
.form-control {
    padding: 6px 12px!important;
}
#submit {
    font-size: 18px !important;
    width: 96% !important;
    padding: 16px 0px !important;
    margin-top: 25px;
}
/* @font-faces
--------------*/

@font-face {
    font-family: 'Source Sans Pro';
    src: url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-light-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-light-webfont.woff') format('woff'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-light-webfont.ttf') format('truetype'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.woff') format('woff'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.ttf') format('truetype'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.woff') format('woff'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.eot');
    src: url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.woff') format('woff'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.ttf') format('truetype'), url('http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: 700;
    font-style: normal;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #69bd49;
}
#filters li a, .nav.nav-pills li a {
    color: #333 !important;
}
#filters li.active a, .nav.nav-pills li.active a {
    color: #fff !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
    width: 100%;
    max-width: 267px;
}
.image-gallery.paginate {
    padding: 0px;
}
.image-gallery.paginate {
    list-style: none;
}
.image-gallery.paginate li {
    width: 14%;
    float: left;
    margin: 1.32%!important;
}
.thumbnail {
    margin-bottom: 0px;
}
#portfolio-filter li a {
    padding: 5px 10px 0px;
    font-size: 15px;
    margin-bottom: 5px;
    background-image: none;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .67), inset 0 1px 2px rgba(255, 255, 255, .34);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .67), inset 0 1px 2px rgba(255, 255, 255, .34);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .67), inset 0 1px 2px rgba(255, 255, 255, .34);
    background-color: #57b532;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .67), inset 0 1px 2px rgba(255, 255, 255, .34);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .67), inset 0 1px 2px rgba(255, 255, 255, .34);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .67), inset 0 1px 2px rgba(255, 255, 255, .34);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .12) 0%, rgba(255, 255, 255, .12) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .12) 0%, rgba(255, 255, 255, .12) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .12) 0%, rgba(255, 255, 255, .12) 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, .12) 0%, rgba(255, 255, 255, .12) 100%);
}
#portfolio-filter {
    border: none;
}
#portfolio-filter li a.active {
    background-image: none;
}
#portfolio-filter li a:hover {
    color: #fff !important
}
/* @general styles
-----------------*/

html, body {
    height: 100%;
}
.tab-sq li a:hover, .tab-sq li a.active {
    background: url(http://cdn.myld.com.au/2/567/myld-training_b02268d642.png) #69bd49;
    background-repeat: no-repeat, no-repeat;
    background-position: center 46px, left top;
    color: #fff;
}
.wrapper {
    background: url(http://cdn.myld.com.au/2/583/web_myld-training_38912db925.jpg) repeat;
    min-height: 100%;
    position: relative;
}
.main {
    background: url(http://cdn.myld.com.au/2/567/myld-training_9970f8c9a3.jpg) transparent left top repeat scroll;
    margin-top: 20px;
    position: relative;
}
.content .background-clip {
    background: url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png) #7d7d7d left top repeat scroll;
}
.content .background-clip > .row {
    margin-left: -20px;
    margin-right: -20px;
}
.offset {
    padding-left: 20px;
    padding-right: 20px;
}
body, p, a, b, li, span, label, input, h1, h2, h3, h4, h5 {
    font-family: 'Source Sans Pro';
}
a, a:hover {
    color: inherit;
}
::selection {
    background: rgba(200, 200, 200, .6);
}
::-moz-selection {
    background: rgba(200, 200, 200, .6);
}
::-webkit-selection {
    background: rgba(200, 200, 200, .6);
}
/* header
-----------------*/

header {
    background: #fff;
    position: relative;
    z-index: 9999;
}
.logo {
    padding-top: 32px;
    padding-bottom: 32px;
}
.tel-num {
    padding-top: 37px;
}
.tel-num a {
    font-size: 53px;
    font-weight: 600;
    letter-spacing: -0.026em;
    line-height: 1em;
    color: #001f2e;
}
.email-area a {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -0.026em;
    line-height: 1em;
    color: #6abd4a;
}
.nav-area {
    background-color: #001f2d;
    background-image: -moz-linear-gradient(bottom, rgba(0, 31, 46, .29) 0%, rgba(0, 73, 109, .29) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 31, 46, .29) 0%, rgba(0, 73, 109, .29) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 31, 46, .29) 0%, rgba(0, 73, 109, .29) 100%);
    background-image: linear-gradient(bottom, rgba(0, 31, 46, .29) 0%, rgba(0, 73, 109, .29) 100%);
}
.nav > li > a {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: -0.007em;
    color: #fff !important;
    padding-top: 21px;
    padding-bottom: 16px;
    white-space: nowrap;
}
.nav > li > a > i {
    display: none;
}
.navbar-nav>li.active, .navbar-nav>li:hover {
    background-color: #69bd49;
    background-image: -moz-linear-gradient(bottom, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%);
    background-image: -o-linear-gradient(bottom, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%);
    background-image: linear-gradient(bottom, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%);
    background-repeat: repeat, no-repeat;
}
.nav > li.active > a, .nav > li:hover > a, .nav > li > a:hover, .nav > li > a:focus {
    background-image: url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png);
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}
.nav .dropdown-menu {
    background: #23485f;
    border: none;
    padding: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.dropdown-menu li a {
    font-size: 20px;
    font-weight: 400;
    color: #fff !important;
    padding-top: 11px;
    padding-bottom: 9px;
    padding-left: 16px;
    padding-right: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    border-bottom: 1px solid transparent;
}
.dropdown-menu li:first-child a {
    border-top: 1px solid transparent;
}
.dropdown-menu li.active a, .dropdown-menu li a:hover {
    background: url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png) #6abd4a left top repeat scroll;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #5faa42;
}
/* Slider
-----------------*/

.slider-area {
    position: relative;
    z-index: 0;
    margin-bottom: -1px;
}
#contact-us .slider-area {
    display: none;
}
#slider, .map-area {
    position: relative z-index: 0;
}
#slider:after, .main-inner:before, .map-area:before {
    content: '';
    display: block;
    background: url(http://cdn.myld.com.au/2/567/myld-training_ad5e7998f0.png) transparent left top no-repeat scroll;
    background-size: auto;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
}
#home #slider:after {
    content: '';
    display: block;
    background: url(http://cdn.myld.com.au/2/567/myld-training_c7ecf4eb88.png) transparent left top no-repeat scroll;
    background-size: auto;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: -1;
    top: 99%;
    left: 0;
}
.main-inner {
    position: relative;
    z-index: 0;
    padding-top: 11px;
    padding-bottom: 1px;
    padding-left: 40px;
    padding-right: 40px;
}
#home .main-inner:before {
    content: '';
    display: block;
    background: url(http://cdn.myld.com.au/2/567/myld-training_c7ecf4eb88.png) transparent left top no-repeat scroll;
    background-size: auto;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
}
#home .main-inner:after {
    content: '';
    display: block;
    background-size: 100% 100%;
    width: 7px;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -7px;
}
.camera_wrap {
    float: none;
}
.camera_prev, .camera_next {
    background: none;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    left: 0;
}
.camera_next {
    left: auto;
    right: 0;
}
.camera_prev > span, .camera_next > span {
    background: url(http://cdn.myld.com.au/2/567/myld-training_822c7b199b.png) no-repeat left top;
    height: 26px;
    width: 26px;
}
.camera_next > span {
    background-position: -27px 0;
}
.camera_wrap .camera_prev:hover > span {
    opacity: .8;
    zoom: 1;
    filter: alpha(opacity=80);
}
.camera_wrap .camera_next:hover > span {
    opacity: .8;
    zoom: 1;
    filter: alpha(opacity=80);
}
/* contact page
-----------------*/

#map-canvas {
    width: 100%;
    height: 479px;
    position: 0;
    z-index: 10;
}
.forms {
    padding-top: 5px;
}
.form-group input {
    height: 29px;
}
.form-group input, .form-group textarea {
    border: 1px solid #aaa;
    background-color: #fff;
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, .3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    line-height: 18px;
}
.form-group {
    margin-bottom: 7px;
}
.form-group label {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #4e4e4e;
}
.btn-custom {
    font-size: 20px;
    font-weight: 400;
    color: #fff !important;
    border: 1px solid #49a733;
    -moz-border-radius: 3px / 4px;
    -webkit-border-radius: 3px / 4px;
    border-radius: 3px / 4px;
    background-color: #57b532!important;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .67), inset 0 1px 2px rgba(255, 255, 255, .34);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .67), inset 0 1px 2px rgba(255, 255, 255, .34);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .67), inset 0 1px 2px rgba(255, 255, 255, .34);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .12) 0%, rgba(255, 255, 255, .12) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .12) 0%, rgba(255, 255, 255, .12) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .12) 0%, rgba(255, 255, 255, .12) 100%);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, .12) 0%, rgba(255, 255, 255, .12) 100%);
    padding: 12px 50px 4px;
    float: right;
    margin: 5px;
}
.main-area .btn-custom {
    float: none;
    margin-bottom: 23px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.active {
    background-color: #001f2e!important;
    border-color: #001f2e!important;
    background-image: none;
}
/* content 
-----------------*/

.contant {
    position: relative;
    z-index: 100;
}
.inner-content {
    border-top: 2px solid #6abd4a;
    padding-top: 18px;
}
.inner-content p, .inner-content li {
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: -0.025em;
    color: #4e4e4e;
}
.inner-content p, .inner-content ul {
    margin-bottom: 23px;
    text-align: justify!important;
}
#error h1, #error p {
    color: red!important;
    text-align: center!important;
}
.slogan {
    background-color: #001f2d;
    background-image: -moz-linear-gradient(top, rgba(0, 31, 46, .5) 0%, rgba(0, 73, 109, .5) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 31, 46, .5) 0%, rgba(0, 73, 109, .5) 100%);
    background-image: -webkit-linear-gradient(top, rgba(0, 31, 46, .5) 0%, rgba(0, 73, 109, .5) 100%);
    background-image: linear-gradient(top, rgba(0, 31, 46, .5) 0%, rgba(0, 73, 109, .5) 100%);
    position: relative;
    z-index: 10;
    margin-top: -141px;
    padding: 36px 20px 22px;
}
.slogan:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #000000;
    position: absolute;
    z-index: 10;
    right: 0;
    top: -20px;
}
.slogan h1 {
    font-size: 45px;
    line-height: 1.13333333333333em;
    font-weight: 300;
    color: #fff;
    margin: 0;
}
.feed {
    background-image: -moz-linear-gradient(bottom, #69cb43 0%, #69cb43 0.76%, #5db33b 100%);
    background-image: -o-linear-gradient(bottom, #69cb43 0%, #69cb43 0.76%, #5db33b 100%);
    background-image: -webkit-linear-gradient(bottom, #69cb43 0%, #69cb43 0.76%, #5db33b 100%);
    background-image: linear-gradient(bottom, #69cb43 0%, #69cb43 0.76%, #5db33b 100%);
    padding: 16px 20px 12px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.feed h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.07894736842105em;
    color: #fff;
}
.no-left-padding {
    padding-left: 0 !important;
}
.no-right-padding {
    padding-right: 0 !important;
}
.no-left-padding .main {
    position: relative;
    z-index: 10;
}
.no-side-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.no-left-padding .main:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #474747;
    position: absolute;
    z-index: 10;
    left: 0;
    top: -20px;
}
.main-area:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #474747;
    position: absolute;
    z-index: 10;
    left: 0;
    top: -20px;
}
.main-area:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #474747;
    position: absolute;
    z-index: 10;
    right: 0;
    top: -20px;
}
.img-box {
    padding-top: 3px;
}
.img-box img, .gallery img {
    border: 2px solid #777777;
    margin-bottom: 14px;
}
#home .welcome-area .img-box {
    margin-top: -10px;
    margin-bottom: 20px;
}
.gallery a:hover img {
    border-color: #6abd4a;
    opacity: .8;
    zoom: 1;
    filter: alpha(opacity=80);
}
.main h1 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.020em;
    color: #4e4e4e;
    margin-bottom: 19px;
}
.main h2 {
    font-size: 18px;
    font-weight: 600;
}
.tabs {
    position: absolute;
    right: 40px;
    /*top: 41px;*/
    top: 22px;
    list-style-type: none;
}
#contact-us #tab2 {
    right: 10px;
    top: 30px;
}
.tabs li {
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #4e4e4e;
}
.tabs li a {
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
    margin-left: -15px;
    padding: 14px 14px 14px 30px;
    background: #69bd49;
    color: #fff;
}
.tabs li a:hover, .tabs li a.active {
    background: rgba(0, 53, 79, 1)!important;
    color: #fff;
}
.tabs li:nth-child(1) a {
    padding: 14px;
    z-index: 4;
    position: relative;
}
.tabs a:hover {
    text-decoration: none;
}
.target1, .target2 {
    padding-bottom: 20px;
    clear: both;
}
.sidebar {
    background-color: #69bd49;
    background-image: url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png), -moz-linear-gradient(top, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%);
    background-image: url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png), -o-linear-gradient(top, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%);
    background-image: url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png), -webkit-linear-gradient(top, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%);
    background-image: url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png), linear-gradient(top, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%);
    background-repeat: repeat, no-repeat;
    padding: 20px 20px 23px;
    color: #fff;
    border-bottom: 2px solid #fff;
}
@media(min-width:1200px) {
    .sidebar {}
}
@-moz-document url-prefix() {
    @media(min-width:1200px) {
        .sidebar {
            /* height: 1301px;*/
        }
    }
}
.sidebar h3 {
    font-size: 31px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 18px;
    text-align: center;
    margin: 35px 0px;
}
.sidebar label {
    color: #fff
}
.sidebar p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 17px;
}
.sidebar hr {
    border-top: 2px solid #fff;
    margin-bottom: 0;
}
.tab-sq {
    position: relative;
    z-index: 10;
}
.tab-sq ul {
    margin-bottom: 0;
}
.tab-sq:after {
    content: '';
    display: block;
    background: url(http://cdn.myld.com.au/2/567/myld-training_9a098fb6ee.png) transparent left top no-repeat scroll;
    background-size: 100% 100%;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
}
.tab-sq ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.tab-sq li {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.tab-sq li a {
    background: rgb(54, 151, 16);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM2OTcxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NWMxNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(54, 151, 16, 1) 0%, rgba(101, 193, 65, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(54, 151, 16, 1)), color-stop(100%, rgba(101, 193, 65, 1)));
    background: -webkit-linear-gradient(top, rgba(54, 151, 16, 1) 0%, rgba(101, 193, 65, 1) 100%);
    background: -o-linear-gradient(top, rgba(54, 151, 16, 1) 0%, rgba(101, 193, 65, 1) 100%);
    background: -ms-linear-gradient(top, rgba(54, 151, 16, 1) 0%, rgba(101, 193, 65, 1) 100%);
    background: linear-gradient(to bottom, rgba(54, 151, 16, 1) 0%, rgba(101, 193, 65, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#369710', endColorstr='#65c141', GradientType=0);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-top: 98px;
    padding-bottom: 15px;
    text-transform: capitalize;
    font-size: 17px;
    position: relative;
}
.tab-sq li a:before {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 28%;
    left: 42%;
    content: "";
    background: url(http://cdn.myld.com.au/2/567/myld-training_b02268d642.png) no-repeat!important;
}
.tab-sq li a:hover, .tab-sq li a.active {
    text-decoration: none;
    background: rgb(0, 31, 46);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMWYyZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ5NmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 31, 46, 1) 0%, rgba(0, 73, 109, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 31, 46, 1)), color-stop(100%, rgba(0, 73, 109, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 31, 46, 1) 0%, rgba(0, 73, 109, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 31, 46, 1) 0%, rgba(0, 73, 109, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 31, 46, 1) 0%, rgba(0, 73, 109, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 31, 46, 1) 0%, rgba(0, 73, 109, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001f2e', endColorstr='#00496d', GradientType=0);
}
.tab-sq li:first-child a {
    border-left: none;
}
.tab-sq li:last-child a {
    border-right: none;
}
.main-area .inner-content {
    padding-top: 30px;
    padding-bottom: 19px;
}
.main-area .inner-content h3, .main-area .inner-content h4 {
    font-size: 18px;
    font-weight: 600;
}
.main-area .inner-content h4 {
    font-size: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 12px;
}
form .row.gutter-10 {
    margin-bottom: 15px;
}
.faq-number {
    background: #6abd4a;
}
/* footer
-----------------*/

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #dcdcdc;
}
.footer .container > .row {
    margin-left: -20px;
    margin-right: -20px;
}
.footer-inner {
    background-color: #001f2d;
    background-image: -moz-linear-gradient(bottom, rgba(0, 31, 46, .25) 0%, rgba(0, 73, 109, .25) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 31, 46, .25) 0%, rgba(0, 73, 109, .25) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0, 31, 46, .25) 0%, rgba(0, 73, 109, .25) 100%);
    background-image: linear-gradient(bottom, rgba(0, 31, 46, .25) 0%, rgba(0, 73, 109, .25) 100%);
    position: relative;
    z-index: 10;
    padding-top: 28px;
    padding-bottom: 10px;
}
.footer-inner:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #000;
    position: absolute;
    z-index: 10;
    left: 0;
    top: -20px;
}
.footer-inner:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #000;
    position: absolute;
    z-index: 10;
    right: 0;
    top: -20px;
}
.footer #synopsis {
    padding-left: 50px;
    padding-right: 50px;
}
.footer #contact-area {
    padding-right: 50px;
}
.footer ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-top: -7px;
}
.footer #site-map li {
    padding-left: 20px;
    background: url(http://cdn.myld.com.au/2/567/myld-training_431cdd9937.png) transparent left 7px no-repeat scroll;
}
.footer h3 {
    font-size: 25px;
    font-weight: 700;
    color: #6abd4a;
    margin-bottom: 34px;
}
.footer p, .footer li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: justify;
}
.footer li {
    line-height: 31px;
}
.footer li i {
    color: #6abd4a;
}
address {
    padding-left: 40px;
    margin-bottom: 10px;
    line-height: 31px;
}
address i {
    float: left;
    margin-left: -40px;
    marign-right: 5px;
    margin-top: 5px;
}
.footer-logo {
    padding-top: 25px;
}
.footer .socialmedia {
    padding-top: 24px;
}
.footer .socialmedia a {
    margin-right: 5px;
}
.ld-branding {
    padding-top: 69px;
}
.ld-branding img {
    float: right;
}
/* @media queries
-----------------*/

@media (min-width: 768px) {}@media (min-width: 992px) {
    .inner-wrap {
        padding-bottom: 478px;
    }
    .img-box img {
        width: 100%;
    }
    .background-clip {
        padding-bottom: 20px;
    }
}
@media (min-width: 1200px) {}@media (max-width: 1199px) {
    .slogan h1 {
        font-size: 36px;
    }
    .feed h2 {
        font-size: 32px;
    }
    .tab-sq li a {
        min-height: 169px;
        font-size: 14px;
    }
    #slider:after, .main-inner:before, .map-area:before {
        background-size: 100% 100%;
    }
    #map-canvas {
        height: 395px;
    }
    .tab-sq li a {
        font-size: 16px;
    }
}
/*beginning of default fixed menu bar*/

@media (max-width: 991px) {
    .tab-sq {} .sidebar {
        height: auto!important;
    }
    .image-gallery.paginate li {
        width: 23%;
        float: left;
        margin: .8%!important;
    }
    .logo-area .col-sm-5 .tel-num a {
        font-size: 48px;
    }
    .logo-area .col-sm-5 .email-area a {
        font-size: 20px;
    }
    .logo img {
        margin: 0 auto;
    }
    .slider-area .col-sm-12 {
        min-height: 0;
    }
    .slogan {
        margin-top: 20px;
    }
    .slogan h1 {
        font-size: 28px;
    }
    .feed h2 {
        font-size: 26px;
    }
    .content .background-clip {
        padding-bottom: 0;
    }
    .main-inner:before, .main-inner:after, .tab-sq:after, .map-area:before {
        display: none !important;
    }
    .nav-area {
        display: none;
    }
    #map-canvas {
        height: 350px;
    }
    .tab-sq li a {
        font-size: 24px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .tabs li a {
        padding-left: 30px;
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .sidebar {} .logo {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .logo-area .col-sm-5 .tel-num {
        padding: 10px 0px;
        text-align: center;
    }
    .logo-area .col-sm-5 .email-area {
        padding-top: 22px;
        text-align: center;
    }
    .logo-area .col-sm-5 .tel-num a {
        font-size: 36px;
    }
    .logo-area .col-sm-5 .email-area a {
        font-size: 18px;
    }
    .no-right-padding {
        padding-left: 0 !important;
    }
    .no-left-padding {
        padding-right: 0 !important;
    }
    .offset {
        padding-left: 35px;
        padding-right: 35px;
    }
    .main-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .slogan {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .slogan:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-bottom: 20px solid #000000;
        position: absolute;
        z-index: 10;
        left: 0;
        top: -20px;
    }
    .slogan h1 {
        font-size: 22px;
    }
    .feed h2 {
        font-size: 20px;
    }
    .no-left-padding .main:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #474747;
        position: absolute;
        z-index: 10;
        right: 0;
        top: -20px;
    }
    .main .inner-content p, .main .inner-content li, .main .inner-content label .main .inner-content h2 {
        text-align: left;
    }
    .img-box {
        padding-bottom: 15px;
    }
    .img-box img {
        margin: 0 auto;
    }
    .main h2 {
        font-size: 20px;
    }
    .tabs {
        top: 34px;
    }
    .tab-sq li a {
        min-height: 153px;
    }
    .forms {
        overflow: visible;
    }
    .btn-custom {
        float: none;
    }
    .sidebar {
        max-height: none;
    }
    .main-area .btn-custom {
        margin-bottom: 10px;
    }
    .gallery {
        text-align: center;
    }
    .gallery a {
        display: inline-block;
    }
    #map-canvas {
        height: 200px;
    }
}
@media (max-width: 568px) {
    .logo-area .col-sm-5 .tel-num {
        padding: 0px 0px;
        text-align: center;
    }
    .logo-area .col-sm-5 .email-area {
        padding-top: 5px;
        padding-bottom: 15px;
        text-align: center;
    }
    .logo-area .col-sm-5 .tel-num a {
        font-size: 30px;
    }
    .logo-area .col-sm-5 .email-area a {
        font-size: 14px;
    }
    .tabs {
        position: relative;
        top: auto;
        right: auto;
        left: 15px;
        margin-bottom: -2px;
        padding-left: 0;
    }
    .tabs li {
        display: inline-block;
        float: none;
    }
    .tabs li a {
        font-size: 16px;
        padding: 10px 10px 10px 25px;
        display: block;
        border-bottom: none;
    }
    .tabs li:nth-child(1) a {
        padding: 10px;
    }
    #contact-us #tab2 {
        right: auto;
        top: 0px;
    }
    .tab-sq li a {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .image-gallery.paginate li {
        width: 48%;
        float: left;
        margin: .8%!important;
    }
    .img-box, .img-box img, .gallery img {
        width: 100%;
    }
    .gallery a {
        width: 100%;
    }
}
.feed {
    background-color: #69bd49;
}
.sidebar {
    background: url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png) #69bd49;
    background-image: -moz-linear-gradient(bottom, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%), url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png);
    background-image: -o-linear-gradient(bottom, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%), url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png);
    background-image: -webkit-linear-gradient(bottom, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%), url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png);
    background-image: linear-gradient(bottom, rgba(32, 114, 0, .22) 0%, rgba(103, 255, 44, .22) 100%), url(http://cdn.myld.com.au/2/567/myld-training_cbdfecf30f.png);
}
.tab-sq li a:hover, .tab-sq li a.active {
    background-color: #69bd49;
}
#site-name {
    display: none;
}
.jmm-fixed-menu {
    background: #001f2d;
}
.jmm-menu, .jmm-menu li[data-menu*="dropdown"] a span[data-trigger*="dropdown"] {
    background: #00283b;
}
dl {
    font-size: 18px;
}
dl dd {
    text-align: justify;
}
#check_terms {
    box-shadow: none;
}
.main-area .inner-content h3 {
    font-size: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 12px;
}
/* WCU CSS Edits 
----------------*/

.navHeader {
    font-size: 23px!important;
    margin: 0px!important;
    line-height: 1.4285em;
    color: #fff!important;
}
.navHeaderSmall {
    font-size: 23px;
    font-weight: 400!important;
    margin: 0px!important;
    line-height: 1.31em;
}
.nav-pills > li > a {
    cursor: pointer;
}
.nav-pills>li>a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.margin-fix {
    margin: 0 auto;
}
.inner-content .videos-tab {
    width: 100%!important;
}
