/****FONTS*****/
#wrapper main section.events {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
  /*background-image: linear-gradient(to right, #494949, #494949);
  background-repeat: no-repeat;
  background-size: 70% 1px;
  background-position: top center;
  padding-top: 40px;
  padding-bottom: 50px;*/
  overflow: hidden; }
  #wrapper main section.events form.filter {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    #wrapper main section.events form.filter > div {
      position: relative;
      max-width: 287px;
      width: 24%;
      height: 45px;
      overflow: hidden;
      transition: all 0.3s; }
      #wrapper main section.events form.filter > div > div div.placeholder {
        position: absolute;
        color: #494949;
        font-family: "Interstate-Light";
        font-size: 1.4em;
        pointer-events: none;
        top: 11px;
        left: 11px;
        z-index: 100; }
      #wrapper main section.events form.filter > div div.select {
        max-width: 287px;
        width: 100%;
        height: 45px;
        box-sizing: border-box;
        border-right: 1px solid #d8d8d8;
        color: #494949;
        background-color: #f1f1f1;
        overflow: hidden; }
        #wrapper main section.events form.filter > div div.select select {
          background-image: url("../images/form-arrow-down.png");
          background-repeat: no-repeat;
          background-position: calc(100% - 10px);
          width: 101%;
          background-color: #f1f1f1;
          -webkit-appearance: none;
          -moz-appearance: none;
          text-indent: 1px;
          text-overflow: ''; }
        #wrapper main section.events form.filter > div div.select select::-ms-expand {
          display: none; }
        #wrapper main section.events form.filter > div div.select select:focus {
          background-image: url("../images/form-arrow-down-over.png"); }
      #wrapper main section.events form.filter > div div#application {
        width: calc(200% + 20px);
        display: flex;
        max-width: none;
        position: relative;
        justify-content: space-between;
        margin-top: 10px; }
        #wrapper main section.events form.filter > div div#application > div.date_content {
          width: 48%;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          #wrapper main section.events form.filter > div div#application > div.date_content input {
            width: calc(100% - 70px); }
          #wrapper main section.events form.filter > div div#application > div.date_content label {
            width: 100%;
            display: block;
            font-family: "Interstate-Light"; }
          #wrapper main section.events form.filter > div div#application > div.date_content button {
            background-image: none;
            background-color: #004684;
            box-sizing: border-box;
            font-family: "Interstate-Light";
            width: 60px;
            height: 45px;
            color: #FFF;
            margin: 0;
            position: relative;
            text-align: center;
            font-size: 1em;
            cursor: pointer; }
      @media screen and (max-width: 1100px) {
        #wrapper main section.events form.filter > div div#application {
          width: calc(200% + 10px); } }
      #wrapper main section.events form.filter > div button {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-right: 10px;
        width: 18px;
        height: 11px;
        background-image: url("../images/form-arrow-down.png");
        background-size: 100% 100%;
        border: none;
        box-sizing: border-box;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer; }
      #wrapper main section.events form.filter > div button:hover {
        background-image: url("../images/form-arrow-down-over.png"); }
      #wrapper main section.events form.filter > div button:focus {
        background-image: url("../images/form-arrow-down-over.png");
        background-size: calc(100% + 4px) calc(100% + 4px);
        width: 22px;
        height: 15px; }
      #wrapper main section.events form.filter > div button.up {
        background-image: url("../images/form-arrow-up.png"); }
      #wrapper main section.events form.filter > div button.up:hover {
        background-image: url("../images/form-arrow-up-over.png"); }
      #wrapper main section.events form.filter > div button.up:focus {
        background-image: url("../images/form-arrow-up-over.png"); }
      #wrapper main section.events form.filter > div input[type='submit'] {
        max-width: 287px;
        width: 100%;
        height: 45px;
        background-color: #004684;
        color: #FFF;
        font-family: "Interstate-Light";
        font-weight: 400;
        font-size: 1.4em;
        border: none;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer; }
      #wrapper main section.events form.filter > div input[type='submit']:hover {
        background-color: #FFF;
        color: #004684;
        border: 1px solid #004684; }
      #wrapper main section.events form.filter > div input[type='submit']:focus {
        background-color: #FFF;
        color: #004684;
        border: 1px solid #004684; }
    #wrapper main section.events form.filter > div.event_date {
      height: 120px;
      overflow: inherit; }
    #wrapper main section.events form.filter > div.submit {
      min-width: 287px; }
  #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, #002a54, #002a54), 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: #092844;
        font-family: "Interstate-Light";
        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: "Interstate-Light";
        color: #092844;
        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;
      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: "Interstate-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: "Interstate-Regular"; } }
      #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: "Interstate-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: "Interstate-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: "Interstate-Light";
        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: "Interstate-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: "Interstate-Light";
        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: "Interstate-Light";
        font-weight: 400;
        background-color: #00639a;
        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: #00639a;
        border: 1px solid #00639a; }
      #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/blue-logo.jpg"), linear-gradient(to right, #008fc9, #008fc9), linear-gradient(to right, #24a6da, #24a6da), linear-gradient(to right, #002a54, #002a54), 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: 70px; }
      #wrapper main section.events div.content article.apply p {
        text-align: center;
        width: 75%;
        margin-left: 12.5%;
        margin-top: 10px;
        margin-bottom: 0;
        color: #004684;
        font-family: "Interstate-Light";
        font-weight: 600;
        font-size: 1.15em; }
      #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: "Interstate-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: #004684;
        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: #004684;
        border: 1px solid #004684; }
    #wrapper main section.events div.content article.sign_up {
      background-image: url("../images/blue-logo.jpg"), linear-gradient(to right, #008fc9, #008fc9), linear-gradient(to right, #24a6da, #24a6da), linear-gradient(to right, #002a54, #002a54), 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: 70px; }
      #wrapper main section.events div.content article.sign_up h2 {
        font-family: "Interstate-Light";
        color: #092844;
        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: #092844;
        margin: 0;
        margin-top: 30px;
        font-family: "Interstate-Light";
        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: #092844;
        border-radius: 10px;
        width: 50%;
        margin-left: 25%;
        margin-top: 35px;
        font-family: "Interstate-Regular";
        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: #004684;
        border: 1px solid #004684; }
  #wrapper main section.events button.seemore {
    width: 280px;
    height: 60px;
    margin: auto;
    margin-top: 30px;
    color: #FFF;
    border: none;
    background-color: #004684;
    font-family: "Interstate-Light";
    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; }


/*# sourceMappingURL=home.css.map */
