﻿
@charset "UTF-8";
/* CSS Document */

/*Product CTAs */

.cta.half{
	width: 100%; 
	margin-left: 0; margin-right: 0;
	padding: 10px 2%;
	background-color: #FFF;   
	border-top: 5px solid #F69322; 
	text-align: center;
	margin-bottom: 20px;
}

.cta.full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 2%;
    background-color: #FFF;
    border-top: 5px solid #F69322;
    text-align: center;
    margin-bottom: 20px;
}


/* Bio Section */

.bioRow{
	text-align: center;
	overflow: auto;
	/*margin-bottom: 15px;*/
    margin-bottom: 0; 
}

.bioRow .bioItem{
   /*max-width:49%;*/
}

.bioRow.twoImgs{
	margin: 0;
    /*margin-bottom:15px;*/
}

.bioRow.threeImgs{
	margin: 0;
}

.bioItem {
    margin-top: 20px;
    /*width: 100%;*/
    width: 49%; 
    /*float: left;*/
    display: inline-block; 
    vertical-align: top; 
    float:none;
}

.bioRow.twoImgs .bioItem {
    /*width: 100%;*/
    width: 49%; 
}

.bioRow.threeImgs .bioItem {
    width: 100%; /*not being used 4/24/19*/
    width: 49%;
}

.bioItem .bioImg{
	max-width:180px;
	width: 85%; 
	border-radius:50%; 
	border: 1px solid #f0ad4e;
}

.bioItem .title{
	font-size: 14px;
	font-style: italic;
}


/*Case Study Section*/

.caseStudyBlock{
    float: none;
    margin-bottom: 4%;
    width: 100%;
}
    .caseStudyBlock .caseStudyCap2 {
        min-width: 70%;
    }
.bioImg.caseStudy {
    float: none;

    max-width: 50%;
    min-width: 50%;
    margin-top: 19px;
    margin-left: 0;
    width: 100%;
    border: 4px solid #f0ad4e;
}

.bioItem.caseStudy {
    float: none;
    margin-top: 2%;
    padding-top: 2%;
    margin-bottom: 3%;
    width: 100%;
    min-width: 100%;
}

.btn.btn-primary.btn-lg {
    margin-left: 0;
    width: 50%;
    min-width: 50%;
}



/* Footer Section */

footer .container{
    padding-bottom: 50px;
}

footer .col-md-1.social-media-container{
    height: 70px;
}

footer .col-lg-9.footerCopyright{
    margin-top: 18px;
}

footer .col-md-2.linksContainer{
    padding-left: 25px;
}

.desktopSeminarBanner {
    display: none;
}

.mobileSeminarBanner {
    width:100%;
    display:unset;
}


@media only screen and (max-width: 800px) and (min-width: 768px) {

    footer .container {
        width: 100%;
    }

    footer .col-md-1.social-media-container {
        height: 73px;
    }
}



/* Seminar Page */

.btn.btn-primary.btn-lg.questionsCommentsBtn {
    margin-top:15px;
    min-width:100%;
}

#transportPara {
    margin-bottom: 0;
}


.container.seminarPageIconsBlock {
    text-align: center;
}

.seminarPageIconContainer {
    width: 38%;
    margin-top: 10px;
}

.seminarMap {
   /*padding-top: 100px;*/
}

.seminarMapTitle {
    font-size: 1.2em;
    top: 3%; /*22%*/
    left: 29%; /*17%*/
}

.questCommBtnContainer {
    margin-top: 0;
}

col-md-6 seminarVidBlock {
    margin: 70px 0;
}

.btn.btn-primary.btn-lg.seminar2018Btn {
    min-width: 100%;
}

.col-md-6.seminarVidBlock {
    margin: 70px 0;
}

.btn.btn-primary.btn-lg.seminarProposalBtn {
    white-space:normal;
}

.btn.btn-primary.btn-lg.seminarVirtualMapBtn {
    min-width: 100%;
}

.proposalImage {
    margin-top: 0; /*80 when form not commented out*/
}

@media only screen and (max-width:800px) {
    .eventProgram {
        width: 38%
    }
}

@media only screen and (max-width:800px) and (min-width:500px) {
    .venSponsDetails {
        padding-left: 10%;
    }
}

@media only screen and (max-width:767px) and (min-width:706px) {
    .eventProgram {
        width: 35%
    }
}

@media only screen and (max-width: 767px) and (min-width: 701px) {

    .seminarMap {
        padding: 0;
    }

    .seminarMapTitle {
        top: 8%;
        left: 33%;
    }
}

@media only screen and (max-width:705px) and (min-width:622px) {
    .eventProgram {
        width: 40%
    }
}

@media only screen and (max-width: 700px) {

    .seminarMap{
        padding:0;
    }

    .seminarMapTitle {
        top: 97%;
        left: 2%;
        font-size: 1.3em;
    }
}

@media only screen and (max-width:621px) and (min-width:550px) {
    .eventProgram {
        width: 45%
    }
}

@media only screen and (max-width:549px) and (min-width:499px) {
    .eventProgram {
        width: 50%
    }
}

@media only screen and (max-width:500px) {
    .sponsOptions {
        /*font-size:.935em;*/
        margin-top: 5px;
    }
}

@media only screen and (max-width:499px) and (min-width:350px) {
    .eventProgram {
        width: 55%
    }
}

@media only screen and (max-width:349px) {
    .eventProgram {
        width: 81%
    }
}

/* Check Out Cleveland Section */

.attractionsCaption{
    display: none;
}

.attractionsDesc{
    height: 76px;
    margin-top: 7px;
}

.attractionsBlock{
    margin-bottom: 25px;
}

.attractionsBlock h3{
    margin-top: 5px;
}

/*Tentative Schedule Section*/

.schedule-event-details {

    max-width: 38%;
}

.time{
    width: 65px;
}

.time.singleTime{
    width: 146px;
}
.mdash{
    margin-left: 5px;
}


/* Home Page Section */

#vendorIconsImg1 {
    max-width: 100%;
}

.button-container.homePageBtns {
    position: relative;
    bottom: 8px;
    margin-top: 14px;
}

    .button-container.homePageBtns .btn {
        margin: 2% 0 2% 0;
        width: 100%;
        /*font-weight: bold;*/
    }

.productLinesDiv {
    background-color: #EDEDED;
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 20px;
}





    @media only screen and (max-width: 800px) and (min-width: 550px) {
        .button-container.homePageBtns {
        position: relative;
        bottom: 2px; /*-23px*/
    }

        .button-container.homePageBtns .btn {
            margin: 0 1% 15 0; /*margin: 0 1% 0 0;*/
            width: 100%; /*23%*/
            font-size: 3vw; /*2vw*/
        }

        .productLinesDiv {
            background-color: #EDEDED;
            overflow: auto;
            padding-top: 40px;
            padding-bottom: 20px;
        }
}


@media only screen and (max-width: 800px) and (min-width: 701px) {

    .quarter-block.productLines p {
        overflow: auto;
        height: 310px;
    }

}

@media only screen and (max-width: 700px) {

    .quarter-block.productLines {
        width: 100%;
        margin-bottom: 15px;
        height: 250px;
    }

        .quarter-block.productLines p {
            overflow: auto;
            height: 130px;
            font-size: 15px;
        }


    }




/*Products Page Section*/
.container.productsPageIconsBlock{
    text-align:center;
}

.productsPageIconContainer{
    width:38%;
    margin-top:10px;
}

.productsPageDemoImg {
    padding-top: 0;
}

.productsPageDemoImg.plsCldImg {
    padding-top: 0;
}

.productsPageDemoImg.attImg {
    padding-top: 0;
}

.productsPageDemoImg.attProImg {
    padding-top: 0;
}

.productsPageDemoImg.jotImg {
    padding-top: 0;
}

.btn.btn-primary.btn-lg.attProLrnButton{
    font-size:5vw;
}

.LTIchecklistGrid {
    text-align: center;
}

.LTIchecklistImg {
    max-width: 108px;
    padding-bottom: 5px;
}

@media only screen and (max-width: 600px) {
    .productsPageTitleLogo {
        max-width: 100%;
    }
}

@media only screen and (max-width: 534px) and (min-width: 422px) {
    .LTIchecklistImg {
        max-width: 40%; /*100*/
        padding-bottom: 5px;
    }

    .LTIchecklistGrid {
        max-width: 96%;
    }
}

@media only screen and (max-width: 460px) {
    .productsPageIconContainer.mobileIcons {
        width:49%;
        vertical-align:top;
    }
}

@media only screen and (max-width: 350px) {
    .LTIchecklistImg {
        max-width: 102px;
        padding-bottom: 5px;
    }
}



/* Get Started Blocks (attendance, plus, and plus cloud) */


.container.grayBG {
    padding-right: 15px;
}

.getStartedImg {
    width:100%;
}

.button-container.getStartedButtons {
    position: relative;
    bottom: 8px;
}

    .button-container.getStartedButtons .btn {
        margin: 2% 0 2% 0;
        width: 100%;
    }

@media only screen and (max-width: 800px) and (min-width: 550px) {
    .button-container.getStartedButtons {
        position: relative;
        bottom: -23px;
    }

        .button-container.getStartedButtons .btn {
            margin: 0 1% 0 0;
            width: 23%;
            font-size: 2vw;
        }
}

.get-started .instruction-block {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    width:360px;
}

/*Attendance Pro Page*/

.container.bulletListContainer {
    margin-top: 0;
}

.attProVideoBlock {
    min-width: 100%;
}

.attProBoxHeading {
    font-size: 1.6em;
}

.attProLeftHalf {
    display: none;
}

.attProRightHalf {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    float: none;
    width: 100%;
    left: 0;
}

.attProBox{
    height: auto;
}

.attProBox.stuRepo{
    height: auto;
}

.cta.full.lightblue.relatedDocs {
    text-align: left;
}

    .cta.full.lightblue.relatedDocs h1 {
        margin-top: 15px;
        margin-bottom: 25px;
        margin-left: 0px;
    }


@media only screen and (max-width:552px) {

    .attProDescCell {
        font-size: 2rem;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .attProTitleCell {
        font-size: 2rem;
    }

    .attProBulletContainer {
        font-size: 8rem;
    }

}


@media only screen and (max-width:550px) {

    .cta.full.lightblue.relatedDocs {
        text-align: center;
    }

    .container.bulletListContainer {
        margin-top: 20px;
    }

}

@media only screen and (max-width: 380px) {

    .relatedDocsIconContainer {
        width: 100%;
    }

}



@media only screen and (max-width: 800px) and (min-width: 643px) {
    .attProRightHalf {
        width: 80%;
    }

    /*fix for bullet float issue*/
}

@media only screen and (max-width: 400px) {
    .attProListDesc {
        overflow: hidden;
    }
}


/* Sliders */

    .platformFindOutMoreBtn{
        font-size:2em;
    }

    .plusFindOutMoreBtn{
        font-size:1.2em;
    }

    .plsCldFindOutMoreBtn{
        font-size:1.2em;
    }

    .sliderBtn{
        font-size:1.1em;
    }


/*Proposal Form improvements Nov 2018*/


@media only screen and (max-width: 500px) {
    .selector_label.share_pres_label {
        width: 200px;
    }
}



/*Attendance Page Revamp*/

.col-sm-3.feature-block.attFeat {
    width: 49%;
}

.feature-title.attFeatTitle {
    font-size: 16px;
}

.attHowContainer {
     padding-top: 20px;
}


.col-md-6.webinarContainer {
    padding-right: 10px;
    padding-left: 10px;
}


.col-md-6.statusRightSide {
    margin-top: 40px;
    padding-left: 30px;
}

.col-md-6.statusVidContainer {
    padding-top: 0;
}

.attHowDesc {
    margin-top: 20px;
}

.attHowContainer {
    padding-top: 32px;
}

.attHowImg {
    padding-top: 16px;
}

.statusListImg.statusPlusImg {
    padding-top:0;
}

.getStartedOrderedList {
    padding-left: 0;
}

.getStartedListItem{
    font-size:.849em;
}

.col-sm-4.attendanceScreens {
    margin-bottom:40px;
}

.feature-title.attendanceScreensTitle{
    margin-top:15px;
}
  

@media only screen and (max-width: 800px) and (min-width: 768px) {
    .col-sm-4.attendanceScreens {
        margin-bottom: 0;
    }
}

/*

@media only screen and (max-width: 767px) {

    .attFeatHeight1 {
        height: 240px;
    }

    .attFeatHeight2 {
        height: 250px;
    }

    .attFeatHeight3 {
        height: 313px;
    }

}

    */


@media only screen and (max-width:767px) {
    .codieBlock {
        height: unset;
    }

        .codieBlock h1 {
            text-align: center;
            margin-top: 0;
            font-size: 1.8em;
        }
    
    .codieBlock p {
        text-align: center;
    }
}

@media only screen and (max-width: 700px) and (min-width: 553px) {

    .LMStext{
        font-weight:normal;
        font-size:14px;
    }
}


@media only screen and (max-width: 685px) {
    .statusListImg.statusPlusImg{
        padding-top: 7px;
    }
}

@media only screen and (max-width: 649px) and (min-width: 536px) {

    .statusListImg.statusXImg {
        padding-top: 12px;
    }

    .statusListContainer {
        margin-bottom: 30px;
    }

    .statusListImg {
        max-width: 85%;
    }

    .statusDesc {
        width: 70%;
    }

    .col-md-6.statusRightSide {
        padding-left: 50px;
    }

    .attHowImg {
        padding-top: 6px;
        min-width: 30%;
    }
 
}

@media only screen and (max-width:649px) {
    .chooseLMSnav {
        text-align: center;
        height: 84px;
    }
}


@media only screen and (max-width: 552px) {

    .LMStext {
        font-size: .8em;
        white-space: nowrap;
    }

    .LMSselectionTab {
        width: 20%;
    }

    .chooseLMStab {
        width: 34%;
    }

    .shortLMStxt {
        display: inline-block;
    }

    .fullLMStxt {
        display: none;
    }

    .attHowImg {
        padding-top: 20px;
    }

    .relatedDocsIconContainer {
        margin: 0 0;
    }
}


@media only screen and (max-width: 535px) {
    .statusListImg.statusXImg {
        padding-top: 12px;
    }

    .statusListImg.statusNayImg {
        padding-top: 18px;
    }

    .statusListImg.statusCheckImg {
        padding-top: 9px;
    }

}


@media only screen and (max-width: 501px) {

    .attHowImg {
        padding-top: 38px;
    }



}

@media only screen and (max-width: 450px) {

    .attFeatImg {
        min-width: 90%;
    }

    .attHowImg {
        padding-top: 50px;
    }
}


@media only screen and (max-width: 435px) {

    .featureExplanationBlock.col-md-6 {
        padding: 10px 20px 10px 16%;
    }

    .attHowImg {
        padding-top: 52px;
    }


}


@media only screen and (max-width: 397px) {
    .statusListImg.statusPlusImg {
        padding-top: 14px;
    }
}

@media only screen and (max-width: 382px) {
    .statusDesc {
        font-size: 1.1em;
    }

    .statusListItem h3 {
        font-size: 1.5em;
    }

    .statusListImg {
        max-width: 70%;
        padding-right: 0;
    }

    .statusListContainer {
        margin-bottom: 21px;
    }


}


@media only screen and (max-width: 369px) {


    .attHowImg {
        padding-top: 79px;
    }

}

/*About Section*/

.mapContainer{
    display:none;
}

.parkingMapRight p {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 800px) and (min-width: 701px){

    .statTop.statTopSchools {
        margin-top: 35px;
    }

}

@media only screen and (max-width: 714px) and (min-width: 701px){

    .quarter-block.productLines.byNumberLines {
        height: 220px;
    }
}



@media only screen and (max-width: 700px) {
    .statTop {
        font-size: 20px;

    }

    .statBottom {
        font-size: 20px;

    }
}

@media only screen and (max-width:400px) {

    .staffName {
        font-size: 16px;
    }

    .titleSpan {
        display: inline;
    }

    .iphoneSpan {
        display: block;
    }

}



@media only screen and (max-width:290px) {
    .nameSpan {
        white-space: normal;
    }
}



/*Registration Form for On-Demand Webinars*/

.regFormContainer {
    padding-left: unset;
}

.regFormLabel {
    width: unset;
    text-align: unset;
    margin-right: unset;
}

.regFormInput {
    min-width: 100%;
}

    .regFormInput.regFormInputButton {
        margin-top: 10px;
    }


    /*Card-reader page*/


.cardreaderDetialsList {
    padding-right: 0;
}

.purchaseCardreaderContainer {
    min-width: 100%
}

.purchaseCRbackgroundImgHolder{
    background-image:unset;
}


.setupRequirementsContainer{
    min-width:100%;
}

.setupRequirementsList{
    padding-left:10px;
}


/* On-Site Training section */

@media only screen and (max-width: 800px) and (min-width: 768px) {

    .underlinedBlurbs {
        font-size: 20px;
        margin-left: 30px;
    }

    .panelBlurbs {
        font-size: 20px;
    }
}


@media only screen and (max-width: 767px) {

    .underlinedBlurbs {
        border-bottom: unset;
        text-align:center;
        margin-left:0;
    }

    .col-sm-3.OSTpanel.OSTpanel2 {
        padding: 5px;
    }

    .OSTinnerPanel.OSTinnerPanel1{
        padding-top: 20px;
        height: 250px;
    }

    .OSTinnerPanel.OSTinnerPanel2 {
        margin-bottom: 40px;
    }

    .OSTinnerPanel.OSTinnerPanel3 {
        margin-bottom: 40px;
    }

    .OSTinnerPanel.OSTinnerPanel4 {
        margin-bottom: 0;
    }


}


/*Press page revamp*/

@media only screen and (max-width: 800px) {

    .row.topStoryContainer {
        height: 272px;
    }

    .topStoryRightInner {
        padding: 5% 5% 5% 5%;
    }

        .topStoryRightInner h4 {
            font-size: 1.1em;
        }

    .topStorySummary {
        margin-bottom: 15px;
        font-size: .9em;
    }

    .topStoryRight hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .topStoryBtn {
        font-size: .9em;
    }


    .storyGridContainer h4 {
        height: unset;
    }
}



@media only screen and (max-width: 767px) {

    .row.topStoryContainer {
        height: unset;
    }

    .topStorySummary {
        margin-bottom: 15px;
    }
}



.relatedProductsIconContainer {
    width: 33%; 
}

    .relatedProductsContainer h4 {
        margin-bottom: 21px;
    }

@media only screen and (max-width: 800px) and (min-width: 768px){
    .relatedProductsContainer h4 {
        margin-bottom: 15px;
    }
}



@media only screen and (max-width: 767px){
    .topStoryRight.fullStoryRight {
        height:150px;  /*make 320px when icons enabled*/
    }

    .relatedProductsIcon {
        max-width: 81px;
    }

    .relatedProductsIconContainer {
        width: 20%;
    }

    .relatedProductsIconContainer p {
        margin-top:10px;
    }

}


@media only screen and (max-width: 600px) {
    .relatedProductsIconContainer {
        width: 25%;
    }
}



@media only screen and (max-width: 500px) {
    .relatedProductsIcon {
        max-width: 81px;
    }
    .relatedProductsIconContainer {
        width: 33%;
    }
}


/*EOL Statement page*/

.eolStatement{
    text-align:center;
}

@media only screen and (max-width:335px) {
    .eolPartnerLogo {
        max-width: 30%;
    }
}



/* Four tab layout for LMS selection */

@media only screen and (max-width:800px) and (min-width:650px) {

    .fourTabLayout.chooseLMStab {
        width: 22%;
    }

    .fourTabLayout.LMSselectionTab {
        width: 18.8%;
    }

    .fourTabLayout.LMStext {
        white-space: nowrap;
    }

    .fourTabLayout.shortLMStxt {
        display: block;
        white-space: nowrap
    }

    .fourTabLayout.fullLMStxt {
        display: none;
        white-space: nowrap
    }
}

@media only screen and (max-width:649px) {
    .fourTabLayout.chooseLMStab {
        display: none;
    }


    .fourTabLayout.chooseLMSnav {
        text-align: center;
        height: 84px;
    }


    .fourTabLayout.LMSselectionTab {
        width: 24%;
    }

    .fourTabLayout.mobileTabTitle {
        display: block;
        padding-top: 8px;
        /*background-color: #29658f;*/
        background-image: linear-gradient(90deg, #29658f, #294f8f);
        border-radius: 5px 5px 0px 0px;
        font-weight: 500;
    }

}

@media only screen and (max-width:430px) {
    .fourTabLayout.fullTabTxt {
        display: none;
    }

    .fourTabLayout.shortTabTxt {
        display: block;
    }
}

/* Rebrand Banner */

.rebrandBanner{
    font-size:1em;
}


/*Installation Page*/

.fourTabLayout.fullTabTxt.installPage {
    font-weight: 500;
}

@media only screen and (max-width:649px) {

    .fourTabLayout.fullTabTxt.installPage {
        display: none;
    }

    .fourTabLayout.shortTabTxt.installPage {
        display: block;
        font-size: 16px;
    }
}

@media only screen and (max-width:400px) {
    .fourTabLayout.shortTabTxt.installPage {
        font-size: 15px;
    }
}

@media only screen and (max-width:360px) {
    .fourTabLayout.shortTabTxt.installPage {
        font-size: 14px;
    }
}

@media only screen and (max-width:340px) {
    .fourTabLayout.shortTabTxt.installPage {
        font-size: 12px;
    }
}

/*Animated Site Btn*/

@media only screen and (max-width:800px) {
    .sb-slider-font {
        font-size: 1.1em;
        white-space: nowrap;
    }
}


/*SITEWIDE*/

.center800 {
    text-align: center;
}

