/**
 * TSLAT
 * 
 * ORIGINALLY CREATED BY:
 * Roger Glenn
 * roger@mach1media.com
 * July 2015
 *
 * MODIFIED BY:
 * Jenny Kelly 
 * ESC Region 13
 * October 2019
 *
 * Compiled using CodeKit 3
 * https://codekitapp.com/
 */
@import url(../bower_components/normalize-css/normalize.css);
@import url(../bower_components/fontawesome/css/font-awesome.min.css);
@import url(pure-min.css);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * LEARNING LIBRARY
 */
/*
$teal:        #3793ba; //#4FC2C2;
$blue:        #144b85; //#205894; //#261749;
*/
*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.as-keyboarduser a:focus,
.as-keyboarduser *:focus {
  outline: 3px solid #3974b2 !important;
  outline-offset: 1px; }

.as-keyboarduser .footer-tslat a:focus, .as-keyboarduser .footer-tslat *:focus, .as-keyboarduser .footer-tea a:focus, .as-keyboarduser .footer-tea *:focus, .as-keyboarduser .family a:focus, .as-keyboarduser .family *:focus, .as-keyboarduser .search a:focus, .as-keyboarduser .search *:focus, .as-keyboarduser .block-bg-blue a:focus, .as-keyboarduser .block-bg-blue *:focus {
  outline: 3px solid #fff !important; }

.as-keyboarduser .search-menu input[type=search]:focus {
  outline: none !important; }

.as-mouseuser a:focus,
.as-mouseuser *:focus {
  outline: none; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.font-weight-light {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal; }

.no-margin {
  margin: 0; }

.bg-blue-light {
  background-color: #eff6fb; }

.text-small {
  font-size: 80%;
  line-height: 1.75; }

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.alert {
  padding: 20px;
  margin-bottom: 20px; }
  .alert.success {
    background: #d1f8cb;
    color: green;
    border: 1px solid green; }
    .alert.success h2,
    .alert.success h3,
    .alert.success body.resources .media-thumb .title,
    body.resources .media-thumb .alert.success .title,
    .alert.success body.resources .media-thumb .title-stacked,
    body.resources .media-thumb .alert.success .title-stacked,
    .alert.success .search-results article a .heading,
    .search-results article a .alert.success .heading,
    .alert.success h4,
    .alert.success p,
    .alert.success li {
      color: green !important; }
  .alert.error {
    background: #fdc3c3;
    color: red;
    border: 1px solid red; }
    .alert.error h2,
    .alert.error h3,
    .alert.error body.resources .media-thumb .title,
    body.resources .media-thumb .alert.error .title,
    .alert.error body.resources .media-thumb .title-stacked,
    body.resources .media-thumb .alert.error .title-stacked,
    .alert.error .search-results article a .heading,
    .search-results article a .alert.error .heading,
    .alert.error h4,
    .alert.error p,
    .alert.error li {
      color: red !important; }
  .alert.info {
    background: #d8eaf6;
    color: navy;
    border: 1px solid navy; }
    .alert.info h2,
    .alert.info h3,
    .alert.info body.resources .media-thumb .title,
    body.resources .media-thumb .alert.info .title,
    .alert.info body.resources .media-thumb .title-stacked,
    body.resources .media-thumb .alert.info .title-stacked,
    .alert.info .search-results article a .heading,
    .search-results article a .alert.info .heading,
    .alert.info h4,
    .alert.info p,
    .alert.info li {
      color: red !important; }
  .alert h2:first-of-type,
  .alert h3:first-of-type,
  .alert body.resources .media-thumb .title:first-of-type,
  body.resources .media-thumb .alert .title:first-of-type,
  .alert body.resources .media-thumb .title-stacked:first-of-type,
  body.resources .media-thumb .alert .title-stacked:first-of-type,
  .alert .search-results article a .heading:first-of-type,
  .search-results article a .alert .heading:first-of-type,
  .alert p:first-of-type,
  .alert ol:first-of-type,
  .alert ul:first-of-type {
    margin-top: 0; }
  .alert p:last-of-type,
  .alert ol:last-of-type,
  .alert ul:last-of-type {
    margin-bottom: 0; }

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

/**
 * SKIP LINK
 */
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: #175484;
  background-color: #efefef;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  z-index: 999;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2); }

/**
 * BUTTONS
 */
a.button,
button.button {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
  color: #3974b2 !important;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  border: 2px solid #fff;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.button:hover,
  button.button:hover {
    background: transparent;
    color: #fff !important;
    border-color: #fff; }
  a.button.teal,
  button.button.teal {
    background: #3793ba;
    color: #fff !important;
    border: 2px solid #3793ba; }
    a.button.teal:hover,
    button.button.teal:hover {
      background: transparent;
      border: 2px solid #3793ba;
      color: #3793ba !important; }
  a.button.blue,
  button.button.blue {
    background: #1f6faf;
    border: 2px solid #1f6faf;
    color: #fff !important; }
    a.button.blue:hover,
    button.button.blue:hover {
      color: #1f6faf !important;
      background: transparent;
      border: 2px solid #1f6faf; }
  a.button.lightblue, a.button.ll-lightblue,
  button.button.lightblue,
  button.button.ll-lightblue {
    background: #3974b2;
    border: 2px solid #3974b2;
    color: #fff !important; }
    a.button.lightblue:hover, a.button.ll-lightblue:hover,
    button.button.lightblue:hover,
    button.button.ll-lightblue:hover {
      color: #3974b2 !important;
      background: transparent;
      border: 2px solid #3974b2; }
  a.button.ll-green,
  button.button.ll-green {
    background: #00838f;
    border: 2px solid #00838f;
    color: #fff !important; }
    a.button.ll-green:hover,
    button.button.ll-green:hover {
      color: #00838f !important;
      background: #fff;
      border: 2px solid #00838f; }

.bg-parallax {
  position: relative; }
  @media all and (min-width: 570px) {
    .bg-parallax {
      background: none;
      background-attachment: fixed;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }
  @media all and (max-width: 570px) {
    .bg-parallax {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }

.container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }

body {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.75em; }
  @media all and (max-width: 570px) {
    body a {
      word-wrap: break-word; } }

h1 {
  font-family: "vollkorn", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  color: #3793ba;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1em; }
  @media all and (max-width: 570px) {
    h1 {
      font-size: 36px;
      margin-bottom: 20px; } }

h2,
h3,
body.resources .media-thumb .title,
body.resources .media-thumb .title-stacked,
.search-results article a .heading,
h4 {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
  color: #4a4a4a;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

@media all and (max-width: 570px) {
  h2 {
    font-size: 18px; } }


h3,
body.resources .media-thumb .title,
body.resources .media-thumb .title-stacked,
.search-results article a .heading {
  font-size: 1em;
  letter-spacing: normal; }

.target-body a,
.tool-detail a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

.target-body a:link,
.target-body a:visited,
.tool-detail a:link,
.tool-detail a:visited {
  color: #3793ba;
  text-decoration: none; }

.target-body a:hover,
.target-body a:active,
.tool-detail a:hover,
.tool-detail a:active {
  color: #2b7493;
  text-decoration: none; }

a:link,
a:visited {
  color: #3974b2; }

a:hover,
a:active {
  color: #164e7a; }

ul,
ol {
  padding-left: 1.5em; }

#backtotop {
  display: block;
  position: fixed;
  bottom: -60px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  line-height: 58px;
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out; }
  #backtotop.visible {
    bottom: 20px; }

/**
 * 2 COLUMNS
 */
.cols-2 {
  display: block;
  padding-left: 10px;
  padding-right: 10px; }
  .cols-2::after {
    clear: both;
    content: "";
    display: block; }
  @media all and (min-width: 570px) {
    .cols-2 article,
    .cols-2 .col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .cols-2 article:last-child,
      .cols-2 .col:last-child {
        margin-right: 0; }
      .cols-2 article:nth-child(2n),
      .cols-2 .col:nth-child(2n) {
        margin-right: 0; }
      .cols-2 article:nth-child(2n+1),
      .cols-2 .col:nth-child(2n+1) {
        clear: left; } }
  @media all and (max-width: 570px) {
    .cols-2 article,
    .cols-2 .col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0; }
      .cols-2 article:last-child,
      .cols-2 .col:last-child {
        margin-right: 0; } }

/**
 * 3 COLUMNS
 */
.cols-3 {
  display: block;
  padding-left: 10px;
  padding-right: 10px; }
  .cols-3::after {
    clear: both;
    content: "";
    display: block; }
  @media all and (min-width: 570px) {
    .cols-3 article,
    .cols-3 .col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .cols-3 article:last-child,
      .cols-3 .col:last-child {
        margin-right: 0; }
      .cols-3 article:nth-child(3n),
      .cols-3 .col:nth-child(3n) {
        margin-right: 0; }
      .cols-3 article:nth-child(3n+1),
      .cols-3 .col:nth-child(3n+1) {
        clear: left; } }
  @media all and (max-width: 570px) {
    .cols-3 article,
    .cols-3 .col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0; }
      .cols-3 article:last-child,
      .cols-3 .col:last-child {
        margin-right: 0; } }

/**
 * 4 COLUMNS
 */
.cols-4 {
  display: block;
  padding-left: 10px;
  padding-right: 10px; }
  .cols-4::after {
    clear: both;
    content: "";
    display: block; }
  @media all and (min-width: 960px) {
    .cols-4 article,
    .cols-4 .col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .cols-4 article:last-child,
      .cols-4 .col:last-child {
        margin-right: 0; }
      .cols-4 article:nth-child(4n),
      .cols-4 .col:nth-child(4n) {
        margin-right: 0; }
      .cols-4 article:nth-child(4n+1),
      .cols-4 .col:nth-child(4n+1) {
        clear: left; } }
  @media all and (min-width: 570px) and (max-width: 960px) {
    .cols-4 article,
    .cols-4 .col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .cols-4 article:last-child,
      .cols-4 .col:last-child {
        margin-right: 0; }
      .cols-4 article:nth-child(2n),
      .cols-4 .col:nth-child(2n) {
        margin-right: 0; }
      .cols-4 article:nth-child(2n+1),
      .cols-4 .col:nth-child(2n+1) {
        clear: left; } }
  @media all and (max-width: 570px) {
    .cols-4 article,
    .cols-4 .col {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0; }
      .cols-4 article:last-child,
      .cols-4 .col:last-child {
        margin-right: 0; } }

/**
 * MASTHEAD
 */
#masthead {
  display: block;
  width: 100%;
  background: #fff; }
  #masthead h1 {
    position: relative;
    display: block;
    margin: 0;
    padding: 0; }

@media all and (min-width: 570px) {
  body {
    /*
		&:not(.home) {
			padding-top: 154px;
			
			#masthead {
				position: fixed;
				height: 154px;
				top:0;
				left: 0;
				
				.masthead-intro {
					display: none;
				}
			}
		}
		*/ }
    body.home #masthead {
      min-height: 400px; } }

@media all and (max-width: 570px) {
  body {
    padding-top: 80px; }
    body:not(.home) #masthead {
      display: none; } }

@media all and (min-width: 570px) {
  .nav-mobile-trigger-2 {
    display: none; } }

@media all and (max-width: 570px) {
  .nav-mobile-trigger-2 {
    display: block;
    float: right;
    color: #3a2e5b !important;
    line-height: 40px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 25px;
    margin-right: -10px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff; }
    .nav-mobile-trigger-2 .fa {
      position: absolute;
      display: block;
      font-size: 18px;
      top: 11px;
      right: 8px; } }

/**
 * FAMILY BAR
 */
.family {
  /*
	position: fixed;
	top:0;
	left: 0;
	z-index: 1001;
*/
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  background: rgba(38, 23, 73, 0.9);
  text-align: right; }
  .family .logo {
    display: none; }
  .family ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 52px; }
    .family ul li {
      display: inline-block;
      margin: 0;
      padding: 0;
      height: 52px; }
    .family ul .icon {
      position: relative;
      display: block;
      margin-left: 20px; }
      .family ul .icon img {
        max-height: 36px;
        vertical-align: middle;
        margin-top: 2px; }
      .family ul .icon.conference {
        width: 67px;
        background-position: -186px 5px; }
      .family ul .icon.tslat {
        width: 54px;
        background-position: -97px 5px; }
      .family ul .icon.courses {
        width: 68px;
        background-position: -288px 5px; }
      .family ul .icon span {
        position: absolute;
        left: -9999em; }
  @media all and (min-width: 570px) {
    .family {
      height: 40px; }
      .family ul {
        height: 40px; }
        .family ul li {
          height: 40px; } }
  @media all and (max-width: 570px) {
    .family {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1001; }
      .family ul {
        float: left; }
      .family ul li {
        display: none; }
        .family ul li .icon {
          margin-left: 0; }
      .family ul li:nth-of-type(3) {
        display: block; }
        .family ul li:nth-of-type(3) a {
          margin-left: 0 !important; } }

/**
 * MASTHEAD INTRO TEXT
 */
.masthead-intro {
  position: relative;
  display: block;
  width: 100%;
  padding: 240px 40px 0 40px;
  color: #fff; }
  .masthead-intro h1,
  .masthead-intro h2,
  .masthead-intro p {
    color: #fff;
    margin-bottom: 10px; }
  .masthead-intro h1 {
    font-size: 52px;
    line-height: 1em; }
  .masthead-intro h2 {
    line-height: 1em; }
  @media all and (max-width: 960px) {
    .masthead-intro {
      padding: 200px 10px 40px 10px; } }
  @media all and (max-width: 570px) {
    .masthead-intro {
      padding: 20px 10px; }
      .masthead-intro :first-child {
        margin-top: 0; }
      .masthead-intro :last-child {
        margin-botom: 0; } }

/**
 * NAVIGATION
 */
#navigation {
  position: relative;
  display: block;
  width: 100%;
  background: #fff; }
  #navigation .container {
    padding-right: 0;
    padding-left: 0; }
  #navigation .logo {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1px;
    width: 20%;
    padding: 0 20px; }
    #navigation .logo img {
      max-width: 100%;
      height: auto; }
  #navigation nav {
    position: relative;
    display: block;
    float: left;
    width: 100%; }
    #navigation nav .mobile-only {
      display: none; }
    #navigation nav > ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100%;
      border-left: 1px solid #666; }
      #navigation nav > ul > li {
        position: relative;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 20%; }
        #navigation nav > ul > li > a {
          position: relative;
          display: block;
          text-align: center;
          color: #4a4a4a;
          text-decoration: none;
          white-space: nowrap;
          overflow: hidden;
          text-transform: uppercase;
          font-size: 0.9375rem;
          letter-spacing: 0.1em;
          font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 500;
          font-style: normal;
          font-weight: 700;
          font-style: normal;
          border-right: 1px solid #666;
          transition: all 0.3s ease-in-out; }
        #navigation nav > ul > li:hover > a,
        #navigation nav > ul > li:active > a, #navigation nav > ul > li.current {
          color: rgba(38, 23, 73, 0.7); }
        #navigation nav > ul > li:first-of-type > a span {
          position: relative;
          display: block;
          margin: 0 auto;
          text-indent: -99999em;
          background: url("/assets/img/logo.png") center center no-repeat;
          background-size: auto 50px; }
        #navigation nav > ul > li:first-of-type > a:hover span {
          height: auto;
          width: auto;
          margin: auto;
          text-indent: 0;
          background: none; }
  @media all and (min-width: 570px) and (max-width: 960px) {
    #navigation nav > ul > li:nth-of-type(1),
    #navigation nav > ul > li:nth-of-type(2) {
      width: 15%; }
    #navigation nav > ul > li:nth-of-type(3) {
      width: 30%; } }
  @media all and (min-width: 570px) {
    #navigation {
      /*
		position: fixed;
		top:40px;
		left: 0;
		z-index: 10;
		*/
      position: relative;
      display: block;
      height: 62px; }
      #navigation .logo {
        height: 62px;
        padding: 0 10px; }
      #navigation nav {
        height: 62px; }
        #navigation nav > ul {
          height: 62px; }
          #navigation nav > ul > li {
            /* Display Dropdowns on Hover */ }
            #navigation nav > ul > li > a {
              line-height: 62px;
              letter-spacing: 0; }
            #navigation nav > ul > li:first-of-type > a span {
              height: 62px;
              width: 100px; }
            #navigation nav > ul > li > ul {
              display: none;
              position: absolute;
              top: 100%;
              width: 100%;
              z-index: 11;
              margin: 0;
              padding: 0;
              border-bottom: 1px solid #666; }
              #navigation nav > ul > li > ul > li {
                width: 100%;
                float: none;
                position: relative;
                display: block;
                margin: 0;
                padding: 0; }
                #navigation nav > ul > li > ul > li > a {
                  position: relative;
                  display: block;
                  padding: 10px 0;
                  text-align: center;
                  text-decoration: none;
                  white-space: nowrap;
                  overflow: hidden;
                  text-transform: uppercase;
                  font-size: 0.9375rem;
                  letter-spacing: 0;
                  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
                  font-weight: 500;
                  font-style: normal;
                  font-weight: 700;
                  font-style: normal;
                  color: #4a4a4a;
                  background: #fff;
                  border-top: 1px solid #666;
                  border-right: 1px solid #666;
                  border-left: 1px solid #666; }
                #navigation nav > ul > li > ul > li:hover > a,
                #navigation nav > ul > li > ul > li:active > a, #navigation nav > ul > li > ul > li.current {
                  color: #736496; }
            #navigation nav > ul > li:hover > ul {
              display: block; } }
  @media all and (max-width: 570px) {
    #navigation {
      display: none;
      position: fixed;
      top: 40px;
      left: 0;
      z-index: 11;
      background: #3a2e5b; }
      #navigation .logo {
        display: none; }
      #navigation nav {
        width: 100%; }
        #navigation nav > ul {
          border-left: none; }
          #navigation nav > ul > li {
            width: 50%;
            /*
					& > ul {
						position: relative;
						display: block;
						float: left;
						bottom: inherit;
						left: inherit;
						
						& > li {
							width: 50%;
							border-bottom: 1px solid lighten($teal, 20%);
							
							& > a {
								font-size: 11px;
								text-transform: none;
								line-height: 1em;
								color: #fff;
								background: lighten($teal, 5%);
								@include body-font;
								padding: 10px;
							}
							
							&:nth-of-type(even) {
								border-right: 1px solid lighten($teal, 20%);
							}
							&:nth-of-type(odd) {
								
							}
						}
					}
					*/ }
            #navigation nav > ul > li > a {
              border-right: none;
              padding: 10px;
              color: #fff;
              font-size: 80%;
              letter-spacing: normal; }
              #navigation nav > ul > li > a:hover {
                color: #fff; }
            #navigation nav > ul > li:first-of-type {
              display: none; }
            #navigation nav > ul > li:first-of-type > a span {
              height: auto;
              width: auto;
              margin: auto;
              text-indent: 0;
              background: none; }
            #navigation nav > ul > li:nth-of-type(even) {
              border-right: 1px solid #7ebed9; }
            #navigation nav > ul > li > ul {
              display: none; }
            #navigation nav > ul > li.mobile-only {
              display: block; } }

/**
 * SEARCH BAR
 */
.search {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: rgba(38, 23, 73, 0.7);
  position: relative;
  display: block;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  /*
	// TABLET --------------------------------------
	@media all and (min-width:$bp_sm) {
		top: 102px;
		z-index: 1;
	}
*/ }
  .search form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff; }
  .search form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  .search form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  .search form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff; }
  .search form input[type="search"] {
    font-size: 18px;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal; }
  .search form label {
    position: absolute;
    left: -99999em; }
  .search form button[type=submit] {
    position: absolute;
    left: -99999em;
    background: #fff;
    color: #3a2e5b;
    border: solid 1px #3a2e5b;
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-right: 2%; }
    .search form button[type=submit]:focus {
      position: static; }
  .search .search-menu {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0; }
    .search .search-menu li a {
      position: relative;
      display: block;
      line-height: 52px;
      text-align: center;
      color: #fff;
      font-size: 18px; }
      .search .search-menu li a .fa {
        height: 52px;
        line-height: 52px; }
      .search .search-menu li a .label {
        position: absolute;
        left: -9999em; }
    .search .search-menu .search-menu-search {
      transition: width 0.2s ease-in-out;
      display: flex;
      justify-content: center; }
      .search .search-menu .search-menu-search form {
        position: relative;
        visibility: hidden;
        width: 0;
        height: 52px;
        overflow: hidden;
        display: flex;
        transition: width 0.2s ease-in-out; }
        .search .search-menu .search-menu-search form input[type="search"] {
          height: 52px;
          line-height: 52px;
          width: 100%; }
    .search .search-menu .search-toggle, .search .search-menu .search-toggle-2 {
      position: relative;
      display: block;
      background: transparent;
      border: none;
      height: 52px;
      line-height: 50px;
      text-align: center;
      color: #fff;
      font-size: 18px; }
      .search .search-menu .search-toggle.active, .search .search-menu .search-toggle-2.active {
        width: 30px;
        color: #fff; }
        .search .search-menu .search-toggle.active:hover, .search .search-menu .search-toggle-2.active:hover {
          color: #fff; }
    .search .search-menu .search-close, .search .search-menu .search-close-2 {
      position: relative;
      height: 52px;
      line-height: 52px;
      color: #fff;
      font-size: 20px;
      background: transparent;
      border: none;
      display: none;
      margin-left: auto;
      padding: 0 .75rem; }
  .search .search-menu-social {
    display: flex;
    padding-left: 0;
    margin: 0; }
    .search .search-menu-social li a {
      padding: 0 .75rem; }
    .search .search-menu-social li:last-child a {
      padding-right: 0; }
  .search.active .search-menu-search {
    width: 100%; }
    .search.active .search-menu-search form {
      visibility: visible;
      width: 100%; }
  .search.active .search-close, .search.active .search-close-2 {
    display: block; }
  @media all and (max-width: 570px) {
    .search {
      position: fixed;
      width: 100%;
      left: 0;
      top: 40px;
      height: 40px;
      line-height: 40px; }
      .search .search-menu li a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 0 .5rem; }
        .search .search-menu li a .fa {
          height: 40px;
          line-height: 40px; }
      .search .search-menu .search-menu-search form {
        height: 40px; }
        .search .search-menu .search-menu-search form input[type="search"] {
          height: 40px;
          line-height: 2.375rem;
          font-size: 1rem; }
        .search .search-menu .search-menu-search form .search-close, .search .search-menu .search-menu-search form .search-close-2 {
          height: 40px;
          line-height: 40px; }
      .search .search-menu .search-menu-search .search-toggle, .search .search-menu .search-menu-search .search-toggle-2 {
        height: 40px;
        line-height: 40px;
        font-size: 16px; }
        .search .search-menu .search-menu-search .search-toggle.active, .search .search-menu .search-menu-search .search-toggle-2.active {
          margin-right: .5rem; } }

/**
 * FOOTER
 */
.footer {
  position: relative;
  display: block;
  background: #4a4a4a;
  color: #fff;
  text-align: center; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: none; }
  .footer .logo {
    position: relative;
    display: inline-block;
    background: url("/assets/img/footer_logos.png") 0 0 no-repeat;
    height: 55px;
    width: 104px; }
    .footer .logo.region13 {
      width: 280px;
      background-position: right top;
      margin-left: 60px; }
    .footer .logo span {
      position: absolute;
      left: -9999em; }
  .footer .social {
    font-size: 17px; }
    .footer .social .label {
      position: absolute;
      left: -9999em; }
  .footer .copyright p {
    margin-top: 0;
    font-size: 11px;
    text-transform: uppercase; }
  .footer .copyright .social {
    margin-right: 20px; }
  @media all and (min-width: 750px) {
    .footer .container {
      display: block;
      padding-top: 80px;
      padding-bottom: 80px; }
      .footer .container::after {
        clear: both;
        content: "";
        display: block; } }
  @media all and (max-width: 960px) {
    .footer .container {
      padding-top: 40px;
      padding-bottom: 40px; }
    .footer .logo {
      height: 40px;
      width: 75px;
      background-size: 327px; }
      .footer .logo.region13 {
        width: 204px;
        margin-left: 30px; }
    .footer .copyright p {
      margin-bottom: 0;
      line-height: 2em; }
    .footer .copyright .social {
      margin-right: 20px; } }
  @media all and (max-width: 750px) {
    .footer {
      text-align: center; }
      .footer .logo {
        margin-left: 20px !important;
        margin-right: 20px; }
      .footer .social {
        margin-left: 20px; }
      .footer .branding,
      .footer .copyright {
        display: block;
        width: 100%; }
      .footer .copyright p:first-of-type {
        margin-top: 40px;
        margin-bottom: 40px; }
        .footer .copyright p:first-of-type .fa {
          font-size: 24px; } }

/**
 * MAIN CONTENT AREA
 */
main.content :last-child,
.main-content :last-child,
section.content :last-child {
  margin-bottom: 0; }

main.content .container,
.main-content .container,
section.content .container {
  padding: 20px 0; }

main.content article ul,
main.content article ol,
.main-content article ul,
.main-content article ol,
section.content article ul,
section.content article ol {
  padding-left: 2.5em; }

@media all and (min-width: 1170px) {
  main.content.padded .container,
  .main-content.padded .container,
  section.content.padded .container {
    padding-left: 10px;
    padding-right: 10px; } }

@media all and (max-width: 1170px) {
  main.content.padded .container,
  .main-content.padded .container,
  section.content.padded .container {
    padding-left: 10px;
    padding-right: 10px; } }

section.content.blue {
  background: rgba(38, 23, 73, 0.9);
  color: #fff; }
  section.content.blue h1,
  section.content.blue h2,
  section.content.blue h3,
  section.content.blue body.resources .media-thumb .title,
  body.resources .media-thumb section.content.blue .title,
  section.content.blue body.resources .media-thumb .title-stacked,
  body.resources .media-thumb section.content.blue .title-stacked,
  section.content.blue .search-results article a .heading,
  .search-results article a section.content.blue .heading,
  section.content.blue h4,
  section.content.blue p,
  section.content.blue ul,
  section.content.blue ol,
  section.content.blue li,
  section.content.blue a {
    color: #fff; }

section.content.teal {
  background: #3793ba;
  color: #fff; }
  section.content.teal h1,
  section.content.teal h2,
  section.content.teal h3,
  section.content.teal body.resources .media-thumb .title,
  body.resources .media-thumb section.content.teal .title,
  section.content.teal body.resources .media-thumb .title-stacked,
  body.resources .media-thumb section.content.teal .title-stacked,
  section.content.teal .search-results article a .heading,
  .search-results article a section.content.teal .heading,
  section.content.teal h4,
  section.content.teal p,
  section.content.teal ul,
  section.content.teal ol,
  section.content.teal li,
  section.content.teal a {
    color: #fff; }

/**
 * TOOLS
 */
.tool {
  position: relative;
  display: block;
  background: #3793ba;
  color: #fff;
  padding: 0;
  margin-bottom: 1em; }
  .tool .image {
    position: relative;
    width: 100%;
    height: 180px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
    .tool .image .fa {
      font-size: 24px;
      color: #fff;
      margin: 0 auto; }
    .tool .image a {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      .tool .image a span {
        position: absolute;
        left: -9999em; }
  .tool .description {
    position: relative;
    display: block;
    padding: 20px; }
    .tool .description h3, .tool .description body.resources .media-thumb .title, body.resources .media-thumb .tool .description .title, .tool .description body.resources .media-thumb .title-stacked, body.resources .media-thumb .tool .description .title-stacked, .tool .description .search-results article a .heading, .search-results article a .tool .description .heading {
      font-size: 14px;
      margin-top: 0;
      margin-bottom: 15px;
      color: #fff;
      text-transform: uppercase;
      line-height: 1em; }
    .tool .description p {
      margin-bottom: 20px; }
    .tool .description p:last-of-type {
      text-align: center;
      margin-bottom: 0; }
    .tool .description a.button {
      color: #fff;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .tool .description a.button:hover {
        color: #3793ba;
        background: #fff; }

/**
 * TOOL DETAIL PAGE
 */
.title-bar {
  position: relative;
  display: block;
  width: 100%;
  background: #3793ba;
  color: #fff; }
  .title-bar h1 {
    font-size: 36px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 0; }
  .title-bar p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px; }
  .title-bar .title p {
    padding-right: 20%; }
  .title-bar .print .button {
    font-size: 20px;
    width: 100%; }
  @media all and (min-width: 960px) {
    .title-bar .container {
      display: block;
      padding-top: 20px;
      padding-bottom: 20px; }
      .title-bar .container::after {
        clear: both;
        content: "";
        display: block; }
    .title-bar .title {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .title-bar .title h1 {
        margin-bottom: 10px; }
      .title-bar .title:last-child {
        margin-right: 0; }
    .title-bar .print {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-right: 0; }
      .title-bar .print:last-child {
        margin-right: 0; } }
  @media all and (max-width: 960px) {
    .title-bar .container {
      display: block;
      padding-top: 20px;
      padding-bottom: 20px; }
      .title-bar .container::after {
        clear: both;
        content: "";
        display: block; }
    .title-bar p {
      padding-right: 0; }
    .title-bar h1 {
      font-size: 36px; }
    .title-bar .title {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .title-bar .title h1 {
        margin-bottom: 15px; }
      .title-bar .title:last-child {
        margin-right: 0; }
    .title-bar .print {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-right: 0; }
      .title-bar .print:last-child {
        margin-right: 0; } }
  @media all and (max-width: 570px) {
    .title-bar h1 {
      font-size: 24px; }
    .title-bar .button {
      font-size: 16px;
      padding: 5px 0;
      letter-spacing: normal; }
    .title-bar .title {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0;
      text-align: center; }
      .title-bar .title:last-child {
        margin-right: 0; }
    .title-bar .print {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0;
      text-align: center; }
      .title-bar .print:last-child {
        margin-right: 0; } }

main.content.tool-detail > .container {
  padding-top: 0;
  padding-bottom: 0; }
  main.content.tool-detail > .container > article :first-child {
    margin-top: 0; }
  main.content.tool-detail > .container > article h2,
  main.content.tool-detail > .container > article h3,
  main.content.tool-detail > .container > article body.resources .media-thumb .title,
  body.resources .media-thumb main.content.tool-detail > .container > article .title,
  main.content.tool-detail > .container > article body.resources .media-thumb .title-stacked,
  body.resources .media-thumb main.content.tool-detail > .container > article .title-stacked,
  .search-results main.content.tool-detail > .container > article a .heading,
  main.content.tool-detail > .container > article h4 {
    margin-bottom: 0; }
  main.content.tool-detail > .container > article .pure-table {
    width: 100%; }
  main.content.tool-detail > .container > article .training:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border-top: none; }

@media all and (min-width: 960px) {
  .tool-detail > .container {
    display: block; }
    .tool-detail > .container::after {
      clear: both;
      content: "";
      display: block; }
    .tool-detail > .container > article {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 10px;
      padding-right: 30px;
      border-right: 1px solid #ccc; }
      .tool-detail > .container > article:last-child {
        margin-right: 0; }
      .tool-detail > .container > article.intervention {
        border-right: none;
        margin-left: 17.0596085997%; }
    .tool-detail > .container > aside {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      margin-right: 0;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 10px;
      padding-right: 10px; }
      .tool-detail > .container > aside:last-child {
        margin-right: 0; } }

@media all and (max-width: 960px) {
  .tool-detail > .container {
    display: block; }
    .tool-detail > .container::after {
      clear: both;
      content: "";
      display: block; }
    .tool-detail > .container > article {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px;
      border-bottom: 1px solid #ccc; }
      .tool-detail > .container > article:last-child {
        margin-right: 0; }
    .tool-detail > .container > aside {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 10px;
      padding-right: 10px; }
      .tool-detail > .container > aside:last-child {
        margin-right: 0; } }

.tool-detail .list-item {
  position: relative;
  padding-left: 24px; }
  .tool-detail .list-item a {
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    font-style: normal; }
  .tool-detail .list-item .fa {
    position: absolute;
    top: 4px;
    left: 0; }

/**
 * RESOURCES PAGE
 */
body.resources main.content .container,
body.resources .main-content .container {
  display: block;
  padding-left: 10px;
  padding-right: 10px; }
  body.resources main.content .container::after,
  body.resources .main-content .container::after {
    clear: both;
    content: "";
    display: block; }

@media all and (min-width: 960px) {
  body.resources main.content .media-thumb,
  body.resources .main-content .media-thumb {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    body.resources main.content .media-thumb:last-child,
    body.resources .main-content .media-thumb:last-child {
      margin-right: 0; }
    body.resources main.content .media-thumb:nth-child(4n),
    body.resources .main-content .media-thumb:nth-child(4n) {
      margin-right: 0; }
    body.resources main.content .media-thumb:nth-child(4n+1),
    body.resources .main-content .media-thumb:nth-child(4n+1) {
      clear: left; } }

@media all and (min-width: 570px) and (max-width: 960px) {
  body.resources main.content .media-thumb,
  body.resources .main-content .media-thumb {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    body.resources main.content .media-thumb:last-child,
    body.resources .main-content .media-thumb:last-child {
      margin-right: 0; }
    body.resources main.content .media-thumb:nth-child(3n),
    body.resources .main-content .media-thumb:nth-child(3n) {
      margin-right: 0; }
    body.resources main.content .media-thumb:nth-child(3n+1),
    body.resources .main-content .media-thumb:nth-child(3n+1) {
      clear: left; } }

@media all and (min-width: 375px) and (max-width: 570px) {
  body.resources main.content .media-thumb,
  body.resources .main-content .media-thumb {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    body.resources main.content .media-thumb:last-child,
    body.resources .main-content .media-thumb:last-child {
      margin-right: 0; }
    body.resources main.content .media-thumb:nth-child(2n),
    body.resources .main-content .media-thumb:nth-child(2n) {
      margin-right: 0; }
    body.resources main.content .media-thumb:nth-child(2n+1),
    body.resources .main-content .media-thumb:nth-child(2n+1) {
      clear: left; } }

@media all and (max-width: 375px) {
  body.resources main.content .media-thumb,
  body.resources .main-content .media-thumb {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    body.resources main.content .media-thumb:last-child,
    body.resources .main-content .media-thumb:last-child {
      margin-right: 0; } }

body.resources .media-thumb {
  position: relative;
  display: block;
  clear: none;
  margin-bottom: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px; }
  @media all and (min-width: 570px) {
    body.resources .media-thumb {
      height: 200px; } }
  @media all and (min-width: 570px) {
    body.resources .media-thumb .image {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  @media all and (max-width: 570px) {
    body.resources .media-thumb .image {
      position: relative;
      display: block;
      height: 200px;
      margin: 0; } }
  body.resources .media-thumb .image-stacked {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0.5em; }
  body.resources .media-thumb .title {
    font-size: 0.85em;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.2em;
    padding: 15px;
    text-align: left;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: bottom 0.3s ease-in-out;
    -moz-transition: bottom 0.3s ease-in-out;
    -o-transition: bottom 0.3s ease-in-out;
    transition: bottom 0.3s ease-in-out; }
    @media all and (max-width: 570px) {
      body.resources .media-thumb .title {
        display: none; } }
  body.resources .media-thumb .title-stacked {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 2em;
    font-size: 0.85em; }
  body.resources .media-thumb .description {
    bottom: -200px;
    padding: 15px;
    line-height: 1.2em;
    background: rgba(0, 0, 0, 0.75); }
    body.resources .media-thumb .description h3, body.resources .media-thumb .description .title, body.resources .media-thumb .description .title-stacked, body.resources .media-thumb .description .search-results article a .heading, .search-results article a body.resources .media-thumb .description .heading {
      color: #fff;
      margin-top: 0;
      font-size: 0.85em;
      line-height: 1.2em; }
    body.resources .media-thumb .description p {
      color: #fff;
      font-size: 0.85em;
      line-height: 1em;
      margin-bottom: 0; }
    @media all and (min-width: 570px) {
      body.resources .media-thumb .description {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: bottom 0.3s ease-in-out;
        -moz-transition: bottom 0.3s ease-in-out;
        -o-transition: bottom 0.3s ease-in-out;
        transition: bottom 0.3s ease-in-out; }
        body.resources .media-thumb .description h3, body.resources .media-thumb .description .title, body.resources .media-thumb .description .title-stacked, body.resources .media-thumb .description .search-results article a .heading, .search-results article a body.resources .media-thumb .description .heading {
          margin-top: 0;
          margin-bottom: 5px; }
        body.resources .media-thumb .description p {
          margin-top: 0;
          margin-bottom: 5px; } }
  @media all and (min-width: 570px) {
    body.resources .media-thumb:hover .title {
      bottom: -200px; }
    body.resources .media-thumb:hover .description {
      bottom: 0; } }

/**
 * TWO-COLUMN
 */
.two-column .container {
  display: block; }
  .two-column .container::after {
    clear: both;
    content: "";
    display: block; }

@media all and (min-width: 570px) {
  .two-column .column {
    padding: 40px 20px 20px 20px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .two-column .column:last-child {
      margin-right: 0; }
    .two-column .column:nth-child(2n) {
      margin-right: 0; }
    .two-column .column:nth-child(2n+1) {
      clear: left; }
    .two-column .column:first-of-type a {
      color: #261749;
      font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-weight: 700;
      font-style: normal; }
    .two-column .column :first-child {
      margin-top: 0; }
    .two-column .column :last-child {
      margin-bottom: 0; } }

@media all and (max-width: 570px) {
  .two-column .container {
    padding: 30px 0; }
  .two-column .column {
    padding: 10px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .two-column .column:last-child {
      margin-right: 0; } }

/**
 * TWO-THIRDS-COLUMN
 */
.two-thirds-column .container {
  display: block; }
  .two-thirds-column .container::after {
    clear: both;
    content: "";
    display: block; }

@media all and (min-width: 570px) {
  .two-thirds-column .column {
    padding: 40px 20px 20px 20px; }
    .two-thirds-column .column :first-child {
      margin-top: 0; }
    .two-thirds-column .column :last-child {
      margin-bottom: 0; }
  .two-thirds-column .column-small {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .two-thirds-column .column-small:last-child {
      margin-right: 0; }
  .two-thirds-column .column-large {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
    margin-right: 0; }
    .two-thirds-column .column-large:last-child {
      margin-right: 0; } }

@media all and (max-width: 570px) {
  .two-thirds-column .container {
    padding: 30px 0; }
  .two-thirds-column .column {
    padding: 10px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0; }
    .two-thirds-column .column:last-child {
      margin-right: 0; } }

/**
 * WELCOME
 */
.welcome .left {
  background: #efefef; }

.welcome .right {
  background: #3793ba;
  color: #fff; }
  .welcome .right h1 {
    color: #fff;
    margin-top: 0; }
  .welcome .right a {
    color: #efefef; }
    .welcome .right a:hover {
      color: #fff; }

@media all and (min-width: 570px) {
  .welcome .left,
  .welcome .right {
    position: relative;
    display: block;
    float: left;
    width: 50%; }
    .welcome .left .inner,
    .welcome .right .inner {
      padding: 20px;
      max-width: 585px; }
  .welcome .left .inner {
    float: right;
    text-align: left; }
  .welcome .right .inner {
    float: left;
    text-align: left; } }

@media all and (min-width: 960px) {
  .welcome .left .inner {
    padding-right: 60px; }
  .welcome .right .inner {
    padding-left: 60px; } }

@media all and (min-width: 570px) and (max-width: 960px) {
  .welcome .right h1 {
    font-size: 36px; } }

@media all and (max-width: 570px) {
  .welcome .left .inner,
  .welcome .right .inner {
    padding: 10px; } }

/**
 * REGIONAL CONTACTS
 */
.contact-card {
  position: relative;
  display: none;
  margin: 2em 0;
  padding: 20px;
  background: #efefef; }
  .contact-card .contact-card-heading {
    font-size: 1em;
    letter-spacing: 0;
    margin-bottom: 0.5em; }
  .contact-card p {
    font-size: 0.85em;
    line-height: 1.2em; }
  .contact-card .links a {
    display: inline-block;
    background: #00838f;
    color: #fff;
    padding: 0 5px;
    margin-bottom: 5px;
    line-height: 2em;
    text-decoration: none;
    border: solid 2px #00838f; }

.statemap.hidden {
  display: none; }

map area {
  cursor: pointer; }

.regional-contacts .mobile-only {
  display: none; }

@media all and (min-width: 1170px) {
  .regional-contacts .left,
  .regional-contacts .right {
    position: relative;
    display: block;
    float: left;
    width: 50%; }
    .regional-contacts .left .inner,
    .regional-contacts .right .inner {
      padding: 60px 20px;
      padding-bottom: 60px;
      max-width: 585px; }
  .regional-contacts .left .inner {
    float: right;
    text-align: left;
    padding-right: 60px; }
  .regional-contacts .right .inner {
    float: left;
    text-align: left;
    padding-left: 60px; } }

@media all and (min-width: 520px) and (max-width: 1170px) {
  .regional-contacts {
    max-width: 520px;
    margin: 0 auto; }
    .regional-contacts .left,
    .regional-contacts .right {
      padding: 40px 10px; }
    .regional-contacts .left {
      padding-bottom: 0; }
    .regional-contacts .right {
      padding-top: 0; } }

@media all and (max-width: 520px) {
  .regional-contacts .left {
    padding: 40px 10px;
    padding-bottom: 0; }
  .regional-contacts .right {
    display: none; }
  .regional-contacts .mobile-only {
    display: block;
    max-width: 100%; }
    .regional-contacts .mobile-only img {
      max-width: 100%;
      height: auto; }
  .regional-contacts .contact-card {
    display: block;
    margin: 0 0 1em 0; } }

/**
 * TARGET TITLE BAR
 */
.target-title-bar {
  background: #261749;
  color: #fff;
  text-align: center; }
  .target-title-bar h1,
  .target-title-bar h2,
  .target-title-bar h3,
  .target-title-bar body.resources .media-thumb .title,
  body.resources .media-thumb .target-title-bar .title,
  .target-title-bar body.resources .media-thumb .title-stacked,
  body.resources .media-thumb .target-title-bar .title-stacked,
  .target-title-bar .search-results article a .heading,
  .search-results article a .target-title-bar .heading,
  .target-title-bar h4,
  .target-title-bar p,
  .target-title-bar ul,
  .target-title-bar ol,
  .target-title-bar li {
    color: #fff; }
  .target-title-bar h2 {
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase; }
  @media all and (min-width: 960px) {
    .target-title-bar {
      padding-top: 20px;
      padding-bottom: 20px; }
      .target-title-bar h1 {
        font-size: 36px;
        line-height: 1em;
        margin-bottom: 0; }
      .target-title-bar h2 {
        line-height: 1em;
        margin-bottom: 0; } }
  @media all and (max-width: 960px) {
    .target-title-bar {
      padding-top: 20px;
      padding-bottom: 10px;
      text-align: center; }
      .target-title-bar h1 {
        font-size: 28px;
        margin-bottom: 15px; }
      .target-title-bar h2 {
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 0; } }
  @media all and (max-width: 570px) {
    .target-title-bar {
      padding-top: 10px;
      padding-bottom: 10px; }
      .target-title-bar h1 {
        margin-bottom: 5px; }
      .target-title-bar h2 {
        font-size: 14px; } }

/**
 * HOME PAGE
 */
@media all and (min-width: 570px) {
  body.home #navigation {
    background: rgba(255, 255, 255, 0.5); } }

body.home #navigation nav > ul > li:first-of-type > a span {
  height: auto;
  width: auto;
  margin: auto;
  text-indent: 0;
  background: none; }

body.home #navigation nav > ul > li:first-of-type > a:hover span {
  height: auto;
  width: auto;
  margin: auto;
  text-indent: 0;
  background: none; }

body.home #masthead {
  background: url("/assets/img/hero_photo_home.jpg") center top no-repeat;
  background-size: cover; }
  body.home #masthead img {
    max-width: 100%;
    height: auto; }

body.home .cta-bar {
  text-align: center;
  color: #fff;
  background: linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 90%); }
  body.home .cta-bar h1 {
    color: #fff;
    margin-top: 0; }

body.home .content {
  background: rgba(255, 255, 255, 0.9); }
  body.home .content h1 {
    margin-top: 0; }
  body.home .content .container {
    padding-left: 10px;
    padding-right: 10px; }

@media all and (min-width: 570px) {
  body.home .cta-bar {
    padding: 80px 20px; } }

@media all and (max-width: 570px) {
  body.home .cta-bar {
    padding: 40px 10px; } }

/**
 * SURVEY
 */
.survey {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background: #261749;
  color: #fff; }
  .survey h1,
  .survey h2,
  .survey h3,
  .survey body.resources .media-thumb .title,
  body.resources .media-thumb .survey .title,
  .survey body.resources .media-thumb .title-stacked,
  body.resources .media-thumb .survey .title-stacked,
  .survey .search-results article a .heading,
  .search-results article a .survey .heading,
  .survey h4,
  .survey p {
    color: #fff; }
  .survey .container {
    padding: 60px 0; }

/**
 * ARTICLE PAGE
 */
body.article .title-bar {
  text-align: center; }

body.article aside {
  font-size: 0.85em;
  line-height: 1.5em; }
  body.article aside h2 {
    font-size: 1.2em; }

body.article table {
  margin-bottom: 2em; }
  body.article table th,
  body.article table td {
    line-height: 1.2em; }
  body.article table td {
    vertical-align: top; }
    body.article table td p {
      margin-top: 0; }
      body.article table td p:last-of-type {
        margin-bottom: 0; }
  body.article table tfoot {
    border-top: 1px solid #cbcbcb;
    font-size: 0.8em;
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-style: italic; }

body.article dl.assessment {
  margin-top: 0; }
  body.article dl.assessment dt {
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
    text-transform: uppercase; }
  body.article dl.assessment dd {
    margin-top: 1em;
    margin-left: 2em;
    margin-bottom: 3em; }
    body.article dl.assessment dd ul {
      margin: 0;
      padding-left: 0; }

body.article ul.references {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  body.article ul.references li {
    margin-bottom: 1em; }

body.article a.accordion-toggle {
  color: #4a4a4a !important; }

.touch body.article {
  background-image: none; }
  .touch body.article #background-image {
    display: none !important; }

.characteristics-group h2 {
  margin-bottom: 0.5em; }

.characteristics-group ul {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0; }
  .characteristics-group ul li {
    margin: 0;
    padding: 0; }
    .characteristics-group ul li:not(.active) {
      color: #ddd; }
    .characteristics-group ul li.active .icon::before {
      content: "\f00c"; }
    .characteristics-group ul li .icon {
      min-width: 14px;
      position: relative;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }

/**
 * INTERVENTION SEARCH FORM
 */
.intervention-search legend {
  color: #fff;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-style: normal; }

.intervention-search .container {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media all and (max-width: 570px) {
    .intervention-search .container {
      padding-top: 10px;
      padding-bottom: 10px; } }

.intervention-search h2 {
  margin-bottom: 0; }
  .intervention-search h2 a {
    text-decoration: none !important; }
  @media all and (max-width: 570px) {
    .intervention-search h2 {
      font-size: 16px; } }

#intervention-search-form {
  padding-top: 20px; }
  #intervention-search-form .cols-3 article {
    text-align: center; }
  @media all and (max-width: 570px) {
    #intervention-search-form .cols-4 article {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      #intervention-search-form .cols-4 article:last-child {
        margin-right: 0; }
      #intervention-search-form .cols-4 article:nth-child(2n) {
        margin-right: 0; }
      #intervention-search-form .cols-4 article:nth-child(2n+1) {
        clear: left; } }
  @media all and (max-width: 570px) {
    #intervention-search-form article {
      padding-right: 10px;
      padding-left: 10px; }
    #intervention-search-form label {
      margin-top: 0;
      margin-bottom: 0; } }

/**
 * PHOTO FADED
 */
body.photo-faded {
  background: #fff url("/assets/img/photo_background.jpg") center center no-repeat;
  background-attachment: fixed;
  background-size: cover; }

.touch body.photo-faded {
  background: none;
  background-attachment: inherit;
  background-size: inherit; }

.touch body #background-image {
  background-image: url("/assets/img/photo_background.jpg"); }

/**
 * SEARCH RESULTS
 */
.search-results {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media all and (min-width: 960px) {
    .search-results {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .search-results h2 {
    margin-top: 2em; }
  .search-results > .container h2:first-of-type {
    margin-top: 0; }
  .search-results article {
    position: relative;
    display: block;
    width: 100%; }
    .search-results article a {
      position: relative;
      display: block;
      width: 100%;
      padding: 20px 10px;
      color: #4a4a4a !important; }
      .search-results article a .heading {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        color: #3793ba; }
      .search-results article a .description {
        position: relative;
        display: block;
        width: 100%; }
    .search-results article:hover a .heading {
      color: #4a4a4a; }
    .search-results article:nth-of-type(odd) a {
      background: #efefef; }
      .search-results article:nth-of-type(odd) a:hover {
        background: #7ebed9 !important;
        color: #4a4a4a; }
    .search-results article:nth-of-type(even) a {
      background: #f9f9f9; }
      .search-results article:nth-of-type(even) a:hover {
        background: #7ebed9 !important;
        color: #4a4a4a; }

/**
 * OUTCOMES MATRIX
 */
table.outcomes-matrix {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  margin-bottom: 3em; }
  table.outcomes-matrix th,
  table.outcomes-matrix td {
    line-height: 1.2em;
    padding: 3px;
    text-align: left; }
  table.outcomes-matrix tr:nth-of-type(even) td,
  table.outcomes-matrix tr:nth-of-type(even) th {
    background: #f8f8f8; }
  table.outcomes-matrix tr:nth-of-type(odd) td {
    background: transparent; }
  table.outcomes-matrix caption {
    caption-side: bottom;
    margin-top: 1em;
    text-align: left; }

/**
 * TRAININGS
 */
article.training {
  position: relative;
  display: block;
  width: 100%;
  padding: 2em 0 0 0;
  margin: 2em 0 0 0;
  border-top: 1px solid #efefef; }
  article.training.border-top {
    padding: 2em 0 0 0 !important;
    margin: 2em 0 0 0 !important;
    border-top: 1px solid #efefef !important; }
  article.training h3, article.training body.resources .media-thumb .title, body.resources .media-thumb article.training .title, article.training body.resources .media-thumb .title-stacked, body.resources .media-thumb article.training .title-stacked, .search-results article.training a .heading {
    margin-bottom: 0; }
  article.training .summary {
    margin-top: 0; }
  article.training .workshop {
    margin: 0.3em 0 0 0;
    padding: 0;
    line-height: 1.5em;
    font-size: 0.75em;
    text-transform: uppercase;
    opacity: 0.75; }

/**
 * LIST BUTTONS
 */
ul.list-buttons {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }
  ul.list-buttons li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0; }
    ul.list-buttons li:last-of-type {
      border-bottom: 1px solid #efefef; }
    ul.list-buttons li a {
      position: relative;
      display: block;
      width: 100%;
      margin: 0;
      padding: 1em;
      border-top: 1px solid #efefef;
      border-right: 1px solid #efefef;
      border-left: 1px solid #efefef;
      line-height: 1.2em; }
      ul.list-buttons li a:hover, ul.list-buttons li a.current {
        background: #3793ba;
        color: #fff; }

/**
 * LEARNING LIBRARY
 */
.ll-heading-gradient {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-style: normal;
  color: #3974b2;
  line-height: 1.2em;
  position: relative;
  display: inline-block; }

@media all and (max-width: 570px) {
  .ll-hero {
    padding: 1.618em; } }

.ll-hero h1 {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2em;
  margin-bottom: 0; }

.ll-hero p {
  margin-top: 0;
  margin-bottom: 2em;
  color: #4a4a4a; }

.ll-hero.ll-hero--video {
  text-align: center;
  background: #efefef;
  padding-top: 0;
  padding-bottom: 0; }
  .ll-hero.ll-hero--video .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 600px; }
    .ll-hero.ll-hero--video .container iframe {
      margin-bottom: -8px; }
  @media all and (max-width: 960px) {
    .ll-hero.ll-hero--video {
      padding-left: 0;
      padding-right: 0; } }

.ll-hero__image img {
  margin-bottom: -6.472em !important; }

@media all and (max-width: 960px) {
  .ll-hero__image {
    display: none !important; } }

.ll-hero__description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  color: #4a4a4a; }
  .ll-hero__description > :first-child {
    flex: 1; }

.ll-featured {
  background-color: #efefef;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media all and (min-width: 960px) {
    .ll-featured {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media all and (max-width: 570px) {
    .ll-featured {
      padding: 1.618em; } }

.ll-featured__section-heading {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-style: normal;
  font-size: 28px !important;
  margin-bottom: 0 !important;
  color: #3793ba; }
  .ll-featured__section-heading + p {
    margin-top: 0; }

.ll-category-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ll-category-link:hover {
    text-decoration: underline; }

.ll-category-green {
  color: #00838f !important; }

.ll-category-blue {
  color: #3974b2 !important; }

.ll-category-purple {
  color: #9e42d7 !important; }

.ll-category-purple-dark {
  color: #3a2e5b !important; }

.ll-category-blue-dark {
  color: #1f6faf !important; }
  .ll-category-blue-dark:hover {
    color: #164e7a !important; }

.ll-category-teal {
  color: #00838f !important; }

.ll-media-category-green {
  position: relative; }
  .ll-media-category-green:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    background: rgba(0, 131, 143, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .ll-media-category-green:hover:before {
    background: #00838f; }
  .ll-media-category-green:after {
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -5px; }

.ll-media-category-blue {
  position: relative; }
  .ll-media-category-blue:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    background: rgba(57, 116, 178, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .ll-media-category-blue:hover:before {
    background: #3974b2; }
  .ll-media-category-blue:after {
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -5px; }

.ll-media-category-purple {
  position: relative; }
  .ll-media-category-purple:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    background: rgba(158, 66, 215, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .ll-media-category-purple:hover:before {
    background: #9e42d7; }
  .ll-media-category-purple:after {
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -5px; }

.ll-media-category-purple-dark {
  position: relative; }
  .ll-media-category-purple-dark:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    background: rgba(58, 46, 91, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .ll-media-category-purple-dark:hover:before {
    background: #3a2e5b; }
  .ll-media-category-purple-dark:after {
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -5px; }

.ll-media-category-blue-dark {
  position: relative; }
  .ll-media-category-blue-dark:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    background: rgba(31, 111, 175, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .ll-media-category-blue-dark:hover:before {
    background: #1f6faf; }
  .ll-media-category-blue-dark:after {
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -5px; }

.ll-media-category-teal {
  position: relative; }
  .ll-media-category-teal:before {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -40px;
    background: rgba(0, 131, 143, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .ll-media-category-teal:hover:before {
    background: #00838f; }
  .ll-media-category-teal:after {
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -5px; }

.ll-media-category-green.large:before,
.ll-media-category-blue.large:before,
.ll-media-category-purple.large:before,
.ll-media-category-purple-dark.large:before,
.ll-media-category-blue-dark.large:before,
.ll-media-category-teal.large:before {
  width: 160px;
  height: 120px;
  margin-top: -60px;
  margin-left: -80px; }

.ll-media-category-green.large:after,
.ll-media-category-blue.large:after,
.ll-media-category-purple.large:after,
.ll-media-category-purple-dark.large:after,
.ll-media-category-blue-dark.large:after,
.ll-media-category-teal.large:after {
  border-left: 24px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  margin-top: -14px;
  margin-left: -10px; }

.ll-heading,
.ll-cards__card .ll-card__description .ll-heading {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-style: normal;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 0.6875rem;
  color: #4a4a4a; }
  @media all and (min-width: 960px) {
    .ll-heading.ll-heading--large,
    .ll-cards__card .ll-card__description .ll-heading.ll-heading--large {
      font-size: 36px; } }
  @media all and (max-width: 570px) {
    .ll-heading.ll-heading--large,
    .ll-cards__card .ll-card__description .ll-heading.ll-heading--large {
      font-size: 28px; } }
  .ll-heading.ll-heading--black,
  .ll-cards__card .ll-card__description .ll-heading.ll-heading--black {
    color: #4a4a4a; }

.ll-runtime {
  position: relative;
  display: inline-block;
  background: #737373;
  color: white;
  line-height: 1.5em;
  font-size: 0.85em;
  padding-left: 1em;
  padding-right: 1em;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
  border-bottom-left-radius: 0.75em;
  border-top-left-radius: 0.75em;
  border-bottom-right-radius: 0.75em;
  border-top-right-radius: 0.75em; }

@media all and (min-width: 960px) {
  .ll-block {
    padding-top: 3.236em;
    padding-bottom: 3.236em; } }

@media all and (max-width: 570px) {
  .ll-block {
    padding-top: 1.618em;
    padding-bottom: 1.618em; } }

.ll-share {
  display: flex !important;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none; }
  .ll-share a {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    background-color: #00838f;
    color: white;
    text-decoration: none;
    text-align: center;
    margin-left: .25rem; }
    .ll-share a:hover {
      background-color: rgba(0, 131, 143, 0.8); }
  .ll-share li:first-child a {
    margin-left: 0; }
  @media all and (max-width: 570px) {
    .ll-share {
      justify-content: flex-start; } }
  .ll-share.ll-category-purple a {
    background-color: #9e42d7; }
    .ll-share.ll-category-purple a:hover {
      background-color: rgba(158, 66, 215, 0.8); }
  .ll-share.ll-category-purple-dark a {
    background-color: #3a2e5b; }
    .ll-share.ll-category-purple-dark a:hover {
      background-color: rgba(58, 46, 91, 0.8); }
  .ll-share.ll-category-blue a {
    background-color: #3974b2; }
    .ll-share.ll-category-blue a:hover {
      background-color: rgba(57, 116, 178, 0.8); }
  .ll-share.ll-category-blue-dark a {
    background-color: #1f6faf; }
    .ll-share.ll-category-blue-dark a:hover {
      background-color: rgba(31, 111, 175, 0.8); }
  .ll-share.ll-category-teal a {
    background-color: #00838f; }
    .ll-share.ll-category-teal a:hover {
      background-color: rgba(0, 131, 143, 0.8); }

.ll-featured__large {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.618em; }
  .ll-featured__large::after {
    clear: both;
    content: "";
    display: block; }
  @media all and (min-width: 960px) {
    .ll-featured__large {
      max-height: 70vh; } }

.ll-featured__large-media {
  position: relative;
  display: block;
  width: 68%;
  float: left; }
  @media all and (min-width: 960px) {
    .ll-featured__large-media {
      max-height: 70vh; } }
  .ll-featured__large-media a {
    display: block; }
  .ll-featured__large-media img {
    display: block;
    margin: 0; }
    @media all and (max-width: 960px) {
      .ll-featured__large-media img {
        width: 100%;
        height: auto; } }
    @media all and (min-width: 960px) {
      .ll-featured__large-media img {
        width: auto;
        height: 100%;
        max-height: 70vh; } }
  @media all and (max-width: 960px) {
    .ll-featured__large-media {
      width: 100%; } }

.ll-featured__large-description {
  position: relative;
  display: block;
  width: 32%;
  float: left;
  background-color: white;
  height: 100%;
  padding-left: 1.618em;
  padding-right: 1.618em; }
  @media all and (min-width: 960px) {
    .ll-featured__large-description {
      max-height: 70vh; } }
  .ll-featured__large-description .flexbox-container {
    height: 100%; }
  .ll-featured__large-description h3, .ll-featured__large-description body.resources .media-thumb .title, body.resources .media-thumb .ll-featured__large-description .title, .ll-featured__large-description body.resources .media-thumb .title-stacked, body.resources .media-thumb .ll-featured__large-description .title-stacked, .ll-featured__large-description .search-results article a .heading, .search-results article a .ll-featured__large-description .heading,
  .ll-featured__large-description p {
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.2em; }
  .ll-featured__large-description p {
    color: #4a4a4a; }
  @media all and (max-width: 960px) {
    .ll-featured__large-description {
      width: 100%;
      padding: 0.809em; } }

.ll-cards {
  display: block;
  padding-left: 0; }
  .ll-cards::after {
    clear: both;
    content: "";
    display: block; }

.ll-cards__card {
  position: relative;
  margin-bottom: 1.618em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out; }
  @media all and (min-width: 960px) {
    .ll-cards--3up .ll-cards__card {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .ll-cards--3up .ll-cards__card:last-child {
        margin-right: 0; }
      .ll-cards--3up .ll-cards__card:nth-child(3n) {
        margin-right: 0; }
      .ll-cards--3up .ll-cards__card:nth-child(3n+1) {
        clear: left; } }
  @media all and (min-width: 570px) and (max-width: 960px) {
    .ll-cards--3up .ll-cards__card {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .ll-cards--3up .ll-cards__card:last-child {
        margin-right: 0; }
      .ll-cards--3up .ll-cards__card:nth-child(2n) {
        margin-right: 0; }
      .ll-cards--3up .ll-cards__card:nth-child(2n+1) {
        clear: left; } }
  @media all and (min-width: 960px) {
    .ll-cards--4up .ll-cards__card {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .ll-cards--4up .ll-cards__card:last-child {
        margin-right: 0; }
      .ll-cards--4up .ll-cards__card:nth-child(4n) {
        margin-right: 0; }
      .ll-cards--4up .ll-cards__card:nth-child(4n+1) {
        clear: left; } }
  @media all and (max-width: 960px) {
    .ll-cards--4up .ll-cards__card {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .ll-cards--4up .ll-cards__card:last-child {
        margin-right: 0; }
      .ll-cards--4up .ll-cards__card:nth-child(2n) {
        margin-right: 0; }
      .ll-cards--4up .ll-cards__card:nth-child(2n+1) {
        clear: left; } }
  .ll-cards__card img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0; }
  .ll-cards__card:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.2); }
  .ll-cards__card:hover .ll-media-category-teal:before {
    background: #00838f; }
  .ll-cards__card:hover .ll-media-category-purple-dark:before {
    background: #3a2e5b; }
  .ll-cards__card:hover .ll-media-category-blue-dark:before {
    background: #1f6faf; }
  .ll-cards__card:hover .ll-media-category-purple:before {
    background: #9e42d7; }

.ll-card__image {
  position: relative;
  display: block; }

.ll-image-series {
  position: relative; }
  .ll-image-series .ll-image-gradient {
    background-color: #00838f;
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.ll-card__card-meta {
  position: relative;
  display: block;
  width: 100%;
  background-color: white; }
  .ll-card__card-meta::after {
    clear: both;
    content: "";
    display: block; }
  .ll-card__card-meta > * {
    margin-top: 0;
    margin-bottom: 0; }
  .ll-card__card-meta .ll-runtime {
    float: right; }

.ll-card__description {
  position: relative;
  display: block;
  width: 100%;
  background-color: white;
  padding: 0.809em 0.809em 1.618em 0.809em;
  color: #4a4a4a; }
  .ll-card__description p {
    margin-top: 0;
    margin-bottom: 0.809em;
    line-height: 1.44em;
    color: #4a4a4a;
    font-size: 14px; }
    .ll-card__description p.ll-training-icon-small img,
    .ll-card__description p .ll-training-icon-small img {
      vertical-align: middle;
      display: inline;
      margin-bottom: 2px;
      margin-right: 0.4em;
      margin-left: 0.2em; }
  .ll-card__description > :first-child {
    margin-top: 0; }
  .ll-card__description > :last-child {
    margin-bottom: 0; }

.ll-card__link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0; }
  .ll-card__link > span {
    position: absolute;
    left: -99999em; }

a.ll-training-spanish {
  position: relative;
  z-index: 20;
  color: #4a4a4a;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.ll-training-spanish:hover {
    transform: translateX(3px); }

a.ll-series-button {
  position: relative;
  z-index: 20;
  color: #fff;
  text-decoration: none;
  background: #00838f;
  border: 1px solid #00838f;
  padding: 2px 10px 1px 0;
  border-radius: 58px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.ll-series-button:hover {
    transform: translateX(3px); }

.ll-split {
  position: relative;
  display: block;
  width: 100%;
  color: #4a4a4a; }
  .ll-split::after {
    clear: both;
    content: "";
    display: block; }

.ll-split__image,
.ll-split__content {
  position: relative;
  display: block; }
  .ll-split__image img,
  .ll-split__content img {
    display: none; }
  @media all and (min-width: 570px) {
    .ll-split__image,
    .ll-split__content {
      width: 50%;
      float: left;
      min-height: 540px; } }
  @media all and (max-width: 570px) {
    .ll-split__image,
    .ll-split__content {
      width: 100%;
      float: left;
      max-width: inherit !important;
      padding: 1.618em; }
      .ll-split__image img,
      .ll-split__content img {
        display: block;
        width: 100%;
        height: auto; } }

.ll-split__image:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0; }
  @media all and (max-width: 570px) {
    .ll-split__image:after {
      display: none; } }
  @media all and (max-width: 1500px) {
    .ll-split__image:after {
      background: url("/assets/uploads/images/ll_online_course_asset.png") -130px center no-repeat;
      background-size: 120%; } }
  @media all and (min-width: 1500px) {
    .ll-split__image:after {
      background: url("/assets/uploads/images/ll_online_course_asset.png") right center no-repeat;
      background-size: contain; } }

.ll-split__content-inner {
  position: relative;
  display: block;
  max-width: 480px;
  height: 100%; }
  .ll-split__content-inner .flexbox-container {
    height: 100%; }
  .ll-split__content-inner h2,
  .ll-split__content-inner p {
    margin-top: 0; }
  .ll-split__content-inner p {
    color: #4a4a4a;
    margin-bottom: 2em; }
  .ll-split__content-inner h2 {
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 0;
    color: #3974b2; }
  .ll-split__content-inner > :first-child {
    margin-top: 0; }
  .ll-split__content-inner > :last-child {
    margin-bottom: 0; }

@media all and (max-width: 570px) {
  .ll-video-callout {
    padding: 1.618em; } }

.ll-video-callout h2,
.ll-video-callout p {
  margin-top: 0; }

.ll-video-callout p {
  color: #4a4a4a;
  margin-bottom: 2em; }

.ll-video-callout h2 {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 0;
  color: #3974b2; }

.vl-hero {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  background: #efefef;
  padding-top: 3.236em;
  padding-bottom: 6.472em; }
  .vl-hero h1 {
    margin-bottom: 0; }
  .vl-hero p {
    margin-top: 0; }

.vl-search-form {
  position: relative;
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -6.472em; }
  .vl-search-form input {
    padding-left: 6.472em;
    width: 100%;
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.75em;
    border-radius: 0 !important; }
    .vl-search-form input::placeholder {
      color: #757575;
      opacity: 1; }

.vl-search-submit,
.pure-form button[type="submit"].vl-search-submit {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  padding: 0.5em 0.6em;
  border: none;
  color: #646464;
  font-size: 16px;
  background: #fff;
  margin-top: 0; }

.vl-search-clear {
  position: absolute;
  display: block;
  color: #ccc;
  right: 10px;
  top: 10px;
  border: none;
  background: transparent;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal; }

.vl-filters {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 1.618em;
  padding-top: 6.472em;
  display: block; }
  .vl-filters::after {
    clear: both;
    content: "";
    display: block; }
  @media all and (max-width: 570px) {
    .vl-filters {
      flex-wrap: wrap; } }

.vl-filters__dropdown {
  position: relative;
  border: 1px solid #e3e3e3;
  width: 28%;
  margin-right: 2%;
  background-image: url("../img/down-arrow.svg"); }
  @media all and (max-width: 570px) {
    .vl-filters__dropdown {
      width: 20%; } }
  @media all and (max-width: 570px) {
    .vl-filters__dropdown {
      width: 100%;
      margin-bottom: 4%; } }
  .vl-filters__dropdown:before {
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    color: #737373;
    z-index: 0; }
  .vl-filters__dropdown label {
    position: absolute;
    background: #fff;
    bottom: 32px;
    line-height: 1.8em;
    left: 10px;
    margin: 0;
    padding: 0 6px;
    font-size: 11px;
    color: #646464;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .vl-filters__dropdown .vl-filters__select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    padding-left: 16px;
    padding-right: 28px;
    position: relative;
    z-index: 2;
    color: #4a4a4a;
    background-color: transparent;
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal; }
    .vl-filters__dropdown .vl-filters__select[disabled] {
      background-color: transparent; }
    .vl-filters__dropdown .vl-filters__select:focus {
      border-bottom: solid 1px rgba(0, 123, 255, 0.5);
      border-left: solid 1px rgba(0, 123, 255, 0.5);
      border-right: solid 1px rgba(0, 123, 255, 0.5); }
    .vl-filters__dropdown .vl-filters__select:-ms-expand {
      display: none; }
  .vl-filters__dropdown:focus-within {
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.5); }
  .vl-filters__dropdown.disabled:before,
  .vl-filters__dropdown.disabled label {
    color: #e3e3e3; }

.vl-filters__buttons {
  width: 10%; }
  @media all and (max-width: 960px) {
    .vl-filters__buttons {
      width: 20%; } }
  @media all and (max-width: 570px) {
    .vl-filters__buttons {
      width: auto; } }
  .vl-filters__buttons button {
    width: 100%;
    height: 100%;
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #1f6faf;
    border: solid 1px #1f6faf;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 10px;
    border: 2px solid #1f6faf; }

.ll-reset {
  font-weight: 700;
  padding-left: 1%;
  margin-left: 1%;
  border-left: solid 1px #4a4a4a; }

.vl-filters__categories-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%; }

.vl-filters__categories-option {
  width: 20%;
  text-align: center;
  line-height: 2.5em; }
  @media all and (max-width: 960px) {
    .vl-filters__categories-option {
      width: 50%; } }
  .vl-filters__categories-option a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #4a4a4a;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal; }
    .vl-filters__categories-option a:hover {
      background-color: #f5f5f5; }
  .vl-filters__categories-option:first-of-type a {
    border-left: 1px solid #ccc; }
  @media all and (max-width: 960px) {
    .vl-filters__categories-option:nth-of-type(2n + 1) a {
      border-left: 1px solid #ccc; } }
  .vl-filters__categories-option.is-active a {
    background-color: #3974b2;
    color: white !important; }

.ll-pagination {
  position: relative;
  list-style-type: none; }

.ll-pagination__item {
  position: relative;
  display: inline-block; }
  .ll-pagination__item a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: transparent;
    color: #4a4a4a;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .ll-pagination__item a:hover {
      border: solid 1px #4a4a4a; }
  .ll-pagination__item.is-active a {
    background-color: #3974b2;
    border: none;
    color: white !important; }

.ll-entry-meta {
  margin-bottom: 1.618em; }
  @media all and (max-width: 960px) {
    .ll-entry-meta {
      margin-top: 1em; } }

.ll-about-expert {
  padding-top: 3.236em;
  padding-bottom: 3.236em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .ll-about-expert::after {
    clear: both;
    content: "";
    display: block; }
  .ll-about-expert h2 {
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0; }
  @media all and (max-width: 570px) {
    .ll-about-expert .container {
      text-align: center; } }

.ll-about-expert__row {
  position: relative;
  display: block;
  width: 100%;
  min-height: 140px;
  margin-top: 1.618em;
  margin-bottom: 1.618em; }
  .ll-about-expert__row::after {
    clear: both;
    content: "";
    display: block; }
  .ll-about-expert > .container > .ll-about-expert__row:last-of-type {
    margin-bottom: 0; }

.ll-about-expert__name {
  color: #3974b2; }
  .ll-about-expert__name a {
    color: #3974b2; }

.ll-about-expert__thumb img {
  border-bottom-left-radius: 70px;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  border-top-right-radius: 70px; }

@media all and (min-width: 570px) {
  .ll-about-expert__thumb {
    position: absolute;
    display: block;
    top: 0;
    left: 0; } }

@media all and (max-width: 570px) {
  .ll-about-expert__thumb {
    position: relative;
    display: block;
    text-align: center; }
    .ll-about-expert__thumb img {
      margin-left: auto;
      margin-right: auto; } }

.ll-about-expert__thumb.ll-about-expert__thumb--square img {
  border-radius: 0px; }

.ll-about-expert__description > :first-child {
  margin-top: 0;
  margin-bottom: 0; }

@media all and (min-width: 570px) {
  .ll-about-expert__description {
    position: relative;
    display: block;
    float: left;
    margin-left: 180px; }
    .ll-about-expert__description p {
      margin-top: 0; } }

@media all and (max-width: 570px) {
  .ll-about-expert__description {
    position: relative;
    display: block;
    text-align: center; } }

.ll-about-expert__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .ll-about-expert__flex > :first-child {
    flex: 1; }

.ll-about-expert__heading {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-style: normal;
  color: #4a4a4a;
  margin-top: 0.75em; }
  @media all and (min-width: 570px) {
    .ll-about-expert__heading {
      font-size: 36px; } }
  @media all and (max-width: 570px) {
    .ll-about-expert__heading {
      font-size: 28px; } }

.ll-about-expert__links {
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  border-top: 1px solid #ccc; }
  .ll-about-expert__links a {
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 700;
    font-style: normal; }

.ll-about-expert__links-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .ll-about-expert__links-list li {
    position: relative;
    display: inline-block;
    margin: 0 2em 0 0;
    padding: 0;
    line-height: 1.2em; }
  .ll-about-expert__links-list a {
    text-decoration: none; }

.ll-about-expert__bio {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 1.618em !important;
  padding-bottom: 1.618em !important; }

.ll-expert-detail {
  padding-top: 1.618em !important;
  padding-bottom: 1.618em !important; }

.ll-related {
  position: relative;
  display: block;
  width: 100%;
  background-color: #efefef; }
  .ll-related h2 {
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #3974b2;
    font-size: 2em; }
  @media all and (min-width: 570px) {
    .ll-related {
      padding-top: 4.854em;
      padding-bottom: 4.854em; } }
  @media all and (max-width: 570px) {
    .ll-related {
      padding: 1.618em 0; }
      .ll-related .col {
        margin-bottom: 2em; } }
  .ll-related.ll-related--list {
    background-color: transparent; }
    .ll-related.ll-related--list h3, .ll-related.ll-related--list body.resources .media-thumb .title, body.resources .media-thumb .ll-related.ll-related--list .title, .ll-related.ll-related--list body.resources .media-thumb .title-stacked, body.resources .media-thumb .ll-related.ll-related--list .title-stacked, .ll-related.ll-related--list .search-results article a .heading, .search-results article a .ll-related.ll-related--list .heading {
      font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-style: normal;
      font-weight: 900;
      font-style: normal; }
    .ll-related.ll-related--list ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .ll-related.ll-related--list li {
      line-height: 1.2em;
      margin: 0 0 0.5em 0;
      padding: 0; }
    .ll-related.ll-related--list a {
      text-decoration: none; }
      .ll-related.ll-related--list a .fa {
        margin-right: 0.5em; }
    .ll-related.ll-related--list ul > li > a {
      position: relative;
      display: block;
      width: 100%;
      padding-left: 22px; }
      .ll-related.ll-related--list ul > li > a > .fa {
        position: absolute;
        display: block;
        top: 3px;
        left: 0; }

.series-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #00838f; }
  .series-hero .series-hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00838f;
    opacity: 0.8; }
  .series-hero h1.series-hero-title {
    color: #fff; }

.series-description {
  width: 66%;
  padding-right: 3.236em; }
  @media all and (max-width: 960px) {
    .series-description {
      width: 100%;
      padding-right: 0; } }

.series-meta {
  width: 33%; }
  @media all and (max-width: 960px) {
    .series-meta {
      width: 100%; } }
  .series-meta .series-meta-list {
    list-style-type: none;
    font-size: 18px;
    font-weight: 900;
    padding-left: 0; }
    .series-meta .series-meta-list .series-meta-list-item {
      padding-left: 55px;
      padding-top: 7px;
      padding-bottom: 7px;
      margin-bottom: 8px; }
      .series-meta .series-meta-list .series-meta-list-item.series-meta-courses {
        background: url("../img/series-border.svg") left center no-repeat; }
      .series-meta .series-meta-list .series-meta-list-item.series-meta-duration {
        background: url("../img/clock-border.svg") left center no-repeat; }
      .series-meta .series-meta-list .series-meta-list-item.series-meta-credits {
        background: url("../img/credits-border.svg") left center no-repeat; }
      .series-meta .series-meta-list .series-meta-list-item.series-meta-badge {
        background: url("../img/badge-border.svg") left center no-repeat; }

.series-course {
  padding-top: 3.236em;
  padding-bottom: 3.236em; }
  .series-course:first-of-type {
    padding-top: 1em; }
  .series-course p:first-of-type {
    margin-top: 0.2em; }
  .series-course:last-of-type {
    border-bottom: none; }

.series-course-title {
  font-size: 24px;
  font-weight: 900;
  color: #4a4a4a;
  text-transform: none;
  margin-bottom: 0; }

.default-page h2 {
  margin-top: 2em; }

.default-page h3, .default-page body.resources .media-thumb .title, body.resources .media-thumb .default-page .title, .default-page body.resources .media-thumb .title-stacked, body.resources .media-thumb .default-page .title-stacked, .default-page .search-results article a .heading, .search-results article a .default-page .heading {
  font-size: 1.2em;
  margin-top: 1.6em; }

.target-breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media all and (max-width: 570px) {
    .target-breadcrumbs {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 1em; } }
  .target-breadcrumbs ol {
    padding-left: 0; }
  .target-breadcrumbs .target-breadcrumb-item {
    font-size: 0.9em; }
    .target-breadcrumbs .target-breadcrumb-item:not(:last-of-type):after {
      content: ">";
      padding: 0.45em; }
    .target-breadcrumbs .target-breadcrumb-item a {
      color: inherit;
      text-decoration: none; }
      .target-breadcrumbs .target-breadcrumb-item a:hover {
        text-decoration: underline; }

.block-container.with-breadcrumbs {
  padding-top: 4em; }

.evaluation-summary .evaluation-summary-header {
  background-color: #3974b2;
  margin-top: 2em; }
  .evaluation-summary .evaluation-summary-header .evaluation-summary-heading {
    color: #fff;
    font-size: 1.25em;
    padding: 0.6em 1em;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: normal; }

.evaluation-summary-content {
  padding: 1em;
  background-color: #eff6fb; }

strong {
  font-weight: 800; }

.button-print {
  background: #eff6fb;
  color: #2d5b8b;
  border: none;
  margin: 0;
  padding: 0.85em;
  line-height: 1em;
  font-size: 0.75em;
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal; }
  .button-print .fa-print {
    padding-right: 3px; }

.evaluation-research-block {
  display: flex;
  flex-wrap: wrap;
  padding-left: 60px;
  padding-top: 8px;
  background: url("/assets/img/research-block.svg") no-repeat;
  margin-top: 2em; }
  @media all and (max-width: 570px) {
    .evaluation-research-block {
      padding-left: 0;
      padding-top: 60px; } }
  .evaluation-research-block .evaluation-research-block-author {
    font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 900;
    font-style: normal;
    font-size: 1.25em;
    text-transform: none;
    width: 100%;
    margin-bottom: 0.5em; }
  .evaluation-research-block .evaluation-research-block-cell {
    background-color: #ecf5f6;
    padding: 1em;
    margin: 1% 0; }
  .evaluation-research-block .evaluation-research-block-cell-1 {
    width: 32.33%;
    margin-right: 2%; }
    @media all and (max-width: 570px) {
      .evaluation-research-block .evaluation-research-block-cell-1 {
        width: 100%; } }
  .evaluation-research-block .evaluation-research-block-cell-2 {
    width: 65.66%; }
    @media all and (max-width: 570px) {
      .evaluation-research-block .evaluation-research-block-cell-2 {
        width: 100%; } }
  .evaluation-research-block .evaluation-research-block-cell-3 {
    width: 100%; }

.target .target-toggle {
  font-size: 1.25em;
  margin: 1.25em 0; }
  .target .target-toggle a {
    color: #4a4a4a;
    text-decoration: none;
    display: block; }
    .target .target-toggle a .fa-plus {
      float: right;
      margin-right: 1em; }

.target-heading-3,
.target h3,
.target body.resources .media-thumb .title,
body.resources .media-thumb .target .title,
.target body.resources .media-thumb .title-stacked,
body.resources .media-thumb .target .title-stacked,
.target .search-results article a .heading,
.search-results article a .target .heading {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 900;
  font-style: normal;
  text-transform: none;
  font-weight: 800;
  font-size: 1.25em; }

@media all and (min-width: 960px) {
  .intervention-evidence-anchor-wrapper {
    text-align: center; } }

.intervention-evidence-anchor {
  padding: 1em 1.4em 1em 4.4em;
  line-height: 1.4em;
  position: relative;
  background: #ecf5f6 no-repeat left 1em center;
  max-width: 256px;
  min-height: 76px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center; }
  .intervention-evidence-anchor.evidence-based {
    background-image: url("/assets/img/evidence-based.svg"); }
  .intervention-evidence-anchor.no-evidence {
    background-image: url("/assets/img/no_evidence.svg"); }
  .intervention-evidence-anchor.emerging {
    background-image: url("/assets/img/emerging.svg"); }
  .intervention-evidence-anchor p {
    margin: 0;
    line-height: 1.4em; }
  .intervention-evidence-anchor .intervention-evidence-anchor-link {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.intervention-research {
  margin-top: 2em; }
  .intervention-research .intervention-research-summary {
    width: 54%;
    margin-right: 6%; }
    @media all and (max-width: 960px) {
      .intervention-research .intervention-research-summary {
        width: 100%;
        margin-right: 0; } }
  .intervention-research .invervention-research-outcome {
    width: 40%; }
    @media all and (max-width: 960px) {
      .intervention-research .invervention-research-outcome {
        width: 100%;
        margin-top: 2em; } }

.evaluation-category-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #3974b2; }
  .evaluation-category-hero .target-breadcrumbs,
  .evaluation-category-hero p {
    color: #fff; }
  .evaluation-category-hero .evaluation-category-hero-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3974b2;
    opacity: 0.9; }
  .evaluation-category-hero h1.evaluation-category-hero-title {
    color: #fff; }

.evaluation-category table,
.targetResource table,
.blog table {
  width: 100%;
  margin-top: 2em; }
  .evaluation-category table tr:nth-child(odd),
  .targetResource table tr:nth-child(odd),
  .blog table tr:nth-child(odd) {
    background-color: #ecf5f6; }
  .evaluation-category table thead tr:nth-child(odd),
  .targetResource table thead tr:nth-child(odd),
  .blog table thead tr:nth-child(odd) {
    background-color: #fff; }
  .evaluation-category table caption,
  .targetResource table caption,
  .blog table caption {
    background-color: #00838f;
    color: #fff; }
  .evaluation-category table td, .evaluation-category table th,
  .targetResource table td,
  .targetResource table th,
  .blog table td,
  .blog table th {
    padding: 0.6em 1.4em;
    border-right: solid 1px #4a4a4a; }
  .evaluation-category table td:last-child, .evaluation-category table th:last-child,
  .targetResource table td:last-child,
  .targetResource table th:last-child,
  .blog table td:last-child,
  .blog table th:last-child {
    border-right: none; }

.evaluation-category-misconception {
  margin: 3em 0;
  padding-bottom: 2em; }
  .evaluation-category-misconception:last-of-type {
    border-bottom: none; }
  .evaluation-category-misconception .evaluation-category-misconception-myth,
  .evaluation-category-misconception .evaluation-category-misconception-reality {
    text-transform: uppercase;
    margin-bottom: 0.2em; }
  .evaluation-category-misconception .evaluation-category-misconception-reality {
    color: #00838f; }
  .evaluation-category-misconception p {
    margin-top: 0; }

.intervention-evidence-title {
  padding-left: 2.75em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: no-repeat top 0.5rem left; }
  .intervention-evidence-title.intervention-evidence-evidence-based {
    background-image: url("/assets/img/evidence-based.svg"); }
  .intervention-evidence-title.intervention-evidence-emerging {
    background-image: url("/assets/img/emerging.svg"); }
  .intervention-evidence-title.intervention-evidence-no-evidence {
    background-image: url("/assets/img/no_evidence.svg"); }

.steps-content ol {
  list-style-type: upper-alpha; }
  .steps-content ol ol {
    list-style-type: lower-roman; }

.tooltip {
  color: #3974b2;
  margin-left: 0.25em; }

.button.read-more-toggle {
  margin-top: 1em;
  text-align: left;
  padding-left: 0; }
  .button.read-more-toggle:hover {
    color: #3974b2 !important; }

.button-icon-right .fa {
  margin-left: 4px; }

.intervention-research-summary-footnote {
  font-size: smaller;
  line-height: 1.5em; }

.card-intervention .ll-card__description {
  padding: 1.618em 1.1557142857em; }

.card-intervention .ll-category-link {
  margin-bottom: 8px;
  display: inline-block; }
  .card-intervention .ll-category-link:hover {
    color: #1f6faf !important;
    text-decoration: none; }

.card-intervention .card-intervention-summary p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.card-intervention .list-view-button {
  display: none; }

.ll-cards.cards-list-view .ll-cards__card {
  box-shadow: none;
  display: flex;
  border-bottom: solid thin #ccc;
  padding-top: 2.5888em;
  padding-bottom: 2.5888em;
  margin-bottom: 0; }
  .ll-cards.cards-list-view .ll-cards__card:first-child {
    padding-top: 0; }
  .ll-cards.cards-list-view .ll-cards__card .ll-card__link {
    display: none; }
  .ll-cards.cards-list-view .ll-cards__card .ll-card__description {
    flex-direction: column;
    display: flex;
    padding-left: 0;
    padding-right: 0; }
    .ll-cards.cards-list-view .ll-cards__card .ll-card__description .ll-heading {
      font-size: 1.375rem;
      order: -1;
      margin-bottom: 0.25rem; }

.ll-cards.cards-list-view .list-view-button {
  display: inline-block;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: auto; }

.interventions .vl-filters__dropdown {
  width: 24%; }
  @media all and (max-width: 570px) {
    .interventions .vl-filters__dropdown {
      width: 100%;
      margin-bottom: 4%; } }

@media all and (max-width: 570px) {
  .interventions .vl-filters .flex-container {
    flex-wrap: wrap; } }

.interventions .vl-filters__buttons {
  margin-right: 2%; }

.intervention-filter-heading {
  font-family: "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 0; }

.intervention-filter-description {
  font-size: 0.875rem;
  margin: 0 0 1.5rem; }

fieldset.view-modes-fieldset {
  border: none;
  margin: 0;
  margin-left: auto;
  padding: 0; }
  fieldset.view-modes-fieldset legend {
    width: 1px; }
  fieldset.view-modes-fieldset .view-mode label {
    padding: 0.125rem 0.5rem 0.25rem;
    color: #00838f;
    font-size: 1.75rem;
    background-color: #ecf5f6;
    display: flex;
    align-items: center;
    margin: 0;
    height: 43px; }
    fieldset.view-modes-fieldset .view-mode label .fa {
      margin-top: 4px; }
  fieldset.view-modes-fieldset .view-mode input:checked ~ label {
    color: #fff;
    background-color: #00838f; }
  fieldset.view-modes-fieldset .view-mode input:focus ~ label {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.button-text {
  padding-right: 1.25rem;
  background: url() no-repeat right; }
  .button-text:hover {
    background: url("/assets/img/arrow_forward-blue.svg") no-repeat right;
    background-size: contain;
    color: #3974b2; }

.targetHome .aca-grid > div:hover .button-text {
  background: url("/assets/img/arrow_forward-blue.svg") no-repeat right;
  background-size: contain;
  color: #3974b2; }

.targetHome .icon-grid-container {
  margin-top: -10em; }
  @media all and (max-width: 960px) {
    .targetHome .icon-grid-container {
      margin-top: -8em; } }

.targetHome .image-left {
  padding-right: 60px; }
  .targetHome .image-left img {
    width: 100%;
    margin-left: -30px; }

.targetHome .image-right {
  padding-left: 60px; }
  .targetHome .image-right img {
    margin-left: 30px; }

.targetHome .block-36321 {
  background-image: url("/assets/img/target-home-background.svg");
  background-size: cover;
  background-repeat: no-repeat; }
  @media all and (min-width: 960px) {
    .targetHome .block-36321 .block-container .flex-container {
      padding-bottom: 5em;
      flex-wrap: nowrap; } }
  @media all and (min-width: 960px) {
    .targetHome .block-36321 .block-container .flex-item-half:first-of-type {
      flex: 0 1 40%;
      align-self: flex-end;
      padding-right: 90px;
      margin-bottom: -5em; } }
  @media all and (max-width: 960px) {
    .targetHome .block-36321 .block-container .flex-item-half:first-of-type {
      padding-top: 2em; } }
  @media all and (min-width: 960px) {
    .targetHome .block-36321 .block-container .flex-item-half:last-of-type {
      flex: 0 1 60%;
      margin-top: -5em; } }
  .targetHome .block-36321 .block-container .flex-item-half:last-of-type .video-thumbnail-link:after {
    border-left: 48px solid #fff;
    border-top: 48px solid transparent;
    border-bottom: 48px solid transparent;
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -48px;
    margin-left: -12px; }
  .targetHome .block-36321 .block-container .flex-item-half:last-of-type .video-thumbnail-link:hover .video-thumbnail-overlay {
    opacity: 0.8; }
  .targetHome .block-36321 .block-container .flex-item-half:last-of-type .video-thumbnail-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #187cbd;
    opacity: 0.67;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .targetHome .block-36321 .block-container .flex-item-half:last-of-type .video-thumbnail-overlay:after {
      content: "";
      position: absolute;
      display: block;
      width: 186px;
      height: 186px;
      top: 50%;
      left: 50%;
      margin-top: -93px;
      margin-left: -93px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.39);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.targetResource .target-resource-summary {
  margin-bottom: 3rem; }

.targetResource .target-resource-body {
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 0; }
  .targetResource .target-resource-body h2:not(:first-of-type) {
    margin-top: 3rem; }

.targetResource .target-resource-accordians {
  padding-top: 2em;
  padding-bottom: 6em; }
  @media all and (max-width: 570px) {
    .targetResource .target-resource-accordians {
      padding-bottom: 4em; } }

@media all and (max-width: 570px) {
  .targetResource .target-breadcrumbs {
    margin-bottom: 0; } }

.targetResource .block-container {
  max-width: 860px; }

.targetHome .block-home-featured,
.targetResource .block-home-featured {
  background-color: #eff6fb; }
  .targetHome .block-home-featured .block-container,
  .targetResource .block-home-featured .block-container {
    max-width: 1080px; }

.carousel-section-wrapper {
  overflow-x: hidden;
  overflow-y: visible; }
  .carousel-section-wrapper .flickity-slider .bl-cards__card {
    min-height: 329px; }
    @media all and (min-width: 570px) {
      .carousel-section-wrapper .flickity-slider .bl-cards__card {
        margin-right: 2.3576515979% !important;
        float: none !important; } }
    @media all and (max-width: 570px) {
      .carousel-section-wrapper .flickity-slider .bl-cards__card {
        width: 100%;
        margin-right: 2.3576515979% !important; } }
  .carousel-section-wrapper .flickity-viewport {
    overflow: visible !important; }
  .carousel-section-wrapper .flickity-button {
    position: static !important;
    margin-top: 1rem;
    background: transparent !important; }
    .carousel-section-wrapper .flickity-button:disabled {
      opacity: 0 !important; }
  .carousel-section-wrapper .flickity-prev-next-button {
    position: relative;
    transform: none;
    width: auto !important;
    height: auto;
    margin-top: 1rem;
    font-weight: 600;
    color: #3974b2 !important; }
    .carousel-section-wrapper .flickity-prev-next-button .flickity-button-icon {
      position: static !important;
      display: inline-block !important;
      width: 1rem !important;
      vertical-align: middle; }
    .carousel-section-wrapper .flickity-prev-next-button.next {
      float: right; }
      .carousel-section-wrapper .flickity-prev-next-button.next:before {
        content: "View More"; }
        @media all and (max-width: 570px) {
          .carousel-section-wrapper .flickity-prev-next-button.next:before {
            content: "More"; } }
      .carousel-section-wrapper .flickity-prev-next-button.next .flickity-button-icon {
        margin-left: 0.5rem; }
    .carousel-section-wrapper .flickity-prev-next-button.previous:after {
      content: "View Previous"; }
      @media all and (max-width: 570px) {
        .carousel-section-wrapper .flickity-prev-next-button.previous:after {
          content: "Previous"; } }
    .carousel-section-wrapper .flickity-prev-next-button.previous .flickity-button-icon {
      margin-right: 0.5rem; }

.interventions-evidence-disclaimer {
  background-color: #fcf6f6;
  box-shadow: 0 0 0 .5px #B72418;
  padding: 1.25rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem; }
  .interventions-evidence-disclaimer .interventions-evidence-disclainer--heading {
    font-weight: 900;
    font-size: 1.125rem;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: .75rem;
    color: #383838; }
