
html {
	margin:0px; 
	padding:0px; 
	height:100%;
}

body {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-weight:200;
	color:#333333;
	font-size:16pt;
	margin:0px; 
	padding:0px;
} 

input::-webkit-input-placeholder { 
	font-family: Raleway, Arial, Helvetica, sans-serif;
}

#homeButton {
	cursor: pointer;
}

.planbookLogo {
	background: url(../images/planbook-logo-blue.svg);
    background-repeat: no-repeat;
    background-size: 230px auto;
	background-position: 50% 42%;
}

.planbookLogo > img {
	width: 230px;
	height: auto;
}

.planbookLogo > span {
	display: none;
}

.loginButton {
	display: inline; 
	white-space: nowrap;
}

.loginButton .fa-user {
	font-size: 16pt; 
	color: rgb(230, 230, 230);
}

.navBar {
	text-align: right;
}

.navBar .hideSmall {
	white-space: nowrap;
}

.navBar .hideSmall, .navBar .hideLarge {
	padding-top: 20px !important;
}

.headline .container {
	padding: 20px 30px; 
	background-image:url(../images/welcome-home-blue-w-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.sneakPeekImage {
	width: 100%;
    object-fit: contain;
}

#homeSection .headline .container {
	background-image:url(../images/welcome-home-blue-w-2.jpg);
}

#schoolSection .headline .container {
	background-image:url(../images/welcome-school-bg.jpg);
}

#teacherSection .headline .container {
	background-image:url(../images/welcome-teacher-bg.jpg);
}

#priceSection .headline .container {
    background-image:url(../images/welcome-pricing-bg.jpg);
}

#mobileSection .headline .container {
	background-image:url(../images/welcome-app-bg.jpg);
}

#careersSection .headline .container {
	background-image:url(../images/welcome-career-w.png);
}

#helpSection .headline .container {
	background-image:url(../images/welcome-help-bg.jpg);
}

#aboutSection .headline .container {
	background-image:url(../images/welcome-about-bg.png);
}


.sectionInnerBox.xlg {
	max-width: 1400px;
}

#schoolSection .schoolHeadlineText2, 
#teacherSection .schoolHeadlineText2,
#priceSection .schoolHeadlineText2 {
	padding: 40px 20px;
	min-height: 112px;
}

.headline .sectionInnerBox {
	padding: 0px; 
}

.sectionHeader.headlineSectionHeader {
	padding:35px 0px;
	background-color: transparent;
}

.borderBottom {
	border-bottom: 1px solid rgb(230, 230, 230);
}

.sectionPreferredImage {
    background-image: url(../images/laptop-with-ui-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 400px;
}

.mobileLessonActionsBackground {
	background-image: url(../images/mobile-lesson-actions.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    min-height: 400px;
    padding-top: 10px;
}

.headLineText {
	white-space: nowrap;
}

.headlineImageContainer {
	position: relative; 
}

.headlineImage {
	cursor:pointer; 
	position: absolute; 
	bottom: -20px; 
	right: 0px; 
	margin: auto;
	width: 100%;
    object-fit: contain;
}

.sectionContent {
	line-height: 30px;
	margin: 40px 0px 85px 0px;
}

.sectionImage.floating {
	position: absolute;
    top: -75px;
    max-width: 550px;
	margin-left: 50px;
	z-index: 2;
}

.sectionImage.floating img {
	box-shadow: 0 0 15px #2b2b2b;
}

.sectionImage.floatingBg {
	position: absolute;
	bottom: 0px;
	left: -20px;
}

.sectionImage {
	margin: 0 auto;
}


.headlineImage img, .sectionImage img {
	width: 100%;
    object-fit: contain;
}

.headLineText {
	font-weight: 600;
    font-size: 48px;
}

.pricingBottomDescription {
	margin: 0px 200px 20px 200px;
}

.pricingBottomContainer {
	padding: 20px 30px; 
	background-image:url(../images/welcome-pricing-bg-art.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.subText {
	margin: 15px 0px 40px 0px;
	font-size:32px;
	min-height: 74px;
}

div {
	padding:0px;
	margin:0px;
	border:none;   
}

p {
	padding:2px;
	margin:0px;
}

#mainHeader {
    width: 100%;
    z-index: 3;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
	display: table;
}

.welcome-slide-show {
    position: relative;
    background-image:url('../images/top-photo3.jpg'); 
    background-size:cover; 
    width:100%; 
    min-width:1190px;
    top: 181px;
}

.pipe {
	color:white;
	float:left;
}

.navBox {
	float:none;
	clear:left;
	}

.navList {
	margin-left:50px;
	width:700px;
	font-size:18px;
	color:#58595b;
	list-style-image:url(../images/bullet.png);
	}

.navList li {
	margin-top:13px;
	}

.moreDetail {
	font-size:12pt;
	}

.feedback {
	margin-top:20px;
	font-family: Raleway, Arial, Helvetica, sans-serif;;
	font-size:12pt;
	width:900px;
}

.navButton { color:white; font-weight:normal; text-decoration:none; cursor:pointer;}

.navButton:hover { text-decoration:underline; }

.error {
	color:red;
	margin:0;
	}
	
.aCircle {
	border:0px;
	width:100px;
	height:100px;
	border-radius:50px;
	background-color:#0057C1;
	position:relative;
	margin-left:10px;
	margin-right:10px;
	}
	
.aCircle2 {
	border:0px;
	width:140px;
	height:140px;
	border-radius:70px;
	background-color:white;
	position:relative;
	margin-left:40px;
	margin-right:40px;
	}
	
.aImage {
	border:0px;
	margin:0px;
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
    left:25%;
    margin-right:-50%;
	}
	
.aFeature {
	border:0px;
	width:100px;
	color:#494848;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	font-weight:bold;
	font-size:12pt;
	}
		
.aFeature2 {
	border:0px;
	width:140px;
	color:white;
	margin-top:10px;
	margin-left:40px;
	margin-right:40px;
	text-align:center;
	font-weight:bold;
	font-size:12pt;
	}
	
.sectionContainer {
    position: relative;
    top: 181px;
}

.sectionContainer a.sectionRef {
    position: absolute;
    top: -181px;
}

.rcorners1 {
    border-radius: 5px;
    background: white;
    width: 230px;
    height: 300px;
    margin-right:23px;
    margin-left:23px;
}

.priceHead {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	color:#0056C1;
    background: #EEEEEE;
    width:230px;
    padding:10px 0px 10px 0px;
    text-align:center;
    font-size:12pt;
    font-weight:bold;
}

.signup {
	border: 4px solid #FFFFFF;
    color: white;
    background-color: #d81632;
    padding: 15px;
    font-size: 18px;
    font-weight: 600px;
    font-family: Raleway, Arial, Helvetica, sans-serif;
    border: 4px solid #FFFFFF;
    color: white;
    background-color: #d81632;
    padding: 14px 20px;
	font-size: 18px;
	font-weight: 500;
    border-radius: 20px;
    -moz-box-shadow: 0 0 15px #2b2b2b;
    -webkit-box-shadow: 0 0 15px #2b2b2b;
    box-shadow: 0 0 15px #2b2b2b;
	cursor: pointer;
	display: inline-block;
}

.signupButton3 {
    background-color: white;
    border: 3px solid #d81632;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #d81632;
    cursor: pointer;
    border-radius: 20px;
    display: inline-block;
}

.footer .sectionInnerBox {
	text-align: left;
}

.signupButton3:hover {
	color: #FFFFFF;
	background-color: #d81632;
}

.signup:hover, .signupButton:hover, .btnCallUs:hover {
	background-color: #d86d6d;
}

.button {
	-moz-box-shadow:inset -1px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset -1px 1px 0px 0px #54a3f7;
	box-shadow:inset -1px 1px 0px 0px #54a3f7;
	background-color:#0057c1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #0057c1;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.button:hover {
	background-color:#0068de;
}
.button:active {
	position:relative;
	top:1px;
}

.greybutton {
	-moz-box-shadow:inset -1px 1px 0px 0px #a3a3a3;
	-webkit-box-shadow:inset -1px 1px 0px 0px #a3a3a3;
	box-shadow:inset -1px 1px 0px 0px #a3a3a3;
	background-color:#696969;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #696969;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Raleway, Arial, Helvetica, sans-serif;;
	font-size:18px;
	padding:10px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}

.greybutton:hover {
	background-color:#787878;
}
	
.boxHead {
	text-align:center;
	font-size:12pt;
	padding:3px;
	color:white;
	background-color:#003B81;
	margin-bottom:20px;
}

.msgBox {
	display:none;
	z-index:130;
	width:400px;
	border:5px solid #003B81;
	background-color:#FFFFFF;
	position:fixed;
	top:10px;
	left:10px;	
	border-radius:5px;
	}
	
#editBackground {
    z-index:109;
	background:#E8EEF7;
    opacity: .5;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    display:none;
}

#msgBackground {
    z-index:129;
	background:#E8EEF7;
    opacity: .5;
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    display:none;
}

div#load {
	display: none;
    position: absolute;
    z-index: 150;
    height: 55px;
    width: 200px;
    border-style: solid;
    border-width: 5px;
    border-color: #0057c1;
    border-radius: 10px;
    background-color: #E8EEF7;
    font-size: 20pt;
    font-weight: 400;
    color: #0057c1;
    text-align: center;
}

.load_background {
    z-index:149;
	background:#E8EEF7;
    opacity: .5;
    position:absolute;
    top:0;
    margin:0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.editBoxRow {
    display: table;
    table-layout: fixed;
    width:100%;
    height: 100%;
}

.editBoxRow div {
    display: table-cell;
}

.editBoxRow.alertContainer {
	min-height: 55px; 
	background-color: #FFC7CE; 
	vertical-align:middle; 
	display: none;
}

.editBoxRow .alertImage {
	padding : 10px 10px 10px 10px; 
	width: 40px;
}

.editBoxRow .alertMessage {
	padding : 10px 10px 10px 0px; 
	vertical-align: middle; 
	font-weight: bold; 
	color: #cc0717;
}

.modalDialog {
	position: fixed;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(232,238,247,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 700px;
	position: relative;
	margin: 10% auto;
	padding: 10px;
	border-radius: 10px;
	background-color:#E8EEF7;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { 
	background: #00d9ff; 
}

#overviewimage {
  background-image:url(../images/laptop-with-ui-mouseout.png);
  height: 225px;
  width: 420px;
  margin: 0 auto; 
  cursor: pointer;
}

#overviewimage:hover {
  background-image:url(../images/laptop-with-ui-mouseover.png);
}

.swal2-container.swal2-shown {
    background-color: rgba(232, 238, 247, 0.5) !important;
}

#loginLink, #signupLink {
	cursor: pointer;
}

.selectedHasDefault {
	color: gray;
}

.studentSignupContainer {
	margin: 15px 20px 20px 20px;
}

.studentSignupContainer p {
	font-size: 16px;
} 

.pickItem {
	padding: 10px;
	cursor: pointer;
	font-size: 16px;
	background-color:white;
}

.pickItem:hover {
	background-color: #DBDFE8;
}

.navItem {
	cursor: pointer;
	font-size: 16px;
}

.navItem a {
	text-decoration: none; 
	color: #333333; 
	border-bottom-width: 0px;
}

.navItem:not(:last-child) {
	margin-right:20px;
}
	
.navItem:hover {
	border-bottom: 2px solid black;
}

.navItem2 {
	cursor: pointer;
	border-bottom: 2px solid black;
	color: black;
	text-decoration: none;
}

#navListBox {
	position:absolute;
	top:50px;
	left:100px;
	display:none;
	z-index:110;
	width:135px;
	background-color:white;
	border-radius:5px;
	border-style:solid;
	border-width:2px;
	border-color:#0057C1;
	box-shadow: 0 0 15px #2b2b2b;
}

.hero {
    position:relative;
    background-color:#0057C1;
    width:100% !important;
}

.hero:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 30px #0057C1;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

.homeHeader {
	margin-top:10px;
	font-weight:bold;
	text-align:left;
}

.homeText {
	margin-top:20px;
	text-align:left;
}

.sectionImage2 img {
	width:100%;
	object-fit:contain;
}

.welcomeSection {
	margin-top:0px;
	width:100%;
	font-size:14pt;
}

.sectionOuterBox {
	background-color:white;
	display:table;
	width:100%;
}

.bgBlue {
	background-color:#0057C1;
}

.bgGrey {
	background-color:#F4F4F6;
}

.bgLightGrey {
	background-color:#e6e6e6;
}

.bgMediumBlue {
	background-color:#1d96c0;
}

.bgGreen {
	background-color: #3e985c;
}

.bgPurple {
	background-color:#603f99;
}

.bgGold {
	background-color:#f29a25;	
}

.footer {
	font-size: 14pt;
}

.boxShadow {
    -webkit-box-shadow: 0 0 10px #2b2b2b;
    -moz-box-shadow: 0 0 10px #2b2b2b;
    box-shadow: 0 0 10px #2b2b2b;
}

.borderRadius8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.sectionInnerBox {
	margin: 0 auto;
	text-align:center;
	padding:20px 0px 20px 0px;
	width:100%;
	max-width:1200px;
}

.marketing a.social > span {
	display: none;
}

.mobileContent {
	text-align: justify;
	line-height: 28px;
    padding-right: 55px;
}

.mobileContent p {
	margin-bottom: 20px;
}

.supportHoursContent {
	line-height: 28px;
}

.careersContent {
	line-height: 28px;
}

.careersContent p {
	margin-bottom: 30px;
}

.historyImage img {
    max-height: 150px;
    margin-top: 0px;
    margin-left: 40px;
}

.history .grid {
    min-height: 300px;
}

.history .grid:first-child {
    margin-top: 50px;
}

.history .grid:last-child {
    margin-top: 50px;
}

.history .grid:first-child {
    margin-top: 50px;
}

.history .grid:first-child .historyListHeader {
    padding-top: 10px;
}

.history .grid:not(:first-child) .historyListHeader {
    padding-top: 40px;
}

[class*="historyDotBottom"] {
    height: 25px;
    width: 25px;
    background-color: rgb(219,219,219);
    border-radius: 50%;
    display: inline-block;
    margin-left: 75px;
    margin-top: 20px;
}

[class*="historyDotTop"] {
    height: 25px;
    width: 25px;
    background-color: rgb(219,219,219);
    border-radius: 50%;
    display: inline-block;
    margin-left: 75px;
    margin-bottom: 5px;
}

historyconnection {
    border: 5px solid rgb(219,219,219);
}

.aboutContent {
	line-height: 28px;
    padding-top: 30px;
    padding-right: 50px;
}

.aboutContentRight > div:first-child {
    font-size: 32px;
    line-height: 42px;
    padding: 55px 30px 30px 30px;
}

.aboutContentRight > div:nth-child(2) {
    background-image: url(../images/welcome-about-clock.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
}

.aboutContent p:not(:last-child) {
	margin-bottom: 30px;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textJustify {
	text-align: justify;
}

.text24 {
	font-size: 24px;
}

.text16 {
	font-size: 16px;
}

.text28 {
    font-size: 28px;
}

.text32 {
	font-size: 32px;
}

.text36 {
    font-size: 36px;
}

.text31 {
	font-size: 31px;
}

.text90 {
    font-size: 90px;
}

#aboutSection .text90{
    line-height: 75px;
}

.priceTable {
	display: table;
	padding-top: 40px;
	width: 100%;
}

.priceTable > div {
    display: table-row;
}

.priceTable > div > div {
    border-bottom: 1px solid rgb(230, 230, 230);
}

.priceTable > div > div {
    display: table-cell;
    padding: 15px 0px 15px 0px;
    width: 50%;
}

.priceTable > div:first-child {
    font-weight: 600;
}

.schoolPricing > div:first-child {
	padding-left: 64px;
}

.teacherPricing > div:first-child {
	padding-right: 64px;
}

.teacherPricing {
	border-right: 1px solid rgb(230, 230, 230);
}

.fontWeightBold {
	font-weight: 600;
}

.fontWeight700 {
    font-weight: 700;
}

.sectionHeader {
	padding:30px;
	font-size:28pt;
	color:white;
	text-align:left;
}

.sectionHeader2 {
	font-size: 28px;
	font-weight: 600;
	margin-top: 30px;
}

.cTrueBlue {
	color: #0057c1;
}

.cWhite {
	color: #FFFFFF;
}

.cBlue {
	color: #0057c1;
}

.linkBlue a {
	color: #0057c1;
	text-decoration: none;
	border-bottom: 1px solid #0057c1;
	color: #0057c1;
}

.linkWhite a {
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.footer a {
    text-decoration: none;
}

.footer li a:hover, .footer .contactUs a:hover {
	border-bottom: 2px solid #333333;
}

.py50 {
	padding: 50px 0px;
}

.my40 {
	margin: 30px 0px;
}

.sectionListHeader {
	font-size: 32px; 
	font-weight: 600;
}

.sectionListHeader.md {
	font-size: 28px;
}

.sectionList.md {
	font-size: 18px;
}

.sectionList.md li > i {
	font-size: 26px;
}

.sectionList.md li {
	line-height: 26px;
	margin-bottom: 15px;
} 

.sectionList {
	font-size: 20px;
	padding-left: 0px;
	list-style-type: none;
}

.sectionList li {
	line-height: 30px;
	margin-bottom: 15px;
	display: table;
}

.sectionList li > i {
	font-size: 30px;
	margin-right: 10px;
	display: table-cell;
	vertical-align: top;
}

.sectionList li > span {
	padding-left: 10px;
	display: table-cell;
}

.sectionList li * {
	vertical-align: middle;
} 

.helpList {
	list-style-type: none;
	padding-left: 0px;
	font-size: 20px;
}

.helpList a {
	color: transparent;
}

.helpList a > span {
	display: none;
}

.helpList li *:first-child {
	padding-right: 20px;
	padding-left: 15px;
	font-size: 30px;
}

.helpList li {
	background-color: rgb(230, 230, 230);
	padding: 10px;
	line-height: 40px;
	border-radius: 10px;
	cursor: pointer;
	position: relative;
}

.linksAndResourcesLeft {
	border-right: 1px solid rgb(230, 230, 230);
}

.linksAndResourcesLeft > div {
	padding-right: 60px;
}

.videoThumbnail {
	margin-top: 25px;
	margin-left: 30px;
	cursor: pointer;
	position: relative;
}

.videoThumbnail i {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #FFFFFF;
}

.videoThumbnail:hover i {
	color: grey;
}

.linksAndResourcesRight {
	background-image: url(../images/video-thumnail.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	width: 100%;
	height: 100%;
	padding-left: 60px;
}

.helpList li a {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.helpList li * {
	vertical-align: middle;
}

.helpList li {
	margin: 20px 0px;
}

.helpList li:hover {
	box-shadow: 0 0 5px #2b2b2b;
}

.sectionOuterBox .sectionInnerBox .container .helpList li a {
	text-decoration: none;
	border-bottom-width: 0px;
	color: #333333;
}

.sectionRow {
	font-size:20px;
	margin-top:30px;
}

.helpItem {
	cursor:pointer;
}
	
.helpItem:hover {
	border-bottom: 2px solid black;
}

ul li {
  margin-bottom: 10px;
}

.privacyTitle {
	margin-top:30px;
	font-weight:bold;
	font-size:14pt;
}

.privacyText {
	margin-top:15px;
	font-size:12pt;
	line-height:1.4;
}

.welcomeEditBox {
	display: none;
	z-index: 110;
	height: auto;
	background-color: #DBDFE8;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 5px;	
	width: calc(100%-20px);
	max-width:560px;
	background-color:#DBDFE8;
	border:0;
	box-shadow:4px 4px 4px #666666;
}

#retrievePW {
	z-index:130; 
}

.textEmail {
	height:48px;
	width:100%;
	max-width:500px;
	border-radius:3px;
	text-indent:60px;
	font-size:16px;
	background-image:url(../images/head.png);
	background-repeat:no-repeat;
	background-position:15px 10px;
}

.textPassword {
	margin-top:20px;
	height:48px;
	width:100%;
	max-width:500px;
	border-radius:3px;
	text-indent:60px;
	font-size:16px;
	background-image:url(../images/key.png);
	background-repeat:no-repeat;
	background-position:15px 10px;
}	

.promoCode {
	margin-top:20px;
	height:48px;
	width:100%;
	max-width:500px;
	border-radius:3px;
	text-indent:60px;
	font-size:16px;
}	

.promo {
	position: relative;
}

.promo i {
	position: absolute;
    top: 20px;
    left: 8px;
    padding: 13px;
    font-size: 26px;
    color: #c5c9d2;
}
	
span.line {
  display: inline-block;
}

.sectionLine1 {
	font-weight:600;
}

.sectionLine2 {
	margin-top:20px;
	font-size:16pt;
}

.btnCallUsContainer {
	margin-top: 60px;
}

.btnCallUs {
	text-align: center;
    display: inline-block;
    background-color: #d81632;
    color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: 400;
    text-decoration: none;
    border-bottom-width: 0px;
}

.btnCallUs.dark {
	border: 3px solid white;
}

.btnCallUsNum {
  font-size: 38px;
  font-weight: 600;
}

.btnMobile.btnAppStore {
	padding-left: 28px;
    padding-right: 28px;
}

.headlineSectionHeader .btnMobile {
	border: 1px solid #FFFFFF;
}

.btnMobile {
	position: relative; 
	display: inline-block;
    padding: 8px 15px 5px 15px;
    background-color: black;
	border-radius: 8px;
	margin: 10px;
}

.btnMobile a {
	position: absolute;
	top: 0;
	bottom: 0;      
	left: 0;
	right: 0;
	z-index: 999;
	border-bottom-width: 0px !important;
	color: transparent;
}

.btnMobile a > span {
	display: none;
}

.btnMobile img {
	height: 40px;
}

.signupButton {
    text-align: center;
    display: inline-block;
    background-color: #d81632;
    color: #FFFFFF;
    padding: 25px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 18px;
    border: 3px solid #FFFFFF;
    cursor: pointer;
}

.btnCallUs > div:first-child {
	font-size: 18px;
}

.btnCallUs > div:nth-child(2) {
	font-size: 24px;
	font-weight: 600;
}

.review {
	display: table;
    height: 280px;
}

.reviewImage {
	display: table-cell;
	max-width: 90px;
}

.reviewContent {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-top: 5px;
    padding-left: 20px;
    line-height: 30px;
    font-size: 22px;
    vertical-align: top;
}

.reviewStars {
	margin-top: 10px;
	color: rgb(242, 166, 64);
}

.reviewName {
	font-style: italic;
	padding-top: 20px;
}

.signupImage {
	width: 380px; 
	position: absolute; 
	bottom: 0px; 
	left: 0px;
}

.footer ul {
    list-style-type: none;
    padding-left: 0px;
}

.footer.sectionOuterBox a {
	border-bottom-width: 0px;
	color: #333333;
}

@media only screen 
and (max-width: 575px) {
  	.reviewImage {
  		width: 40px;
  	}
  	
  	.reviewContent {
  		padding-top: 5px;
  		padding-left: 10px;
  	}
}

@media only screen 
and (max-width:991px) {
	
	.sectionHeader.headlineSectionHeader, .btnCallUsContainer {
		text-align: center;
	}
	
	.headLineText {
		white-space: normal;
	}
	
	.navBar .hideSmall, .navBar .hideLarge {
		padding-top: 0px !important;
	}
	
	.featuresContainer .featuresContent {
		margin-bottom: 0px;
    }
 
    .headline .container {
    	padding-bottom: 0px;
    }
    
    .headline .container .headlineImageContainer {
    	padding-bottom: 0px;
    	margin-bottom: -3px;
    }
    
    .headline .container .headlineImageContainer .headlineImage {
    	position: static;
	}
	
	.sectionImage.floating {
		position: static;
		margin: auto;
		margin-top: -90px;
		z-index: 2;
	}

	.sectionImage.floatingBg {
		bottom: auto;
		left: auto;
	}

	.footer .marketing {
		padding-top: 20px;
	}

	.footer .footerMenuListLeft {
		width: 100%;
		margin-left: 0px;
	}
	
	.footer .footerMenuListRight {
		width: 100%;
	}
	
	.teacherPricing, .linksAndResourcesLeft {
		border-right-width: 0px;
	}

	.borderBottom.mobileConteContainer {
		border-bottom-width: 0px;
	}

	.mobileContent {
		padding-right: 0px;
	}

	.linksAndResourcesLeft > div {
		padding-right: 0px;
	}

	.videoThumbnail {
		margin-top: 20px;
		margin-left: 0px;
	}
     
    #mainHeader [class^="col-sm"] {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #mainHeader .sectionInnerBox {
        padding-top: 15px;
        padding-bottom: 15px;
	}
	
	.pricingBottomDescription {
		margin-left: 0px;
		margin-right: 0px;
    }
    
    .aboutContent {
        padding-right: 0px;
    }

    .aboutContentRight > div:first-child {
        padding: 0px 0px 30px 0px;
    }

    [class*="historyDotBottom"] {
        display: none;
    }
    
    [class*="historyDotTop"] {
        display: none;
    }
    
    historyconnection {
        display: none;
    }

    .historyImage img {
        margin-left: 0px;
    }

	.history .grid:not(:first-child) .historyListHeader,
	.history .grid:first-child .historyListHeader  {
        padding-top: 0px;
    }
    
    .mobile-students {
    	background: url(https://debug.planbook.com/images/welcome-mobile-purple-icons.png);
    }
    
    .mobile-teachers {
    	background: url(https://debug.planbook.com/images/welcome-mobile-blue-icons.png);
    }
}

@media only screen 
and (min-width:768px) {
	.mobile-container {
		background-size: 550px !important;
	}
}

.mobile-container {
	background-size: calc(100% - 20px);
    background-repeat: no-repeat;
    background-position: top;
}

.footerMenuListLeft {
	margin-left: 60px;
}

.chooseAccount .account {
	padding: 15px 0px; 
	border-bottom: 1px solid #bfbfbf;
	white-space: nowrap;
	display: table-row;
	cursor: pointer;
}

.chooseAccount .account > * {
	padding: 15px 0px; 
	border-bottom: 1px solid #bfbfbf;
	white-space: nowrap;
	display: table-cell;
}

.chooseAccount .accountEmail {
	padding-left: 15px;
	padding-right: 20px;
}

.chooseAccount .account i:first-child {
	color: #0057c1;
}

.chooseAccount .loginAnother {
	margin-bottom: 20px; 
	margin-left: 5px; 
	font-size: 16px; 
	color: #0056c1;
	cursor: pointer;
}

.chooseAccount > p:first-child {
	text-align: center; 
	font-size: 16pt; 
	color: white; 
	background-color: #0057C1; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	padding: 20px; 
	font-weight: 500;
}

#accounts {
	margin: 20px 0px;
    border-top: 1px solid #bfbfbf;
}

#cancelChooseAccount {
	width: 150px;
}

.mobileFloating {
	position: relative;
	min-height: 350px;
}

.mobileFloating img {
	position: absolute;
    bottom: -65px;
    left: 0px;
    z-index: 2;
    max-width: 535px;
}

.skillsTest {
	border: 1px solid rgb(230, 230, 230);
  border-radius: 10px;
	margin-top: 30px;
}

@media only screen 
and (min-width:992px)
and (max-width: 1199px) {
	.sectionList {
		font-size: 16px !important;
	}
	
	.sectionList li i {
		font-size: 26px !important;
    }
}

@media only screen 
and (max-width:768px) {
	.navBar {
		text-align: center;
	}
	
	.hideSmall {
		display:none !important;
	}
	
	.signupImage {
		left: -100px !important;
    }
   
}

@media only screen 
and (min-width:769px) {              
	.hideLarge {
		display:none !important;
	}
}

@media only screen 
and (max-width: 1199px) {
	.schoolPricing > div:first-child {
		padding-left: 0px;
	}

	.teacherPricing > div:first-child {
		padding-right: 0px;
	}
	
	.mobileImage {
		margin: 0 auto;
	}
	
	.mobileImage img {
		width: 100%;
	    object-fit: contain;
	}
	
}

.homeHeadlineFeatures > *:nth-child(1) {
	display: none;
	bottom: 12px;
}

.homeHeadlineFeatures > *:nth-child(2) {
	display: none;
}
