/************************************************

Stylesheet: Global Stylesheet

*************************************************/
.facetwp-counter {
  display: none;
}
.facetwp-checkbox {
  font-size: 14px;
    margin-bottom: 11px !important;
}
.facetwp-facet {
  margin-bottom: 5px !important;
}
.su-spoiler-style-default > .su-spoiler-content {
  padding: 0em 0 0em 27px;
}


.su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 300 !important;
    font-size: 18px !important;
}
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/


.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */


/*********************
NAV Overwrite of JointsWP
*********************/
.top-bar, .top-bar ul {
    background-color: white;
}

.top-bar {
    padding: 0rem;
}

/*********************
SPECIAL FOOTER
*********************/
@charset "UTF-8";


 .footer2 a {
    color: #57585a;
	font-weight:normal;
	 text-decoration: underline;
} 

.footer2 {
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 2rem 4rem 4rem 4rem; }
  .footer2 p.slogan {
    color: #000000;
    font-size: 1.8rem;
    margin: 0 0 1rem; }
  .footer2 p.copywrite {
    color: #57585a;
    font-size: 0.875rem;
    margin: 0;
	line-height: 3em;
	}
  .footer2 .links a {
    list-style: none;
	font-size: 17px;
    font-weight: normal;
    color: #000000;
    padding: 3rem 0 2rem;
    margin: 0;
	 }
    .footer2 .links a::after {
      content: "|";
      padding: 0 1.4rem 0 1.4rem;
	  font-weight: normal; }
    .footer2 .links a:last-child::after {
      content: "";
      padding: 0 1.4rem 0 1.4rem; }

/*********************
NAVIGATION FOOTER
*********************/
@charset "UTF-8";

.row {
  max-width: 1200px; }


 .footer a {
	color: #000000;
	font-weight: normal;
} 

.footer {
	margin-top:30px !important;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 2rem 0rem 0rem 0rem; }
  .footer .inline-list a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #ffffff;
    border-radius: 2px;
    font-size: 2rem;
    color: #fbae4f;
    text-align: center;
    line-height: 35px;
    margin: 0 3px 0 0; }
  .footer .contact {
	list-style-type: none;
    margin: 0;
    text-align: left;
    color: #fff;
	font-size:1.0rem; }
    .footer .contact li {
      margin-bottom: 2rem; }
      .footer .contact li p {
        padding-left: 5rem; }
    .footer .contact i {
      position: absolute;
      background-color: #ffffff;
      color: #000000;
      font-size: 2rem;
      border-radius: 50%;
      line-height: 1;
      margin: 0 0 0 -4rem;
      vertical-align: middle;
      padding: .25em .45em; }
  .footer .copyright p {
    color: #353536;
	 text-align: center;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }
  .footer .about {
    color: #fff;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; }
  .footer .footer-links a {
    list-style: none;
    font-weight: normal;
    color: white;
    padding: 3rem 0 2rem;
    margin: 0;
    font-size: 0.875rem; }
    .footer .footer-links a::after {
      content: "•";
      padding: 0 0.2rem 0 0.4rem; }
    .footer .footer-links a:last-child::after {
      content: "";
      padding: 0 0.4rem 0 0.8rem; }
  @media only screen and (min-width: 40.063em) {
    .footer p {
      text-align: left; }
    .footer .social {
      text-align: left;
      margin: 0; }
    .footer .contact {
      text-align: left; }
      .footer .contact > i {
        margin-right: 1rem; } }
		
.footer .inline-list a {
    background-color: white;
}

.footer a {
    color: #353536;
	text-decoration: underline;
} 

.footer a:hover {
    color: #353536;
	text-decoration: underline;
} 

.footer h4 {
color: #353536;
font-family: canada-type-gibson, sans-serif !important;
    font-size: .90em;
	font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 95%;
    padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #353536;
	margin-bottom: 20px;
}


.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer li {
	padding-bottom: 10px;
}


.logo {
  color: #fff;
  font-size: 1.5rem; }
  .logo i {
    margin-right: 0.5rem; }


/*********************
GENERAL STYLES BANG!!!
*********************/

blockquote p {
    color: #9f53bb !important; 
} 

body {
font-family: canada-type-gibson, sans-serif !important;
    font-size: 1.1em;
    color: #34313f;
	line-height: 1.5 !important;
    }
	
#content {
	margin-top:40px;

}


/*********************
LINK STYLES
*********************/

button:hover {
	text-decoration:underline !important;
}

button:focus {
	text-decoration:underline !important;
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }
  
a {
    color: #BA3608;
		text-decoration:underline;
		font-weight: normal;

}

a:hover, a:focus {
    color: #BA3608;
	text-decoration:underline;

}


/*********************
BUTTONS
*********************/

.clearbutton {
    border-radius: 10px;
    background-color: none;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    text-decoration: underline;
	border: 2px solid WHITE;
	
}

.clearbutton:hover {
  color: #ffffff;
}


.blackbox {
	padding: 20px;
	background-color: #172E77;
	 white-space: normal;
	width: 200px;
	margin-left: 20px;
	margin-right: 20px;
}

.blackbutton {
    background-color: white;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #172E77;
    font-size: 15px;
    text-decoration: underline;
	border: 2px solid #172E77;
}


.blackbutton:hover {
  color: white;
  background-color: #172E77;
}




.blackbutton:active {
  color: white;
  background-color: #34313f;
}

.graybutton {
    border-radius: 10px;
    background-color: #e6e6e6;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #34313f;
    font-size: 12px;
    text-decoration: underline;
	border: 2px solid #e6e6e6;
	text-transform: uppercase;
	
}

.graybutton:hover {
  color: #34313f;
  background-color: #e6e6e6;
}

.graybutton:link {
  color: #34313f;
  background-color: #e6e6e6;
}

.graybutton:visited {
  color: #34313f;
  background-color: #e6e6e6;
}

.graybutton:active {
  color: #34313f;
  background-color: #e6e6e6;
}


.whiteout {
	color: white;
}

.bigc3 {
color: #34313f;
	font-family: canada-type-gibson, sans-serif;
    font-size: 1.5em;
	font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 95%;
    padding-top: 20px;
	padding-bottom: 20px;
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
  
h1, h2, h3, h4, h5, h6 {
color: #34313f;
	font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
}


h1 {
color: #34313f;
	font-family: canada-type-gibson, sans-serif;
    font-weight: 300;
    letter-spacing: -.03em;
    line-height: 95%;
	text-transform: none;
	margin-bottom: 20px;
	font-size: 4em;
}

h2 {
color: #34313f;
	font-family: canada-type-gibson, sans-serif;
    font-size: 2.5em;
	font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 95%;
    padding-top: 20px;
	padding-bottom: 10px;
}

h3 {
color: #34313f;
	font-family: canada-type-gibson, sans-serif;
    font-size: 1.4em;
	font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}


h4 {
color: #34313f;
	font-family: canada-type-gibson, sans-serif;
    font-size: 1.3em;
	font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.teaser {
color: #34313f;
	font-family: canada-type-gibson, sans-serif;
    font-size: 1.3em;
	font-weight: 300;
    letter-spacing: 0.02em;
	padding-top: 10px;
	padding-bottom: 0px;
}

.row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sidemenu {
    border-radius: 10px;
    background-color: #ceeae9;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-bottom: 25px;
}

BODY {
    font-size: 17px;
	font-family: poppins, sans-serif;
    line-height: 1.8;
    text-rendering: optimizeLegibility;
	color: #353535;
}

.icon-panel {
	
	text-align: center;
	color: #172E77;
}

/*********************
ACCESSIBILITY
*********************/

a.skip-main {
  left:-999px;
  position:absolute;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
  z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color:#000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow:auto;
  margin: 10px 35%;
  padding:5px;
  border-radius: 15px;
  border:4px solid yellow;
  text-align:center;
  font-size:1.2em;
  z-index:999;
}


/*********************
Foundation Tabs and Accordian
*********************/

.tabs-content {
    border: 0px solid #e6e6e6;
    border-top: 0;
    background: #e6e6e6;
}

.tabs {
    border: 0px solid #e6e6e6;
}

.tabs-panel {
    padding: 3rem;
}


.tabs-title>a {
    font-size: 1.00rem;
    line-height: 1;
    color: #1779ba;
	font-weight: 600;
}



Replace with Starting Headers in FacetWP

.joining-implementation:before {
font-weight: bold;
content: "Coaching Strategy";
	display: block;  
	font-size: 20px;
	padding-bottom: 10px;
}

.competency-exemplar:before {
	font-weight: bold;	
content: "Resource Type";
	display: block;  
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.demonstrating-flexibility-respect-and-accountabili:before {
	font-weight: bold;	
content: "Subcompetency Area";
	display: block;  
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.demonstrating-flexibility-respect-and-accountabili:after {
	font-weight: bold;
	padding-bottom: 5px;
content: "Characteristics of Effective Specialists";
}

.maintaining-objectivity-and-managing-biases:after {
	font-weight: bold;
	padding-bottom: 5px;
content: "Observation Skills";
}


.providing-content-focused-feedback:after {
	font-weight: bold;
	padding-bottom: 5px;
content: "Providing Feedback";
}

.connecting-data-and-learning-standards-to-practice:after {
	font-weight: bold;
	padding-bottom: 5px;
content: "Fostering Reflective Thinking";
}

.building-understanding-of-evidence-based-practices:after {
	font-weight: bold;
	padding-bottom: 5px;
content: "Using Demonstration and Verbal Cues";
}

.communicating-about-continuous-improvement:after {
	font-weight: bold;
	padding-bottom: 5px;
content: "Supporting Continuous Improvement";
}
