@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Sofia_Pro_Regular_Az.woff") format("woff"), url("../fonts/Sofia_Pro_Regular_Az.otf") format("opentype");
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Sofia_Pro_Medium_Az.woff") format("woff"), url("../fonts/Sofia_Pro_Medium_Az.otf") format("opentype");
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Sofia_Pro_Semi_Bold_Az.woff") format("woff"), url("../fonts/Sofia_Pro_Semi_Bold_Az.otf") format("opentype");
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Sofia_Pro_Bold_Az.woff") format("woff"), url("../fonts/Sofia_Pro_Bold_Az.otf") format("opentype");
}

@font-face {
  font-family: 'Sofia Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Sofia_Pro_Black_Az.woff") format("woff"), url("../fonts/Sofia_Pro_Black_Az.otf") format("opentype");
}

/*Reset*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: normal;
  color: #4b4e52;
}

body.no-body-scroll {
  position: fixed;
  max-width: 100%;
  width: 100%;
  overflow-y: scroll;
}

@media (max-width: 1125px) {
  body {
    font-size: 16px;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
	border-left:6px solid #ceeff7;
	padding-left:27px;
}



blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

input, select, option, textarea {
  font-family: inherit;
}

input[type="search"],
input[type="submit"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  border: none;
	cursor: default;
	  display: inline-block;
  padding: 0.25em 0.75em;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 1em;
  background-color: #0380c1;
}

input[type="password"] {
    border: 1px #999b9d solid;
    font: inherit;
    padding: 6px 10px;
	height: 40px;
}

hr {
  background-color: #999b9d;
  border: 0;
  height: 1px;
  margin: 41px 0 51px;
	clear: both;
	display: block;
}

ul, ol {
  margin: 0 0 1.5em 1.2em;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}


li > ul,
li > ol {
  margin-bottom: 10px;
  margin-left: em;
}

p {
  margin: 0 0 1.5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*Headings*/
h1,
.h1-like {
  font-family: "sofia-pro", sans-serif;
  font-size: 3.75em;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.075em;
  margin: 0 0 0;
  color: #007db4;
}

@media (max-width: 1350px) {
  h1,
  .h1-like {
    font-size: 3.7em;
  }
}

@media (max-width: 782px) {
  h1,
  .h1-like {
    font-size: 2.5em;
  }
}

h2,
.h2-like {
  font-family: "sofia-pro", sans-serif;
  font-size: 2.0em;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.045em;
  margin: 0 0 0;
  color: #0073af;
}

@media (max-width: 782px) {
  h2,
  .h2-like {
    font-size: 1.8em;
  }
}

/*Links*/
a {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.btn {
    display: inline-block;
    padding: 0.25em 0.75em;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 1em;
    line-height: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 1em;
    background-color: #0380c1;
    border: none;
    cursor: pointer;
}

.btn:hover, .btn:focus {
  background-color: #0275b1;
}

.btn::after{  font-family: "Font Awesome 5 Free";
    content: '\f0a9';
    text-decoration: none;
    color: #ffffff;
    margin-left: 10px;
}

/*Styles*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

[class^=icon-],
[class*=" icon-"] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
  vertical-align: middle;
}

.cover-image {
  position: relative;
  z-index: 1;
  margin: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cover-image img {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.largetext {
  font-size: 1.235em; font-weight: 500;color:#4b4e52;
}

@media (max-width: 640px) {
  .largetext {
    font-size: 1.25em;
  }
}

.container {
  width: 90%;
  max-width: 1590px;
  margin: auto;
}

.site {
  position: relative;
  z-index: 1;
}

.site-main--home {
	    background: radial-gradient(at center top, rgb(255, 255, 255), transparent), radial-gradient(at center bottom, rgb(206 234 241), transparent);
	
}
.site-main {
	    background-color:#ffffff;
	
}

.site-main--blue {
  background-color: #b4e7f3;
	background: #b4e7f3;
}

.site-main--purple {
	background: linear-gradient(179deg, #4e55a9 20%, #3698d3 100%); 

}

.site-main--tan {
  background-color: #e7e6e1;
	background: #e7e6e1;
}

@media (max-width: 1125px) {
  .site-main {
    padding-top: 80px;
  }
  .home .site-main {
    padding-top: 0;
  }
}

.archive-title h2{font-size: 14px!important;}
.post-type-archive-tribe_events .site {
  padding-top: 150px;
}

.site-header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 5.333% 0 5.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "sofia-pro", sans-serif;
}

@media (max-width: 1800px) {
  .site-header {
    padding: 20px 9.333% 0 10.33%;
  }
	.container {
  max-width: 1200px;
    padding-left: 65px;
}
}


@media (max-width: 1570px) {
  .site-header {
    padding-left: 6%;
	  padding-right: 6%;}
	  	.container {
      padding-left: 0px;
			max-width: 1332px;
}
  }


@media (max-width: 1125px) {
  .site-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-header a {
  color: inherit;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  cursor: pointer;
}

.site-header-purple .site-navigation-bottom .site-navigation-primary > li {color:white;}
.site-header-purple .site-navigation-utility > li {color:white;}
/** .site-header-purple .site-navigation-utility a:visited {color:white;} **/
.site-header-purple .site-header-search-modal-trigger {color:white;}
.site-main--purple .post-sidebar .accordion-menu li a,
.site-main--purple .post-sidebar .accordion-menu .sub-menu li { color: white;}

.site-header a:visited {
  color: inherit;
}

.site-header a:focus {
  color: inherit;
}

.site-header a:active {
  color: inherit;
}

.site-header a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.has-sticky-header .site-header {
  position: fixed;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  -webkit-animation: fadeInDown 0.3s forwards;
          animation: fadeInDown 0.3s forwards;
}

.has-sticky-header.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .has-sticky-header.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 1125px) {
  .site-header,
  .has-sticky-header .site-header {
    position: fixed;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-animation: none;
            animation: none;
  }
  .admin-bar .site-header {
    top: 32px;
  }
}

@media (max-width: 1125px) and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.site-branding {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.has-sticky-header .site-branding {
  width: 100px;
}

@media (max-width: 1375px) {
  .site-branding {
    max-width: 100px;
  }
}

@media (max-width: 1125px) {
  .site-branding {
    max-width: 80px;
  }
}

.site-navigation-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.has-sticky-header .site-navigation-top {
  margin-top: 10px;
}

.site-navigation-utility, .site-navigation-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  list-style: none;
  color: #5f6165;
}

@media (max-width: 1500px) {
  .site-navigation-utility, .site-navigation-primary {
    font-size: 16px;
  }
}

.site-navigation-utility > li, .site-navigation-primary > li {
  position: relative;
  z-index: 1;
}

.site-navigation-utility > li > .sub-menu, .site-navigation-primary > li > .sub-menu {
  position: absolute;
  z-index: 99;
  margin: 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear, -webkit-transform 0.2s ease;
  transition: visibility 0s 0.3s, opacity 0.3s linear, -webkit-transform 0.2s ease;
  transition: visibility 0s 0.3s, opacity 0.3s linear, transform 0.2s ease;
  transition: visibility 0s 0.3s, opacity 0.3s linear, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.site-navigation-utility > li:hover, .site-navigation-primary > li:hover {
  padding-bottom: 25px;
}

.site-navigation-utility > li:hover > .sub-menu, .site-navigation-primary > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.2s ease;
  transition: opacity 0.3s linear, -webkit-transform 0.2s ease;
  transition: opacity 0.3s linear, transform 0.2s ease;
  transition: opacity 0.3s linear, transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.has-sticky-header .site-navigation-utility > li:hover, .has-sticky-header .site-navigation-primary > li:hover {
  padding-bottom: 25px;
}

.site-navigation-utility {
  position: relative;
  z-index: 2;
  font-weight: 400;
  margin-bottom: 25px;
	font-size:16px;
}

.has-sticky-header .site-navigation-utility {
  margin-bottom: 25px;
}

.site-navigation-utility:hover {
  margin-bottom: 0;
}

.site-navigation-utility > li {
  padding-right: 20px;
}

.site-navigation-utility > li > .sub-menu {
  top: 25px;
  left: 0;
  width: 200px;
  padding: 15px 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(22, 23, 23, 0.39);
          box-shadow: 0 5px 15px rgba(22, 23, 23, 0.39);
  font-size: 14px;
  font-weight: 500;
  color: #5d5f60;
}

.site-navigation-utility > li > .sub-menu > li {
  margin-bottom: 4px;
}

.site-navigation-utility > li > .sub-menu > li:last-child {
  margin-bottom: 0;
}

.site-navigation-primary {
  position: relative;
  z-index: 1;
  font-weight: 600;
	font-size: .986em;

}
@media (max-width: 1274px) {
	.site-navigation-primary {font-size:.83465em;}
}



.site-navigation-primary > li {
  text-transform: uppercase;
  margin-left: 20px;
  padding-bottom: 40px;
}

.has-sticky-header .site-navigation-primary > li, .has-sticky-header .site-navigation-primary > li:hover {
  padding-bottom: 15px;
}

.site-navigation-primary > li:first-child {
  margin-left: 0;
}

.site-navigation-primary > li > .sub-menu {
  top: 45px;
  left: -50%;
  width: 254px;
  padding: 20px 25px;
  background: #fff;
  -webkit-box-shadow: 0 5px 21px rgba(22, 23, 23, 0.39);
          box-shadow: 0 5px 21px rgba(22, 23, 23, 0.39);
}

.site-navigation-primary > li > .sub-menu::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 20px 19px;
  border-color: transparent transparent #ffffff transparent;
}

.site-navigation-primary > li > .sub-menu > li {
  font-size: 14px;
  color: #0073af;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.site-navigation-primary > li > .sub-menu > li:last-child {
  margin-bottom: 0;
}

.site-navigation-primary > li > .sub-menu .menu-title > a {
  pointer-events: none;
}

.site-navigation-primary > li > .sub-menu ul {
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  color: #5d5f60;
  text-transform: none;
}

.site-navigation-primary > li > .sub-menu ul li {
  margin: 1px 0 0;
}

@media (max-width: 1125px) {
  .site-navigation {
    display: none;
	  
  }
}

.mobile-header {
  display: none;
}

@media (max-width: 1125px) {
  .mobile-header {
    display: block;
    margin-right: 50px;
  }
}

.page-header {
  padding-top: 240px;
  padding-bottom: 27px;
  min-height: 448px;
  background: url("../images/header-bkgd.png") no-repeat left top;
}

.page-header--blue {
  background-color: #b4e7f3c9;
	padding-top: 265px;
}
.page-header--blue-2 {
	padding-top: 265px;
background-color: #b4e7f3c9;
}

.page-header--purple {
	background-color: #4b5eaf;
	padding-top:265px;
}

.page-header--purple .page-context h2 {color:white;}

.page-header--purple h1 {color:#ffffff;}

.page-header--tan {
  background-color: #e7e6e1;
  padding-top: 240px;
}

.page-header--white {
    padding-top: 270px;
    min-height: 0;
}

.page-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-header-full {min-height: 448px;}

.page-title h1 {
  margin-right: 1em;
}

.page-title--alt h1 {
  position: relative;
  z-index: 1;
}

@media (min-width: 1126px) {
  .page-title--alt h1 {
    font-size: 3.333em;
  }
}

.page-title--alt h1::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: -0.18em;
    left: -0.35em;
    width: 1.212em;
    height: 1.2125em;
    border-top: 8px #27badd solid;
    border-left: 8px #27badd solid;
}



.page-context {
flex-shrink: 0;
    max-width: 250px;
    
}

.page-context--about {
	margin-right: 80px;
}

.page-context--canada {
	margin-right: 0px;
}

.page-context--getinvolved {
	margin-right: 20px;
}

.page-context--researchers {
	margin-right: 20px;
}
.page-context--researchers img {margin-right:-14px;}

.page-context h2 {
  border-left: 8px #fb880b solid;
  line-height: 0.98;
  padding-left: 6px;
  max-width: 180px;
	font-weight: 700!important;
	font-size:2.12em;
}

.page-context a {
  text-decoration: none;
  color: inherit;
}

.page-context a:visited {
  color: inherit;
}

.page-context a:focus {
  color: inherit;
}

.page-context a:active {
  color: inherit;
}

@media (min-width: 1501px) {
  .page-context--tsc-nav-2 {
    margin-right:84px ;
  }
}
@media (min-width: 1501px) {
  .page-context--tsc-nav {
    margin-right: 53px;
  }
}

@media (max-width: 1350px) {
  .page-header {
    background-size: 100%;
  }
}

@media (max-width: 1125px) {
  .page-header {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 0;
  }
  .page-context {
    max-width: 180px;
  }
}

@media (max-width: 782px) {
  .page-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .page-context {
    max-width: 140px;
  }
}

@media (max-width: 640px) {
  .page-header {
    position: relative;
    padding-bottom: 50px;
  }
	.page-header--white {margin-left: 15px;}
	.page-header .container{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: column-reverse;
	}
  .page-header--tan {
    padding-top: 100px;
  }
	.page-header--blue {
    padding-top: 100px;
  }
		.page-header--blue-2 {
    padding-top: 100px;
  }
  .page-title--alt h1::before {
    border-top-width: 8px;
    border-left-width: 8px;
  }
  .page-context {
    /*position: absolute;*/
    z-index: 1;
    top: 30px;
    /*right: 20px;*/margin-right:0px;
    max-width: 100px;
  }
	  .page-context--about {
    /*position: absolute;*/
    z-index: 1;
    top: 30px;
    /*right: 20px;*/margin-right:0px;
    max-width: 100px;
  }
	  .page-context--canada {
    /*position: absolute;*/
    z-index: 1;
    top: 30px;
    /*right: 20px;*/margin-right:0px;
    max-width: 100px;
  }
	  .page-context--getinvolved {
    /*position: absolute;*/
    z-index: 1;
    top: 30px;
    /*right: 20px;*/margin-right:0px;
    max-width: 100px;
  }
	  .page-context--researchers {
    /*position: absolute;*/
    z-index: 1;
    top: 30px;
    /*right: 20px;*/margin-right:0px;
    max-width: 100px;
  }
		  .page-context--tsc-nav {
    /*position: absolute;*/
    z-index: 1;
    top: 30px;
    /*right: 20px;*/margin-right:0px!important;
    max-width: 100px;
  }
  .page-context h2 {
    border-left-width: 6px;margin-right:0px;
	  font-size:1.58em!important;margin-bottom: 20px;
  }
}

.page-content {
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;

}
.page-content-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
.page-content-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}

@media (max-width: 782px) {
  .page-content {
    display: block;
  }
	.page-content-2 {
    display: block;
  }
		.page-content-white {
    display: block;
  }
}

.page-content .entry {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 45px 0 80px;
}

.page-content-white .entry {
	  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
	padding:20px 0 80px;
}


.page-content-2 .entry {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 45px 0 80px;
}

.page-sidebar {
  max-width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto 50px;
}
.page-sidebar-board {
  max-width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto 50px;
}
.page-sidebar-board h2 {margin:20px 0 20px -35px;}

@media (min-width: 783px) {
  .page-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
  }
	  .page-sidebar-board {
    top: 112px;
  }
  .admin-bar .page-sidebar {
    top: 144px;
  }

}

.entry {
  font-size: 1.111em;
  line-height: 1.2;
  font-weight: 400;
}

.entry li::marker {color:#;}

@media (max-width: 640px) {
  .entry {
    font-size: 1em;
  }
		.page-content .entry {
  padding: 45px 0 20px;
}
		.page-content-2 .entry {
  padding: 45px 0 20px;
}
			.page-content-white .entry {
  padding: 45px 0 20px;
}
}

.entry a:not(.btn) {
  font-weight: 500;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  color: #007db4;text-decoration: none;
}

.entry a:not(.btn):visited {
  color: #007db4;
}

.entry a:not(.btn):focus {
  color: #007db4;
}

.entry a:not(.btn):active {
  color: #007db4;
}

.entry a:not(.btn):hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;text-decoration: underline;
}

.entry hr {
  clear: both;
}

.entry h2 {
  margin-bottom: 0.65em;
}

.entry h3 {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.457em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0073af;
	letter-spacing: -0.05em;
}

.entry h4 {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: #0073af;
}
.entry h5 {  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: ;
  margin-bottom: 5px;
  }
.entry h6 {  font-family: "sofia-pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: ;
  margin-bottom: 5px;
  }

.related-content-title {

  font-weight: 600;
  margin-bottom: 25px;
}

.related-content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin: 50px;
}
.related-content-section {margin-top:-60px;margin-bottom:90px;}

.related-content-grid .archive-grid-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.related-content-grid .archive-grid-item:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.related-content-grid .archive-grid-item .item-image .cover-image {
  padding-top: 63%;
}

.related-content-grid .archive-grid-item .item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.related-content-grid .archive-grid-item .post-title {
  font-size: 1.33em;
  margin-bottom: 10px;
}

.related-content-grid .archive-grid-item .post-excerpt {
  margin: 0 0 10px;
}

.related-content-grid .archive-grid-item .post-more-link:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.related-content-list {
  list-style: none;
  margin: 0 0px 50px;
}

.related-content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.related-content-list-item svg {
  height: 46px;
  width: auto;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.related-content-list-item .icon-media-document {
  fill: #fb880b;
}

.related-content-list-item .icon-media-audio {
  fill: #b15cd3;
}

.related-content-list-item .icon-media-video {
  fill: #0073af;
}

.related-content-list-item a {
  color: inherit;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.related-content-list-item a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

@media (max-width: 782px) {
  .related-content-grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .related-content-list {
    margin-left: auto;
    margin-right: auto;
  }
	
	.related-content-section {margin-top:-20px;margin-bottom:90px;}
	
}

@media (max-width: 640px) {
  .related-content-title {
    text-align: center;
  }
  .related-content-grid {
    max-width: 300px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-sidebar ul,
.post-sidebar ul {
  list-style: none;
  margin: 0;
}

.page-sidebar-menu,
.post-sidebar-menu {
border-top: 8px #27badd solid;
    border-bottom: 8px #27badd solid;
    padding: 25px 0 3px;
    width: 200px;
}

.page-sidebar a:not(.btn),
.post-sidebar a:not(.btn) {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}

.page-sidebar a:not(.btn):hover,
.post-sidebar a:not(.btn):hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.accordion-menu > li {
  margin-bottom: 0.75em;
  font-family: "sofia-pro", sans-serif;
    color: rgb(0, 115, 175);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0;
}

.accordion-menu > li > a {
  font-weight: 600;
  color: #4b4e52;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.accordion-menu li.current-menu-item > a {
	text-decoration: underline;
}

.accordion-menu > li > a:visited {
  color: #4b4e52;
}

.accordion-menu > li > a:focus {
  color: #4b4e52;
}

.accordion-menu > li > a:active {
  color: #4b4e52;
}

.accordion-menu li.menu-item-has-children {
  padding-left: 0;
}

.accordion-menu li.menu-item-has-children > a {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: ;
}

.accordion-menu li.menu-item-has-children > a::before {
  content: "\2b";
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  z-index: 1;
  right: -10px;
  /*bottom: 0.125em;*/
  width: 9px;
  height: 9px;
	font-weight: 400;
  /*background-image: url("../images/carrot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.accordion-menu li.menu-item-has-children.active > a::before {
  content: "\f068";
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  z-index: 1;
  right: -10px;
  /*bottom: 0.125em;*/
  width: 9px;
  height: 9px;
  /*background-image: url("../images/carrot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.accordion-menu li.menu-item-has-children.active > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  height: auto;
  -webkit-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
}

.accordion-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  height: 0;
  overflow: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, height 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, height 0.3s;
  margin-top: 0.25em;
  padding-left: 10px;
}

.accordion-menu .sub-menu li {
  font-family: "sofia-pro", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.333em;
	text-transform: none;
}

.accordion-menu .sub-menu a {
  font-weight: normal;
  color: #4b4e52;
}

.accordion-menu .sub-menu a:visited {
	color: #4b4e52;
}

.accordion-menu .sub-menu a:focus {
  color: #4b4e52;
}

.accordion-menu .sub-menu a:active {
  color: #4b4e52;
}


.resource-menu li {
  font-family: "sofia-pro", sans-serif;
   font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.333em;
	text-transform: uppercase;
	color:#0073af;
}


.resource-menu a {
  font-weight: bold;
  color: #0073af;
}

.resource-menu a:visited {
  color: #0073af;
}

.resource-menu a:focus {
  color: #0073af;text-transform: underline;
}

.resource-menu a:active {
  color: #0073af;
	text-decoration:underline;
}


@media (min-width: 1126px) {
  .resource-menu {
    min-width: 175px;
  }
}

.resource-menu .current-cat a {
    text-decoration: underline;
}

.archive-grid-item a, .home-news-events-grid-item a {
	text-decoration: none;
}

.sponsors-section {
  background-color: #e3e2dca6;
  padding: 65px 0;
  text-align: center;margin-top:30px;
}

.sponsors-section h3 {margin:10px;text-transform: uppercase;font-size:14px;}
.sponsors-section h2 {font-size:1.5em;font-weight: 500;}

.sponsors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	gap: 20px;
}

.sponsors-list-level {
  -ms-flex-negative: 0;
      flex-shrink: 0;
    margin: 10px 0;
    padding-right: 20px;
}


.sponsors-list-level h3 {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1;
  margin: 20px 0 8px;
  font-weight: bold;
  text-transform: uppercase;
  color: #454749;
}

.sponsors-list-level:last-child {
  border-right:none;
}

.sponsors-list-logos {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sponsors-list-logos li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1125px) {
  .sponsors-list-level {
    margin-bottom: 20px;
  }
  .sponsors-list-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .sponsors-list {
    display: block;
  }
}

.search-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 115, 175, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (min-width: 1001px) {
  .home .search-modal {
    padding-top: 90px;
  }
}

.search-modal-inner {
  width: 100%;
}

.search-modal .popup-modal-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 1.25em;
  -webkit-transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.search-modal .popup-modal-close:hover {
  -webkit-box-shadow: 0 3px 31px rgba(0, 0, 0, 0.32);
  box-shadow: 0 3px 31px rgba(0, 0, 0, 0.32);
}

.search-modal .popup-modal-close::before {
  display: inline-block;
  content: 'X';
  margin-right: 0.5em;
}

@media (max-width: 1000px) {
  .search-modal .popup-modal-close {
    top: 100px;
    right: 5%;
  }
}

.search-form-wrapper {
  position: relative;
  z-index: 2;
  max-width: 800px;
	
}

@media (min-width: 1001px) {
  .search-form-wrapper {
    font-size: 24px;
  }
}

.search-form-wrapper .search-form {
  width: 100%;
  margin: 0 0 20px;
}

.search-form-wrapper .search-input {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  height: 56px;
  padding-left: 80px;
  background: #fff url("../images/icon-search.png") no-repeat scroll 30px center;
  background-size: 22px auto;
  border-radius: 40px;
  border: 0;
  -webkit-box-shadow: 0 3px 31px rgba(0, 0, 0, 0.52);
  box-shadow: 0 3px 31px rgba(0, 0, 0, 0.52);
}

.search-form-wrapper .search-submit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.search-form-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.search-form-terms-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  font-size: 1em;
  text-transform: uppercase;
}

.search-form-terms-list ul {
  list-style: none;
  margin: 0;
}

.search-form-terms-list ul li {
  margin: 0;
}

.search-form-terms-list a {
  color: inherit;
}

.search-form-terms-list a:hover, .search-form-terms-list a:focus {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

@media (max-width: 1000px) {
  .search-form-terms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.search-result {
  padding-bottom: 1em;
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
  margin-bottom: 2em;
}

.search-result-type {
  font-family: "sofia-pro", sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  color: #454749;
}

.search-result-title {
  font-size: 2.22em;
}

@media (max-width: 640px) {
  .search-result-title {
    font-size: 1.5em;
  }
}

.entry .search-result-title a:not(.btn) {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.entry .search-result-title a:not(.btn):hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.site-footer {
  padding: 40px 20px 50px;
  background: #0073af;
  color: #fff;
}

.site-footer a {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  color: inherit;
}

.site-footer a:visited {
  color: inherit;
}

.site-footer a:focus {
  color: inherit;
}

.site-footer a:active {
  color: inherit;
}

.site-footer a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.site-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
}

@media (max-width: 1125px) {
  .site-footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
	
}

.site-footer-contact {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: auto;
}

@media (max-width: 640px) {
  .site-footer-contact {
    text-align: center;
  }
}

.site-footer-contact .footer-logo {
  float: left;
  margin-right: 15px;
}

@media (max-width: 640px) {
  .site-footer-contact .footer-logo {
    float: none;
    margin: 0 auto 10px;
  }
	
}


.site-footer-contact .contact-info {
  overflow: auto;
  margin: 10px auto;
  line-height: 1.333;
  font-weight: 500;
}

@media (max-width: 1125px) {
  .site-footer-contact .contact-info {
    margin-bottom: 40px;
  }
}

.site-footer-social ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-footer-social li {
  margin-right: 25px;
}

.site-footer-social a {
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.site-footer-social a:hover {
  opacity: 0.7;
}

.site-footer-social svg {
  display: block;
  width: 30px;
  height: auto;
  fill: currentColor;
}

.site-footer-social svg.icon-twitter {
  width: 30px;
}

.site-footer-bottom {
  text-align: left;
	max-width: 1550px;
	margin:0 auto!important;
  line-height: 1.444;
}

.site-footer-bottom p {
  margin: 0;
  font-size: .7625em;
}

@media (max-width: 1125px) {
  .site-footer-bottom p {
    margin-bottom: 10px;
  }
}

.site-footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0 30px;
	  text-align: left;
	max-width: 1550px;
	margin:0 auto!important;
}



.site-footer-logos img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 640px) {
  .site-footer-logos {
    margin-bottom: 60px;
  }
	.site-footer-social svg {width:25px;}
	.site-footer-social li {
  margin-right: 15px;
}
}

.site-footer .copyright {
  display: inline-block;
}

@media (max-width: 640px) {
  .site-footer .copyright {
    display: block;
  }
  .site-footer .copyright span {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
}

.site-main--news .page-header .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-main--news .page-title h1 {
  font-size: 3.333em;
}

.site-main--news .post-meta {
  margin: 15px 0;
  font-size: 1.333em;
  letter-spacing: -0.025em;
  color: #0073af;
}

.site-main--news .post-updated {
  font-weight: bold;
}

.site-main--news .post-sidebar {
  padding: 50px 0;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 40px;
}

.site-main--news .post-sidebar .widget {
  margin-top: 30px;
}

.site-main--news .page-content {
  gap: 30px;
}

.site-main--news .featured-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-width: 380px;
  padding: 50px 0;
}

@media (max-width: 782px) {
  .site-main--news .featured-image {
    margin: auto;
    padding-bottom: 0;
  }
}

@media (max-width: 1350px) {
  .site-main--news .page-title h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 782px) {
  .site-main--news .page-header {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .site-main--news .page-title h1 {
    font-size: 2em;
  }
  .site-main--news .post-meta {
    font-size: 1em;
  }
}

.archive .site-main--blue .container {
  max-width: 1590px;
}
.archive .post-sidebar-menu {
width: 175px;
margin-bottom: 2em;
}


.post-type-archive-tsca_resource .site-main .container,
.tax-tsca_resource_type .site-main .container {
  max-width: 1590px;
}

@media (min-width: 783px) {
  .post-type-archive-tsca_resource .page-header,
  .tax-tsca_resource_type .page-header {

  }
  .post-type-archive-tsca_resource .page-context--tsc-nav,
  .tax-tsca_resource_type .page-context--tsc-nav {
    margin-right: 70px;
  }
}

@media (max-width: 782px) {
  .post-type-archive-tsca_resource .post-sidebar,
  .tax-tsca_resource_type .post-sidebar {
    max-width: 500px;
    margin: auto;
  }
}

.archive-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  gap: 20px 25px;
  margin: 0px auto 100px;
}

.archive-grid--taxonomy, .archive-grid--resources {
  margin-top: 0;
}

.archive-grid-item {
  padding: 26px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(22, 23, 23, 0.3);
          box-shadow: 0 5px 20px rgba(22, 23, 23, 0.3);
}

.archive-grid-item:hover {
	cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.archive-grid-item:hover .post-more-link {
	-webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.archive-grid-item .item-image {
  margin-bottom: 15px;
}

.archive-grid-item .item-image .cover-image {
  padding-top: 52%;
}

.archive-grid-item .post-title {
  font-family: "sofia-pro", sans-serif;
  font-size: 1.277em;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #0073af;
  font-weight: 600;
		margin-bottom: 10px;
}

.archive-grid-item .post-title a {
  text-decoration: none;
  color: inherit;
}

.archive-grid-item .post-title a:visited {
  color: inherit;text-decoration: none;
}

.archive-grid-item .post-title a:focus {
  color: inherit;text-decoration: none;
}

.archive-grid-item .post-title a:active {
  color: inherit;text-decoration: none;
}

.archive-grid-item .post-meta {
  font-weight: bold;
  color: #27badd;
  font-size: 0.88em;
  margin: 10px 0;
}

.archive-grid-item .post-excerpt {
  font-size: 0.88em;
  line-height: 1.3125;
    color: #37383a;
	font-weight: 500;
}

.archive-grid-item .post-more-link {
  display: inline-block;
}

.archive-grid-item .post-more-link .icon-arrow-circle-right {
  fill: #27badd;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 20px;
  height: 20px;
}

/*.archive-grid-item .post-more-link:hover {
  padding-left: 5px;
}

.archive-grid-item .post-more-link:hover .icon-arrow-circle-right {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
*/
@media (min-width: 783px) {
   .archive-grid-item--first, .archive-grid-item--first a {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .archive-grid-item--first .item-image {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
  }
  .archive-grid-item--first .item-image .cover-image {
    padding-top: 100%;
  }
  .archive-grid-item--first .item-content {
    padding: 20px 0;
  }
  .archive-grid-item--first .post-title {
    font-size: 2.3em;
    line-height: 1;
  }
  .archive-grid-item--first .post-meta {
    font-size: 1em;
  }
  .archive-grid-item--first .post-excerpt {
    font-size: 1em;
    line-height: 1.222;
  }
  .archive-grid-item--first .post-more-link .icon-arrow-circle-right {
    width: 33px;
    height: 33px;
  }
  .archive-grid-item--first .post-more-link:hover {
    padding-left: 8px;
  }
  .archive-grid-item--first .post-more-link:hover .icon-arrow-circle-right {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
}

@media (max-width: 1125px) {
  .archive-grid {
    margin-top: 0;
  }
}

@media (max-width: 782px) {
  .archive-grid {
    display: block;
    max-width: 500px;
    margin: auto;
    padding: 0 0 50px;
  }
  .archive-grid-item {
    margin-bottom: 20px;
  }
}

.archive-grid--resources .archive-grid-item .cover-image {
  padding-top: 68%;
}

.navigation.pagination {
  text-align: center;
  padding: 0 0 50px;
}

.navigation.pagination .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
  background-color: #fff;
  color: #0073af;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination a.page-numbers:hover {
  background: #0073af;
  color: #fff;
}

.home-hero {
  position: relative;
  z-index: 1;
  min-height: 720px;
  padding-top: 190px;
  margin-bottom: 105px;
}

.home-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1450px;
  padding-left: 80px;
  padding-bottom: 220px;
}

@media (max-width: 1125px) {
  .home-hero-inner {
    padding-left: 0;
  }
	.home-hero-content {padding-top:0;}
	.home-hero {padding-top:120px;}
}

.home-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 52px;
}

.home-hero-title {
  max-width: 700px;
  color: #0073af;
  font-family: "sofia-pro", sans-serif;
  font-size: 6.2342em;
  line-height: 0.8909;
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.0775em;
  margin: 0 0 0.36em;
}

.home-hero p {font-size:1.0125em;}

.home-hero-title sup {
  font-size: 0.2927em;
	padding-left: 1px;
}

@media (max-width: 782px) {
  .home-hero-title {
    font-size: 3em;
    max-width: 300px;
  }
}

.home-hero-form {
  max-width: 580px;
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  line-height: 1.333;
  font-weight: 500;
  color: #35383b;
}

@media (max-width: 782px) {
  .home-hero-form {
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .home-hero-form {
    max-width: none;
  }
  .home-hero-form p {
    max-width: 420px;
  }
}

.home-hero-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}

.home-hero-form form div:first-child,
.home-hero-form form input:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.home-hero-form input {

    border: 1px #999b9d solid;
	border-top:none;
	border-left:none!important;
	border-right:none;
    font: inherit;
    width: 100%;
    padding: 6px 10px;
}

.home-hero-form button,
.home-hero-form input[type="submit"] {
  border: 0;
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 2em;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: .986em;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #0380c1;   cursor: pointer;
}

/*.home-hero-form button::after{  font-family: "Font Awesome 5 Free";
    content: '\f0a9';
    text-decoration: none;
    color: #ffffff;
    margin-left: 10px;
}*/


.home-hero-form button:hover, .home-hero-form button:focus,
.home-hero-form input[type="submit"]:hover,
.home-hero-form input[type="submit"]:focus {
  background-color: #0275b1;
}

.home-hero-image, .home-hero-image-wrapper {
  position: absolute;
  z-index: 1;
}

.home-hero-image-wrapper {
  top: 20px;
  right: -30px;
  width: 49%;
  height: 100%;
}

.home-hero-image {
  
  overflow: hidden;
  border-radius: 50%;
  /*
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  */
}

.home-hero-image .cover-image {
  padding-top: 100%;
}

.home-hero-image--top {
  top: -5px;
  right: 0;
	width:61%;
}

.home-hero-image--bottom {
	width:56%;
  bottom: 10px;
  left: 30px;
  z-index: 2;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}

@media (max-width: 1125px) {
  .home-hero-image-wrapper {
    top: 20%;
    height: 80%;
  }
  .home-hero-image {
    width: 50%;
  }
}

@media (max-width: 782px) {
  .home-hero-image-wrapper {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 180px;
    right: 0;
  }
  .home-hero-image {
    width: 163px;
  }
}

.home-hero-lines {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: -50px;
  right: 0;
  overflow: hidden;
}

.home-hero-lines .line {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: -6vw;
  width: 110vw;
  height: auto;
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.home-hero-lines .line--orange {
  z-index: 1;
  margin-bottom: 10px;
}

.home-hero-lines .line--teal {
  z-index: 2;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.home-hero-lines .line--purple {
  z-index: 3;
  margin-bottom: 56px;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.home-hero-lines .line path {
  stroke-width: 28px;
  vector-effect: non-scaling-stroke;
}

@media (max-width: 782px) {
  .home-hero-lines .line path {
    stroke-width: 15px;
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.home-stories-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1500px;
  padding: 70px 0 80px 60px;
  margin-bottom: 90px;
}

.home-stories-section .icon-arrow-circle-right {
  fill: #27badd;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.home-stories-section a {
  text-decoration: none;
  color: #0073af;
}

.home-stories-section a:visited {
  color: #0073af;
}

.home-stories-section a:focus {
  color: #0073af;
}

.home-stories-section a:active {
  color: #0073af;
}

@media (max-width: 782px) {
  .home-stories-section {
    display: block;
    padding: 0;
	}
	.home-stories-feed {justify-content: space-around;}
}

.home-stories-header {
  font-size: 4.777em;
  max-width: 3.13em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home-stories-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home-stories-header .icon-arrow-circle-right {
  width: 0.51em;
  height: 0.51em;
}

.home-stories-header a:hover .icon-arrow-circle-right {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

@media (max-width: 1125px) {
  .home-stories-header {
    font-size: 3.7em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (max-width: 782px) {
  .home-stories-header {
    max-width: 4em;
    margin-bottom: 30px;
  }
  .home-stories-header a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  .home-stories-header a svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.home-stories-title {
  color: #0073af;
  font-family: "sofia-pro", sans-serif;
  font-size: 1em;
  line-height: 0.87;
  font-weight: 600;
  margin: 0 0 0.23em;
  text-transform: 0;
  letter-spacing: -0.075em;
}

.home-stories-feed {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 27px;
  border-left: 1px #999b9d  solid;
  padding-left: 30px;
}

.home-stories-feed-item {
  width: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home-stories-feed-link {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-family: "sofia-pro", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.075em;
}

.home-stories-feed-link-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-stories-feed-link .icon-arrow-circle-right {
  width: 1.375em;
  height: 1.375em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 7px 0 0;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.home-stories-feed-link .cover-image {
  position: relative;
  z-index: 2;
  padding-top: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.home-stories-feed-link:hover .cover-image, .home-stories-feed-link:focus .cover-image {
  opacity: 0;
}

.home-stories-feed-link:hover .icon-arrow-circle-right, .home-stories-feed-link:focus .icon-arrow-circle-right {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

@media (max-width: 782px) {
  .home-stories-feed {
    margin: 0;
    border: 0;
    padding: 0;
  }
}

.home-tsc-nav-section {
  position: relative;
  z-index: 1;
  padding: 175px 0 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	background-attachment: ;
}

.home-tsc-nav-section::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.504622)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.504622) 0%, rgba(255, 255, 255, 0) 100%);
}

.home-tsc-nav-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}

@media (max-width: 1125px) {
  .home-tsc-nav-section {
    padding: 0;
  }
  .home-tsc-nav-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 160px 4% 60px;
    background-color: rgba(0, 0, 0, 0.29);
  }
}

@media (max-width: 640px) {
  .home-tsc-nav-section .container {
    padding: 40px 4%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
	  
  }
  .home-tsc-nav-section .container .home-tsc-nav-title {
    width: 100%;
    text-align: right;
    margin-bottom: 200px;
  }
  .home-tsc-nav-section .container .home-tsc-nav-title img {
    max-width: 150px;
  }
}

.home-tsc-nav-title {
  margin: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1125px) {
  .home-tsc-nav-title {
    margin-bottom: 50px;
  }
}

.home-tsc-nav-cta {
  position: relative;
  z-index: 3;
  background: #fff;
  width: 450px;
  padding: 45px 50px 50px 55px;
}

.home-tsc-nav-cta::before, .home-tsc-nav-cta::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.home-tsc-nav-cta::before {
  border-top: 11px #ff931e solid;
  border-left: 11px #ff931e solid;
  -webkit-transform: translate(18px, -24px);
          transform: translate(18px, -24px);
}

.home-tsc-nav-cta::after {
  border-bottom: 11px #27badd solid;
  border-right: 11px #27badd solid;
  -webkit-transform: translate(20px, -10px);
          transform: translate(20px, -10px);
}

.home-tsc-nav-cta:hover::before {
  -webkit-transform: translate(10px, -20px);
          transform: translate(10px, -20px);
}

.home-tsc-nav-cta:hover::after {
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.home-tsc-nav-cta a {
  text-decoration: none;
  color: #131516;
}

.home-tsc-nav-cta a:visited {
  color: #131516;
}

.home-tsc-nav-cta a:focus {
  color: #131516;
}

.home-tsc-nav-cta a:active {
  color: #131516;
}

.home-tsc-nav-cta a::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.home-tsc-nav-cta-title {
  font-family: "sofia-pro", sans-serif;
  font-size: 3.222em;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 0.125em;
  text-transform: 0;
  letter-spacing: -0.075em;
  color: #0073af;
}

.home-tsc-nav-cta p {
  font-family: 'Inter', sans-serif;
  font-size: 1.666em;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  letter-spacing: -0.005em;
}

.home-tsc-nav-cta .icon-arrow-circle-right {
  fill: #27badd;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 44px;
  height: 44px;
  float: right;
  margin-top: -10px;
}

.home-tsc-nav-cta a:hover .icon-arrow-circle-right {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

@media (max-width: 1125px) {
  .home-tsc-nav-cta {
    width: auto;
    max-width: 400px;
  }
  .home-tsc-nav-cta-title {
    font-size: 2.22em;
  }
  .home-tsc-nav-cta p {
    font-size: 1.5em;
  }
}

.home-mission-section {
  background: #7c39af;
  color: #fff;
  padding: 100px 0 150px;
}

.home-mission-section .container {
  max-width: 1040px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.home-mission-section-top {
  max-width: 700px;
  margin-bottom: 65px;
}

.home-mission-section-bottom {
  max-width: 870px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.home-mission-title {
  position: relative;
  z-index: 1;
  font-family: "sofia-pro", sans-serif;
  font-size: 5.611em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.075em;
  margin-bottom: 0.3em;
  color: #fff;
}

.home-mission-title em {
  font-style: inherit;
  color: #27badd;
}

.home-mission-title::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: -0.05em;
  left: -0.25em;
  width: 1.05em;
  height: 1em;
  border-top: 11px #ff931e solid;
  border-left: 11px #ff931e solid;
}

.home-mission-content {
  padding-left: 200px;
  font-family: 'Inter', sans-serif;
  font-size: 1.16em;
  line-height: 1.38;
  font-weight: 500;
}

.home-mission-content p {
  margin-bottom: 0;
}

.home-mission-stats {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  	display: grid;
grid-template-columns: repeat(3,minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0px;
  padding-top: 20px;
}

.home-mission-stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  padding-right: 30px;
  border-right: 1px #ffffffa6 solid;
  margin: 0;
}
    .home-mission-stats-item > span  {  display: block;  }

.home-mission-stats-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.home-mission-stats .stat {
  font-family: "sofia-pro", sans-serif;
  font-size: 4.5em;
  line-height: 0.6;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 0.3em;
}

.home-mission-stats .desc {
  font-family: 'Inter', sans-serif;
  font-size: 1.61em;
  line-height: 1;
  font-weight: 500;
 
}

@media (max-width: 782px) {
  .home-mission-section {
    padding: 50px 0;
  }
  .home-mission-section-bottom {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .home-mission-title {
    font-size: 3.7em;
  }
  .home-mission-title::before {
    border-top: 8px #ff931e solid;
    border-left: 8px #ff931e solid;
  }
  .home-mission-content {
    padding-left: 0;
    font-size: 1em;
  }
  .home-mission-stats {
    gap: 40px;
    padding-top: 20px;
  }
  .home-mission-stats .stat {
    font-size: 2.5em;
  }
  .home-mission-stats .desc {
    font-size: 1.25em;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .home-mission-section-bottom {
    display: block;
  }
  .home-mission-title {
    font-size: 3em;
  }
  .home-mission-title::before {
    border-top: 6px #ff931e solid;
    border-left: 6px #ff931e solid;
  }
  .home-mission-stats {
    gap: 20px;
    padding-top: 20px;
  }
  .home-mission-stats .stat {
    font-size: 2.5em;
  }
  .home-mission-stats .desc {
    font-size: 1em;
  }
}

.home-spotlight-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46% 54%;
      grid-template-columns: 46% 54%;
}

.home-spotlight-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 120px 0 50px;
}

.home-spotlight-content-inner {
  max-width: 425px;
  margin-right: 100px;
  text-align: right;
  font-size: 1.16em;
  line-height: 1.38;
  color: #0a090a;
  letter-spacing: -0.025em;
}

.home-spotlight-title {
  font-family: "sofia-pro", sans-serif;
  font-size: 4.8em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.075em;
  margin-bottom: 20px;
  color: #0073af;
}

.home-spotlight-title span {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 0.5em;
}

.home-spotlight-link {
  display: inline-block;
}

.home-spotlight-link .icon-arrow-circle-right {
  fill: #27badd;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 44px;
  height: 44px;
  float: right;
  margin-top: -10px;
}

.home-spotlight-link:hover {
  padding-left: 10px;
}

.home-spotlight-link:hover .icon-arrow-circle-right {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.home-spotlight-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.home-spotlight-image-clip {
  position: absolute;
  z-index: 2;
  left: -1px;
  top: -1%;
  height: 102%;
  width: auto;
  pointer-events: none;
}

.home-spotlight-image .cover-image {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center top;
}

@media (max-width: 1125px) {
  .home-spotlight-section {
    -ms-grid-columns: 54% 46%;
        grid-template-columns: 54% 46%;
  }
  .home-spotlight-title {
    font-size: 3.7em;
  }
  .home-spotlight-content-inner {
    max-width: 325px;
    margin-right: 50px;
  }
}

@media (max-width: 782px) {
  .home-spotlight-section {
    display: block;
    position: relative;
    z-index: 1;
  }
  .home-spotlight-content {
    display: block;
    padding: 50px 0;
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .home-spotlight-content-inner {
    max-width: 80%;
    margin: auto;
    text-align: left;
  }
  .home-spotlight-image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .home-spotlight-image-clip {
    display: none;
  }
}

.home-news-events-section {
  background-color: #e3e2dc;
  padding: 100px 0 120px;
}

.home-news-events-section .container {
  max-width: 1590px;padding-left:0;
}

.home-news-events-header {
  text-align: center;
  margin-bottom: 38px;
}

.home-news-events-header .btn {
  margin: 0 5px;
}

.home-news-events-title {
  font-family: "sofia-pro", sans-serif;
  font-size: 5.255em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.075em;
  margin-bottom: 20px;
  color: #0073af;
}

.home-news-events-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 26px;
	padding:20px 0;
	max-width: 1450px; margin:auto;
}

.home-news-events-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 13px;
  -webkit-box-shadow: 0 5px 21px rgba(0, 0, 0, 0.29);
          box-shadow: 0 5px 21px rgba(0, 0, 0, 0.29);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.home-news-events-grid-item .item-heeader,
.home-news-events-grid-item .item-desc {
  position: relative;
  z-index: 1;
}

.home-news-events-grid-item .cover-image {
  padding-top: 51.8%;
  margin-bottom: 5px;
}

.home-news-events-grid-item .item-title {
  font-family: "sofia-pro", sans-serif;
  font-size: 33px;
  line-height: 1;
  font-weight: 600;
  margin: 15px 0 15px 0;
  letter-spacing: normal;
  text-transform: none;
  color: #0073af;
}

.home-news-events-grid-item .item-desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #45484D;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
}

.home-news-events-grid-item .item-desc p {
  margin-bottom: 0.5em;
}

.home-news-events-grid-item .item-link {
  display: inline-block;
  text-decoration: none;
  color: #27badd;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.home-news-events-grid-item .item-link .icon-arrow-circle-right {
  width: 22px;
  height: auto;
}

.home-news-events-grid-item .item-link::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.home-news-events-grid-item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.home-news-events-grid-item:hover .item-link {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

@media (min-width: 1126px) {
  .home-news-events-grid-item:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 3 / 2;
  }
  .home-news-events-grid-item:first-child .cover-image {
    padding-top: 79.24%;
	  height: 450px;
  }
  .home-news-events-grid-item:first-child .item-title {
    font-size: 38px;
    margin: 15px 0 20px;
  }
  .home-news-events-grid-item:first-child .item-desc {
    font-family: 'Inter', sans-serif;
    font-size: 21px;
    line-height: 1.166;
    letter-spacing: -0.02em;
  }
  .home-news-events-grid-item:first-child .item-link .icon-arrow-circle-right {
    width: 44px;
  }
}

@media (max-width: 1125px) {
  .home-news-events-title {
    font-size: 3.77em;
  }
  .home-news-events-grid {
    gap: 30px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    
    max-width: 500px;
    margin: auto;
  }
}

.home-help-section {
  background-color: #0285bf;
  padding: 55px 0;
}

.home-help-inner, .home-help-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-help-title {
  color: #fff;
  font-family: "sofia-pro", sans-serif;
  font-size: 3.777em;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.075em;
  margin: 0 20px 0 0;
}

.home-help-link {
  color: #ffffff;
  gap: 12px;
  margin-left: 25px;
  font-size: 1.333;
  font-weight: 600;
  letter-spacing: -0.025em;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.home-help-link:visited {
  color: #ffffff;
}

.home-help-link:focus {
  color: #ffffff;
}

.home-help-link:active {
  color: #ffffff;
}

.home-help-link svg {
  fill: #fff;
  height: 40px;
  width: auto;
}

.home-help-link:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

@media (max-width: 1125px) {
  .home-help-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-help-title, .home-help-link {
    margin: 0 0 20px;
  }
}

.page-template-stories-of-hope .site-main .container {
  max-width: 1590px;
}

.page-template-stories-of-hope .page-context--tsc-nav {
  margin-right: 120px;
}

.single-tsca_story_of_hope .site-main--news .page-header .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.single-tsca_story_of_hope .site-main--news .page-header .post-meta {
  font-weight: bold;
  margin: 10px 0 0;
}

.stories-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 55px auto 90px;
	justify-content:center;
}


.stories-feed-item {
  width: 212px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.stories-feed-item.hidden {
  display: none;
}

@media (max-width: 782px) {
  .stories-feed {
    max-width: 500px;
    gap: 4%;
  }
  .stories-feed-item {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media (max-width: 640px) {
  .stories-feed {
    max-width: 400px;
  }
}

.stories-feed-link {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-family: "sofia-pro", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.075em;
  font-weight: 500;
  text-align: center;
  color: #0073af;
}

.stories-feed-link:visited {
  color: #0073af;
}

.stories-feed-link:focus {
  color: #0073af;
}

.stories-feed-link:active {
  color: #0073af;
}

@media (max-width: 640px) {
  .stories-feed-link {
    font-size: 18px;
  }
}

.stories-feed-link-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1em;
}

.stories-feed-link .icon-arrow-circle-right {
  width: 1.375em;
  height: 1.375em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 7px 0 0;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  fill: #27badd;
}

.stories-feed-link .cover-image {
  position: relative;
  z-index: 2;
  padding-top: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.stories-feed-link .cover-image--placeholder {
  background-color: #fff;
  background-position: 52% center;
  background-size: 50% auto;
}

.stories-feed-link:hover .cover-image, .stories-feed-link:focus .cover-image {
  opacity: 0;
}

.stories-feed-link:hover .icon-arrow-circle-right, .stories-feed-link:focus .icon-arrow-circle-right {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.stories-feed-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.stories-feed-filters .filter-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.stories-feed-filters .filter-field label {
  color: #4f5152;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.stories-feed-filters .filter-field-select {
  position: relative;
  z-index: 1;
}

.stories-feed-filters .filter-field-select select {
  height: 30px;
  min-width: 153px;
  border: 0;
  -moz-appearance: none;
       appearance: none;
  /*  safari  */
  -webkit-appearance: none;
  /*  other styles for aesthetics */
  width: 100%;
  padding: 0 30px 0 20px;
  background-color: #fff;
  border-radius: 50px;
  color: inherit;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
}

.stories-feed-filters .filter-field .icon-arrow-circle-right {
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 20px;
  height: 20px;
  pointer-events: none;
  fill: #27badd;
}

/*Team Members*/
.team-department.slug-president { display: none; }
.team-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
  text-align: left;
  padding-bottom: 43px;
	max-width: 1200px; margin:auto;
  
}
.team-sub-department {    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.125em;
color:#0073af;
letter-spacing: -.05em;}

.team-grid:last-child {
  border-bottom: 0;
}

.team-grid-item {
  margin: 30px 0;
}

/*.team-department::after {
	    display: inline-block;
    content: "";
    border-top: 1px solid #27badd;
    width: 100%;
    transform: translateY(-1rem);
}*/

.team-grid-item-name {
    font-family: "sofia-pro", sans-serif;
  font-weight: 600;
	font-size: 1.125em;
  margin-bottom:0;
}
.team-grid-item-name a {text-decoration: none;color:#4b4e52!important;}

.team-department {    font-family: "sofia-pro", sans-serif;
    font-size: 2.0em!important;
	line-height: .0125em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0073af;
    letter-spacing: -.05em;}

.team-grid-item-photo img {
  width: 200px;
  border-radius: 50%;
}

.team-grid-item-position {
    font-size: .75em;
    line-height: normal;
	color:#4b4e52;
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
	font-weight: normal;
}

.single-tsa_team_member .related-content-list {
  margin-left: 0;
  margin-right: 0;
}

.single-tsa_team_member .related-content-list a:not(.btn) {
  color: inherit;
}

.single-tsa_team_member .related-content-list a:not(.btn):hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.single-tsa_team_member .related-content-list svg {
  fill: #27badd;
}

.single-tsa_team_member .featured-image img {
border-radius:50%;
}

/*Testimonial Carousel*/
.testimonial-carousel {
  margin-top: 25px;
  margin-bottom: 40px;
	max-width: 1060px;
    margin: auto;
}

.testimonial-item {
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}

.testimonial-item h3 {
  margin: 0 auto 15px;
  max-width: 270px;
}

.testimonial-img {
  display: block;
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.testimonial-img:hover .testimonial-overlay {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 700px) {
  .owl-carousel.testimonial-carousel {
    margin-bottom: 20px;
  }
  .testimonial-carousel-container {
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
  }
}

img.alignright {
  float: right;
  margin: 0 0 1em 1.23em;
}

img.alignleft {
  float: left;
  margin: 0 1.23em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

html #wpadminbar {
  position: fixed;
}
/*# sourceMappingURL=layout.css.map */

.pafa-list .pafa-list-q, .pafa-accordion .pafa-accordion-q, .pafa-block .pafa-block-q {
        font-family: "sofia-pro", sans-serif;
    font-size: 1.457em!important;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0073af;
	    letter-spacing: -.05em;
}

.pafa-accordion .pafa-accordion-q {
    cursor: pointer;
    margin: 30px 0 30px 55px!important;
}

/*Tables*/
th, td {
    padding: 15px;
    text-align: left;
	vertical-align: top;
}

th {
	background:#ffffff; 
	color:#0073af; 
	font-size:18px;
	font-weight: 800;
	text-transform: uppercase;
}

table {
	border-collapse:collapse;
	word-break: break-word;
}

.table{
	display:table;
	display:block;	
}

.table .cell{
	display:table-cell;
}


#table-diagnosed tr {
	border: 1px solid #;
}
#table-diagnosed td {
	border: 1px solid #;
}


tbody{
	display:table;
	table-layout:fixed;
	width:100%;
}

tr:last-child{
	border:0px;
}

.mobile-table-content{
	display:none;
}

/*TSC surveillance and management recommendations table*/
.surv-mgmt-table{
	margin-left: 1px;
	width:99%;
	margin: 30px 0;
}

.surv-mgmt-table tbody{
	table-layout: auto;
}

.surv-mgmt-table tr:first-child th{
	font-weight: bold;
	text-transform: none;
}


.surv-mgmt-table tr.row-sep{
	background-color:#ffffff;
}

.surv-mgmt-table tr th:first-child{
	width:15%;
	text-align: center;
}

.surv-mgmt-table tr td:last-child{
	width:52%;
}


.surv-mgmt-table tr th div{
	position: sticky;
}

.surv-mgmt-table .row-light td,
.surv-mgmt-table .row-light th{
	border: 1px solid #;
}
.surv-mgmt-table .row-light th{
	background-color: #d7f2f9;
	color:#4b4e52;
}

.surv-mgmt-table .row-blue td,
.surv-mgmt-table .row-blue th{
	border: 1px solid #0073AF;
}
.surv-mgmt-table .row-blue th{
	background-color: #daf0f8;
	color:#0073AF;
}
.surv-mgmt-table .row-purple td,
.surv-mgmt-table .row-purple th{
	border: 1px solid #7634A7;
}
.surv-mgmt-table .row-purple th{
	background-color: #e9dded;
	color:#7634A7;
}

.surv-mgmt-table .row-grey td,
.surv-mgmt-table .row-grey th{
	border: 1px solid #676767;
}
.surv-mgmt-table .row-grey th{
	background-color: #dddbdb;
	color:#676767;
}

blockquote {
    /*border-bottom: 5px solid #E8E8E4;
    padding: 35px 42px 17px 40px;
    margin: 0 0 20px 0px;
    color: #464444;*/
	
}

.white-box {    
	background: #ffffff;
    padding: 0px 42px 17px 40px;
    margin: 0 0 30px 0px;
    border:1px solid #27badd;
	border-radius:10px;

}

/* = Accordian plugin Styles
-------------------------------------------------------------- */





.pafa-block-a {font-size:16px!important;}
.pafa-block-a p{ margin: 10px 0!important;}
.pafa-block-a h3{ margin: 10px 0 10px 0!important;}
.pafa-block p{ margin: 100px 0!important;}



.pafa-list-a {font-size:16px!important;}
.pafa-list-a p{ margin: 10px 0!important;}
.pafa-list-a h3{ margin: 10px 0 10px 0!important;}
.pafa-list p{ margin: 10px 0!important;}
.pafa-list-a h3{ margin: 10px 0 10px 0!important;}
.pafa-list article.pafa {font-size: 18px;line-height: 1.345!important; font-weight:normal;}

.pafa-accordion-a {font-size: 18px;line-height: 1.2425!important; font-weight:normal;}
.pafa-accordion .pafa-accordion-q span {background-color:#FFFFFF!important;font-size: 18px!important; padding:10px 10px!important;}
.pafa-accordion-a ul {color:#4b4e52!important;}
.pafa-accordion-a ol {color:#4b4e52!important;}
.pafa-accordion-a h3 {color:#0073af!important;}
.pafa-accordion-a td {color:#4b4e52!important;}
.pafa-accordion .pafa-accordion-a {
    padding-top: 0px!important; 
	padding-bottom: 0px!important;}
.pafa-accordion-a {
    padding-left: 0px!important;font-size: 1.011em!important;line-height: 1.2!important;color: #4b4e52!important;
}
.si-plus3{color:#0073af!important;}
.si-minus3{color:#0073af!important;}

.pafa-icon .pafa-block-q span, .pafa-icon .pafa-accordion-q span {
    margin-right: 28px!important;
}

/*Youtube Embed*/

.video-wrapper{
	max-width:640px;
	margin:40px auto;
	box-shadow:-7px 7px 29px rgba(0,0,0,0.33);
}

.video-wrapper .video-size {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}



.video-wrapper iframe,
.video-wrapper .video-placeholder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

.video-wrapper .video-placeholder{
	transition:box-shadow 0.4s ease;
	cursor:pointer;
}

.video-wrapper .video-placeholder:hover{
	box-shadow:inset 0 0 100px rgba(0,0,0,0.5);
}

.video-placeholder.bg-cover{
	background-position:center center;
}

.video-wrapper .play-btn,
.video-wrapper .play-btn:after{
	position:absolute;
	left:50%;
	top:50%;
}

.video-wrapper .play-btn{
	width:62px;
	height:62px;
	background:#A7A8A8;
	border-radius:50%;
	transition:transform 0.4s ease;
	margin-left:-31px;
	margin-top:-31px;
	transform:scale(0.8);
}

.video-wrapper .play-btn:after{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 29px;
	border-color: transparent transparent transparent #505355;
	margin-left:-10px;
	margin-top:-18px;
}

.video-wrapper .video-placeholder:hover .play-btn{
	transform:scale(1);
}

#breadcrumbs {    font-size: 13px;
    margin: 0 0 30px;}

#breadcrumbs a {color:#4b4e52;}
#breadcrumbs a:hover {color:#0073af;}
#breadcrumbs a:visited {color:#0073af;}

.section-box {    
	background: white;
    padding: 30px 40px 20px;
    border-bottom: 12px solid #27badd;
	margin:30px auto;
    max-width: 75%;border-radius: 7px;}


.nav-box a {text-decoration:none;}
.nav-box ul {list-style:none; margin:15px 15px;}
.nav-box ul li {margin:10px 0;}
.nav-box h3 {}
.nav-box a::after {font-family: 'FontAwesome'; content:'\f0a9';text-decoration: none;color:#27badd!important;margin-left:10px;}

img.aligncenter {
	padding: 10px 0;}



/*Sibling Carousel*/

.sibling-feed-carousel-container{
	padding:30px 60px;
}

.sibling-feed-carousel-container h3{
	text-align:center;
	font-size:3em;
	letter-spacing:-0.025em;
	color:#757575;
	margin:0 0 30px;
	font-weight: 600;
}

.sibling-feed-carousel .sibling-feed-item{
	margin:0 1%;
}

.sibling-feed-carousel .sibling-feed-img{
	padding-top:57%;
}

/*Testimonial Carousel*/

.testimonial-carousel{
	margin-top: 25px;
	margin-bottom: 0px;
}

.testimonial-item{
	font-weight: normal;
	text-align: center;
	padding:0 20px;
	
}
.testimonial-item p {
    font-size: .865em!important;
    line-height: 1.12!important;
    color: #131516!important;
    min-height: 142px;
}


.testimonial-item h3{
	margin:0 auto 15px;
	max-width: 270px;
}

.testimonial-img{
	display: block;
	position: relative;
	padding-top:100%;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-overlay{
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	transition:transform 0.3s ease;
}

.testimonial-img:hover .testimonial-overlay{
	transform: scale(1.1);
}

@media screen and (max-width: 700px) {
	.owl-carousel.testimonial-carousel{
		margin-bottom:20px;
	}
	.testimonial-carousel-container{
		margin-left:50px;
		margin-right:50px;
		text-align: center;
		}
}
.testimonial-carousel-container {max-width:1268px;margin-bottom: -90px;}
.testimonial-carousel-container-spanish {max-width:1400px;margin:0 auto;margin-bottom: -90px;}

/*Owl Slider & News Navigation Arrows*/

.single-post .content-container,
.single-tsa_news .content-container,
.single-tsa_tsc_matters .content-container,
.single-tsc_research_matters .content-container,
.single-tsa_testimonial .content-container{
	position:relative;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-prev:after,
.owl-carousel .owl-next:after,
.news-navigation .prev-post-link,
.news-navigation .next-post-link,
.news-navigation .prev-post-link:after,
.news-navigation .next-post-link:after{
	width: 0;
	height: 0;
	border-style: solid;
	position:absolute;
	display:block;
}


.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.news-navigation .prev-post-link,
.news-navigation .next-post-link{
	top:50%;
	margin-top:-19px;
	transition:border-color 0.2s ease;
}

.owl-carousel.testimonial-carousel .owl-prev,
.owl-carousel.testimonial-carousel .owl-next{
	top:130px;
}

.owl-carousel .owl-prev,
.news-navigation .prev-post-link{
	border-width: 19px 18px 19px 0;
	border-color: transparent #a09f9f transparent transparent;
	left:-40px;
}

.owl-carousel .owl-prev:hover,
.news-navigation .prev-post-link:hover{
	border-right-color:#595959;
}

.owl-carousel .owl-next,
.news-navigation .next-post-link{
	border-width: 19px 0 19px 18px;
	border-color: transparent transparent transparent #a09f9f;
	right:-40px;
}

.owl-carousel .owl-next:hover,
.news-navigation .next-post-link:hover{
	border-left-color:#595959;
}


.owl-carousel .owl-prev:after,
.owl-carousel .owl-next:after,
.news-navigation .prev-post-link:after,
.news-navigation .next-post-link:after{
	top:-11px;
	content:"";
}

.owl-carousel .owl-prev:after,
.news-navigation .prev-post-link:after{
	border-width: 11px 11px 11px 0;
	border-color: transparent #ffffff transparent transparent;
	right:-19px;
}

.owl-carousel .owl-next:after,
.news-navigation .next-post-link:after{
	border-width: 11px 0 11px 11px;
	border-color: transparent transparent transparent #ffffff;
	left:-19px;
}

.news-navigation {
    left: 50%;
    margin-left: -46%;
    position: absolute;
    /*top: 50%;*/
    top:320px;
    width: 92%;
}

.news-navigation .prev-post-link,
.news-navigation .next-post-link{
	transform:scale(1.8);
}

/* Keyframes */
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}


.fa-solid, .fas {
    font-weight: 900;
    color: #27badd!important;font-size: 25px;
	margin-right:17px;
}

.bluebox-contact     {
	margin: 50px 0 ; 
	border-radius: 0px;clear: both;/*border-bottom: 12px solid #27badd;}*/
	    border-bottom: 10px solid #27badd;
    padding: 26px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(22, 23, 23, 0.3);
    box-shadow: 0 5px 20px rgba(22, 23, 23, 0.3);
}
.bluebox     {background-color: #d9f3f97a;
    padding: 40px 40px 35px 35px;
	margin: 50px 0 ; 
	border-radius: 0px;clear: both;/*border-bottom: 12px solid #27badd;}*/
}

.bluebox ol li {padding:5px 0;}
/*Advisors*/

.advisor-table{
	display:table;
	width:100%;
	table-layout:fixed;
	border-spacing:15px;
}

.advisor-table-row{
	display:table-row;
}

.advisor-table-cell{
	display:table-cell;
	padding:10px;
	border:1px #B4B4B4 solid;
	vertical-align:top;
	font-size:14px;
}

.advisor-img img{
	width:100%;
	vertical-align:bottom;
}

.advisor-title{
	padding:7px 5px 0px 10px;
	line-height:1.1;
	color:#1ea1c2;
	margin-bottom:20px;
}

.advisor-title h5{
	font-weight:bold;
	margin:0;
	font-size:18px;
	line-height:1.2;
}

.advisor-title a{
	color:inherit;
}

.advisor-desc{
	line-height:1.4;
	color:#636262;
}

.advisor-readmore{
	text-transform:uppercase;
	display:inline-block;
	font-weight:bold;
	color:#1ea1c2!important;
	margin-top:5px;
}

.advisor-single,
.advisor-single-content{
	overflow:auto;
}

.advisor-single-img{
	float:left;
	padding:10px;
	border:1px #B4B4B4 solid;
	margin-right:15px;	
}

.advisor-single-img img{
	vertical-align:bottom;
}

#main-content #content-region .advisor-single h2{
	color:#27a348;
}

.bg-cover {
    background: #B4B4B4 no-repeat scroll center top;
    background-size: cover;
}
.overflow {
    overflow: auto;
	    margin-top: -20px;
}

.page-template-navigator-landing .site-main .container {
    max-width: 1590px;
}

.page-context h2 {font-size:2.3em;}

/*Tables*/
th, td {
    padding: 7px 35px 7px 0;
    text-align: left;
	vertical-align: top;
}

th {
	background:#ffffff; 
	color:#0073af; 
	font-size:18px;
	font-weight: 800;
	text-transform: uppercase;
}

table {
	border-collapse:collapse;
	word-break: break-word;
}

.table{
	display:table;
	display:block;	
}

.table .cell{
	display:table-cell;
}

tr:nth-child(even){
	border-bottom:1px solid #949699;
}

tr:nth-child(odd),
#table-diagnosed tr:last-child{
	border-bottom:1px solid #949699;
}

tbody{
	display:table;
	table-layout:fixed;
	width:100%;
}

tr:last-child{
	border:0px;
}

.mobile-table-content{
	display:none;
}


/*Responsive Tables*/
@media screen and (max-width: 1150px) {
	
	table,
	tbody,
	tr,
	th,
	td,
	.mobile-table-content{
		display:block;
	}
	
	.responsive-table tr:first-child{
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.responsive-table tr{
		border-bottom:2px #ffffff solid;
	}
	
	.responsive-table th,
	.responsive-table td{
		border: none;
	}
	
	.responsive-table td:before { 
		padding-right: 10px; 
		font-weight:bold;
	}
	
	.table-behavior td:nth-of-type(1):before { content: "Target Symptoms:"; }
	.table-behavior td:nth-of-type(2):before { content: "Treatments:"; }
	
	.table-surveillance td:nth-of-type(1):before { content: "Feature:"; }
	.table-surveillance td:nth-of-type(2):before { content: "Description:"; }
	.table-surveillance td:nth-of-type(3):before { content: "Age of Onset:"; }
	.table-surveillance td:nth-of-type(4):before { content: "Prevalence:"; }

	.table-treatment td:nth-of-type(1):before { content: "Procedure:"; }  
	.table-treatment td:nth-of-type(2):before { content: "For Newly Diagnosed or Suspected TSC:"; } 
	.table-treatment td:nth-of-type(3):before { content: "For Individuals Already Diagnosed with TSC:"; } 
	
	.table-antiepileptic td:nth-of-type(1):before { content: "Drug Name:"; }  
	.table-antiepileptic td:nth-of-type(2):before { content: "Brand Name(s):"; } 
	.table-antiepileptic td:nth-of-type(3):before { content: "Formulation (liquid, tablet, capsule, solution):"; } 
	.table-antiepileptic td:nth-of-type(4):before { content: "Strengths (mg, mg/L):"; }  
	.table-antiepileptic td:nth-of-type(5):before { content: "FDA Approved Indications:"; } 
	.table-antiepileptic td:nth-of-type(6):before { content: "Notes:"; } 
	
	.table-conference td:nth-of-type(1):before { content: "Single/Double Occupancy:"; }  
	.table-conference td:nth-of-type(2):before { content: "Triple/Quad Occupancy:"; } 
	
	
	.table-conference2 td:nth-of-type(2):before { content: "Full Conference:"; } 	
	.table-conference2 td:nth-of-type(3):before { content: "Two Days:"; }  
	.table-conference2 td:nth-of-type(4):before { content: "One Day:"; } 
	
	.table-conference3 td:nth-of-type(2):before { content: "Full Conference:"; } 	
	.table-conference3 td:nth-of-type(3):before { content: "Two Days:"; }  
	.table-conference3 td:nth-of-type(4):before { content: "One Day:"; } 
	.table-conference3 td:nth-of-type(5):before { content: "Hybrid:"; } 
	
	.table-drugupdate td:nth-of-type(1):before { content: "Lundbeck Sabril®, SHAREPlus Program Support Center, 888-457-4273"; } 	
	.table-drugupdate td:nth-of-type(2):before { content: "PAR Pharmaceutical Generic Vigabatrin, Patient Assistance Resource, 833-PAR-HELP, (833-727-4357)"; }  
	.table-drugupdate td:nth-of-type(3):before { content: "The Assistance Fund, Private Foundation Patient Support, 844-762-9237"; } 
	
	.table-drugupdate2 td:nth-of-type(1):before { content: "Lundbeck Sabril®, SHAREPlus Program Support Center, 888-457-4273 (Monday to Friday, 8 a.m. to 8 p.m. ET)"; } 	
	.table-drugupdate2 td:nth-of-type(2):before { content: "Amneal Pharmaceuticals Generic Vigabatrin for Oral Solution, Patient Support Program, 877-369-5872 (Monday to Friday, 8 a.m. to 6 p.m. ET)"; } 
	.table-drugupdate2 td:nth-of-type(3):before { content: "PAR Pharmaceutical Generic Vigabatrin, Patient Assistance Resource, 833-PAR-HELP, (833-727-4357)"; }  
	.table-drugupdate2 td:nth-of-type(4):before { content: "Upsher-Smith Vigadrone® for Oral Solutions, Access Pathways® Program Support, 866-923-1954 (Monday-Friday 8 a.m. to 9 p.m. ET; Weekends, Friday 9 p.m. to Sunday 9 p.m. ET)"; } 
	.table-drugupdate2 td:nth-of-type(5):before { content: "The Assistance Fund, Private Foundation Patient Support, 844-762-9237"; } 
	
	
	.table-unlock-cure td:nth-of-type(1){
		background:#26719B;
		color:#ffffff;
		font-weight:bold;
	}
	
	.table-unlock-cure td:nth-of-type(2):before { content: "Before Campaign:"; } 
	.table-unlock-cure td:nth-of-type(3):before { content: "By end of campaign (December 31, 2014):"; } 

	#table-diagnosed th:nth-of-type(2),
	#table-diagnosed td:nth-of-type(2){
		display:none;
	}
	
	#table-diagnosed tr:last-child{
		
	}
	
	

	.surv-mgmt-table tr th:first-child,
	.surv-mgmt-table tr td:last-child{
		width:100%;
	}

	.surv-mgmt-table tr th:first-child{
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.surv-mgmt-table tr th:first-child img{
		margin:0 0 0 10px;
	}

	.surv-mgmt-table tr th:first-child p{
		margin:0;
	}

	.surv-mgmt-table th{
		margin-top: 20px;
	}

	.surv-mgmt-table .row-orange td,
	.surv-mgmt-table .row-purple td,
	.surv-mgmt-table .row-blue td,
	.surv-mgmt-table .row-grey td{
		border-top:0;
	}

	.surv-mgmt-table td::before { 
		padding-right: 10px; 
		font-weight:bold;
		content:"For the Newly Diagnosed or Suspected TSC:";
	}

	.surv-mgmt-table td:last-child{
		background-color: #f4f4f4;
	}

	.surv-mgmt-table td:last-child::before{ 
		content:"For Individuals Already Diagnosed with TSC:";
	}

	.surv-mgmt-table .row-sep td::before,
	.surv-mgmt-table .row-sep td:last-child::before{ 
		content:"";
	}

	.surv-mgmt-table tr:first-child,
	.surv-mgmt-table td:empty{
		display: none;
	}
	
}
@media screen and (max-width: 715px) {



.advisor-table,
.advisor-table-row,
.advisor-table-cell{
	display:block;
}

.advisor-table{
	max-width:400px;
	margin:auto;
}

.advisor-table-cell{
	margin-bottom:20px;
}


}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/*researcher top*/
.researcher-cta {
 /* position: relative;
    margin: 30px -1px 24px;
    z-index: 3;
    background: #037cbb;
    padding: 40px 40px 20px;
	margin-top:-90px;
	margin-bottom: 30px;
	font-size: 19px; font-weight: 500;
	color:white;
	border-bottom: 8px solid #27badd;
	border-radius: 8px;
	box-shadow: 8px 8px 8px #81878957;
	*/
	border-radius: 0px;
	background: white;
    margin: 30px 20px;
	/*border: 1px solid #27badd;*/
	margin-top: 0px;
	font-weight: 500;font-size:20px;
		display: inline-block;
	clear:both;
	
}
.getinvolved-cta {
 /* position: relative;
    margin: 30px -1px 24px;
    z-index: 3;
    background: #037cbb;
    padding: 40px 40px 20px;
	margin-top:-90px;
	margin-bottom: 30px;
	font-size: 19px; font-weight: 500;
	color:white;
	border-bottom: 8px solid #27badd;
	border-radius: 8px;
	box-shadow: 8px 8px 8px #81878957;
	*/
	border-radius: 0px;
	background: white;
    margin: 30px 20px;
	/*border: 1px solid #27badd;*/
    margin-top: 0px;
	font-weight: 500;font-size:19px;
		display: inline-block;
	clear:both;
	
}

@media (max-width: 1125px) {
 .researcher-cta { max-width:100%;
	 padding:10px;
	 margin-top:10px;
  }
	 .organs-cta { max-width:100%;
	 padding:10px;
	 margin-top:10px;
  }
	img.alignleft {width:90%;float:none;}
	img.alignright {width:90%;float:none;}
}
.organs-cta {
  /*position: relative;
    margin: 30px -1px 24px;
    z-index: 3;
    background: #037cbb;
    padding: 40px 40px 40px;
	margin-top:-90px;
	margin-bottom: 30px;
	font-size: 19px; font-weight: 500;
	color:white;
	border-bottom: 8px solid #d7d6ce;
	box-shadow: 8px 8px 8px #81878987;
	border-radius: 8px;
	*/
	border-radius: 0px;
	background: white;
    margin: 30px 20px;
    margin-top: -10px;
	display: inline-block;
	clear:both;
	/*border: 1px solid #27badd;*/
	
}
.organs-cta ul {margin-bottom:0px;}
.organs-cta blockquote {border-left:6px solid #edece8;}

.nav-box {
  /*position: relative;
    margin: 30px -1px 24px;
    z-index: 3;
    background: #037cbb;
    padding: 40px 40px 40px;
	margin-top:-90px;
	margin-bottom: 30px;
	font-size: 19px; font-weight: 500;
	color:white;*/
	border-radius: 0px;
	background: white;
    padding: 40px 40px 40px;
    border-bottom: 8px solid #27badd;
    margin: 30px auto 40px;
    max-width: 90%;
    /*border-radius: 8px;*/
    box-shadow: 8px 8px 8px #81878945;
	/*border: 1px solid #27badd;*/
	
}

/*.researcher-cta h2 {color:white;}
.researcher-cta h3 {color:white;}
.researcher-cta a {color:white!important;}

.organs-cta h2 {color:white;}
.organs-cta h3 {color:white;}
.organs-cta a {color:white;}
.organs-cta ul {color:white;}*/


/*navigtor pull out top
.organs-cta {
  position: relative;
	margin: 20px 30px 20px;
  z-index: 3;
  background: #fff;
  padding: 30px 30px 40px 50px;
	margin-top:-70px;
	margin-bottom: 30px;
	font-size: 20px; font-weight: 500;
	max-width:975px;
}

.organs-cta::before, .organs-cta::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.organs-cta::before {
  border-top: 9px #ff931e  solid;
  border-left: 9px #ff931e  solid;
  -webkit-transform: translate(20px, -18px);
          transform: translate(20px, -18px);
}

.organs-cta::after {
  border-bottom: 9px #27badd solid;
  border-right: 9px #27badd solid;
  -webkit-transform: translate(20px, 5px);
          transform: translate(20px, 5px);
}
*/

/*researcher top copy
.researcher-cta {
  position: relative;
	margin: 20px 30px 20px;
  z-index: 3;
  background: #fff;
  padding: 30px 30px 20px 50px;
	margin-top:-90px;
	margin-bottom: 30px;
	font-size: 20px; font-weight: 500;
	
}

.researcher-cta::before, .researcher-cta::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.researcher-cta::before {
  border-top: 9px #ff931e solid;
  border-left: 9px #ff931e solid;
  -webkit-transform: translate(20px, -18px);
          transform: translate(20px, -18px);
}

.researcher-cta::after {
  border-bottom: 9px #27badd solid;
  border-right: 9px #27badd solid;
  -webkit-transform: translate(20px, 5px);
          transform: translate(20px, 5px);
}*/

#tribe-events-pg-template{padding-top:175px;}

.squares-container {
 /*
   border-top: 1px solid #27badd;*/
	font-size:14px;padding:30px!important;
}

.squares-container ul {padding:0 0 0 1em;}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



.cookie-notice-container {
	padding: 30px ;}

.probox {
background-color:  transparent!important;
}

.promagnifier {
box-shadow: none!important;
}
#rmp-container-16147 {
    margin-top: 92px;
}

.search-modal .btn::after {content:none;}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {border-top:none;border-left:none;border-right:none;}

.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip .imp-tooltip-close-button {color:grey;}


.boxwrapper {
  display: grid;
  grid-template-columns: 600px 600px;
  grid-gap: 40px;
  background-color: #;
  color: #4e4d4d;
 justify-content: center;
  text-align:center;
}
@media only screen and (max-width: 1000px) {
  .boxwrapper {grid-template-columns:500px 500px; padding:0;}
  
}
@media only screen and (max-width: 800px) {
  .boxwrapper {grid-template-columns:350px; padding:0;}
}

.box {
  
	background: white;
    color: #0073AF;
    border-radius: 0px;
    padding: 50px;
    min-height: 250px;
    font-weight: bold;
	font-family: 'Inter', sans-serif;
	box-shadow: 20px 20px 10px#3333330a;
   }
		
		.box ul li {font-size:18px; text-align:left ; list-style:disc;}
		.box p {line-height: 20px; font-size: 20px;margin:0 0 15px; color:#4d5052; font-weight:normal;}
		.box h1 {font-size: 2em;font-weight:bold; margin:25px 0;line-height:30px;}
		.box a {text-decoration:underline;color:#7634a7; font-size:20px;}

.z {text-align:;background-color: #27badd;
    color: #4e4d4d;
    border-radius: 0px;
    padding: 40px;
    font-size: 24px;
    min-height: 200px;
    font-weight: normal;
  border: solid 0px #bae1f7ab;
  font-style:italic;
}
		.boxicon {margin-top:px;width: 90px;}
		

.team-grid.second-team-grid {  margin-top: -43px; }

.reveal{
  position: relative;
  opacity: 0;
  transition: 1.25s all ease;
}

.reveal.slide {
  transform: translateY(120px);
}


.reveal.active{
  opacity: 1;
}

.reveal.slide.active {
  transform: translateY(0);
}

#cookie-notice .cn-button {
    margin: 0 0 0 10px;
    display: inline-block;
    background-color: #0073af;
    color: white;
    padding: 7px 10px;
    text-decoration: none;
}

#cookie-notice .cookie-notice-container, #cookie-notice .cookie-revoke-container {
    display: block;
    color: #0073af;
    font-size: 17px;
    background: #c6eef8;
}

/*.belowresearch {
	margin-top:-400px;
}
@media only screen and (max-width: 1500px) {
	.belowresearch {
	margin-top:-375px;
}
}

@media only screen and (max-width: 1400px) {
	.belowresearch {
	margin-top:-350px;
}
}

@media only screen and (max-width: 1300px) {
	.belowresearch {
	margin-top:-300px;
}
}

@media only screen and (max-width: 1200px) {
	.belowresearch {
	margin-top:-250px;
}
}

@media only screen and (max-width: 1000px) {
	.belowresearch {
	margin-top:-210px;
}
}*/

#cookie-notice .cookie-notice-container a{color:black;}

#cookie-notice .cn-button {color: #ffffff!important;}

#cookie-notice .cookie-notice-container {min-height: 80px;}

 .research-matters-title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 0.075em;
    margin-bottom: 0.5em;
	color: #0073af;}

.research-matters-title::after {
    content: '';
    display: block;
    /* position: absolute; */
    z-index: 1;
    /* bottom: 0; */
    margin: 20px auto;
    /* padding: 20px 0; */
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    width: 188px;
    height: 12px;
    background-color: #ff931e;
}


/* Lightbox background */
.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* Lightbox content */
.lightbox-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
   top:4%;
    max-width: 100%;
    position: relative;
}

/* Close button */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}


/* Targeting the specific carousel */
.tsc-research-carousel {
    display: block;
}

/* Adjust space between items */
.tsc-research-carousel .owl-item {margin:0px;
 }

/* Ensure the container width is set properly */
 .tsc-research-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 94% !important; /* Default width for larger screens */
    margin: 0 auto; /* Center the carousel */
}

/* Ensure that the items inside the carousel behave properly on mobile */
#tsc-research-carousel .owl-carousel .item {
    width: 100% !important;  /* Set width of items to 100% */
}

/* On mobile (max-width: 600px), ensure the next item is visible */
@media (max-width: 600px) {
    #tsc-research-carousel .owl-carousel .owl-stage {
        padding-left: 60px;  /* Creates space to show part of the second item */
        padding-right: 60px; /* Adds space on the right side */
    }
		

    #tsc-research-carousel .owl-item {
        width: 80% !important;  /* Adjust width to show part of the next item */
    }
	
	
}

/* Target only titles within the tsc-research-carousel */
.tsc-research-carousel .home-news-events-grid-item .item-title {
    font-size: 28px; /* Change this to your desired font size */
    line-height: 1.2; /* Adjust line height if necessary */
}

/* Optional: Adjust title size on mobile for better readability */
@media (max-width: 600px) {
    .tsc-research-carousel .home-news-events-grid-item .item-title {
        font-size: 22px; /* Change this for smaller screens */
    }
}

.owl-carousel .owl-next:after, .news-navigation .next-post-link:after {
    border-width: 22px 0 22px 22px;
    border-color: transparent transparent transparent rgb(76 194 221);
    left: -19px;
}
.owl-carousel .owl-prev:after, .news-navigation .prev-post-link:after {
    border-width: 22px 22px 22px 0 ;
    border-color: transparent rgb(76 194 221) transparent transparent ;
    right: -19px;
}

.has-sticky-header.admin-bar .site-header-purple {

    background-color: #4375bd;
}

.site-header-purple .site-branding {
	    margin-left: 60px;
    margin-top: -24px;
}
.has-sticky-header.admin-bar .site-header-purple .site-branding {margin-top:0;}

@media (max-width: 1125px) {
.site-header-purple .site-branding	{   
	margin-left: 0px!important;
    margin-top: 0px!important;
    }
}
