*, *::after, *::before, *::after, *::before {
    box-sizing: inherit;
}
.button, body, button, input, input[type="button"], input[type="reset"], input[type="submit"], label, select {
    font-family: Roboto,Helvetica,"Helvetica Neue",Arial,sans-serif;
}
h1, h2 {
    font-weight: 400;
    //text-transform: uppercase;
}
h1, h2, h3, h4 {
    font-weight: 400;
}
h4, h5 {
    font-size: 1.125rem;
}
hr, td {
    border-bottom: 1px solid #ddd;
}
img, picture, select {
    //width: 100%;
}
html {
    box-sizing: border-box;
    font-family: sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
.section_aside, [hidden], template {
    display: none;
}
a {
    background-color: transparent;
    color: #389dce;
    text-decoration: none;
    transition: color 0.1s linear 0s;
}
.nav_button, .nav_main ul {
    transition-timing-function: cubic-bezier(0.15, 0.6, 0.5, 1);
}
a:active, a:focus, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, optgroup, strong {
    font-weight: 700;
}
h5, strong {
    //font-weight: 500;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0 none repeat scroll 0 0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img, legend {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
pre, textarea {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
.accordion, .card, .overview .overview_value .icon, .preview, .showmore-content #show-less, .showmore-content #show-more {
    cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
blockquote, body, caption, dd, dl, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, table, td, th, ul {
    margin: 0;
    padding: 0;
}
address, blockquote, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, select, table, ul {
    margin-bottom: 1.5rem;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 1.5rem;
}
dd, ol, ul {
    margin-left: 1.5rem;
}
body {
    color: #555;
    font-feature-settings: "kern", "liga", "pnum";
    font-size: 1.2em;
    line-height: 1.5;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}
h1 {
    font-size: 1.75rem;
}
@media (min-width: 768px) {
h1 {
    font-size: 2rem;
}
}
h2 {
    font-size: 1.375rem;
}
@media (min-width: 768px) {
h2 {
    font-size: 1.5rem;
}
}
h3 {
    font-size: 1.25rem;
}
@media (min-width: 768px) {
h3 {
    font-size: 1.3125rem;
}
}
h6 {
    font-size: 1rem;
    font-weight: 200;
}
a:active, a:focus, a:hover {
    color: #257095;
}
hr {
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    box-sizing: content-box;
    height: 0;
    margin: 1.5rem 0;
}
img, picture {
    margin: 0;
}
@media (min-width: 1024px) {
h1 {
    font-size: 2.5rem;
}
h3 {
    font-size: 1.625rem;
}
.section_aside, .section_aside:last-child {
    margin-right: 0;
}
.section_aside {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #555;
    display: block;
    float: left;
    height: auto;
    padding: 0 15px;
    position: relative;
    transition-property: top;
    width: 23.2318%;
}
.sticky-aside .section_aside {
    display: block;
    left: auto;
    position: fixed;
    right: 30px;
    top: 20px;
    width: 224px;
}
}
@media (min-width: 1170px) {
h2 {
    font-size: 1.875rem;
}
.section_aside {
}
.sticky-aside .section_aside {
    left: 50%;
    transform: translateX(118%);
    -ms-transform: translateX(118%);
    -webkit-transform: translateX(118%);
    -moz-transform: translateX(118%);
    -o-transform: translateX(118%);
    width: 265px;
}
}
.section_aside h1 {
    display: none;
}
@media (min-width: 1024px) {
.fixed-to-bottom.sticky-aside .section_aside {
    position: absolute;
    top: auto !important;
}
.section_aside h1 {
    border-bottom: 1px solid #555;
    color: #555;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
}
.page_cta a, .page_hero {
    color: #fff;
}
.section_aside .icon {
    fill: #fff;
}
.section_mobileAside {
    background: #7dc242 none repeat scroll 0 0;
    bottom: 0;
    display: flex;
    height: 50px;
    left: 0;
    position: fixed;
    width: 100vw;
    z-index: 1;
}
.section_mobileAside .aside_contact {
    flex: 1 1 auto;
}
.page_cta {
    padding: 0 20px;
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.page_header, .page_header .header_content {
    width: 100vw;
}
@media (min-width: 768px) {
.section_mobileAside {
    height: 60px;
}
.page_cta {
    padding: 0 30px;
}
}
@media (min-width: 1024px) {
.section_mobileAside {
    display: none;
}
.page_cta {
    padding: 0 30px;
}
}
.page_cta .cta_content {
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
}
.page_cta .button {
    border-radius: 4px;
}
.page_cta h2 {
    text-transform: none;
}
.accordion .accordion_summary, .accordion_groupTitle h4, .breadcrumbs_content, .card-back .card_title h4, .home_info .column1, .modal_title, .nav_main a, .preview::after {
    text-transform: uppercase;
}
.page_cta .column2 {
    display: block;
}
.page_cta.fullWidth {
    position: relative;
    transform: none;
}
@media (min-width: 1170px) {
.section_aside h1 {
    font-size: 1rem;
}
.page_cta .cta_content {
    margin: 0 auto;
    max-width: 1110px;
}
}
@media (min-width: 768px) {
.page_cta .cta_content {
    flex-wrap: nowrap;
}
.page_header .header_content {
    height: 110px;
    width: calc(100vw - 40px);
}
}
.page_header .page_logo {
    height: 40px;
    width: 210px;
    z-index: 1;
}
@media (min-width: 1024px) {
.page_header .page_logo {
    height: 60px;
    width: 300px;
}
}
.page_hero {
    align-items: center;
    //background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    //display: flex;
    height: 200px;
    margin-bottom: 40px;
    padding: 0;
    position: relative;
    //text-align: center;
}
.page_hero .section_content::after, .page_hero .section_header::after, .section_content::after, .section_header::after {
    clear: both;
    content: "";
    display: table;
}
.page_hero .section_header {
    margin-left: auto;
    margin-right: auto;
    max-width: 68em;
    padding: 0 20px;
    position: relative;
}
@media (min-width: 768px) {
.page_hero {
    height: 300px;
    margin-bottom: 60px;
}
.page_hero .section_header {
    padding: 0 30px;
}
}
@media (min-width: 1024px) {
.page_hero .section_header {
    padding: 0 30px;
}
}
@media (min-width: 1170px) {
.page_hero .section_header {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
}
.page_hero .section_content {
    margin-left: auto;
    margin-right: auto;
    max-width: 68em;
    padding: 0 20px;
    position: relative;
}
@media (min-width: 768px) {
.page_hero .section_content {
    padding: 0 30px;
}
}
@media (min-width: 1024px) {
.page_hero .section_content {
    padding: 0 30px;
}
}
@media (min-width: 1170px) {
.page_hero .section_content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
}
.hero_background {
    //background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.page_section .wrapper .section_content {
    padding-left: 0;
    padding-right: 0;
}
.section_content, .section_header {
    margin-left: auto;
    margin-right: auto;
    max-width: 68em;
    padding: 0 20px;
    position: relative;
}
@media (min-width: 768px) {
.section_content, .section_header {
    padding: 0 30px;
}
}
@media (min-width: 1024px) {
.section_content, .section_header {
    padding: 0 30px;
}
}
@media (min-width: 1170px) {
.section_content, .section_header {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
}
.page_section .section_header {
    padding: 60px 20px 40px;
    text-align: center;
}
.page_section .section_header > * {
    margin: 0;
}
@media (min-width: 768px) {
.page_section .section_header {
    padding: 60px 30px;
}
}
.page_section .section_content {
    flex: 1 1 auto;
    padding: 0 20px 60px;
}
@media (min-width: 768px) {
.page_section .section_content {
    padding: 60px 30px 100px;
}
main.page_section .section_content {
    padding: 0 30px 100px;
}
}
@media (min-width: 1024px) {
.main .section_content {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 74.4106%;
}
.main .section_content:last-child {
    margin-right: 0;
}
}
.page_footer {
    background: #f4f4f4 none repeat scroll 0 0;
}
.footer_aside {
    display: block;
    float: left;
    height: 100%;
    margin-right: 2.35765%;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.footer_aside:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.footer_aside {
    display: block;
    float: left;
    margin-right: 2.35765%;
    padding: 40px 0;
    width: 31.7616%;
}
.footer_aside:last-child {
    margin-right: 0;
}
}
@media (min-width: 1024px) {
.footer_aside {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.7616%;
}
.footer_aside:last-child {
    margin-right: 0;
}
}
.footer_aside .logo {
    height: 35px;
    width: 189px;
}
@media (min-width: 768px) {
.footer_aside .logo {
    height: 40px;
    width: 216px;
}
}
@media (min-width: 1024px) {
.footer_aside .logo {
    height: 49px;
    width: 262px;
}
}
.nav_main, .nav_main ul {
    height: 100vh;
    position: absolute;
    transition-duration: 0.3s;
}
.footer_content {
    display: block;
    float: left;
    margin-left: auto;
    margin-right: 2.35765%;
    max-width: 68em;
    padding: 10px 0 20px;
    width: 100%;
}
.footer_content::after {
    clear: both;
    content: "";
    display: table;
}
.footer_content:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.footer_content {
    display: block;
    float: left;
    margin-right: 0;
    padding: 40px 0;
    width: 65.8808%;
}
.footer_content:last-child {
    margin-right: 0;
}
}
@media (min-width: 1024px) {
.footer_content {
    display: block;
    float: left;
    margin-right: 0;
    padding: 40px 0;
    width: 65.8808%;
}
.footer_content:last-child {
    margin-right: 0;
}
}
.footer_content div {
    display: block;
    float: left;
    margin: 10px 0 20px;
    width: 100%;
}
.footer_content div:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.footer_content div {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 65.8808%;
}
.footer_content div:last-child, .footer_content div:nth-child(2n) {
    margin-right: 0;
}
.footer_content div:nth-child(2n+1) {
    clear: left;
}
}
.footer_content h5 {
    color: #888;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.footer_content ul {
    margin: 0;
}
.footer_content a {
    color: #ccc;
    font-size: 14px;
}
.footer_link {
    display: none;
    position: absolute;
}
.copyright {
    border-top: 1px solid #696969;
    color: #888;
    display: block;
    float: left;
    font-size: 0.875rem;
    font-weight: 300;
    margin-right: 2.35765%;
    padding: 20px 0 50px;
    text-align: center;
    width: 100%;
}
.copyright:last-child {
    margin-right: 0;
}
.nav_main {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    max-height: 0;
    overflow: hidden;
    top: 0;
    width: 100vw;
    z-index: -1;
}
.main-nav-is-active .nav_main {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    max-height: none;
    z-index: 2;
}
.main-nav-is-closing .nav_main {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    z-index: 1;
}
.nav_main ul {
    //background: #499800 none repeat scroll 0 0;
    left: 100vw;
    margin: 0;
    padding: 0;
    transition-delay: 0.3s;
    width: 60vw;
}
.main-nav-is-active .nav_main ul {
    -ms-transform: translateX(-60vw);
    -webkit-transform: translateX(-60vw);
    -moz-transform: translateX(-60vw);
    -o-transform: translateX(-60vw);
    transform: translateX(-60vw);
}
.nav_main li {
    border-bottom: 1px solid #7dc242;
    display: block;
    width: 60vw;
}
.nav_main a {
    //background: #499800 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 21px 20px;
}
.nav_main .current-menu-item a {
    background: #60c6f6 none repeat scroll 0 0;
    font-weight: bold;
}
@media (min-width: 768px) {
.nav_main, .nav_main ul {
    height: auto;
    left: auto;
    width: auto;
}
.nav_main {
    bottom: 20px;
    max-height: none;
    position: absolute;
    right: 0;
    top: auto;
    transform: none;
    transition-duration: 0s;
    z-index: 1;
}
.nav_main .menu-item-331, .nav_main .page-item-28 {
    display: none;
}
.main-nav-is-active .nav_main, .main-nav-is-closing .nav_main {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    z-index: 1;
}
.nav_main ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    transform: none !important;
    transition-delay: 0s;
    transition-duration: 0s;
}
.nav_main li {
    border: medium none;
    display: inline-block;
    margin-left: 30px;
    width: auto;
}
}
@media (min-width: 768px) {
.nav_main li + li {
    border: medium none;
}
.nav_main a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #555;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
}
}
.button.alert, .button.secondary, .button.success, .button.transparent {
    border-style: solid;
    border-width: 1px;
}
@media (min-width: 768px) and (min-width: 1024px) {
.nav_main li {
    margin-left: 40px;
}
.nav_main a {
    font-size: 1.125rem;
}
}
.nav_button {
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: 0.3s;
    transition-duration: 0.3s;
    z-index: 3;
}
.main-nav-is-active .nav_button {
    -ms-transform: translateX(-60vw);
    -webkit-transform: translateX(-60vw);
    -moz-transform: translateX(-60vw);
    -o-transform: translateX(-60vw);
    transform: translateX(-60vw);
    background-color: #42bbf4;
    height: 55px;
}
.aside_contact {
    display: none;
}
@media (min-width: 768px) {
.nav_main a:hover {
    color: #aaa;
}
.nav_main .current-menu-item a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #666666;
}
.nav_button {
    display: none;
}
.aside_contact {
    color: #fff;
    display: block;
    flex: 0 0 220px;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 7px 10px;
}
}
@media (min-width: 1024px) {
.aside_contact {
    color: #555;
    font-size: 0.625rem;
}
}
@media (min-width: 1170px) {
.aside_contact {
    font-size: 0.75rem;
}
}
.aside_contact .icon {
    fill: #fff;
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}
@media (min-width: 1024px) {
.aside_contact .icon {
    fill: #555;
}
}
.button.alert .icon, .button.secondary .icon, .button.success .icon, .button.transparent .icon {
    fill: #fff;
}
.aside_contact h2 {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
}
.aside_contact h2 a {
    color: #555;
}
@media (min-width: 1024px) {
.aside_contact h2 {
    color: #555;
}
}
@media (min-width: 1170px) {
.aside_contact h2 {
    font-size: 1.5rem;
}
}
.aside_contact a {
    color: #fff;
}
.accordion_groupTitle {
    background: #eee none repeat scroll 0 0;
    margin: 0;
    padding: 20px;
}
.accordion_groupTitle h4 {
    font-weight: 500;
    margin: 0;
}
.accordion {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    perspective: 1000px;
    position: relative;
    transition-duration: 0.2s;
}
.accordion + .accordion {
    border-top: medium none;
}
.accordion:hover {
    background: #f2f8ec none repeat scroll 0 0;
}
.accordion:hover .accordion_full {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.44, 0.74, 0.76, 0.85);
}
.accordion:active {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.accordion::after {
    background: rgba(0, 0, 0, 0) url("../images/arrow-down.svg") no-repeat scroll 50% 50%;
    content: "";
    height: 8px;
    position: absolute;
    right: 20px;
    top: 25px;
    transition-duration: 0.1s;
    width: 14px;
}
.accordion .accordion_summary {
    padding: 20px;
    transition-duration: 0.2s;
}
.button.alert:active, .button.secondary:active, .button.success:active, .button.transparent:active {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
    transition: none 0s ease 0s ;
}
.accordion .accordion_full {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
}
.accordion.is-active, .accordion.is-active:hover {
    background: #f2f8ec none repeat scroll 0 0;
}
.accordion.is-active::after {
    transform: rotate(180deg);
}
.accordion.is-active .accordion_full {
    max-height: none;
}
.page_breadcrumbs.border-top {
    border-top: 1px solid #eee;
}
.breadcrumbs {
    padding: 10px 0;
    width: 100%;
}
.breadcrumbs .current {
    color: #666;
}
.breadcrumbs a {
    color: #aaa;
}
.breadcrumbs_content {
    color: #666;
    font-size: 0.75rem;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 68em;
    padding: 0 20px;
    position: relative;
    text-align: left;
}
.breadcrumbs_content::after {
    clear: both;
    content: "";
    display: table;
}
.card-back::after, .card-front::after, .preview::before {
    content: "";
}
@media (min-width: 768px) {
.breadcrumbs_content {
    padding: 0 30px;
}
}
@media (min-width: 1024px) {
.breadcrumbs_content {
    padding: 0 30px;
}
}
@media (min-width: 1170px) {
.breadcrumbs_content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
}
.button.transparent {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.button.transparent:active, .button.transparent:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.button.transparent.disabled:hover, .button.transparent:disabled:hover {
    background-color: transparent;
}
.button.alert, .button.alert.disabled:hover, .button.alert:disabled:hover {
    background-color: #d00000;
}
.button.alert {
    border-color: #d00000;
    color: #fff;
}
.button.alert:active, .button.alert:hover {
    background-color: #ac0000;
    color: #fff;
}
.button.success, .button.success.disabled:hover, .button.success:disabled:hover {
    background-color: #165ba0;
}
.button.success {
    border-color: #165ba0;
    color: #fff;
}
.button.success:active, .button.success:hover {
    background-color: #104173;
    color: #fff;
}
.button.secondary, .button.secondary.disabled:hover, .button.secondary:disabled:hover {
    background-color: #7dc242;
}
.button.secondary {
    border-color: #7dc242;
    color: #fff;
}
.card-back, .card-front, .card-front .card_title {
    box-shadow: 0 2px 0 0 #dbdbdb;
}
.button.secondary:active, .button.secondary:hover {
    background-color: #69a635;
    color: #fff;
}
.button.hamburger, .button.hamburger:active, .button.hamburger:focus, .button.hamburger:hover {
    background: #7dc242 none repeat scroll 0 0;
}
.button.large {
    font-size: 1rem;
    line-height: 2;
    padding: 0.875rem 1.875rem;
}
.button.large .icon {
    height: 14px;
    width: 14px;
}
.button.hamburger {
    border: medium none;
    border-radius: 0;
    display: block;
    height: 66px;
    margin: 0;
    width: 56px;
}
.hamburger span {
    background: rgba(0, 0, 0, 0) linear-gradient(#666666, #666666) no-repeat scroll 0 50% / 100% 4px;
    display: inline-block;
    height: 24px;
    position: relative;
    transition-duration: 0.4s;
    width: 24px;
    z-index: 100;
}
.hamburger span::after, .hamburger span::before {
    background-image: linear-gradient(#666666, #666666);
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    width: 100%;
}
.card-back, .card-back::after, .card-front {
    transition-duration: 0s;
}
.hamburger span::before {
    background-position: 0 100%;
    background-size: 100% 4px;
    transform-origin: 85% 60% 0;
}
.hamburger span::after {
    background-position: 0 0;
    background-size: 100% 4px;
    transform-origin: 100% 50% 0;
}
.main-nav-is-active .hamburger span {
    background-image: linear-gradient(transparent, transparent);
}

.main-nav-is-closing .hamburger span {
}
.main-nav-is-closing .hamburger span::before {
}
.main-nav-is-closing .hamburger span::after {
}
.card {
    display: inline-block;
    height: 300px;
    margin: 0 0 30px;
    perspective: 1000px;
    position: relative;
    width: 260px;
}
.card a, .card-back, .card-back::after, .card-front::after, .modal {
    position: absolute;
    top: 0;
}
.card, .gform_wrapper {
}
.card a, .card-front {
    height: 100%;
    width: 100%;
}
.card-back, .card-front, .card-front .card_image, .card-front .card_title {
}
@media (min-width: 1024px) {
.card {
    margin: 0 15px 40px 0;
}
}
.card a {
    left: 0;
    z-index: 1;
}
.card-front {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.card-front::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #fff #fff #dbdbdb #dbdbdb;
    border-image: none;
    border-radius: 0 0 0 10px;
    border-style: none;
    border-width: 22px;
    height: 0;
    right: 0;
    width: 0;
}
.card-front .card_image {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f4f4f4 none repeat scroll 0 0;
    border-color: #dbdbdb #dbdbdb -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    display: flex;
    flex: 1 1 auto;
    padding: 0;
}
.card-front .card_image img {
    margin: auto;
}
.card-front .card_title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #dbdbdb #dbdbdb;
    border-image: none;
    //border-radius: 0 0 10px 10px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: flex;
    flex: 0 0 100px;
    padding: 10px 0 20px;
}
.card-front .card_title h4 {
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0 auto;
    padding: 10px 20px;
}
.card-back {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    color: #42bbf4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    text-align: center;
    width: 100%;
    z-index: -1;
}
.preview, .preview::after {
}
.card-back::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #59b147 none repeat scroll 0 0;
    border-color: #fff #fff #59b147 #59b147;
    border-image: none;
    border-radius: 0 0 0 10px;
    border-style: solid;
    border-width: 22px;
    height: 0;
    right: 0;
    width: 0;
}
.card-back:active {
    background: #70ae3b none repeat scroll 0 0;
}
.card-back:active::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #4b963c none repeat scroll 0 0;
    border-color: #fff #fff #4b963c #4b963c;
    border-image: none;
    border-style: solid;
    border-width: 22px;
}
.card:hover .card-back {
    opacity: 1;
    z-index: 1;
}
.card-back .card_image {
    margin-top: 0;
}
.card-back .card_title {
    margin-top: 5px;
    padding: 10px 0;
}
.card-back .card_title h4 {
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 1024px) {
.card.flip .card-back, .card.flip .card-front {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.3, 0, 0.7, 1);
}
.card.flip:hover .card-front {
    opacity: 0;
    transform: rotateY(0.5turn);
}
.card.flip .card-back {
    transform: rotateY(-0.5turn);
}
.card.flip .card-back::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fff #7dc242 #7dc242 #fff;
    border-image: none;
    border-radius: 0;
    border-style: none;
    border-width: 22px;
    left: 0;
    top: 0;
    transition-duration: 0.3s;
}
.card.flip .card-back:active {
    background: #70ae3b none repeat scroll 0 0;
}
.card.flip .card-back:active::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #70ae3b none repeat scroll 0 0;
    border-color: #fff #70ae3b #70ae3b #fff;
    border-image: none;
    border-style: solid;
    border-width: 22px;
}
.card.flip:hover .card-back {
    transform: rotateY(0deg);
}
}
.icon {
    display: inline-block;
    fill: #555;
    height: 16px;
    width: 16px;
}
.preview, .preview::after, .preview_thumbnail {
}
.logo, .logo #page1, .logo #textLine1, .logo #textLine2 {
    fill: #195da1;
}
.logo #page2 {
    fill: #389dce;
}
.logo #page3 {
    fill: #7dc242;
}
.logo #corner {
    fill: #59b147;
}
.white.logo, .white.logo #page1, .white.logo #page2, .white.logo #page3, .white.logo #textLine1, .white.logo #textLine2 {
    fill: #fff;
}
.white.logo #corner {
    fill: #ddd;
}
.dark.logo #textLine1, .dark.logo #textLine2 {
    fill: #fff;
}
.light.logo #textLine1, .light.logo #textLine2 {
    fill: #195da1;
}
.page_logo {
    padding: 25px 0;
}
.page_logo .logo {
    height: 60px;
    margin: auto;
}
.modal {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: visible;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    transition-property: opacity;
    width: 100vw;
    z-index: -1;
}
.modal.open, .modal.opening-modal {
    opacity: 1;
    z-index: 20;
}
.modal.closing-modal {
    opacity: 0;
    z-index: 20;
}
@media (min-width: 768px) {
.modal {
    height: 100vh;
    overflow: auto;
    position: fixed;
}
}
.modal-inner {
    background: #fff none repeat scroll 0 0;
    height: auto;
    opacity: 0;
    padding: 80px 20px 20px;
    position: absolute;
    transition-delay: 0.4s;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0.47, 0.62, 0.91);
    width: 100vw;
}
.open .modal-inner, .opening-modal .modal-inner {
    opacity: 1;
}
.closing-modal .modal-inner {
    opacity: 0;
}
@media (min-width: 768px) {
.modal-inner {
    border-radius: 10px;
    height: auto;
    left: 50%;
    margin: 60px auto;
    padding: 30px 30px 40px;
    position: absolute;
    top: 0;
    transform: translate(-50%, 40px);
    width: 600px;
}
.open .modal-inner, .opening-modal .modal-inner {
    opacity: 1;
    transform: translate(-50%, 0px);
}
.closing-modal .modal-inner {
    opacity: 0;
    transform: translate(-50%, 0px);
}
}
.modal_title {
    font-size: 1.875rem;
}
.modal_content label {
    margin: 0;
}
.button-close {
    background: #f4f4f4 none repeat scroll 0 0;
    left: 0;
    padding: 20px 20px 10px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 100vw;
}
@media (min-width: 768px) {
.button-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    cursor: pointer;
    padding: 0;
    right: 30px;
    top: auto;
    width: auto;
}
}
.preview::after, .preview::before {
    opacity: 0;
    right: 0;
    transition-delay: 0.2s;
    transition-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
}
.button-close .icon {
    height: 30px;
    width: 30px;
}
.infoBox {
    border-radius: 10px;
}
.infoBox.green {
    background: #499800 none repeat scroll 0 0;
}
.infoBox.blue {
    background: #165ba0 none repeat scroll 0 0;
}
.preview {
    align-items: center;
    color: #555;
    display: flex;
    flex-direction: column;
    float: left;
    margin: 0 20px 20px 0;
    position: relative;
    text-align: center;
}
.preview a, .preview::after, .preview::before {
    left: 0;
    position: absolute;
}
.preview a {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 3;
}
.preview::after, .preview::before, .preview_thumbnail {
    height: 200px;
    width: 200px;
}
.preview::before {
    background: #7dc242 url("../images/eye.svg") no-repeat scroll 50% 45%;
    border: 1px solid #7dc242;
    border-radius: 50%;
    margin: 0 auto;
    transition-duration: 0.3s;
    z-index: 1;
}
.preview::after {
    align-items: center;
    color: #fff;
    content: "Read more";
    display: flex;
    font-weight: 400;
    justify-content: center;
    margin: auto;
    padding-top: 30px;
    text-align: center;
    top: 10px;
    transform: translate3d(0px, 10px, 0px);
    transition-duration: 0.3s;
    vertical-align: bottom;
    z-index: 2;
}
.preview.flip .preview_thumbnail, .preview.flip::after, .preview.flip::before {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
}
.preview:hover::before {
    background: #7dc242 url("../images/eye.svg") no-repeat scroll 50% 40%;
}
.preview:hover::after, .preview:hover::before {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}
.preview_thumbnail {
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    margin: auto;
    position: relative;
}
.preview_thumbnail img {
    margin: auto;
}
.preview.flip::after, .preview.flip::before {
    transform: rotateY(-0.5turn);
}
.preview.flip:hover {
    transform: rotateY(0deg);
}
.preview.flip:hover .preview_thumbnail {
    transform: rotateY(-0.5turn);
}
.preview.flip:hover::after, .preview.flip:hover::before {
    opacity: 1;
    transform: rotateY(0deg);
}
.preview.flip .preview_thumbnail {
    transition-property: transform;
}
.preview_content {
    padding: 20px 0 10px;
}
.preview_content h4 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 10px;
}
.preview_content p {
    font-weight: 200;
    margin: 0;
}
.preview_content a {
    color: #319cd0;
    font-weight: 400;
}
.showmore-content {
    overflow: hidden;
}
.showmore-content.collasped {
    max-height: 100px;
    transition-duration: 0.3s;
}
.showmore-content.collasped p + p {
    display: none;
    max-height: 0;
    overflow: hidden;
}
.showmore-content.collasped #show-more {
    opacity: 1;
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.showmore-content.collasped #show-less {
    opacity: 0;
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
.showmore-content.collasped-to-expanded {
    max-height: 300px;
    transition-duration: 0.3s;
}
.showmore-content.expanded-to-collapsed {
    max-height: 100px;
    transition-duration: 0.3s;
}
.showmore-content.expanded {
    max-height: 300px;
    transition-duration: 0.3s;
}
.showmore-content p, .unit_text {
    max-height: 100px;
}
.showmore-content.expanded #show-more {
    opacity: 0;
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}
.showmore-content.expanded #show-less {
    opacity: 1;
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.button_submit .icon-error, .button_submit .icon-loading, .button_submit .icon-success, .button_submit .message-error, .button_submit .message-loading, .button_submit .message-success {
    display: none;
}
.button_submit.error-show .icon-error, .button_submit.error-show .message-error, .button_submit.loading-show .message-loading, .button_submit.success-show .icon-success, .button_submit.success-show .message-success {
    display: inline-block;
}
.button_submit.loading-show .icon-loading {
    animation: 1s linear 0s normal none infinite running icon-spin;
    display: inline-block;
}
.button_submit.error-show {
    background: #d00000 none repeat scroll 0 0 !important;
    color: #fff !important;
}
.button_submit.success-show {
    background: #165ba0 none repeat scroll 0 0 !important;
    color: #fff !important;
}
.button_submit.error-show .icon-default, .button_submit.error-show .message-default, .button_submit.loading-show .icon-default, .button_submit.loading-show .message-default, .button_submit.success-show .icon-default, .button_submit.success-show .message-default {
    display: none;
}
@keyframes icon-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.testimonial {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 10px;
    color: #555;
    font-weight: 400;
    padding: 30px;
}
.testimonial .column1 {
    margin-bottom: 20px;
    text-align: center;
}
@media (min-width: 768px) {
.testimonial .column1 {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    text-align: left;
    width: 100px;
}
}
.testimonial .column2 {
    text-align: center;
}
@media (min-width: 768px) {
.testimonial .column2 {
    display: inline-block;
    text-align: left;
    width: calc(100% - 120px);
}
}
.testimonial_thumb {
    background: #ddd url("../img/avatar.png") no-repeat scroll 50% 50%;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    overflow: hidden;
    width: 100px;
}
@media (min-width: 768px) {
.testimonial_thumb {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
}
.testimonial_content {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
}
.testimonial_content::before {
    content: open-quote;
}
.testimonial_content::after {
    content: close-quote;
}
.testimonial_credit {
    font-size: 14px;
}
.whyChooseUs {
    padding: 80px 0;
    text-align: center;
}
.whyChooseUs .thumb {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: center;
    margin-bottom: 20px;
}
.whyChooseUs h5 {
    margin-bottom: 7px;
}
.whyChooseUs img {
    flex: 0 1 100%;
    opacity: 0.5;
}
.whyChooseUs p {
    margin: 0;
}
.whyChooseUs .column {
    display: block;
    float: left;
    margin-bottom: 40px;
    margin-right: 2.35765%;
    width: 100%;
}
.whyChooseUs .column:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.whyChooseUs .column {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.8212%;
}
.whyChooseUs .column:last-child, .whyChooseUs .column:nth-child(2n) {
    margin-right: 0;
}
.whyChooseUs .column:nth-child(2n+1) {
    clear: left;
}
}
@media (min-width: 1024px) {
.whyChooseUs .column, .whyChooseUs .column:nth-child(2n) {
    margin-right: 2.35765%;
}
.whyChooseUs .column {
    display: block;
    float: left;
    margin-bottom: 0;
    width: 23.2318%;
}
.whyChooseUs .column:nth-child(2n+1) {
    clear: none;
}
.whyChooseUs .column:last-child, .whyChooseUs .column:nth-child(4n) {
    margin-right: 0;
}
.whyChooseUs .column:nth-child(4n+1) {
    clear: left;
}
}
.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 68em;
    padding: 0 20px;
    position: relative;
}
.wrapper::after {
    clear: both;
    content: "";
    display: table;
}
@media (min-width: 768px) {
.wrapper {
    padding: 0 30px;
}
}
@media (min-width: 1024px) {
.wrapper {
    padding: 0 30px;
}
}
@media (min-width: 1170px) {
.wrapper {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
}
body {
    overflow-x: hidden;
    width: 100vw;
}
/*.button,*/ button, input[type="button"], input[type="reset"], input[type="submit"] {
    
    -moz-appearance: none;
    -moz-user-select: none;
    background-color: #fff;
    border-color: #555;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 1.275rem;
    font-weight: 700;
    line-height: 1;
    outline: 0 none;
    padding: 0.925rem 1.35rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s cubic-bezier(0.57, 0, 0.4, 1) 0s;
    vertical-align: middle;
    white-space: nowrap;
    
}
td, th {
    padding: 1.5rem 0;
}
.button:active, .button:hover, button:active, button:hover, input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover {
    //background-color: #d9d9d9;
    //color: #555;
}
.button.disabled:hover, .button:disabled:hover, button.disabled:hover, button:disabled:hover, input.disabled[type="button"]:hover, input[type="button"]:disabled:hover, input.disabled[type="reset"]:hover, input[type="reset"]:disabled:hover, input.disabled[type="submit"]:hover, input[type="submit"]:disabled:hover {
    //background-color: #fff;
}
.button:active, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    //box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
    //transition: none 0s ease 0s ;
}
.button .icon, button .icon, input[type="button"] .icon, input[type="reset"] .icon, input[type="submit"] .icon {
    fill: #555;
    height: 12px;
    margin-left: 5px;
    width: 12px;
}
.button.disabled, .button:disabled, button.disabled, button:disabled, input.disabled[type="button"], input[type="button"]:disabled, input.disabled[type="reset"], input[type="reset"]:disabled, input.disabled[type="submit"], input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
fieldset {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    margin: 0 0 1.5rem;
    padding: 1.5rem;
}
input, label, select {
    display: block;
    font-size: 1em;
}
label {
    font-weight: 500;
    margin-bottom: 0.75rem;
}
label.required::after {
    content: "*";
}
label abbr {
    display: none;
}
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="password"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input[type="number"], input[type="search"], select, select[multiple="multiple"], textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Roboto,Helvetica,"Helvetica Neue",Arial,sans-serif;
    font-size: 1em;
    height: 38px;
    margin-bottom: 0.75rem;
    padding: 0.5rem;
    transition: border-color 0s ease 0s;
    width: 100%;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="search"]:hover, select:hover, select[multiple="multiple"]:hover, textarea:hover {
    border-color: #c4c4c4;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="search"]:focus, select:focus, select[multiple="multiple"]:focus, textarea:focus {
    border-color: #165ba0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset, 0 0 5px rgba(19, 78, 138, 0.7);
    outline: 0 none;
}
textarea {
    height: auto;
    resize: vertical;
}
input[type="search"] {
    -moz-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
    display: inline;
    margin-right: 0.75rem;
}
input[type="file"] {
    padding-bottom: 1.5rem;
    width: 100%;
}
dl dt {
    font-weight: 700;
    margin-top: 1.5rem;
}
dl dd {
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-feature-settings: "kern", "liga", "tnum";
    margin: 1.5rem 0;
    table-layout: fixed;
    width: 100%;
}
th {
    border-bottom: 1px solid #b7b7b7;
    font-weight: 600;
    text-align: left;
}
td, th, tr {
    vertical-align: middle;
}
.home.page .home_hero {
    //height: 520px;
    height: 100vh;
    margin-bottom: 0;
}
.home.page .home_hero .section_header h1 {
    margin: 70px 0 20px;
}
.home_info {
    height: 120px;
    padding: 0 20px;
}
@media (min-width: 768px) {
.home.page .home_hero .section_header h1 {
    margin: 70px 0 20px;
}
.home_info {
    padding: 0 30px;
}
}
.home_info .cta_content {
    align-items: center;
    background: #59b147 none repeat scroll 0 0;
    flex-direction: column;
    padding: 20px;
}
@media (min-width: 768px) {
.home_info .cta_content {
    flex-direction: row;
    padding: 25px 30px;
}
}
@media (min-width: 1024px) {
.home_info .cta_content {
    padding: 25px 30px;
}
}
@media (min-width: 1170px) {
.home_info .cta_content {
    padding: 25px 80px;
}
}
.home_info .column1 {
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
}
@media (min-width: 768px) {
.home_info .column1 {
    display: none;
}
}
@media (min-width: 1024px) {
.home_info .column1 {
    display: inline-block;
    flex: 0 1 250px;
    text-align: left;
}
}
.home_info .column2 {
    display: inline-block;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
}
.career_outcomes li, .home_info .column2 .small {
    font-size: 0.875rem;
    text-transform: uppercase;
}
.home_info .column2 .small {
    display: none;
    font-weight: 400;
}
@media (min-width: 768px) {
.home_info .column2 {
    flex: 0 0 250px;
    font-size: 2.5rem;
}
.home_info .column2 .small {
    display: block;
}
}
@media (min-width: 1024px) {
.home_info .column2 .small {
    display: none;
}
}
.home_info .column3 {
    display: none;
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.6;
    position: relative;
}
.home_info .column3::after, .home_info .column3::before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(10px, -30px);
    width: 2px;
}
.home_info .column3::after {
    transform: translate(10px, 30px);
}
@media (min-width: 768px) {
.home_info .column3 {
    display: inline-block;
}
}
.home_info .column4 {
    display: none;
    flex: 0 0 auto;
}
.home_info .column4 .button {
    border-radius: 8px;
    line-height: 2.6;
    margin: 0;
    padding: 15px;
}
.home_info .column4 .button .icon {
    float: left;
    height: 40px;
    line-height: 0;
    margin: 0 10px 0 0;
    width: 40px;
}
.home_courses {
    background: #fff none repeat scroll 0 0;
    padding: 40px 0 80px;
}
@media (min-width: 768px) {
.home_info .column4 {
    display: inline-block;
}
.home_courses {
    padding: 80px 0 60px;
}
}
@media (min-width: 1024px) {
.home_courses {
    padding: 80px 0 60px;
}
}
.home_courses .section_header {
    padding: 40px 30px;
}
@media (min-width: 768px) {
.home_courses .section_header {
    padding: 60px 30px;
}
}
@media (min-width: 1024px) {
.home_courses .section_header {
    padding: 60px 0;
}
}
.home_courses .section_content {
    padding-top: 0;
}
.home_about {
    padding: 30px 20px;
}
@media (min-width: 768px) {
.home_about {
    padding: 0 30px;
}
}
.home_about .cta_content {
    background: #389dce none repeat scroll 0 0;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}
.home_about .cta_content .icon {
    fill: #fff;
}
@media (min-width: 768px) {
.home_about .cta_content {
    flex-direction: row;
    padding: 25px 30px;
}
}
.home_about .column1 {
    flex: 0 0 auto;
}
@media (min-width: 768px) {
.home_about .column1 {
    flex: 0 1 400px;
}
}
@media (min-width: 1024px) {
.home_about .cta_content {
    padding: 25px 30px;
}
.home_about .column1 {
    flex: 0 1 600px;
}
}
@media (min-width: 1170px) {
.home_about .cta_content {
    padding: 30px 60px;
}
.home_about .column1 {
    flex: 0 1 680px;
}
}
.home_about .column2 {
    margin-top: 40px;
}
.home_about h2 {
    margin: 0;
    text-transform: none;
}
.page_section.home_why {
    padding: 110px 30px 60px;
}
@media (min-width: 768px) {
.home_about .column2 {
    flex: 0 0 auto;
    margin: 0;
}
.page_section.home_why {
    padding-bottom: 30px;
}
}
.page_section.home_why h5 {
    font-weight: 500;
    margin-bottom: 5px;
}
.page_section.home_why .section_header {
    padding: 60px 0 0;
}
@media (min-width: 768px) {
.page_section.home_why .section_header {
    padding: 40px 0 0;
}
}
.page_section.home_why .section_content {
    font-weight: 400;
    padding: 20px 0;
}
@media (min-width: 768px) {
.page_section.home_why .section_content {
    padding: 40px 0;
}
}
.page_section.home_why .column {
    padding: 20px 0;
}
@media (min-width: 768px) {
.page_section.home_why .column {
    padding: 0;
}
}
.page_section.home_why p {
    margin: 0;
}
.home_cta-courses {
    position: relative;
    transform: none;
}
.home_cta-courses .cta_content {
    flex-wrap: wrap;
    padding: 30px 20px;
}
@media (min-width: 768px) {
.home_cta-courses .cta_content {
    flex-wrap: nowrap;
    padding: 25px 0;
}
}
.home_cta-courses h2 {
    margin: 0;
    text-transform: none;
}
.home_cta-courses .column1 {
    display: block;
    flex: 0 0 auto;
    margin-bottom: 40px;
    width: 100%;
}
@media (min-width: 768px) {
.home_cta-courses .column1 {
    flex: 1 1 auto;
    margin: 0;
    width: auto;
}
}
.home_cta-courses .column2 {
    flex: 0 0 auto;
}
@media (min-width: 768px) {
.home_cta-courses .column2 {
    flex: 0 0 210px;
    margin-left: 70px;
}
}
@media (min-width: 1024px) {
.home_cta-courses .cta_content {
    padding: 30px 60px;
}
.home_cta-courses .column2 {
    margin-left: 125px;
}
}
.home .page_header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 2px solid #eee;
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
@media (min-width: 768px) {
.home .page_header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
}
.home .page_header .header_content {
    //cj border-bottom: 1px solid #fff;
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    max-width: 68em;
    padding: 0 20px;
    position: relative;
}
.home .page_header .header_content::after {
    clear: both;
    content: "";
    display: table;
}
@media (min-width: 768px) {
.home .page_header .header_content {
    padding: 0 30px;
}
}
@media (min-width: 1024px) {
.home .page_header .header_content {
    padding: 0 30px;
}
}
@media (min-width: 1170px) {
.home .page_header .header_content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
}
.home .page_header .page_logo {
    left: 20px;
    padding: 0;
    position: absolute;
    top: 15px;
    transition: transform 0.3s cubic-bezier(0.15, 0.6, 0.5, 1) 0.3s;
}
@media (min-width: 768px) {
.home .page_header .header_content {
    height: 110px;
}
.home .page_header .page_logo {
    left: 0;
    padding: 20px 0;
    top: 0;
}
}
.home .page_header.is-active .page_logo {
    -ms-transform: translateX(-60vw);
    -webkit-transform: translateX(-60vw);
    -moz-transform: translateX(-60vw);
    -o-transform: translateX(-60vw);
    transform: translateX(-60vw);
}
.home .page_header .logo.light {
    display: block;
    height: 40px;
    width: 210px;
}
.home .page_header .logo.dark {
    display: none;
}
@media (min-width: 768px) {
.home .page_header .logo.light {
    display: none;
}
.home .page_header .logo.dark {
    display: block;
}
}
.home .page_header .nav_main a {
    color: #fff;
}
.home .page_header .nav_main a:hover {
    color: #aaa;
}
.home .page_header .nav_studentLogin .logo {
    fill: #fff;
}
.home .page_header .nav_studentLogin a {
    color: #fff;
}
.home .page_header .nav_studentLogin a:hover {
    color: #aaa;
}
.home .page_header .nav_studentLogin a:hover .logo {
    fill: #aaa;
}
@media (min-width: 1024px) {
.section_aside .button.large {
    border-radius: 8px;
    font-size: 0.8125rem;
    line-height: 3;
    margin: 0 -15px 20px;
    padding: 6px 15px;
    text-align: left;
    width: calc(100% + 30px);
}
.section_aside .button.large .icon {
    fill: #555;
    float: left;
    height: 30px;
    margin: 3px 10px 0 0;
    width: 30px;
}
}
@media (min-width: 1170px) {
.section_aside .button.large {
    font-size: 1rem;
    padding: 10px 15px;
}
.section_aside .button.large .icon {
    height: 40px;
    width: 40px;
}
}
.section_aside .button.large .icon.outline {
    display: none;
}
.section_aside .button.large .icon.solid {
    display: inline-block;
}
@media (min-width: 1024px) {
.section_aside .button.large .icon.outline {
    display: inline-block;
}
.section_aside .button.large .icon.solid {
    display: none;
}
.section_aside .button.large .button_text {
    display: block;
}
.section_aside .button.transparent {
    background-color: transparent;
    border-color: #555;
    border-style: solid;
    border-width: 1px;
    color: #555;
}
.section_aside .button.transparent:active, .section_aside .button.transparent:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #555;
}
.section_aside .button.transparent.disabled:hover, .section_aside .button.transparent:disabled:hover {
    background-color: transparent;
}
.section_aside .button.transparent:active {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
    transition: none 0s ease 0s ;
}
.section_aside .button.transparent .icon {
    fill: #555;
}
}
.section_mobileAside .button.large {
    border: medium none;
    border-radius: 0;
    line-height: 1.5;
    max-width: 56px;
    overflow: hidden;
    padding: 7px 20px;
    text-align: center;
    transition-delay: 0.1s;
    transition-duration: 0.5s;
    transition-property: max-width;
}
.section_mobileAside .button.large .icon {
    display: inline-block;
    fill: #fff;
    float: left;
    height: 24px;
    margin: 0 20px 0 0;
    width: 24px;
}
@media (min-width: 768px) {
.section_mobileAside .button.large {
    flex: 0 0 56px;
}
.section_mobileAside .button.large .icon {
    height: 30px;
    width: 30px;
}
}
.section_mobileAside .button.large .button_text {
    opacity: 0;
    transition-duration: 0.3s;
}
@media (min-width: 1024px) {
.section_mobileAside .button.large .button_text {
    display: block;
}
}
.section_mobileAside .button.large:active, .section_mobileAside .button.large:hover {
    max-width: 300px;
    transition-delay: 0s;
    width: auto;
}
.section_mobileAside .button.large:active .button_text, .section_mobileAside .button.large:hover .button_text {
    display: inline;
    opacity: 1;
}
.page .page_hero {
    height: 200px;
}
@media (min-width: 768px) {
.section_mobileAside .button.large:active, .section_mobileAside .button.large:hover {
    flex: 0 0 auto;
}
.page .page_hero {
    height: 300px;
}
}
.page .page_hero.collapse {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #555;
    height: auto;
    text-align: left;
}
.page_why {
    padding: 0;
}
.page_why .section_header {
    border-top: 1px solid #eee;
    padding: 60px 0 0;
}
@media (min-width: 768px) {
.page_why .section_header {
    padding: 80px 0 0;
}
}
.page_why .section_content {
    padding-top: 40px;
}
.page_courses {
    background: #e8e8e8 none repeat scroll 0 0;
    padding-bottom: 80px;
    padding-top: 0;
}
@media (min-width: 1024px) {
.page-template-page-about .sticky-aside .section_content {
    margin-right: 0 !important;
}
.page-template-page-about .sticky-aside .section_aside {
    display: block;
    float: left;
    left: 0;
    margin: 0 0 0 26px;
    position: relative;
    top: 0;
    transform: none;
    width: 23.2318%;
}
.page-template-page-about .sticky-aside .section_aside:last-child {
    margin-right: 0;
}
.page_courses {
    padding-bottom: 20px;
}
}
.page_courses .section_header {
    padding-top: 60px;
}
@media (min-width: 768px) {
.page_courses .section_header {
    padding-bottom: 0;
}
}
.page_courses .section_header p {
    margin: 10px 0;
}
.page_courses .section_content {
    padding: 50px 30px 0;
}
.page_courses .card {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
}
.page_courses .card .card-front .card_image {
    background: #389dce none repeat scroll 0 0;
    border-color: #328cb9;
}
.page_courses .card .card-front .card_title {
    background: #fff none repeat scroll 0 0;
}
.page_courses .card .card-front::after {
    border-color: #e8e8e8 #e8e8e8 #328cb9 #328cb9;
}
.page_courses .card .card-back:active, .page_courses .card .card-back::after {
    border-color: #e8e8e8 #e8e8e8 #59b147 #59b147;
}
.page_courses .card:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.page_courses .card {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.7616%;
}
.page_courses .card:last-child, .page_courses .card:nth-child(3n) {
    margin-right: 0;
}
.page_courses .card:nth-child(3n+1) {
    clear: left;
}
}
@media (min-width: 1024px) {
.page_courses .section_content {
    padding: 40px 20px 100px;
}
.page_courses .card.flip .card-back::after {
    border-color: #e8e8e8 #7dc242 #7dc242 #e8e8e8;
}
.page_courses .card {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 2.35765%;
    width: 23.2318%;
}
.page_courses .card:last-child {
    margin-right: 0;
}
.page_courses .card:first-child {
    margin-left: 17.0596%;
}
}
.page_testimonialHeader {
    display: block;
    text-align: center;
}
.page_testimonialHeader .cta_content {
    background: #59b147 none repeat scroll 0 0;
    display: block;
    height: 100%;
}
.page_testimonialHeader .cta_content .icon {
    fill: #fff;
}
.page_testimonialHeader .cta_content h2 {
    flex: 1 0 auto;
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
}
.page_testimonials {
    padding: 75px 0 0;
}
.page_testimonials .testimonial {
    display: block;
    float: left;
    margin-bottom: 30px;
    margin-right: 2.35765%;
    width: 100%;
}
.page_testimonials .testimonial:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.page_testimonials .testimonial {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
}
.page_testimonials .testimonial:last-child {
    margin-right: 0;
}
}
@media (min-width: 1024px) {
.page_testimonials {
    padding: 20px 0 0;
}
.page_testimonials .testimonial {
    display: block;
    float: left;
    height: 215px;
    margin-right: 2.35765%;
    width: 48.8212%;
}
.page_testimonials .testimonial:last-child, .page_testimonials .testimonial:nth-child(2n) {
    margin-right: 0;
}
.page_testimonials .testimonial:nth-child(2n+1) {
    clear: left;
}
}
.page_footer ol, .page_footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page_footer a {
    color:#fff;
}
.page_footer a:active, .page_footer a:hover {
    color: #aaa;
    text-decoration: none;
}
.nav_sections {
    display: none;
}
@media (min-width: 768px) {
.nav_sections {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.8212%;
}
.nav_sections:last-child {
    margin-right: 0;
}
}
@media (min-width: 1024px) {
.nav_sections {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.8212%;
}
.nav_sections:last-child {
    margin-right: 0;
}
}
.nav_legal {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
}
.nav_legal:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.nav_legal {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.8212%;
}
.nav_legal:last-child, .nav_legal:nth-child(n) {
    margin-right: 0;
}
}
@media (min-width: 1024px) {
.nav_legal {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.8212%;
}
.nav_legal:last-child, .nav_legal:nth-child(n) {
    margin-right: 0;
}
}
.nav_courses {
    display: none;
}
@media (min-width: 768px) {
.nav_courses {
    display: block;
    float: left;
    margin-right: 2.35765%;
    margin-top: 20px;
    width: 100%;
}
.nav_courses:last-child {
    margin-right: 0;
}
}
.nav_courses .col1, .nav_courses .col2 {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.8212%;
}
.nav_courses .col1:last-child, .nav_courses .col2:last-child {
    margin-right: 0;
}
.page_title .section_header {
    padding: 60px 15px 25px;
    text-align: left;
}
.single-courses {
    background: #fff none repeat scroll 0 0;
}
.single-courses .section_header {
    margin-left: auto;
    margin-right: auto;
    max-width: 68em;
    padding: 0 20px;
    position: relative;
    text-align: left;
    width: 100%;
}
.single-courses .section_header::after {
    clear: both;
    content: "";
    display: table;
}
@media (min-width: 768px) {
.single-courses .section_header {
    padding: 0 30px;
}
}
@media (min-width: 1024px) {
.single-courses .section_header {
    padding: 0 30px;
}
}
@media (min-width: 1170px) {
.single-courses .section_header {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
}
.single-courses .section_header h1 {
    margin: 40px 0;
}
@media (min-width: 768px) {
.single-courses .section_header h1 {
    margin: 60px 0 35px;
}
}
.single-courses .section_content {
    padding: 0;
}
.single-courses .content_container {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 30px;
}
.single-courses .content_container h3 {
    margin: 40px 0 15px;
}
.single-courses .sticky-aside .section_aside {
    top: 20px;
}
.single-courses .section_aside {
    padding-top: 0;
}
.overview {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -30px;
    width: calc(100% + 60px);
}
@media (min-width: 768px) {
.overview {
    margin-left: 0;
    width: 100%;
}
}
.overview:nth-child(2n+1) {
    background: #edf8fe none repeat scroll 0 0;
}
.overview .icon {
    fill: transparent;
    height: 28px;
    width: 28px;
}
.overview > div {
    line-height: 1.3;
    padding: 15px 10px 10px;
}
.overview .overview_icon {
    flex: 0 0 60px;
    padding: 17px 20px;
}
.overview .overview_text {
    display: none;
    //font-size: 2.5rem;
    font-weight: 500;
    color: #555555;
}
@media (min-width: 768px) {
.overview .overview_text {
    display: block;
    flex: 0 0 100px;
    font-size: 1.3rem;
    text-transform: uppercase;
    word-spacing: 100px;
}
}
.overview .overview_value {
    flex: 1 0 auto;
}
.overview .overview_value .icon {
    height: 16px;
    width: 16px;
}
.units {
    background: #fff none repeat scroll 0 0;
}
.unit_title {
    text-transform: uppercase;
}
.unit-group h4 {
    background: #eee none repeat scroll 0 0;
    display: block;
    font-weight: 500;
    margin: 0;
    padding: 20px;
    text-transform: uppercase;
}
.page_header {
    background: #fff none repeat scroll 0 0;
    color: #fff;
}
.page_header .header_content {
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    max-width: 68em;
    padding: 0 20px;
    position: relative;
}
.page_header .header_content::after {
    clear: both;
    content: "";
    display: table;
}
@media (min-width: 768px) {
.page_header .header_content {
    padding: 0 30px;
}
}
@media (min-width: 1024px) {
.page_header .header_content {
    padding: 0 30px;
}
}
@media (min-width: 1170px) {
.page_header .header_content {
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}
}
.page_header .page_logo {
    left: 20px;
    padding: 0;
    position: absolute;
    top: 15px;
    transition: transform 0.3s cubic-bezier(0.15, 0.6, 0.5, 1) 0.3s;
}
@media (min-width: 768px) {
.page_header .header_content {
    height: 110px;
}
.page_header .page_logo {
    left: 0;
    padding: 25px 0;
    top: 0;
    transform: none !important;
}
}
.main-nav-is-active .page_header .page_logo {
    -ms-transform: translateX(-60vw);
    -webkit-transform: translateX(-60vw);
    -moz-transform: translateX(-60vw);
    -o-transform: translateX(-60vw);
    transform: translateX(-60vw);
}
.page_header .logo {
    display: block;
    height: 40px;
    width: 210px;
}
.page_header .nav_studentLogin {
    display: none;
}
@media (min-width: 768px) {
.page_header .logo {
    height: 60px;
    width: auto;
}
.page_header .nav_studentLogin {
    display: block;
    position: absolute;
    right: 0;
    top: 25px;
    width: auto;
}
}
.page_header .nav_studentLogin .logo {
    fill: #555;
    float: left;
    height: 12px;
    margin-right: 3px;
    width: 12px;
}
.page_header .nav_studentLogin a {
    color: #555;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}
.page_header .nav_studentLogin a:hover {
    color: #aaa;
}
.page_header .nav_studentLogin a:hover .logo {
    fill: #aaa;
}
.blue .cta_content .icon, .green .cta_content .icon {
    fill: #fff;
}
.page-template-default .page_header, .page-template-page-multiple-sections .page_header {
    border-bottom: 2px solid #eee;
}
.page_hero .breadcrumbs {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
}
.page_hero .breadcrumbs .current {
    color: #fff;
}
.page_hero .breadcrumbs a {
    color: #fff;
}
.collapse .page_hero .breadcrumbs {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #555;
}
.page_hero .breadcrumbs_content {
    color: #ddd;
}
.page-template-page-multiple-sections .section_header {
    padding-bottom: 40px;
}
.page-template-page-multiple-sections .section_content {
    padding-top: 0;
}
.page-template-page-multiple-sections .section_content h3 {
    margin-top: 40px;
}
.page-template-page-multiple-sections .section_content h3:first-child {
    margin-top: 0;
}
.page-template-page-multiple-sections .page_links {
    border-bottom: 1px solid #eee;
    padding-top: 25px;
}
.page-template-page-multiple-sections .page_links a {
    color: #389dce;
    margin-right: 30px;
}
.page-template-default .breadcrumbs, .page-template-page-multiple-sections .breadcrumbs, .single-courses .breadcrumbs {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #555;
    position: relative;
}
.page-template-default .breadcrumbs .breadcrumbs_content, .page-template-default .breadcrumbs a, .page-template-page-multiple-sections .breadcrumbs .breadcrumbs_content, .page-template-page-multiple-sections .breadcrumbs a, .single-courses .breadcrumbs .breadcrumbs_content, .single-courses .breadcrumbs a {
    color: #555;
}
.course-listing {
    margin: 60px 0 100px;
}
.courses_cta .cta_content {
    padding: 25px 0;
}
@media (min-width: 1024px) {
.courses_cta .cta_content {
    padding: 35px 60px;
}
}
.courses_cta .cta_content .column2 {
    text-align: right;
}
@media (min-width: 768px) {
.courses_cta .cta_content .column1 {
    flex: 1 1 auto;
}
.courses_cta .cta_content .column2 {
    flex: 0 0 350px;
    padding-left: 70px;
}
}
@media (min-width: 1024px) {
.courses_cta .cta_content .column2 {
    padding-left: 70px;
}
}
.courses_cta h2 {
    margin: 0;
}
.post-type-archive-courses .card {
    display: block;
    float: left;
    height: 310px;
    margin-right: 2.35765%;
    width: 100%;
}
.post-type-archive-courses .card .card-front .card_title {
    flex: 0 0 130px;
    padding: 20px;
}
.post-type-archive-courses .card .card-front .card_title h4 {
    margin-top: 0;
    padding: 0;
}
.post-type-archive-courses .card .card-front .card_image img {
    height: 135px;
}
.card.blue, .card.large {
    float: left;
    height: 350px;
}
.post-type-archive-courses .card .card-back .card_image {
    margin-top: 25px;
}
.post-type-archive-courses .card .card-front .card_image {
    background: #f4f4f4 none repeat scroll 0 0;
    border-color: #dbdbdb;
}
.post-type-archive-courses .card .card-front .card_title {
    background: #fff none repeat scroll 0 0;
}
.post-type-archive-courses .card .card-front::after {
    border-color: #fff #fff #dbdbdb #dbdbdb;
}
.post-type-archive-courses .card .card-back:active, .post-type-archive-courses .card .card-back::after {
    border-color: #fff #fff #42bbf4 #42bbf4;
}
.post-type-archive-courses .card:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.post-type-archive-courses .card {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 2.35765%;
    width: 48.8212%;
}
.post-type-archive-courses .card:last-child, .post-type-archive-courses .card:nth-child(2n) {
    margin-right: 0;
}
.post-type-archive-courses .card:nth-child(2n+1) {
    clear: left;
}
}
@media (min-width: 1024px) {
.post-type-archive-courses .card.flip .card-back::after {
    border-color: #fff #7dc242 #7dc242 #fff;
}
.post-type-archive-courses .card {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 2.35765%;
    width: 31.7616%;
}
.post-type-archive-courses .card:nth-child(2n) {
    margin-right: 2.35765%;
}
.post-type-archive-courses .card:nth-child(2n+1) {
    clear: none;
}
.post-type-archive-courses .card:last-child, .post-type-archive-courses .card:nth-child(3n) {
    margin-right: 0;
}
.post-type-archive-courses .card:nth-child(3n+1) {
    clear: left;
}
}
ol.start {
    counter-reset: mycounter;
}
ol.continue, ol.start {
    margin-left: 30px;
}
ol.continue > li, ol.start > li {
    list-style: outside none none;
    margin-bottom: 30px;
    position: relative;
}
ol.continue > li::before, ol.start > li::before {
    content: counter(mycounter, decimal) ". ";
    counter-increment: mycounter;
    left: 0;
    position: absolute;
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
}
ol.continue ul, ol.start ul {
    margin: 10px 0 5px 30px;
}
ol.sub {
    counter-reset: subcounter;
    margin: 20px 20px 20px 40px;
    position: relative;
}
ol.sub > li {
    list-style: outside none none;
    margin: 10px 0 5px;
}
ol.sub > li::before {
    content: "(" counter(subcounter, lower-latin) ")";
    counter-increment: subcounter;
    left: 0;
    position: absolute;
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
}
.page-template-page-support .support-items {
    padding-top: 60px;
}
.page_section.how-can-we-help .section_content, .page_section.how-it-works .section_content {
    padding-top: 0;
}
.page-template-page-support-php .support-items {
    margin-left: auto;
    margin-right: auto;
    max-width: 68em;
}
.page-template-page-support-php .support-items::after {
    clear: both;
    content: "";
    display: table;
}
.page-template-page-support-php .preview {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
}
.page-template-page-support-php .preview:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.page-template-page-support-php .preview {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.7616%;
}
.page-template-page-support-php .preview:last-child, .page-template-page-support-php .preview:nth-child(3n) {
    margin-right: 0;
}
.page-template-page-support-php .preview:nth-child(3n+1) {
    clear: left;
}
}
.card.large {
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}
.card.large .card-front .card_image {
    background: #f4f4f4 none repeat scroll 0 0;
    border-color: #dbdbdb;
}
.card.large .card-front .card_title {
    background: #fff none repeat scroll 0 0;
}
.card.large .card-front::after {
    border-color: #e8e8e8 #e8e8e8 #dbdbdb #dbdbdb;
}
.card.large .card-back:active, .card.large .card-back::after {
    border-color: #e8e8e8 #e8e8e8 #59b147 #59b147;
}
.card.large:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.card.large {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.8212%;
}
.card.large:last-child, .card.large:nth-child(2n) {
    margin-right: 0;
}
.card.large:nth-child(2n+1) {
    clear: left;
}
}
@media (min-width: 1024px) {
.card.large.flip .card-back::after {
    border-color: #e8e8e8 #7dc242 #7dc242 #e8e8e8;
}
.card.large, .card.large:nth-child(2n) {
    margin-right: 2.35765%;
}
.card.large {
    display: block;
    float: left;
    width: 31.7616%;
}
.card.large:nth-child(2n+1) {
    clear: none;
}
.card.large:last-child, .card.large:nth-child(3n) {
    margin-right: 0;
}
.card.large:nth-child(3n+1) {
    clear: left;
}
}
.card.blue {
    display: block;
    margin-right: 2.35765%;
    width: 100%;
}
.card.blue .card-front .card_image {
    background: #389dce none repeat scroll 0 0;
    border-color: #328cb9;
}
.card.blue .card-front .card_title {
    background: #fff none repeat scroll 0 0;
}
.card.blue .card-front::after {
    border-color: #e8e8e8 #e8e8e8 #328cb9 #328cb9;
}
.card.blue .card-back:active, .card.blue .card-back::after {
    border-color: #e8e8e8 #e8e8e8 #59b147 #59b147;
}
.card.blue:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.card.blue {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.8212%;
}
.card.blue:last-child, .card.blue:nth-child(2n) {
    margin-right: 0;
}
.card.blue:nth-child(2n+1) {
    clear: left;
}
}
.green .cta_content {
    background: #59b147 none repeat scroll 0 0;
    height: 100%;
}
.green.fullWidth {
    background: #59b147 none repeat scroll 0 0;
}
.blue .cta_content, .blue.fullWidth {
    background: #389dce none repeat scroll 0 0;
}
.blue .cta_content {
    height: 100%;
}
@media (min-width: 1024px) {
.card.blue.flip .card-back::after {
    border-color: #e8e8e8 #7dc242 #7dc242 #e8e8e8;
}
.card.blue, .card.blue:nth-child(2n) {
    margin-right: 2.35765%;
}
.card.blue {
    display: block;
    float: left;
    width: 31.7616%;
}
.card.blue:nth-child(2n+1) {
    clear: none;
}
.card.blue:last-child, .card.blue:nth-child(3n) {
    margin-right: 0;
}
.card.blue:nth-child(3n+1) {
    clear: left;
}
.page-template-page-corporate-solutions .sticky-aside .section_content {
    margin-right: 0 !important;
}
.page-template-page-corporate-solutions .sticky-aside .section_aside {
    left: 0;
    position: relative;
    transform: none;
}
}
.page_section.how-can-we-help {
    background: #f4f4f4 none repeat scroll 0 0;
}
.page_section.how-can-we-help h5 {
    margin: 0 0 5px;
}
.page_section.how-can-we-help .column {
    display: block;
    float: left;
    margin-right: 2.35765%;
    text-align: center;
    width: 100%;
}
.page_section.how-can-we-help .column:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.page_section.how-can-we-help .column {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.8212%;
}
.page_section.how-can-we-help .column:last-child, .page_section.how-can-we-help .column:nth-child(2n) {
    margin-right: 0;
}
.page_section.how-can-we-help .column:nth-child(2n+1) {
    clear: left;
}
}
@media (min-width: 1024px) {
.page_section.how-can-we-help .column {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.7616%;
}
.page_section.how-can-we-help .column:nth-child(2n) {
    margin-right: 2.35765%;
}
.page_section.how-can-we-help .column:nth-child(2n+1) {
    clear: none;
}
.page_section.how-can-we-help .column:last-child, .page_section.how-can-we-help .column:nth-child(3n) {
    margin-right: 0;
}
.page_section.how-can-we-help .column:nth-child(3n+1) {
    clear: left;
}
}
.page_section.how-can-we-help .on-site-consultation img {
    height: 80px;
    width: 55px;
}
.page_section.how-can-we-help .workplace-training img {
    height: 80px;
    width: 69px;
}
.page_section.how-can-we-help .accessing-funding img {
    height: 80px;
    width: 83px;
}
.page_section.how-can-we-help .responsive-to-needs img {
    height: 80px;
    width: 81px;
}
.page_section.how-can-we-help .cost-effective img {
    height: 80px;
    width: 92px;
}
.page_section.how-it-works h3 {
    margin: 0 0 10px;
}
.page_section.how-it-works .column {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
}
.page_section.how-it-works .column:last-child {
    margin-right: 0;
}
@media (min-width: 768px) {
.page_section.how-it-works .column {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.7616%;
}
.page_section.how-it-works .column:last-child {
    margin-right: 0;
}
}
.page_section.how-it-works .column .thumb {
    align-items: center;
    background: #9ccee7 none repeat scroll 0 0;
    display: flex;
    flex-direction: column;
    height: 260px;
    justify-content: center;
    margin-bottom: 20px;
}
.gfield_description, .gfield_required, .hide-label > label {
    display: none;
}
@media (min-width: 768px) {
.page_section.how-it-works .column .thumb {
    height: 170px;
}
}
@media (min-width: 1024px) {
.page_section.how-it-works .column .thumb {
    height: 240px;
}
}
@media (min-width: 1170px) {
.page_section.how-it-works .column .thumb {
    height: 280px;
}
}
.page_section.how-it-works .column img {
    flex: 0 1 100%;
    padding: 10px 0;
}
.gform_body ul {
    margin: 20px 0;
}
.gform_body li {
    list-style: outside none none;
}
.dirty.gfield_error .gfield_label, .gform_validation_error .gfield_error .gfield_label {
    color: #d00000;
}
.dirty.gfield_error .ginput_container > *, .dirty.gfield_error .ginput_container > *:focus, .dirty.gfield_error .ginput_container > *:hover, .gform_validation_error .gfield_error .ginput_container > *, .gform_validation_error .gfield_error .ginput_container > *:focus, .gform_validation_error .gfield_error .ginput_container > *:hover {
    border-color: #d00000;
}
.gfield .textarea.small {
    height: 100px;
}
.hide-label {
    overflow: hidden;
}
ul.gfield_checkbox {
    margin: 5px 0;
}
ul.gfield_checkbox li {
    display: block;
}
ul.gfield_checkbox input[type="checkbox"] {
    display: inline-block;
    float: left;
}
ul.gfield_checkbox input[type="checkbox"] + label {
    display: inline-block;
    float: left;
    font-weight: 400;
    line-height: 1;
}
.gform_wrapper {
    display: block !important;
    perspective: 1000px;
}
#field_4_10, #field_4_11, #field_4_12, #field_4_13, #field_4_14, #field_4_15, #field_4_16, #field_4_17, #field_4_18, #field_4_19, #field_4_20, #field_4_21, #field_4_22, #field_4_9 {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-delay: 0.1s;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0, 0, 0.42, 0.99);
}
#field_4_17, #field_4_18, #field_4_21 {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0, 0, 0.55, 0.85);
}
.input_8_active #field_4_10, .input_8_active #field_4_11, .input_8_active #field_4_12, .input_8_active #field_4_13, .input_8_active #field_4_14, .input_8_active #field_4_15, .input_8_active #field_4_16, .input_8_active #field_4_17, .input_8_active #field_4_18, .input_8_active #field_4_19, .input_8_active #field_4_20, .input_8_active #field_4_21, .input_8_active #field_4_22, .input_8_active #field_4_9 {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.63, 0.01, 1, 1);
}
.input_8_active #field_4_17, .input_8_active #field_4_18, .input_8_active #field_4_21 {
    transition-duration: 0.25s;
}
.input_8_active #field_4_10, .input_8_active #field_4_11, .input_8_active #field_4_12, .input_8_active #field_4_13, .input_8_active #field_4_14, .input_8_active #field_4_15, .input_8_active #field_4_16, .input_8_active #field_4_18, .input_8_active #field_4_20, .input_8_active #field_4_22, .input_8_active #field_4_9, .input_8_active.input_16_active #field_4_17, .input_8_active.input_18_active #field_4_19, .input_8_active.input_20_active #field_4_21 {
    max-height: 140px;
    opacity: 1;
}
.hide-small {
    display: none;
}
@media (min-width: 768px) {
.hide-small {
    display: inline;
}
}


.footer_enroll {
    background: #5bc0de none repeat scroll 0 0;
    
}

.footer_enquire {
    background: #444 none repeat scroll 0 0;
    height: 170px;
}

.footer_enquire .section_content{
    display: table;
    margin: 0 auto;
    padding:45px;
    color: #fff;
}

.footer_enquire .section_content_btn{
    display: table;
    margin: 0 auto;
}

.footer_enquire .section_content span{
    color: #4396c0;
}

.btn {
    border-radius: 0px;
}


.page_footer ul li a {
    color: #329dd3;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1.9;
}

.page_footer .nav > li > a {
    display: inline;
    padding:0px;
}

.page_footer .nav > li > a:hover, a:active, a:focus {
    text-decoration: none;
    background: none;
}



.page_hero p{
    //font-size: 1.3em;
}


.validation_error{
   color: #d00000;
   font-weight: 700;
}

.cj_nav_home > li > a {
    color: #fff !important;
    //font-size: 1.25em;
}

.cj_nav_main .menu-item {
    border-top: 3px solid transparent;
}

.cj_nav_main .current-menu-item {
    border-top: 3px solid #41baf3;
    color: #656565;
    font-weight: bold;
}

.cj_nav_main .current-page-ancestor {
    border-top: 3px solid #41baf3;
    color: #656565;
    font-weight: bold;
}

.cj_nav_main > li > a:hover, a:active, a:focus {
    text-decoration: none;
    background: none;
    color: #41baf3 !important;
}
.cj_nav_main > li > a {
    color: #666666;
    text-transform: uppercase;
    //font-size: 1.25em;
    font-size: 1.35em;
}



.cj_nav_right_panel  {
    background-color: #329dd3 !important;
    height: 100%
}

.cj_nav_right_panel .menu-item {
    //border-top: 3px solid transparent !important;
}

.cj_nav_right_panel > li{
    border-bottom: 1px solid #42bbf4 !important;
    height:53px !important;
}

.cj_nav_right_panel .current-menu-item {
    //border-top: 3px solid #41baf3;
    //color: #656565;
    //font-weight: bold;
}
.cj_nav_right_panel > li > a:hover, a:active, a:focus {
    text-decoration: none !important;
    background: none !important;
    color: #bbdfef !important;
}
.cj_nav_right_panel > li > a {
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 1.6em !important;
}

.cj_nav_right_panel_x{
    height:60px;
    background-color: #42bbf4;
    font-size: 5em;
    text-align:center;
    line-height: 60px;
}

.cj_nav_right_panel_x a{
    color: #fff;
}
.cj_nav_right_panel_x a:hover, a:active, a:focus {
    text-decoration: none;
    background: none;
    color: #bbdfef;
}


.cj_page_content{
    padding-bottom: 15px;
}



.cj_course_box a{
    text-decoration: none;
}

.cj_course_box h3{
    color: #444444;
    font-size: 1.4em;
}

.cj_course_box .h3-1{
    text-align: center; 
    padding:20px;
    padding-bottom:10px;
    color:#666666;
    font-weight: bold;
    //font-size: 2.5em;
}
.cj_course_box .h3-2{
    text-align: center;
    color: #676767;
    //font-size: 1.8em;
    margin:0px;
}
.cj_course_box .h3-3{
    text-align: center; 
    color: #42bbf4;
    font-size: 1.8em;
    margin:0px;
}


//support page
.cj_support_box {
    
}
.cj_support_box h3{
    color: #676767;
    font-size: 2em;
    padding-bottom: 0px !important;
    margin-bottom: 5px !important;
}
.cj_support_box h5{
    color: #676767;
    font-size: 1.2em;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.cj_support_box a{
    text-decoration: none;
}
.cj_support_circle {
    //border: 1px solid #eee;
    //border-radius: 50%;
    display: flex;
    margin: auto;
    position: relative;
    
    height: 200px;
    width: 200px;
}
.cj_support_circle img {
    margin: auto;
}

.cj_about_circle {
    //border: 1px solid #eee;
    //border-radius: 50%;
    display: flex;
    margin: auto;
    position: relative;
    
    height: 200px;
    width: 200px;
}
.cj_about_circle img {
    margin: auto;
    height: 150px;    
}



// contact us bo
.cj_contactus_box .thumbnail{
    //background-color: #edf8fe !important;
}

.cj_contactus_box a{
    text-decoration: none;
}

.cj_contactus_box h3{
    color: #444444;
    font-size: 1.4em;
}

.cj_contactus_box .h3-1{
    text-align: center; 
    padding:20px;
    padding-bottom:10px;
    color:#666666;
    font-weight: bold;
    //font-size: 2.5em;
}
.cj_contactus_box .h3-2{
    text-align: center;
    color: #676767;
    font-size: 1.8em;
    margin:0px;
}
.cj_contactus_box .h3-3{
    text-align: center; 
    color: #42bbf4;
    font-size: 1.8em;
    margin:0px;
}
.cj_contactus_box .h3-4{
    text-align: center;
    color: #555555;
    font-size: 1.2em;
    margin:0px;font-weight: bold;
}


.about_course {
    
    //height: 170px;
}

.about_course .section_content{
    display: table;
    margin: 0 auto;
    padding:45px;
    color: #fff;
}


.footer_chatus {
    //background: #444 none repeat scroll 0 0;
    height: 170px;
    margin: 15px 15px 35px;
}
.footer_chatus .row{
    background: #edf8fe none repeat scroll 0 0;
}
.footer_chatus .section_content{
    display: table;
    margin: 0 auto;
    padding:45px;
    color: #656766;
}
.footer_chatus .section_content span{
    color: #4396c0;
}




.cj_page_content div.img-div{
    height:200px;
    width:200px;
    overflow:hidden;
    border-radius:50%;
}

.cj_page_content .img-div img{
    -webkit-transform:translate(-50%);
    vertical-align:none;
}

.cj_page_content .circle-image{
    width:90%;
    height:90%;
    border-radius:50%;
    //background-image:url("http://placekitten.com/g/200/400");
    display:block;
    background-position-y:25%;
    background-repeat: no-repeat;
}








.nav_main .nav > li > a{
    padding-top: 20px;
}

.breadcrumbs .container .row span a{
   // text-align: left;
}

.navbar { margin-bottom: 8px;}

.page_hero .section_header h1, p{
    //text-align: center;
}

.home .navbar {
    display:none !important;
}

.home .cj_main_nav_bookkeepingstyle{
    background:none;
    border-bottom: none;
}
.button.hamburger, .button.hamburger:active, .button.hamburger:focus, .button.hamburger:hover {
    background: none;
}



.home .hamburger span::after, .home .hamburger span::before {
    background-image: linear-gradient(#fff, #fff);
}

.home .hamburger span {
    background: rgba(0, 0, 0, 0) linear-gradient(#fff, #fff) no-repeat scroll 0 50% / 100% 4px;
}

.main-nav-is-active .hamburger span{
    background:none;
}

.main-nav-is-active .hamburger span::before {
    content: "\00d7";
    font-size: 5em;
    background:none;
    top: -15px;
    color: #fff;
}
.main-nav-is-active .hamburger span::after {
    content: "\00d7";
    font-size: 5em;
    background:none;
    top: -15px;
    color: #fff;
}


.cj_sub_course h2{
    font-size: 2.9em;
    color: #329dd3;
}

.cj_sub_course h3{
    //font-size: 2.4em;
    color: #43bbf7;
}

.cj_arrow_down_center{
    width: 0%;
    margin: 0 auto;
}
#triangle-facing-down {
    display: inline-block;
    border-bottom: 2px solid;
    border-right: 2px solid;
    color: #fff;
    height: 15px;
    -ms-transform: rotate(45deg); /* For IE9 only */
    -webkit-transform: rotate(45deg); /* For Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
}
#triangle-facing-right {
    display: inline-block;
    border-bottom: 2px solid;
    border-right: 2px solid;
    color: #fff;
    height: 10px;
    -ms-transform: rotate(-45deg); /* For IE9 only */
    -webkit-transform: rotate(-45deg); /* For Safari, Chrome, iOS */
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    margin-bottom: 1px;
}
#triangle-facing-left {
    //display: inline-block;
    margin: 72px;
    border-left: 24px solid; border-bottom: 24px solid;
    width: 120px; height: 120px;
    -moz-transform: rotate(45deg); /* For Firefox<16.0 */
    -ms-transform: rotate(45deg); /* For IE9 only */
    -webkit-transform: rotate(45deg); /* For Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color:#000;
}
.cj_home_click_down{
    color: #fff;
}
.cj_home_click_down a:active, a:focus, a:hover {
    color: #edf8fe;
}

  
.outerx {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}
.middlex {
    display: table-cell;
    vertical-align: middle;
}
.innerx {
    margin-left: auto;
    margin-right: auto; 
    width:767px;
}

 
 @media (min-width: 1401px) {
    
    .innerx{
        width:967px;
    }
   .innerx h1{
         font-size: 3.75rem;
    }    
    .innerx p{
         font-size: 1.6em;
    }  
    .cj_home_click_down_blue_div{
        height: 130px !important;
    }
    .cj_home_click_down_blue_div p{
        font-size: 2.1em !important;
    }
    .cj_arrow_down_center{
        padding-top:10px;
    }
    .cj_nav_home > li > a {
        font-size: 1.35em !important;
    }
    .innerx .p_home_innerx{
         font-size: 1.8em;
    }
}

@media (max-width: 1400px) {
    
    .innerx{
        width:767px;
    }
   .innerx h1{
         font-size: 2.5rem !important;
    }
    .innerx p{
         font-size: 1.2em;
    }
    
}

@media (max-width: 1222px) {
    
    .hero_background {
        background-position: 50% center;
    }
    
}



@media (min-width: 768px) {
    


    .navbar-nav > li > a{
        padding-bottom: 20px !important;
        padding-top: 20px !important;
     }

      
    
}

@media (max-width: 767px) {
    
   .innerx {
        margin-left: auto;
        margin-right: auto; 
        width:469px;
    }
    .innerx .h1_about_innerx{
         font-size: 2rem !important;
    }

     .innerx .p_about_innerx{
         font-size: 1.0em !important;
    }
}

@media (max-width: 469px) {
    
   .innerx {
        margin-left: auto;
        margin-right: auto; 
        width:269px;
        
    }
    
}



@media (min-width: 767px) {
    .cj_main_nav_bookkeepingstyle{
        display: none;
    }
}

@media (max-width: 767px) {
    
    #triangle-facing-down {
        color: #fff;
        height: 20px;
        width: 20px;
    }
}
@media (max-width: 469px) {
    .cj_course_box{
        width:100%;
    }
    .cj_support_box {
        width:100%;
    }
}