/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
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: #353535;
	font-weight:normal;
} 

.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: #353535;
    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 .copywrite {
    color: #fbae4f;
    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: #353535;
	text-decoration: underline;
} 

.footer a:hover {
    color: #353535;
	text-decoration: underline;
} 

.footer h4 {
color:#353535;
	font-family: 'Verdana', arial, sans-serif !important;
    font-size: .9em;
	font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 120%;
    padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #353535;
}


.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: Lato, sans-serif !important;
    font-size: 1.1em !important;
	font-weight: 400;
    color: #57585a;
	line-height: 2.0 !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: #136d88;
		text-decoration: underline;
		font-weight: normal;
}

a:hover, a:focus {
    color: #136d88;
	text-decoration: underline;

}

/*********************
DRC
*********************/
.bluebar {
    border-radius: 10px;
    background-color: #219EC4;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	letter-spacing: .05em;
	
}

.greenbar {
    border-radius: 10px;
    background-color: #128273;
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    font-size: 12px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.greenbar2 {
    border-radius: 10px;
    background-color: #15a18e;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    letter-spacing: .05em;
	
}

.graybar {
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.descriptionbar {
    border-radius: 10px;
	    background-color: #eeeeee;
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 330px;
	
}

.lightgreenbar {
    border-radius: 10px;
    background-color: #e1fbf7;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
	color: white;
    font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.bgImgCenter1{
    background-image: url('https://texasrisingstar.org/wp-content/uploads/2023/07/junpkid1-2.png');
    background-repeat: repeat;
    background-position: center; 
    position: relative;
}

.bgImgCenter2{
    background-image: url('https://texasrisingstar.org/wp-content/uploads/2023/07/goals2-2.png');
    background-repeat: repeat;
    background-position: center; 
    position: relative;
}

.bgImgCenter3{
    background-image: url('https://texasrisingstar.org/wp-content/uploads/2023/07/thinking3-2.png');
    background-repeat: repeat;
    background-position: center; 
    position: relative;
}

/*********************
BUTTONS
*********************/

.bluebox {
    padding: 20px;
    background-color: #1f4878;
    white-space: normal;
    width: 225px;
    margin-left: 10px;
    margin-right: 10px;
	color: white !important;
	text-decoration: none;
	font-size: 14px;
	    LINE-HEIGHT: 150%;
}

.bluebox2 {
    padding: 20px;
    background-color: #3474c1;
    white-space: normal;
    width: 225px;
    margin-left: 10px;
    margin-right: 10px;
	color: white !important;
	text-decoration: none;
	font-size: 14px;
	    LINE-HEIGHT: 150%;
}

.bluebutton {
    border-radius: 10px;
    background-color: #194171;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    font-size: 15px;
    text-decoration: underline;
	    LINE-HEIGHT: 150%;
	
}

.bluebutton:hover {
  color: black;
  background-color: #e1fbff;
}


.bluebutton2 {
    border-radius: 10px;
    background-color: #00B5DD;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: black;
    font-size: 15px;
    text-decoration: underline;
	    LINE-HEIGHT: 150%;
	
}

.bluebutton2:hover {
  color: black;
  background-color: #e1fbff;
}

.redbox {
    padding: 20px;
    background-color: #c13474;
    white-space: normal;
    width: 225px;
    margin-left: 10px;
    margin-right: 10px;
	color: white !important;
	text-decoration: none;
	font-size: 14px;
	    LINE-HEIGHT: 150%;
}


.whitebutton {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #194171;
    font-size: 15px;
    text-decoration: underline;
	
}

.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;
	    LINE-HEIGHT: 150%;
	
}

.clearbutton:hover {
  color: #ffffff;
}


.whiteout {
	color: white;
}


.icon-tiles {
	color:  white !important;
	text-align: center;
	
}

/*********************
Plugin Related CSS
*********************/
.facetwp-counter {
  display: none;
}
.facetwp-checkbox {
  font-size: 12px;
}
.facetwp-facet {
  margin-bottom: 5px !important;
}
.su-spoiler-style-default > .su-spoiler-content {
  padding: 0em 0 0em 27px;
}

.rctitle {
	font-size: 25px;
	font-weight: 800;
}

.rcbutton {
color: white;
border-radius: 20px;
background-color: #194171;
padding: 10px 30px 10px 30px;
text-align: center;
}


/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/

.entry-title {
    color: #219EC4 !important;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e4ea;
}
  
h1, h2, h3, h4, h5, h6 {
	color: #1f4878;
font-family: canada-type-gibson, sans-serif !important;
    font-weight: 300;
}


h1 {
	color: #219EC4 !important;
	font-family: canada-type-gibson, sans-serif !important;
	font-weight: 700;
    letter-spacing: -.01em;
    line-height: 105%;
	text-transform: none;
	margin-bottom: 20px;
	font-size: 3.5em;
}

h2 {
	color: #167a98;
	font-family: canada-type-gibson, sans-serif !important;
	font-weight: 700;
    letter-spacing: -.03em;
    line-height: 95%;
    padding-top: 20px;
	padding-bottom: 10px;

}

h3 {
	color: #167a98;
	font-family: canada-type-gibson, sans-serif !important;
	font-weight: 400;
    letter-spacing: -.03em;
    line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.25em;
}


h4 {
	color: #1f4878;
font-family: canada-type-gibson, sans-serif !important;
	font-weight: 300;
    letter-spacing: -.03em;
    line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
}

.teaser {
color: #219EC4;
font-family: canada-type-gibson, sans-serif !important;
    font-size: 1.5em;
	font-weight: 300;
    letter-spacing: 0.02em;
	padding-top: 10px;
	padding-bottom: 20px;
}

.row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sidemenu {
    border-radius: 10px;
    background-color: #e1fbff;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-bottom: 25px;
}

BODY {
    font-size: 16px;
    line-height: 1.8;
    text-rendering: optimizeLegibility;
	color: #353535;
}


/* Text meant only for screen readers. */
.screen-reader-shortcut {
background-color: white  !important;
}

.screen-reader-text {
background-color: white  !important;
}

/*********************
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;
}


/*********************
ULTIMATE SHORTCODES
*********************/
.su-spoiler-title {
    font-weight: 300 !important;
	font-size: 15px !important;
}

/*********************
ACCORDIAN SHORTCODES
*********************/

.accordion {

    width: 100%!important;
	
}

.accordion-title {

    font-size: 1rem;
	font-weight: bold;

}


/*********************
TRS DRC Styles
*********************/

.examplespractice {

text-align: center;
height: 105px;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Public Sans', sans-serif !important;
    letter-spacing: -.03em;
    line-height: 120%;
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 1em;
	
}


.graybarrelated {
    border-radius: 10px;
    background-color: #eeeeee;
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 11px;
    margin-top: 10px;
	height: 100px;
	
}
.examplespracticeimage {
height: 201px !important;
max-height: 201px;
object-fit: cover;
border: 1px solid black;
	
}

.drcvideoresourceframe {
text-align: center;
	overflow: hidden;

}

.drcvideoresource {
width: 359px;
height: 202px;
		margin-bottom: -13.20px;

}


.jumpstartcontent  {
font-size: 14px;
padding-top: 20px;
	padding-bottom: 30px;
height: 340px;

}



.breadcrumber {
font-size: 15px;
margin-bottom: 25px;
	 margin-top:45px;
}

.banground {
	border: #999 solid 1px;
  border-radius: 10px;
 padding: 20px;
	margin: 5px;
}