@charset "UTF-8";
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-light .tooltipster-box{border-radius:3px;border:1px solid #ccc;background:#ededed}.tooltipster-sidetip.tooltipster-light .tooltipster-content{color:#666}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow{height:9px;margin-left:-9px;width:18px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow{height:18px;margin-left:0;margin-top:-9px;width:9px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#ededed;top:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{border-left-color:#ededed;left:-1px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{border-right-color:#ededed;left:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{border-top-color:#ededed;top:-1px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border{border-left-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border{border-right-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border{border-top-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped{top:-9px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped{left:-9px}

@font-face {
font-family: "material";
src:url(//www.teacherbuilder.com/wp-content/plugins/arscode-ninja-popups/fonts/material.eot);
src:url(//www.teacherbuilder.com/wp-content/plugins/arscode-ninja-popups/fonts/material.eot?#iefix) format("embedded-opentype"),
url(//www.teacherbuilder.com/wp-content/plugins/arscode-ninja-popups/fonts/material.woff) format("woff"),
url(//www.teacherbuilder.com/wp-content/plugins/arscode-ninja-popups/fonts/material.ttf) format("truetype"),
url(//www.teacherbuilder.com/wp-content/plugins/arscode-ninja-popups/fonts/material.svg#material) format("svg");
font-weight: normal;
font-style: normal;
}
.material .material-checkbox:before {
font-family: "material" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .material .material-input{
position: relative;
padding-top: 18px;
margin-bottom: 10px;
background:transparent;
}
.material .material-input:after{
display: block;
clear: both;
content:"";
}
.material .material-input input, 
.material .material-input textarea{
font-size: 16px;
width: 100%;
border:0;
border-bottom: 1px solid lightgray;
outline: none;
background: 0;
float:left;
}
.material .material-input textarea{
height: 120px;
padding:7px 0;
}
.material .material-input input{
height: 32px;
}
.material .material-input label{
line-height: 32px;
}
.material .material-input label{
color:gray;
font-size: 16px;
font-weight: 300;
position: absolute;
left:0;
top:18px;
}
.material .material-bar{
position: absolute;
bottom:0;left:0;
display: block;
width: 100%;
}
.material .material-bar:before, 
.material .material-bar:after{
content:"";
height: 2px;
width: 0;
bottom:0;
position: absolute;
background: #0000ff;
}
.material .material-bar:before{
left:50%;
}
.material .material-bar:after{
right:50%;
}
.material .material-input :focus ~ .material-bar:before,
.material .material-input :focus ~ .material-bar:after,
.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after{
width:50%;
}
.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after,
.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after{
background:#ff0000;
}
.material .error:focus,
.material .error.filled,
.material .error:not(.filled) ~ label{
color:red;
}
.material .material-input :focus ~ label,
.material .material-input .filled ~ label,
.material .error:focus ~ label{
color:lightgray;
font-size: 13px;
top:0;
line-height: 24px;
} .material .material-group{
padding-top: 10px;
}
.material .material-group input{
display: none
}
.material .material-group-item{
position: relative;
margin-bottom: 5px;
}
.material .material-group-item:last-child{
margin-bottom: 0
}
.material .material-group label{
padding-left: 30px;
position: relative;
cursor: pointer;
z-index: 2;
font-weight: 300;
}
.material .material-checkbox,
.material .material-radio{
width: 18px;
height: 18px;
background:transparent;
left:0;
top:50%;
margin-top: -9px;
position: absolute;
z-index: 1;
border: 2px solid gray;
}
.material .material-radio{
border-radius: 10px;
}
.material .material-checkbox{
border-radius: 3px;
}
.material .material-checkbox:before{
content:"a";
font-size: 14px;
text-align: center;
padding-top: 3px;
color:#fff;
background:gray;
position: absolute;
top:0;left:0;right:0;bottom:0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.material .material-radio:before{
position: absolute;
top:3px;left:3px;
width: 8px;
height: 8px;
border-radius: 4px;
background:gray;
content:"";
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.material input:checked ~ .material-radio:before,
.material input:checked ~ .material-checkbox:before{
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
} .material .material-select {
font-size: 16px;
font-weight: 300;
width: 100%;
position: relative;
margin-bottom: 10px;
padding-top: 18px;
z-index: 3
}
.material .material-select input{display: none}
.material .material-select > label{
color:gray;
border-bottom: 1px solid lightgray;
height: 40px;
line-height: 40px;
padding:0 30px 0 0px;
width: 100%;
cursor: pointer;
position: relative;
display: block;
}
.material .material-select > .material-title{
position: absolute;
color:lightgray;
height: 40px;
line-height: 40px;
top:18px;left:0;
opacity: 0;
visibility: hidden;
}
.material .material-select > input:checked + .material-title,
.material .material-select.filled > .material-title{
top:0;
opacity: 1;
visibility: visible;
font-size: 13px;
line-height: 24px;
}
.material .material-select > label strong{
border-color: lightgray transparent transparent transparent;
border-style: solid;
border-width: 6px 5px 0 5px;
margin-top: -3px;
width: 0;
height: 0;
position: absolute;
right:0;top:50%;
}
.material .material-select > input:checked ~ ul{
visibility: visible;
opacity: 1;
top:24px;
}
.material .material-select ul{
background:#fff;
top:0;
left:0;width: 100%;
position: absolute;
opacity: 0;
visibility: hidden;
z-index: 2
}
.material .material-select ul li label{
color:gray
}
.material .material-select ul li input:checked + label, 
.material .material-select ul li:hover input:checked + label{
font-weight: 400
}
.material .material-select ul li label{
display: block;
cursor: pointer;
padding:7px 10px;
}
.material .material-select ul li label:hover{
background:#f5f5f5
}
.material .material-select > input:checked + .material-bar{
top:22px;
}
.material .material-select .material-bar{
height: 2px;
background: #0000ff;
width: 0;
bottom:auto;
top:56px;
} .material .material-select ul{
box-shadow: 0 2px 2px rgba(0,0,0,.2);
} .material .material-select ul,
.material .material-bar:before, 
.material .material-bar:after,
.material .material-input label,
.material .material-select .material-bar,
.material .material-select > span,
.material .material-radio:before,
.material .material-checkbox,
.material .material-checkbox:before,
.material .material-checkbox:after{
transition:.2s ease all; 
-moz-transition:.2s ease all; 
-webkit-transition:.2s ease all;
} .material{
-webkit-user-select: none;  
-moz-user-select: none;    
-ms-user-select: none;      
user-select: none;
} .material *,
.material *:before,
.material *:after {
-webkit-box-sizing: border-box; 
-moz-box-sizing:    border-box; 
box-sizing:         border-box;
}/* empty */