/****FONTS*****/
#wrapper main section.events {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
  min-height: 500px;
  overflow: hidden; }

  #wrapper main section.empty{
    min-height: 100px;
  }


  #wrapper main section.events div.content {
    width: calc(100% + 20px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px; }

    #wrapper main section.events div.content article.citi_program {
      position: relative;
      background-color: #FFF;
      background-image: url("../images/blue-logo.jpg"), linear-gradient(to right, #008fc9, #008fc9), linear-gradient(to right, #24a6da, #24a6da), linear-gradient(to right, #0F1632, #0F1632), linear-gradient(to right, #47b7e7, #47b7e7);
      background-repeat: no-repeat;
      background-size: 55px 55px, 37px 25px, 68px 8px, 5px 5px, calc(100% - 5px) 5px;
      background-position: 100% calc(100% - 5px), calc(100% - 55px) calc(100% - 5px), calc(100% - 68px) calc(100% - 5px), 100% 100%, 0 100%;
      padding-bottom: 100px; }
      #wrapper main section.events div.content article.citi_program p {
        text-align: center;
        width: 90%;
        margin-left: 5%;
        margin-top: 17px;
        margin-bottom: 0;
        color: #0F1632;
        font-family: "Citi-Sans";
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1.2em; }
        #wrapper main section.events div.content article.citi_program p sup {
          font-size: 0.5em; }
      #wrapper main section.events div.content article.citi_program p.value {
        font-size: 2.5em;
        position: relative; }
        #wrapper main section.events div.content article.citi_program p.value span {
          font-size: 0.6em;
          top: -5px;
          position: absolute;
          margin-left: -85px;
          left: 0;
          right: 0; }
      #wrapper main section.events div.content article.citi_program p.info {
        font-size: 1em;
        line-height: 1.2em; }
      #wrapper main section.events div.content article.citi_program a {
        background-color: #004684;
        width: 67%;
        border-radius: 5px;
        margin-top: 20px;
        margin-left: 16%;
        font-size: 1.1em;
        height: 40px; }
      #wrapper main section.events div.content article.citi_program a:hover, #wrapper main section.events div.content article.citi_program a:focus {
        background-color: #FFF;
        color: #004684;
        border: 1px solid #004684; }
      #wrapper main section.events div.content article.citi_program > span {
        color: #FFF;
        font-family: "Citi-Sans";
        color: #0F1632;
        font-size: 0.8em;
        position: absolute;
        bottom: 15px;
        left: 20px; }


    #wrapper main section.events div.content article {
      width: 100%;
      max-width: 287px;
      box-sizing: border-box;
      border: 1px solid #d8d8d8;
      border-bottom: 0px;
      margin-top: 25px;
      margin-right: 17px;
      cursor: pointer;
      display: flex;
      flex-flow: column; }
      #wrapper main section.events div.content article img {
        width: 100%;
        height: auto;
        min-height: 1px; }
      #wrapper main section.events div.content article h2 {
        color: #000;
        font-family: "Citi-Sans";
        font-weight: bold;
        font-size: 1.2em;
        margin: 15px 10px;
        min-height: 40px; }
@-moz-document url-prefix() {
  #wrapper main section.events div.content article h2 {
    font-family: "Citi-Sans"; } }
      #wrapper main section.events div.content article p.ticket_type {
        margin: 0px 10px;
        color: #494949;
        box-sizing: border-box;
        padding-left: 25px;
        font-size: 1em;
        font-family: "Citi-Sans";
        font-weight: bold;
        background-image: url("../images/ticket-black-icon.svg");
        background-repeat: no-repeat;
        background-size: 20px 18px;
        background-position: left top;
        min-height: 18px; }

      #wrapper main section.events div.content article p.virtual_event {
        margin: 0px 10px;
        color: #494949;
        box-sizing: border-box;
        padding-left: 25px;
        font-size: 1em;
        font-family: "Citi-Sans";
        font-weight: bold;
        background-image: url("../images/virtual-event-icon.png");
        background-repeat: no-repeat;
        background-size: 19px 13px;
        background-position: left 2px;
        min-height: 18px; }
      #wrapper main section.events div.content article p {
        color: #494949;
        font-size: 1em;
        font-family: "Citi-Sans";
        font-weight: 400;
        margin: 10px;
        margin-bottom: 0; }
      #wrapper main section.events div.content article p:last-of-type {
        margin-bottom: 15px; }
      #wrapper main section.events div.content article p.bold {
        font-family: "Citi-Sans";
        font-weight: bold;
       }
      #wrapper main section.events div.content article div {
        width: calc(100% + 2px);
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        font-family: "Citi-Sans";
        font-weight: 400;
        margin-left: -1px; }
      #wrapper main section.events div.content article div.presale {
        background-color: #00b2f0;
        color: #000;
        font-size: 1.4em; }
      #wrapper main section.events div.content article div.soldout {
        background-color: #d0011b;
        color: #FFF;
        font-size: 1.4em; }
      #wrapper main section.events div.content article a {
        width: calc(100% + 2px);
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: auto;
        margin-bottom: 0;
        margin-left: -1px;
        font-family: "Citi-Sans-Display";
        font-weight: 400;
        background-color: #0F1632;
        color: #FFF;
        font-size: 1.4em;
        text-decoration: none;
        box-sizing: border-box; }
      #wrapper main section.events div.content article a:hover {
        background-color: #FFF;
        color: #0F1632;
        border: 1px solid #0F1632; }
      #wrapper main section.events div.content article a:focus {
        background-color: #FFF;
        color: #00639a;
        border: 1px solid #00639a; }
      #wrapper main section.events div.content article a.orange {
        background-color: #ea6022;
        color: #000; }
      #wrapper main section.events div.content article a.orange:hover {
        background-color: #ffae89; }
      #wrapper main section.events div.content article a.presale {
        background-color: #00639a;
        color: #FFF;
        font-size: 1.2em; }
      #wrapper main section.events div.content article a.presale:hover, #wrapper main section.events div.content article a.presale:focus {
        background-color: #FFF;
        color: #00639a;
        border: 1px solid #00639a; }
      #wrapper main section.events div.content article a.soldout {
        background-color: #d0011b;
        color: #FFF;
        font-size: 1.4em; }
      #wrapper main section.events div.content article a.soldout:hover, #wrapper main section.events div.content article a.soldout:focus {
        background-color: rgba(208, 1, 27, 0.7);
        color: #000; }
    #wrapper main section.events div.content article.twitter {
      position: relative; }
      #wrapper main section.events div.content article.twitter #skipnav {
        position: absolute;
        top: 0;
        margin-top: 0; }
      #wrapper main section.events div.content article.twitter #skipnav a, #wrapper main section.events div.content article.twitter a.skipTranscript {
        position: absolute;
        z-index: 3000;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        padding-bottom: 25px; }
      #wrapper main section.events div.content article.twitter #skipnav a:hover, #wrapper main section.events div.content article.twitter #skipnav a:focus, #wrapper main section.events div.content article.twitter #skipnav a:active {
        clip: auto;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px 0;
        background: #01649b;
        border: 2px solid #004684;
        border-left: none;
        border-right: none;
        text-align: center;
        font-weight: bold;
        color: #FFF; }
      #wrapper main section.events div.content article.twitter a.skipTranscript:hover, #wrapper main section.events div.content article.twitter a.skipTranscript:focus, #wrapper main section.events div.content article.twitter a.skipTranscript:active {
        position: absolute;
        padding-bottom: 0;
        display: inline;
        width: auto;
        height: auto;
        left: auto;
        top: auto; }
    #wrapper main section.events div.content article.apply {
      background-image: url("../images/Citi_Blue-RedArc.svg");
	  border: 1px solid #d8d8d8 !important;
      background-repeat: no-repeat;
      background-size: 50px 50px;
      background-position: calc(100% - 10px) 100%;
      padding-bottom: 70px; }
      #wrapper main section.events div.content article.apply p {
        text-align: center;
        width: 86%;
        margin-left: 7%;
        margin-top: 10px;
        margin-bottom: 0;
        color: #000;
        font-family: "Citi-Sans";
        font-weight: 600;
        font-size: 1.15em; }
      #wrapper main section.events div.content article.apply p sup{
        font-size: 8px;
      }
      #wrapper main section.events div.content article.apply img {
        width: 67%;
        height: auto;
        margin-left: 16%;
        margin-top: 15px; }
      #wrapper main section.events div.content article.apply span {
        font-family: "Citi-Sans";
        font-weight: bold;
        color: #004684;
        width: 100%;
        text-align: center;
        margin-top: 0px;
        font-size: 1.1em; }
        #wrapper main section.events div.content article.apply span sup {
          font-size: 0.5em; }
      #wrapper main section.events div.content article.apply a {
        background-color: #0F1632;
        width: 67%;
        border-radius: 5px;
        margin-top: 10px;
        margin-left: 16%;
        font-size: 1.1em;
        height: 40px; }
      #wrapper main section.events div.content article.apply a:hover, #wrapper main section.events div.content article.apply a:focus {
        background-color: #FFF;
        color: #0F1632;
        border: 1px solid #0F1632; }

    #wrapper main section.events div.content article.stand_up_2_cancer {
      background-image: url("../images/Stand-Up-2-Cancer-Tile-Background.png");
      border: 1px solid #d8d8d8 !important;
      background-repeat: no-repeat;
      background-size: 94%;
      background-position: 100% 98%;
      padding-bottom: 45px;
      }
    #wrapper main section.events div.content article.stand_up_2_cancer p {
      text-align: center;
      max-width: 86%;
      max-height: 176px;
      margin-left: 7%;
      margin-top: 10px;
      margin-bottom: 0;
      color: #000;
      font-family: "Citi-Sans";
      font-weight: 600;
      font-size: 1.15em; }
    #wrapper main section.events div.content article.stand_up_2_cancer p sup{
      font-size: 8px;
    }
    #wrapper main section.events div.content article.stand_up_2_cancer img {
      width: 67%;
      height: auto;
      margin-left: 16%;
      margin-top: 15px; }
    #wrapper main section.events div.content article.stand_up_2_cancer span {
      font-family: "Citi-Sans";
      font-weight: 400;
      color: #ec6a2c;
      width: 100%;
      text-align: center;
      margin-top: 0px;
      font-size: 1.1em; }
    #wrapper main section.events div.content article.stand_up_2_cancer span sup {
      font-size: 0.5em; }
    #wrapper main section.events div.content article.stand_up_2_cancer a {
      background-color: #0f1632;
      width: 67%;
      border-radius: 5px;
      margin-top: 10px;
      margin-left: 16%;
      font-size: 1.1em;
      height: 40px; }
    #wrapper main section.events div.content article.stand_up_2_cancer a:hover, #wrapper main section.events div.content article.stand_up_2_cancer a:focus {
      background-color: #FFF;
      color: #0F1632;
      border: 1px solid #0F1632; }

    #wrapper main section.events div.content article.sign_up {
      background-image: url("../images/Citi_Blue-RedArc.svg");
      border: 1px solid #D8D8D8 !important;
      background-repeat: no-repeat;
      background-size: 50px 50px;
      background-position: calc(100% - 10px) 100%;
      padding-bottom: 70px; }
      #wrapper main section.events div.content article.sign_up h2 {
        font-family: "Citi-Sans-Display";
        color: #0F1632;
        width: 70%;
        margin-left: 15%;
        margin-top: 10px;
        font-size: 1.4em;
        text-align: center; }
        #wrapper main section.events div.content article.sign_up h2 sup {
          font-size: 0.5em; }
      #wrapper main section.events div.content article.sign_up p {
        width: 100%;
        text-align: center;
        color: #0F1632;
        margin: 0;
        margin-top: 30px;
        font-family: "Citi-Sans";
        font-size: 1.1em; }
        #wrapper main section.events div.content article.sign_up p sup {
          font-size: 0.7em; }
      #wrapper main section.events div.content article.sign_up a {
        background-color: #0F1632;
        border-radius: 10px;
        width: 50%;
        margin-left: 25%;
        margin-top: 35px;
        font-family: "Citi-Sans";
        font-size: 1.1em;
        height: 40px;
        text-align: center;
        padding: 20px 0;
        color: #FFF; }
      #wrapper main section.events div.content article.sign_up a:hover, #wrapper main section.events div.content article.sign_up a:focus {
        background-color: #FFF;
        color: #0F1632;
        border: 1px solid #0F1632; }
  #wrapper main section.events button.seemore {
    width: 280px;
    height: 60px;
    margin: auto;
    margin-top: 30px;
    color: #FFF;
    border: none;
    background-color: #0F1632;
    font-family: "Citi-Sans-Display";
    font-weight: 400;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    cursor: pointer; }
    #wrapper main section.events button.seemore img {
      width: 30px;
      height: 30px;
      margin: auto; }
  #wrapper main section.events button.seemore:hover {
    background-color: #FFF;
    color: #004684;
    border: 1px solid #004684; }
  #wrapper main section.events button.seemore:focus {
    background-color: #FFF;
    color: #004684;
    border: 1px solid #004684; }


#wrapper main section.home-form{
  width: 100%;
  display: flex;
  background: #0F1632;
  padding-bottom: 20px;
}

#wrapper main section.home-form div.hf-content{
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

/*# sourceMappingURL=home.css.map */
