/****FONTS*****/
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  min-height: 400px;
  font-size: 14px;
  font-family: "Citi-Sans"; }

:focus{
  outline-color: #00b2f0;
}
#wrapper {
  width: 100%;
  min-height: 400px;
  background-color: #FFF; }
  #wrapper div#popup {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(15, 22, 50, 0.8);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none; }
    #wrapper div#popup div.popupContent {
      width: 90%;
      max-width: 605px;
      box-sizing: border-box;
      padding: 15px;
      border: 1px solid #979797;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
      background: #FFF; }
      #wrapper div#popup div.popupContent div.passcode {
        width: 100%;
        box-sizing: border-box;
        border: 4px solid #255BE3; }
        #wrapper div#popup div.popupContent div.passcode p {
          width: 100%;
          text-align: center;
          font-family: "Citi-Sans";
          text-transform: uppercase;
          font-size: 1.4em;
          margin: 10px 0;
          box-sizing: border-box; }
        #wrapper div#popup div.popupContent div.passcode h1 {
          width: 100%;
          text-align: center;
          font-size: 2em;
          color: #000;
          font-family: "Citi-Sans-Display";
          font-weight: bold;
         }
          #wrapper div#popup div.popupContent div.passcode h1 sup {
            font-size: 0.8em;
            margin-left: 0; }
      #wrapper div#popup div.popupContent h2 {
        color: #0F1632;
        text-align: center;
        font-size: 2.1em;
        font-family: "Citi-Sans-Display";
        margin: 15px 0;
        font-weight: 100; }
      #wrapper div#popup div.popupContent p {
        text-align: center;
        font-size: 1em;
        line-height: 1.5em;
        font-family: "Citi-Sans";
        margin: 0;
        padding: 0 10px; }
      #wrapper div#popup div.popupContent div.buttons {
        width: 100%;
        display: flex;
        justify-content: center; }
        #wrapper div#popup div.popupContent div.buttons button {
          max-width: 180px;
          width: 45%;
          height: 45px;
          text-transform: uppercase;
          text-align: center;
          font-family: "Citi-Sans-Display";
          font-size: 1.4em;
          border: none;
          margin: 0;
          margin-top: 30px;
          margin-bottom: 5px;
          cursor: pointer; }
        #wrapper div#popup div.popupContent div.buttons button:hover {
          background-color: #004684;
          color: #FFF; }
        #wrapper div#popup div.popupContent div.buttons button:focus {
          background-color: #004684;
          color: #FFF;
          border: 1px solid #01649b; }
        #wrapper div#popup div.popupContent div.buttons button.accept {
          background-color: #0F1632;
          color: #FFF;
          margin-right: 25px; }
        #wrapper div#popup div.popupContent div.buttons button.accept:hover {
          color: #0F1632;
          background-color: #FFF;
          border: 1px solid #0F1632; }
        #wrapper div#popup div.popupContent div.buttons button.accept:focus {
          color: #0F1632;
          background-color: #FFF;
          border: 1px solid #0F1632; }
        #wrapper div#popup div.popupContent div.buttons button.cancel {
          background-color: #0F1632;
          color: #FFF;
          margin-right: 25px; }
        #wrapper div#popup div.popupContent div.buttons button.cancel:hover {
          color: #0F1632;
          background-color: #FFF;
          border: 1px solid #0F1632; }
        #wrapper div#popup div.popupContent div.buttons button.cancel:focus {
          color: #004684;
          background-color: #FFF;
          border: 1px solid #004684; }
  #wrapper a.back_to_top {
    width: 56px;
    height: 56px;
    background-image: url("../images/back_to_top.png");
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 100px;
    display: none; }
  #wrapper a.back_to_top:hover, #wrapper a.back_to_top:focus {
    background-image: url("../images/back_to_top_over.png"); }
  #wrapper h1 {
    font-family: "Citi-Sans-Display";
    font-size: 2.1em;
    color: #666666;
    font-weight: 400;
    margin: auto 0; }
    #wrapper h1 sup {
      font-size: 0.6em;
      margin-top: -13px;
      margin-right: 5px;
      font-family: "Citi-Sans-Display";
      font-weight: bold;
      margin-left: 2px; }
  #wrapper .hidden {
    display: none; }
  #wrapper .no-events {
    pointer-events: none; }
  #wrapper strong {
    font-family: "Citi-Sans" !important;
    font-weight: bold;
   }
  #wrapper form {
    position: relative; }
    #wrapper form input[type="text"], #wrapper form input[type="search"] {
      width: 285px;
      height: 45px;
      box-sizing: border-box;
      padding: 0 10px;
      border: 1px solid #d8d8d8;
      font-family: "Citi-Sans";
      font-weight: 400;
      font-size: 1.4em;
      color: #204569; }
    #wrapper form input[type="text"].loading {
      background-image: url("../images/loading.gif");
      background-repeat: no-repeat;
      background-size: 30px;
      background-position: calc(100% - 10px); }
    #wrapper form input[type="text"]:focus, #wrapper form input[type="search"]:focus {
      border: 1px solid #00b2f0; }
    #wrapper form input[type="text"]::-ms-clear, #wrapper form input[type="search"]::ms-clear {
      display: none; }
    #wrapper form input[type="text"]::placeholder, #wrapper form input[type="search"]::placeholder {
      color: #204569;
      opacity: 0; }
    #wrapper form input[type="text"]::-moz-placeholder {
      color: #204569;
      opacity: 0; }
    #wrapper form input[type="text"]::-webkit-input-placeholder {
      color: #204569;
      opacity: 0; }
    #wrapper form input[type="text"]:-moz-placeholder {
      color: #204569;
      opacity: 0; }
    #wrapper form select {
      width: 285px;
      height: 45px;
      box-sizing: border-box;
      padding: 0 10px;
      border: 1px solid #d8d8d8;
      font-family: "Citi-Sans";
      font-weight: 400;
      font-size: 1.4em;
      color: #494949; }
    #wrapper form select:focus {
      border: 1px solid #00b2f0; }
    #wrapper form ul#search_top {
      margin: 0;
      padding: 0;
      position: absolute;
      left: 0;
      top: 3em;
      list-style: none;
      background-color: #eee;
      display: none;
      height: auto !important;
      max-height: 12em;
      border: 1px solid #d8d8d8;
      height: 12em;
      width: 100%;
      max-width: 285px;
      box-sizing: border-box;
      overflow-y: scroll;
      z-index: 1500;
      padding-bottom: 5px !important; }
    #wrapper form ul#search_top li[role="option"] {
      margin: 0;
      padding: 0;
      padding-left: 0.125em;
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      font-family: "Citi-Sans";
      margin-top: 5px !important;
      cursor: default; }

      #wrapper form ul#location_search_top {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 0;
        top: 3em;
        list-style: none;
        background-color: #eee;
        display: none;
        height: auto !important;
        max-height: 12em;
        border: 1px solid #d8d8d8;
        height: 12em;
        width: 100%;
        max-width: 285px;
        box-sizing: border-box;
        overflow-y: scroll;
        z-index: 1500;
        padding-bottom: 5px !important; }
      #wrapper form ul#location_search_top li[role="option"] {
        margin: 0;
        padding: 0;
        padding-left: 0.125em;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        font-family: "Citi-Sans";
        margin-top: 5px !important;
        cursor: default; }
    #wrapper form [role="listbox"].focus {
      border-color: #348ccb; }
    #wrapper form [role="listbox"] [role="option"] {
      display: block;
      margin: 0.25em;
      padding: 0;
      background-color: #eee;
      font-size: 100%; }
    #wrapper form [role="listbox"] [role="option"][aria-selected="true"] {
      background-color: #ccc; }
    #wrapper form [role="listbox"].focus [role="option"][aria-selected="true"] {
      background-color: #aed2ea;
      border-color: #348ccb; }
    #wrapper form [role="listbox"] li[role="option"]:hover {
      background-color: #c2ddef; }
    @media screen and (max-width: 750px) {
      #wrapper form ul#search_top {
        max-width: none; } }
    /*#wrapper form a.delete_content {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 20px;
      background-color: #f1f1f1;
      font-size: 1.5em;
      text-decoration: none;
      display: none;
      z-index: 50;
      color: #494949; }
    #wrapper form a.delete_content:hover, #wrapper form > a.delete_content:focus {
      color: #0F1632; }*/
  #wrapper header {
    width: 100%;
    padding: 5px 0;
    /*background-image: linear-gradient(to right, #0F1632, #0F1632), linear-gradient(to right, #47b7e7, #47b7e7);
    background-repeat: no-repeat;
    background-size: 10px 10px, calc(100% - 10px) 10px;
    background-position: 0 0, 10px 0;*/
    background-color: #0F1632;
    display: flex; }
    #wrapper header h1 {
      display: flex;
      align-items: center; }
      #wrapper header h1 sup {
        margin-top: -3px; }
    #wrapper header a.logo {
      width: auto;
      height: 60px;
      margin: 0;
      margin-right: auto;
      box-sizing: border-box;
      overflow: hidden;
      display: flex;
      text-decoration: none; }
      #wrapper header a.logo h1 {
        color: #FFF;
        margin-left: 35px; }
      #wrapper header a.logo img {
        width: 60px;
        height: auto; }
    #wrapper header a.logo:hover, #wrapper header a.logo:focus {
      border: 3px solid #FFF; }
      #wrapper header a.logo:hover img, #wrapper header a.logo:focus img {
        width: 60px;
        height: 60px;
        margin-left: -3px;
        margin-top: -3px; }
        /*#wrapper header a.logo:hover h1{
          margin-left: 32px;
        }*/
    #wrapper header form {
      margin: auto;
      margin-right: 25px;
      display: flex;
      align-items: center; }
      #wrapper header form input[type="text"]{
        padding: 1px 30px;
        width: 285px;
        height: 45px;
      }
      #wrapper header form div.placeholder {
        position: absolute;
        color: #204569;
        font-family: "Citi-Sans";
        font-size: 1.4em;
        pointer-events: none;
        top: 11px;
        left: 27px; }
      #wrapper header form > a.delete_content {
        right: 33px;
        background-color: #FFF;
        position: absolute;
        width: 20px;
        background-color: #fff;
        font-size: 1.4em;
        text-decoration: none;
        display: none;
        z-index: 50;
        color: #494949;
      }
      #wrapper header form button[type="submit"] {
        border: 0;
        width: 22px;
        height: 24px;
        background-color: transparent;
        background-image: url("../images/header-search-icon.png");
        background-size: 100% 100%;
        margin: auto;
        margin-left: 10px;
        cursor: pointer; }
      #wrapper header form button[type="submit"]:hover {
        background-image: url("../images/header-search-icon-over.png"); }
      #wrapper header form button[type="submit"]:focus {
        background-image: url("../images/header-search-icon-over.png");
        border: 1px solid #00b2f0;
        width: 19px;
        height: 19px; }
      #wrapper header img.header-logo{
        margin: auto 15px;
		max-height: 40px;
      }
  #wrapper main section.carrousel {
    width: 100%;
    max-height: 480px;
    position: relative; }
    #wrapper main section.carrousel div.events {
      width: 100%;
      position: relative;
      max-height: 480px;
      visibility: hidden;
      overflow: hidden; }
      #wrapper main section.carrousel div.events article.event {
        width: 80%;
        max-width: 1200px;
        position: absolute;
        max-height: 480px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        background-color: #000;
        /*transition: all 0.3s;*/ }
        #wrapper main section.carrousel div.events article.event img {
          width: 100%;
          height: auto; }
        #wrapper main section.carrousel div.events article.event div.info {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 70%;
          max-width: 600px;
          box-sizing: border-box;
          padding-right: 15px;
          opacity: 0;
          display: none;
          /*transition: opacity 0.3s;*/
          background-color: rgba(0, 0, 0, 0.7);
          color: #FFF; }
          #wrapper main section.carrousel div.events article.event div.info h2 {
            font-family: "Citi-Sans-Display";
            font-weight: 400;
            font-size: 1.5em;
            margin: 15px; }
          #wrapper main section.carrousel div.events article.event div.info p {
            font-family: 'Citi-Sans';
            margin-left: 15px; }
          #wrapper main section.carrousel div.events article.event div.info p.ticket_type {
            margin-left: 12px;
            margin-top: 10px;
            font-family: 'Citi-Sans';
            font-size: 1.1em;
            font-weight: 600;
            padding-left: 25px;
            background-image: url("../images/ticket-icon.svg");
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 18px 18px; }
          #wrapper main section.carrousel div.events article.event div.info p.virtual_event {
            margin-left: 12px;
            margin-top: 10px;
            font-family: 'Citi-Sans';
            font-size: 1.1em;
            font-weight: 600;
            padding-left: 25px;
            background-image: url("../images/virtual-event-white-icon.png");
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 18px 14px; }
          #wrapper main section.carrousel div.events article.event div.info a {
            width: 180px;
            height: 45px;
            background-color: #0F1632;
            color: #FFF;
            text-decoration: none;
            font-size: 1.3em;
            text-transform: uppercase;
            margin-top: 15px;
            margin-left: 0;
            font-family: "Citi-Sans-Display";
            font-weight: 400;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            box-sizing: border-box;
            tab-size: -1; }
          #wrapper main section.carrousel div.events article.event div.info a:hover {
            background-color: #FFF;
            border: 1px solid #0F1632;
            color: #0F1632; }
          #wrapper main section.carrousel div.events article.event div.info a:focus {
            background-color: #FFF;
            border: 2px solid #0F1632;
            color: #0F1632; }
      #wrapper main section.carrousel div.events article.event:nth-of-type(1) {
        margin-left: 0;
        z-index: 1; }
        #wrapper main section.carrousel div.events article.event:nth-of-type(1) img {
          opacity: 0.1; }
      #wrapper main section.carrousel div.events article.event:nth-of-type(2) {
        margin-left: 10%;
        z-index: 2; }
        #wrapper main section.carrousel div.events article.event:nth-of-type(2) img {
          opacity: 0.3; }
      #wrapper main section.carrousel div.events article.event:nth-of-type(4) {
        margin-right: 10%;
        z-index: 2; }
        #wrapper main section.carrousel div.events article.event:nth-of-type(4) img {
          opacity: 0.3; }
      #wrapper main section.carrousel div.events article.event:nth-of-type(5) {
        margin-right: 0;
        z-index: 1; }
        #wrapper main section.carrousel div.events article.event:nth-of-type(5) img {
          opacity: 0.1; }
      #wrapper main section.carrousel div.events article.main {
        z-index: 3; }
        #wrapper main section.carrousel div.events article.main div.info {
          opacity: 1;
          display: inherit; }
    #wrapper main section.carrousel div.navigation {
      width: 160px;
      position: absolute;
      z-index: 10;
      bottom: 15px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      box-sizing: border-box;
      padding-right: 15px; }
      #wrapper main section.carrousel div.navigation button {
        border: none;
        background: none;
        box-sizing: border-box;
        cursor: pointer; }
      #wrapper main section.carrousel div.navigation button.do_focus {
        border: 2px solid #00b2f0; }
      #wrapper main section.carrousel div.navigation button.left {
        width: 42px;
        height: 61px;
        background-image: url("../images/arrow-left.png");
        background-size: 100% 100%; }
      #wrapper main section.carrousel div.navigation button.left:hover {
        background-image: url("../images/arrow-left-over.png"); }
      #wrapper main section.carrousel div.navigation button.left:focus {
        background-image: url("../images/arrow-left-over.png");
        border: 2px solid #00b2f0; }
      #wrapper main section.carrousel div.navigation button.right {
        width: 42px;
        height: 61px;
        background-image: url("../images/arrow-right.png");
        background-size: 100% 100%; }
      #wrapper main section.carrousel div.navigation button.right:hover {
        background-image: url("../images/arrow-right-over.png"); }
      #wrapper main section.carrousel div.navigation button.right:focus {
        background-image: url("../images/arrow-right-over.png");
        border: 2px solid #00b2f0; }
      #wrapper main section.carrousel div.navigation button.pause {
        width: 33px;
        height: 40px;
        background-image: url("../images/pause-button.png");
        background-size: 100% 100%;
        margin: auto 15px; }
      #wrapper main section.carrousel div.navigation button.pause:hover {
        background-image: url("../images/pause-button-over.png"); }
      #wrapper main section.carrousel div.navigation button.pause:focus {
        background-image: url("../images/pause-button-over.png");
        border: 2px solid #00b2f0; }
      #wrapper main section.carrousel div.navigation button.play {
        width: 33px;
        height: 40px;
        background-image: url("../images/play-button.png");
        background-size: 100% 100%;
        margin: auto 15px; }
      #wrapper main section.carrousel div.navigation button.play:hover {
        background-image: url("../images/play-button-over.png"); }
      #wrapper main section.carrousel div.navigation button.play:focus {
        background-image: url("../images/play-button-over.png");
        border: 2px solid #00b2f0; }
  #wrapper footer {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 20px;
    background-image: url("../images/Citi-R_Blue-RedArc_RGB.svg"), linear-gradient(to right, #0F1632, #0F1632);
    background-repeat: no-repeat;
    background-size: 100px 70px, 100% 100%;
    background-position: 100% -5px, 0 60px;
    font-family: "Citi-Sans";
    color: #FFF;
    display: flex;
    flex-flow: column;
    margin-top: 50px; }
    #wrapper footer nav {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      margin-top: 5px;
      margin-bottom: 25px;
      display: flex;
      justify-content: space-between; }
      #wrapper footer nav ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0; }
        #wrapper footer nav ul li {
          list-style-type: none; }
          #wrapper footer nav ul li a {
            text-decoration: none;
            color: #FFF;
            margin-right: 15px;
            font-family: "Citi-Sans";
            font-weight: bold;
          }
          #wrapper footer nav ul li a:focus {
            border: 1px solid #00b2f0; }
          #wrapper footer nav ul li a.tw img {
            width: 18px;
            height: 15px; }
          #wrapper footer nav ul li a.fb img {
            width: 18px;
            height: 18px; }
          #wrapper footer nav ul li a.ig img {
            width: 18px;
            height: 18px; }
          #wrapper footer nav ul li a.yt img {
            width: 21px;
            height: 15px; }
        #wrapper footer nav ul li:last-of-type a {
          margin-right: 0; }
    #wrapper footer p {
      font-family: "Citi-Sans-Condensed";
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      margin-top: 15px; }


main{
	position: relative;
}

div.covid-popup{
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 100;
	width: calc(100vw - 17px);
	display: flex;
	background: #f1f1f1;
	padding: 25px 0;
  box-shadow: inset -10px 15px 8px -14px rgba(0,0,0,0.5);
  z-index: 1000;
}

div.covid-popup div.covid-popup-content{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

div.covid-popup div.covid-popup-content a{
	position: absolute;
	top: 0;
	right: -50px;
	background-image: url('../images/black_cross.png');
	width: 11px;
	height: 11px;
}

@media screen and (max-width:1320px) {
  div.covid-popup{
    padding-top: 30px;
  }

  div.covid-popup div.covid-popup-content a{
    right: 10px;
    top: -15px;
  }

  div.covid-popup div.covid-popup-content{
    padding: 0 10px;
  }
}

div.covid-popup div.covid-popup-content p{
	margin: 0;
}
/*# sourceMappingURL=styles.css.map */
