﻿.housead
{
   
}

.exit-pop-bg {
    background: hsla(214, 100%, 34%, 1) !important;
    background: linear-gradient(225deg, hsla(214, 100%, 34%, 1) 0%, hsla(183, 73%, 63%, 1) 100%) !important;
    background: -moz-linear-gradient(225deg, hsla(214, 100%, 34%, 1) 0%, hsla(183, 73%, 63%, 1) 100%) !important;
    background: -webkit-linear-gradient(225deg, hsla(214, 100%, 34%, 1) 0%, hsla(183, 73%, 63%, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#004AAD", endColorstr="#5DE0E6", GradientType=1 ) !important;
}


.solution-hero-grad-bg-blue {
    background: hsla(214, 100%, 34%, 1);
    background: linear-gradient(225deg, hsla(214, 100%, 34%, 1) 0%, hsla(183, 73%, 63%, 1) 100%);
    background: -moz-linear-gradient(225deg, hsla(214, 100%, 34%, 1) 0%, hsla(183, 73%, 63%, 1) 100%);
    background: -webkit-linear-gradient(225deg, hsla(214, 100%, 34%, 1) 0%, hsla(183, 73%, 63%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#004AAD", endColorstr="#5DE0E6", GradientType=1 );
}


.solution-hero-grad-bg-dark {
    background: hsla(243, 67%, 18%, 1);
    background: radial-gradient(circle, hsla(243, 67%, 18%, 1) 0%, hsla(0, 0%, 0%, 1) 100%);
    background: -moz-radial-gradient(circle, hsla(243, 67%, 18%, 1) 0%, hsla(0, 0%, 0%, 1) 100%);
    background: -webkit-radial-gradient(circle, hsla(243, 67%, 18%, 1) 0%, hsla(0, 0%, 0%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#120F4D", endColorstr="#000000", GradientType=1 );
}

.featureRow {
    padding-top: 75px;
    padding-bottom: 75px;
}

.post-item .post-title {
    font-size: 36px;
    text-align: center;
    line-height: 50px;
}

.vecAction {
    margin: 5px;
    width: 170px;
}


.megaModulesMenu
{
    font-size:17px;
    line-height: 28px;
}

.mega-nav-section-title {
    font-size: 16px;
}

.megaModulesMenu  a:hover {

    font-weight:600;
}

.testimonial-text {
    font-size: 20px;
}

.calendly-inline-widget, .simplebar-content-wrapper {
    overflow: hidden !important;
}


.wp-block-body p {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
}


.check-table tr td i {
    color: #2491eb;
}


.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
    border-width: 0px;
}

.print-only {
    display: none;
}

.featureLink {
    cursor: pointer !important;
    text-decoration: none !important;
}

.featureMediaHeader {
    font-size: 2em;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 50px;
}

.featureMedia {
    /**border: 1px solid #ced0d4;**/
    transition: transform .4s ease-in-out;
    border-radius: 8px;
    background: #f0eef0;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: inset 0 1px 1px 0 hsl(0deg 0% 100% / 15%), 0 50px 100px -20px rgb(50 50 93 / 30%), 0 30px 60px -30px rgb(0 0 0 / 50%), -10px 10px 60px -10px rgb(103 178 111 / 30%);
}

    .featureMedia:hover {
        transform: rotate(-.6deg );
        
    }

.featureBoxClick:hover {
    border: 1px solid #fbb03b;
}

.featureBox {
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px 0px, rgba(0, 0, 0, 0.16) 0px 10px 20px 0px;
}



@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .print-only {
        display: block;
    }
}

sup {
    font-size: 11px;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width:0px;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

ul.categories>li>a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.poptin-credit {
    display: none;
}


.carousel-1 .caption-bottom {
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}


.navbar-wp .navbar-nav > li > a {
    border-top: 3px solid transparent;
    padding: 28px 16px;
    margin-right: 0;
    font-size: 18px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #2491eb;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}



    .navbar-wp .navbar-nav > li > a:hover, .navbar-wp .navbar-nav > li > a:focus {
        color: #000;
        background-color: #fff;
        border-top: 3px solid rgba(255, 255, 255, .4);        
    }




.navbar-wp .navbar-nav > .open > a, .navbar-wp .navbar-nav > .open > a:hover, .navbar-wp .navbar-nav > .open > a:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-top: 3px solid rgba(255, 255, 255, .4);
}

    .navbar-wp .navbar-nav > .open > a, .navbar-wp .navbar-nav > .open > a:hover, .navbar-wp .navbar-nav > .open > a:focus {
        color: #000;
        background-color: #fff;
        border-color: #fff;
        border-top: 3px solid rgba(255, 255, 255, .4);
    }




.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
}

.navbar-wp .dropdown-menu > li > a:hover
{
background-color: #000;
}






/*
.pg-opt {
    border-bottom: 1px solid #eee;
    background: #000;
    color: #fff;
}

.pg-opt h2 {
    color: #fff;
}

.pg-opt .breadcrumb a {
    color: #fff;
}*/
.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

body {
    color: #333333;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.bg-white {
    color: #333333;
}

.sectiontext {
    /*
     font-size : 18px;
     line-height : 30px;
     font-family: 'Lato', sans-serif;   */

    color: #333333;
    font-weight: 400;
    line-height: 32px;
    font-size: 20px;
    font-family: 'Lexend', sans-serif;
}

@media (min-width: 768px) {
    .table-sectiontext {
        color: #333333;
        font-weight: 400;
        line-height: 32px;
        font-size: 20px;
        font-family: 'Lexend', sans-serif;
    }
}






    .sectionheader {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
    }

    .sectionbutton {
        padding: 10px;
        margin: 20px;
        width: 250px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        text-transform: none;
    }


    footer .col p {
        font-size: 16px;
        color: white;
    }


    .footer .col ul li {
        color: white;
        margin-bottom: 15px;
    }


    .footer {
        font-family: 'Lexend', sans-serif;
        background-color: #2491eb;
        font-size: 16px;
        color: white;
    }

        .footer h4 {
            color: white;
            font-size: 18px;
            font-weight: 600;
            font-family: 'Lexend', sans-serif;
        }


    footer a {
        color: white;
        text-decoration: none;
    }

        footer a:hover {
            color: white;
            text-decoration: underline;
        }

    footer p {
        font-family: 'Lexend', sans-serif;
        color: white;
        font-size: 16px;
        text-decoration: none;
    }


    footer hr {
        border-top: 1px solid white;
    }



    .grad-hero-header-main {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 62px;
        margin: 0px;
        color: #333333;
        padding-top: 80px;
        line-height: 78px;
    }


    @media (max-width: 991px) {
        .grad-hero-header-main {
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            font-size: 2em;
            margin: 0px;
            color: #333333;
            padding-top: 40px;
            line-height: 48px;
        }
    }



    .heroheader {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
    }


    .herosubheader {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 30px;
    }

    .herosubheader-big {
        font-family: 'Passion One', cursive;
        font-weight: 700;
        font-size: 60px;
    }



    .hero-unit {
        background-image: url('/v2assets/images/vizor-hero.jpg');
        background-size: cover;
        background-color: #EEEEEE;
        height: 550px;
        margin: auto;
    }

        .hero-unit h1 {
            color: #FFFFFF;
            font-size: 60px;
            letter-spacing: -1px;
            line-height: 1;
            margin-bottom: 0;
        }

        .hero-unit h2 {
            font-size: 25px;
            color: #FFFFFF;
            font-family: 'Lato', sans-serif;
        }

    .hero-fill {
        width: 100%;
        height: 660px;
        background-position: center;
        background-size: cover;
    }



    .hero-caption {
        postion: relative;
        top: 35%;
    }

    .hero-carousel-caption {
        bottom: 0px;
        top: 25px;
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
    }


        .hero-carousel-caption h3 {
            padding-top: 35px;
            color: #575556;
            font-weight: 400;
        }

        .hero-carousel-caption h1 {
            color: #fff;
        }

    /* Large desktop 
      @media (min-width: 1200px) { ... }*/

    /* Portrait tablet to landscape and desktop */
    @media (min-width: 768px) and (max-width: 979px) {

        .herosubheader-big {
            font-weight: 700;
            font-size: 60px;
        }
    }

    /* Landscape phone to portrait tablet */
    @media (max-width: 767px) {

        .featureRow {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .herosubheader-big {
            font-weight: 700;
            font-size: 40px;
        }

        .wideheroSignup {
            width: 200px;
        }
    }

    /* Landscape phones and down */
    @media (max-width: 480px) {
        .featureRow {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .hero-carousel-caption h1 {
            font-size: 40px;
        }

        .herosubheader-big {
            font-weight: 500;
            font-size: 40px;
        }

        .wideheroSignup {
            width: 200px;
        }
    }

    .pg-opt h2 {
        font-size: 24px;
        font-weight: 500;
    }


    ul.categories > li > a.active {
        background: #000;
    }


    .bigInputField {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 50px;
        line-height: 27px;
        text-indent: 20px;
        font-size: 20px;
        color: #333;
        background: #fff;
        border: solid 1px #d9d9d9;
        border-top: solid 1px #c0c0c0;
    }

    @media (max-width: 1200px) {

        .pricing-plans .plan-circle:after {
            content: none;
            display: block;
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

        .featureMediaHeader {
            padding-top: 0px;
            padding-bottom: 0px;
        }
    }

    @media (min-width: 1199px) {

        /*
    .pricing-plans .plan-circle:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }*/


        .echo-bg {
            background: url('/v2assets/images/customers/echohorizon/echo-school-fade.png') no-repeat top right;
        }


        .acpa-bg {
            background: url('/v2assets/images/customers/acpa/acpa-school-fade3.png') no-repeat top right;
        }

        .blackford-bg {
            background: url('/v2assets/images/customers/blackford/blackford-fade.jpg') no-repeat top right;
        }


        .strafford-bg {
            background: url('/v2assets/images/customers/strafford/strafford-fade.jpg') no-repeat top right;
        }

        .strafford-bg2 {
            background: url('/v2assets/images/customers/strafford/strafford-fade2.jpg') no-repeat top right;
        }

        .saet-bg {
            background: url('/v2assets/images/customers/saet/saet-fade.jpg') no-repeat top right;
        }

        .scott-bg {
            background: url('/v2assets/images/customers/scott-county-schools/scott-county-fade.jpg') no-repeat top right;
        }

        .gpcs-bg {
            background: url('/v2assets/images/customers/gpcs/gpcs-fade.jpg') no-repeat top right;
        }

        .tri-valley-bg {
            background: url('/v2assets/images/customers/tri-valley-central-schools/tri-valley-central-schools-fade.jpg') no-repeat top right;
        }
    }


    @media (max-width: 768px) {

        .bigInputField {
            width: 300px;
        }

        .bigSignupButton {
            margin: 0px;
            width: 200px;
        }
    }

    @media (min-width: 768px) {



        .bigInputField {
            width: 500px;
        }

        .bigSignupButton {
            width: 500px;
        }
    }



    .btn-pill {
        border-radius: 45px;
    }

    .menu-trynow {
        color: #fbb03b;
    }


    .btn {
        font-weight: 800;
        text-transform: uppercase;
    }



    .wordpress-content-section {
        color: #333333;
    }

        .wordpress-content-section p {
            color: #333333;
            font-size: 20px;
            line-height: 36px;
            font-family: 'Lato', sans-serif;
            margin-bottom: 50px;
        }

        .wordpress-content-section a {
            text-decoration: underline;
        }

        .wordpress-content-section ul {
            list-style-type: disc;
            margin-left: 30px;
            margin-bottom: 50px;
        }

        .wordpress-content-section li {
            color: #333333;
            font-size: 20px;
            line-height: 36px;
            font-family: 'Lato', sans-serif;
            list-style-type: decimal;
        }

        .wordpress-content-section ol {
            margin-left: 30px;
            margin-bottom: 50px;
        }

    @media screen and (max-width:767px) {



        .fix_it_assets {
            padding: 10px !important;
        }

        .fix_chrome_book_inner {
            padding: 10px !important;
        }

        .sectionbutton {
            width: 275px !important;
            margin: 20px 0 !important;
        }

        .fix_chrome_book_inner img {
            width: 80%;
        }

        .fix_it_assets img {
            width: 80%;
        }
    }

