/* Minification failed. Returning unminified contents.
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,20): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
 */
/* #policies#policies .splash ul li tab-links*/
:root {
  --magtek-red: #d21242;
  --magtek-gray: #f8f9fa;
  --magtek-white: #ffffff;
  --light-neutral-gray: #f4f5f5;
  --medium-neutral-gray: #dbdbdb;
  --neutral-gray: #555454;
  --dark-neutral-black: #333132;
  --light-neutral-blue: #ced7df;
  --dark-neutral-blue: #263c50;
  --text-color: #333;
}

.splash {
  background: var(--dark-neutral-black);
  min-height: 300px;
}

.splash header {
  width: 100%;
  margin: 0px auto;
  min-height: inherit;
}

.splash header .headerText {
  max-width: 1280px;
  width: 100%;
  margin: 0px auto;
  position: relative;
}

@media (max-width: 508px) {
  .policy .tab-buttons {
    flex-direction: column;
    align-items: center;
  }
  .policy .tab-button {
    width: 300px;
  }
}

@media (max-width: 414px) {
  .tab-links .toggle-menu {
    display: block;
    position: absolute;
    z-index: 20;
    width: 100vw;
    height: 15.7vw;
    background-image: url("../content/images/arrow-down-white.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 93% center;
    cursor: pointer;
  }

  .tab-links .toggle-menu.opened {
    background-image: url("../content/images/arrow-up-white.svg");
    width: 20vw;
    right: 0px;
    background-position: 45% center;
  }
}

@media (max-width: 414px) {
  .tab-links ul.four-links li.tab-link,
  .tab-links ul.three-links li.tab-link {
    width: 100%;
    float: none;
  }

  .tab-links ul li.tab-link {
    display: none;
    font-size: 24px;
  }
  .tab-links ul li.tab-link.display {
    display: block;
  }
  .tab-links ul li.tab-link.active {
    display: block;
  }

  .tab-links ul li.tab-link.segmentName.active.display {
    border-bottom: 0px;
  }
}

.rssBox {
  padding: 10px 0px 20px 60px;
  margin-top: 10px;
  background-image: url(../content/images/rss-icon.svg);
  background-size: 20px;
  background-position: 32px 29px;
  background-repeat: no-repeat;

  background-color: rgba(245, 245, 245, 0.5);
}

.rssBox h1 {
  font-size: 28px;
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
  float: left;
}

.rssBox p {
  font-size: 14px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  float: left;
}

@media (max-width: 768px) {
  .rssBox h1 {
    float: none;
  }

  .rssBox p {
    float: none;
    margin: 0px;
  }
}

#policies .tab a {
  color: #d11242;
}

@media (max-width: 750px) {
  .tab article {
    width: 100%;
  }
}

.tab article:first-of-type {
}

.tab article.policy {
  width: 100%;
  padding-right: 20px;
}

.tab article:last-of-type {
  border-bottom: none;
}

.tab article h1 {
  font-size: 28px;
  margin-top: 0px;
}

.tab article h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.tab article.news:hover {
  background-color: whitesmoke;
}

.tab article.news .thumb {
  float: left;
  margin-right: 20px;
  width: 150px;
  height: 150px;
}

.tab article.news .readMore {
  color: #d11242;
  margin-left: 10px;
}

@media (max-width: 470px) {
  .tab article.news .thumb {
    float: none;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

.tab .button {
  color: #d11242;
  background-color: transparent;
  border: 1px solid #d11242;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 50px;
}

.tab .button:hover {
  color: white;
  background-color: #d11242;
}

.tab .button.subscribe:after {
  content: "Subscribe";
}

.tab .button.download:after {
  content: "Download";
}

.tab .button.goToLink:after {
  content: "Read";
}

.tab .button.visitSite:after {
  content: "Visit Event Site";
}

.tab .button.requestMeeting:after {
  content: "Request Meeting";
}

.tab article.event p {
  /*line-height:14px;	*/
}

.tab article.event p.booth:before {
  content: "Booth / Table: ";
}

.tab article.policy h1 {
  margin: 50px 0px;
}

.tab article.policy h2 {
  margin: 20px 0px;
  font-size: 21px;
  text-transform: none;
}

.tab article.policy table {
  margin-top: 50px;
  font-size: 18px;
}

/* visa registry styles */

.vgrsp-badge {
  float: left;
  width: 15%;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .vgrsp-badge {
    float: none;
    width: 90vw;
    margin-right: 0px;
    margin: 0px auto;
  }
  .vgrsp-badge img {
    max-width: 250;
    margin: 10px auto;
  }
}

