/*Theme Name: Practical OutcomesAuthor: Common VenturesAuthor URI: http://www.commonv.com/ Description: Custom Wordpress theme for Practical OutcomesVersion: 1.0*/
html {
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.wf-loading {
    opacity: 0;
}

.wf-active {
    opacity: 1;
}

body, html {
    height: 100%;
    font-weight: 200;
    font-size: 20px;
}

header nav {
    padding: 10px 20px;
    background: rgba(109, 165, 79, 0.65);
    width: 100%;
    position: fixed;
    z-index: 9998;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

div p:last-child {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, strong {
    margin-top: 0;
    color: #95c56f;
    font-family: "proxima-nova-soft", "mr-eaves-modern", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
}

header h1, header h2, header h3, header h4, header h5, header h6 {
    color: #fff;
}

header nav .logo {
    height: 60px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: block;
    float: left;
    padding: 10px 0;
}

.b15 {
    margin-bottom: 15px;
}

.b20 {
    margin-bottom: 20px;
}

.b40 {
    margin-bottom: 40px;
}

header nav ul {
    display: none;
}

header nav ul li a, footer ul li a {
    color: #fff !important;
    border-radius: 3px;
}

header nav ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.phone {
    font-weight: 400;
    font-size: 20px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-radius: 0px;
    padding-right: 10px;
}

.separator {
    color: #fff;
}

.mobile-nav {
    z-index: 1000;
    position: fixed;
    background: rgba(109, 165, 79, 0.95);
    width: 100%;
    height: 100%;
    text-align: center;
    list-style: none;
    font-size: 24px;
    padding: 80px 0 0 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    display: block;
}

.mobile-nav.on {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-nav li {
    -webkit-transform: translateX(-100%) scale(0);
    -moz-transform: translateX(-100%) scale(0);
    -ms-transform: translateX(-100%) scale(0);
    -o-transform: translateX(-100%) scale(0);
    transform: translateX(-100%) scale(0);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mobile-nav li:nth-child(2) {
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.mobile-nav li:nth-child(3) {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.mobile-nav li:nth-child(4) {
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.mobile-nav li:nth-child(5) {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.mobile-nav li:nth-child(6) {
    -webkit-transition: all 550ms ease-in-out;
    -moz-transition: all 550ms ease-in-out;
    -ms-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

.mobile-nav li:nth-child(7) {
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}

.mobile-nav li:nth-child(8) {
    -webkit-transition: all 650ms ease-in-out;
    -moz-transition: all 650ms ease-in-out;
    -ms-transition: all 650ms ease-in-out;
    -o-transition: all 650ms ease-in-out;
    transition: all 650ms ease-in-out;
}

.mobile-nav li:nth-child(9) {
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    -ms-transition: all 700ms ease-in-out;
    -o-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
}

.mobile-nav li:nth-child(10) {
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.mobile-nav.on li {
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.mobile-nav li a {
    color: #fff !important;
    text-decoration: none;
    padding: 10px;
    display: block;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.mobile-nav li a:hover, .mobile-nav li a:active, .mobile-nav li a:focus {
    background: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.mobile-nav .children {
    padding-left: 0;
    font-size: 16px;
}

main section {
    padding: 80px 0;
}

main section:nth-child(even) {
    background: #f7fdf9;
}

#contact {
    padding: 100px 0 !important;
    background-color: #f7fdf9 !important;
}

header section {
    padding: 80px 0;
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.home header section {
    padding-top: 300px;
}

.home header section .button span:last-child {
    padding: 0 20px 0 40px;
}

header section {
    padding-top: 200px;
}

header section h1 {
    font-size: 50px;
    text-shadow: 1px 1px 1px #3c763d;
    line-height: 60px;
    margin-bottom: 0px
}

header section p {
    font-size: 35px;
    line-height: 37px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #3c763d;
}

.button {
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 50px;
    outline: none !important;
}

.button * {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.button span {
    float: left;
}

.button span:first-child {
    display: inline-block;
    background: rgba(109, 165, 79, 1);
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.button span:last-child {
    display: inline-block;
    background: green;
    padding: 0 20px 0 40px;
    margin-left: -3px;
    color: #fff;
    background: rgba(109, 165, 79, 0.5);
    margin-left: -30px;
}

.button.small span:last-child {
    background: rgba(109, 165, 79, 0);
    color: #95c56f;
}

.button:hover > span:last-child {
    background: rgba(109, 165, 79, 0.7);
    color: #fff;
}

.button.large span {
    height: 50px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}

.button.large span:first-child {
    width: 50px;
}

.button.small {
    -webkit-box-shadow: inset 0 0 0 1px rgba(109, 165, 79, 0.7);
    box-shadow: inset 0 0 0 1px rgba(109, 165, 79, 0.7);
}

.button.small span {
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.button.small span:first-child {
    width: 30px;
}

.button span i {
    color: #fff;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
}

.button span i:first-child {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.button span i:last-child {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.button:hover > span i:first-child {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.button:hover > span i:last-child {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

footer section {
    padding: 80px 0;
    background: #8dc072; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #8dc072 0%, #a0cd6a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #8dc072 0%, #a0cd6a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #8dc072 0%, #a0cd6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dc072', endColorstr='#a0cd6a', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.footer-logo {
    margin-bottom: 40px;
}

footer .disclaimer {
    padding: 40px 0;
    background: #84b35f;
    text-align: center;
    color: #b2db72;
}

footer .disclaimer a, footer .disclaimer a:hover, footer .disclaimer a:active, footer .disclaimer a:focus {
    color: #fff;
    margin: 0 20px;
    white-space: nowrap;
}

footer .logo img {
    height: 50px;
}

footer ul {
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
}

footer a, footer a:hover, footer a:active, footer a:focus {
    color: #fff;
    position: relative;
    text-decoration: none;
}

footer a::after {
    content: " ";
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    left: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

footer .logo::after {
    display: none;
}

footer a:hover::after {
    width: 100%;
}

footer .courses li:first-child {
    font-weight: 700;
    color: #fff;
}

.intro {
    margin-bottom: 40px;
}

main section:first-child .intro {
    margin-bottom: 0;
}

.intro.course-index {
    margin-bottom: 80px;
}

.intro p {
    margin: 0;
    font-size: 24px;
    text-align: center;
    font-size: 28px;
}

.hero-links {
    width: 90%;
    margin: 80px auto;
}

.hero-links a {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    margin: 10px 0;
}

.hero-links a span {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 20px 0;
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 2;
    color: #fff;
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background-color: rgba(109, 165, 79, 0.5);
}

.hero-links {
    width: 100%;
    margin: 80px auto 0px;
}

.hero-links a {
    width: calc(33.3% - 20px);
    float: left;
    display: block;
    position: relative;
    margin: 10px;
}

.hero-links a span {
    font-size: 22px;
}

.hero-links a.one {
    width: calc(100% - 20px);
}

.hero-links a.two {
    width: calc(100% - 20px);
}

.hero-links a.three {
    width: calc(100% - 20px);
}

.hero-links a.four {
    width: calc(100% - 20px);
}

.hero-links a.five {
    width: calc(100% - 20px);
}

.testimonial div {
    background-image: url(img/quote.png), url(img/quote-end.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

.testimonial {
    max-width: 90% !important;
    font-size: 24px;
    outline: none !important;
}

.testimonial div {
    margin: 0 60px;
    display: block;
    text-align: center;
    font-size: 22px;
}

.course-listing {
    margin-bottom: 40px;
}

.course-listing:last-child {
    margin-bottom: 0;
}

.course-listing h3 {
    color: rgba(109, 165, 79, 1);
}

.hero-links a img {
    width: 100%;
}

.hero-links a:hover > span {
    padding: 40px 0;
}

.home-course-links .link div {
    position: relative;
}

.home-course-links div a {
    display: block;
}

.home-course-links .link div a span {
    background: rgba(109, 165, 79, 0.8);
}

.home-course-links div a span {
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 2;
    color: #fff;
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.home-course-links a div img {
    width: 100%;
    height: auto;
}

.home-course-links div a:hover > span {
    padding: 20px 0;
}

.home-course-links .desc {
    text-align: center;
    padding: 10px;
}

img.alignright {
    float: right;
}

.home-links {
    margin-bottom: 80px;
}

.home-link {
    text-align: center;
    margin-bottom: 40px;
}

.home-link:last-child {
    margin-bottom: 0;
}

.home-link img {
    width: 100px;
    margin: 10px auto;
}

.home-link h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    display: block;
    color: #95c56f;
}

.home-link h3::after {
    display: block;
    content: " ";
    width: 80px;
    height: 1px;
    background: #95c56f;
    margin: 20px auto;
}

.home-link p {
    margin-bottom: 20px;
}

.home-link a {
    text-decoration: none !important;
}

.section-header {
    text-align: center;
    color: #95c56f;
    margin-top: 0;
}

.section-header::after {
    display: block;
    content: " ";
    width: 80px;
    height: 1px;
    background: #95c56f;
    margin: 20px auto 25px;
}

.posts .post h3 {
    font-weight: 400;
    color: #95c56f;
    margin-bottom: 0;
}

.post img {
    max-width: 100%;
    height: auto;
}

.meta {
    font-style: italic;
    margin: 10px 0;
    display: block;
}

.post.listing img {
    margin-bottom: 20px;
}

hr {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid #d4d4d4;
}

.expand {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    z-index: 9999;
}

.open span {
    display: block;
    width: 80%;
    height: 2px;
    background: #fff;
    position: absolute;
    margin: 0 10%;
}

.open span:first-child {
    top: 8px;
    -webkit-transition: all 200ms cubic-bezier(.56, .14, .88, .79);
    -moz-transition: all 200ms cubic-bezier(.56, .14, .88, .79);
    -ms-transition: all 200ms cubic-bezier(.56, .14, .88, .79);
    -o-transition: all 200ms cubic-bezier(.56, .14, .88, .79);
    transition: all 200ms cubic-bezier(.56, .14, .88, .79);
}

.open span:nth-child(even) {
    top: 50%;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: all 300ms cubic-bezier(.56, .14, .88, .79);
    -moz-transition: all 300ms cubic-bezier(.56, .14, .88, .79);
    -ms-transition: all 300ms cubic-bezier(.56, .14, .88, .79);
    -o-transition: all 300ms cubic-bezier(.56, .14, .88, .79);
    transition: all 300ms cubic-bezier(.56, .14, .88, .79);
}

.open span:last-child {
    bottom: 8px;
    -webkit-transition: all 400ms cubic-bezier(.56, .14, .88, .79);
    -moz-transition: all 400ms cubic-bezier(.56, .14, .88, .79);
    -ms-transition: all 400ms cubic-bezier(.56, .14, .88, .79);
    -o-transition: all 400ms cubic-bezier(.56, .14, .88, .79);
    transition: all 400ms cubic-bezier(.56, .14, .88, .79);
}

.expand.on .open span {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
}

.close span {
    display: block;
    width: 80%;
    height: 2px;
    background: #fff;
    position: absolute;
    margin: 0 10%;
}

.close span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -40px;
    top: 50%;
    -webkit-transition: all 200ms cubic-bezier(.56, .14, .88, .79);
    -moz-transition: all 200ms cubic-bezier(.56, .14, .88, .79);
    -ms-transition: all 200ms cubic-bezier(.56, .14, .88, .79);
    -o-transition: all 200ms cubic-bezier(.56, .14, .88, .79);
    transition: all 200ms cubic-bezier(.56, .14, .88, .79);
}

.close span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -40px;
    top: 50%;
    -webkit-transition: all 250ms cubic-bezier(.4, .19, .9, .65);
    -moz-transition: all 250ms cubic-bezier(.4, .19, .9, .65);
    -ms-transition: all 250ms cubic-bezier(.4, .19, .9, .65);
    -o-transition: all 250ms cubic-bezier(.4, .19, .9, .65);
    transition: all 250ms cubic-bezier(.4, .19, .9, .65);
}

.expand.on .close span {
    right: 0px;
}

/* ==== Courses Page ==== */
.course .side {
    padding: 30px;
    margin-bottom: 80px;
}

.course .content {
    padding: 80px 0;
}

.delivery {
    padding: 80px 0;
}

.course .side, .delivery {
    color: #fff;
    background: #8dc072; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #8dc072 0%, #a0cd6a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #8dc072 0%, #a0cd6a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #8dc072 0%, #a0cd6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dc072', endColorstr='#a0cd6a', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.side h1, .side h2, .side h3, .side h4, .side h5, .side p, .side p strong, .units strong {
    color: #fff;
}

.units, .delivery {
    padding: 80px 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    background: rgb(109, 165, 79);
}

.units div, .delivery div {
    z-index: 3;
    position: relative;
    color: #fff;
}

.course h2, .units h2, .delivery h2 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.units .bg, .delivery .bg {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    filter: blur(4px);
}

.units .bg::after, .delivery .bg::after {
    width: 100%;
    height: 100%;
    background: rgba(109, 165, 79, 0.85);
    content: " ";
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.units h2 {
    color: #fff;
}

.units p {
    margin-bottom: 20px;
}

.units strong {
    display: inline-block;
}

.side a {
    color: #fff !important;
}

.course-listing img {
    margin: 0 auto 20px;
}

/* ==== Flexible Page Elements ==== */
.content-block h2, .content-block h3, .content-block h4, .content-block h5 {
    color: #95c56f;
}

.content-block-photo-header {
    color: #fff !important;
    text-shadow: 1px 1px 1px #6d62a1;
    padding: 120px 0;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center center;
}

.content-block-header {
    color: #95c56f;
    font-size: 36px;
}

.content-block-header::after {
    display: block;
    content: " ";
    width: 80px;
    height: 1px;
    background: #95c56f;
    margin: 20px auto;
}

.content-block.photo {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.spacer {
    height: 0px;
    padding: 40px 0;
}

.small-spacer {
    height: 0px;
    padding: 20px 0;
}

.content-block-header::after {
    display: block;
    content: " ";
    width: 80px;
    height: 1px;
    background: #95c56f;
    margin: 20px auto;
}

.content-block table {
    width: 100%;
}

.content-block img {
    max-width: 100%;
    height: auto;
}

/*  BLOG  */
.cat-list h3:first-child {
    margin-top: 0;
}

.post.listing h3 {
    font-weight: 200;
}

.post h2, .post h3, .post h4, .post h5, .post h6 {
    color: #95c56f;
}

.post h2:first-child {
    margin-top: 0;
}

.post span, .post p, .post ul li, .post ol li {
    font-weight: 200 !important;
}

.cat-list, .tag-list {
    font-size: 20px;
    margin-bottom: 40px;
}

.tag-list a {
    color: #95c56f;
    text-decoration: none;
    background: rgba(99, 156, 186, 0.2);
    padding: 3px;
    border-radius: 6px;
    display: inline-block;
    margin: 2px !important;
    white-space: nowrap;
    vertical-align: middle;
}

.blog-desc {
    font-size: 24px;
}

.post {
    margin-bottom: 40px;
}

/*  FEATURE BLOCKS  */
.feature-blocks .block {
    width: 100%;
    position: relative;
    min-height: 500px;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    margin: 40px 0;
}

.feature-blocks .block.half {
    float: left;
    width: 100%;
    background-attachment: scroll;
}

.feature-blocks .block.third {
    float: left;
    width: 100%;
    background-attachment: scroll;
}

.feature-blocks .block.quarter {
    float: left;
    width: 100%;
    background-attachment: scroll;
}

.block.half .content {
    padding: 0 60px;
}

.block .content {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}

.block .content.empty {
    background: transparent;
    padding: 0;
}

html .wpgmza_map {
    margin-bottom: 40px;
}

/*  Google Custom Search */
.search {
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    padding: 0 10px;
}

.search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    display: block;
    z-index: 99999;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity 200ms cubic-bezier(.41, .51, .82, .54);
    -moz-transition: opacity 200ms cubic-bezier(.41, .51, .82, .54);
    -ms-transition: opacity 200ms cubic-bezier(.41, .51, .82, .54);
    -o-transition: opacity 200ms cubic-bezier(.41, .51, .82, .54) transition : opacity 200 ms cubic-bezier(.41, .51, .82, .54);
    opacity: 0;
}

.search-box {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 600px;
    padding: 30px;
    border: #f1f0f0 solid 1px;
    max-width: 90%;
}

.search-overlay.on {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.search-overlay .close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

html .gsc-search-button input {
    padding: 15px;
    height: auto;
    border-radius: 4px;
    font-size: 16px;
    width: auto;
}

html .gsc-input input {
    padding: 15px;
    background: transparent !important;
}

html .gsc-input-box {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ededed !important
}

html .gsc-clear-button {
    display: none;
}

html .gsc-above-wrapper-area {
    display: none;
}

html .gs-title {
    font-size: 18px;
}

html .gs-result .gs-title {
    text-decoration: none !important;
}

html .gsc-table-result {
    margin-bottom: 30px;
}

html .gsc-input, html td.gsc-search-button {
    background: transparent !important;
}

html .gsc-resultsbox-visible td, html .gsc-resultsbox-visible tr {
    background: transparent !important;
}

html .gsc-adBlock {
    display: none !important;
}

html .slick-prev:before {
    font-family: 'ctg';
    content: '\f104';
    line-height: 20px;
    font-size: 60px;
    color: #fff !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

/* '' */
html .slick-next:before {
    font-family: 'ctg';
    content: '\f105';
    line-height: 20px;
    font-size: 60px;
    color: #fff !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

/* '' */
html .slick-prev, html .slick-next {
    background: transparent !important;
    opacity: 1 !important;
}

html .slick-prev {
    left: 0;
}

html .slick-dots li button:before {
    text-shadow: 0px 0px 2px rgba(150, 146, 150, 1);
    font-size: 40px;
}

html .slick-slider {
    margin-bottom: 0px;
}

.enquire {
    margin-top: 20px;
}

.social {
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    background: #9fcd6a;
}

.social a {
    text-decoration: none !important;
    color: #fff;
    padding: 0 20px;
    text-decoration: none !important;
    color: #fff;
    padding: 10px;
    margin: 0 20px;
    background: rgba(121, 173, 200, 0);
    border-radius: 5px;
    -webkit-transition: background 200ms cubic-bezier(.41, .51, .82, .54);
    -moz-transition: background 200ms cubic-bezier(.41, .51, .82, .54);
    -ms-transition: background 200ms cubic-bezier(.41, .51, .82, .54);
    -o-transition: background 200ms cubic-bezier(.41, .51, .82, .54) transition : background 200 ms cubic-bezier(.41, .51, .82, .54);
    white-space: nowrap;
}

.social a:hover, .social a:focus, .social a:active {
    background: rgba(255, 255, 255, 0.3);
}

table {
    margin-bottom: 40px;
}

thead {
    background: rgba(150, 150, 150, 0.4);
}

td {
    background: rgba(150, 150, 150, 0.1);
}

tr:nth-child(2n) {
    background: rgba(150, 150, 150, 0.2);
}

td:nth-child(2n) {
    background: rgba(150, 150, 150, 0.15);
}

tr:last-child {
    border-bottom: none;
}

td, th {
    padding: 10px;
}

.embed-responsive iframe {
    width: 100%;
    height: auto;
}

.button-row {
    text-align: center;
    padding: 40px 0;
}

/* == Hubspot overrides == */
html .hs-input {
    width: 100%;
    border: 1px solid #cadccd;
}

html .hs-input div textarea {
    min-height: 150px;
}

html .hs-error-msgs {
    display: none;
    list-style: none;
    padding-left: 5px;
}

html .hs_firstname, html .hs_lastname {
    float: none;
}

html .hs_email {
    clear: left;
}

html .hs-form-field {
    margin-bottom: 20px;
}

html .hs_form_field label {
    font-weight: 300;
}

html label {
    font-weight: 300;
    font-size: 18px;
}

html .hs-button {
    border: 1px solid #95c56f;
    background: transparent;
    color: #95c56f;
    padding: 5px 20px;
    margin: 0 auto;
    border-radius: 2px;
    margin-top: 10px;
}

html .hs-form-required {
    font-size: 16px;
    margin-left: 5px;
}

.back-to-top {
    padding: 20px;
    width: 60px;
    height: 60px;
    display: block;
    background: #95c56f;
    position: fixed;
    bottom: 80px;
    left: 15px;
    transform: translateX(-100px);
    -webkit-transition: all 100ms cubic-bezier(.41, .51, .82, .54);
    -moz-transition: all 100ms cubic-bezier(.41, .51, .82, .54);
    -ms-transition: all 100ms cubic-bezier(.41, .51, .82, .54);
    -o-transition: all 100ms cubic-bezier(.41, .51, .82, .54) transition : all 100 ms cubic-bezier(.41, .51, .82, .54);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    border-radius: 50%;
    z-index: 99999;
    transform-origin: center;
}

.back-to-top.on {
    transform: translateX(0);
}

.back-to-top:hover {
    transform: scale(1.1, 1.1);
}

.back-to-top i {
    color: #fff;
    font-size: 27px;
    padding: 0px;
    display: block;
    transform: rotate(-90deg);
}

/* ==== FOOTER CONTACT ==== */
footer .disclaimer {
    padding: 40px 0 100px 0;
}

.bottom-contact {
    position: fixed;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    bottom: -60px;
    width: 100%;
    background: rgba(99, 159, 196, 1);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
    padding: 0 15px;
    -webkit-transition: all 200ms cubic-bezier(.41, .51, .82, .54);
    -moz-transition: all 200ms cubic-bezier(.41, .51, .82, .54);
    -ms-transition: all 200ms cubic-bezier(.41, .51, .82, .54);
    -o-transition: all 200ms cubic-bezier(.41, .51, .82, .54) transition : all 200 ms cubic-bezier(.41, .51, .82, .54);
    z-index: 999;
}

.bottom-contact.on {
    bottom: 0;
}

.bottom-contact a {
    color: #fff !important;
}

.bottom-contact a:first-child {
    font-weight: bold;
    margin-right: 30px;
}

.bottom-contact .enquire {
    background: #fff;
    padding: 5px;
    float: right;
    display: block;
    line-height: 20px;
    margin-top: 15px;
    border-radius: 2px;
    color: #639fc4 !important;
    text-decoration: none !important;
}

/* ==== FOOTER CONTACT ==== */
footer .disclaimer {
    padding: 40px 0 100px 0;
}

.bottom-contact {
    position: fixed;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    bottom: -60px;
    width: 100%;
    background: #9FCD60;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
    padding: 0 15px;
    -webkit-transition: all 200ms cubic-bezier(.41, .51, .82, .54);
    -moz-transition: all 200ms cubic-bezier(.41, .51, .82, .54);
    -ms-transition: all 200ms cubic-bezier(.41, .51, .82, .54);
    -o-transition: all 200ms cubic-bezier(.41, .51, .82, .54) transition : all 200 ms cubic-bezier(.41, .51, .82, .54);
    z-index: 999;
}

.bottom-contact.on {
    bottom: 0;
}

.bottom-contact a {
    color: #fff !important;
}

.bottom-contact a:first-child {
    font-weight: bold;
    margin-right: 30px;
}

.bottom-contact .enquire {
    background: #fff;
    padding: 5px;
    float: right;
    display: block;
    line-height: 20px;
    margin-top: 15px;
    border-radius: 2px;
    color: #9FCD60 !important;
    text-decoration: none !important;
}

/* ==== FAQ ==== */
dt {
    position: relative;
}

dt h3 {
    cursor: pointer;
    width: 100%;
    padding: 5px;
    background: #ecf5eb;
    border-radius: 3px;
}

dt i {
    color: #94c56c;
    position: absolute;
    display: block;
    right: 7px;
    top: 5px;
    -webkit-transition: all 200ms cubic-bezier(.41, .51, .82, .54);
    -moz-transition: all 200ms cubic-bezier(.41, .51, .82, .54);
    -ms-transition: all 200ms cubic-bezier(.41, .51, .82, .54);
    -o-transition: all 200ms cubic-bezier(.41, .51, .82, .54) transition : all 200 ms cubic-bezier(.41, .51, .82, .54);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

dt.on i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

dd {
    margin-bottom: 20px;
    padding: 0 20px;
}

/* Small devices (tablets, 768px and below) */
@media (max-width: 768px) {
    h2, .content-block-header {
        font-size: 32px;
    }

    .home header section, header section {
        padding-top: 150px;
        padding-bottom: 40px;
    }

    .home header section h1, header section h1 {
        font-size: 40px;
        line-height: 46px;
        padding: 10px 15px;
    }

    header section p {
        font-weight: 400;
        font-size: 30px;
        padding: 10px 15px;
    }

    main section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    section#contact {
        padding-top: 30px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    header nav .logo {
        height: 45px;
        padding: 0;
    }

    header nav ul {
        display: none;
    }

    header nav ul li {
        font-size: 16px;
    }

    header nav ul li a {
        padding: 0 5px;
    }

    header nav {
        padding: 20px;
        background: rgba(109, 165, 79, 0.65);
        width: 100%;
        position: fixed;
        z-index: 9998;
    }

    header nav.scrolled {
        padding: 10px 20px;
        background: rgba(109, 165, 79, 0.95);
    }

    header section {
        padding-top: 200px;
    }

    .home header section {
        padding-top: 300px;
    }

    .feature-blocks .block.quarter {
        float: left;
        width: 50%;
    }

    html .hs_firstname, html .hs_lastname {
        float: left;
        width: calc(50% - 10px);
    }

    html .hs_lastname {
        margin-left: 20px;
    }

    .hero-links a.one {
        width: calc(100% - 20px);
    }

    .hero-links a.two {
        width: calc(100% - 20px);
    }

    .hero-links a.three {
        width: calc(100% - 20px);
    }

    .hero-links a.four {
        width: calc(50% - 20px);
    }

    .hero-links a.five {
        width: calc(100% - 20px);
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    header section p {
        font-size: 30px;
    }

    .home header section {
        padding-top: 350px;
    }

     .bottom-contact {
        display: none;
    }

    footer .disclaimer {
        padding: 40px 0;
    }

    .social-sidebar {
        display: block;
        position: fixed;
        right: 0;
        width: 70px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 999;
    }

    .social-btn {
        width: 60px;
        display: block;
        height: 60px;
        color: #fff;
        line-height: 60px;
        text-align: center;
        background: #84b35f;
        -webkit-transition: all 100ms cubic-bezier(.41, .51, .82, .54);
        -moz-transition: all 100ms cubic-bezier(.41, .51, .82, .54);
        -ms-transition: all 100ms cubic-bezier(.41, .51, .82, .54);
        -o-transition: all 100ms cubic-bezier(.41, .51, .82, .54) transition : all 100 ms cubic-bezier(.41, .51, .82, .54);
        float: right;
    }

    .social-btn:hover {
        width: 70px;
        color: #fff;
    }

    .social-btn:nth-child(even) {
        background: #97c16c;
    }

 

    .desktop-nav {
        display: none;
    }

    .expand {
        display: block;
    }

    header nav ul {
        display: block;
    }

    .home header section {
        padding-top: 400px;
    }

    header nav .logo {
        height: 45px;
    }

    .course .content {
        padding: 80px 80px 80px 0;
    }

    .course .side {
        padding: 80px 30px;
        margin-bottom: 0px;
    }

    .units strong {
        min-width: 150px;
    }

    .home-link {
        margin-bottom: 0;
    }

    .hero-links a.one {
        width: calc(100% - 20px);
    }

    .hero-links a.two {
        width: calc(50% - 20px);
    }

    .hero-links a.three {
        width: calc(33.3% - 20px);
    }

    .hero-links a.four {
        width: calc(25% - 20px);
    }

    .hero-links a.five {
        width: calc(33.333% - 20px);
    }

    .hero-links a.five:nth-child(4n), .hero-links a.five:nth-child(5n) {
        width: calc(50% - 20px);
    }

    html .slick-prev:before {
        font-size: 100px;
    }

    /* '' */
    html .slick-next:before {
        font-size: 100px;
    }

    /* '' */
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    header section {
        padding-top: 300px;
    }

    .home header section {
        padding-top: 400px;
    }

  .hero-links {
        width: 90%;
        margin: 80px auto;
    }

.mobile-nav {
	display: none;
}
   .expand {
        display: none;
    }

    .feature-blocks .block.half {
        float: left;
        width: 50%;
    }

    .feature-blocks .block.third {
        float: left;
        width: 33.333%;
    }

    .feature-blocks .block.quarter {
        float: left;
        width: 25%;
    }

    .desktop-nav {
        display: block;
        float: right;
        list-style: none;
        margin-bottom: 0;
    }

    .desktop-nav li {
        float: left;
        margin: 10px 0;
        font-size: 20px;
        text-transform: none;
        line-height: 30px;
    }

    nav.scrolled .desktop-nav li {
        margin: 10px 0;
    }

    .desktop-nav li a {
        text-decoration: none !important;
    }

    .desktop-nav li ul {
        list-style: none;
        padding-left: 0;
        opacity: 0;
        position: absolute;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: opacity 400ms ease-in-out;
        -moz-transition: opacity 400ms ease-in-out;
        -ms-transition: opacity 400ms ease-in-out;
        -o-transition: opacity 400ms ease-in-out;
        transition: opacity 400ms ease-in-out;
        background: rgba(109, 165, 79, 0.1);
    }

    .desktop-nav li ul li {
        float: left;
        margin: 0px;
        font-size: 16px;
        text-transform: none;
    }

    .desktop-nav li:hover > ul {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    header nav ul li a {
        padding: 5px 3px;
        margin: 0 2px;
    }
}

@media (min-width: 1300px) {
    header nav {
        padding: 20px;
    }

    header nav ul li a {
        padding: 5px;
        margin: 0 5px;
    }

    header nav .logo {
        height: 50px;
    }

    .home header section {
        padding-top: 500px;
    }

    .hero-links a.five {
        width: calc(20% - 20px);
    }

    .hero-links a.five:nth-child(4n), .hero-links a.five:nth-child(5n) {
        width: calc(20% - 20px);
    }
}

.logos {
    background: #f7fdf9;
    text-align: center;
    padding: 5px 0 50px;
}

.logos img:last-child {
    padding: 0 0 15px 25px;
}

.tablepress thead th {
    background: #8CBE70 !important;
    color: #fff;
    border-bottom: 1px solid #598B3D !important;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background: #598B3D !important;
}

.cta {
    background: #8cbe70;
}

.cta p {
    color: #fff;
    font-size: 34px;
    line-height: 136px;
    float: left;
    font-family: "proxima-nova-soft", "mr-eaves-modern", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.cta .cbtn {
    margin: 38px 0 0 20px;
    float: left;
    width: 159px;
    height: 60px;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ8AAAA8CAMAAABPTZiSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABgUExURf///324X8fgut7t1oS7aZTDe+nz5Expcf////P58LHUoPn8+JzJhom+bZDCd364YdLmyIzAc6bPkoq/cLjZqIvAcozAcYzAco3Ac9vr04y/coi+bIu/cIO7ZnWzVWWrQmjnpHoAAAAcdFJOU9n65ePM5d4A1dry2/nm/ernG9rX2IqoaVnZQ7pYYadvAAAEU0lEQVRo3s2aiZKrKhBAATPcZhE1i1kG8P//8naLmWxi8u6rGumqpBJFOfauyP7MSXc5HvrvzW/Jd384XrpZEjYDd+o3DedN/fVbUtN0m/7UfcDXHXac19u9OEupfkekPIv9tuZ8d+je8HWHGuGEZL8vUiBi/Uz4yHfc8Xq/BtyEuK/57pjl6/rQbNejGwm3Tei7eb7Lju/ObG05I8Vlju9UN1vF1he1berTK98xNHtWhuybcHzmO/lGsFJENP70yHepC8IjwPpyz9ftijHu1cS77o6v51tWlmx5f+M7hi9VGJ/6SjHCknXPrDQ5JwsT36E46yYLHxJfV9frFTXIl7q67ka+A18tdqESecA9KZCh99XVenw8D1jV6IHsz2lF7wMZYh5wy0/I13OxIp8Poc0BCsyBrNssRwcAfL7v+n/poCc+H3gOUNabjl2aZfMqkb0+prQw9/+NSP+h1fJjvgUNbpsLOy5HL4ghyszh0A78vu6ACUPyJje08DGfywLu+ZEdFt0PlAtc5/iq6B71Z5OxwMbqc748oOAH1i/WNmi5C17BR3xAfB61/R/5siY+Nz37Xg4PG4VOKYBcPrk9fo8BMPKlUEg7jPWOWwNs4oM07PFrji+jQVl/s82XXMqf0bE2WkM/K6PwA8xUFchK4mTEp1pJO1uV7NvaqCHpD3AUjgdJIxQNGH/N2HcEnNG4/Nog30JrBRpnU46cyoSowxCtAhm9jgPXJtEPFqeJwYx8XI0Zl/jA4KhoK4wwC6AH9GI3PEFc9ZcBVG/48HCOtY8g0be4F60jXh+cEB4xRvtaXsHkAjhGgoih1cRnEU5HdF4XFHPR4nA9b1+XAXzLJ3gYBZ3euNiiRYM3xuOZEMMlPoFsLoXQyIew6IUV7VQwGkDEtg2OS/ESNT/6c7M++I4P57PaWk1aQ74z+lIIynjEhfbKp7wVk2ISH2ka+chtk11lsNa2QTsLs/lv1B/Ki3oTn1xKLopiUFAeQVaJLmXJvlpJioMUv6ivyTQjX8qZFQ6LglWetK4jDrb8tVe50x8eI+biYym/uGG8IpxqEMwGF2L0NLGnX05i/UDPAmSwU/7zYwCgFwzkCy7GGJAJryNSmHiT4SP9Bf8aH5RfFvKz0noqba2mmGwr2kB8FW5AzUqtzVgtJscxQo9+SPWX9CiuJxAYYEq/prhb/HI3U0UpPy/VN7jrRwxR0Aayr4RbWsYe86eKPPUvcD3BXQ6f1x/lrfn6dvywuzdXLSW+hxwpPuumsvXXY4mHTH/wrr/64fNTTwKS33c0mJu5+l98mFjEfL9I/dW7/vSHT9vJgdEt74Cgsv+svlv/B9n+9OP+/lbcn84G/4w38s1Gxq2/X/n+KBMZd/dHq95fSmozlu8vV74/z+Jd78+Lf75R+vOh4p+vlf58svjnu8U/Hy99faH49Zni17eKXx8sfn21+PXp4tf3y38/ovj3S8p/P6ew95v+Aj0Wew00/FiZAAAAAElFTkSuQmCC);
}

.cta .cbtn span {
    color: transparent;
}

.cta .innerwrap {
    width: 680px;
    margin: auto;
    text-align: center;
}

@media (min-width: 992px) {
    #livechat {
        bottom: 0 !important;
    }
}

.in-menu-button a {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

@media (min-width: 1200px) {
    .menu-item ul.sub-menu {
        padding-top: 0px;
    }

    .desktop-nav li ul li {
        float: none;
        background: rgba(109, 165, 79, 0.65);
    }
}

@media (max-width: 1200px) {
    .mobile-nav .sub-menu {
        display: none;
        padding: 0;
        list-style: none;
        background: rgba(183, 221, 163, 0.7);
    }
}

.mobile-nav li .arrow {
    position: absolute;
    right: 15px;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 2;
    color: #fff;
}
.page-numbers {
    padding: 0 10px;
    font-size: 25px;
    font-weight: bold;
}
.nav-links{
    text-align: center;
}