/* -- Config -- */
/*----------  Initial Variables  ----------*/
/*----------  Primary Colors  ----------*/
/*----------  Applied Variables  ----------*/
/*=====  End of Initial Variables  ======*/
/*----------  Content  ----------*/
/*----------  Title  ----------*/
/*----------  Navbar  ----------*/
/*----------  Card  ----------*/
/* General Style */
.ajde_evcal_calendar .clear,
.evo_lightbox .clear {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  display: block; }

/* Event list */
.calendar_header,
.eventon_loadbar_section {
  display: none; }

.eventon_events_list .eventon_list_event {
  border-right: none !important;
  border-bottom: 1px solid #f1f1f1; }
  @media (min-width: 768px) {
    .eventon_events_list .eventon_list_event {
      border-right: 1px solid #f1f1f1 !important; } }
  .eventon_events_list .eventon_list_event.past_event {
    background-color: #fafafa !important; }
  .eventon_events_list .eventon_list_event .no_events {
    display: none; }

.upcoming-events .ajde_evcal_calendar.boxy .eventon_list_event {
  background-color: #002f6c !important; }
  .upcoming-events .ajde_evcal_calendar.boxy .eventon_list_event .evcal_cblock {
    color: white; }
  .upcoming-events .ajde_evcal_calendar.boxy .eventon_list_event .evcal_event_title {
    color: #a7c6ed; }
  .upcoming-events .ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc_info,
  .upcoming-events .ajde_evcal_calendar.boxy .eventon_list_event .evcal_event_types {
    color: #dbdbdb !important; }
  .upcoming-events .ajde_evcal_calendar.boxy .eventon_list_event .evcal_list_a:hover {
    background-color: #0067b9; }

/* eventtop date info */
.evcal_cblock {
  color: #6c6463;
  display: block; }
  .evcal_cblock em {
    font-style: normal;
    text-transform: uppercase;
    line-height: 110%;
    display: block; }
  .evcal_cblock .evo_start {
    float: left;
    clear: both; }
    .evcal_cblock .evo_start em.month {
      font-size: 0.9375rem;
      font-weight: 600; }
    .evcal_cblock .evo_start em.day {
      font-size: 0.75rem; }
    .evcal_cblock .evo_start em.date {
      font-size: 2.5rem;
      line-height: 1;
      font-weight: 600; }
  .evcal_cblock .evo_end {
    float: left;
    margin-left: 0.25rem;
    padding-left: 0.5rem;
    position: relative;
    margin-top: 1rem; }
    .evcal_cblock .evo_end:before {
      background-color: #8c8985;
      height: 2px;
      width: 0.25rem;
      content: "";
      position: absolute;
      display: block;
      left: 0;
      top: 50%; }
    .evcal_cblock .evo_end em.date {
      font-size: 1.0625rem;
      font-weight: 600; }
    .evcal_cblock .evo_end em.month,
    .evcal_cblock .evo_end em.year {
      font-size: 0.5rem; }
  .evcal_cblock em.time {
    font-size: 0.75rem; }
  .evcal_cblock .year {
    font-size: 0.875rem;
    display: block;
    line-height: 1; }
  .evcal_cblock .time,
  .evcal_cblock .evo_end.only_time {
    display: none; }

/* box : tiles style */
.ajde_evcal_calendar.boxy {
  /* eventtop */
  /* show more button */ }
  @media (min-width: 768px) {
    .ajde_evcal_calendar.boxy .eventon_events_list {
      display: flex;
      flex-wrap: wrap; } }
  .ajde_evcal_calendar.boxy .eventon_list_event {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    height: auto !important; }
    @media (min-width: 768px) {
      .ajde_evcal_calendar.boxy .eventon_list_event {
        flex: none;
        width: 50%; } }
    @media (min-width: 1024px) {
      .ajde_evcal_calendar.boxy .eventon_list_event {
        flex: none;
        width: 25%; } }
  @media (min-width: 1024px) {
    .ajde_evcal_calendar.boxy.box_2 .eventon_list_event {
      flex: none;
      width: 50%; } }
  @media (min-width: 1024px) {
    .ajde_evcal_calendar.boxy.box_3 .eventon_list_event {
      flex: none;
      width: 33.33%; } }
  @media (min-width: 1024px) {
    .ajde_evcal_calendar.boxy.box_4 .eventon_list_event {
      flex: none;
      width: 25%; } }
  .ajde_evcal_calendar.boxy .evcal_list_a {
    display: block;
    padding: 1rem 1rem 0.5rem 1rem; }
    .ajde_evcal_calendar.boxy .evcal_list_a:hover {
      background-color: white;
      color: #ba0c2f; }
    .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc {
      clear: both;
      display: block;
      padding: 1rem 0; }
      .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc em, .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc i {
        font-style: normal; }
      .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc .evcal_event_title {
        display: block;
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.3; }
      .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc .evcal_desc_info {
        display: block;
        font-size: 0.75rem;
        line-height: 120%;
        color: #8c8985; }
      .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc .evcal_time {
        display: block;
        font-style: normal;
        font-weight: normal;
        line-height: 1rem; }
        .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc .evcal_time:before {
          content: "\f017";
          display: inline-block;
          font-family: "FontAwesome";
          margin-right: 0.25rem; }
      .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc .evcal_location {
        display: block;
        font-style: normal;
        font-weight: normal;
        line-height: 1rem; }
        .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc .evcal_location:before {
          content: "\f041";
          display: inline-block;
          font-family: "FontAwesome";
          font-style: normal;
          font-weight: normal;
          margin-right: 0.25rem; }
      .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc .evcal_desc3 {
        display: block;
        line-height: 1rem; }
      .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc .evcal_event_types {
        display: block;
        color: #8c8985;
        font-size: 0.75rem; }
        .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc .evcal_event_types:before {
          content: "\f024";
          display: inline-block;
          font-family: "FontAwesome";
          font-style: normal;
          font-weight: normal;
          margin-right: 0.25rem; }
        .ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc .evcal_event_types i {
          display: none; }
  .ajde_evcal_calendar.boxy .evoShow_more_events {
    position: absolute;
    bottom: -3.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1rem;
    padding: 1rem 1.5rem;
    width: 100%;
    background-color: #dbdbdb;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    vertical-align: top; }
    .ajde_evcal_calendar.boxy .evoShow_more_events:before {
      content: "+";
      font-size: 2rem;
      font-weight: 600;
      margin-right: 0.5rem;
      vertical-align: top; }
    .ajde_evcal_calendar.boxy .evoShow_more_events:hover {
      background-color: #cfcdc9; }

.home .ajde_evcal_calendar.boxy .eventon_list_event {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  height: auto !important;
  box-shadow: 0 3rem 5rem -2rem #dbdbdb; }
  @media (min-width: 768px) {
    .home .ajde_evcal_calendar.boxy .eventon_list_event {
      flex: none;
      width: 50%; } }
  @media (min-width: 1024px) {
    .home .ajde_evcal_calendar.boxy .eventon_list_event {
      flex: none;
      width: 100%; } }
  .home .ajde_evcal_calendar.boxy .eventon_list_event .evcal_cblock {
    width: 20%;
    float: left; }
    .home .ajde_evcal_calendar.boxy .eventon_list_event .evcal_cblock .evo_start em.date {
      font-size: 2rem; }
  .home .ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc {
    width: 80%;
    display: inline-block;
    padding: 0 0 1rem 1rem; }
    .home .ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc .evcal_event_title {
      font-size: 1.1rem; }

/* Single Event */
.single-ajde_events .content-block {
  padding: 1.5rem; }

.eventon_main_section {
  padding: 0; }

.evo_sin_page #evcal_list .eventon_list_event {
  border: none !important; }
  .evo_sin_page #evcal_list .eventon_list_event .desc_trig_outter {
    margin-bottom: 1.5rem; }
  .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_desc em, .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_desc i {
    font-style: normal;
    color: #363636; }
  .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_cblock {
    float: left;
    margin-right: 2rem;
    color: #363636; }
    @media (min-width: 768px) {
      .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_cblock {
        margin-right: 3rem; } }
  .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_event_title {
    display: none; }
  .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_desc_info {
    display: block;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #8c8985; }
  .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_time {
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 3px; }
    .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_time:before {
      content: "\f017";
      display: inline-block;
      font-family: "FontAwesome";
      margin-right: 0.5rem;
      color: #8c8985; }
  .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_location {
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 3px; }
    .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_location:before {
      content: "\f041";
      display: inline-block;
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      margin-right: 0.5rem;
      color: #8c8985; }
  .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_desc3 {
    display: block;
    line-height: 1.3; }
  .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_event_types {
    display: block;
    color: #6c6463;
    font-size: 0.875rem; }
    .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_event_types:before {
      content: "\f024";
      display: inline-block;
      font-family: "FontAwesome";
      font-style: normal;
      font-weight: normal;
      margin-right: 0.5rem;
      color: #8c8985; }
    .evo_sin_page #evcal_list .eventon_list_event .evcal_list_a .evcal_event_types i {
      display: none; }
  .evo_sin_page #evcal_list .eventon_list_event .evorow {
    position: relative;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 1.5rem; }
    .evo_sin_page #evcal_list .eventon_list_event .evorow .evcal_evdata_icons {
      display: block;
      position: absolute;
      width: 2rem;
      height: 2rem;
      color: #6c6463;
      font-size: 1.125rem; }
    .evo_sin_page #evcal_list .eventon_list_event .evorow .evo_h3 {
      margin-left: 2rem;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 1.125rem;
      color: #212721; }
  .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_directimg {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 1.5rem; }
  .evo_sin_page #evcal_list .eventon_list_event .evcal_event_details {
    margin-bottom: 1.5rem; }
    .evo_sin_page #evcal_list .eventon_list_event .evcal_event_details .evcal_evdata_icons,
    .evo_sin_page #evcal_list .eventon_list_event .evcal_event_details .evo_h3 {
      display: none; }
    .evo_sin_page #evcal_list .eventon_list_event .evcal_event_details p {
      margin-bottom: 1rem; }
    .evo_sin_page #evcal_list .eventon_list_event .evcal_event_details strong {
      color: inherit; }
  .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_speaker {
    display: none; }
    .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_speaker .evospk_boxes {
      padding: 1rem 0 0 0;
      display: flex;
      flex-wrap: wrap; }
      .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_speaker .evospk_boxes .evospk_box {
        float: none !important;
        flex: none;
        width: 50% !important;
        margin-right: 0 !important;
        padding: 1rem 0.5rem !important; }
        @media (min-width: 768px) {
          .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_speaker .evospk_boxes .evospk_box {
            width: 25% !important; } }
        .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_speaker .evospk_boxes .evospk_box .evospk_img_box {
          width: 5rem;
          height: 5rem; }
          .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_speaker .evospk_boxes .evospk_box .evospk_img_box .evospk_img {
            width: 5rem;
            height: 5rem; }
        .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_speaker .evospk_boxes .evospk_box .evo_h3 {
          margin: 0;
          font-size: 0.9375rem;
          line-height: 1.2;
          color: #6c6463; }
        .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_speaker .evospk_boxes .evospk_box .evospk_job_title {
          font-family: "Source Sans Pro", sans-serif;
          font-size: 0.75rem;
          font-style: normal;
          font-weight: normal;
          line-height: 1.2;
          color: #8c8985; }
  .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_schedule ul.evosch_blocks_list {
    padding: 1rem 0; }
    .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_schedule ul.evosch_blocks_list .evosch_nav {
      border-top: 1px solid whitesmoke;
      border-bottom: 1px solid whitesmoke; }
    .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_schedule ul.evosch_blocks_list .evosch_oneday_schedule li {
      border-left: none; }
      .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_schedule ul.evosch_blocks_list .evosch_oneday_schedule li:before {
        font-family: "FontAwesome";
        color: #a7c6ed;
        left: 0;
        padding-top: 0.4rem; }
      .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_schedule ul.evosch_blocks_list .evosch_oneday_schedule li b.evoss_show,
      .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_schedule ul.evosch_blocks_list .evosch_oneday_schedule li b.evoss_hide {
        padding: 0;
        font-weight: 600; }
      .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_schedule ul.evosch_blocks_list .evosch_oneday_schedule li span.evoss_show {
        font-size: 0.875rem;
        font-family: "Source Sans Pro", sans-serif;
        color: #8c8985;
        padding-top: 0; }
        .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_schedule ul.evosch_blocks_list .evosch_oneday_schedule li span.evoss_show i {
          color: #6c6463; }
  .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_time_location {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_time_location .tbrow {
        display: flex; } }
    @media (min-width: 768px) {
      .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_time_location .evcal_col50 {
        width: 50%; } }
    .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_time_location .evcal_evdata_cell {
      padding: 0 1.5rem 1.5rem 2rem; }
      .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_time_location .evcal_evdata_cell .evo_h3 {
        margin-left: 0;
        margin-bottom: 0.5rem; }
        .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_time_location .evcal_evdata_cell .evo_h3 .evcal_evdata_icons {
          display: none; }
      .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_time_location .evcal_evdata_cell p.evo_location_name {
        font-weight: 600; }
  .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_gmap {
    height: 15rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 0;
    padding: 0; }
  .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_getDr {
    padding: 0;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
    .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_getDr form {
      margin: 0; }
    .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_getDr p {
      position: relative;
      margin: 0;
      overflow: hidden; }
    .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_getDr .evoInput {
      width: 100%;
      font-size: 1rem;
      border: none;
      padding: 0.75rem 1.5rem;
      margin: 0;
      color: #cfcdc9; }
    .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_getDr .evcalicon_9 {
      display: inline-block;
      cursor: pointer;
      position: absolute;
      right: 0.75rem;
      top: 0;
      border: none;
      color: #8c8985;
      font-size: 1.125rem;
      background: transparent;
      height: 100%; }
      .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_getDr .evcalicon_9:hover {
        opacity: 0.7; }
  .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_ICS .evcal_evdata_cell {
    padding-left: 2rem; }
    .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_ICS .evcal_evdata_cell p a {
      text-transform: uppercase;
      font-size: 0.875rem;
      display: inline-block;
      padding-right: 1rem;
      color: #6c6463;
      font-weight: 600; }
  .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_socialmedia {
    display: flex;
    flex-wrap: wrap; }
    .evo_sin_page #evcal_list .eventon_list_event .evo_metarow_socialmedia .evo_sm {
      width: 2rem;
      height: 2rem; }

.evosch_oneday_schedule p span b.evoss_show:before,
.evosch_oneday_schedule p span b.evoss_hide:before {
  font-family: "FontAwesome";
  color: #cfcdc9;
  right: 1rem; }

.evosch_blocks_list .evosch_nav li, .evosch_oneday_schedule p em.time, .evosch_oneday_schedule p span b, .evosch_oneday_schedule p span i, .eventon_list_event .event_description .evosch_oneday_schedule li.date, .evo_lightbox .evosch_oneday_schedule li.date, .evoss_lightbox .evospk_info h2 {
  font-family: "Source Sans Pro", sans-serif; }

/* lightbox version 2 */
.evo_lightbox {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(61, 61, 61, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 950000;
  padding-right: 17px;
  padding-left: 17px; }
  .evo_lightbox .evo_lightbox_body {
    background-color: transparent;
    border-radius: 5px;
    overflow: hidden; }
    .evo_lightbox .evo_lightbox_body p.loading_content {
      text-align: center;
      padding: 80px; }
      .evo_lightbox .evo_lightbox_body p.loading_content:before {
        content: ". . .";
        display: block; }
  .evo_lightbox .evcal_cblock .evo_time {
    display: none; }
  .evo_lightbox .bordb {
    border-bottom: 1px solid #cdcdcd; }
  .evo_lightbox.eventcard .evo_lightbox_body {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden; }
  .evo_lightbox .evopop_top .ev_ftImg {
    display: none; }
  .evo_lightbox ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .evo_lightbox .eventon_desc_in ul {
    margin-left: 20px;
    list-style: disc;
    padding: 10px 0; }

.evo_content_in {
  display: table;
  height: 100%;
  width: 100%; }

.evo_content_inin {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 600px;
  margin: 40px auto; }

.evo_lightbox_content {
  width: 100%;
  margin: 60px auto;
  max-width: 650px;
  position: relative; }

body.evo_overflow {
  overflow: hidden; }

/* lightbox transition effects */
.evo_lightbox {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  visibility: hidden; }

.evo_lightbox.show {
  opacity: 1;
  visibility: visible; }

.evo_lightbox_content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.evo_lightbox.show .evo_lightbox_content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  color: #808080; }

/* RSVP Events Calendar styles @version 2.5.4 */
/* general */
.evcal_evdata_cell .evoRS_status_option_selection span {
  font-size: inherit; }

.evoRS_status_option_selection span:hover,
.evoRS_status_option_selection span.set,
.evors_change_rsvp span.change:hover {
  background-color: #0067b9;
  border-color: #0067b9; }

.evcal_eventcard .evors_incard_form {
  margin: 0 -1.5rem 0 -1.5rem;
  padding: 1.5rem;
  background-color: #a7c6ed; }

#evcal_list .eventon_list_event .evcal_eventcard .evors_incard_form p,
.evors_incard_form #evorsvp_form p {
  color: #002f6c; }

#evorsvp_form p.evors_rsvpid_tag {
  background-color: #dbdbdb;
  color: #212721 !important; }

#evorsvp_form .rsvp_status span {
  font-family: "Source Sans Pro", "Arial", sans-serif;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  opacity: 1;
  border: 2px solid #002f6c;
  color: #002f6c; }
  #evorsvp_form .rsvp_status span.set {
    background-color: #002f6c;
    color: white; }

/* close button */
.evors_incard_form a.evors_incard_close {
  background-color: #8c8985;
  opacity: 0.8; }

/* form */
#evorsvp_form h3 {
  color: #002f6c;
  font-weight: 600;
  font-size: 1.2rem; }

#evorsvp_form .form_row abbr[title] {
  text-decoration: none; }

#evorsvp_form .form_row input,
#evorsvp_form .form_row select,
#evorsvp_form .form_row textarea {
  border-radius: 3px;
  padding-top: calc(0.375em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  display: inline-flex;
  border: 1px solid transparent;
  background-color: white;
  color: #363636;
  width: 100%; }

#evorsvp_form .form_row select {
  padding-right: 2.5em; }

#evorsvp_form .form_row input::-webkit-input-placeholder,
.evors_lightbox_body textarea::-webkit-input-placeholder,
#evorsvp_form .form_row input:-moz-placeholder,
.evors_lightbox_body textarea:-moz-placeholder,
#evorsvp_form .form_row input::-moz-placeholder,
.evors_lightbox_body textarea::-moz-placeholder,
#evorsvp_form .form_row input:-ms-input-placeholder,
.evors_lightbox_body textarea:-ms-input-placeholder {
  color: #8c8985; }

.evors_incard_form.error {
  background-color: #ffdd57; }

#evorsvp_form a.evors_submit,
#evorsvp_form #change_rsvp_form,
#evorsvp_form #call_change_rsvp_form,
#evorsvp_form #submit_rsvp_form {
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  padding: 8px 12px !important;
  margin-top: 4px;
  text-transform: none;
  text-decoration: none;
  border-radius: 3px;
  border-bottom: none;
  background-color: #002f6c;
  color: white; }

#evorsvp_form .notification.err {
  padding: 0.25rem 0.5rem;
  margin: 0;
  background-color: transparent;
  border: 2px solid #ba0c2f;
  text-transform: inherit; }
  #evorsvp_form .notification.err p {
    background-color: transparent;
    color: #ba0c2f !important; }

/* captcha */
#evorsvp_form .form_row input.captcha {
  font-size: 1rem; }

/* fonts */
.evors_change_rsvp span.change,
.evo_popin .evcal_eventcard p.evors_whos_coming_title,
.eventon_list_event .evcal_evdata_row p.evors_whos_coming_title,
.evorsau_legends span,
.evcal_evdata_row .evors_stat_data p em,
.evors_submission_form, .evors_lightbox_body #evorsvp_form h3,
.evcal_desc .evcal_desc3 .evors_eventtop_data em,
.eventon_rsvp_rsvplist p em.event_data span a,
.eventon_rsvp_rsvplist p span.rsvpstatus,
.eventon_rsvp_rsvplist p a.update_rsvp {
  font-family: "Source Sans Pro", "Arial", sans-serif; }

.evors_submission_form {
  font-weight: 400; }

.evors_information {
  display: none; }
