@import url(https://fonts.googleapis.com/css?family=Grand+Hotel);
@import url(https://fonts.googleapis.com/css?family=Clicker+Script);
@import url(https://fonts.googleapis.com/css?family=Telex);

.course-tiles
    {
    background-color: #f4f8fc;
    position: relative
    }
    
.course-tiles-content {
    padding: 50px
}
.course-tiles:not(.has-sidenav) .course-tiles-content {
    max-width: 1200px;
    margin: auto;
    text-align: center
}
.course-tiles:not(.has-sidenav) .course-tiles-content .course-tile {
    margin-left: 18px;
    margin-right: 18px
}
#my-courses .course-tiles-content,
#purchase-courses.has-sidenav .course-tiles-content {
    margin-left: 200px
}
.course-tiles .course-tile {
    display: inline-block;
    width: 300px;
    background-color: #FFF;
    -webkit-box-shadow: 0 .5px 3px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 .5px 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .5px 3px 0 rgba(0, 0, 0, .1);
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 36px;
    margin-bottom: 35px;
    padding: 30px 35px;
    text-align: center;
    vertical-align: middle
}
.course-tiles .course-tile h3 {
    height: 34px;
    font-size: 16px
}
.course-tiles .course-tile.course-blue:hover {
    border-color: #27a9e1
}
.course-tiles .course-tile.course-red:hover {
    border-color: #de5844
}
.course-tiles .course-tile.course-green:hover {
    border-color: #8cc63e
}
.course-tiles .course-tile.course-orange:hover {
    border-color: #fbaf3f
}
.course-tiles .course-tile:hover {
    text-decoration: none
}
.course-info-tiles .course-tile {
    height: 415px;
    padding-bottom: 20px
}
.course-info-tiles .course-tile img {
    width: 65%;
    margin-bottom: 15px
}
#my-courses h2,
#purchase-courses h2,
.modal-body.has-sidenav.course-tiles h2 {
    color: #555;
    margin-bottom: 50px;
    font-weight: 200;
    font-size: 20px
}
.course-info-tiles .course-tile button {
    margin-top: 20px;
    width: 100%
}
.testimonials-section p,
.quote-text,
.save {
    font-style: italic
}
#password-reset p:nth-child(1) {
    font-size: 30px;
    font-weight: 200;
    color: #555;
    letter-spacing: 1px
}
#password-reset p:nth-child(2) {
    font-size: 14px;
    font-weight: 200;
    line-height: 21px;
    color: #a7aeb6;
    margin-top: 10px;
    margin-bottom: 45px;
    letter-spacing: .5px
}
#password-reset .bg-blue {
    background-color: #27a9e1
}
.bg-orange {
    background-color: #fbaf3f
}
.bg-indigo {
    background-color: #2e3092
}
.bg-green {
    background-color: #8cc63e
}
.bg-light-green {
    background-color: rgba(140, 198, 62, .4)
}
.bg-purple {
    background-color: #9e1e62
}
.bg-teal {
    background-color: #a3c4dc
}
.dashboard-title,
.inline-block,
.sidenav .sidenav-class {
    display: inline-block
}
.center {
    text-align: center
}
.left-align {
    text-align: left
}
.right-align {
    text-align: right
}
.relative {
    position: relative
}
.absolute,
.sidenav {
    position: absolute
}
.spacing-right {
    margin-right: 20px
}
.spacing-left {
    margin-left: 20px
}
.absolute-top-left {
    position: absolute;
    top: 0;
    left: 0
}
.small {
    font-size: 70%
}
#modules {
    margin-top: 10px
}
#library #modules .module .description {
    width: 50%;
    padding: 10px;
    font-size: 16px;
    line-height: 23px
}
#library #modules .module .info {
    width: 30%
}
#library #modules .module .browse {
    width: 15%
}
#library #modules .module .browse .code-files .code-filename .icon-file {
    margin-right: 3px
}
#multi-file-viewer .code-files .code-filename p.ellipsis-overflow {
    width: 115px;
    padding-left: 5px
}
.navbar {
    height: 60px;
    font-family: "Proxima Nova", proxima-nova, sans-serif
}
.navbar li a:not(.no-padding) {
    padding: 18px;
    line-height: 24px
}
.navbar .onboarding-checklist .progressbar {
    margin-bottom: 20px;
    background-color: #fff
}
.onboarding-checklist:not(.completed) .checklist-completion {
    margin-right: 10px;
    letter-spacing: -1px
}
#home-banner {
    position: absolute;
    padding: 10px;
    top: 60px;
    width: 100%;
    letter-spacing: .75px;
    z-index: 100
}
#home-banner h3 {text-align: center;
    margin: 0
}
.home-panel {
    font-family: proxima-nova;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden
}
.home-panel-title {
    font-weight: 200;
    font-size: 24px;
    line-height: 30px;
	color: #a7aeb6;
}
.home-panel-subtitle {
    font-size: 18px;
    color: #a7aeb6;
    font-weight: 100;
    line-height: 30px
}
.panel-sec-title {
    color: #28384A;
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0
}
.panel-sec-text {
    font-size: 14px;
    color: rgb(62, 61, 109);
    opacity: .7;
    line-height: 20px
}
#header-panel {
    overflow: hidden;
    letter-spacing: .5px;
    font-weight: 400;
    color: #FFF;
    height: 100vh;
    height: calc(100vh - 60px);
    background: url(img/landing.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0
}
#header-panel .overlay {
    height: 100vh;
    height: calc(100vh - 60px);
    background: rgba(30, 53, 78, .7);
    overflow: hidden
}
#header-panel .overlay #hoc-redirect {
    width: 75px;
    text-align: center;
    height: 75px;
    position: absolute;
    background: 0 0;
    margin-top: 50px;
    margin-left: 25px;
    border-radius: 50%;
    border: 2px solid;
    text-transform: capitalize
}
#sajat-panel,
#students-panel,
#teachers-panel {
    background-color: #FFF
}
#teacher-testimonials,
#tutors-panel {
    background-color: #f4f8fc
}
#header-panel .overlay #hoc-redirect p {
    margin-top: 10px
}
.bounce-arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    margin-bottom: 50px;
    -webkit-animation: bounce .8s ease-out;
    -moz-animation: bounce .8s ease-out;
    -o-animation: bounce .8s ease-out;
    animation: bounce .8s ease-out
}
.bounce-arrow img {
    height: 85px
}
.bounce-effect 10%,
.bounce-effect 5% {
    -webkit-transform: translateY(-100%);
    opacity: 0
}
80% {
    -webkit-transform: translateY(-15%)
}
90% {
    -webkit-transform: translateY(0);
    padding-bottom: 8px
}
95% {
    -webkit-transform: translateY(-10%)
}
97% {
    -webkit-transform: translateY(0);
    padding-bottom: 9px
}
99% {
    -webkit-transform: translateY(-5%)
}
100% {
    -webkit-transform: translateY(0);
    padding-bottom: 9px;
    opacity: 1
}
}
@-moz-keyframes bounce {
    0%, 5% {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }
    99% {
        -webkit-transform: translateY(-5%)
    }
    100% {
        -webkit-transform: translateY(0);
        padding-bottom: 9px;
        opacity: 1
    }
}
#header-content {
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%)
}
#demo-block {
    text-align: center;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 1px
}
#demo-block #placeholder-text {
    padding-left: 25px;
    padding-right: 25px
}
#try-btn {
    padding: 1.25em 4em
}
#sajat-panel {
    padding-bottom: 20px
}
#class-box-img {
    height: 360px
}
#class-box-left {
    padding-right: 5px;
    text-align: right
}
#class-box-right {
    padding-top: 30px
}
.line {
    margin-top: 11px;
    margin-bottom: 13px;
    margin-left: 0;
    width: 45px;
    border: 2px solid #27a9e1
}
#tutors-panel .home-panel-title {
    max-width: 300px;
    margin: 0 auto
}
#tutors-panel #tutor-content {
    -webkit-transform: translateY(45%);
    -moz-transform: translateY(45%);
    -ms-transform: translateY(45%);
    -o-transform: translateY(45%);
    transform: translateY(45%)
}
#demo-btn:hover {
    background-color: #161F29
}
#library-btn {
    border: 1px solid #FFF;
    padding: 1.25em 2.25em;
    margin-left: 15px
}
#courses-panel {
    padding-top: 50px
}
#courses-panel .course-tiles-content {
    max-width: 1400px;
    padding-bottom: 30px
}
#courses-panel .course-tile {
    height: 385px;
    width: 250px
}
#teachers-panel {
    padding: 75px 5px 5px
}
#teachers-panel .panel-sec {
    margin: 15px auto;
    max-width: 275px
}
#teachers-panel .line {
    margin-left: auto;
    margin-right: auto
}
#teachers-panel .long-line {
    border: 2px solid #EEECEE
}
#teacher-testimonials {
    padding: 125px 0 150px
}
#teacher-ellyn {
    opacity: .5;
    -webkit-animation: rotateTeachers 15s infinite 0s;
    -moz-animation: rotateTeachers 15s infinite 0s;
    -ms-animation: rotateTeachers 15s infinite 0s;
    -o-animation: rotateTeachers 15s infinite 0s;
    animation: rotateTeachers 15s infinite 0s
}
#teacher-ellyn #signup-button {
    padding: 1em 2.75em
}
#signup-img {
    width: 425px
}
#news-panel {
    padding-top: 40px;
    padding-bottom: 40px
}
.news-title {
    font-size: 18px;
    margin-bottom: 25px
}
.feature-img {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 8px 28px
}
#testimonials-panel {
    background-color: #27a9e1;
    color: #fff;
    padding: 50px 0;
    position: relative
}
#testimonials-panel .quote-loc,
#testimonials-panel .quote-symbol {
    color: rgba(255, 255, 255, .5)
}
#testimonials-panel #focus-quote {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 34px;
    line-height: 46px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 25px;
    margin-top: 20px
}
#testimonials-panel #focus-quote p {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto
}
#testimonials-panel .quote-author {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
table {
    display: none
}
}
#pd-landing-about {
    padding-top:60px;
    padding-bottom:50px
}
#pd-landing-about h2 {
    margin-bottom:25px
}
#pd-landing-about h3 {
    margin-bottom:20px
}
#pd-landing-about #about-sec{}
.footlinks{text-align: center; color: #64fd2a;font-family: "Times New Roman", Times, serif;}
#facetwit {text-align: center;}