@font-face {
  font-family: 'Museo Sans';
  src: url('/app_themes/toyassociation_resp/fonts/Museo-Sans-700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('/app_themes/toyassociation_resp/fonts/Museo-Sans-300.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Museo Sans', sans-serif !important;
  color: #8b8a8d;
  font-size: 16px !important;
  line-height: 1.5em;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  color: #8b8a8d;
  font-size: 60px !important;
  line-height: 1em;
  font-weight: 400;
font-family: 'Museo Sans', sans-serif !important;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.6em;
  color: #8b8a8d;
  font-size: 36px !important;
  line-height: 1.2em;
  font-weight: 400;
  border-bottom: none;
  font-family: 'Museo Sans', sans-serif !important;
}

h2.topmargin{
  margin-top: 30px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.6em;
  color: #8b8a8d;
  font-size: 30px !important;
  line-height: 1.2em;
  font-weight: 400 !important;
  text-decoration: none;
  font-family: 'Museo Sans', sans-serif !important;
}

h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #8b8a8d;
  font-size: 22px !important;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Museo Sans', sans-serif !important;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0.8em;
  font-size: 20px !important;
  line-height: 1.5em;
  font-weight: 700;
  font-family: 'Museo Sans', sans-serif !important;
}

h6 {
  font-size: 95% !important;
  line-height: 1.5em;
  font-weight: 700;
  font-family: 'Museo Sans', sans-serif !important;
}

p {
  max-width: 50em;
  margin-bottom: 1.2em;
  color: #8b8a8d;
  text-decoration: none;
}

a {
  color: #df1e36;
  text-decoration: underline;
}

/* to hide view all link in tagged lists */
a#ctl01_TemplateBody_WebPartManager1_gwpciNewContentTaggedList_ciNewContentTaggedList_TaggedListRepeater_ctl03_ViewAllButton {
    display: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

img.responsive {
	margin-bottom: 20px;
}

@media (min-width:768px) {
  img.responsive {
  float: right;
  margin: 0 0 20px 20px;
  width: 40%;
}
}

.ttfimg {
	display:none;
}
@media (min-width:992px){
	.col-md-2 {
    width: 20%;
}
}
.ta-navbar {
  position: relative;
  /*display: block;*/
  margin-top: 30px;
  background-color: #ffffff;
  font-family: 'Museo Sans', sans-serif;
  color: #df1e36;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width:1087px) {
	.ta-navbar {
		background-color: #df1e36;
		color: #ffffff;
		margin-top: 0px;
	}
}
.aux-nav {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*border-top: 8px solid #df1e36;
  border-bottom: 8px solid #fdd700;
  background-color: #20a6da;*/
  font-weight: 700;
}
.logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1088px){
	.logo {margin-top: 75px !important;}
}

.search-form {
  display: block;
  height: 44px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-button {
  height: 44px;
  padding: 5px 20px;
  float: left;
  border: 1px solid #1a85ae;
  background-color: #20a6da;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.search-button:hover {
  background-color: #0b8cbc;
}

.container {
  position: relative;
  max-width: 1140px;
  padding-right: 10px;
  padding-left: 10px;
}

.container.aux-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.container.bottom-divider {
  padding-bottom: 30px;
  border-bottom: 1px solid #c5c4c6;
}

.container.member-resources {
  border: 15px solid #df1e36;
  background-color: #df1e36;
}

.container.bio-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.last-container {
  margin-bottom: 80px;
}

.container.bio-container-inner.event-bio-container {
  margin-right: 10px;
  margin-left: 10px;
}

.rmLink, .nav-link {
  position: relative;
  display: inline-block;
  padding: 10px 20px !important;
  float: left;
  clear: none;
  color: #8b8a8d;
  font-weight: 700;
  text-decoration: none;
}

.rmLink:hover, 
.nav-link:hover {
  background-color: #df1e36;
  color: #fff;
}

.nav-link.member-login {
  display: none;
}

.aux-nav-link {
  height: 44px;
  padding: 0px 10px 0px 20px;
  float: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  line-height: 47px;
  font-weight: 400;
  text-decoration: none;
}

.aux-nav-link:hover {
  background-color: rgba(0, 0, 0, .15);
}

.aux-nav-link.login {
  padding-right: 60px;
  background-image: url('../images/login.png');
  background-position: 85% 54%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.search-field {
  width: 200px;
  height: 35px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: left;
  border: 0px none #000;
  background-color: #1a85ae;
  box-shadow: inset 4px 4px 0 0 #1779a6 !important;
  color: #fff !important;
  font-weight: 400;
}

.primary-button {
  margin-top: 0px;
  padding: 10px 20px;
  background-color: #df1e36;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-weight: 700;
}

.primary-button:hover {
  background-color: #cf0e26;
  color: #ffffff;
}

a:visited.primary-button {
	color: #ffffff !important;
}

.primary-button.join-tia {
  position: static;
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  float: right;
}

.primary-button.mission-button {
  margin-top: 20px;
  margin-bottom: 10px;
}

.primary-button.primary-alt {
  background-color: #fdd700;
  color: #df1e36;
  font-weight: 700;
}

.primary-button.hero-cta {
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 700;
}

.primary-button.big-button {
  padding: 20px 40px;
  font-size: 24px;
  text-align: center;
}

a.tnt-button {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #1a85ae;
}

.primary-button.hero-button {
  font-size: 19px;
}

.primary-button.more-webinars {
  display: block;
  width: 220px;
  margin: 30px auto 60px;
  text-align: center;
}

.primary-button.sidebar-button {
  height: 46px;
}

.primary-button.view-staff {
  display: block;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.main-nav {
  background-color: #fff;
}

.aux-nav-menu {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer {
  display: block;
  margin-top: 20px;
  border-top: 10px solid #fdd700;
  background-color: #df1e36 !important;
  color: #fff;
  height: auto;
}

.nav-list-third {
  margin-bottom: 0px;
  padding-left: 0px;
}

.menu-link-2-level {
  display: block;
  padding: 8px 20px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.menu-link-2-level:hover {
  background-color: rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.menu-link-3-level {
  display: block;
  padding: 7px 20px 7px 40px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.menu-link-3-level:hover {
  background-color: rgba(0, 0, 0, .05);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-list {
  display: block;
  width: auto;
  margin-bottom: 5px;
  padding-top: 5px;
}

.footer-list {
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-list-link {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-list-link:hover {
  background-color: rgba(0, 0, 0, .15);
}

.menu-line-top {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #df1e36;
}

.menu-line-middle {
  position: absolute;
  top: 20px;
  width: 100%;
  height: 5px;
}

.menu-line-bottom {
  position: absolute;
  top: 30px;
  width: 100%;
  height: 5px;
  background-color: #df1e36;
}

.mobile-menu {
  position: absolute;
  right: 0px;
  display: none;
  background-color: #fff;
}

.nav-dropdown-toggle {
  padding: 0px;
  color: #8b8a8d;
}

.nav-dropdown-toggle.w--open {
  background-color: #df1e36;
  color: #fff;
}

.nav-dropdown-list.w--open {
  display: block;
  width: 335px;
  background-color: #df1e36;
}

.nav-dropdown {
  float: left;
}

.footer-section-link {
  display: block;
  margin-bottom: 5px;
  padding-left: 5px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.footer-section-link:hover {
  background-color: rgba(0, 0, 0, .15);
  color: #ffffff;
}

.menu-divider {
  display: none;
}

.search-toggle {
  display: none;
}

.copyright {
  margin-top: 0px;
  float: left;
  font-size: 12px;
  line-height: 1em;
}

.privacy-policy {
  margin-left: 5px;
  float: left;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.newsletter-signup-field {
  display: block;
  height: 46px;
  margin-right: 10px;
  float: none;
  line-height: 20px;
}

.newsletter-signup-field.footer-field {
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: #1a85ae;
  box-shadow: inset 4px 4px 0 0 #1779a6;
  color: #fff;
  font-size: 18px;
}

.newsletter-text {
  margin-bottom: 20px;
  line-height: 1.5em;
	padding: 20px;
}

.newsletter-signup {
  position: relative;
}

.newsletter-input-container {
  display: block;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tile-profile-image {
    float: right;
    width: 125px;
    margin-left: 20px;
    margin-top: -15px;
}

.social-icon {
  width: 50px;
  margin-right: 8px;
  margin-left: 8px;
}

.social-icons-container {
  display: inline-block;
  margin-top: 5px;
  text-align: left;
}

.hero-area {
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.hero-area.homepage {
  background-image: url('/App_Themes/toyassociation_resp/images/site/hero/top.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-area.advocacy {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/advocacy/advocacy-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.playcon {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/events/playcon-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-area.abc {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/events/abc-hero.jpg');
  background-position: 10% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-color: #df1e36;*/
}

.hero-area.covid {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/newsroom/covid/hero-covid.jpg');
  background-position: 10% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-color: #df1e36;*/
}

.hero-area.hof {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/events/hof-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-area.playdate {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/events/playdate/playdate2-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-area.toty {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/events/toty-hero-2021.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
	height: 420px;
}

.hero-area.toty22 {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/events/toty/toty22-metaverse.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
	height: 420px;
}

.hero-area.credit {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/events/credit-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-area.ftp {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/events/ftp-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-area.tfe {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/events/hero-tfe2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-area.student {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/about/initiatives/student-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-area.ypn {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/about/initiatives/ypn-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.gop {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/about/initiatives/gop-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.safety {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/about/initiatives/safety-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.federal {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/advocacy/federal-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.state {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/advocacy/state-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.international {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/advocacy/international-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.reading {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/research/reading-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.spi {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/advocacy/spi-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.webinars {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/research/webinars-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.education {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/resources/education-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.trendhunter {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/research/trendhunter-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.reports {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/research/reports-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.popdata {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/research/popdata-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.globalsales {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/research/globalsales-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.econdata {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/research/econdata-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.ussales {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/research/ussales-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.globalresearch {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/research/globalresearch-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.trends {
  height: 420px !important;
  background-image: url('/App_Themes/toyassociation_resp/images/research/trends-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.retailers {
  height: 420px !important;
  background-image: url('/App_Themes/toyassociation_resp/images/resources/retailerportal.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.tif {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/about/initiatives/tif-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.st365 {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/about/initiatives/st365-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.staff {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/about/staff-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.board {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/about/board-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.contact {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/about/contact-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.career {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/resources/career-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.directory {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/resources/directory-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.pubs {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/resources/pubs-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.associations {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/resources/assoc-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.creditprogram {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/resources/creditprogram-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.inventor {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/resources/inventor-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.tnt {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/newsroom/tnt-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.committee {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/about/committee-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.cert {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/research/cert-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.steam2 {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/research/steam-hero-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
	background-repeat: no-repeat;
}

.hero-area.steam {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/research/steam-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.storycorp {
  height: 420px;
  background-image: url('/App_Themes/toyassociation_resp/images/about/initiatives/story-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-area.shipping {
  border-top: 10px solid #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/advocacy/shipping-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.media-block-v.advocacy-level {
  padding: 20px;
	text-align: center;
}

.media-block-v.border-bottom {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c5c4c6;
}

.media-block-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.media-block-image.big {
  width: 100%;
}

.media-block-image.sponsor-image {
  position: absolute;
  bottom: 0px;
}

.media-block-image.icon.report {
  box-shadow: 0 1px 21px 0 rgba(0, 0, 0, .2);
}

.media-block-image.safety-laws {
  margin-top: 5px;
  padding-right: 20px;
}

.media-block-image.placeholder {
  background-color: #e0e0e0;
}

.media-block-image.bio-image {
  margin-top: 1px;
}

.media-block-media {
  position: relative;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.media-block-media.media-block-media-h {
  width: 200px;
  height: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  float: left;
  clear: both;
}

.media-block-media.media-block-media-h.media-small {
  width: 136px;
  height: auto;
}

.media-block-media.sponsor {
  position: relative;
  min-height: 160px;
}

.media-block-media.placeholder {
  background-color: #e0e0e0;
}

.media-block-body.media-block-body-h {
  padding-left: 0px;
  float: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  text-decoration: none;
}

h3.media-block-body {
	font-size: 22px !important;
}

.media-block-body-h {
	padding-top: -25px;
}

.column-1-of-3 {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #c5c4c6;
}

.column-2-of-3 {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #c5c4c6;
}

.column-3-of-3 {
  padding-right: 30px;
  padding-left: 30px;
}

.section {
  margin-top: 10px;
  margin-bottom: 10px;
  clear: none;
}

.section.buy-callout {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.section.how-to-join {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mission-statement {
  padding-top: 120px;
  padding-bottom: 100px;
  border-top: 1px solid #c5c4c6;
  border-bottom: 1px solid #c5c4c6;
  background-image: url('/app_themes/toyassociation_resp/images/site/balls.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.mission-statement.mission-interior {
  padding-top: 60px;
  background-size: contain;
}

.mission-statement-p {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #8b8a8d;
  font-size: 32px;
  line-height: 1.125em;
  text-align: center;
}

.hero-body {
  width: 80%;
  margin-top: 120px;
  margin-bottom: 100px;
  text-align: left;
}

.hero-body.home, .hero-body.events {
  margin-top: -200px;
  margin-bottom: 80px;
  margin-right: -100px;
  float: right;
  text-align: center;
}

@media (min-width:1300px) {
	.hero-body.home, .hero-body.events {margin-right: -225px; margin-top: -275px;}
}

@media (max-width:800px) {
	.hero-body.home {margin: -190px -25px 0 -25px; /*float: left;*/}
	.hero-body.events {margin: -150px -25px 0;}
	p.hide {display: none}
}

@media (max-width:639px) {
	.hero-body.home {width: auto;/*margin-top: -130px !important; float: left !important;*/}
	.hero-body.events {width: auto;margin: auto;margin-top: -100px !important;/*float: left !important;*/}
}

.news-list {
  padding-left: 0px;
}

.news-list-item {
  display: block;
  margin-bottom: 0px;
  line-height: 1.5em;
  font-weight: 700;
  text-decoration: none;
}

.article-list-item {
  display: block;
  margin-bottom: 0px;
  line-height: 1.5em;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumb-link {
  padding-right: 0px;
  float: left;
  text-decoration: none;
}

.breadcrumb-divider {
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  color: #c5c4c6;
}

.breadcrumb-text {
  float: left;
  border-color: #8b8a8d;
  color: #c5c4c6;
}

.breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
}

.open-quote {
  position: absolute;
  left: -55px;
  top: -25px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #8b8a8d;
  font-size: 120px;
  line-height: 1em;
}

.close-quote {
  position: absolute;
  right: -5px;
  bottom: -35px;
  margin-bottom: 0em;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #8b8a8d;
  font-size: 120px;
  line-height: 0.5em;
}

.close-quote-interior {
  position: absolute;
  right: -5px;
  margin-bottom: 0em;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #8b8a8d;
  font-size: 120px;
  line-height: 0.5em;
}

.close-quote.close-quote-interior {
  bottom: 40px;
}

.mission-quote {
  position: relative;
  display: block;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mission-logo {
  position: absolute;
  left: 50%;
  top: -90px;
  margin-left: -75px;
}

.mission-heading {
    text-align: center;
    font-weight: 700;
    margin-top: -50px;
}

.one-column {
  display: block;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  height: auto !important;
}

.two-column {
  display: block;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  height: auto !important;
}

.one-column-news {
  display: block;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  height: auto !important;
}

.media-block-h {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.media-block-h.bottom-divider {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c5c4c6;
}

.media-block-h.safety-laws {
  margin-top: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.intro {
  max-width: 50em;
  color: #8b8a8d;
  font-size: 23px;
  line-height: 1.4em;
}

.media-block-link {
  position: relative;
  /*display: block;*/
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8b8a8d;
  text-decoration: none;
}

.callout-link {
  position: relative;
  display: block;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #ffffff;
  text-decoration: none;
}

.media-block-link:hover {
  color: #df1e36;
}

.media-block-link.article {
  color: #df1e36;
}

.media-block-link.article:hover {
  color: #fdd700;
}

.media-block-link.small {
  font-weight: 600;
}

.media-block-link.event {
  color: #df1e36;
}

.media-block-link.event:hover {
  color: #b30016;
}

.callout-box {
  padding: 40px;
  background-color: #df1e36;
  background-image: url('/App_Themes/toyassociation_resp/images/events/NewContactBlock.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.callout-box.callout-testimonial {
  margin: 30px 10px;
  background-image: url('/App_Themes/toyassociation_resp/images/events/playcon-quote-block.jpg');
  /*background-position: 50% 50%;*/
  background-size: cover;
  background-repeat: no-repeat;
}

.callout-box.callout-note {
  margin-bottom: 20px;
  background-image: none !important;
}

.callout-h2 {
  color: #fff;
}

.callout-inner {
  display: block;
  max-width: 810px;
  margin-right: auto;
  margin-left: auto;
}

.callout-box-home {
  padding: 40px 20px;
  background-color: #20a6da;
  color: #fff;
}
.callout-box-quote {
	padding: 10px 20px;
    background-color: #f1f1f1;
    color: #8b8a8d;
    text-align: center;
	margin-bottom: 30px;
}
.callout-inner-home {
  display: block;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.tab-pane {
  padding-top: 30px;
}

.hero-p {
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 22px;
  line-height: 1.3em;
}

.hero-p-red {
  margin-bottom: 0.5em;
  color: #df1e36;
  font-size: 22px;
  line-height: 1.3em;
}

.event-tab-menu {
  text-align: center;
}

.hero-h1 {
  margin-bottom: 0.3em;
  color: #fff;
}

.hero-h1-red {
  margin-bottom: 0.3em;
  color: #df1e36;
}

.attendee-list {
  max-width: none;
  font-size: 14px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.callout-img {
    width: 35%;
    margin: auto;
    margin-bottom: 20px;
}
.callout-quote {
  font-size: 16px;
  line-height: 1.5em;
}

.callout-source {
}

a.callout-source {
	color: #df1e36;
}

.sidebar-callout {
  padding: 20px;
  background-color: #f1f1f1;
}

.article-callout {
  padding: 5px 20px;
  background-color: #f1f1f1;
  margin-top: 89px;
}

.article-callout h5 {
	margin-bottom: -15px !important;
	margin-top: 20px;
}

.hr {
  margin-top: 40px;
  border-bottom: 1px solid #c5c4c6;
}

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

.sponsor-logo {
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  background-color: transparent;
}

.sponsor-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-row {
  margin-bottom: 30px;
}

.tab-link {
  padding-right: 25px;
  padding-left: 25px;
  background-color: transparent;
  color: #df1e36;
  font-size: 18px;
  font-weight: 700;
}

.tab-link.w--current {
  background-color: #f1f1f1;
  color: #494949;
}

.program-date {
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
}

.program-day {
  margin-bottom: 20px;
  border-bottom: 1px solid #c5c4c6;
  font-size: 16px;
}

.program-time {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 700;
}

.program-event {
  margin-bottom: 20px;
  border-bottom: 1px solid #c5c4c6;
}

.program-event.last {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.program-grid {
  margin-top: 40px;
}

.h3-link {
  text-decoration: none;
}

.event-list-date {
  font-size: 30px;
  line-height: 1.5em;
}

.event-list-location {
  margin-bottom: 0.8em;
}

.event-list-name {
  margin-bottom: 0em;
}

.event-list-year {
  color: #8b8a8d;
}

.headline-with-icon {
    padding-top: 20px;
}

.headline-link {
  text-decoration: none;
}

.headline-link.callout-headline {
  color: #fff;
}

.article-date {
  margin-bottom: 1em;
  color: #8b8a8d;
}

.article-headline {
  margin-bottom: 0em;
  color: #df1e36;
}

.article-row {
  margin-top: 30px;
}

.section-headline {
  margin-bottom: 0.3em;
}

.section-headline.callout {
  color: #fff;
}

.section-description {
  margin-bottom: 3em;
}

.section-description.callout-p {
  margin-bottom: 1.5em;
}

.section-description.international-callout-p {
  margin-bottom: 0em;
  color: #fff;
}

.headline-link-inherit {
  color: #8b8a8d;
  text-decoration: none;
}

.member-resources {
  padding: 30px 30px 10px;
  background-color: #f0f0f0;
}

.member-resources.sidebar-callout {
  margin-bottom: 30px;
  padding: 20px 20px 5px;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

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

.pagination-link {
  display: inline-block;
  margin-right: 1px;
  margin-left: 0px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.pagination-link.next {
  margin-left: 20px;
}

.pagination-link.next.mobile-show {
  display: none;
}

.pagination-link.previous {
  margin-right: 20px;
  font-weight: 700;
}

.pagination-link.previous.mobile-show {
  display: none;
}

.pagination-current {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  padding: 5px 12px;
  border-radius: 4px;
  background-color: #ececec;
  font-weight: 700;
}

.sidebar-block {
  margin-bottom: 20px;
}

.list {
  padding-right: 30px;
  padding-left: 30px;
}

.list-item {
  display: block;
  margin-bottom: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 700;
  text-decoration: none;
}

.list-item:hover {
  color: #b30016;
}

.benefit-row {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c5c4c6;
}

.headline-icon {
  width: 36px;
  margin-right: 10px;
  float: left;
  opacity: 0.4;
}

.homepage-hero-copy {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
}

p.hide {
    font-size: 18px;
    color: #555;
}

.media-block-headline {
  display: block;
  margin-bottom: 0.5em;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  text-decoration: none;
}

.headline-footer {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.footer-col-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 1px solid #1a85ae;
  text-align: center;
}

.footer-upper {
  background-color: #20a6da;
}

.footer-col {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-border {
  height: 8px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.footer-newsletter-signup {
  display: block;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.footer-button {
  height: 46px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px solid #1a85ae;
  background-color: #20a6da;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 18px;
  line-height: 1em;
}

.footer-button:hover {
  background-color: #1a85ae;
}

.footer-col-small {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  /*border-top: 1px solid #931423;*/
}

@media (min-width: 1088px){
.bottom-logos {
	display: none;
}
}
.footer-logo {
  position: absolute;
  top: -15px;
  right: 10px;
}

.footer-newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.no-underline {
  text-decoration: none;
}

.stat-col {
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  border-right: 1px solid #c5c4c6;
}

.stat-col.last {
  border-right: 0px none transparent;
}

.stat-col.top {
  padding-bottom: 30px;
}

.stat-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stat-row.first {
  margin-top: 30px;
}

.stat-divider {
  position: absolute;
  right: -11px;
  bottom: 20px;
  width: 21px;
  height: 1px;
  background-color: #c5c4c6;
}

.stat-divider.mobile-show {
  display: none;
}

.ul-list-link {
  display: inline-block;
  margin-bottom: 3px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 700;
  text-decoration: none;
}

.ul-list-link:hover {
  color: #b30016;
}

.headline-border {
  margin-top: 10px;
  border-bottom: 10px solid #df1e36;
  /*interior span beyond*/
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.home-border {
  margin-top: 10px;
  background:#df1e36;
  /*interior span beyond*/
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.video-border {
  margin-top: 10px;
  /*interior span beyond*/
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.h1-border {
  margin-bottom: 5px;
}

.report-image {
  display: block;
  margin-bottom: 10px;
  margin-left: 15px;
  float: right;
  clear: none;
}

.callout-p {
  color: #fff;
}

.advocacy-headline {
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.member-resource-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.member-list-item {
  padding-right: 25px;
  padding-left: 25px;
}

.media-block-p {
  margin-bottom: 0em;
}

.international-callout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 40px;
  padding: 80px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/App_Themes/toyassociation_resp/images/site/International-block-icons-overlay.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-wrapper {
  margin-bottom: 0px;
}

.search-button-image {
  display: block;
  width: 25px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.event-list-date-mobile {
  display: none;
  margin-bottom: 0.8em;
  color: #333;
  font-size: 20px;
}

.news-sidebar {
  padding-left: 30px;
}

.article-search {
  height: 44px;
}

.col-1-of-2 {
  padding-right: 40px;
}

.col-2-of-2 {
  padding-left: 40px;
}

.body {
  color: #8b8a8d;
}

.media-tout {
  /*position: relative;*/
  display: block;
  /*height: 288px;
  background-color: #df1e36;*/
  color: #fff;
  font-size: 36px;
  line-height: 290px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

a:hover.media-tout {
	opacity: 0.4;
	color: #ffffff;
	background-color: #df1e36;
	transition: background-color #df1e36 opcaity 200ms ease;
}

a:visited.media-tout {
	color: #ffffff;
}

.tout-grid {
  text-decoration: none;
}

.tout-grid.left {
  padding-right: 2px;
}

.tout-grid.left.top {
  padding-right: 2px;
  padding-bottom: 4px;
}

.tout-grid.right {
  padding-left: 2px;
}

.tout-grid.right.top {
  padding-left: 2px;
}

@media (max-width:800px) {
.tout-grid.left {padding-bottom:210px }
.tout-grid.left.top {padding-bottom: 210px}
.tout-grid.right {
  padding-left: 10px;
  padding-bottom: 150px;
  padding-right: 2px;
}
.tout-grid.right.top {
  padding-bottom:150px;
  padding-right: 2px;
  padding-left: 10px;}
}

.media-tout-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.media-tout-text {
  position: relative;
  z-index: 2;
}

.webinars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.member-type {
  height: 100%;
  padding: 40px 50px 50px;
  background-color: #d6333e;
}

.member-type-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d6333e;
}

.member-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.member-tabs-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.member-tab-link {
  display: block !important;
  padding: 18px 40px 18px 0px !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
}

.member-tab-link.w--current {
  display: block;
  background-color: #e93946;
  color: #fff;
}

.member-des {
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
}

.member-feature-list {
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
}

.benefit-list {
  padding-left: 40px;
}

.leadership-row {
  margin-bottom: 20px;
}

.bio-container {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

.bio-body {
  max-width: 50em;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c5c4c6;
  font-size: 15px;
}

.bio-title {
  font-size: 21px;
}

.bio-name {
  margin-bottom: 0.3em;
  font-size: 32px;
  line-height: 1em;
}

.bio-close {
  position: absolute;
  top: -10px;
  right: 0px;
  padding: 10px;
}

.bio-content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  opacity: 1;
}

.attendee-container {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.fade-overlay {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 110px;
  background-image: url('../images/fade.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: repeat-x;
}

.secondary-button {
  background-color: transparent;
  color: #df1e36;
  font-size: 18px;
  font-weight: 700;
}

.expand-attendees-button.secondary-button {
  display: block;
  width: 230px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.collapse-attendees-list.secondary-button {
  display: none;
  width: 230px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.advocacy-alert {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 8px solid #e93946;
  text-decoration: none;
}

.alert-title {
  padding: 20px 25px 20px 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e93946;
  background-image: url('/App_Themes/toyassociation_resp/images/advocacy/industryalert.png');
  background-position: 11px 50%;
  background-size: 55px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 36px;
  margin-bottom: -1px;
}

.alert-date {
  padding: 10px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #e93946;
  color: #e93946;
  font-size: 18px;
  font-weight: 700;
}

.alert-content {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #e93946;
  font-size: 18px;
  line-height: 1.2em;
}

.bio-jean.expanded-bio {
  display: block;
  height: 500px;
}

.bio-marian.expanded-bio {
  display: none;
}

.join-cta-container {
  padding: 30px;
  background-color: #e93946;
  color: #fff;
}

.cta-p {
  color: #fff;
}

.cta-headline {
  color: #fff;
}

.button-yellow {
  padding: 15px 30px !important;
  background-color: #fede29 !important;
  color: #df1e36 !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.label-available {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 3px solid #85b945;
  color: #85b945;
  font-weight: 700;
}

.sold-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, .7);
  color: #333;
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.label-sold {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 3px solid #b30016;
  color: #b30016;
  font-weight: 700;
}

.sold-overlay-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #b30016;
  text-shadow: 0 0 8px #fff;
}

.join-arrow {
  position: absolute;
  top: 49%;
  right: 0px;
  width: 20px;
  height: 20px;
}

.image-right {
  padding-bottom: 30px;
  padding-left: 30px;
  float: right;
}

.article-header {
  margin-bottom: 0em;
}

.article-template-date {
  margin-bottom: 2em;
  color: #c5c4c6;
}

.library-section {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-top: 10px none #df1e36;
  background-color: #333;
  color: #fff;
  font-size: 16px;
}

.library-p {
  color: #fff;
}

.library-header {
  color: #fff;
  font-size: 40px;
}

.login-dropdown {
  z-index: 4000;
  border: 1px solid #c5c4c6;
  background-color: #fff;
}

.login-dropdown.w--open {
  min-width: 220px;
}

.forgot-password {
  margin-top: 5px;
  float: right;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none;
}

.login-button.primary-button {
  margin-top: 10px;
}

.login-wrapper {
  display: block;
  margin-bottom: 0px;
  padding: 30px;
}

.login-field {
  width: 280px;
  margin-bottom: 20px;
}

.login-label {
  margin-bottom: 0px;
}

.logged-in-text {
  display: none;
}

.login-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.login-link:hover {
  background-color: rgba(0, 0, 0, .05);
}

.login-list {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.accordion {
  display: none;
}

.library-container {
  display: inline-block;
  max-width: 320px;
  margin-right: 40px;
}

.library-container-large {
  max-width: 600px;
}

iframe.ftpiframe {
    height: 9750px;
  }

@media (max-width: 991px) {
  h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 22px;
    line-height: 1.2em;
  }
  /*.navbar {
    position: absolute;
    left: 0px;
    top: 90px;
    display: block;
    width: 320px;
    margin-top: 0px;
    background-color: #df1e36;
  }
  .aux-nav {
    position: absolute;
    top: 18px;
    right: 0px;
    z-index: 2000;
    display: block;
    margin-top: 5px;
    border-top-style: none;
    border-bottom-style: none;
    background-color: transparent;
  }*/
  .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
  .search-button {
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    background-color: #20a6da;
  }
  .rmLink,
  .nav-link {
    display: block;
    padding: 10px 20px;
    float: none;
    border-style: none;
    color: #fff;
    text-align: left;
    text-decoration: none;
  }
  .rmLink:hover,
  .nav-link:hover {
    border-width: 0px;
    background-color: rgba(0, 0, 0, .05);
  }
  .nav-link.member-login {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .aux-nav-link {
    display: none;
  }
  .search-field {
    width: 200px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #1a85ae;
    background-color: #fff;
    box-shadow: none;
    color: #8b8a8d;
  }
  .primary-button.join-tia {
    display: block;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: none;
    background-color: #fff;
    color: #df1e36;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .aux-nav-menu {
    position: relative;
    left: 0%;
    display: block;
    width: 300px;
    background-color: #fff;
  }
  .menu-link-2-level {
    padding-left: 40px;
    clear: left;
    font-weight: 400;
  }
  .menu-link-3-level {
    display: none;
  }
  .menu-list {
    display: block;
    padding-top: 0px;
    border: 0px none #000;
    background-color: #df1e36;
  }
  .footer-list-link {
    padding-right: 5px;
    padding-left: 5px;
  }
  .menu-line-top {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 5px;
    background-color: #df1e36;
  }
  .menu-line-top:active {
    background-color: #fff;
  }
  .menu-line-middle {
    left: 0px;
    top: 10px;
    right: 0px;
    background-color: #df1e36;
  }
  .menu-line-bottom {
    left: 0px;
    top: 20px;
    right: 0px;
    bottom: 0px;
  }
  .mobile-menu {
    top: 91px;
    right: 0px;
    display: none;
    margin-right: 0px;
    padding-top: 0px;
    float: right;
  }
  .menu-button {
    margin-right: 10px;
    margin-left: -10px;
    padding: 0px;
    float: left;
  }
  .menu-button.w--open {
    background-color: #df1e36;
  }
  .nav-dropdown-list {
    display: none;
    background-color: #fff;
  }
  .nav-dropdown-list.w--open {
    display: none;
    width: auto;
    border-style: none;
  }
  .nav-dropdown {
    top: -1px;
    float: none;
  }
  .footer-section-link {
    padding-right: 5px;
    padding-left: 5px;
  }
  .menu-divider {
    display: block;
    height: 1px;
    margin: 15px 20px 0px;
    padding-right: 0px;
    background-color: #fff;
  }
  .copyright {
    margin-left: 10px;
  }
  .menu-label {
    position: absolute;
    left: 0px;
    top: 29px;
    display: block;
    color: #df1e36;
    font-size: 12px;
    line-height: 12px;
  }
  .close-label {
    position: absolute;
    left: 0px;
    top: 30px;
    display: none;
    margin-top: 2px;
    margin-left: 1px;
    opacity: 0;
    color: #fff;
    font-size: 11px;
    line-height: 1em;
  }
  .hero-area.advocacy,
  .hero-area.committee,
  .hero-area.ypn,
  .hero-area.gop,
  .hero-area.safety,
  .hero-area.federal,
  .hero-area.state,
  .hero-area.international,
  .hero-area.reading,
  .hero-area.webinars,
  .hero-area.trendhunter,
  .hero-area.reports,
  .hero-area.popdata,
  .hero-area.globalsales,
  .hero-area.econdata,
  .hero-area.ussales,
  .hero-area.globalresearch,
  .hero-area.trends,
  .hero-area.tif,
  .hero-area.st365,
  .hero-area.staff,
  .hero-area.board,
  .hero-area.contact,
  .hero-area.career,
  .hero-area.directory,
  .hero-area.creditprogram,
  .hero-area.pubs,
  .hero-area.associations,
  .hero-area.inventor,
  .hero-area.tnt {
    height: 300px;
  }
  .media-block-v.advocacy-level {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media-block-image {
    width: 100%;
  }
  .media-block-image.icon {
    width: auto;
  }
  .media-block-image.article-media {
    width: 160px;
  }
  .media-block-media {
    margin-bottom: 15px;
  }
  .media-block-media.media-block-media-h.media-small {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .media-block-body.media-block-body-h {
    padding-top: 10px;
    padding-left: 0px;
  }
  .column-1-of-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-2-of-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-3-of-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mission-statement {
    background-size: contain;
  }
  .mission-statement.mission-interior {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .mission-statement-p {
    font-size: 23px;
    line-height: 1.125em;
  }
  .open-quote {
    display: none;
  }
  .close-quote {
    display: none;
  }
  .media-block-h.presenters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .media-block-link.article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .event-tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .tab-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .headline-link.callout-headline {
    font-size: 20px;
  }
  .headline-icon {
    width: 31px;
  }
  .media-block-headline {
    font-size: 19px;
  }
  .footer-col {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-logo {
    right: 20px;
  }
  .report-image {
    display: none;
    margin-left: 0px;
    float: none;
  }
  .member-resource-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .member-list-item {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
  .international-callout {
    margin-right: 0px;
	margin-bottom: 20px;
  }
  .search-button-image {
    margin-top: 0px;
  }
  .news-sidebar {
    padding-left: 10px;
  }
  .media-tout {
    line-height: 240px;
    font-size: 29px;
  }
  .webinars {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .member-type {
    padding: 20px;
  }
  .member-tab-link {
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .advocacy-alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .alert-date {
    padding-top: 25px;
    border-right-style: none;
  }
  .alert-content {
    padding-bottom: 25px;
  }
  .menu-inner {
    position: relative;
    width: 35px;
    height: 40px;
    margin: 30px 20px 20px;
  }
  .member-dropdown {
    display: none;
  }
}

@media (max-width: 1145px) {
	.logo { width: 115px;}
}

@media (max-width: 800px) {
	.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 801px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
	  float: left;}
.col-sm-4 {
    width: 33.3333333333%;}
  }

@media (max-width: 800px) {
	.col-sm-4, .col-sm-6, .col-sm-8 {width: 100% !important;}
}

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: 0%;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: 0%;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
@media (max-width: 1087px) {
  .ta-navbar {
    width: 100%;
	float: right;
  }
}
@media (max-width: 480px) {
  .ta-navbar {
    width: 100%;
	float: right;
	margin-bottom: 20px;} 
  .primary-button.join-tia {
    background-color: #fff;
    color: #df1e36;
  }
  .floatL { float:none !important; }
  .floatR { float:none !important; }
  .benefit-content h3 {
  padding-top: 20px;
  }
  .menu-button {
    margin-right: 0px;
  }
  .hero-area.advocacy {
    height: 280px;
  }
  .media-block-v {
    margin-bottom: 20px;
  }
  .media-block-image {
    width: 100%;
  }
  .media-block-image.bio-image {
    display: none;
    float: left;
  }
  .media-block-media.media-block-media-h.media-small {
    max-width: 30%;
  }
  .column-1-of-3 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c5c4c6;
    border-right-style: none;
  }
  .column-2-of-3 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c5c4c6;
    border-right-style: none;
  }
  .mission-statement {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .mission-statement-p {
    font-size: 21px;
    line-height: 1.325em;
  }
  .hero-body {
    width: 80%;
  }
  .hero-body.home, .hero-body.events {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: -100px;
    float: none;
  }
  .mission-logo {
    top: -75px;
    margin-left: -60px;
  }
  .media-block-h.presenters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .media-block-link.int-fix {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media-block-link.int-fix.first {
    padding-left: 0px;
  }
  .media-block-link.int-fix.last {
    padding-right: 0px;
  }
  .event-tab-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .attendee-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .callout-img {
		width: 100%;}
  .callout-quote {
    font-size: 20px;
    line-height: 1.4em;
  }
  .tab-link {
    font-size: 18px;
  }
  .event-list-date {
    display: none;
  }
  .event-list-year {
    display: none;
  }
  .article-block {
    margin-bottom: 30px;
  }
  .pagination-link.next.mobile-show {
    display: inline-block;
    font-size: 24px;
  }
  .pagination-link.next.mobile-hide {
    display: none;
  }
  .pagination-link.previous.mobile-show {
    display: inline-block;
    font-size: 24px;
  }
  .pagination-link.previous.mobile-hide {
    display: none;
  }
  .media-block-headline {
    font-size: 19px;
  }
  .footer-col-1 {
    border-right-style: none;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /*.stat-col.last {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }*/
  .stat-col.top.mobile-col {
    border-right-style: none;
  }
  .stat-col.mobile-col {
    border-right-style: none;
  }
  .stat-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stat-row.first {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .stat-divider.mobile-hide {
    display: none;
  }
  .stat-divider.mobile-show {
    display: block;
  }
  .h1-border {
    font-size: 44px;
  }
  .member-resource-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .international-callout {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .event-list-date-mobile {
    display: block;
  }
  .international-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col-1-of-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-2-of-2 {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .media-tout {
    font-size: 24px;
	line-height: 200px;
  }
  .member-tabs {
    display: none;
  }
  .bio-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .alert-title {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 60px;
    background-size: 38px;
    font-size: 30px;
  }
  .menu-inner {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .cta-headline {
    font-size: 40px;
  }
  .accordion {
    display: block;
  }
  .accordion-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
  }
  .accordion-link:hover {
    background-color: #d6333e;
  }
  .accordion-content {
    display: none;
  }
  .accordion-icon {
    position: static;
    display: inline-block;
    margin-right: 0px;
    margin-left: 5px;
    float: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 1em;
  }
  .accordion-text {
    display: inline-block;
    line-height: 1em;
  }
}

@media (max-width: 500px) {
	.logo { width: 90px; }
}

@media (max-width: 639px) {
  .homepage-hero-copy {
    max-width: 50em;
    font-size: 16px;
  margin: auto;
	  padding-bottom: 10px;
  }
  iframe.ftpiframe {
    height: 1375px;
  }
  .footer-nav {
    display: none;
  }
.media-block-media.media-block-media-h {
	display: none; }
}
@media (max-width: 479px) {
  h3 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .headline-footer {
	font-size: 19px;		
  }	
  .aux-nav {
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    margin-top: 0px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .4);
  }
  .logo {
    display: block;
    width: 132px;
    /*margin-right: auto;
    margin-left: auto;*/
    padding-right: 10px;
    float: left;
  }
  .logo.w--current {
    display: block;
  }
  .search-form {
    height: auto;
    padding: 10px;
    float: none;
  }
  .search-button {
    margin-right: 0px;
  }
  .container.aux-container {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .search-field {
    width: 208px;
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .primary-button.mission-button {
    width: 100%;
    text-align: center;
  }
  .primary-button.primary-alt {
    width: 100%;
  }
  .aux-nav-menu {
    left: auto;
    top: auto;
    right: auto;
    width: 100%;
    padding-bottom: 0px;
  }
  .nav-dropdown-list.w--open {
    display: none;
  }
  .search-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    padding-top: 31px;
    padding-right: 20px;
    padding-left: 20px;
    float: right;
  }
  .privacy-policy {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .hero-area.advocacy,
  .hero-area.committee,
  .hero-area.ypn,
  .hero-area.gop,
  .hero-area.safety,
  .hero-area.federal,
  .hero-area.state,
  .hero-area.international,
  .hero-area.reading,
  .hero-area.webinars,
  .hero-area.trendhunter,
  .hero-area.reports,
  .hero-area.popdata,
  .hero-area.globalsales,
  .hero-area.econdata,
  .hero-area.ussales,
  .hero-area.globalresearch,
  .hero-area.trends,
  .hero-area.tif,
  .hero-area.st365,
  .hero-area.staff,
  .hero-area.board,
  .hero-area.contact,
  .hero-area.career,
  .hero-area.directory,
  .hero-area.pubs,
  .hero-area.associations,
  .hero-area.inventor,
  .hero-area.tnt {
    height: 190px;
  }
  .media-block-v {
    margin-bottom: 20px;
  }
  .media-block-image.big {
    margin-bottom: 20px;
  }
  .media-block-image.article-media {
    width: 100%;
  }
  .media-block-media {
    margin-bottom: 10px;
  }
  .column-1-of-3 {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #c5c4c6;
    border-right-style: none;
  }
  .column-2-of-3 {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    border-bottom: 1px solid #c5c4c6;
    border-right-style: none;
  }
  .column-3-of-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mission-statement {
    padding-bottom: 50px;
  }
  .mission-statement.mission-interior {
    padding-top: 20px;
    padding-bottom: 40px;
    background-size: contain;
  }
  .mission-statement-p {
    font-size: 17px;
  }
  .hero-body {
    width: 100%;
  }

  .hero-img {
    margin-top: -80px;
}
  .mission-logo {
    left: 50%;
  }
  .media-block-link.int-fix.first {
    padding-right: 0px;
  }
  .media-block-link.int-fix.last {
    padding-left: 0px;
  }
  .media-block-link.article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .callout-box {
    padding: 20px;
  }
  .event-tab-menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .attendee-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .row-centered {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .member-resources.sidebar-callout {
    padding: 20px 20px 10px;
  }
  .pagination-link {
    display: inline-block;
  }
  .pagination-link.previous {
    display: inline-block;
  }
  .list {
    padding-right: 0px;
  }
   .primary-button.hero-button {
		font-size: 16px;
	    padding: 5px 10px;
	}
  .footer-col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-border {
    display: none;
  }
  .footer-button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-logo {
    display: none;
  }
  .stat-col {
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }
  .w-col {
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-right-style: none;
  }
	.col-2 {
		width: 50%
	}
  .stat-col.last {
    padding-right: 0px;
    padding-left: 0px;
  }
  .stat-col.top {
    padding-right: 0px;
    padding-left: 0px;
    border-right-style: none;
  }
  .stat-divider {
    display: none;
  }
  .stat-divider.mobile-show {
    display: none;
  }
  .h1-border {
    font-size: 34px;
  }
  .member-list-item {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .international-row {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .news-sidebar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .tout-grid.left {
    padding-right: 0px;
    padding-left: 0px;
	  padding-bottom: 0px;
  }
  .tout-grid.left.top {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .tout-grid.right {
    padding-right: 0px;
    padding-left: 0px;
	padding-bottom: 10px;
  }
  .tout-grid.right.top {
    padding-right: 0px;
    padding-left: 0px;
	  padding-bottom: 0px;
  }
  .bio-container.first-row {
    position: fixed;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    overflow: scroll;
    margin-bottom: 0px;
  }
  .bio-container.second-row {
    position: fixed;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    overflow: scroll;
    margin-bottom: 0px;
  }
  .bio-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .join-cta-container {
    padding: 15px;
  }
  .accordion-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}


/* additional styles */
.search-field::-webkit-input-placeholder,
.footer-field::-webkit-input-placeholder {
  color: #ddd;
}
.nav-dropdown-toggle.w--open .nav-link {
  color: #fff;
}
.media-block-link:hover h3 {
  color: #df1e36;
}
.menu-button.w--open .menu-line-top,
.menu-button.w--open .menu-line-bottom {
  background-color: #fff;
}
.member-tab-link.w--current:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #d6333e;
  content: "";
  display: block;
  height: 0px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
}
.aux-nav-link.w--open {
  background-color: rgba(0, 0, 0, 0.15);
}
.bio-container {
  height: 0px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.bio-container.open {
  height: 500px;
}
@media (max-width: 479px) {
  .bio-container.open {
	height: auto;
  }
}
.bio-container-inner {
  position: relative;
}
.bio-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.bio-link {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.bio-link:hover p {
  color: #df1e36;
}
.bio-link.active {
  opacity: 1;
}
.bio-link.inactive {
  opacity: 0.5;
}
.bio-link.inactive:hover {
  opacity: 1;
}
.accordion-link.active {
  background-color: #d6333e;
}
.bioGroup { 
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-bottom: 25px;
	padding-left: 15px;
}
.bio {
	display: inline-block; vertical-align: top; width: 33.33%; margin-right: 25px; cursor: pointer;
}
.bio2col {
	display: inline-block; vertical-align: top; width: 50%; margin-right: 25px; cursor: pointer;
}
.bio:hover {
	color: #df1e36;
}
.bio2col:hover {
	color: #df1e36;
}
.bioMug {
	display: inline-block; width: 35%; vertical-align: top; margin-right: 15px;
}
.bioMug img {
	width: 100%; height: auto;
}
.bioMug:hover {
	opacity: 1.0 !important;
}
.bioInfo {
	display: inline-block; width: 55%; vertical-align: top;
}
.bioInfo b {
	font-size: 18px;
}
.fullbio {
	display: block; width: 98%; padding: 20px; padding-right: 20px; margin-top: -20px; background-color:#EFEFEF; margin-bottom: 20px; position: relative;
}
.fullbio .bioInfo b {
	font-size: 24px;
}
.fullbio p {
	max-width: none;
}
.fullbio img {
	float: left; width: 25%; margin-right: 20px;
}
.fullbio .bioInfo {
	width: 70%;
	display: inline-block;
	float: left;
}
.fullbio span {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
.fullbio .xclose {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 16px !important;
	height: auto !important;
	cursor: pointer;
}
.biocol .bioMug {
	display: block; width: 100%; margin-bottom: 15px;
}
.biocol .bioInfo {
	display: block; width: 100%;
}

@media (max-width: 1004px) {
	.bioGroup { 
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0px;
	}
	.bio, .bio2col {
		width: 98%;
		margin-bottom: 25px;
	}
	.bioInfo {
		width: 45%;
	}
	.fullbio {
		margin-top: -25px; padding-right: 40px;
	}
	.biocol .bioMug {
		width: 100%;
	}
	.biocol .bioInfo {
		width: 100%; padding-left: 20px;
	}
}

@media (max-width: 550px) {
	.bioMug {
		width: 45%;
	}
	.bioInfo {
		width: 45%;
		font-size: 13.5px;
		line-height: 1.5em;
	}
}


/***additional***/
.homepage a
{
text-decoration:none;
}

.header-top-container
{
padding: 10px 0;
}
.footer-border-setting
{
margin-top:56px !important;
}

@media (min-width:1088px) {
.header-top-container {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-top: 8px solid #df1e36;
  border-bottom: 8px solid #fdd700;
  background-color: #20a6da;
  font-weight: 700;
  height:90px!important;
}
}

@media (max-width:800px)
{
.AnalysisData table,
.AnalysisData thead,
.AnalysisData tfoot,
.AnalysisData tbody,
.AnalysisData tr,
.AnalysisData td
{
	display:block;
}
.AnalysisData thead tr
{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
	
.AnalysisData td
{
	position:relative;
	padding-left:30%;
	white-space:normal;
	text-align:left;
}

.AnalysisData td:before
{
	position:absolute;
	top:6px;
	left:6px;
	width:45%;
	padding-right:1px;
	white-space:no-wrap;
	text-align:left;

}
.AnalysisData td:before
{
	content: attr(data-title);
}

td.TARowName {
    color: #df1e36;
    font-weight: 700;
	text-align: center;
}
}

td.TADataHead {
    color: #df1e36;
    font-weight: 700;
	text-align: center;
	border: 1px solid #8b8a8d;
}

td.TADataHeadCat {
	color: #df1e36;
    font-weight: 700;
	border: 1px solid #8b8a8d;
}

td.TADataRow {
    text-align: center;
	border: 1px solid #8b8a8d;
}

td.TARowName {
	border: 1px solid #8b8a8d;
}

/*Event Tabs */
.RadTabStrip_toyassociation{color:#000000;font:16px "Museo-Sans-300",Arial,Helvetica,sans-serif;line-height:26px}
.RadTabStrip_toyassociation .rtsGhostTab{border-color:#ffffff;color:#000000;background-color:#ffffff}
.RadTabStrip_toyassociation{color:#ffffff;font:100 16px "Museo-Sans-300",Arial,Helvetica,sans-serif;line-height:2.5}
.RadTabStrip_toyassociation .rtsDisabled .rtsTxt{opacity:.5;-ms-filter:"alpha(opacity=50)";filter:alpha(opacity=50)}
.RadTabStrip_toyassociation .rtsLink{padding:0 10px;color:#000000}
.RadTabStrip_toyassociation .rtsOut,
.RadTabStrip_toyassociation .rtsIn{padding:0}
.RadTabStrip_toyassociation .rtsTxt{padding:0}
.RadTabStrip_toyassociation .rtsLevel1 .rtsLink{margin:0 0 0 -1px;border:1px solid #ffffff;background-color:#ffffff}
.RadTabStrip_toyassociation .rtsLevel1 .rtsLink:hover{background-color:#ffffff; border-color: #ffffff;}
.RadTabStrip_toyassociation .rtsLevel1 .rtsSelected,
.RadTabStrip_toyassociation .rtsLevel1 .rtsSelected:hover{border-color:#ffffff;color:#ffffff;background-color:#ffffff}
.RadTabStrip_toyassociation .rtsLevel1 .rtsDisabled,
.RadTabStrip_toyassociation .rtsLevel1 .rtsDisabled:hover{border-color:#ffffff;background:#ffffff}
.RadTabStrip_toyassociation .rtsLevel1 .rtsFirst .rtsLink{margin-left:0}
.RadTabStrip_toyassociation .rtsLevel2{padding:1px;width:auto;background-color:#ffffff}
.RadTabStrip_toyassociation .rtsLevel2 .rtsLink{margin:0 0 0 1px;border:1px solid #ffffff;color:#ffffff}
.RadTabStrip_toyassociation .rtsLevel2 .rtsLink:hover{border-color:#ffffff}
.RadTabStrip_toyassociation .rtsLevel2 .rtsSelected,
.RadTabStrip_toyassociation .rtsLevel2 .rtsSelected:hover{border-color:#ffffff}
.RadTabStrip_toyassociation .rtsLevel2 .rtsFirst .rtsLink{margin-left:0}
.RadTabStrip_toyassociation .rtsScroll{height:auto}
.RadTabStrip_toyassociation .rtsNextArrow,
.RadTabStrip_toyassociation .rtsPrevArrow,
.RadTabStrip_toyassociation .rtsPrevArrowDisabled,
.RadTabStrip_toyassociation .rtsNextArrowDisabled
{width:28px;height:28px;border:1px solid #ffffff;border-radius:34px;background-color:#ffffff;background-image:url('Common/metrotouch-sprite.png')}
.RadTabStrip_toyassociation .rtsNextArrow,
.RadTabStrip_toyassociation .rtsNextArrow:hover,
.RadTabStrip_toyassociation .rtsNextArrowDisabled,
.RadTabStrip_toyassociation .rtsNextArrowDisabled:hover{background-position:-11px -161px}
.RadTabStrip_toyassociation .rtsPrevArrow,
.RadTabStrip_toyassociation .rtsPrevArrow:hover,
.RadTabStrip_toyassociation .rtsPrevArrowDisabled,
.RadTabStrip_toyassociation .rtsPrevArrowDisabled:hover{background-position:-11px -111px}
.RadTabStrip_toyassociation .rtsNextArrowDisabled,
.RadTabStrip_toyassociation .rtsPrevArrowDisabled{filter:alpha(opacity=50);opacity:.5}
.RadTabStrip_toyassociation.RadTabStripVertical .rtsLevel1 .rtsLink{margin:0;border-width:0 1px 1px}
.RadTabStrip_toyassociation.RadTabStripVertical .rtsLevel1 .rtsFirst .rtsLink{border-top-width:1px}
.RadTabStripTop_toyassociation .rtsLevel1{border-bottom:3px solid #ffffff}
.RadTabStripTop_toyassociation .rtsLevel1 .rtsLink{border-bottom-width:0}
.RadTabStripBottom_toyassociation .rtsLevel1{border-top:3px solid #ffffff}
.RadTabStripBottom_toyassociation .rtsLevel1 .rtsLink{border-top-width:0}
.RadTabStripLeft_toyassociation .rtsLink{border-right-width:0}
.RadTabStripLeft_toyassociation .rtsNextArrow,
.RadTabStripLeft_toyassociation .rtsNextArrow:hover,
.RadTabStripLeft_toyassociation .rtsNextArrowDisabled,
.RadTabStripLeft_toyassociation .rtsNextArrowDisabled:hover{background-position:-11px -61px}
.RadTabStripLeft_toyassociation .rtsPrevArrow,
.RadTabStripLeft_toyassociation .rtsPrevArrow:hover,
.RadTabStripLeft_toyassociation .rtsPrevArrowDisabled,
.RadTabStripLeft_toyassociation .rtsPrevArrowDisabled:hover{background-position:-11px -11px}
.RadTabStripRight_toyassociation .rtsLink{border-left-width:0}
.RadTabStripRight_toyassociation .rtsNextArrow,
.RadTabStripRight_toyassociation .rtsNextArrow:hover,
.RadTabStripRight_toyassociation .rtsNextArrowDisabled,
.RadTabStripRight_toyassociation .rtsNextArrowDisabled:hover{background-position:-11px -61px}
.RadTabStripRight_toyassociation .rtsPrevArrow,
.RadTabStripRight_toyassociation .rtsPrevArrow:hover,
.RadTabStripRight_toyassociation .rtsPrevArrowDisabled,
.RadTabStripRight_toyassociation .rtsPrevArrowDisabled:hover{background-position:-11px -11px}html 
.RadTabStrip_toyassociation_disabled .rtsLevel1 .rtsLink{border-color:#ffffff;color:#ffffff;cursor:default}html 
.RadTabStrip_toyassociation_disabled .rtsLevel1 .rtsLink:hover{background-color:#ffffff}html 
.RadTabStrip_toyassociation_disabled .rtsDisabled{opacity:1}
.rtsDropClue_toyassociation{width:16px;height:16px;background-image:url('Common/metrotouch-sprite.png')}
.rtsDropClueTop_toyassociation{margin-top:-16px;margin-left:-8px;background-position:-17px -67px}
.rtsDropClueRight_toyassociation{margin-top:-8px;background-position:-17px -117px}
.rtsDropClueBottom_toyassociation{margin-left:-8px;background-position:-17px -17px}
.rtsDropClueLeft_toyassociation{margin-top:-8px;margin-left:-16px;background-position:-17px -167px}


 div.RadTabStrip_toyassociation .rtsLink {
	color: #df1e36;	
	font-family: 'Museo-Sans-300',sans-serif;
	font-size: 18px;
  font-weight: 700;
	
}
div.RadTabStrip_toyassociation a.rtsLink:hover{
	text-decoration:none !Important;
	background-color: white;
}
 div.RadTabStrip_toyassociation .rtsLink .rtsOut {
	background-color: rgb(255, 255, 255);
}

 div.RadTabStrip_toyassociation .rtsSelected {
	background-color: rgb(241, 241, 241);
}

 div.RadTabStrip_toyassociation .rtsSelected .rtsOut {
	background-color: rgb(241, 241, 241);
}

 div.RadTabStrip_toyassociation .rtsSelected .rtsIn {
	color: #494949;
	font-size: 18px;
  font-weight: 700;
}

 div.RadTabStrip_toyassociation .rtsSelected:hover .rtsIn {
	color: #494949;
	font-size: 18px;
  font-weight: 700;
}

 div.RadTabStrip_toyassociation .rtsDisabled {
	background-color: rgb(255, 255, 255);
	color: rgb(223, 30, 54);
}

 div.RadTabStrip_toyassociation .rtsDisabled:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(223, 30, 54);
}

div.RadTabStrip_toyassociation .rtsHoverBefore:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(223, 30, 54);
}

.RadTabStrip_toyassociation .rtsOut {
	padding: 0 10px;
}

.RadTabStrip .rtsLevel .rtsOut, .RadTabStrip .rtsLevel .rtsIn, .RadTabStrip .rtsLevel .rtsTxt, .RadTabStripVertical .rtsLevel .rtsOut, .RadTabStripVertical .rtsLevel .rtsIn, .RadTabStripVertical .rtsLevel .rtsTxt
{
  text-decoration:initial;
}
.RadTabStrip_toyassociation a:hover
{
text-decoration:none;  
}

.ContentWizardDisplay {
    border: none !important;
    padding: 10px;
}

a#ctl01_TemplateBody_WebPartManager1_gwpciHPNewsList_ciHPNewsList_TaggedListRepeater_ctl04_ViewAllButton,
a#ctl01_TemplateBody_WebPartManager1_gwpciEventList_ciEventList_TaggedListRepeater_ctl01_ViewAllButton
{
  text-decoration: none;
}

li.rmItem.rmLast.join-tia {
    background-color: #df1e36;
    color: #ffffff;
    transition: background-color 200ms ease;
}

li.rmItem.rmLast.join-tia a {
    color: #ffffff !important;
}

@media (max-width: 1087px) {
	li.rmItem.rmLast.join-tia {
    background-color: #ffffff;
    color: #df1e36;
    transition: background-color 200ms ease;
	margin: 15px;
}

li.rmItem.rmLast.join-tia a {
    color: #df1e36 !important;
	text-align: center;
    background-color: #ffffff;
    margin-bottom: 15px;
    width: 100%;
}
	li.rmItem.rmLast.join-tia a:hover {
		background-color: #ffffff !important;
}
}

.aecHPEventThumb {
    margin-bottom: 10px;
    margin-top: -20px;
}

/*Home Banner No Video*/

.carousel-inner > .item .carousel-link {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2em;
}

@media (min-width: 768px) {
	.carousel-inner.bg-img {display: none;}
}

/*INterior Hero*/
.inner-hero {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.inner-hero-event {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-top: -25px;
}

video
{
	display:block;
  max-width: 100%;
}
#video-bg{
	position:relative;
	width:auto;
	min-width:100%;
	height:auto;
	background-size:cover;
}

@media (max-width: 767px) {
	.videowrapper{display: none}
}

/** YouTube videos **/

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*newsroom search */

input#ctl01_TemplateBody_WebPartManager1_gwpciNewSearchCommon_ciNewSearchCommon_ST_Text {
    width: 90% !important;
}
#ctl01_TemplateBody_WebPartManager1_gwpciNewSearchCommon_ciNewSearchCommon_lblExceedMaxResultsLabel {
    display: none;
}

input#ctl01_TemplateBody_WebPartManager1_gwpciNewSearchCommon_ciNewSearchCommon_btnGo {
    margin-left: -8px !important;
}


/**menu changes **/


@media (min-width: 1088px) {
  .navbar-right .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
  .navbar-right .dropdown-menu-left {
    left: 0 !important;
    right: auto !important;
  }
}
@media (min-width: 1088px) {
  .ta-navbar {
    border-radius: 0 !important;
  }
}
@media (min-width: 1088px) {
  .ta-navbar-collapse {
    width: auto !important;
    border-top: 0 !important;
    box-shadow: none !important;
  }
  .ta-navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
  }
  .ta-navbar-collapse.in {
    overflow-y: auto !important;
  }
  .ta-navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px !important;
  }
  .ta-navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
  }
  .ta-navbar-collapse .navbar-text:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 1088px) {
  .container > .ta-navbar-header,
  .container > .ta-navbar-collapse {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1088px) {
  .ta-navbar-toggle {
    display: none !important;
  }
}


@media (min-width: 1088px) {
  .ta-nav-primary {
    margin-top: 10px;
  }
}
.no-mqs .ta-nav-primary {
  margin-top: 10px;
}

.ta-navbar-collapse {
  clear: both;
}
@media (max-width: 1087px) {
  .ta-navbar-collapse {
    /* expand to the full width of the page */
    margin-left: -15px;
    margin-right: 4px;
  }
}
@media (min-width: 1088px) {
  .ta-navbar-collapse {
    clear: right;
  }
}
.no-mqs .ta-navbar-collapse {
  clear: right;
}

@media (min-width: 1088px) {
  .ta-nav-primary {
    float: right;
    clear: right;
  }
}
.no-mqs .ta-nav-primary {
  float: right;
  clear: right;
}

.ta-navbar-collapse {
  background-color: #df1e36;
}
@media (min-width: 1088px) {
  .ta-navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: none;
  }
}
.no-mqs .ta-navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: none;
}

.ta-navbar-header {
  float: right;
}
.ta-navbar-header > div,
.ta-navbar-header > a,
.ta-navbar-header .NavigationLink {
  display: inline-block;
  vertical-align: middle;
}
.NavigationUnorderedList {
	display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1087px){
	.NavigationUnorderedList {display: none !important}
}
li.top-logos a img + span.nav-text {
    display: none;
}	
.ta-navbar-toggle {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
  vertical-align: middle;
  background-color: #ffffff;
  border-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /* extend the toggle down when it's open */
  margin-bottom: 0;
  padding-bottom: 18px;
}
.ta-navbar-toggle.collapsed {
  /* then tighten it back up when it's closed */
  margin-bottom: 6.5px;
  padding-bottom: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ta-navbar-toggle.collapsed {
  /*background-color: #ffffff;
  border: 1px solid #df1e36;*/
}

.ta-navbar-toggle {
  position: relative;
  margin-left: 15px;
  padding: 10px 0px;
  margin-top: 9px;
  margin-bottom: 9px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.ta-navbar-toggle:hover, .ta-navbar-toggle:focus {
  background-color: none;
}
.ta-navbar-toggle .icon-bar {
  background-color: #df1e36;
}
@media (max-width:500px) {
	.ta-navbar-header { margin-top: 0; }
}
@media (max-width:1087){
	.ta-navbar-header { margin-top:0px; margin-right: 20px; }
}
.nav-auxiliary .TextButton,
.nav-auxiliary .ta-navbar-toggle {
  margin-left: 15px;
}
.ta-navbar-toggle {
	float: none;}
.ta-navbar-toggle .icon-bar {
  height: 3px;
  border-radius: 0;
}
.ta-navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.ta-navbar-toggle .icon-search {
  display: inline-block;
  float: left;
  background: url("images/ResponsiveHeaderSprite.png") no-repeat center top;
  width: 25px;
  height: 24px;
  margin: -1px 0;
display: none;
  /* this makes it line up properly with the hamburger */
}

.ta-navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    border-radius: 1px;
}
@media (min-width:600px){
	.nav-auxiliary .ta-navbar-toggle {
		margin-right: 50px !important;}
}

@media (max-width: 1087px) {
  .ste-section {
    display: none !important;
  }
}

@media (min-width: 1088px) {
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border: none;
  }
}
@media (max-width: 1087px) {
  .rmResponsive .rmSlide {
    width: 100% !important;
    left: 0 !important;
  }
  .rmResponsive .rmSlide .rmSlide {
    /* for right expanded items, expand below on extra small screens */
    left: 0 !important;
    margin-top: 51px;
  }
}
@media (min-width: 1088px) {
  .RadMenu.rmResponsive .rmItem {
    white-space: nowrap;
  }
  .RadMenu.rmResponsive .rmRootGroup > .rmItem {
    float: left;
    clear: none;
	margin-left: 5px;
  }
  .RadMenu.rmResponsive .rmRootGroup > .rmItem > .rmLink {
    margin: 0;
  }
  .RadMenu.rmResponsive .rmSlide .rmGroup {
    margin: 0;
  }
  .RadMenu.rmResponsive .rmSlide .rmItem {
    float: none;
    display: block;
  }
  .RadMenu.rmResponsive .rmSlide .rmLink,
  .RadMenu.rmResponsive .rmSlide .rmSeparator {
    margin: 0;
  }
  .RadMenu.rmResponsive .rmSlide .rmExpandRight {
    background-image: url("images/ResponsiveNav.png");
    background-position: 100% -200px;
    background-repeat: no-repeat;
  }
  .RadMenu.rmResponsive .rmSlide .rmText {
    padding-right: 40px;
  }
  .RadMenu.rmResponsive .rmToggle {
    display: none;
  }
}

/*profile page */

.miniprofile {
    background-color: #f0f0f0;
}

span#ctl01_TemplateBody_WebPartManager1_gwpciFunction_ciFunction_panelEditor_UD_MemberInfo___CO_POSITION {
    padding: 15px;
    height: 300px !important;
}

.CheckBoxList input {
    float: left !important;
}

div#ctl01_TemplateBody_WebPartManager1_gwpciNewQueryMenuCommon_ciNewQueryMenuCommon_ResultsGrid_DataSourcePanel_Head {
    display: none;
}

.news-share-hide{
	display:none;
}
.news-share-show{
	display:block;
	max-width: 820px;
    margin: auto;
}

/* news searches*/ 

table#ctl01_TemplateBody_WebPartManager1_gwpste_container_Search_ciSearch_Results,
table#ctl01_TemplateBody_WebPartManager1_gwpste_container_Advocacy_ciAdvocacy_Results,
table#ctl01_TemplateBody_WebPartManager1_gwpste_container_Events_ciEvents_Results, 
table#ctl01_TemplateBody_WebPartManager1_gwpste_container_IndustryStatements_ciIndustryStatements_Results,
table#ctl01_TemplateBody_WebPartManager1_gwpste_container_PressReleases_ciPressReleases_Results, 
table#ctl01_TemplateBody_WebPartManager1_gwpste_container_Research_ciResearch_Results {
    margin-top: -75px;
}

a#A1:hover {
color:#fdd700 !important;
}

/*PlayCon rotating quotes*/

.carousel-inner>.item>a>img,.carousel-inner>.item>img {display:block;max-width:100%;height:auto}
.carousel-inner {overflow:hidden}
.carousel-caption,.carousel-control{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.6);text-align:center}
.carousel,.carousel-inner{position:relative}
.carousel-inner{padding: 10px; width:100%; margin-bottom: 20px; min-height: 300px}
@media screen and (max-width: 600px){
	.carousel-inner{margin-bottom: 70px;}
}
	.carousel-inner>.item{display:none;position:relative;transition:.15s ease-in-out left}
	.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}
	@media all and (transform-3d),(-webkit-transform-3d)
	{
		.carousel-inner>.item{
			transition:transform .15s ease-in-out;
			-webkit-backface-visibility:hidden;
			backface-visibility:hidden;perspective:1000px}
		.carousel-inner>.item.active.right,
		.carousel-inner>.item.next{transform:translate3d(100%,0,0);left:0}
		.carousel-inner>.item.active.left,.carousel-inner>.item.prev{transform:translate3d(-100%,0,0);left:0}
		.carousel-inner>.item.active,.carousel-inner>.item.next.left,
		.carousel-inner>.item.prev.right{transform:translate3d(0,0,0);left:0}
	}
	.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}
	.carousel-inner>.active{left:0}
	.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}
	.carousel-inner>.next{left:100%}
	.carousel-inner>.prev{left:-100%}
	.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}
	.carousel-inner>.active.left{left:-100%}
	.carousel-inner>.active.right{left:100%}
	.carousel-control{
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		width:15%;
		opacity:.5;
		filter:alpha(opacity=50);
		font-size:20px;
		background-color:rgba(0,0,0,0)}
	.carousel-control.left{
		background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
		background-repeat:repeat-x;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}
	.carousel-control.right{
		left:auto;
		right:0;
		background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
		background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}
	.carousel-control:focus,.carousel-control:hover{
		outline:0;
		color:#fff;
		text-decoration:none;
		opacity:.9;
		filter:alpha(opacity=90)}
	.carousel-control .glyphicon-chevron-left,.carousel-control 
	.glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control 
	.icon-prev{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev{left:50%;margin-left:-10px}
	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}
	.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;line-height:1;font-family:serif}
	.carousel-control .icon-prev:before{content:'\2039'}
	.carousel-control .icon-next:before{content:'\203a'}
	.carousel-indicators{
		position:absolute;
		bottom:10px;
		left:50%;
		z-index:15;
		width:60%;
		margin-left:-30%;
		padding-left:0;
		list-style:none;
		text-align:center}
	.carousel-indicators li{display:inline-block;
		width:10px;
		height:10px;
		margin:1px;
		text-indent:-999px;
		border:1px solid #fff;
		border-radius:10px;
		cursor:pointer;
		background-color:#000\9;
		background-color:rgba(0,0,0,0)}
	.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}
	.carousel-caption{position:absolute;left:12%;right:12%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px}
	.carousel-caption .btn,.text-hide{text-shadow:none}
	@media screen and (min-width:768px)
	{
		.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,
		.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}
		.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}
		.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}
		.carousel-caption{left:50%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:-45px}
	}
.carousel .carousel-indicators{margin-top:20px;z-index:2}
	.carousel .carousel-indicators li{
		border:1px solid #777;
		width:18px;
		height:18px;
		margin:0 0 0 10px;
		position:relative;
		background-color:#fff}
	.carousel .carousel-indicators li.active{background-color:#20a6da;border:1px solid #20a6da}
	.carousel .carousel-indicators li::after{
		position:absolute;
		content:' ';
		border-top:1px solid #777;
		width:15px;
		height:1px;
		top:8px;
		left:17px}
	.carousel .carousel-indicators li:last-child:after{border-top:0}
	.carousel .carousel-indicators li:first-child{margin-left:0}

/* Tabbed structure from TF site */

.nav-pills>li{float:left}
.nav-justified>li,.nav-stacked>li{float:none}
.nav-pills>li>a{border-radius:25px}
.nav-pills>li+li{margin-left:2px}
.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#df1f36}
.nav-stacked>li+li{margin-top:2px;margin-left:0}
.nav-justified{width:100%}.nav-justified>li>a{text-align:center;margin-bottom:5px}
.nav-tabs-justified{border-bottom:0}
.nav-tabs-justified>li>a{margin-right:0;border-radius:25px}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}
.nav-pills>.active>a>.badge{color:#df1f36;background-color:#fff}
.nav-pills>li>a>.badge{margin-left:3px}
@media (min-width:768px)
{
	.nav-justified>li{display:table-cell;width:1%}
	.nav-justified>li>a{margin-bottom:0}
	.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:25px 25px 0 0}
	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}
}
.tab-content>.tab-pane{display:none}
.tab-content>.active{display:block}

.inner-tabs>ul>li.active>a,.inner-tabs>ul>li.active>a:focus,
	.inner-tabs>ul>li.active>a:hover,.inner-tabs>ul>li>a,.inner-tabs>ul>li>a:focus,
	.inner-tabs>ul>li>a:hover{color:inherit;background-color:transparent;text-decoration: none}
	.tab-section .left-arrow,.tab-section .right-arrow{display:none}
	.inner-tabs>ul{width:auto;text-align:center;margin:auto;display:block}
	.inner-tabs>ul>li{float:none;text-align:center;display:inline-block;margin: 1% 4%;font-size: 20px;font-weight: bold;color: #df1f36}
	.inner-tabs>ul>li>a{border-bottom:solid 2px transparent;display:inline-block;font-size:1.1em}
	.inner-tabs>ul>li.active>a,.inner-tabs>ul>li>a:hover{
		border-bottom:solid 2px #8b8a8d;
		border-radius:0;}
@media (max-width:767px) {
	.tab-section .nav-justified{width:auto}
	.tab-section ul.tab-list{height:54px;overflow:hidden;margin:0 1em}
	.tab-section ul.tab-list li.active{display:block}
	/*.tab-section li a{margin:0 2em 0 1.8em!important}*/
	.inner-tabs>ul{width:94%!important;margin:20px auto 15px;display:block}
	.inner-tabs .nav li{padding-bottom:30px;margin:0!important}
	.inner-tabs .nav li a{padding:10px 5px 3px!important;display:inline;margin:0 10px!important}
	.inner-tab-data .time-sessions,.inner-tab-data span.inner-tab-time{display:none}
	.inner-tab-data{margin-bottom:40px}
	.inner-tab-data .info-sessions{width:100%;float:left;position:relative;padding:0}
	.inner-tab-data span.inner-tab-time-mob{display:inline-block;margin-right:10px}
}

.RadTabStrip .rtsLevel1 {padding-top: 0;border-bottom: 1px solid #cccccc;margin-bottom: 20px;}

.stay-sections{padding:3.5em 0;text-align:center;display:inline-block}
	.stay-sections .stay-top-section h3{text-align: left}
	.stay-sections .stay-top-section p{margin-bottom:1em}
	.stay-sections .benifits-row{width:100%;display:inline-block;margin-top:1em}
	.stay-sections .benifits-row h6{
		width:115px;
		height:100px;
		display:inline-block;
		background:url(/App_Themes/toyfair_resp/images/hotel/benift-sprite.png) top no-repeat}
	.stay-sections .benifits-row h6.best-rate-icon{background-position:0 0}
	.stay-sections .benifits-row h6.flexible-icon{background-position:0 -100px}
	.stay-sections .benifits-row h6.no-fees-icon{background-position:0 -200px}
	.stay-sections .benifits-row h6.real-time-icon{background-position:0 -300px}
	.stay-sections .benifits-row h6.full-group-icon{background-position:0 -400px}
	.stay-sections .benifits-row h6.reservation-protection-icon{background-position:0 -500px}
	.stay-sections .benifits-row h3{margin-top:1em; font-size: 24px !important}
	.onpeak-container .onpeak-section{
		background-color:#df1f36;
		padding:2em;display:
		-ms-inline-flexbox;
		display:inline-flex;
		display:-webkit-flex;
		color:#fff
	}
	.book-hotel-section{text-align:center;padding:6em 0}
	.book-hotel-section .bookining-window{width:100%;display:inline-block;margin:1.5em 0 2em}
	.book-hotel-section .bookining-window iframe{width:100%;height:850px;display:inline-block;margin:0;padding:0}

@media screen and (max-width:767px){
	.book-hotel-section{margin:0 15px}
		.book-hotel-section .bookining-window iframe{height:1550px;width:calc(90vw)}
}

/*Events*/

/*.TitleBarTitle {
	display: none;
}*/

/* LA Event */

div#ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_panel_group_tuesday__10_september_2024_Head {
	display: none;
}

/* TF Credit Meeting */

#ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_panel_group_monday__19_february_2018_Head {
    display: none;
}

#ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_CaptionHeader {
    display: none;
}

div#ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_panel_group_date_not_specified_Head {
    display: none;
}

div#ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_list_functions_date_not_specified_ctl00_ctl04_ctl00_DivWhenColumn {
    display: none;
}

div#ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_list_functions_date_not_specified_ctl00_ctl06_ctl00_DivWhenColumn {
    display: none;
}

/*ftp sso */

div#Uname {
    margin-left: 23px;
    margin-bottom: 20px;
}

div#City {
    margin-left: 85px;
    margin-bottom: 20px;
}

div#Zip {
    margin-left: 97px;
}

/* Communities */

td#ctl01_TemplateBody_WebPartManager1_gwpste_container_ResourceLibrary_ciResourceLibrary_ObjectBrowser1_RadPaneTree,
table#RAD_SPLITTER_ctl01_TemplateBody_WebPartManager1_gwpste_container_ResourceLibrary_ciResourceLibrary_ObjectBrowser1_RadSplitterMain {
	border: none;
}

div#ctl01_TemplateBody_WebPartManager1_gwpste_container_ResourceLibrary_ciResourceLibrary_ObjectBrowser1_SplitterContainer {
	height: 500px !important;
}
.RadMenu_MetroTouch .rmRootGroup {
	background: none !important;
}

#ctl01_TemplateBody_WebPartManager1_gwpste_container_ResourceLibrary_ciResourceLibrary_ObjectBrowser1_MainMenu {
	background: #20a6da;	
}

.bv div#ctl01_TemplateBody_WebPartManager1_gwpciNewEventDisplayCommon_ciNewEventDisplayCommon_WhenDiv {
	display: none;
}

div#ctl01_TemplateBody_WebPartManager1_gwpciSafetyEducationCertificateProgram_ciSafetyEducationCertificateProgram_WhenDiv {
	display: none;
}

tr.rgNoRecords {
    display: none;
}

input[type="radio"] + label, input[type="checkbox"] + label {
    padding-left: 40px !important;
    padding-right: 1em;
	margin-top: -25px;
}

th.rgHeader {
    display: none;
}

div#ctl01_TemplateBody_WebPartManager1_gwpciOrderConfirmation_ciOrderConfirmation_ShipAddressRow {
    display: none;
}

div#ctl01_TemplateBody_WebPartManager1_gwpciEvent_ciEvent_ListTitle_Body {
    margin-top: -10px;}

span#ctl01_TemplateBody_WebPartManager1_gwpciNewEventDisplayCommon_ciNewEventDisplayCommon_RegistrationStatusCaption,
span#ctl01_TemplateBody_WebPartManager1_gwpciNewEventDisplayCommon_ciNewEventDisplayCommon_RegistrationStatusData {
    display: none;
}

div#ctl01_TemplateBody_WebPartManager1_gwpciSafetyEducationCertificateProgram_ciSafetyEducationCertificateProgram_RegistrationInfoDiv {
    width: 100%;
}

/*cookie warning */
.cc-revoke {font-family: 'Museo Sans' !important}
.cc-window {background-color:#20a6da !important; font-family: 'Museo Sans' !important}
.cc-link {text-decoration:underline !important; font-weight: normal !important; opacity: 1 !important}


/* TNT Ad Sales */

div#ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_panel_group_thursday__10_december_2020_Head,
div#ctl01_TemplateBody_WebPartManager1_gwpciEventProgramDisplay_ciEventProgramDisplay_panel_group_friday__01_january_2021_Head,
div#ctl01_TemplateBody_WebPartManager1_gwpciTNTAds1_ciTNTAds1_panel_group_friday__01_january_2021_Head,
div#ctl01_TemplateBody_WebPartManager1_gwpciTNTAds_ciTNTAds_WhenDiv,
span#ctl01_TemplateBody_WebPartManager1_gwpciTNTAds_ciTNTAds_RegistrationStatusCaption,
span#ctl01_TemplateBody_WebPartManager1_gwpciTNTAds_ciTNTAds_RegistrationStatusData,
.tnt .WhenColumn {
    display: none;
}