/* General
   ========================================================================== */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
}
h1,
h2,
h3,
h4,
h5,
h6,
.event_name,
.event_title {
  font-weight: 700;
  margin: 32px 0 16px;
}

h1,
h3#advsearch,
.ZineTitle h2,
.ZineTitle h3,
.event_name {
  font-size: 30px;
}
h2,
.event_title {
  font-size: 26px;
}
h3 {
  font-size: 22px;
  margin-top: 0;
  border-bottom: 2px solid #b61032;
}
h3#advsearch,
.ZineTitle h3 {
  background: none;
  padding: 0;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
form table td {
  padding: 0 5px 5px 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #2f579b;
  text-decoration: none;
  font-weight: 700;
}
a:hover,
a:focus {
  color: #aaa;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover img,
a:focus img {
  opacity: 0.7;
  transition: all 0.3s;
}
p,
ul,
ol,
hr,
table,
table.Report,
.iframe-wrap {
  margin-bottom: 24px;
}

/* Buttons
   ========================================================================== */

.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button,
span.button a {
  background: #002452;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
  padding: 16px 32px;
  transition: all 0.3s;
}

input[type="reset"],
input[value="Cancel Registration"],
input[value="Back"] {
  background: #e3e3e3;
  color: #818181;
}

.button,
span.button a {
  background: #fff;
  color: #505665;
  border: 1px solid #505665;
  padding: 16px 32px;
  font-size: 13px;
  text-transform: uppercase;
}

span.button,
span.button:hover,
span.button:active,
span.button:focus {
  background: none;
  padding: 0;
  border: none;
  color: #4c4545;
}

.btn:hover,
.btn:focus,
.btn:active,
button:hover:not(.btn-close),
button:focus:not(.btn-close),
button:active:not(.btn-close),
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
.button:hover,
.button:active,
.button:focus,
span.button a:hover,
span.button a:active,
span.button a:focus,
.maroon-button:hover,
.maroon-button:active,
.maroon-button:focus,
span.maroon-button a:hover,
span.maroon-button a:active,
span.maroon-button a:focus,
input[type="button"].cancel:hover,
input[type="button"].cancel:active,
input[type="button"].cancel:focus,
input.cancel:hover,
input.cancel:active,
input.cancel:focus,
input[value=" Cancel "]:hover,
input[value=" Cancel "]:active,
input[value=" Cancel "]:focus,
input[value="Cancel"]:hover,
input[value="Cancel"]:active,
input[value="Cancel"]:focus,
input#CartUpdateButton:hover,
input#CartUpdateButton:active,
input#CartUpdateButton:focus {
  background: #fabd0f;
  color: #002452;
  text-decoration: none;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
span.button a:focus {
  outline: 0;
  color: #002452;
  background-color: #fabd0f;
  box-shadow: 0 0 0 4px rgb(250 189 15 / 50%);
}

.button:hover,
.button:active,
.button:focus,
span.button a:hover,
span.button a:active,
span.button a:focus {
  border: 1px solid #fabd0f;
}

button.mfp-close:hover,
button.mfp-close:active,
button.mfp-close:focus {
  color: #4c4545;
}

button.close:hover,
button.close:active,
button.close:focus {
  background: none;
  box-shadow: none;
  color: #000;
}


/* Header
   ========================================================================== */

.header-top {
  background: #002452;
}

.header-top img {
    width: 130px;
}

.header-bottom {
    border-bottom: 6px solid #f1f2f2;
}

.header-bottom h1 {
  font-size: 24px;
}

.header-bottom a {
  color: #212121;
}

/* Content
   ========================================================================== */

.body-content {
  margin: 30px 0 50px;
}

.body-content::after {
  display: block;
  clear: both;
  content: "";
}



/* Zines
   ========================================================================== */
.ZineItem {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.ZineItem .ZineSummaryIndex a {
  font-size: 16px;
}

/* Events
   ========================================================================== */
.event-wrap .EvtCalList dl {
  background: #eee;
  border-radius: 10px;
  overflow: auto;
  padding: 30px;
}
.event-wrap dl {
  padding-top: 48px;
}
.event-wrap h1 {
  font-size: 30px;
  margin-bottom: 8px;
}
.event-wrap a {
  text-decoration: none;
}
.event-wrap div.EvtCal .EvtCalList dd {
  border-bottom: 1px solid #ddd;
}
.event-wrap h1,
.event-wrap p {
  text-align: center;
  color: #fff;
}
.event-wrap .ZineDate,
.event-wrap .ZineSummaryIndex,
.event-wrap .ZineTools {
  display: none;
}
div.EvtCal .EvtCalList dd {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
div.EvtCal .EvtCalList dd:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.event-wrap div.EvtCal .EvtCalList dt {
  font-weight: normal;
  float: right;
  clear: both;
  padding-top: 2px;
}
div.EvtCal p.EventDate {
  font-size: 18px;
  color: #777;
  font-weight: 400;
  margin: 16px 0;
}
.EvtCalList dl dd:last-child div {
  border: none;
  margin: 0;
  padding: 0;
}
div.EvtCal .EvtCalRSS {
  display: none;
}
div.EvtCal table.EvtCalSm {
  max-width: 526px;
  width: 100%;
}
div.EvtCal table.EvtCalSm td.EvtDay a {
  background-color: #143866;
  font-size: 16px;
  font-weight: bold;
}
table.EvtCal th,
div.EvtCal table.EvtCalSm th {
  border: 1px solid #ccc;
  background: #F9F9FB;
  color: #4c4545;
}
table.EvtCal td {
  border: 1px solid #898989;
}

.EvtCal th .popup a {
  color: #3d3d3d;
}
div.EvtCal table.EvtCalSm td {
  padding: 15px;
  font-size: 20px;
  border: 1px solid #ccc;
}
div.EvtCal table.EvtCalSm td.EvtDay {
  background-color: #ecf0f1;
}

@media (max-width: 991px) {
  div.EvtCal table.EvtCalSm {
    float: none;
    position: static;
    width: 100%;
    margin: 0 0 20px;
  }
  div.EvtCal table.EvtCalSm th img {
    display: none;
  }
}

/* Custom Upcoming Events Layout */
.event-wrap .event-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 20px;
}
.event-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.event-wrap .event-item {
  border-bottom: 1px solid #eee;
}
.event-wrap .event-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .event-wrap .event-item-wrapper .event-title {
    float: left;
  }
  .event-wrap .event-item-wrapper .event-date {
    float: right;
  }
  .event-wrap .event-item-wrapper::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* Footer
   ========================================================================== */

.footer-top {
    background: #002452;
}

.footer-top img {
    width: 227px;
}

.footer-top,
.footer-top a {
  color: #fff;
}

.footer-top .button {
    background: transparent;
    border: 2px solid #fff;
    text-wrap: auto;
    max-width: 240px;
    font-size: 15px;
    line-height: normal;
}

.footer-top a:hover,
.footer-top a:active,
.footer-top a:focus,
.footer-top .button:hover,
.footer-top .button:active,
.footer-top .button:focus {
  text-decoration: underline;
  color: #fff;
}

.social-links a {
    font-size: 30px;
}

.social-links a:hover,
.social-links a:active,
.social-links a:focus {
  color: #aaa;
}

.social-links {
    list-style-type: none;
    padding: 0;
}

.social-links li {
    display: inline-block;
    margin-right: 20px;
}


#footer .tricolor-bars {
    height: 12px;
    padding-top: 0;
    padding-bottom: 0;
}

#footer .tricolor-bars .left-gold-bar {
    background: #fabd0f;
}

#footer .tricolor-bars .right-red-bar {
    background: #b90e31;
}



/* Membership / Modules
   ========================================================================== */

.EvtRegRegistrants .blindbox .boxhead,
.Event .blindbox .boxhead {
  margin: 0;
  border: 2px solid #505665;
  padding: 10px;
  cursor: pointer;
}

.white-popup .Event h2 {
  margin-top: 0;
}
.white-popup .Event p.EventDate {
  margin-bottom: 0;
}

/* Popup hover flicker fix */

.EvtSessionRegistrant .popup {
  right: 18px !important;
}
div#popup1 .EvtFeeThankYou {
  font-size: 16px;
  padding: 10px 10px 7px;
}
.EvtReg table input {
  margin-right: 5px;
}
div.EvtRegFinish p {
  margin: 0;
}

.account_history div.popup {
  left: 0;
}

div.EvtRegFinish h1 {
  margin: 0;
}

.error .EventFee {
  background-color: #f2dede;
  padding: 0;
}

.Event .blindbox {
  margin-bottom: 20px;
}

/* Pay
   ========================================================================== */
.Pay form#payment-form,
.stripe form#payment-form {
  overflow: auto;
}
.Pay form#payment-form .col-sm-4,
.stripe form#payment-form .col-sm-4 {
  width: auto;
}

div.overlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
div.overlayBox {
  width: 400px !important;
  margin: 50px auto;
  padding: 0 0 30px 0;
}

/* Form
   ========================================================================== */

#search_form form {
  margin: 0;
  position: relative;
}


/* MISC page styles
   ========================================================================== */

/* Event Manager */

.event_name,
.event_title {
  margin: 0;
}

.event_title {
    color: #b61032;
}

.Fee {
    clear: both;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.Fee:last-child {
    margin-bottom: 0;
}

#evt_title .event_fee,
.FeeName,
.FeeCost {
    font-weight: bold;
}

.FeeLate {
    font-size: 14px;
    color: #777;
}

.FeeDescription {
  font-weight: normal;
}

.FeeCost,
.FeeDescription,
.FeeName {
  margin-top: 5px;
}

.register_link {
    margin: 15px 0;
    display: block;
}

#eventmgr_form ul li {
    background: #ddd;
    padding: 10px 15px;
    margin: 0 0 5px 0;
}

#eventmgr_form ul li dd {
    margin: 0;
}

.eventlogo,
.event_name {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width:768px) {
  .event_name {
    margin-left: 15px;
  }
  .register_link {
    float: right;
  }
}

@media (max-width:767px) {
  .EventMGR {
    overflow: auto;
  }
  .EventMGR input[type="submit"],
  .EventMGR input[type="button"],
  .EventMGR input[type="reset"],
  table {
    font-size: 14px;
  }
}


.custom_question .question_block .question_input p {
    margin: 0;
}

.custom_question .question_input input {
    margin: 0;
}

.custom_question .question_input input[type="text"] {
    width: 100%;
}

.custom_question .question_block br {
    display:none;
}

.custom_question .question_block {
    padding: 10px 0 !important;
}

.custom_question .question_input {
    padding: 20px;
    margin-top: 10px;
    border-radius: 10px;
}

.custom_question .question_input input[type="checkbox"] {
    margin: 0 0 0 10px;
}

.custom_question .question_input input[type="checkbox"]:nth-child(2) {
    margin: 0;
}

.report_table,
.report_wrapper {
    width: 100%;
}

.report_table th,
.report_table td {
    border: 1px solid #ddd;
    padding: 20px;
}

.report_wrapper table td {
    padding: 0;
}


/* Reg form 2 */

.report_wrapper table .EventMGRMasterRow td input[type="button"] {
    padding: 9px 32px;
    vertical-align: baseline;
}

.EventMGR form table td input {
  margin: 0 5px 10px 0;
}

.EventMGR form table th {
  padding: 20px 0 10px 10px;
}

.EventMGR form table {
  margin-bottom: 10px;
}

form td.mandatory {
    font-weight: 700;
}



/* Reg form payment page */

.report_wrapper table .report_table {
    padding: 10px;
    border: 1px solid #ddd;
}

#eventmgr_form {
    margin-top: 10px;
}

.EventMGR table.report_table th {
    background: #ddd;
}

.EventMGR form table th,
.EventMGR form table td {
  border: none;
}

.report_wrapper table .EventMGRMasterRow td {
    padding: 10px;
}

.report_wrapper table .EventMGRMasterRow td input {
    margin: 0;
}

th, td {
    padding: 7px;
}


table .public_page_main_title {
  padding: 0 15px;
}

table.Form tr td {
  padding-bottom: 5px;
}

.sortable-list {
  scrollbar-width: auto !important;
}
ul#list2.sortable-list li {
  max-width: 100%;
}

table {
  width: 100%;
}

table.contact_info {
    width: auto;
}

.table-space {
  border-spacing: 20px;
  border-collapse: separate;
  margin: -20px -20px 7px;
  width: auto;
}
.table-style td {
  vertical-align: top;
  border: 1px solid #d1d1d1;
  padding: 20px;
  border-radius: 10px;
}
.table-style td::after {
  display: block;
  clear: both;
  content: "";
}
.table-gray td {
  background: #F9F9FB;
}
.two-col td {
  width: 50%;
}
.three-col td {
  width: 33%;
}
.four-col td {
  width: 25%;
}
.table-style h2 {
  font-size: 28px;
  margin-top: 0;
}


.directory_adv_search div {
  margin-bottom: 15px;
}
a:not([href]):not([class]) {
  padding-top: 75px;
  margin-top: -75px;
}
.rounded-image img,
.rounded-image {
  border-radius: 20px;
}

.rounded-circle img {
  border-radius: 50%;
}

.attention-members p {
  margin-bottom: 10px;
}
.attention-members ul {
  margin: 0;
}
iframe {
  width: 100%;
}
small em {
  color: #888;
}

.account_address {
  margin: 0;
}

.table {
  color: #4c4545;
}

span.underline {
  text-decoration: underline;
}
.alert {
  margin: 0 0 24px;
}
select {
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  padding: 5px;
}
select option {
  font-size: 14px;
}
.SponsorshipStatus {
  font-size: 16px;
  padding: 20px;
  display: inline-block;
  background: #f9f9f9;
  border: 1px solid #dfdfdf;
}
.SponsorshipStatus a.renew {
  margin: 10px 0 0;
}

.hide-rss table.ZineTools,
.hide-title-rss .ZineArticle.Zine_photodirectory,
.hide-title-rss table.ZineTools,
.hide-title-rss .ZineArticle.Zine_accordion {
  display: none;
}

table {
  border-color: #d1d1d1;
}

th {
  line-height: 1.4;
}
caption {
  caption-side: top;
}

p.PayAccountWarning {
  display: none;
}
.account_history table {
  border-collapse: collapse;
  width: 100%;
}
main .Search form#searchform input[type="text"] {
  vertical-align: top;
  max-width: 250px;
  width: 100%;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  border-radius: 20px;
  padding: 0 15px;
}
main .Search form#searchform input[type="submit"] {
  padding: 12px 20px;
  margin-left: 5px;
}
.Search h1:last-of-type {
  font-size: 24px;
}
.Search h1:last-of-type::after {
  content: none;
}

/* More space between Yes and No columns in form tables */
table.QA_question_group th {
  padding: 5px;
}
table.QA_question_group .QA_input {
  text-align: center;
}

/* Accordion */
.Zine table.accordionbox {
  margin: 0;
}
.Zine th.accordioncontrol {
  padding: 0;
  margin: 0;
  background: #fff;
  border: none;
}
.Zine th.accordioncontrol .accordioncontrol {
  position: relative;
  padding: 10px 20px 10px 40px;
  border-bottom: 1px solid #a1a1a1;
}
.Zine tr:first-child th.accordioncontrol .accordioncontrol {
  margin-top: 0;
  border-top: 1px solid #a1a1a1;
}
table.accordionbox td {
  padding: 0;
}
.accordionbox .ZineBody {
  padding: 30px;
  margin: 24px 0;
  font-size: 18px;
  background: #F9F9FB;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.Zine span.accordioncontrolicon img {
  padding: 0;
}
.accordioncontrolicon {
  padding: 0 15px;
  position: absolute;
  left: 0;
}
.Zine_accordion h2 {
  font-size: 24px;
  margin-top: 30px;
}
.accordionpane h2,
.accordionpane h3 {
  margin-top: 0;
  font-size: 18.72px;
}
.accordionbox .ZineArticle table td,
.accordionbox .ZineArticle table th {
  padding: 12px;
}
.accordionbox .ZineArticle table td h4 {
  margin-top: 0;
}
.accordionbox .ZineArticle table {
  margin-bottom: 24px;
}

/* embedded accordions */
.accordionbox .ZineArticle .accordionbox th,
.accordionbox .ZineArticle .accordionbox td {
  padding: 0;
  border: none;
  background: none;
}
.accordionbox .ZineArticle .accordionbox .ZineBody {
  background: #fff;
}
.accordionbox .ZineArticle .accordionbox th div {
  font-size: 15px;
}

/* tables within embedded accordions */
.accordionbox .ZineArticle .accordionbox td table td {
  padding: 12px;
  font-size: 16px;
}
.accordionbox .ZineArticle .accordionbox table {
  margin: 0;
}

/* webinar recordings */
.recordings .Zine th.accordioncontrol .accordioncontrol {
  font-size: 14px;
}

/* Responsive Embeds */
.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Popups */
.white-popup h3 {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #002452;
}
.white-popup p:last-of-type {
  margin: 0;
}
.faculty ul.ZinePhotodirectory img {
  border-radius: 100%;
}


/* Data table report
   ========================================================================== */
.dataTable.Report,
.dataTable.Report td {
  border: none;
  vertical-align: middle;
}
.dataTable.Report tr:nth-child(2n) {
  background: #f2f2f2;
}
.dataTable.Report td {
  font-size: 14px;
  line-height: 16px;
  padding: 25px 10px;
}
.dataTable.Report thead th {
  border-bottom: 2px solid #4c4545;
  cursor: pointer;
}
.dataTable.Report td a {
  text-decoration: none;
}
.dataTable.Report thead th.sorting::after,
.dataTable.Report thead th.sorting_desc::after,
.dataTable.Report thead th.sorting_asc::after {
  display: inline-block;
  content: "";
  height: 6px;
  width: 10px;
  border-top: 6px solid #4c4545;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  margin-left: 8px;
  margin-bottom: 2px;
  transform-origin: center;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.dataTable.Report thead th.sorting_asc::after {
  transform: rotate(180deg);
}

div#DataTables_Table_0_paginate {
  margin: 20px 0;
}
div#DataTables_Table_0_paginate a {
  margin-right: 20px;
}
.dataTable.Report tr th:first-child {
  width: 249px !important;
}
.dataTable.Report tr th:nth-child(2) {
  width: 144px !important;
}
.dataTable.Report tr th:nth-child(3) {
  width: 152px !important;
}
.dataTable.Report tr th:nth-child(4) {
  width: 100px !important;
}
.dataTable.Report tr th:nth-child(5) {
  width: 194px !important;
}
.dataTable.Report tr th:last-child {
  width: 150px !important;
}

/* Gallery
   ========================================================================== */
.ppt {
  display: none !important;
}
#JGallery h1 {
  font-size: 24px;
}
#JGallery h1::after {
  content: none;
}
ul.gallery li {
  margin-bottom: 10px;
}
ul.gallery li img {
  vertical-align: baseline;
}
div.pp_default .pp_social {
  line-height: 1;
  font-size: 16px;
}
.pp_social .facebook {
  width: 67px !important;
}
div.ppt {
  display: none !important;
}