/* ==================
TSLAT
  
Jenny Rosenberger
ESC Region 13
==================== */

.container {
	max-width: 1080px;
}

a:focus, *:focus, .pure-button:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
}


/****
* Navigation Elements
****/


/*** TEA Brandbar ***/

.top-bar img {
	vertical-align: middle;
}
.tea-brandbar {
	float: left;
}

.family .tea-brandbar li {
	margin: 2px 15px 0 0;
	line-height: 2em;
	font-size: 16px;
}
.tea-brandbar a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
.tea-brandbar a:hover, .tea-brandbar a:focus {
	text-decoration: underline;
}
/*** Replace website logo ***/
#navigation nav>ul>li:first-of-type>a>img {
	max-height: 58px;
	max-width: 100%;
	vertical-align: middle;
}

#navigation nav>ul>li:first-of-type>a:hover {
	background-color: #fff;
}
/* 
#navigation nav > ul > li.has-submenu.open > a {
	background: #3793ba;
    color: #fff;
}
 */
#navigation nav > ul > li.has-submenu.open > ul {
	display: block;
}
#navigation nav > ul li a {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

/*** make room for facebook icon ***/
.search.active form {
    width: 85%;
}
.search {
    z-index:10;
}


/*** Typography ***/
/* .blog h2, .academy h2, .marketing h2, .home h2, .about h2, .series h2, .default-page h2, .evaluation h2, .intervention h2, .evaluation-category h2, .targetHome h2, .targetResource h2 {
	font-weight: 800;
	font-size: 1.8em;
	color: #3374B0;
	line-height: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.blog h1, .academy h1, h1.blog-library-heading, .home h1, .about h1 {
	font-family: "museo-sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #3374B0;
	line-height: 1.2em;
	letter-spacing: 1px;
} */

/* .ll-heading {
	letter-spacing: normal;
	font-size: 18px;
} */

/*** Increase button padding ***/
a.button, button.button {
    line-height: normal;
    padding: .6em 2em;
}


/** Firefox bug library sort dropdown **/
/* .vl-filters__sort-select {
	height: 39px;
} */


/***
* Flexbox Layouts
***/

/** Flexbox Container Classes **/
.flex-container {
    display:flex;
}
.flex-align-center {
    align-items: center;
}
.flex-align-stretch {
    align-items: stretch;
}
.flex-wrap {
    flex-wrap:wrap;
}
.flex-end {
    justify-content: flex-end;
}
.space-between {
	justify-content: space-between;
}

/** Flexbox Item Classes **/
.flex-item-one-fourth {
	flex: 0 1 25%;
}
.flex-item-one-third {
    flex: 0 1 33.333%;
}
.flex-item-two-thirds {
    flex: 0 1 66.666%;
}
.flex-item-two-fifths {
    flex: 0 1 40%;
}
.flex-item-three-fifths {
    flex: 0 1 60%;
}
.flex-item-half {
    flex: 0 1 50%;
}
.flex-item-three-quarters {
	flex: 0 1 75%;
}
.flex-item-one-quarter {
	flex: 0 1 25%;
}
.align-self-end {
	align-self: end;
}


/****
* Footer
****/
.footer-tea, .footer-tslat {
	text-align: left;
	font-size:14px;
	padding: 3em 30px;
}
.footer-tea ul, .footer-tslat ul {
	list-style: none;
	padding-left:0;
}
.footer-tea a , .footer-tslat a{
	color: #fff;
	text-decoration: none;
}
.footer-tea a:hover, .footer-tea a:focus, .footer-tslat a:hover, .footer-tslat a:focus {
	text-decoration: underline;
}

.footer-tea ul li, .footer-tslat ul li {
	padding-bottom: .6em;
	line-height: 1.4em;
}

/*** TSLAT Footer ***/
.footer-tslat {
	background-color: #3974B2;
}

.footer-tslat-nav {
	width: 25%;
	padding-right: 30px;

}

/** TEA Footer **/
.footer-tea {
	color: #ffffc0;
	background-color: #383838;
	
}
.footer-tea branding {}

.footer-tea address {
	font-style: normal;
}


.footer-tea .tea-copyright {
	border-top: solid 1px #fff;
	padding-bottom: 1px;
	margin: 1em auto 0;
}



/***
* Academy Styles 
***/

.aca-container, .block-container {
	padding: 5em 30px 5em 30px;
    /* padding-bottom: 5em; */
    line-height: 2em;
	font-size: 16px;
	color: #4A4A4A;	
}

.aca-border-bottom, .block-border-bottom {
 	border-bottom: solid thin #ccc;
 }

.aca-container h1, .block-container h1 {
	font-family: "museo-sans", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	color: #3374B0;
	line-height: 1.2em;
	letter-spacing: 1px;
}

.aca-container .button, .block-container .button {
    font-size: inherit;
}
.reduced-width {
    max-width: 800px;
    margin-left: auto;
    margin-right:auto;
}

/*** Hero Section ***/
.aca-hero-image {
    padding-right: 4em;
    padding-left:3em;
}
.aca-hero-figure {
	flex-wrap: nowrap;
}
.aca-hero .aca-hero-caption {
    padding: .5em 1.55em;
}
.aca-hero .aca-hero-video {
	padding: .5em 2em;
}
.aca-hero .aca-hero-caption {
	border-left: solid thin #D0D2D3;
	font-weight: 300;
    line-height:1.5em;
}
 
/*** Grid Section ***/

.aca-grid {
    margin-left: -3.6em;
    margin-top: 1.5em;
}
.aca-grid .flex-item-one-third {
    padding: 0 0 2em 0;  
}
.aca-grid .aca-grid-icon {
    padding-right:1em;
    padding-left:3.6em;
}
.aca-grid .aca-grid-heading {
    font-size: 0.875rem;
	line-height: 1.5em;
    color: #3374B0;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: normal;
}
.aca-grid .aca-grid-description p {
    font-weight: 300;
	margin: 0;
	line-height: 1.6em;
	font-size: 0.875rem;
}

/*** Testimonial Section ***/
 
.testimonial-wrapper {
    font-size: 18px;
    margin: 3em 0 4em 0;
}
.testimonial-wrapper .flex-item-half {
	max-width: 575px;
	margin-left:auto;
	margin-right:auto;
/* 
	min-height:420px;
 */
}
.testimonial-border {
    -webkit-box-shadow: 4px 4px 10px 3px rgba(216,216,216,1);
    -moz-box-shadow: 4px 4px 10px 3px rgba(216,216,216,1);
    box-shadow: 4px 4px 10px 3px rgba(216,216,216,1);

 }
 .testimonial-padding {
    height:100%;
    position:relative;
 }
 .quote-wrapper {
 	max-width:400px;
 	margin-left:auto;
 	margin-right:auto;
	margin-top: 0;
	margin-bottom: 0;
 }
 .testimonial-quote {
    background: url('../img/quote.svg') top 10px left no-repeat;
    background-size: 20px;
    padding: 0 2em 0 2em;
	margin-top: 0;
 }
 .blockquote-meta {
    border-top: solid 1px #54C2C1;
    padding: 1em 1em 0 1em;
    line-height: 1.5em;
 }
 .blockquote-meta .blockquote-meta-text {
 	margin-left:1em;
 }
 .blockquote-meta .blockquote-meta-img {
    border-radius: 50%;
 }

 .blockquote-meta-name {
    font-weight: bold;
    margin-bottom: 0;
 }
.blockquote-meta-position {
	font-weight: lighter;
	font-size: 16px;
 }

/** checklist **/
.checklist-box {
    padding-left:3em;
 }
.ul-checklist {
 	list-style-type: none;
    font-weight: bold;
    color: #6C6E70;
    padding-left: 0;
 }
.ul-checklist li {
	border-bottom: solid .02em #D0D2D3;
	padding: 0 0 .4em 2.75em;
	margin-top: .4em;
	background-image: url('../img/check.svg');
	background-size: 1.5em;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.ul-checklist li:last-child {
	border-bottom: none;
}

/*** Preparation Section ***/
.aca-preparation {
    margin-top: 4em;
}
.aca-preparation .aca-preparation-heading {
    color: #3974B2;
    font-size:1.4em;
    font-weight: 800;
}
.aca-preparation .ll-cards--4up {
    padding-top: 3em;
}

span.course-hours {
 	background: #bbb;
    color: #fff;
    line-height: 1.5em;
    font-size: .85em;
    padding-left: .6em;
    padding-right: .6em;
    margin-left: .809em;
    font-weight: 700;
    font-style: normal;
    border-radius: 0.75em;
 }
 
/*** Call to Action Section ***/
 .aca-bg-blue, .block-bg-blue {
 	background-color: #3974B2;
 	color: #fff;
 	margin-top: -1px;
 }

 .aca-bg-blue h2, .aca-bg-blue p, .block-bg-blue h2, .block-bg-blue p {
 	color: #fff;
 }

 .block-bg-white .button {
	border: solid 2px #3974B2;
 }
 .block-bg-white .button:hover {
	color: #fff;
	border: solid 2px #3974B2;
	background-color: #3974B2;
 }
 
/*** Mail Chimp Form Embed ***/
#mc_embed_signup{clear:left;max-width:600px;margin-left:auto;margin-right:auto;}
#mc_embed_signup input.email { 
	border: solid 1px #BBBDBF;
	color: #58595b;
}
    #mc_embed_signup input[type="submit"], #mc_embed_signup input.email { width:100%; border-radius: 0; padding:.8em; margin-bottom:.6em;}
    #mc_embed_signup input[type="submit"] {text-transform: uppercase; background: #3974B2; border: 2px solid #3974B2; color: #fff; font-family: inherit; font-weight: 700; letter-spacing: .1em;transition: all 0.2s ease-in-out;}
	.block-bg-blue #mc_embed_signup input[type="submit"] { 
		background: #FFFFFF;
		color: #3974B2;
		border: solid 2px #FFF;
	}
	/* #mc_embed_signup input[type="submit"]:hover {
    background: transparent;
	border: 2px solid #3974B2;
	color: #3974B2;
} */
#mc_embed_signup div#mce-success-response, #mc_embed_signup div#mce-error-response, #mc_embed_signup div#mce-error-response a {
    color: #fff;
}
#mc_embed_signup div#mce-error-response {
	background-color: #6B0505;
	padding: 5px 10px;
	margin: 0 0 1em 0;
}
#mc_embed_signup div#mce-success-response {
	background-color: #4BB543;
	padding: 5px 10px;
	margin: 0 0 1em 0;
}


/*** Cohort Section ***/
.aca-cards-cohort {
    padding: 2em 0 1em 0;
    margin-left: auto;
    margin-right: auto;
}
.aca-cards-cohort.aca-cards-length-2 {
	display: flex;
	justify-content: center;
}

.aca-card-cohort-level
{
	/* border-bottom: 1px solid #ccc; */
    /* padding: .4em 0; */
    padding: 1em 0;
    margin-bottom: 0;
    font-size:1.6em;
    font-weight: 800;
}
.aca-card-cohort-body {
	padding:0 3em;
	margin-bottom: 2em;	
}
.aca-cards-cohort .aca-card-cohort-title {
    letter-spacing: normal;
    font-size: 1.2em;
    font-weight: 800;
    color:#58585b;
    margin-bottom:0.2em;
}
.aca-cards-cohort .aca-card-cohort-description {
    font-weight: 600;
    margin-top:0;
}
.aca-card-button {
	color: #fff;
    text-transform: uppercase;
    padding: .8em 0;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}
.aca-card-cohort-purple .aca-card-cohort-level {
	color: #241B4D;
}
.aca-card-cohort-purple .aca-card-button {
	background-color: #241B4D;

}
.aca-card-cohort-blue .aca-card-cohort-level, .aca-card-cohort .aca-card-cohort-level  {
	color: #3374B0;
}
.aca-card-cohort-blue .aca-card-button {
	background-color: #3374B0;
}
.aca-card-cohort-green .aca-card-cohort-level {
	color: #00838F;;
}
.aca-card-cohort-green .aca-card-button, .aca-card-cohort .aca-card-button {
	background-color: #00838F;;

}
 
/*** FAQ Section ***/

 .aca-faq .flex-container {
 	padding-top: 2em; 
    margin-left: -1.5em;	
 }
 
 .aca-faq-box {
 	border-radius: 6px 0 0 6px;
 	border-width: 1px 1px 1px 13px;
 	border-color: #BBBDBF #BBBDBF #BBBDBF #3974B2;
 	border-style: solid;
 	padding: 1em 0.6em 1em 1em;
 	margin-bottom: 1em;
 	margin-left:1.5em;
 }
 .aca-faq-box .faq-box-heading {
 	color: #58595b;
    text-transform: none;
 	margin-bottom: 0;
 	font-size: 18px;
 	font-weight: 700;
 }
 .aca-faq-box p {
    line-height: 1.8em;
    font-weight: 300;
    margin-top: .2em;
 }
 
.faq-accordion__panel[aria-hidden=true] {
  display: none;
}

.faq-accordion__header {
  display: block;
  color: #58595b;
  text-transform: none;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  text-align:left;
  width:92%;
  position:relative;
}

.faq-accordion__title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.faq-accordion__header[aria-expanded="true"]:after {
    content: "\f00d";
    font-family: FontAwesome;
    position:absolute;
    left:105%;
    top:0;
    
}

.faq-accordion__header[aria-expanded="false"]:after {
    content: "\f067";
    font-family: FontAwesome;
    position:absolute;
    left:105%;
    top:0;
    
}

/****
* Blog Styles
****/

/*** Blog Library ***/
.blog-library-heading {
	padding: 1em 0 .5em 0;

}
.vl-search-form.bl-search-form {
	max-width:100%;
}
.vl-search-form.bl-search-form input {
	height: 39px;
	border-color: #bbb;
}
.vl-filters__sort.bl-filters__sort {
	margin-bottom: 10px;
}
.blog-cards {
	padding-bottom: 4em;
}
/* .ll-cards__card.bl-cards__card {
	padding-bottom:1em;
} */

/*** Blog Entry ***/
.blog-container {
	padding: 2em 1em 0 1em;
	max-width: 860px;
	font-size: 16px;
	line-height: 2em;
}
.blog h1 {
	font-size: 46px;
	margin: .589em;
}
.blog h2 {
	margin-top: 2em;
	font-size: 	1.689em;
}
p.blog-index a {
	color: #9393A5;
	text-decoration: none;
	font-weight: 900;
	font-size: 22px;
	transition: color 0.3s;
}
p.blog-index a:hover {
	color: #6C6E70;
}
.blog-author {
	font-size: 18px;
	color: #3374B0;
	
}
.blog-author img {
	border-radius: 50%;
	width:60px;
	height: 60px;
	vertical-align:middle;
	margin-right: 12px;
}
.blog-share {
	position: fixed;
    left: 0;
    top: 30%;
    z-index:10;
	padding-left: 0;
    list-style: none;
}
.blog-share a {
	position: relative;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3em;
    background-color: #00838F;
    color: white;
    text-decoration: none;
    text-align: center;
	margin-bottom: 3px;
	transition: all 0.2s ease-in-out
}
.blog-share a:hover {
	background-color: #00b2c2;
}
.blog .blog-body p {
	margin: 1.4em 0;
}
.blog blockquote {
	background: url('../img/quote.svg') top left no-repeat;
	background-size: 30px;
    padding: 0 2em 0 2em;
    font-size: 22px;
    font-weight: 300;
    color: #6C6E70;
    margin: 1.4em 40px;
}

.blog .blog-body figure img {
	max-width: 100%;
}
.blog .blog-body figure {
	display: table;
	margin-left: auto;
    margin-right: auto;
}
.blog .blog-body figcaption {
	display: table-caption;
	caption-side: bottom;
	font-size: 14px;
	font-style: italic;
	line-height: 1.6em;
}
.blog .video-container {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.blog p.video-caption {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-size: 14px;
	font-style: italic;
}
.blog-body:last-child {
	padding-bottom: 4em;
}

/****
* Marketing 
****/
.flex-item-half.marketing-hero-img {
	padding-left: 50px;
}
.marketing .img-container {
	margin: 2em -30px 2em 0;
}
.marketing .img-container .flex-item-one-third {
	padding-right: 30px;
}
.marketing .img-container img {
	background-color: #1111;
}
.marketing .img-caption {
	line-height: 1.2em;
	margin-top: -1em;
	margin-bottom:1em;
}

/****
* Homepage (NEW)
****/
.home {
	font-size: 16px;
	line-height: 2em;
	color: #4A4A4A;
}
.home-hero {
	background-image: url('/assets/img/TSLAT_header_image.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right 0 bottom 20%;
	position: relative;
}

.home-hero:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.86;
	background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(241,248,251,0.00) 100%);
}

.home-hero .wave {
	position: absolute;
	width: 100%;
	bottom: -2px;
}

.block-home-image-left, .block-home-image-right {
	margin-bottom: 6em;
	margin-top: 6em;
	padding-left: 30px;
	padding-right: 30px;
}

.block-home-image-left:nth-of-type(2) {
	margin-top: -3em;
}

.image-left {
	padding-right: 2.5em;
}

.image-right {
	padding-left: 2.5em;
}

.image-left img {
	width: 140%;
	margin-left: -40%;
}

.image-right img {
	max-width: 100%;
}

.block-bg-gray {
	background-color: #efefef;
}

.block-home .button {
	font-size: inherit;
	margin-top: 1em;
}

.block-home-featured-cards {
	margin-top: 4em;
	padding-left: 0;
}


/****
* About Page
****/
.about-team-members {
	padding-top: 3em;
	margin-left: -30px;
}
.about-team-member {
	padding-left: 30px;
	padding-bottom: 30px;
}
.about-team-member-name {
	text-transform: none;
	margin: 1em 0 0;
	font-size: 18px;
}
.about-team-member-bio {
	margin-top: 0;
}

/****
* Contact Us Page
****/
.contact .regional-contacts {
	margin: 0;
}
.contact .pure-form input[type=tel] {
	border-radius: 0;
}
.contact .pure-button {
	border-radius: 0;
	background-color: #efefef;
}
.contact .pure-button:hover {
	background-color: #efefef;
	background-image: none;
}
.contact .pure-button-primary {
	background: #3974B2;
	transition: all 0.2s ease-in-out;
}
.contact .pure-button-primary:hover {
	background: #3974B2;
}
.contact #txmap {
	padding: 30px 0 50px 20px;
}

.contact-list {
	list-style-type: none;
	padding-left: 0;
	margin-left: -30px;
}
.contact-list-item {
	padding-left: 30px;
	padding-bottom: 30px;
}
.contact-list-item .contact-list-item-heading{
	margin-bottom: 0;
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0;
	color: #58595b;
}


/****
* Media Queries
****/

/*** Extra Large Screens ***/
@media all and (min-width: 1360px) {
    .aca-hero .aca-hero-image>img {
        margin-left: -70px;
    }
}

@media all and (min-width: 570px) {
	#navigation nav>ul>li>ul>li>a {
		white-space: normal;
	}
}

/*** Tablet Only ***/
@media (max-width: 960px) and (min-width: 570px) {
	.flex-item-one-third {
        flex: 0 1 50%;
	}
    .flex-item-one-fourth {
		flex: 0 1 50%
	}
	.footer-tslat-nav {
		width: 33%;
	}
	#navigation nav>ul>li:nth-of-type(1), #navigation nav>ul>li:nth-of-type(2) {
		width: 20%;
	}
	#navigation nav>ul>li:nth-of-type(3), #navigation nav>ul>li:nth-of-type(5) {
		width: 22%;
	}
	#navigation nav>ul>li:nth-of-type(4) {
		width: 16%;
	}
}

/*** Tablet and Below ***/
@media all and (max-width: 960px) {
	.hide-on-mobile {
		display: none;
	}
	.flex-item-three-fifths {
        flex: 0 1 100%;
    }
    .flex-item-two-thirds {
		flex: 0 1 100%;
	}
    .flex-item-half {
        flex: 0 1 100%;
	}
	.flex-item-three-quarters {
		flex: 0 1 100%;
	}
	.flex-item-one-quarter {
		flex: 0 1 100%;
	}
    .second-on-mobile {
		order: 2;
	}
	.home-hero:before {
		background-color: #fff;
	}
	.block-home-image-left:nth-of-type(2) {
		margin-top: 3em;	
	}
    
    .aca-container, .block-container {
        padding-top: 4em;
        padding-bottom: 3em
    }
    
    .aca-hero-image {
    display:none;
    }
	.testimonial-carousel .flickity-viewport {
		min-height:300px;
	}
	
    .checklist-box {
        padding-left: 0;
        padding-top:4em;
    }
    
    .aca-cards-cohort {
        padding: 2em 2em 1em 2em;
    }
    
	.blog-share {
    	position: static;
    	margin-top: 29px;
		display: flex;
		justify-content: center;
		margin-left: -.25rem;
    }
    
    .blog-share a {
    	display: inline-block;
    	width: 2em;
    	height: 2em;
    	line-height: 2em;
		margin-left: .25rem;
    }
    .flex-item-half.marketing-hero-img {
		padding-left: 0;
		padding-top: 30px;
	}
	.contact #txmap {
		padding: 0;
	}
}
/*** Phone Only ***/
@media (max-width: 570px) {
	#navigation nav>ul>li {
		width: 100%;
	}
	#navigation nav>ul>li a {
		text-align: left;
		padding-left: 20px;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 80%;
	}
	#navigation nav > ul > li > ul {
		margin-top: 0;
	}
	#navigation nav>ul>li:hover>ul {
    	display: none;
	}
	#navigation nav > ul > li.has-submenu.open a {
		color: #fff;
	}
	.search.active form {
    	width: 85%;
	}
	.home-hero {
		background-image: url('/assets/img/TSLAT_header_image-mobile.jpg')
	}
 	
    .ll-heading {
        font-size:16px;
    }
    .flex-item-one-third {
        flex: 0 1 100%;
	}
    .flex-item-one-fourth {
		flex: 0 1 100%
	}
	.footer-tslat-nav {
		width: 50%;
	}
	
	.footer-tslat-logo {
		padding-top: 2em;
	}
    
    .aca-container h2, .home h2, .block-container h2, .targetHome h2 {
        font-size: 1.5em;
    }
    .aca-hero-figure {
		flex-wrap: wrap;
	}
    .aca-preparation .ll-card__description ~ div p {
        margin: .5em 0;
    }
    .aca-preparation .ll-card__description {
        padding-bottom: 0;
    }

    .testimonial-wrapper {
        font-size: 16px;
        line-height:1.8em;
    }
    .ll-cards__card.bl-cards__card {
    	padding-bottom: 0;
    }
    .blog h1 {
		font-size: 30px;
	}
	.blog blockquote {
		margin: 1em 0;
	}
	.hide-on-phone {
		display: none;
	}

}
@media (max-width: 520px) {
	.regional-contacts .contact-card {
		display:none;
	}
}

@media (max-width: 500px) {
	.search.active form {
    width: 76%;
	}
}



