/*=======================================================================
*** PORTO_SUB STYLE SHEET***
========================================================================*/
/* default */

ul {
    list-style-position: outside;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #121214;
    font-weight: 200;
    letter-spacing: 0px;
}

/* header fixed */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}
.main {
    position: relative;
    margin-top: 120px;
}
section.page-top {
    border-top: 0px solid #384045;
}

/* header not fixed for smaller screens */
@media (max-width: 768px) {

    header {
        position: static;
    }
    .main {
        position: relative;
        margin-top: 0;
    }
    header nav {
      margin-right:0px;
    }
    body.node-type-road-map {
      overflow-x: hidden;
    }
}
header {
    border-bottom: 5px solid #384045;
    background-color: #fff;
}

/* header */
header .logo {
    width: 352px;
    margin: 10px 20px 10px 0px;
    /*height: 56px;
    background-color: pink;*/
}
img.iso{
    float: right;
    display: none;
    padding-top: 10px;
}

body.sticky-menu-active header .logo {
    margin: 10px 20px 15px 0;
    bottom: 0;
}
body.sticky-menu-active header .logo img {
    height: auto !important;
}
body.sticky-menu-active header {
    top: 0;
    border-bottom: 5px solid #384045;
    border-top: 5px solid #ededed;
}
/* generic html tags */
li{
    line-height: 26px;
}
small{
    font-family: georgia, serif;
    color: #d33b00;
    font-size: 1em;
}

/* nav bar */

.nav-pills > li:hover > a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-pills > li:hover > a.nolink {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.nav ul.nav-main li a {
    margin-left: 2px !important;
    margin-right: 2px !important;
}
.nav-pills > li.dropdown:hover > a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.nav ul.nav-main ul.dropdown-menu {
    margin: 1px 0 0 2px !important;
}
header nav ul.nav-main ul.dropdown-menu {
    background-image: none !important;
}
.nav-tabs > li > a, .nav-pills > li > a {
    padding-left: 10px;
    padding-right: 10px;
}


/* hero */
.button{
    display: inline-block;
    padding: 1em 1.2em;
    background: rgba(236, 67, 15, 1);
    border-radius: 7px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border: solid 1px #fff;
}
    .button:hover{
        color: #fff;
        background: rgba(242, 98, 53, 1);
        cursor: pointer;
    }
    .button:active{
        background: black;
    }
    .button span{
        padding-right: 0.2em;
        vertical-align: sub;
    }
    .button.btn-blue{
        background-color: #299ec5;
        color: white;
    }
    .button.btn-blue:hover{
        background-color: #44b1d6;
    }

@media (max-width: 640px) {
    .button {
        font-size: 80%;
    }
}

.button.second {
    background-color: rgba(255, 255, 255, 0.24);
    margin-left: 1em;
    border: solid 1px #fff;
}
    .button.second:hover{
        color: #fff;
        background-color: rgba(255, 255, 255, 0.4);
    }
@media (max-width: 380px) {
    .button.second {
        margin-left: 0;
        margin-top: 0em;
        margin-bottom: 1em;
    }
}

/* header login button */
.button-login {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #299ec5;
    text-transform: uppercase;

    margin: 16px 20px 0 0;
    display: inline-block;
    padding: 6px 11px;
    background: white;
    border-radius: 7px;
    border: solid 1px #9acfe1;
}

@media (max-width: 560px) {
    .button-login {
        display: none;
    }
}
.button-login:hover {
    color: #117799;
}
.overlay {
    /*background: rgba(236, 67, 15, 0);
    position: absolute;
    height: 100%;
    width: 100%;*/
}
.hero{
    position: relative;
    /*border-top: 5px solid #384045;*/
}
    .hero img{
        width: 100%;
        max-height: 360px;
    }
    .hero h1 {
        color: #fff;
        line-height: 1.1em;
        font-size: 2em;
        margin-bottom: 20px;
    }
.hero-text-box{
    background-color: rgba(236,67,15,0.9);
    top: 10%;
    padding: 2%;
    display: block;
}
    .hero-text-box a.button .ext {
        display: none;
    }
    .hero-text-box a.button:hover {
        cursor: pointer;
    }
    .hero-text-box:after{
        display: none;
        content: "";
        height: 200px;
        left: 0;
        position: absolute;
        top: 0;
    }
    .hero-text-box,
    .hero-text-box:after{
        width: 96%;
    }

@media (min-width: 768px) {
    .hero-text-box{
        position: absolute;
        width: 70%;
    }
    .hero-text-box:after{
        border: 2px solid rgba(236,67,15,0.8);
        transform: rotate(2.5deg);
        height: 260px;
    }
}
@media (min-width: 1090px) {
    .hero-text-box{
        width: 40%;
    }
}


@media (min-width: 890px) {
    .hero h1{
        font-size: 2.8em;
    }
}

/* announcement block */

.view-recent-announcements {
    padding: 20px 0;
    background-color: #EFEFEF;
    margin-bottom: 20px;
}
    .view-recent-announcements .views-row {
        position: relative;
    }
    .view-recent-announcements .views-field-field-icon-logo {
        float: left;
        margin-right: 15px;
        padding-bottom: 30px;
        width: 10%;
    }

    .view-recent-announcements .views-field-title {
        float: left;
        width: 66%;
        font-size: 2.6em;
        padding: 10px 0 10px 0;
        line-height: 1em;
        color: #4E4E4E;
    }   
    .view-recent-announcements .views-field-body {
        display: inline-block;
        width: 66%;
        color: #4E4E4E;
    }
    .view-recent-announcements .views-field-field-announce-link {
        display: inline-block;
        width: 20%;
        position: absolute;
        top: 15px;
        right: 0;
        text-align: right;
    }
    .view-recent-announcements .views-field-field-announce-link a {
        color: white;
    }
@media (max-width: 768px) {
    .view-recent-announcements {
        padding: 20px 10px;
        background-color: #EFEFEF;
        margin-bottom: 10px;
    }

    .view-recent-announcements .views-field-title {
        padding: 0 0 10px 0;
        width: 80%;
    }  
    .view-recent-announcements .views-field-field-announce-link {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        right: inherit;
    }
}
@media (max-width: 765px) {
    .view-recent-announcements .views-field-title {
        font-size: 22px;
    } 
 }

@media (max-width: 441px) { 
    .view-recent-announcements .views-field-body {
        width: 100%;
    }
}

/* user blocks */
.l-userblock {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-items: stretch;
    margin-top: 60px;
}
.c-userblock {
    flex: 1 0 100%;
    position: relative;
}
.c-userblock-pad {
    padding: 20px 20px 80px 20px;
}
.c-userblock:nth-child(1) {
    /*background-color: pink;*/
    background-color: #EFEFEF;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
}
.c-userblock:nth-child(2) {
    background-color: #F3F3F3;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
}
.c-userblock:nth-child(3) {
    background-color: #F7F7F7;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
}
.c-userblock:nth-child(4) {
    background-color: #FAFAFA;
    border-bottom: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
}
.c-userblock-star {
    background: transparent url(../img/free-for-teacher.png) no-repeat;
    position: absolute;
    top: -40px;
    right: 0;
    display: block;
    width: 89px;
    height: 89px;
}
.c-userblock h2 {
    font-size: 2em;
    margin-bottom: 15px;
}
.c-userblock .button {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
p.subtext {
    font-size: 0.9em;
    margin-bottom: 15px;
}
@media (min-width: 655px) {
    .c-userblock:nth-child(1) {
        /*background-color: yellow;*/
    }
    .l-userblock {
        flex-flow: row no-wrap;
    }
    .c-userblock {
        flex: 1 0 49%;
    }
    .c-userblock:nth-child(1) {
        border-right: solid 1px #e2e2e2;
    }
    .c-userblock:nth-child(2) {
        border-right: solid 1px #EFEFEF;
    }
    .c-userblock:nth-child(3) {
        border-right: solid 1px #EFEFEF;
    }
    .c-userblock:nth-child(4) {
        border-right: solid 1px #F3F3F3;
    }
    .c-userblock h2 {
        font-size: 2.8em;
        margin-bottom: 14px;
    }
}

@media (min-width: 1200px) {
    .c-userblock:nth-child(1) {
        background-color: #EFEFEF;
    }
    .l-userblock {
        flex-flow: row no-wrap;
    }
    .c-userblock {
        flex: 1 0 24%;
    }
}

/* quote-block */
.quote-block{
    padding: 5em 0;
}
    .quote-block blockquote{
        font-family: georgia, serif;
        font-size: 2.0em;
        line-height: 1.3em;
        border-left: 0px solid #eeeeee;
        margin: 0;
        padding: 0;
        color: #222;
        text-align: center;
        margin: 0 auto;
    }
    .quote-block cite{
        margin: 2em auto 0;
        color: white;
        background-color: #299ec5;
        display: block;
        padding: 0.2em 0.6em;
        font-family: 'Open sans', sans-serif;
        font-size: 70%;
        width: auto;
        width: fit-content;
        width: -moz-fit-content;
    }
    .quote-block img{
        width: 150px;
        border-radius: 100%;
        margin-top: 1em;
    }
    .quote-block .quote{
        width:80%;
        margin: 0 auto;
        text-align: center;
    }
@media (min-width: 768px) {
    .quote-block blockquote{
        float: left;
        width: 70%;
        font-style: italic;
    }
    .quote-block img{
        float: right;
        margin-top: 0;
    }
}

/* features */
.features{}
    .features .feature{
        margin-top: 2em;
    }
        .features .feature h1{
            border-bottom: 3px solid #d33b00;
            display: inline-block;
            padding: 0 0 0.3em;
        }
@media (min-width: 768px) {
    .features .feature{
        border-top: 5px #dddddd solid;
        background: #efefef no-repeat 150% center / contain;
        padding: 6em 0;
        margin-top: 0;
    }
        .features .feature.assignments{
            background-image: url(../img/td-comp.png);
        }
        .features .feature.student{
            background-image: url(../img/TeacherDashboard-Screens_2.png);
        }
        .features .feature.oneDrive{
            background-image: url(../img/onedrive.png);
        }
        .features .feature .feature-text{
            float: left;
            width: 40%;
        }
        .features .feature .feature-text ul{
            list-style: none;
            font-size: 1.2em;
        }
        .features .feature .feature-text li:before{
            font-family: FontAwesome;
            content: '\f046';
            margin: 0 10px 0 -22px;
            color: #299ec5;
        }
        .features .feature:nth-child(even){
            background-color: #e9e9e9;
            background-position: -240px center;
        }
            .features .feature:nth-child(even) .feature-text{
                float: right;
            }
}
@media (min-width: 980px) {
    .features .feature{
        background-position: 90% center;
    }
        .features .feature:nth-child(even){
            background-color: #e9e9e9;
            background-position: -100px center;
        }
}
@media (min-width: 1200px) {
    .features .feature:nth-child(even){
        background-color: #e9e9e9;
        background-position: 10% center;
    }
}
.blue-bg{
    padding: 3em 0;
    background: #299ec5;
}
    .blue-bg p{
        color: white;
    }
.extended-features{}
    .extended-features h3{
        color: white;
        display: inline-block;
        border-bottom: 3px solid white;
        padding: 0 0 0.3em;
    }
    .extended-features .feature{
        margin: 0 1%;
        min-width: 100px;width: 18%;
    }
    .extended-features .feature a p,
    .extended-features .feature a span{
        transition: all 0.3s ease;
    }
    .extended-features .feature a:hover p{
        transform: translateY(-3px);
    }
    .extended-features .feature a:hover span{
        transform: scale(1.2);
    }
.clients{
    padding: 3em 0;
}
    .clients h3{
        border-bottom: 3px solid #d33b00;
        display: inline-block;
        padding: 0 0 0.3em;
    }
    .clients .client img{
        max-width: 200px;
    }



.squared{
    background: url(../img/patterns/squares.jpg) repeat center center fixed;
    margin-top: -35px;
}
    .squared h3{
        padding: 1em 0em;
        background: white;
        margin: 1em auto;
        width: 100%;
    }
@media (min-width: 768px) {
    .squared h3{
        padding: 1.5em 2em;
        margin: 0.3em auto;
        width: 70%;
    }
}
@media (min-width: 1200px) {
    .squared h3{
        width: 50%;
    }
}
/* Pricing page table */

.pricing-table table{
    width: 100%;
}
    .pricing-table tbody tr{
        background: #edf2f4;
    }
    .pricing-table td{
        width: 33.32%;
    }
    .pricing-table td,
    .pricing-table th{
        border-spacing: 0;
        border-collapse: separate;
        padding: 1.2em 0.8em;
        text-align: center;
        border: #dddddd 1px solid;
    }
    .pricing-table .empty{
        border: 0;
    }
    .pricing-table td:nth-child(1){
        text-align: left
    }
    .pricing-table tbody tr:nth-child(even){
        background: white;
    }
    .pricing-table td span{
        color: #299ec5;
    }

.full-width{
    padding: 2em 0em;
    text-align: center;
}
    .full-width.info h3,
    .full-width.new-features h3{
        border-bottom: 3px solid #d33b00;
        display: inline-block;
        /*padding: 0 0 0.3em;
        margin: 0 auto;*/
    }
    .full-width.new-features{
        background: #e7e7e7;
    }
.half-width{
    margin:0 auto;
    width: 100%;
}
@media (min-width: 768px) {
    .half-width{
        width: 70%;
    }
}
@media (min-width: 1200px) {
    .half-width{
        width: 50%;
    }
}

/* md slider */

#md-slider-1 {
    border-top: 5px solid #141414;
}
.block-md-slider .md-bullet {
    background-color: rgba(255,255,255,0.5);
}
.block-md-slider .md-bullet.md-current {
    background-color: rgba(255,255,255,1);
}
.block-md-slider .md-object>div, .block-md-slider .md-object>a {
    line-height: 1.1em;
}

/* home page bouncing balls */

div.home-concept {
    background-image: none;
}
div.home-concept div.project-image {
    margin-left: 10%;
    padding-bottom: 0px;
}
div.home-concept div.cloud-image {
    margin-top: 20px;
}
div.home-concept div.process-image.left {
    padding-bottom: 80px;
}
div.home-concept div.process-image.right.top {
    margin-top: 16px !important;
}
div.home-concept div.process-image.right.middle {
    margin-top: -130px !important;
    margin-left: 100px !important;
}
div.home-concept div.process-image.right.bottom {
    margin-top: -130px !important;
    margin-left: 20px !important;
}
div.home-concept div.process-image img {
    background-color: #000;
    margin-left: 7px;
    margin-right: 7px;
}
div.home-concept span.sun {
    left: 35%;
}

div.home-concept span.cloud {
    left: 50%;
}

em {
    font-family: "Open Sans",​Arial,​sans-serif !important;
    font-size: 1.3em !important;
    font-style: normal !important;
    color: #DC3C00 !important;
}

/* call-to-action button rows above footer */

div.cta-footer {
    background-color: #dedede;
    margin-bottom: -70px;
    margin-top: 40px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}


div.cta-footer div.get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right;
}

div.cta-footer p {
    color: #777777;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 800px;
    padding-top: 5px;
}

/* Button rows */
div.demo-display .row {
    margin-bottom: 60px;
}

/* signup page */

.guide-with-screenshots>div {
    overflow-y: hidden;
}
.guide-with-screenshots img.pull-right {
    width: 50%;
    margin: 0px 0px 20px 20px;
    border: 1px solid #CCCCCC;
}
.page-node-94 ul {
    list-style-position: inside;
}
.page-node-94 .inverted {
    margin: 0px 5px;
}

/* product page */

.page-node-64 img.pull-left,
.page-node-136 img.pull-left{
    width: 50%;
    margin: 0px 20px 20px 0px;
    border: 1px solid #CCCCCC;
}

.page-node-64 img.pull-right,
.page-node-136 img.pull-right {
    width: 50%;
    margin: 0px 0px 20px 20px;
    border: 1px solid #CCCCCC;
}

/* pricing */

#pricing-table {
    margin-top: 30px;
}
#pricing-table div.plan {
    padding: 0px 20px 20px 20px;
    margin-left: 30px;
    margin-right: 0px;
}
#pricing-table li {
    overflow-x: auto;
    overflow-y: auto;
}
#pricing-table li div.feature{
    text-align: left;
    padding-left: 20%;
    width: 60%;
    float:left;
}
#pricing-table li div.tick {
    float:left;
}
#pricing-table li div.tick img{
    height: 30px;
}
#pricing-table .plan h3 {
    margin-top: -67px;
    height: 80px;
}
#pricing-table .plan h3 #paymentTypeContainer {
    margin-top: 55px;
}
#pricing-table .plan h3 #paymentTypeText {
    position: relative;
    top: 43px;
}
#pricing-table .plan h3 #paymentTypeTextFree {
    position: relative;
    top: 63px;
}
#pricing-table .plan h3 #paymentTypeTextFree .price {
    font-size: 1.6em;
    margin-bottom: 0px;
}
#pricing-table .plan h3 #paymentTypeText .symbol {
    font-size: 1.2em;
    color: #DC3B00;
}
#pricing-table .plan h3 #paymentTypeText .price {
    font-size: 1.2em;
    color: #DC3B00;
}
#pricing-table .plan h3 #paymentTypeText p.price {
    margin: 0 0 -24px;
    text-transform: none;
}
#pricing-table .plan h3 #paymentTypeText .price .currency {
    font-size: 0.5em;
    color: #888;
}
#pricing-table .plan h3 #paymentTypeText .teacher {
    font-size: 0.8em;
    color: #DC3B00;
    text-transform: none;
}
#pricing-table .plan h3 #paymentTypeText .duration {
    font-size: 0.7em;
    line-height: 1em;
    color: #888;
    text-transform: none;
    position: relative;
    top: -5px;
}
#pricing-table .plan h3 #paymentTypeText .payFreq {
    font-size: 0.5em;
    line-height: 1em;
    color: #999;
    text-transform: none;
    font-weight: normal;
    padding-top: 0px;
}
#pricing-table .plan .paymentPlan {
    margin-top: 25px;
    margin-bottom: 20px;
    color: #121214;
    font-size: 2.3em;
    font-weight: 300;
}
#pricing-table .feature strong {
    color:#DC3C00;
}
#pricing-table a.saveText {
    font-size: 0.8em;
    color: #DC3C00;
    padding-left: 14px;
    font-weight: bold;
    position: relative;
}
#pricing-table .plan #radioLeft,
#pricing-table .plan #radioRight {
    width: 45%;
}
#pricing-table .plan #radioLeft h2,
#pricing-table .plan #radioRight h2 {
    line-height: 1em;
    padding-left: 0px;
    text-align: right;
    padding-right: 20%;
    margin-bottom: 0px;
    color: #6e6e6e;
    font-size: 1.4em;
}
#pricing-table .plan #radioRight h2 {
    padding-right: 10%;
}
#currencyContainer {
    text-align: right;
    position: relative;
    top: 0px;
    padding-right: 10px;
}
#currencyContainer #currency {
    margin:0px 0px 0px 10px;
    width:75px;
}
#pricing-table .plan #btnContainer a.btn {
    margin-top: 75px;
}

/* features page */

/* standard features */

div.featured-box {
    min-height: 400px;
}

@media (min-width: 768px) and (max-width: 979px) {
    div.featured-box {
        min-height: 460px;
    }
    div.featured-box div.box-content {
        padding: 30px 10px 10px 10px;
    }
}

div.featured-box-primary i.icon,
div.featured-box-primary i.image-icon,
div.featured-box-secundary i.icon,
div.featured-box-secundary i.image-icon,
div.featured-box-tertiary i.icon,
div.featured-box-tertiary i.image-icon,
div.featured-box-quaternary i.icon,
div.featured-box-quaternary i.image-icon {
    background-color: #DC3C00;
}

div.featured-box-primary h4,
div.featured-box-secundary h4,
div.featured-box-tertiary h4,
div.featured-box-quaternary h4 {
    color: #000000;
}

div.featured-box-primary div.box-content,
div.featured-box-secundary div.box-content,
div.featured-box-tertiary div.box-content,
div.featured-box-quaternary div.box-content {
    border-top-color: #666666;
}

div.featured-box i.icon, div.featured-box i.image-icon, i.icon-featured {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 10px;
}

.lead i.icon {
    float: left;
    height: 40px;
    width: 40px;
    line-height: 44px;
    background-color: #ebd200;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    color: #FFFFFF;
    font-size: 40px;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 25px;
    margin-top: 7px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
}

/* main */

h3 {
    font-size: 2.2em;
    text-transform: none;
    margin-top: 26px;
    margin-bottom: 20px;
    font-weight: 100;
    line-height: 1.2em;
}

/* contact */

#contact-site-form input.edit-copy {
    vertical-align: top;
}
#contact{

}
    #contact h2{
        text-align: center;
        margin-bottom: 2em;
        border-bottom: 3px solid white;
        padding: 0 0 0.3em;
        display: block;
        margin: 0 auto;
        width: 140px;
        font-size: 2.2em;
        color: #fff;
    }
    #contact .contact{
        width: 48%;
        margin: 0 1%;
    }
    .contact li {
        display: block;
        width: 90%;
        margin: 1em 0;
        float: right;
    }



/* footer */
footer {
    padding-top: 50px;
    background: #121214 url(../img/patterns/triangles.png) repeat fixed center center;
    border-top: solid 7px #000;
}
footer .footer-ribon {
    display: none;
}
footer h4 {
    font-size: 1.4em;
    margin-bottom: 0px;
}

footer .flex-control-paging li a {
    background-color: rgba(255, 255, 255, 0.5)
}

footer .flex-control-paging li a.flex-active {
    background-color: rgba(0, 136, 204, 1)
}

footer p {
    color: #ED430F;
}
footer a {
    word-wrap: break-word;
}

footer div.footer-copyright p,
footer div.footer-copyright a {
    color: #fff;
}
footer div.footer-copyright .inline {
    display: inline-block;
}
footer div.footer-copyright .inline.social-links {
    float: right;
}

footer #block-views-latest-posts-block .content .row .blog-post {
    margin-left: 10px;
    margin-right: 10px;
}

footer #block-views-latest-posts-block h2 {
    margin-left: -20px;
}

footer ul.contact {
    margin-bottom: 14px;
    padding-bottom: 7px;
}
footer ul.contact li.title {
    width: 10%;
    float: left;
}
footer ul.contact li p {
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 1.3em;
}
footer ul.contact li p span.flag {
    float: left;
}
footer ul.contact li p span.flag img {
    width: 38px;
}
footer ul.contact li strong {
    color: #fff;
}

/* FAQ */

.page-faq-page .faq h3 {
    margin-bottom: 15px;
    text-transform: none;
    color: #121214;
}
.page-faq-page .faq h3>a:hover, .page-faq-page .faq h3>a:focus {
    color: #DC3B00;
}
.page-faq-page .faq .faq-question {
    padding: 5px 0px 5px 20px;
    background-image: url("/sites/default/files/faq.png");
    background-repeat: no-repeat;
    background-position: 0px 8px;
}
.page-faq-page .faq .faq-question a:hover, .page-faq-page .faq .faq-question a:focus {
    color: #DC3B00;
}
.page-faq-page .faq .faq-answer {
    padding: 0px;
}
.page-faq-page .faq .faq-answer>p {
    margin-bottom: 5px;
    margin-left: 20px;
}
.page-faq-page .faq-dl-hide-answer {
    padding-bottom: 0px;
}

.paymentPlan {
    margin-bottom: 10px;
}
#radioLeft input,
#radioRight input {
    margin-right: 10px !important;
}

/* Language dropdown */

.lang-dropdown-select-element {
    outline-color:#dc3b00 !important; /* recoloring blury outline on input:focus */
}
.form-item-lang-dropdown-select {
    display: inline;
    float: right;
    margin-right:20px;
    padding-right:2px;
}
select.mobile-menu{
    outline-color:#dc3b00 !important; /* recoloring blury outline on input:focus */
}

/* Twitter block */

#block-block-11 {
    padding-right:20px;
}
footer #block-block-11 h2 {
    margin-bottom: 22px;
}

/* Youtube video wrapper for responsive design */
.videoSize {
    width: 800px; /* for tutorials */
    margin: 0 auto;
}
.videoSizePres { /* for explainer and demo */
    margin: 0 auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Tutorial pages */
.tutorial-text {
    margin-top: -7px;
}

.portfolio-title .icon {
    font-size:2.5em;
    text-decoration: none;
}

.portfolio-nav.span2 {
    padding-top:15px;
}

.arrows {
    float:right;
}

.portfolio-title a {
    padding-top: 20px;
}

.portfolio-wrap .videoSizePres {
    margin-bottom: 15px;
}

.portfolio-nav-prev {
    margin-right: 15px;
}

span.logo-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 100%;
    width: 50%;
}

img.tutorial-logo {
    top: 4px;
    padding-left: 5px;
}

a.thumb-info:hover .logo-wrapper img{
    position: absolute;
    top: -20px;
}

/* Related tutorials */
a.thumb-info span.thumb-info-title {
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0px;
    width: 100%;
    height: 55px;
    background: none repeat scroll 0 0 rgba(36, 27, 28, 0.65);
    bottom: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px 0 10px 0;
}
a.thumb-info span.thumb-info-inner {
    white-space: normal;
    font-size: 0.9em;
    padding-left: 10px;
}
a.thumb-info span.thumb-info-type {
    padding-left: 13px;
}
/* Tutorial category labels */
a.thumb-info span.thumb-info-type.category-color-2 { /* Label coloring based on Porfolio taxonomy term id - Teacher actions */
    background-color: #dc3b00;
}

a.thumb-info span.thumb-info-type.category-color-3 { /* Label coloring based on Porfolio taxonomy term id - Administrator setup */
    background-color: #428bca;
}

/* Toggle customization */
section.toggle label i {
    font-size: 0.9em;
    margin-right: 8px;
    position: relative;
}

/*=======================================================================
*** RESPONSIVE ***
========================================================================*/

@media (min-width: 979px) {
    img.iso{
        display: block;
    }
}
@media (max-width: 979px) {
    .videoSize {
        width: 100%;
    }
}
@media (max-width: 600px) {
    #contact .contact {
        width: 100%;
    }

}
@media (max-width: 768px) {
    #contact .contact li {
        float: left;
        margin: 1em;
        clear: both;
    }
    #contact .content {
        clear: both;
    }
}
@media (min-width: 979px) and (max-width: 1200px) {
    header nav {
        margin-top: 0px;
    }
    .nomobile {
        display: inline;
    }
}

@media (max-width: 1180px) {
    /* ipad landscape */
    header nav {
        margin-top: 10px;
    }
    div.home-concept span.sun {
        left: 42%;
    }
    footer ul.contact li p i.addressuk {
        margin-bottom: 55px;
    }
    footer #block-views-latest-posts-block h2 {
        margin-left: -10px;
    }
    .nomobile {
        display: inline;
    }
    #pricing-table .plan h3 #paymentTypeText,
    #pricing-table .plan h3 #paymentTypeTextFree {
        font-size: 1em;
        margin-left: 10px;
        text-align: center;
    }
    #pricing-table .plan h3 #paymentTypeText .price,
    #pricing-table .plan h3 #paymentTypeTextFree .price {
        font-size: 1em;
    }
    #pricing-table .plan #radioLeft, #pricing-table .plan #radioRight {
        font-size: .9em;
        margin-top: -10px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    /* ipad portrait */
    .project-image {
        margin-left: -10px;
    }
    .officecloud {
        margin-left: 70px;
    }
    div.home-concept span.sun {
        left: 42%;
    }
    header nav {
        margin-top: 0px;
    }
    div.home-concept span.sun {
        top: 8px;
        left: 65%;
    }
    div.home-concept span.cloud {
        left: 52%;
    }
    div.home-concept div.cloud-image {
        float: right;
        width: 90%;
        margin-top: 75px;
    }
    footer ul.contact li p i.addressuk {
        margin-bottom: 70px;
    }
    footer ul.contact li p i.addressaus {
        margin-bottom: 55px;
    }
    footer #block-views-latest-posts-block h2 {
        margin-left: -10px;
    }
    .nomobile {
        display: inline;
    }
    #pricing-table .plan h3 #paymentTypeText .teacher,
    #pricing-table .plan h3 #paymentTypeTextFree .teacher {
        font-size: 0.7em;
    }
    #pricing-table .plan #radioRight {
        width: 33%;
    }
    #pricing-table .plan #radioLeft {
        width: 36%;
    }
    #pricing-table .plan #radioLeft h2,
    #pricing-table .plan #radioRight h2 {
        padding-right: 13%;
    }
    #pricing-table div.plan {
        margin-left: 10px;
    }
    #pricing-table .plan h3 {
        padding: 20px 15px;
    }
    #radioLeft input,
    #radioRight input {
        float: left;
    }
    .form-item-lang-dropdown-select {
        margin-right:0px;
    }
    footer .span3 {
        float:none;
        width:70%;
    }
    footer .span6 {
        float:none;
        width:78%;
    }
    .portfolio-wrap .span8 {
        float:none;
        width:100%;
    }
    .portfolio-wrap .span4 {
        float:none;
        width:100%;
    }
    img.tutorial-logo {
        top: 0px;
    }
}

@media (max-width: 767px) {
    .nomobile {
        display: inline;
    }
    .mobile-menu {
        margin-top: 0px;
    }
    .form-item-lang-dropdown-select {
        margin-right:0px;
    }
    #block-block-11 {
        padding-right:0px;
    }
    .portfolio-nav {
        display:none;
    }
    img.tutorial-logo {
        top: 6px;
    }
    div.cta-footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .videoSizePres .videoWrapper {
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    header .logo {
        float: none;
    }
    #lang_dropdown_form_language_content {
        display: block;
        float: none;
    }
    .form-item-lang-dropdown-select{
        margin-top: 0.4em;
        margin-bottom: 0.4em;
    }
}


@media (max-width: 480px) {
    /* home */
    .mobile-menu {
        margin-top: 0px;
    }
    header .logo {
        width: 280px;
    }
    header nav {
        margin-top: 0px;
    }
    div.home-concept div.project-image {
        margin-left: -30px;
    }
    .blog-post {
        margin-left: 0px;
    }
    #edit-mail, #edit-subject {
        width: 95%;
    }
    footer ul.contact li p i.addressuk {
        margin-bottom: 35px;
    }
    footer ul.contact li p i.addressaus {
        margin-bottom: 35px;
    }
    footer #block-views-latest-posts-block .content .row .blog-post {
        margin-left: 0px;
    }
    footer #block-views-latest-posts-block h2 {
        margin-left: 0px;
    }
    .nomobile {
        display: none;
    }
}

@media (max-width: 380px) {
    .nomobile {
        display: none;
    }
    #pricing-table .plan > div {
        margin-bottom: 60px;
    }
    #pricing-table .plan #radioLeft,
    #pricing-table .plan #radioRight {
        font-size: 11px;
    }
    #pricing-table .annual-saving a.saveText {
        top: 2px !important;
        float: left;
        right: 0px;
        padding-left: 23px;
    }
    #pricing-table .plan #radioLeft h2,
    #pricing-table .plan #radioRight h2 {
        text-align: start;
        padding-right: 8%;
    }
    #pricing-table .plan #radioLeft input,
    #pricing-table .plan #radioRight input {
        float: left;
        margin-right: 6px;
        margin-top: 10px;
    }
    #pricing-table .plan #radioRight {
        width: 33%;
    }
    #pricing-table .plan #radioLeft {
        width: 50%;
    }
    #pricing-table .plan h3 #paymentTypeText,
    #pricing-table .plan h3 #paymentTypeTextFree {
        margin-top: 30px;
        margin-left: 0px;
    }
    #pricing-table .plan h3 #paymentTypeContainer {
        margin-top: 20px;
        margin-bottom: -10px;
    }
    #pricing-table .plan #currencyContainer,
    #pricing-table .plan #btnContainer {
        margin-bottom: 10px;
    }
    /* faq */
    .page-faq-page .faq .faq-category-group {
        float: left;
        width: 100%;
        margin-right: 0px;
    }
    #pricing-table div.plan {
        margin-left: 0px;
    }
}


body.largescreen div.featured-box,
body.mediumscreen div.featured-box{
    min-height: 480px;
}
body.largescreen div.featured-box p,
body.largescreen div.featured-box h4,
body.mediumscreen div.featured-box h4,
body.mediumscreen div.featured-box p{
    line-height: 20px;
}

body.largescreen div.featured-box h4,
body.mediumscreen div.featured-box h4{
    font-size: 14px;
}

body.largescreen div.featured-box div.box-content,
body.mediumscreen div.featured-box div.box-content{
    padding:10px;
}

body.largescreen .lead,
body.mediumscreen .lead{
    font-size: 17px;
}



/* Pricing page */

#paymentTypeContainer {
    width:190px;
    height:190px;
    line-height:0.9em;
    margin-top: 60px;
}
a:focus,
a:hover{
    text-decoration:none;
}
.lead{
    color:#dc3b00;
}
#pricingtable{
    color: #dc3b00;
    display: inline;
    font-weight: bold;
}
.btn-primary:hover {
    background-color: #dc5800;
    background: linear-gradient(to bottom, rgba(220,132,0,1) 0%, rgba(220,59,0,1) 100%);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#paymentTypeText {
    font-size:1.2em;
}
#paymentTypeText a:hover,
#paymentTypeTextFree a:hover {
    text-decoration:none;
}
#paymentTypeText>a.currency,
#paymentTypeTextFree>a.currency {
    font-size:0.3em;
    color:#888;
}
#paymentTypeText>a.teacher,
#paymentTypeTextFree>a.teacher {
    text-transform:none;
    font-size:0.7em;
    color: #DC3C00;
}
#paymentTypeText>a.duration,
#paymentTypeTextFree>a.duration {
    text-transform:none;
    font-size:0.6em;
    color:#888;
    position:relative;
    top: -5px;
    line-height: 1em;
}
#paymentTypeText div.payFreq,
#paymentTypeTextFree div.payFreq {
    font-size:0.4em;
    padding-top:0px;
    line-height: 1em;
    text-transform: none;
    color: #999;
    font-weight:normal;
}
div.pricing-table h3{
    margin-top:-71px;
}
#radioLeft input, #radioRight input {
    margin-right:20px;
}
#radioLeft {
    float:left;
    width:50%;
}
#radioLeft h2 {
    font-size:1.8em;
    text-align:right;
    padding-right:20%;
    margin-bottom: 0px;
}
#radioRight {
    float:right;
    width:50%;
}
#radioRight h2 {
    font-size:1.8em;
    text-align:left;
    padding-left:20%;
    margin-bottom: 0px;
}
.paymentPlan {
    font-size: 2em;
    margin-top: 20px;
}
div.pricing-table ul.standard-feature-list {
    list-style: outside none disc;
}
div.pricing-table ul.standard-feature-list li {
    border-top:1px solid white;
}

.left.plan ul {
    position: relative;
    overflow: hidden;
}
.left.plan ul li:last-child{
    position: relative !important;
    width: 100% !important;
    padding-top: 10px !important;
}

.left.plan p a{
    font-size: 50px !important;
    line-height: 2em !important;
}
.right.plan p{
    position: relative !important;
    padding-top: 2.5em !important;
    line-height: 0px !important;
}
@media (max-width: 767px) {
    .mean-bar {
        padding-right:40px !important;
        margin-left:-20px !important;
    }
    .mean-nav {
        position:absolute;
        width: 100% !important;
    }
}
.mean-container .mean-nav ul li a.mean-expand {
                border-width: 0px !important;
                background:transparent !important;
}
.mean-container .mean-nav ul li a {
                text-transform: capitalize;
}
.mean-container .mean-nav ul {
                margin-top: 40px;
                overflow:hidden;
                font-size: 13px;
                font-weight: bold;
}
.mean-container .mean-nav ul li a {
                padding:10px;
                width: 100%;
}
.mean-container .mean-nav ul li a.mean-expand {
                padding: 0px;
                height: auto;
                width: auto;
}
.mean-container .mean-nav ul li li a {
                padding: 7px 10px;
                font-weight: normal;
                width:100%;
                color: #fff;
                background-color: #EF6C34;
                opacity: 0.9;
                border-bottom:1px solid #eee;
                font-size: 12px;
}
.mean-container .mean-nav ul li li a:hover {
                background-color: #f4f4f4;
                color: #dc3b00;
}
.mean-nav ul li:nth-child(2) a:hover {
                background-color: #f4f4f4;
                color: #dc3b00;
                font-weight: bold;
}
header div.container {
    min-height: auto;/* 110px;*/
}
@media (min-width: 980px) {
    header nav {
        position: relative;
        bottom: 0px;
        right: 0px;
        margin-top: 0;
    }
}
@media (min-width: 784px) and (max-width: 979px) {
    header nav {
        position: relative;
        bottom: 0px;
        right: 0px;
    }
}


/* Helper classes */

/*media based floats*/
@media (min-width: 480px){
    .left,
    .contact{
        float: left;
    }
}
.hard-left{
    float: left;
}
/* flex container */
.flex,
#contact .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: top;
}
    .flex>div{
        flex-grow:1;
    }
    .flex>ul,
    #contact .content>ul{
        flex-grow:1;
        align-self: flex-start;
    }

/* big white circle*/
.circle {
    background: white none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 100px;
    margin: 2em auto 1em;
    width: 100px;
    position: relative;
}
    .circle span{
        font-size: 2.8rem;
        left: 0; right: 0; top: 29px;
        position: absolute;
        color: #299ec5;
    }

.border-br{
    border-radius: 0 0 5px 0;
}
.border-bl{
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px
}
.border-tl{
    border-radius: 5px 0 0 0;
}
.border-tr{
    border-radius: 0 5px 0 0;
}


div.home-intro p {
    font-size: 2em;
}

#demoModal.modal {
   width: auto;
   left: 45%;
}

/* header not fixed for smaller screens */
@media (max-width: 767px) {
    #demoModal.modal {
        width: auto;
        left: 0;
        right: 0;
    }
}

/* credit: http://drupal.stackexchange.com/a/54223
 */
.views_slideshow_cycle_main { width: 100%; }
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame { width: 100% !important; height: auto; }
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row { width: 100% !important; height: auto; }
.views_slideshow_cycle_main .field-content { max-width: 100%; width: 100%; height: auto; clear: both; }
/*
.views_slideshow_cycle_main .field-content img { max-width: 100%; width: 100%; height: auto; margin: 0; padding: 0; }
*/
.views_slideshow_cycle_main .field-content img { height:auto; padding: 5px; }


    .hero-text-box a{
        font-family: georgia, serif;
        display: block;
        float:left;
    }

    .quote-block .quote img {
        border-radius: 100%;
        height: 150px;
        padding: 5px;
        width: 150px;
    }

    @media (max-width: 979px) {
        .quote-block {
             padding: 1em 0;
        }
    }

    @media (max-width: 767px) {
        .quote-block blockquote {
            font-size: 1.2em;
            font-style: italic;
        }
        .quote-block {
             padding: 1em 0;
        }
        .hero-text-box {
            min-height: 180px;
        }
    }
    @media (max-width:640px){
        .features .feature h1 {
            border-bottom: 3px solid #d33b00;
            display: inline-block;
            font-size: 2em;
            padding: 0 0 0;
            margin-bottom: 15px;
        }
        .hero-text-box a {
            width: 40%;
            font-size: 80%;
            text-align: center;
        }
        .extended-features .feature {
            width: 100%;
        }

    }
    @media (max-width: 480px) {
        .quote-block {
             padding: 1em 0 1% 0;
        }
    }
    @media (max-width: 480px) {
        .hero-text-box h1 {
          margin-bottom: 20px;
          font-size: 1.8em;
        }
        .button.second {
          margin-left: 0px;
          margin-top: 5px;
        }
        .hero-text-box a {
          width: calc(100% - 23px);
          padding: 7px 10px;
          margin-top: 5px;
        }
        .quote-block {
             padding: 1em 0 1% 0;
        }
    }
    @media (min-width: 980px) and (max-width: 1051px) {
      .hero-text-box {
          width: 45%;
      }
    }

.accordion-wrapper {
  padding-left: 0px;
  position: relative;
}

.field-name-field-roadmap-title {
  padding: 5px;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  width: 30px;
  margin-right: 10px;
  float: left;
}

.paragraphs-items-field-roadmap-item.paragraphs-items-field-roadmap-item-full {
  float: left;
  width: calc(100% - 50px);
}

.paragraphs-items-field-roadmap .content {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.field-name-field-roadmap-item-title.ui-accordion-header {
  font-weight: bold;
  font-size: 13px;

  background: none;
  border-left-width: 0px;
  border-style: solid;
  border-top: 0px;
  padding: 10px 0px 10px 15px;
  margin: 0px 0px 0px 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-radius: 0px;
}

.field-name-field-roadmap .roadmap-main-category .ui-accordion-header-icon {
  left: auto;
  right: 10px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 60%;
  border-radius: 100%;
  padding: 5px;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: 12px auto;
  position: absolute;
  right: 0px;
  top: 15px;
  z-index: -1;
}

.gap {
  float: left;
  width: 100%;
  padding: 10px 20px;
}

.field-item:first-child .roadmap-main-category  .field-name-field-roadmap-title {
    background-color: #3398d9;
}

.field-item:nth-child(2) .roadmap-main-category  .field-name-field-roadmap-title {
    background-color: #ec430f;
}

.field-item:last-child .roadmap-main-category  .field-name-field-roadmap-title {
    background-color: #7ac046;
}

@media (min-width: 768px) {

  .field-item .roadmap-main-category  .field-name-field-roadmap-title {
    background-repeat: no-repeat;
    background-size: 18px auto;
    text-indent: -9999px;
    background-position: 50% 10px;
  }

  .field-item:first-child .roadmap-main-category  .field-name-field-roadmap-title {
      background-color: #3398d9;
      background-image: url(../img/in-progress.png);
      min-height: 155px;
  }

  .field-item:nth-child(2) .roadmap-main-category  .field-name-field-roadmap-title {
      background-color: #ec430f;
      background-image: url(../img/planned.png);
      min-height: 125px;
  }

  .field-item:last-child .roadmap-main-category  .field-name-field-roadmap-title {
      background-color: #7ac046;
      background-image: url(../img/released.png);
      min-height: 120px;
  }
}

@media (max-width: 767px) {
  .roadmap-main-category .field-name-field-roadmap-title {
    min-height: 1px;
    background-image: none;
    min-width: calc(100% - 10px);
    margin-bottom: 10px;
    text-indent: 0px;
    max-height: 25px;
  }
  .roadmap-main-category .paragraphs-items-field-roadmap-item {
    width: calc(100% - 0px);
  }
}

.field-item:first-child .roadmap-main-category .field-group-accordion-wrapper {
  border-top: 1px solid #3398d9;
  border-left: 10px solid #8fcceb;
  position: relative;
  padding-bottom: 0px;
}

.field-item:nth-child(2) .roadmap-main-category .field-group-accordion-wrapper {
  border-top: 1px solid #ec430f;
  border-left: 10px solid #fe9f87;
  position: relative;
  padding-bottom: 0px;
}

.field-item:last-child .roadmap-main-category .field-group-accordion-wrapper {
  border-top: 1px solid #7ac046;
  border-left: 10px solid #b9dfa5;
  position: relative;
  padding-bottom: 0px;
}

.field-item:first-child .roadmap-main-category .ui-accordion-header-active:after {
  background-color: #3398d9;
}

.field-item:nth-child(2) .roadmap-main-category .ui-accordion-header-active:after {
  background-color: #ec430f;
}

.field-item:last-child .roadmap-main-category .ui-accordion-header-active:after {
  background-color: #7ac046;
}

.field-item:first-child .roadmap-main-category  .ui-accordion-header-icon {
  background-color: #3398d9;
}

.field-item:nth-child(2) .roadmap-main-category .ui-accordion-header-icon {
  background-color: #ec430f;
}

.field-item:last-child .roadmap-main-category .ui-accordion-header-icon {
  background-color: #7ac046;
}

.roadmap-main-category .field-name-field-roadmap-item-description {
  border: 0px;
  padding: 0 0 0 15px;
}

.roadmap-main-category .ui-accordion-header-active .ui-accordion-header-icon {
  transform: rotate(180deg);
}

.roadmap-main-category .field-name-field-roadmap-item-description.ui-widget-content.ui-accordion-content-active {
  border: 0px;
  padding-left: 15px;
}

.roadmap-main-category .field-name-field-roadmap-item-description.ui-accordion-content {
  font-size: 14px;
  font-weight: 200;
}

.roadmap-main-category .field-name-field-roadmap-item .content {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .roadmap-main-category .content {
    display: flex;
  }

  .roadmap-main-category .content .field-group-accordion-wrapper {
    width: 100%;
  }

  .roadmap-main-category .content .field-name-field-roadmap-title {
    flex: 1;
    max-width: 30px;
    min-width: 30px;
  }

  .roadmap-main-category .content .paragraphs-items-field-roadmap-item {
    flex: 1;
    min-width: calc(100% - 30px);
  }
  .field-name-field-roadmap-item .field-item:last-child .content {
    margin-bottom: 0px;
  }
}
