/* CSS Document */

/*FONTS*/

@import url(https://fonts.googleapis.com/css?family=Zilla+Slab:light);
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Handlee');

/*END FONTS*/

html, body {
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Work Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}

.page-wrap {
	margin-bottom: 90px;
}

/*BACKGROUND COLORS*/
.yellow-bgd, .blue-bgd, .green-bgd, .orange-bgd, .light-blue-bgd, .hw-bgd, .white-bgd, .beige-bgd, .red-bgd, .grey-bgd {
	position: relative;
	float: left;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 1px;
	min-width: 100%;
	min-height: 100%;
}

.white-bgd {
	background-color: white;
}

.yellow-bgd {
	background-color: #f3dd31;
}

.blue-bgd {
	background-color: #4e9bb0;
}

.green-bgd {
	background-color: #b0d4ac;
}

.orange-bgd { 
	background-color: #e49036;
}

.light-blue-bgd {
	background-color: #8accdb;
}

.beige-bgd {
	background-color: #cedaac;
}

.red-bgd {
	background-color: #e04141;
}

.light-red-bgd {
	background-color: #E87373;
}

.dark-red-bgd {
	background-color: #C82020;
}

.grey-bgd {
	background-color: #7E7E7E;
}

/*HEADER*/
header {
	margin: 0 0 50px 0;
	font-size: 1em;
	padding: 0px;
	color: gray;
}

#header-home {
	position: absolute;
	top: 0;
	left: 0;
}

#progress-bar {
	margin: 10px 0 0 150px;
}

#progress-cell1 {
	background-color: #4e9bb0;
}

#progress-cell2 {
	background-color: RGBA(76, 76, 76, .3);
}

audio {
	width: 300px;
	margin: 30px 0 0 20px;
}

textarea {
	border-color: #4e9bb0;
	border-width: 3px;
	border-radius: 3px;
	font-size: 1em;
	padding: 5px;
}

/*FEEDBACK */

.feedback-side1, .feedback-side2 {
/*
	position: -webkit-sticky;
	position: sticky;
*/
	position: fixed;
	border: solid #ECECEC;
	border-width: thick;
	border-radius: 3px;
	background-color: #F4F4F4;
	padding: 8px;
	overflow: auto;
	top: 100px;
	right: 50px;
	width: 250px;
	max-height: 70%;
}

.feedback-img {
	display: inline-block;
	font-size: 1.5em;
	color: #C7C7C7;
	font-weight: bold;
	margin-bottom: 8px;
}

.feedback-img img {
	width: 50px;
	vertical-align: middle;
	margin-right: 16px;
}

.feedback-side1 textarea, .feedback-side2 textarea {
	width: 94%;
	margin-bottom: 8px;
}

.feedback-side1 textarea {
	height: 90px;
}

.feedback-side2 textarea {
	height: 70px;
}

.feedback-nav {
	width: 94%;
	margin-right: 0;
}

.feedback-nav-last {
	float: left;
}

.feedback-nav-next {
	float: right;
	margin-right: -16px;
}

.feedback-nav img {
	width: 80px;
	margin: 0;
	cursor: pointer;
}

.showIcon, .hideIcon {
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	cursor: pointer;
}

.showIcon {
	content: url("https://familiescopingwithcancer.org/img/hide.png");	
}

.hideIcon {
	content: url("https://familiescopingwithcancer.org/img/show.png");	
}

.feedback-font {
	font-family: 'Handlee', cursive;
	font-weight: bolder;
	font-size: 1.2em;
	color: #3D7A8B;
}

/*homework icon*/
.hw-icon img {
	width: 80px;
	margin-top: -17px;
}

/*badge icon*/
.award-badge-1, .award-badge-2, .award-badge-3, .award-badge-4, .award-badge-5, .award-badge-6, .award-badge-7, .award-badge-8 {
	z-index: 1;
	position: absolute;
}

.award-badge-1, .award-badge-2, .award-badge-3, .award-badge-4 {
	top: 248px;/*make it 248 when feedback in place*/
}

.award-badge-5, .award-badge-6, .award-badge-7, .award-badge-8 {
	top: 484px;/*make it 463 when feedback in place*/
}

.award-badge-1 img, .award-badge-2 img, .award-badge-3 img, .award-badge-4 img, .award-badge-5 img, .award-badge-6 img, .award-badge-7 img, .award-badge-8 img {
	width: 30px;
}

.award-badge-1, .award-badge-5 {
	left: 18px;
}

.award-badge-2, .award-badge-6 {
	left: 180px;
}

.award-badge-3, .award-badge-7 {
	left: 342px;
}

.award-badge-4, .award-badge-8 {
	left: 504px;
}

/*main container*/
.content {
	width: 75%;
	max-width: 920px;
	margin: 25px 10px 70px 150px;
	line-height: 135%;
	font-size: 1.3em;
	font-weight: 400;
}

.content-utilities {
	width: 50%;
	margin: 25px auto 150px;
	line-height: 135%;
	font-size: 1.3em;
	font-weight: 400;
}

.form-page {
	width: 75%;
}

.center-video {
	display: block;
	width: 480px;
	margin: 0 auto;
}

.center-stress-diagram {
	display: block;
	width: 530px;
	margin: 0 auto;
}

.stress-diagram {
	margin: 0;
}

/*FOOTER AND ELEMENTS*/

#trees-bottom {
	position: absolute;
	left: 308px;
	bottom: -8px;
	
}

#trees-bottom table {
	width: 606px;
}

#trees-bottom img {
	height: 80px;
}

.arrow-right-white {
    width: 0; 
    height: 0; 
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 23px solid white;
}

.arrow-left-blue, .arrow-right-blue {
    width: 0; 
    height: 0; 
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
	color: transparent;
}

.arrow-right-blue {
    border-left: 17px solid #4e9bb0;
}

.arrow-left-blue {
    border-right: 17px solid #4e9bb0;
}

.rectangle-long-white {
	width: 208px;
	height: 36px;
	background-color: white;
	color: #E17401;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}

.rectangle-long-blue {
	width: 120px;
	height: 30px;
	background-color: #4e9bb0;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.rectangle-long-blue a {
	display: flex;
	justify-content: center;
	text-decoration: none;
	color: white;
}

footer {
	position: absolute;
	bottom: 0;
	right: 0;
   	height: 62px;
	margin-top: 20px;
}

footer img {
	position: relative;
	z-index: 3;
}

.nav-footer {
	display: block;
	float: right;
}


/*
.footer-back, .footer-back img {
	width: 100px;
	height: 34px;
	valign: bottom;
}

.footer-next, .footer-next img {
	width: 128px;
	height: 34px;
	valign: bottom;
}

.footer-middle {
	text-align: center;
	vertical-align: middle;
	background-color: #faf7a3;
	height: 34px;
}
*/

table #next, table #tableSaveContinue {
    border-collapse: collapse;
    border-spacing: 0;
	border: 0px;
}

#tableSaveContinue, #next {
	float: right;
	margin-right: 50px;
}

#next img, #tableSaveContinue img {
	cursor: pointer;
}

#tableSaveContinue img {
	width: 208px;
	height: 36px;
}

#next input[type=submit] {
	background: url("img/continue.png");

}

#tableSaveContinue input[type=submit] {
	background: url("img/save_and_continue.png");

}

#tableSaveContinue .stake {
	width: 11px;
	height: 28px;
	background-color: white;
}

.stake {
	width: 11px;
	height: 28px;
	background-color: #4e9bb0;
}

.go-next {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: #eb6523;
	font-weight: bolder;
	padding: 0 15px 15px 15px;
	display: inline-block;
	float: right;
}

.coach-button {
	width: 150px;
	height: 220px;
	background-color: #4c4c4c;
	border-radius: 5px;
	cursor: pointer;
}

#coach-intro {
	background-color: #4c4c4c;
	width: 890px;
	border-radius: 5px;
	position: fixed;
	top: 5;
	left: 5;
	z-index: 3;
}

.message-input {
	position: relative;
	margin: 20px auto;
	width: 910px;
}

.message-input-text {
	width: 85.4%;
	height: 60px;
	border-radius: 10px;
	padding: 3px 8px;
	margin-right: 10px;
	margin-left: -8px;
}

#message-submit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 0;
	padding-right: 0;
}

.message-page-container {
	width: 900px;
	height: 500px;
	background-color: white;
	border-radius: 5px;
	margin: 50px auto 0;
	padding: 10px 10px 10px 10px;
	overflow: auto;
}

.msg-pin-button {
	font-size: .9em;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #C5C5C5;
	cursor: pointer;
}

video {
	width: 480px;
	height: 360px;
}

#msg-pin {
	position: relative;
	margin: 170px 5px 20px 30px;
	height: 500px;
	width: 100px;
	overflow: auto;
}

#msg-pin p {

	color: white;
	font-weight: bold;
}

.msg-from-div {
	display: block;
	float: right;
	width: 75%;
}

.msg-from {
	background-color: #519FB5;
	padding: 5px;
	border-radius: 5px;
}

.msg-ts {
	font-size: .7em;
	text-align: center;
	padding: 0;
	margin: 10px 0 0px 0;
}

.msg-to-div {
	display: block;
	float: left;
	width: 75%;
	margin-left: 5px;
}

.msg-to {
	background-color: #C5C5C5;
	padding: 5px;
	border-radius: 5px;
}

.msg-from img, .msg-to img {
	width: 40px;
}

.msg-img {
	display: inline-block;
	vertical-align: top;
}

.msg-text {
	width: 85%;
	display: inline-block;
	margin-left: 10px;
}

.table-container img{
	display: block;
}

.table-container {
	color: #95C2CF;
	font-weight: bolder;
	font-size: 1.3em;
	text-align: center;
}

.img-130px {
	width: 130px;
}

.page-number {
	color: #4e9bb0;
	text-align: center;
	vertical-align: middle;
	background-color: #faf7a3;
	height: 30px;
	width: 70px;
	font-size: 1.3em;
	font-weight: bold;
}

/*BASIC STYLING ELEMENTS*/

h1 {
	font-size: 5em;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

h2 {
	font-size: 3em;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

h3 {
	font-size: 2em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h4 {
	line-height: 110%;
}

h5 {
	padding: 20px 0 0 150px;
	margin: 0;
	color: gray;
	font-size: 1em;
}

.link {
	cursor: pointer;
	
}

p {
	padding: 0;
}

img {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

.narrow-p {
	width: 400px;
	margin-left: 500px;
	padding-top: 20px;
	font-size: 1.2em;
	line-height: 1.2em;
}

.narrow-p-relax {
	width: 400px;
	margin-left: 300px;
	padding-top: 20px;
	font-size: 1.2em;
	line-height: 1.2em;
}

.highlight {
	margin-left: 50px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.no-indent {
	padding-left: 23px;
}


/*FONT COLORS*/

.white {
	color: white;
}

.white-bold {
	color: white;
	font-weight: bold;
}

.white-large {
	color: white;
	font-size: 3em;
}

.white-medium {
	color: white;
	font-size: 1.15em;
}

.story-prompt-ys {
	color: #7E7E7E;
	padding-bottom: 10px;
}

.gray-bold {
	color: #7E7E7E;
	font-weight: bold;
}


.blue {
	color:#376D7C;
}

.blue-medium {
	color: #4e9bb0;
}

.blue-4e9bb0-wrap {
	color: #4e9bb0;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	vertical-align: top;
	
}

.blue-multiquote {
	color: #376D7C;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 550;
}

.blue-quote-centered {
	color: #376D7C;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	text-align: center;
	font-weight: bold;
}

.blue-bold {
	color: #376D7C;
	font-weight: bold; 
}

.blue-bold-extra-lh {
	color: #376D7C;
	font-weight: bold; 
	line-height: 2em;
}

.blue-relax {
	color: #4e9bb0;
	font-family: 'Zilla Slab', serif;
	padding-left: 100px;
	padding-bottom: 20px;
}

.blue-headline {
	color: #4e9bb0;
	font-family: 'Zilla Slab', serif;
	padding-bottom: 20px;
}

.black {
	color: black;
}

.black-italic {
	color: black;
	font-weight: 400;
	font-style: italic;
}

.black-no-margin {
	margin-bottom: 0;
}

.black-bold {
	color: black;
	font-weight: bold;
}

.black-bold-medium-nomargin {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

.black-bold-medium {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	padding-top: 50px;
}

.black-bold-italic {
	color: black;
	font-weight: bold;
	font-style: italic;
}

.red-error {
	color: #e04141;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.story-font {
	font-family: 'Handlee', cursive;
	font-weight: bolder;
	font-size: 1.1em;
	color: #4e9bb0;
}

.quote-left-of-image {
	margin: 0 20px 100px 75px;
	color: #4e9bb0;
	font-weight: bold;
	display: block;
	float: left;
}

.img-right-of-quote {
	display: block;
	float: right;
	margin-left: 20px;
}

.home-text {
	color:white;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
}

.home-text-coach {
	color:white;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 100px;
}

.staff-home-text {
	color:white;
	font-size: 2em;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 40px;
}

/*WELCOME PAGE*/

.welcome {
	color: white;
	font-size: 5em;
	border: none;
	border-collapse: collapse;
	margin-left: 300px;
	margin-top: 200px;
}

.lemon-rain {
	padding-left: 25px;
}

/*LOGIN PAGE*/

.pin-empty-td {
	width: 25%;
}

.login-blank-label {
	position: relative;
	color: F1C643;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#login-circle1, #login-circle2, #login-circle3, #login-circle4 {
	height: 100px;
	width: 100px;
	background-color: #F1C643;
	border-radius: 50%;
	font-size: 3em;
	color: #4c4c4c;
	text-align: center;
}


#login-table {
	margin-left: 200px;
	margin-top: 200px;
}

.login-table-blank {
	width: 20px;
}

.logout-msg {
	margin-top: 5%;
	margin-left: 5%;
}

.login-lemon {
	display: inline-block;
	cursor: pointer;
	margin-top: 30px;
}

.submit-button-small {
	width: 95px;
	height: 40px;
	font-size: .9em;
	border-radius: 5px;
	background-color: #C5C5C5;
	cursor: pointer;
}

.submit-button-small:focus {
    outline: none !important;
    border:2px solid #4e9bb0;
}

.submit-button-large {
	width: 230px;
	height: 100px;
	font-size: 1.2em;
	border-radius: 5px;
	padding: 10px;
	background-color: #C5C5C5;
	cursor: pointer;
	font-weight: bold;
}

.new-user-table {
	width: 500px;
	margin: 200px auto;
}

.new-user-row {
	float: left;
}

.updateUser-row-blank {
	height: 20px;
}

#login2 {
	margin: 200px;
}

#login2 p {
	font-size: 2em;
	line-height: 1em;
}

#login2 input {
	font-size: 1.5em;
}

#text-staff-password {
	font-size: 1em;
	padding: 3px 3px 3px 5px;
	border-radius: 5px;
	height: 40px;
}

#register {
	font-size: 1.6em;
	margin: 50px 20px 20px 150px;
}

#register table {
	border-collapse: collapse;
}

#register table td {
	padding: 5px 10px;
}

.register-form {
	margin-top: 30px;
	font-size: 1.5em;
	line-height: 1.5em;
}

.register-form input {
	height: 35px;
	border-radius: 3px;
	vertical-align: middle;
	font-size: .8em;
	padding: 3px;
}

.padding-left {
	padding-left: 20px;
}

.register-form-staff {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 1.5em;
	line-height: 1.5em;
}

.register-form-staff input {
	height: 35px;
	width: 70px;
	border-radius: 5px;
	vertical-align: middle;
	font-size: .8em;
	padding: 5px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

#pin-register {
	width: 85px;
}

#firstName {
	width: 250px;
}

.block {
	display: block;
	float: left;
	clear: both;
}

.loginError {
	font-size: 1.1em;
}

.loginError input {
	font-size: 1em;
	height: auto;
	border-radius: 3px;
	padding: 1px 5px;
}

.loginError label {
	display: inline-block;
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
}

.loginError input {
	display: inline-block;
	float: left;
}
	
.getPinAvatar {
	margin-top: 20px;
}

.avatar p {
	color: white;
	font-size: 2em;
	line-height: 1.2em;
}

.avatar-circle {
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: white;
	color: white;
	cursor: pointer;
	outline: none;
}

.avatar-circle img {
	display: block;
	margin: auto;
	width: 95%;
	height: 95%;
	cursor: pointer;
}

.avatar-blank {
	width: 50px;
	height: 50px;
}

.avatar-circle:focus {
	background-color: #4e9bb0;
}

.avatar {
	width: 550px;
	margin: 20px auto 20px;
}

label > input {

	position: absolute;
	display: inline;
}

.forgot-pin {
	font-family: 'Zilla Slab', serif;
	font-size: 2em;
	color: #4C4C4C;
	font-weight: 600;
	text-decoration: underline;
	line-height: 1.2em;
}

.forgot-pin a {
	color:#4c4c4c;
}

input {
	border: none;
}

input:focus {
	outline-style: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none;
}

.blank-30px {
	height: 30px;
}

.settings {
	width: 800px;
	margin: 0 auto 20px;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
}

.settings h2 {
	margin-top: 50px;
	text-align: center;
}

.center-margin-top-50 {
	margin-top: 50px;
	text-align: center;
}

.settings-table-avatar {
	width: 310px;
	height: 130px;
	margin: auto;
}

.settings-table-other {
	line-height: 1em;
	margin: auto;
	margin-top: 50px;
	width: 800px;
}

.settings-table-avatar-white, .settings-table-avatar-blue {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	cursor: pointer;
}

.settings-table-avatar-white img, .settings-table-avatar-blue img {
	width: 97%;
	height: 97%;
	margin: auto;
	display: block;
	cursor: pointer;
}

.settings-table-avatar-white {
	background-color: white;
}

.settings-table-avatar-blue {
	background-color: #4e9bb0;
}

.settings-table-blank {
	width: 50px;
}

.settings-table-other-td1 {
	width: 310px;
	height: 40px;
}

.settings-table-other-td2 {
	width: 100px;
	height: 40px;
}

.settings-table-other-td3 {
	width: 350px;
	height: 40px;
}

.settings-email {
	font-size: .7em; 
	width: 300px; 
	border-radius: 3px; 
	padding-left: 3px;
}

/*HOME PAGE*/

#home-page {
	display: block;
	margin: 0 0 0 300px;
	padding: 0;
	position: absolute;
	top: 20px;
	width: 606px;
}

#staff-home-page {
	display: block;
	margin: 0 0 0 200px;
	padding: 0;
	position: absolute;
	top: 25px;
	min-height: 100%;
}

.program {
	color: #4C98AD;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 20px;
}

.program img {
	float: left;
	margin-right: 8px;
}

.program p {
	margin: 0;
	padding-top: 10px;
}

/*HOME PAGE, TOP NAV LINKS*/
.nav-rect-home-table {
	table-layout: fixed;
}

#home-nav-div {
	display:block;
	margin-top: 30px;
}

#home-nav-div a {
	color: white;
}

.nav-rect-home {

	height: 50px;
	width: 130px;
	padding-left: 3px;
	padding-right: 3px;
	background-color:#4C98AD;
	border-radius: 5px;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.nav-rect-home a {
	color: white;
	display: block;
	width: 100%;
}

#home-sessions-div {
	margin-top: 55px;
	width: 100%;
}

#sessions-table {
	margin: 0 auto;
	padding: 0;
	table-layout: fixed;
	width: 606px;
	
}

.width-120px {
	width: 120px;
}

.row-blank-20px {
	height: 20px;
}

.session-row-blank-40px {
	height: 40px;
}

.session-circle-blank {
	width: 42px;
}

.session-circle, .session-circle-active, .session-circle-complete {
	box-sizing: border-box;
	table-layout: fixed;
	position: relative;
	background-color: transparent;
	border: 3px solid;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding: 0;
}

.session-circle {
	border-color: #F7E877;
}

.session-circle-active {
	border-color: #e49036;
}

.session-circle-complete {
	border: 4px solid #68AC95;
}

.session-circle-image {
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
}

.session-number {
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 5px;
}

/*LOGOS*/

.mCLogo {
	display: block;
	float: left;
	width: 45%;
}

.nCLogo {
	display: block;
	float: right;
	width: 45%;
	padding-bottom: 90px;
}

/*CANVAS*/

canvas {
	-webkit-tap-highlight-color: transparent;
}

.sortTEB {
	width:820px;
	height:500px;
}

/*OTHER STYLING*/

.standard-table, .narrow-table, .standard-table-small-text {
	border: 3px solid #376D7C;
	border-collapse: collapse;
}

.narrow-table {
	width: 80%;
}

.td-hw-blue textarea, .td-hw-ltblue textarea, .td-hw-green textarea, .td-hw-ltgreen textarea {
	width: 98%;
	border: none;
}

.td-hw-blue {
	background-color: #4e9bb0;
	padding: 1%;
}

.td-hw-ltblue {
	background-color: #8BBECB;
	padding: 1%;
}

.td-hw-green-text {
	background-color: #b0d4ac;
	color: #b0d4ac;
}

.td-hw-green {
	background-color: #b0d4ac;
	color: black;
	padding: 1%;
}

.td-hw-ltgreen-text {
	background-color: #CEE4CC;
	color: #CEE4CC;
}

.td-hw-ltgreen {
	background-color: #CEE4CC;
	color: black;
	padding: 1%;
}

.tr-850 {
	width: 850px;
}

.rotate-img {
	margin: 35px 0 45px 20px;
	float: left;
   -ms-transform: rotate(-15deg); /* IE 9 */
   -webkit-transform: rotate(-15deg); /* Safari 3-8 */
   transform: rotate(-15deg);
}

.adjacent-img-right {
	margin-left: 400px;
}

.adjacent-img-left {
	margin-right: 380px;
}

.adjacent-img-left2 {
	margin-right: 380px;
}

.under-img {
	float: left;
	margin-bottom: 90px;
}

.float-right-narrow {
	float: right;
	width: 20%;
	margin-top: 20px;
	margin-left: 0;
}

.vertical-align-text-top {
	vertical-align: text-top
}
/*CBT-Triangle*/

.red-circle {
	height: 120px;
	width: 120px;
	background-color: #e04141;
	border-radius: 50%;
	cursor: pointer;
}

.green-circle {
	height: 120px;
	width: 120px;
	background-color: #b0d4ac;
	border-radius: 50%;
	cursor: pointer;
}

.orange-circle {
	height: 120px;
	width: 120px;
	background-color: #e49036;
	border-radius: 50%;
	cursor: pointer;
}

.red-circle-large {
	height: 150px;
	width: 150px;
	background-color: #e04141;
	border-radius: 50%;
	cursor: pointer;
	color: white;
}

.green-circle-large {
	height: 150px;
	width: 150px;
	background-color: #b0d4ac;
	border-radius: 50%;
	cursor: pointer;
	color: white;
}

.orange-circle-large {
	height: 150px;
	width: 150px;
	background-color: #e49036;
	border-radius: 50%;
	cursor: pointer;
	color: white;
}

.red-square-large {
	height: 150px;
	width: 150px;
	padding: 10px;
	border-color: #e04141;
	border-style: solid;
	border-width: 4px;
	background-color: white;
	border-radius: 10%;
	color: black;
}

.red-square-large-filled {
	height: 150px;
	width: 150px;
	padding: 10px;
	border-color: #e04141;
	border-style: solid;
	border-width: 4px;
	background-color: #e04141;
	border-radius: 10%;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.green-square-large {
	height: 150px;
	width: 150px;
	padding: 10px;
	border-color: #b0d4ac;
	border-style: solid;
	border-width: 4px;
	background-color: white;
	border-radius: 10%;
	color: black;
}

.green-square-large-filled {
	height: 150px;
	width: 150px;
	padding: 10px;
	border-color: #b0d4ac;
	border-style: solid;
	border-width: 4px;
	background-color: #b0d4ac;
	border-radius: 10%;
	color: white;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.orange-square-large {
	height: 150px;
	width: 150px;
	padding: 10px;
	border-color: #e49036;
	border-style: solid;
	border-width: 4px;
	background-color: white;
	border-radius: 10%;
	color: black;
}

.orange-square-large-filled {
	height: 150px;
	width: 150px;
	padding: 10px;
	border-color: #e49036;
	border-style: solid;
	border-width: 4px;
	background-color: #e49036;
	border-radius: 10%;
	color: white;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.td-150 {
	width: 150px;
}


.red-text, .orange-text, .green-text {
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}

.red-text {
	color: #e04141;
}

.orange-text {
	color: #e49036;
}

.green-text {
	color: #b0d4ac;
}

.textarea-stressfulevent {
	width: 230px;
	font-size: .9em;
	padding: 5px;
}

.cbt-triangle-input {
	height: 40px;
	width: 160px;
	font-size: .8em;
	background-color: white;
	border-radius: 3px;
	border-color: transparent;
}

.cbt-triangle-table-cell {
	width: 160px;
	height: 25px;
	color: white;
}

.stressors-no-input, .thoughts-no-input, .feelings-no-input, .behaviors-no-input {
	height: 40px;
	width: 160px;
	font-size: 1.2 em;
	background-color: white;
	border-radius: 3px;
}

.cbt-triangle-noinput-alternate {
	height: 40px;
	width: 160px;
	font-size: 1.2 em;
	background-color: #faf7a3;
	border-radius: 3px;
}

.submit {
	font-size: .9em;
	width: 150px;
	border-radius: 5px;
	padding: 10px;
	background-color: #C5C5C5;
	cursor: pointer;
}

.submit-show {
	font-size: 1.2em;
	width: 150px;
	border-radius: 5px;
	padding: 10px;
	background-color: #C5C5C5;
	cursor: pointer;
	display: inline-table;
}

.submit-populate {
	font-size: .9em;
	border-radius: 5px;
	padding: 10px;
}

.show-answer {
	color: black;
	font-size: .9em;
	border-radius: 5px;
	padding: 10px;
	background-color: #D8E8ED;
	cursor: pointer;
}

#pop1-end {
	margin-bottom: 0;
}

#pop2-end {
	margin-bottom: 0;
}

/* PARENT SESSION 2*/

.s2-rect {
	background-color: #faf7a3;
	text-align: center;
}

.side-by-side {
	overflow: hidden;
}

.float-left {
	width: 20%;
	float: left;
	padding-top: 0;
}

.float-right {
	width: 80%;
	float: right;
	padding-top: 20px;
}

/*HOMEWORK DIAGRAMS*/

.textarea-medium, .tri-column-textarea, .textarea-large, .textarea-hw-4col, .textarea-hw-3col, .textarea-hw-4col-short, .textarea-hw-4col-short-long, .textarea-small, .textarea-small-short, .textarea-medium-flex  {
	font-size: 1.2 em;
	background-color: white;
	border-radius: 3px;	
}

.tri-column-textarea {
	height: 80px;
	width: 160px;
}

.textarea-medium {
	height: 80px;
	width: 490px;
}

.textarea-medium-flex {
	height: 80px;
	width: 98%;
}

.textarea-large {
	height: 120px;
	width: 900px;
}

.textarea-hw-4col {
	height: 80px;
	width: 200px;	
}

.textarea-hw-3col {
	height: 120px;
	width: 220px;
}

.textarea-general {
	width: 98%;
}

.textarea-hw-4col-short {
	height: 80px;
	width: 160px;	
}

.textarea-hw-4col-short-long {
	height: 40px;
	width: 220px;
}

.textarea-small {
	height: 30px;
	width: 136px;	
}

.textarea-small-short {
	height: 20px;
	width: 70px;
	overflow: hidden;
}

.textarea-in-table-long {
	height: 25px;
	width: 98%;
	color: #376D7C;
	font-weight: bold;
}

.text-above-textarea {
	color: black;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-weight: bold;
}

/*LEMON MENU IMAGE*/
.lemon-menu {
	display: block;
	width: 100%;
}

#menu-icon {
	width: 87px;
	float: left;
    position: relative;
    display: inline-block;
    cursor: pointer;
	z-index: 3;
	margin: 20px 20px 0 20px;
}

#menu-icon p {
	color: gray;
	padding: 5px 0 0 0;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

/*MENU SIDEBAR*/

/* The actual popup */

#menu-popup {
	width: 160px;
	height: 100%;
	background-color:#b0d4ac;
    position: absolute;
	top: 0;
	z-index: 2;
}

#menu-popup a {
	color: #4e9bb0;
}


#menu-sessions-popup, #menu-hw-popup {
	width: 120px;
	position: absolute;
	z-index: 3;
	padding-top: 2px;
	color: white;
}

#menu-sessions-popup{
	background-color: #376d7c;
}

#menu-hw-popup {
	background-color: #4c4c4c;
}

#menu-sessions, #menu-homework {
	cursor: pointer;
	color: #4C98AD;
}

.hide {
	display: none;
}
.show {
	display: block;
}

.showInline {
	display: inline-block;
}

.showInline {
	display: inline-table;
}

.menu-links {
	color:#376d7c;
	font-weight: bold;
	padding-left: 40px;
	line-height: 1.9em;
	margin-top: 150px;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.menu-sessions-pu-links {
	color: white;
	line-height: 2.5em;
	padding-left: 0;
}

.menu-sessions-pu-links-link {
	text-align: center;
}

.menu-sessions-pu-links-link:hover {
	background-color: #376d7c;
	color: #b0d4ac;
}

.orange {
	color: #e49036;
	font-size: .6em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
}

.menu-pu-sessions {
	padding-top: 10px;
	background-color: #cedaac;
	max-height: 46.4%;
	min-height: 381px;
}

.menu-pu-session-table {
	margin-left: auto;
	margin-right: auto;
}

.menu-pu-session-circles, .menu-pu-session-circles-active {
	position: relative;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-color: #F9EFA3;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: white;
}

.menu-pu-session-circles {
	box-shadow: 0 0 0 2px white;
}

.menu-pu-session-circles-active {
	box-shadow: 0 0 0 2px #e49036;
	background-color: #e49036;
}

.menu-pu-session-circle-image {
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
}

.pu-session-number {
	position: absolute;
	color: white;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: .7em;
}

.utilities {
	color: white;
	margin-top: 35px;
	text-align: center;
}

.utilities-left {
	color: white;
	margin-top: 50px;
	text-align: left;
}

.activities-table {
	margin: 100px auto;
}

.blank-40px {
	height: 40px;
	width: 40px;
}

.row-blank-40px {
	height: 40px;
}

.column-blank-40px {
	width: 40px;
}

.activities-cells-closed, .activities-cells-open {
	position: relative;
	height: 50px;
	width: 150px;
	border-radius: 5px;
	border-style: solid;
	border-color: #F7E877;
	color: white;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

.activities-cells-closed {
	background-color: transparent;
}

.activities-cells-open {
	background-color: #F7E877;
}

.activities-cells-number {
	position: absolute;
	color: #4e9bb0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.activities-cells image {
	display: block;
	margin: auto;
}

.activities-cells a {
	color: white;
}

.activities-noHW {
	background-color: transparent;
	height: 44px;
	width: 144px;
	color: #4e9bb0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;	
}

.your-story-whole {
	margin-top: 30px;
	border-radius: 3px;
	height: 700px;
	width: 100%;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0 20px 20px;
	background-color: antiquewhite;
	overflow: auto;
}

.staff-your-story-whole {
	margin-top: 30px;
	border-radius: 3px;
	height: 700px;
	width: 65%;
	font-size: 1em;
	line-height: 1.3em;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: antiquewhite;
	overflow: auto;
	
}

.your-story {

	height: 120px;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 20px;
	
}

.facesRatingScale_white, .facesRatingScale_blue {
	position: relative;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
}

.facesRatingScale_white {
	background-color: white;
}

.facesRatingScale_blue {
	background-color: #4e9bb0;
}

.facesRatingScale_white img, .facesRatingScale_blue img, .moodScale img, .moodScaleSelect img {
	display: block;
	margin: auto;
	width: 95%;
	height: 95%;
	cursor: pointer;
}

.moodScale, .moodScaleSelect {
	position: relative;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	cursor: pointer;
	outline: none;
}

.moodScale {
	background-color: white;

}

.moodScaleSelect {
	background-color: #faf7a3;

}

.grey-bold {
	color: #B5B5B5;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	font-size: .8em;
}

.table-with-border {
	border-collapse: collapse;
	border: 1px solid black;
	width: 850px;
}

.cell-with-border {
	border: 1px solid black;
	width: 50%;
}

.cell-with-border textarea {
	height: 25px;
	width: 97%;
}

/*HOME COACH ADMIN*/
.coachee-pin {
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	cursor: pointer;
	background-color: #4C98AD;
}

.img-700px {
	width: 700px;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX CHILD VERSION ONLY XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/*ALL ABOUT ME TABLE*/
.table-aboutMe {
	width: 70%;
	margin-left: -10px;
}

.table-aboutMe td {
	border-style: solid;
	border-radius: 5px;
	cursor: pointer;
}

.table-aboutMe textarea {
	color: #376D7C;
	font-weight: bold;
	border: none;
	background-color: transparent;
}

.table-aboutMe-bgd-blue {
	background-color: #4e9bb0;
}

.table-aboutMe-bgd-green {
	background-color: #D5E8D3;
}

.table-aboutMe-bgd-grey {
	background-color: #CACACA;
}

.textarea-aboutMe-name {
	height: 1em;
	vertical-align: middle;
	overflow: hidden;
}

.textarea-aboutMe-pets {
	width: 80%;
	height: 25px;
	vertical-align: middle;
}

.textarea-aboutMe-hobbies {
	width: 98%;
	height: 170px;
	vertical-align: bottom;
}

.textarea-aboutMe-movie {
	width: 98%;
	height: 200px;
	vertical-align: bottom;
}

.textarea-aboutMe-family {
	width: 98%;
	height: 60px;
}

.textarea-aboutMe-place {
	width: 98%;
	height: 50px;
}

.textarea-aboutMe-candy {
	width: 98%;
	height: 60px;
}

.textarea-aboutMe-color {
	width: 98%;
	height: 50px;
}

.textarea-aboutMe-subject {
	width: 98%;
	height: 35px;
}

.textarea-aboutMe-family {
	width: 98%;
	height: 80px;
}

.textarea-aboutMe-vacation {
	width: 98%;
	height: 58px;
}

.textarea-aboutMe-food {
	width: 98%;
	height: 60px;
}

.textarea-aboutMe-books {
	width: 98%;
	height: 30px;
}

.textarea-aboutMe-music {
	width: 98%;
	height: 151px;
}

/*STRESSOR QUIZ, SESSION 2 PAGE 6*/

.controllable-stressor-lemon {
	margin-top: 50px;
	width: 190px;
	height: 190px;
	-ms-transform: rotate(23deg); /* IE 9 */
   	-webkit-transform: rotate(23deg); /* Safari 3-8 */
	transform: rotate(23deg);
}

.stressor-lemon-container {
	position: relative;
	cursor: pointer;
}

.quiz-labels {
	color: #4e9bb0;
	font-weight: bold;
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.checkbox-row-height {
	width: 450px;
	padding: 5px 10px 20px 5px;
	outline: solid;
	outline-color: #4e9bb0;
	background-color: #C7DFE6;
}

.checkbox-row-width {
	width: 20px;
	padding: 4px 2px 2px 2px;
	outline: solid;
	outline-color: #4e9bb0;
	background-color: #4e9bb0;
}

/*XXXXXXXXXX CS5 THOUGHT BUBBLES XXXXXXXXXXXXX*/

.text-thought-bubble, .text-thought-bubble-input {
	position: relative;
}

.text-thought-bubble-input textarea {
	height: 100px;
	width: 150px;
 	position: absolute;
    top: 79px;
    left: 110px;
	border: none;
}

.text-thought-bubble p {
	width: 180px;
 	position: absolute;
    top: 80px;
    left: 130px;
	font-size: .8em;
	padding: 0;
	margin: 0;
}

.text-thought-bubble img {
	display: block;
	content: url("img/thoughtBubble2.png");
	width: 400px;
	height: 320px;
}

.text-thought-bubble-input img {
	display: block;
	content: url("img/thoughtBubble2.png");
	width: 350px;
}

.center-image-100px {
	display: block;
	width: 100px;
	margin: auto;
}

.emoticons img {
	width: 200px;
}

.emoticons {
	height: 350px;
}

.girlBreathe {
	width: 90%;
}

/*********************************POPULATE*********************************/

.populate-text {
	color: #4e9bb0;
	margin-left: 50px;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX END OF DESKTOP VERSION XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */




/* 
	TABLET PORTRAIT

  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
	.content {
		display: block;
		clear: left;
		width: 90%;
		margin: 30px 25px 90px 25px;
		padding-top: 25px;
	}
	
	.content-utilities {
		display: block;
		clear: left;
		width: 90%;
		margin: 0px 25px 90px 25px;
		padding-top: 0px;
	}

	/*FOR WELCOME PAGE*/
	.narrow-p {
		width: 95%;
		margin: 0 10px 40px 0;
		padding: 0 10px 10px 10px;
		font-size: 1.5em;
	}
	
	/*WELCOME PAGE*/
  	.welcome {
		font-size: 5em;
		margin: 200px 0 50px 0;
	}	
	
	/*LOGIN PAGE*/	

	#login-circle1, #login-circle2, #login-circle3, #login-circle4 {
		margin: 0;
		padding: 0;
	}

	#login-table {
		margin-top: 150px;
		margin-left: 50px;
		padding: 0;
	}
	
	/* STAFF LOGIN2 */
	
	#login2 {
		margin: 200px 50px 200px 100px;
	}
	
	/*REGISTRAR*/
	
	.new-user-table {
		width: 600px;
		margin: 200px auto;
	}
	
	.submit-button-large {
		width: 260px;
		height: 100px;
		font-size: 1.2em;
		border-radius: 0px;
	}
	
	/*HOME PAGE*/

	#home-page {
		margin: 0px 0 70px 75px;
		top: 45px;
		width: 95%;
	}
	
	.program {
		margin-left: 75px;
		font-size: 1.25em;
	}
	
	/*HOME PAGE, TOP NAV LINKS*/

	#home-nav-div {
		margin-top: 115px;
	}	
	
	#home-sessions-div {
		margin-top: 65px;
	}	
	
	.session-number {
		color: white;
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		vertical-align: top;
		padding-top: 5px;
	}

	#sessions-table {
		width: 550px;
		line-height: 1.5em;
		margin-left: 35px;
	}
	
	.width-120px {
		width: 100px;
	}

	.session-circle-blank {
		width: 50px;
	}

	.session-circle, .session-circle-active, .session-circle-complete {
		width: 100px;
		height: 100px;
	}
	
		/*LOGOS*/

	.mCLogo, .nCLogo {
		display: block;
		clear: none;
		width: 45%;
		padding: 0;
		margin: -15px 0 90px 0;
	}
	
	.mCLogo {
		float: left;
	}
	
	.nCLogo {
		float: right;
		
	}
	
	/*TEXT AREAS*/
	
	.textarea-large {
		width: 95%;
		height: 100px;
	}
	
	.submit {
		padding: 5px;
		width: 170px;
		font-size: .9em;
	}
	
	.your-story-whole, .your-story {
		width: 90%;
	}
	
	/*FOOTER*/
	footer {
		width:90%;
		margin-left: 25px;
	}	
	
	#tableSaveContinue {
		position: absolute;
		bottom: 0;
		float: right;
		margin: 0;
		right: 0;
	}

	#next {
		float: right;
		margin: 0;
	}
	
	/*CANVAS*/
	.sortTEB {
		width: 95%;
		height: 95%;
	}
	
	audio {
		width: 300px;
		margin: 6px 0 0 20px;
	}
	
	/*HOMEWORK AND AWARD BADGES*/
	.hw-icon img {
		width: 70px;
		margin-top: -15px;
	}
	
  .award-badge-1, .award-badge-2, .award-badge-3, .award-badge-4 {
      top: 350px;
  }

  .award-badge-5, .award-badge-6, .award-badge-7, .award-badge-8 {
      top: 571px;
  }

  .award-badge-1 img, .award-badge-2 img, .award-badge-3 img, .award-badge-4 img, .award-badge-5 img, .award-badge-6 img, .award-badge-7 img, .award-badge-8 img {
      width: 25px;
  }

  .award-badge-1, .award-badge-5 {
      left: 52px;
  }

  .award-badge-2, .award-badge-6 {
      left: 202px;
  }

  .award-badge-3, .award-badge-7 {
      left: 352px;
  }

  .award-badge-4, .award-badge-8 {
      left: 502px;
  }
}



/* 
	TABLET LANDSCAPE

  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	.content {
		width: 90%;
		margin: 50px 25px 90px 25px;
	}

	.content-utilities {
		width: 90%;
		margin: 0px 25px 90px 25px;
	}
	
	/*FOR WELCOME PAGE*/
	.narrow-p {
		width: auto;
		margin: 0 50px 100px 200px;
		padding-bottom: 10px;
		font-size: 1.5em;
		white-space: normal;
	}
	
	/*WELCOME PAGE*/
  	.welcome {
		font-size: 5em;
		margin: 100px 50px 50px;
	}
	
	/*LOGIN PAGE*/	

	#login-circle1, #login-circle2, #login-circle3, #login-circle4 {
		margin: 0;
		padding: 0;
	}

	#login-table {
		margin-top: 150px;
		margin-left: 100px;
		padding: 0;
	}

	.forgot-pin {
		margin: 0px;
		padding: 0;
		line-height: 1.2em;
	}
	
	/*AVATARS PAGE*/
	.avatar-circle {
		height: 120px;
		width: 120px;
	}

	.avatar-blank {
		width: 40px;
		height: 30px;
	}

	.avatar {
		margin: 0 auto 20px;
	}
	
	.avatar table {
		margin: 0 auto 0;
	}
	
	/*REGISTRAR*/
	
	.new-user-table {
		width: 600px;
		margin: 200px auto;
	}
	
	.submit-button-large {
		width: 260px;
		height: 100px;
		font-size: 1.2em;
		border-radius: 0px;
	}
	
	/*HOME PAGE*/

	#home-page {
		margin: 0px 0 70px 200px;
		top: 20px;
		width: 95%;
	}

	/*HOME PAGE, TOP NAV LINKS*/

	#home-sessions-div {
		margin-top: 65px;
	}
	
	#home-nav-div {
		margin-top: 25px;
	}	
	
	.session-number {
		color: white;
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		vertical-align: top;
		padding-top: 5px;
	}

	#sessions-table {
		width: 550px;
		line-height: 1.5em;
		margin-left: 35px;
	}
	
	.width-120px {
		width: 100px;
	}

	.session-circle-blank {
		width: 50px;
	}

	.session-circle, .session-circle-active, .session-circle-complete {
		width: 100px;
		height: 100px;
	}
	
	.menu-links {
		padding-left: 30px;
		line-height: 1.9em;
		margin-top: 120px;
		margin-bottom: 0;
		padding-bottom: 15px;
	}	

	/*HEADER*/
	
	#menu-icon {
		width: 70px;
	}
	
	#menu-icon p {
		padding: 3px 0 0 0;
		font-size: 1em;
	}	
	
	#progress-bar {
		margin: 7px 0 0 130px;
	}
	
	header {
		color: white;
		width: 95%;
		height: 70px;
		margin: 0px;
		text-align: left;
		font-size: 1.2em;
		padding: 0;
	}
	
	h5 {
		padding: 20px 2px 0 130px;
		margin-bottom: 0;
		word-wrap: break-word;
		font-size: .9em;
	}
	
	.submit {
		padding: 5px;
		width: 170px;
		font-size: .9em;
	}
	
	.submit-show {
		font-size: 1.2em;
		height: 40px;
	}
	
	/*TEXT AREAS*/
	
	.textarea-large {
		width: 95%;
		height: 100px;
	}
	
	.textarea-medium {
		width: 70%;
		height: 100px;
	}	
	
		/*LOGOS*/

	.mCLogo, .nCLogo {
		display: block;
		clear: none;
		width: 45%;
		padding: 0;
		margin: -15px 0 90px 0;
	}
	
	.mCLogo {
		float: left;
	}
	
	.nCLogo {
		float: right;
		
	}
	
	/*CANVAS*/
	
	.sortTEB {
		width: 95%;
	}
	
	.settings {
		margin-bottom: 40px;
	}
	
	.settings h2 {
		margin-top: 25px;
	}
	
	.settings-table-other {
		margin-top: 35px;
		width: 800px;
	}
	
	.blank-30px {
		height: 15px;
	}
	
	/*FOOTER*/
	
	footer {
		width:82%;
		margin-left: 120px;
	}	
	
	#tableSaveContinue {
		position: absolute;
		bottom: 0;
		float: right;
		margin: 0;
		right: 0;
	}

	#next {
		float: right;
		margin: 0;
	}
	
	/*HOMEWORK AND AWARD BADGES*/
	
	.hw-icon img {
		width: 70px;
		margin-top: -15px;
	}
	
  .award-badge-1, .award-badge-2, .award-badge-3, .award-badge-4 {
      top: 260px;
  }

  .award-badge-5, .award-badge-6, .award-badge-7, .award-badge-8 {
      top: 481px;
  }

  .award-badge-1 img, .award-badge-2 img, .award-badge-3 img, .award-badge-4 img, .award-badge-5 img, .award-badge-6 img, .award-badge-7 img, .award-badge-8 img {
      width: 25px;
  }

  .award-badge-1, .award-badge-5 {
      left: 52px;
  }

  .award-badge-2, .award-badge-6 {
      left: 202px;
  }

  .award-badge-3, .award-badge-7 {
      left: 352px;
  }

  .award-badge-4, .award-badge-8 {
      left: 502px;
  }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
	
	/*HEADER*/
	#menu-icon {
		width: 60px;
	}
	
	#menu-icon p {
		padding: 5px 0 0 0;
	}	
	
	#progress-bar {
		margin: 3px 0 0 110px;
		padding: 0 0 0 0;
		width: 235px;
	}
	
	header {
		color: white;
		width: 95%;
		height: 70px;
		margin: 0px;
		font-size: 1.2em;
	}	

	.content {
		width: 95%;
		margin: 10px auto 80px;
		padding: 0;
		font-size: 1.2em;
		white-space: normal;
	}
	
	/*BASIC STYLING ELEMENTS*/

	h1 {
		font-size: 3em;
		font-weight: bold;
		word-wrap: break-word;
	}

	h2 {
		font-size: 2em;
		font-weight: bold;
		word-wrap: break-word;
		padding-top: 40px;
	}

	h3 {
		font-size: 1.2em;
		font-weight: bold;
		word-wrap: break-word;
	}

	h4 {
		word-wrap: break-word;
	}
	
	h5 {
		padding: 20px 2px 0 100px;
		margin-bottom: 0;
		word-wrap: break-word;
		font-size: .9em;
	}
	
	/*AVATARS PAGE*/
	
	.avatar-circle {
		height: 120px;
		width: 120px;
	}

	.avatar-blank {
		width: 30px;
		height: 20px;
	}

	.avatar {
		margin: -30px auto 20px;
	}
	
	.avatar table {
		margin: -30px auto 0;
	}	
	
	/*HOME PAGE*/

	#home-page {
		display: block;
		margin: 0px 0 20px 20px;
		padding: 0;
		position: absolute;
		top: 25px;
		width: 95%;
	}
	
	.program {
		margin-left: 80px;
		font-size: 1.3em;
		vertical-align: top;
	}

	/*HOME PAGE, TOP NAV LINKS*/
	
	#home-nav-div {
		display:none;
	}

	#home-nav-div a {
		color: white;
	}

	#home-sessions-div {
		margin-top: 10px;
		margin-bottom: 80px;
	}
	
	#next {
		display: none;
	}
	
	.home-text {
		font-size: 1.3em;
	}
	
	.session-number {
		font-size: 1.2em;
		padding-top: 0px;
	}
	
    .session-row-blank-40px {
        height: 10px;
    }

	#sessions-table {
		width: 330px;
		line-height: 1.5em;
	}
	
	.width-120px {
		width: 66px;
	}
	
	.session-circle-blank {
		width: 22px;
	}

	.session-circle, .session-circle-active, .session-circle-complete {
		width: 66px;
		height: 66px;
	}
 
	.submit {
		width: 110px;
	}
	
	.content-utilities {
		width: 98%;
		margin: 10px 10px 150px 10px;
		font-size: 1em;
		white-space: normal;
	}
	
	/*FOR WELCOME PAGE*/
	
	.narrow-p {
		width: 95%;
		margin: 0 10px 40px 0;
		padding: 0 10px 10px 10px;
		font-size: 1.2em;
	}
	
	/*WELCOME PAGE*/
	
  	.welcome {
		font-size: 3em;
		margin: 10px 0;
	}
	
	/*LOGIN PAGE - differs from dev styling*/
	
	.white-large {
		color: white;
		font-size: 3em;
		line-height: 1em;
	}
	
	#login-circle1, #login-circle2, #login-circle3, #login-circle4 {
		height: 85px;
		width: 85px;
		margin: 0;
		padding: 0;
	}


	#login-table {
		margin: 0 5px 0 38px;
		padding: 0;
	}

	.forgot-pin {
		font-size: 1.5em;
		margin: 0px;
		padding-left: 215px;
		line-height: 1.2em;
	}
	
	.submit-show {
		font-size: 1em;
		border-radius: 1px;
		padding: 0px;
		width: 110px;
		height: 40px;
	}
	
	.message-page-container {
		width: 95%;
		height: 345px;
		margin: 55px 0 10px;
	}
	
	#coach-intro {
		width: 100%;
		height: 100%;
		border-radius: 0;
		overflow: scroll;
		top: 0;
		left: 0;
	}
	
	#coach-intro img {
		display: none;
	}
	
	.message-input {
		margin-left: 5px;
		margin-top: -5px;
		width: 100%;
		height: 80px;
		vertical-align: bottom;
	}

	.message-input .submit-button-small {
		margin-top: 25px;
	}
	
	.message-input-text {
		width: 65%;
		height: 80px;
		border-radius: 25px;
		padding: 3px 10px 3px 10px;
	}
	
	#message-submit {
		width: 70px;
		margin-right: 7px;
	}
	
		/*homework icon*/
	.hw-icon img {
		width: 50px;
		margin-top: -10px;
	}
	
    .award-badge-1, .award-badge-2, .award-badge-3, .award-badge-4 {
        top: 120px;
    }

    .award-badge-5, .award-badge-6, .award-badge-7, .award-badge-8 {
        top: 267px;
    }

    .award-badge-1 img, .award-badge-2 img, .award-badge-3 img, .award-badge-4 img, .award-badge-5 img, .award-badge-6 img, .award-badge-7 img, .award-badge-8 img {
        width: 20px;
    }

    .award-badge-1, .award-badge-5 {
        left: 162px;
    }

    .award-badge-2, .award-badge-6 {
        left: 250px;
    }

    .award-badge-3, .award-badge-7 {
        left: 338px;
    }

    .award-badge-4, .award-badge-8 {
        left: 426px;
    }
	
	/*TEXT AREAS*/
	.textarea-large {
		width: 95%;
		height: 100px;
	}
	
	.textarea-medium {
		width: 95%;
		height: 100px;
	}
	
	audio {
		width: 255px;
		margin: 6px 0 0 8px;
	}
}

/* 
  ##Device = Most of the Smartphones Mobiles PORTRAIT
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	
	.content {
		width: 98%;
		margin: 10px auto 80px;
		padding: 0;
		font-size: 1.2em;
		white-space: normal;
	}
	
	.content-utilities {
		width: 95%;
		margin: 0 auto 80px;
		padding: 0;
		font-size: 1.2em;
		white-space: normal;
	}
	
	.utilities {
		margin-left: 20px;
	}
	
	/*WELCOME PAGE*/
	.narrow-p {
		width: 95%;
		margin: 0 10px 0 0;
		padding: 0 10px 10px 10px;
		font-size: 1.2em;
	}

  	.welcome {
		font-size: 3em;
		margin: 10px 0;
	}

	/*LOGIN PAGE*/	
	
	.pin-empty-td {
		width: 0px;
	}
	
	.login {
		max-width: 100%;
		margin: 0px 10px 0 20px;
		font-size: 1em;
		line-height: 3em;
	}
	
	#login-circle1, #login-circle2, #login-circle3, #login-circle4 {
		height: 65px;
		width: 65px;
		margin: 0;
		padding: 0;
	}

	#login-table {
		margin: 80px 20px 20px 10px;
		padding: 0;
	}

	.forgot-pin {
		font-size: 1.6em;
		margin: 0px;
		padding: 0;
		line-height: 1.2em;
	}
	
	/*AVATARS PAGE*/
	.avatar-circle {
		height: 100px;
		width: 100px;
	}

	.avatar-blank {
		width: 20px;
		height: 20px;
	}

	.avatar {
		width: 340px;
		margin: -20px auto 20px;
	}
	
	.avatar p {
		font-size: 2em;
		line-height: 1.2em;
	}
	
	/*HOME PAGE*/

	#home-page {
		margin: 0px 0 20px 10px;
		top: 25px;
		width: 95%;
	}

	/*HOME PAGE, TOP NAV LINKS*/
	#home-nav-div {
		display:none;
	}

	#home-sessions-div {
		margin-top: 55px;
	}
	
	.session-number {
		font-size: 1.3em;
		font-weight: bold;
		text-align: center;
		vertical-align: top;
		padding-top: 0px;
	}

	#sessions-table {
		width: 330px;
		line-height: 1.5em;
	}
	
	.width-120px {
		width: 66px;
	}

	.session-circle-blank {
		width: 22px;
	}

	.session-circle, .session-circle-active, .session-circle-complete {
		width: 66px;
		height: 66px;
	}

	/*HEADER*/
	
	header {
		color: white;
		width: 95%;
		height: 70px;
		margin: 0px;
		font-size: 1.2em;
	}
	
	#menu-icon {
		width: 60px;
		margin-right: 10px;
	}	
	
	#progress-bar {
		margin: 3px 0 0 100px;
		padding: 0;
		width: 235px;
	}
	
	.narrow-p-relax {
		width: 90%;
		margin-left: 10px;
		padding-top: 0px;
		font-size: 1.2em;
		line-height: 1.2em;
	}

	/*FOOTER AND ELEMENTS*/
	
	footer {
		width:100%;/*DIFFERENT FROM DEV STYLING*/
	}

	#next {/*DIFFERENT FROM DEV STYLING*/
		margin-right: 20px;
		padding: 0;
		height: 62px;
	}

	/*BASIC STYLING ELEMENTS*/

	h1 {
		font-size: 3em;
		font-weight: bold;
		word-wrap: break-word;
	}

	h2 {
		font-size: 1.5em;
		font-weight: bold;
		word-wrap: break-word;
	}

	h3 {
		font-size: 1.2em;
		font-weight: bold;
		word-wrap: break-word;
	}

	h4 {
		word-wrap: break-word;
	}
	
	h5 {
		padding: 20px 2px 0 100px;
		margin-bottom: 0;
		word-wrap: break-word;
		font-size: .9em;
	}
	
	/*FONT COLORS*/

	.white-large {
		font-size: 2.5em;
		line-height: 1em;
	}

	.white-medium {
		font-size: 1.15em;
	}

	.gray {
		padding-bottom: 20px;
	}

	.blue-multiquote {
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: 550;
	}

	.blue-bold-extra-lh {
		line-height: 2em;
	}

	.blue-relax {
		padding: 50px 0 0 7px;
	}

	.blue-headline {
		padding-top: 50px;
	}

	.home-text {
		font-size: 1.5em;
	}

	/*HERO PIC AND TEXT*/
	.rotate-img {
		float: none;
		margin: 0;
		padding: 0;
		-ms-transform: rotate(0deg); /* IE 9 */
   		-webkit-transform: rotate(0deg); /* Safari 3-8 */
   		transform: rotate(0deg);
	}

	.adjacent-img-right {
		margin-left: 0px;
	}

	.under-img {
		margin-top: -15px;
		margin-bottom: 60px;
	}
	/*TEXT AREAS*/
	.textarea-large {
		width: 95%;
		height: 100px;
	}
	
	.textarea-medium {
		width: 95%;
		height: 100px;
	}	
	
	.cbt-triangle-input {
		width: 110px;
		font-size: .8em;
	}
	
	.cbt-triangle-table-cell, .arrow-triangle {
		width: 110px;
	}
	
	.submit {
		font-size: .6em;
		border-radius: 1px;
		padding: 0px;
		width: 110px;
		height: 40px;
	}
	
	.submit-show {
		font-size: .9em;
		border-radius: 1px;
		padding: 0px;
		width: 110px;
		height: 40px;
	}
	
		/*LOGOS*/

	.mCLogo, .nCLogo {
		clear: both;
		display: block;
		width: 300px;
		float: left;
		margin: 0 0 10px 0;
	}
	
	video {
		width: 320px;
		height: 240px;
	}
	
	/*STRESS-RESPONSE TABLE*/
	.td-150 {
		width: 100px;
	}
	
	.textarea-stressfulevent {
		width: 100px;
		height: 100px;
		font-size: .9em;
		padding: 5px;
	}
	
	.red-square-large, .red-square-large-filled, .green-square-large, .green-square-large-filled, .orange-square-large, .orange-square-large-filled {
		height: 100px;
		width: 100px;
		padding: 3px;
		border-style: solid;
		border-width: 3px;
		border-radius: 10%;
	}
	
	.stress-diagram {
		margin-left: -5px;
	}
	
	.center-stress-diagram {
		width: 100%;
	}
	
	.center-video {
		width: 100%;
	}
	
	/*TETRIS*/
	
	.adjacent-img-left {
		margin-right: 23%;
	}
	
	.adjacent-img-left2 {
		margin-right: 0;
	}

	/*FEELING IMG*/
	
	.img-700px, .img-320px {
		width: 95%;
		margin: 0 auto;
	}
	
	.emoticons img {
		width: 150px;
	}
	
	.text-thought-bubble-input textarea {
		height: 100px;
		width: 150px;
		top: 20px;
		left: 40px;
	}

	.text-thought-bubble p {
		width: 180px;
		top: 20px;
		left: 60px;
		font-size: .8em;
		padding: 0;
		margin: 0;
	}

	.text-thought-bubble img {
		content: url("img/thought-bubble-handdrawn.png");
		width: 270px;
	}
	
	.text-thought-bubble-input img {
		content: url("img/thought-bubble-handdrawn.png");
		width: 200px;	
	}
	
	.blue-4e9bb0-wrap {
		font-size: .8em;
		hyphens: manual;
		-webkit-hyphens: manual;
  		-ms-hyphens: manual;
		width: 55px;
		line-height: 1em;

	}
	
	.moodScale, .moodScaleSelect {
		width: 55px;
		height: 55px;
	}
	
	.moodScale img, .moodScaleSelect img {
		width: 100%;
		height: 100%;
	}
	
	.td-hw-blue, .td-hw-ltgreen, .td-hw-ltblue, .td-hw-green {
		hyphens: manual;
		-webkit-hyphens: manual;
  		-ms-hyphens: manual;
		color: black;
		padding: 2%;
		min-width: 50px;
	}
	
	.td-hw-blue ul, .td-hw-ltgreen ul, .td-hw-ltblue ul, .td-hw-green ul  {
		padding-left: 20px;
	}
	
	.td-hw-blue textarea, .td-hw-ltblue textarea, .td-hw-green textarea, .td-hw-ltgreen textarea {
		width: 95%;
	}
	
	.form-page {
		width: 100%;
	}
	
	.textarea-medium-flex {
		width: 95%;
		height: 140px;
	}
	
	.table-with-border {
		width: 98%;
	}
	
	.table-with-border ul {
		margin: 0;
		padding: 5px 5px 5px 25px;
	}
	
	.img-130px {
		width: 80px;
	}
	
	.textarea-in-table-long {
		height: 50px;
		width: 96%;
	}
	
	.cell-with-border textarea {
		width: 92%;
		height: 50px;
	}
	
	.facesRatingScale_white, .facesRatingScale_blue {
		width: 80px;
		height: 80px;
	}
	
	.narrow-table {
		width: 100%;
	}
	
	.standard-table-small-text {
		font-size: .7em;
	}
	
	.standard-table-small-text textarea{
		min-height: 100px;
	}
	
	.message-page-container {
		width: 95%;
		height: 345px;
		margin: 55px 0 10px;
	}
	
	#coach-intro {
		width: 100%;
		height: 100%;
		border-radius: 0;
		overflow: scroll;
		top: 0;
		left: 0;
	}
	
	#coach-intro img {
		display: none;
	}	
	
	.message-input {
		margin-left: 5px;
		margin-top: -5px;
		width: 100%;
		height: 80px;
		vertical-align: bottom;
	}

	.message-input .submit-button-small {
		margin-top: 25px;
	}
	
	.message-input-text {
		width: 65%;
		height: 80px;
		border-radius: 25px;
		padding: 3px 10px 3px 10px;
	}
	
	#message-submit {
		width: 70px;
		margin-right: 7px;
	}
	
	.submit-button-small {
		width: 75px;
	}
	
	.settings {
		width: 98%;
		margin: auto;
		font-size: 1em;
		line-height: 1em;
	}
	
	.center-margin-top-50 {
		margin-top: 20px;
	}
	
	.blank-30px {
		height: 0;
	}

	.settings-table-avatar {
		width: 220px;
		height: 100px;
		margin: auto;
	}

	.settings-table-other {
		margin: 0 auto 75px;
		width: 98%;
		line-height: 1em;
	}

	.settings-table-avatar-white, .settings-table-avatar-blue {
		width: 100px;
		height: 100px;
		border-radius: 50%;
	}

	.settings-table-avatar-white img, .settings-table-avatar-blue img {
		width: 97%;
		height: 97%;
		margin: auto;
		display: block;
	}

	.settings-table-blank {
		width: 20px;
	}

	.settings-table-other-td1 {
		width: 20%;
	}

	.settings-table-other-td2 {
		width: 25%;
	}

	.settings-table-other-td3 {
		width: 60%;
	}

	.settings-email {
		font-size: .7em; 
		width: 60%; 
		border-radius: 3px; 
		padding-left: 3px;
	}
	
	#tableSaveContinue {
		position: absolute;
		bottom: 0;
		right: 20px;
	}
	
/*ALL ABOUT ME TABLE*/
	
	.table-aboutMe {
		width: 100%;
	}
	
	audio {
		width: 255px;
		margin: 6px 0 0 8px;
	}
	
	.menu-links {
		padding-left: 25px;
		line-height: 1.9em;
		margin-top: 120px;
		margin-bottom: 0;
		padding-bottom: 15px;
	}
	
	.menu-pu-sessions {
		padding-top: 10px;
		background-color: #cedaac;
		max-height: 46.4%;
		min-height: 355px;
	}
	
	.session-row-blank-40px {
		height: 20px;
	}
	
	.row-blank-20px {
		height: 0px;
	}
	
	.program {
		font-size: 1em;
		margin-left: 95px;
		vertical-align: top;
	}
	
	#login2 {
		margin: 100px 50px 50px 50px;
	}
	
	#login2 p {
		font-size: 1.7em;
		line-height: 1.7em;
	}

	#login2 input {
		font-size: 1em;
		padding-left: 0;
		padding-right: 0;
	}
	
	.new-user-table {
		width: 98%;
		margin-top: 100px;
		margin-left: auto;
	}
	
	.submit-button-large {
		width: 150px;
		height: 100px;
		font-size: 1.2em;
		border-radius: 2px;
		padding: 5px;
		white-space: normal;
	}

/*	REGISTER NEW USER*/
	#register {
		font-size: 1.7em;
		width: 95%;
		margin: 10px auto;
	}

	.register-form {
		margin-top: 20px;
		font-size: 1.2em;
		line-height: 1.2em;
	}

	.register-form input {
		height: 35px;
	}

	.register-form-staff {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 1.2em;
		line-height: 1.2em;
	}
	
	.loginErrorPage .white-medium {
		word-break: break-all;
	}

	.loginErrorPage .white-large {
		margin-top: 10px;
		padding: 0;
		margin-bottom: 10px;
	}	
	
	.loginError label {
		width: auto;
	}
	
	/*CANVAS*/
	.sortTEB {
		width: 95%;
	}
	
	.settingsPlayButton {
		width: 25px;
		height: 25px;
		padding-bottom: 10px;
	}
	
	.your-story {
		height: 120px;
		width: 98%;
		font-size: 1.1em;
		line-height: 1.3em;
		padding: 5px;
	}
	
	.your-story-whole {
		margin-top: 15px;
		height:auto;
		width: 98%;
		padding: 0 5px 5px;
	}
	
	.feedback-side1, .feedback-side2 {
		top: 60px;
		left: 100px;
		width: 60%;
		max-height: 50%;
	}
	
	.showIcon, .hideIcon {
		margin-left: 5px;
	}
	
		/*homework icon*/
	.hw-icon img {
		width: 50px;
		margin-top: -10px;
	}
	
  .award-badge-1, .award-badge-2, .award-badge-3, .award-badge-4 {
      top: 195px;
  }

  .award-badge-5, .award-badge-6, .award-badge-7, .award-badge-8 {
      top: 353px;
  }

  .award-badge-1 img, .award-badge-2 img, .award-badge-3 img, .award-badge-4 img, .award-badge-5 img, .award-badge-6 img, .award-badge-7 img, .award-badge-8 img {
      width: 20px;
  }

  .award-badge-1, .award-badge-5 {
      left: 22px;
  }

  .award-badge-2, .award-badge-6 {
      left: 110px;
  }

  .award-badge-3, .award-badge-7 {
      left: 198px;
  }

  .award-badge-4, .award-badge-8 {
      left: 286px;
  }
}