/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(fonts/font-awesome/font-awesome.min.css);
@import url(fonts/dubiel_italic/stylesheet.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Montserrat:100,300,400,500,600,700|Poppins:400,400i,500,500i,300,300i,700,800|Oswald:300,400);
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html, body {
    height: 100%;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
}
ol {
    margin: 0 0 10px 1.5em
}
ul {
    margin: 0 0 10px 1.5em
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 1536px;
}
body, input, textarea {
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.65em;
}
a {
    color: #33a0c9;
    outline: medium none;
    text-decoration: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
a:hover {
    color: #000;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
    height: auto
}
iframe {
    max-width: 100%;
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "montserrat";
    font-weight: 700;
    line-height: 1em;
    padding-bottom: 0.5em;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.17em;
}
h4 {
    font-size: 1.12em;
}
h5 {
    font-size: .83em;
}
h6 {
    font-size: .75em;
}
p {
    margin-bottom: 1em;
}
ul {
    margin-bottom: 1em;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
ins {
    text-decoration: none;
}
pre {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9.5px;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 0.8em;
}
sub {
    top: 0.3em;
}
dl {
    margin: 0 0 1.5em 0;
}
dl dt {
    font-weight: bold;
}
dd {
    margin-left: 1.5em;
}
hr {
    background: none repeat scroll 0 0 #D8D8D8;
    border: medium none;
    clear: both;
    height: 1px;
    margin: 12px 0;
}
blockquote {
    border-left: 5px solid #EEEEEE;
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}
blockquote p {
    display: inline;
    line-height: inherit;
    font-weight: 400;
}
blockquote p:before, blockquote p:after {
    display: inline-block;
    font-family: FontAwesome;
    opacity: 0.5;
    font-size: 13px;
}
blockquote p:before {
    content: '\f10d';
    margin-right: 5px;
    vertical-align: 11px;
}
blockquote p:after {
    content: '\f10e';
    margin-left: 5px;
    vertical-align: 7px;
}
blockquote cite {
    color: #005eb6;
    display: block;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
    background-color: #fff;
    border: 1px solid #e9e6e6;
    box-sizing: border-box;
    color: #000;
    font-size: 0.65em;
    line-height: 1.5em;
    padding: 12px 14px;
    transition: all 0.3s ease 0s;
}
input[type=text]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    background-color: #fff;
}
input[type="submit"], button, .button {
    background: rgba(51, 160, 201, 0.8) none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "montserrat";
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1.4em;
    max-width: 100%;
    padding: 22px 50px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: auto;
}
.button .fa {
    margin-right: 5px
}
.button.grey {
    color: #fff;
    background: rgba(231, 231, 231, 0.4) none repeat scroll 0 0;
}
.button.big {
    font-size: 1.15em;
    padding: 30px 50px;
}
.button.orange {
    background: #ff9c00 none repeat scroll 0 0;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
    background: #222;
    color: #fff
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix {
    zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
} /* IE7 */
.screen-reader-text {
    text-indent: -9999px;
    display: none
}
table {
    background: none repeat scroll 0 0 #EEEEEE;
    border-collapse: separate;
}
table th {
    background: none repeat scroll 0 0 #F6F6F6;
    font-weight: 700;
    padding: 5px 10px;
    text-align: left;
}
table td {
    background: #fff;
    padding: 5px 10px;
}
/*------------------------------------------------*/
/*----------------------[GRIDS]-------------------*/
/*------------------------------------------------*/
.row {
    margin: 0 -15px;
    position: relative;
}
.row:after, .row:before {
    content: " ";
    display: table;
    clear: both;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.grid12 {
    width: 100%
}
.grid11 {
    width: 91.66666667%
}
.grid10 {
    width: 83.33333333%
}
.grid9 {
    width: 75%
}
.grid8 {
    width: 66.66666667%
}
.grid7 {
    width: 58.33333333%
}
.grid6 {
    width: 50%
}
.grid5 {
    width: 41.66666667%
}
.grid4 {
    width: 33.33333333%
}
.grid3 {
    width: 25%
}
.grid2 {
    width: 16.66666667%
}
.grid1 {
    width: 8.33333333%
}
.row > .grid3:nth-child(4n+1) {
    clear: both
}
.row > .grid6:nth-child(2n+1) {
    clear: both
}
/*------------------------------------------------*/
/*------------------[TYPOGRAPHY]------------------*/
/*------------------------------------------------*/
.blue {
    color: #0093d0
}
.grey {
    color: #acacac
}
.weight500 {
    font-weight: 500
}
.weight300 {
    font-weight: 300
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex.reverse {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flexHalf {
    width: 50%;
}
.light {
    font-weight: 300
}
.talign-center {
    text-align: center;
}
.talign-left {
    text-align: left;
}
.talign-right {
    text-align: right;
}
.hide {
    display: none
}
.uppercase {
    text-transform: uppercase
}
.block {
    display: block
}
.space5 {
    height: 5px;
    clear: both
}
.space10 {
    height: 10px;
    clear: both
}
.space15 {
    height: 15px;
    clear: both
}
.space20 {
    height: 20px;
    clear: both
}
.space25 {
    height: 25px;
    clear: both
}
.space30 {
    height: 30px;
    clear: both
}
.space35 {
    height: 35px;
    clear: both
}
.space40 {
    height: 40px;
    clear: both
}
.space45 {
    height: 45px;
    clear: both
}
.space50 {
    height: 50px;
    clear: both
}
.bannerTab {
    display: table;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
}
.bannerCell {
    display: table-cell;
    vertical-align: middle;
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 6px;
}
.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.wp-smiley {
    margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.wrapper {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
}
.wrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.wrapper.narrow {
    width: 970px;
}
.wrapper.full {
    width: 100%;
}
.wrapper.full.noPadding {
    overflow: hidden;
    padding: 0;
}
/*------------------------------------------------*/
/*---------------[MOBILE NAVIGATION]--------------*/
/*------------------------------------------------*/
body.mobileNav #siteArea {
    left: -250px;
    overflow: hidden;
    position: fixed;
}
#siteArea {
    left: 0px;
    position: relative;
    width: 100%;
    transition: 300ms;
}
body.mobileNav #mobileNav {
    right: 0px
}
#mobileNav {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    right: -250px;
    width: 250px;
    z-index: 99;
    display: none;
    transition: 300ms;
}
#mobileLogo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0 12px;
    position: relative;
    height: 52px;
}
#mobileLogo a {
    background-image: url("images/logo.png");
    background-size: 160px 24px;
    -webkit-background-size: 160px 24px;
    display: block;
    height: 24px;
    margin: 0 auto;
    text-indent: -9999px;
    width: 160px;
}
#mobileNavScroll {
    height: 100%;
    overflow: scroll;
}
ul.mobileMenu {
    font-family: "montserrat";
    font-size: 14px;
    height: 100%;
    line-height: 1.2em;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.mobileMenu a {
    color: #fff;
    background: none
}
ul.mobileMenu a:hover {
    background: rgba(255, 255, 255, 0.1)
}
ul.mobileMenu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
ul.mobileMenu > li > a {
    display: block;
    padding: 12px 25px;
}
ul.mobileMenu > li > ul {
    margin: 0;
    padding: 0;
    list-style: none
}
ul.mobileMenu > li > ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
ul.mobileMenu > li > ul > li > a {
    display: block;
    font-size: 0.9em;
    padding: 6px 20px 6px 45px;
}
/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
#header {
    background-color: #000;
    padding-bottom: 28px;
    padding-top: 28px;
    position: relative;
    width: 100%;
}
#header.overlay {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}
#header .wrapper {
    width: 100%
}
#logo {
    float: left
}
#logo h1 {
    padding: 0
}
#logo h1 a {
    background-image: url("images/logo.png");
    display: block;
    height: 51px;
    text-indent: -9999px;
    width: 155px;
}
#headerRight {
    float: right;
    padding: 10px 0;
}
#headerSocial {
    float: right
}
#headerSocial > a {
    font-size: 0.75em;
    margin-right: 13px;
    color: #fff;
}
#headerSocial > a:last-child {
    margin-right: 0
}
/*------------------------------------------------*/
/*-------------------[NAVIGATION]-----------------*/
/*------------------------------------------------*/
#navigation {
    float: left;
    font-family: "Montserrat", sans-serif;
    font-size: 0.65em;
    font-weight: 400;
    padding-right: 205px;
}
#navigation > ul.desktopMenu {
    margin: 0;
    padding: 0;
    list-style: none
}
#navigation > ul.desktopMenu > li {
    float: left;
    margin-left: 32px;
    position: relative;
}
#navigation > ul.desktopMenu > li > a {
    display: block;
    color: #fff;
    text-transform: uppercase
}
#navigation > ul.desktopMenu > li > a .fa {
    font-size: 1.2em;
    margin-left: 5px
}
#navigation > ul.desktopMenu > li > ul {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 180px;
    display: none
}
#navigation > ul.desktopMenu > li > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#navigation > ul.desktopMenu > li > ul > li > a {
    color: #fff;
    display: block;
    padding: 0 15px;
}
#navigation > ul.desktopMenu > li > ul > li:hover > a {
    background: rgba(255, 255, 255, 0.1);
}
#click-menu {
    display: none !important
}
/*------------------------------------------------*/
/*------------------------[HOME]------------------*/
/*------------------------------------------------*/
body.home #pageBanner {
    background-position:center top;
    height: auto;
    padding-bottom: 160px;
    padding-top: 250px;
}
body.home .bannerTitle:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.homeBannerArea {
    color: #000;
    float: right;
    max-width: 100%;
    width: 940px;
    text-transform: inherit;
}
.homeBannerTop {
    font-family: "dubielitalic";
    font-size: 1.15em;
    line-height: 1em;
    text-transform: none;
}
.homeBannerTitle {
    font-family: Lato;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.35em;
    word-spacing: 6px;
}
.homeBannerSubTitle {
    font-family: Montserrat;
    font-size: 0.58em;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding-top: 4px;
    text-transform: uppercase;
    word-spacing: 9px;
}
.homeBannerBtns {
    margin: 0 auto;
    max-width: 100%;
    padding-top: 62px;
    width: 240px;
}
.homeBannerBtns > a {
    border: 1px solid #000;
    color: #000;
    display: block;
    font-family: montserrat;
    font-size: 0.44em;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 30px;
    padding: 17px 35px;
}
/*------------------------------------------------*/
/*--------------------[SECTIONS]------------------*/
/*------------------------------------------------*/
.section {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0;
}
.section.introBanner {
    padding: 100px 0;
}
.section.introBanner .wrapper {
    height: 580px;
}
.section.introBanner .bannerCell {
    vertical-align: bottom;
}
.introTitle {
    font-family: "montserrat";
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.2em;
    padding-bottom: 0.5em;
    word-spacing: 2px;
}
.introSubTitle {
    font-family: "montserrat";
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.45em;
    padding-bottom: 0.5em;
}
.innerWrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 930px;
}
.introBtns .button {
    margin: 0 10px;
    width: 315px;
}
.introTaglineSection {
    padding: 30px 0;
}
.introTagline {
    font-family: "montserrat";
    font-size: 1.9em;
    font-weight: 700;
    line-height: 1.64em;
    word-spacing: 5px;
}
.gridImg {
    border: 4px solid #33a0c9;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    height: 214px;
    margin: 0 auto;
    max-width: 100%;
    width: 214px;
}
.gridImg img {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    vertical-align: middle;
}
.gridTitle {
    color: #000;
    font-family: "montserrat";
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 4px;
    padding-bottom: 1.2em;
    padding-top: 3.55em;
    text-transform: uppercase;
    word-spacing: 0;
}
.inviteTitle {
    font-family: "montserrat";
    font-size: 2.6em;
    font-weight: 300;
    line-height: 1.58em;
    padding-bottom: 0.5em;
    word-spacing: 3px;
}
.section.homePieSection {
    padding: 24px 0;
}
.inviteTitle.squeezed {
    line-height: 1.2em;
}
.discoverTitle {
    font-family: "montserrat";
    font-size: 2.35em;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1.5em;
    word-spacing: 3px;
}
.discoverMan {
    bottom: -65px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
}
.discoverMan > img {
    display: block
}
.paddedBx {
    max-width: 100%;
    padding-right: 20px;
}
.paddedBx.right {
    float: right;
    padding-left: 15px;
    padding-rightt: 0;
}
.sectionTitle {
    font-size: 3.25em;
    color: #000;
}
.sectionTitle > span {
    display: block;
    font-size: 0.58em;
    line-height: 1.4em;
}
.sectionTxt {
    font-size: 1.58em;
    line-height: 1.62em;
}
.sectionTxt.sml {
    font-size: 1.4em;
    line-height: 1.8em;
}
.sectionTxt p {
    margin-bottom: 1.65em;
}
.section.homeLearnPace .paddedBx {
    width: 370px;
}
.section.homeLearnPace .paddedBx .sectionTxt {
    max-width: 100%;
    width: 320px;
}
.section.homeListSection {
    padding-bottom: 0;
    padding-top: 30px;
}
.chevronList {
    font-family: "montserrat";
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4em;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
.chevronList > li {
    padding-bottom: 12px;
    padding-left: 38px;
    padding-top: 12px;
    position: relative;
}
.chevronList > li::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #33a0c9;
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 0.65em;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-indent: 4px;
    top: 19px;
    vertical-align: middle;
    width: 25px;
}
.sectionTitle.broad {
    line-height: 1.4em;
}
.whatMakesgridImg {
    background-color: #000;
    margin-bottom: 37px;
}
.whatMakesGridImgBx {
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 264px;
    opacity: .85
}
.whatMakesgridTitle {
    color: #000;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 1.35em;
    margin-bottom: 5px;
    padding: 0 7px;
    text-transform: uppercase;
}
.whatMakesgridDesc {
    color: #000;
    font-size: 1.15em;
    line-height: 1.8em;
    margin-bottom: 5px;
    padding: 0 7px;
}
.section.homeMacBook {
    padding: 12px 0;
}
.css-mb {
    max-width: 100%;
    position: relative;
    width: 1445px;
    margin: 0 auto
}
.css-mb-base {
    position: relative;
    width: 100%
}
.css-mb-base img {
    display: block
}
.css-mb-body {
    background: #606060 none repeat scroll 0 0;
    border-radius: 45px 45px 0 0;
    margin: 0 auto;
    padding: 3.2% 3.5%;
    position: relative;
    width: 79.5%;
}
.css-mb-screen {
    background: #f2f1f1 none repeat scroll 0 0;
    font-size: 1.38em;
    line-height: 1.65em;
    padding: 3.2% 8.8%;
}
.css-mb-screen > p {
    margin-bottom: 1.62em;
}
.homeTimeStop .wrapper.narrow {
    width: 1035px;
}
.section.homeTimeStop .paddedBx {
    max-width: 100%;
    width: 498px;
}
.broadLine > p {
    line-height: 2em;
}
.section.ccTagline {
    font-family: "montserrat";
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 6px;
    line-height: 1.2em;
    padding: 40px 0 32px;
    text-transform: uppercase;
    word-spacing: 5px;
}
.section.ccTagline p {
    margin: 0
}
.section.ccCourseDesc {
    padding: 40px 0;
}
ul.chevronList.inline > li {
    display: inline-block;
    padding-left: 28px;
}
ul.chevronList.sml {
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-top: 6px;
}
ul.chevronList.sml > li {
    padding-bottom: 10px;
}
ul.chevronList.invert > li::before {
    background: #33a0c9 none repeat scroll 0 0;
    color: #fff;
    font-size: 0.65em;
    height: 19px;
    line-height: 18px;
    text-indent: 2px;
    top: 16px;
    width: 19px;
}
.courseDescBtn .button {
    font-size: 1.8em;
    line-height: 1.35em;
    max-width: 100%;
    padding: 42px 30px;
    width: 500px;
    word-spacing: 5px;
}
.courseDescBtn .button span {
    display: block;
    font-size: 1.2em;
    position: relative;
}
.courseDescBtn .button span::before, .courseDescBtn .button span::after {
    background: #000 none repeat scroll 0 0;
    bottom: 14px;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: -125px;
    max-width: 100%;
    position: absolute;
    width: 250px;
}
.courseDescBtn .button span::before {
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}
.courseDescBtn .button span::after {
    transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
.section.homeDevicesSection {
    padding-bottom: 12px
}
.section.homeDevicesSection .wrapper {
    width: 1120px;
    max-width: 100%
}
.priceAmnt {
    color: #5bb75c;
    font-family: "montserrat";
    font-size: 4.5em;
    font-weight: 300;
    line-height: 0.85em;
    padding-bottom: 0;
}
.cta {
    font-family: "montserrat";
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 7px;
    line-height: 1.4em;
    word-spacing: 4px;
    color: #999;
}
.modules10section .paddedBx.right {
    padding-right: 43px;
    width: 535px;
    max-width: 100%
}
.modules10section .paddedBx.left {
    max-width: 100%;
    padding-left: 37px;
    padding-right: 0;
    width: 540px;
}
.sectionTitleArea {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 45px 0 40px;
}
.sectionTitleArea .sectionTitle {
    color: #000;
    font-size: 2em;
    padding: 0;
    text-transform: uppercase;
}
.section.sectionWithTitle {
    font-size: 0.8em;
    line-height: 2em;
    padding: 38px 0;
}
ul.caret {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 34px;
}
ul.caret > li {
    padding-left: 12px;
    position: relative;
}
ul.caret a {
    color: #000
}
ul.caret a:hover {
    color: #33a0c9
}
ul.caret > li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
}
#pmpro_levels_table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-spacing: 0;
    line-height: 1.4em;
    width: 100%;
}
#pmpro_levels_table th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    color: #000;
    font-family: "montserrat";
    font-size: 0.8em;
    font-weight: 400;
    padding: 11px 22px;
    text-transform: uppercase;
}
#pmpro_levels_table td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #cccccc;
    padding-left: 22px;
    padding-right: 22px;
}
#pmpro_levels_table > tbody > tr > td:last-child {
    padding-right: 0
}
#pmpro_levels_table .pmpro_btn {
    background: rgba(51, 160, 201, 1) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "montserrat";
    font-size: 1.05em;
    font-weight: 700;
    line-height: 1.4em;
    max-width: 100%;
    padding: 14px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: auto;
}
#pmpro_levels_table .pmpro_btn .fa {
    margin-right: 5px
}
#pmpro_levels_table .pmpro_btn:hover {
    background: #111
}
#sectionTitle-shop-2.sectionTitleArea, #sectionTitle-shop-3.sectionTitleArea {
    padding: 25px 0;
}
.courseTable {
    background: none;
    table-layout: fixed
}
.courseTable td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0 20px;
    vertical-align: middle
}
.courseTable td.courseTableImg {
    width: 200px
}
.courseTable td ul.caret {
    padding: 0;
    margin: 0
}
/*------------------------------------------------*/
/*----------------------[PAGE]--------------------*/
/*------------------------------------------------*/
#pageBanner {
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 537px;
    position: relative;
}
#pageBanner .bannerCell {
    text-align: center;
    padding: 0 15px
}
.bannerTitle {
    color: #fff;
    font-family: "montserrat";
    font-size: 2.55em;
    font-weight: 300;
    line-height: 1.2em;
    text-transform: uppercase;
}
#main {
    padding: 111px 0;
}
#theme-my-login {
    position: relative;
    max-width: 100%;
    width: 265px;
}
#theme-my-login p.message {
    color: #000;
    font-family: "montserrat";
    font-size: 0.84em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.8em;
}
#theme-my-login #loginform br {
    display: none
}
#theme-my-login #loginform input[type="text"], #theme-my-login #loginform input[type="password"] {
    display: block;
    width: 100%
}
#theme-my-login #loginform input#cptch_input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #999999;
    font-size: 11px !important;
    line-height: 1.25em;
    padding: 0;
    width: auto !important;
}
#theme-my-login p.cptch_block {
    font-size: 11px;
    padding-top: 10px;
}
#theme-my-login p.forgetmenot {
    font-size: 11px;
    padding-top: 17px;
}
#theme-my-login p.forgetmenot input[type="checkbox"] {
    margin: 0 5px 0 0;
    vertical-align: middle;
}
#theme-my-login p.submit {
    padding-top: 10px;
}
#theme-my-login p.submit input[type="submit"] {
    font-size: 11px;
    padding: 12px 18px;
}
.tml-action-links {
    bottom: 95px;
    font-size: 12px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
}
/*------------------------------------------------*/
/*----------------------[CHECKOUT]----------------*/
/*------------------------------------------------*/
body.pmpro-checkout.pre {
    background-image: url(images/checkout.jpg);
    background-repeat: no-repeat;
    background-position: center top
}
#checout-main.section {
    padding: 56px 0;
}
.pmpro-checkout-section {
    border: 4px solid #e9e6e6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 56px;
    color: #000;
}
.pmpro-checkout-section table {
    background: none
}
.pmpro-checkout-section table th {
    background: #f7f5f5 none repeat scroll 0 0;
    border-bottom: 4px solid #e9e6e6;
    padding: 17px 20px;
}
th .checkoutTitle {
    float: left
}
.pmpro-checkout-section table th .checkoutTitle {
    line-height: 1.6em;
    padding: 0;
}
.pmpro-checkout-section table td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 23px 50px;
}
.pmpro-checkout-section table td p {
    font-size: 0.72em;
    line-height: 1.55em
}
.pmpro_thead-msg {
    float: right;
    font-family: montserrat;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-right: 6px;
    margin-top: 2px;
    text-transform: uppercase;
}
.pmpro_thead-msg .fa {
    margin-left: 3px;
}
.pmpro-checkout-section table td .selectedMembership {
    font-family: montserrat;
    font-size: 0.66em;
    font-weight: 700;
    text-transform: uppercase;
    word-spacing: 2px;
}
.checkoutTitle {
    font-family: montserrat;
    font-size: 1.12em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: uppercase;
    word-spacing: 2px;
    padding-bottom: 1.4em
}
.pmpro-checkout-section table td ol {
    font-size: 0.72em;
    line-height: 1.55em;
    margin-left: 12px;
    margin-top: 0px;
}
.pmpro-checkout-section table td ol .fa {
    display: inline-block;
    margin-right: 9px;
}
.pmpro-checkout-section table td ol li {
    padding-bottom: 4px;
}
#pmpro_level_cost {
    text-align: center
}
.membershipPriceTxt {
    font-family: montserrat;
    font-weight: 700;
    text-transform: uppercase;
}
.membershipPriceTxt > span {
    display: block;
    font-weight: 400;
}
.membershipExpiryTxt {
    font-family: montserrat;
    font-size: 0.64em;
    font-weight: 700;
    padding-top: 6px;
}
.pmpro-checkout-section table td p#other_discount_code_p {
    font-size: 0.7em;
    margin: 0;
}
#pmpro_user_fields .pmpro_thead-msg {
    font-size: 0.75em;
    margin-right: 2px;
}
#pmpro_user_fields td {
    padding-top: 40px;
}
.pmproUsrField {
    margin-bottom: 23px;
    max-width: 100%;
    padding-right: 20px;
    position: relative;
    width: 285px;
}
.pmproUsrField.last {
    margin-bottom: 0
}
.pmproUsrField input {
    display: block;
    width: 100%
}
.pmpro_asterisk {
    position: absolute;
    right: 4px;
    top: 10px;
}
.pmpro_hidden {
    display: none;
}
.pmproCheckboxes #pmpro_pricing_fields th {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-family: montserrat;
    font-size: 0.86em;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    padding: 20px 50px 1.2em;
    text-transform: uppercase;
    word-spacing: 2px;
}
.pmproCheckboxes #pmpro_pricing_fields td {
    padding: 0 50px 0 60px
}
.pmproCheckboxes div {
    color: #666666;
    font-size: 0.62em;
}
#pmpro_pricing_fields input#taxregion {
    margin-right: 11px;
}
#pmpro_account_loggedin {
    background: #f7f5f5 none repeat scroll 0 0;
    border-bottom: 4px solid #e9e6e6;
    font-size: 0.72em;
    line-height: 1.55em;
    padding: 17px 20px;
    text-align: center;
}
/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
#footer {
    color: #999;
    padding: 35px 0;
    text-align: center;
    background: #000
}
#footerSocial a {
    display: inline-block;
    font-size: 0.95em;
    line-height: 1em;
    margin: 0 6px;
    vertical-align: top;
}
#copyright {
    font-family: "montserrat";
    font-size: 0.7em;
    text-align: center
}
#footer a {
    color: #fff
}
#footer strong {
    color: #fff
}
#footer.internal {
    padding: 41px 0;
    text-align: left;
    font-size: 11px;
}
#footer.internal a {
    color: #999
}
#footer.internal a:hover {
    color: #fff
}
#footerWidgets {
    text-align: left;
    padding-bottom: 36px;
}
#footerLogoArea {
    width: 207px;
    max-width: 100%;
    text-align: center;
    text-align: center
}
#footerTagline {
    font-style: italic;
    font-weight: 600;
    line-height: 1.8em;
    padding-top: 10px;
}
#footerWidgets .grid3 {
    padding-top: 42px
}
#footerWidgets .grid3:first-child {
    padding-top: 0
}
#footerWidgets ul {
    line-height: 1.5em;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 15px;
}
#footerWidgets ul li {
    padding-bottom: 8px;
    padding-left: 12px;
    position: relative;
}
#footerWidgets ul li::before {
    background: #999 none repeat scroll 0 0;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 4px;
}
#footer.internal #copyright {
    border-top: 1px solid #666;
    font-size: 10px;
    padding: 12px 0;
}
#footerWidgets ul.contactList {
    margin: 0 0 0 -2px;
    padding: 0;
}
#footerWidgets ul.contactList li {
    font-size: 11px;
    line-height: 1.7em;
    padding-bottom: 1px;
    padding-left: 32px;
}
#footerWidgets ul.contactList li:before {
    display: none
}
#footerWidgets ul.contactList li .fa {
    font-size: 16px;
    left: 0;
    position: absolute;
}
/*------------------------------------------------*/
/*-------------------[NEW HOMEPAGE]---------------*/
/*------------------------------------------------*/
body.page-id-319 #sections {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 13.6px;
    word-spacing: 2px;
    line-height: 1.8em;
}
body.page-id-319 p {
    margin-bottom: 2em;
}
body.page-id-319 #header.overlay {
    background-color:#666;
    position:relative
}
.clarityFirstSection {
    height: 865px;
}
.section.registerBarSection {
    padding: 32px 0 30px;/* height: 140px; */
}
.section.registerBarSection .wrapper.full {
    width:1440px
}
.registerBarTxt {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.8em;
    padding-top: 26px;
    letter-spacing: 0.04em;
    word-spacing: 0px;
}
.registerBarBtn {
    width: 240px;
    margin: 0 auto;
    max-width: 100%;
}
.section .button.hollow {
    background-color:transparent;
    border: solid 3px;
    display: block;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.3em;
    padding: 12px;
    display:block
}
.section .button.hollow:hover {
    background-color:#fff;
    color:#000;
}
.grid3.noRightPad {
    padding-right:0
}
.section.peterDruckerSection {
    padding-top: 75px;
    padding-bottom: 48px;
}
.druckerImg {
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
.druckerImgBxTxt {
    font-family: dubiel;
    font-style: italic;
    padding-top: 12px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 1.19em;
    background-color: #f0f0f0;
}
.druckerImgBxTxt span {
    text-transform: uppercase;
    display: block;
    font-style: normal;
    padding-top: 1px;
    font-size: 1.15em;
    word-spacing: 0;
}
.sectionTitle {
    color: #5f5f5f;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 3.529em;
    line-height: 1.15em;
    word-spacing: 0;
    padding-bottom: 0.6em;
    position:relative
}
.black {
    color:#000
}
.white {
    color:#fff
}
.sectionTitle.underline {
    padding-bottom:0.8em
}
.sectionTitle.underline::after {
    content: '';
    border-bottom: solid 2px;
    position: absolute;
    width: 180px;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
}
.padLeft {
    padding-left: 25px;
}
.shadowImg img {
    display:block;
    margin:0 auto
}
.section.areYouReadySection {
    padding-top: 30px;
    padding-bottom: 20px;
}
.txtBlockTitle {
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 1.8em;
    word-spacing: -2px;
    padding-bottom:0.35em;
}
.txtBlockTitle a{color:#000}
.txtBlockTitle a:hover{
    color:#33a0c9
}
#textBlocks .grid6 {
    padding-top: 10px;
    padding-bottom: 22px;
}
.section.homeDavinaSection {
    padding-top: 90px;
    padding-bottom: 140px;
}
.section .button.hollow.grey {
    border-color: #656565;
    color: #656565;
    font-size: 0.85em;
    padding: 5px 12px;
    line-height: 1.3em;
    display: block;
    width: 100%;
    height: 61px;
}
.section .button.hollow.grey:hover{color:#33a0c9; border-color:#33a0c9}
#moreSectionBtns.row {
    margin:0 -10px
}
#moreSectionBtns.row .grid4 {
    padding-left:10px;
    padding-right:10px
}
.section.homeCommentsSection {
    padding-top: 80px;
    padding-bottom: 80px;
}
#partcipantComments {
    padding-top: 30px;
    text-align:center;
    position:relative;
    width: 1020px;
    margin: 0 auto;
    max-width: 100%;
}
#partcipantComments .flex-viewport {
}
ul.slides {
    padding:0;
    list-style: none;
    margin:0;
}
ul.slides > li {
    width:100%;
    position:relative
}
.commentTxt {
    font-family: dublein;
    font-style: italic;
    font-size: 1.7em;
    line-height: 1.51em;
}
.commentTxt p {
    margin-bottom:0 !important
}
.commentName {
    font-family: dublein;
    text-transform: uppercase;
    font-size: 1.9em;
    line-height: 1.4em;
    padding-top: 7px;
    word-spacing: 0px;
}
.commentDesig {
    font-family: dublein;
    font-style: italic;
    font-size: 1.6em;
    line-height: 1.4em;
    padding-top: 4px;
}
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-direction-nav a {
    font-size:3em;
    color:#fff;
    position:absolute;
    top:30%;
}
.flex-direction-nav a.flex-prev {
    left: -100px
}
.flex-direction-nav a.flex-next {
    right: -100px
}
.testimonialImg {
}
.testimonialImg img {
    display:block
}
#allTestimonialsLink {
    padding-top: 59px;
}
#allTestimonialsLink a.button {
    width: 200px;
    margin: 0 auto;
    max-width: 100%;
}
.section.homeQAsection {
    padding-top: 45px;
}
#faqsList {
    padding-top: 1px;
    text-align: left;
}
#faqsList > ul{margin:0; padding:0; list-style:none}
#faqsList > ul > li {
    padding-bottom: 27px;
}
.faqQuestion {
    font-family: Oswald;
    padding: 19px 45px 22px 20px;
    font-size: 1.72em;
    font-weight: 300;
    line-height: 1.1em;
    position: relative;
    border: solid 2px;
    color: #000;
    background-color: #f3f3f3;
    cursor: pointer;
}
.faqQuestion .fa {
    position: absolute;
    right: 20px;
    top: 23px;
}
.faqAnswer {
    border-left: solid 2px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    padding: 38px 18px 33px;
    color:#000;
    display:none;
}
#faqsList .ui-state-active .fa-plus::before {
    content: "\f068";
} 

/*------------------------------------------------*/
/*-------------------[Cources Overview]---------------*/
/*------------------------------------------------*/

.purchase-container {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
}

.purchase-container .prod {
    width: 33%;
    float: left;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
}

.prod .head {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #323232;
    /*font-family: "PT Sans Narrow";*/
    color: #fff;
    font-size: 30px;
    line-height: 130%;
    padding: 5px 25px 50px;
    position: relative;
}

.prod .circ {
    background: #59962f;
    width: 130px;
    height: 130px;
    display: block;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font-size: 48px;
    /*font-family: 'Times New Roman';*/
    border: 5px solid #fff;
    line-height: 115px;
    position: absolute;
    left: 35px;
}

.prod .circ span {
    font-size: 30px;
}

.prod .circ span span {

}

.prod ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    min-height: 620px;
}

.prod ul li {
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.prod ul li.first {
    padding-top: 100px;
    /*font-family: 'PT Sans Narrow';*/
    padding: 100px 20px 10px;
    font-size: 15px;
    font-weight: bold;
} 

.prod ul li.odd {

}

.prod ul li.even{
    background: #eeeeee;
}

.prod .foot {
    background: #59962f;
    /*font-family: 'PT Sans Narrow';*/
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.prod .foot  span{
    font-size: 20px;
    display: block;
    margin-top: 10px;
}

.prod .sign {
    position: relative;
}

.prod .sign a {
    position: absolute;
    width: 100%;
    display: block;
    bottom: -80px;
}

.prod .sign a span {
    width: 80%;
    display: block;
    margin: 0 auto;
    background: #59962f;
    color: #fff;
    /*font-family: 'PT Sans Narrow';*/
    font-size: 20px;
    line-height: 30px;
}

.purchase-container .prod.prod2 {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.98);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.98);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.98);
    z-index: 999;
    top: -20px;
}

.purchase-container .prod.prod2 ul {
    min-height: 655px;
}


.purchase-container .prod.prod2 .sign a {
    bottom: -65px;
}

.purchase-container .prod.prod2 .head {
    background: #323232;
}

.purchase-container .prod.prod2 .circ{
    background: #828181;
}
.purchase-container .prod.prod2 .foot{
    background: #828181;
}
.purchase-container .prod.prod2 .sign a span{
    background: #828181;
}

.purchase-container .prod.prod3 .head {
    background: #323232; 
}
.prod .sign {
    position: relative;
}

.prod .sign a {
    position: absolute;
    width: 100%;
    display: block;
    bottom: -80px;
}
.prod .sign a span {
    width: 80%;
    display: block;
    margin: 0 auto;
    background: #59962f;
    color: #fff;
    font-family: 'PT Sans Narrow';
    font-size: 20px;
    line-height: 30px;
}
.purchase-container .prod.prod2 .sign a {
    bottom: -65px;
}
.clr { clear: both; }
.sep {
    margin-top: 100px;
    margin-bottom: 50px;
}