@charset "UTF-8";
/**
  20NTC COLOR PALATTE 
**/
/* @import url("https://fonts.googleapis.com/css?family=Bowlby+One"); */
@import url('https://fonts.googleapis.com/css2?family=Otomanopee+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;700&display=swap');


:root {

  --ntc-primary:  #006F98;
  --ntc-dark:     #005683;
  --ntc-lite:     #3D99DC;
  --ntc-highlight: #F87925;
  --head-font:    'Roboto Slab', sans-serif;
  --head-polygon-font:    'Otomanopee One', sans-serif;
  --body-text-gray: #707070;
  --lightest-orange: #F79A05;
  --lightest-orange-background: #ffe7c2;

  --member: #E1AD01;
  --first-time: #93C420;

  --favorited: #F79A05;
  --read: #005683; 

--log-in-button-orange: #F87925;
}

/* html {

} */





body {
  font-family: 'Roboto Slab', serif;
  position: relative;
  font-size: 18px;
  /* font-weight: 400; */
  line-height: 1.7;
  color: var(--body-text-gray);
}

/* a {
    background-image: url(https://xd.adobe.com/ideas/wp-content/uploads/2019/10/hover-blue-7.png);
    background-position: 0 .7em;
    background-repeat: repeat-x;
    text-decoration: none;
    color: #026eea;
} */

h1 {
  font-family: var(--head-font);
  font-weight: 700;
  font-size: 2.6em;
  line-height: 1;
  color: var(--ntc-lite) !important;
  font-weight: 900;
  margin-bottom: 2rem;

}

h2 {
  color: var(--ntc-lite) !important;
  font-family: var(--head-font) !important;
  font-weight: 900;
  font-size: 30px;
}

h2.white {
  color: #fff !important;
}

h3 {
  font-family: var(--head-font) !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 26px !important;
  color: var(--ntc-lite) !important;
}

h4 {
  font-family: var(--head-font) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 22px !important;
  color: var(--ntc-lite) !important;
  margin-top: 24px !important;
}

h5 {
    color: var(--ntc-lite) !important;

}

/**  PROPOSAL SEARCH FORM  ---------------------------------------------------------------------------------- **/
#proposal-search-form label {
  font-weight: normal;
  font-size: 85%;
  padding: 0;
  margin: 0;
}

#proposal-search-form h4 {
  margin-top: 10px;
}

.advanced-button-style {
  color: white !important;
  border-radius: 3px !important;
}

.show-more-search:hover, .show-fewer-options:hover {
  background-color: #ffe066;
  cursor: pointer;
}

.adv-search-hed-proposals {
  color: #FFF;
  background-color: #2F5C79;
  width: 100%;
  padding: 8px 4px 8px 8px;
  font-size: 1.4em;
  font-weight: 900;
}

.adv-search {
  padding: 8px;
}

/* .adv-button-box {
  height: 200px !important;
} */

/* .search-scroll {
  max-height: 400px;
  overflow: scroll;
} */

.search-sidebar h3 {
  margin-bottom: 12px;
}

.search-sidebar ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

.search-sidebar ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

.search-sidebar:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

.search-sidebar :-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

.magnifying-glass-box {
  width: 70px;
  height: 100%;
  background-color: #f19400 !important;
  float: right;
  display: inline;
}

.btn-search {
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  height: 34px !important;
  width: 42px;
  color: #fff !important;
}

.show-options-text {
  /* font-size: 90%; */
  color: #fff;
  /* margin-left:  22px; */
  margin-top: 12px;
  background-color: #2F5C79;
  padding: 4px 6px 4px 6px;
  text-align: center;
  border-radius: 4px;
}

.show-options-text:hover {
  background-color: #3d789e;
}

.prop-btn-search, .advanced-button-style {
  background-color: #2F5C79 !important;
}

.prop-btn-search:hover {
  background-color: #3d789e !important;
}

.advanced-button-style:hover {
  background-color: #3d789e !important;
}

.session-list-block-head {
  padding: 12px;
  background: #f19400;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 900;
  margin-bottom: 12px;
}

.session-list-block-head:hover {
  background: #ffbf58;
  cursor: pointer;
}

.session-list-block {
  display: none;
}

.session-list-block ul {
  list-style: none;
}

.session-list-block ul li {
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.session-list-block ul li::before {
  font-family: "Glyphicons Halflings";
  content: "";
  margin-right: 5px;
  color: #ffe066;
}

.speaker-profile-pic {
  float: right;
  max-width: 100px;
  margin-left: 20px;
}

/* SPONSOR GUIDE ----------------------------------------------------------------------- */
.sponsor-box-title {
  float: left;
  display: inline;
  font-weight: 900;
  margin-top: 8px;
  color: #05514B !important;
}

.sponsor-box-price {
  float: right;
  display: inline;
  font-size: 1.6em;
  margin-top: 8px;
  color: #05514B !important;
}

.sponsor-box-text {
  display: none;
  padding: 20px;
  background-color: #faffd1;
}

.sponsor-box-text h3 {
  color: #05514B !important;
}

.sponsor-box-highlight {
  background-color: orange;
}

.sponsor-box-toggler {
  background-color: #ffe066;
  margin-bottom: 3px;
  padding: 5px 20px 5px 20px;
}

.sponsor-box-text h3 {
  color: #000;
  margin-top: -20px;
}

.sponsor-box-ticker-box {
  display: inline;
  width: 20px;
  float: left;
}

.sponsor-box-ticker {
  content: "";
}

.sponsor-box-ticker-active {
  display: none;
}

.sponsorship-opportunities tr th {
  text-align: center;
}

.table-toggler {
  text-align: center;
}

.sponsor-full-row {
  display: none;
}

.sponsor-full-row div {
  margin-left: 40px;
  font-size: 85%;
}

.sponsor-row-highlight {
  background-color: #faffd1;
  border-left: 1px solid #888;
  padding-left: -1px;
}


/* DATELINE STUFF */
.agenda-buttons {
  text-align: right;
}

.spark-session-popper {
  text-decoration: none;
}

.spark-session-popper {
  color: #222 !important;
}

ul.agenda-dateline {
  margin-left: -40px;
}

ul.agenda-dateline li {
  display: inline;
  font-size: 1.5em;
  padding-right: 24px;
}

ul.agenda-dateline li:hover {
  color: #4c61f9;
}

.active-day, .agenda-day:hover {
  color: #4c61f9;
  border-bottom: 12px solid #4c61f9;
  padding-bottom: 8px;
}

.btn-sorter {
  border-radius: 6px !important;
  background-color: #ffd31a !important;
  border: solid 2px #212f93 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  text-align: center !important;
  color: #212f93 !important;
  text-decoration: none !important;
}

.btn-sorter:hover {
  background-color: #4c61f9 !important;
  color: #fff !important;
}

.btn-sorter:active {
  background-color: #212f93 !important;
  color: #fff !important;
}

a.sorter:link {
  text-decoration: none !important;
  font-size: 14px;
}

.bio-toggler-btn:hover {
  background-color: #333;
}

.btn-register {
  height: 48px !important;
  border-radius: 8px !important;
  background-color: #ffd31a !important;
  border: solid 2px #212f93 !important;
  padding-top: 8px !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  text-align: center !important;
  color: #212f93 !important;
  text-decoration: none !important;
  margin-top: 20px;
}

.agenda-container a {
  color: #333;
  font-size: 85%;
}

.agenda-container a:hover {
  color: red;
  text-decoration: none;
}

.stand-alones {
  background-color: #f19400 !important;
  color: #fff;
  padding: 60px;
}

.stand-alones h2,
.stand-alones h3 {
  color: #fff !important;
}

.stand-alones li {
  margin-left: 20px !important;
}

.stand-alones a {
  text-decoration: underline;
  color: #fff;
}

.precon-tile-text-box {
  background-color: #f05a28;
  padding: 30px;
}

#popnav-container {
  width: 200px;
  height: 100%;
  padding-top: 80px;
  position: fixed;
  bottom: 0;
  left: 40px;
  z-index: 6;
}

.popnav-nameplate {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  padding: 6px 0 6px 0;
  margin-bottom: 3px;
  border-top: 2px solid #9c7a5e;
  border-left: 2px solid #835937;
  border-bottom: 2px solid #835937;
}

.ntc-site-footer {
  background-color: #02428E !important;
}

/* .nten-footer-logo {
  margin-top: 20px;
} */

.slightly-smaller {
  font-size: 80%;
}

.single-proposal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--ntc-primary) !important;
  font-weight: 700;

  /* margin: 0 0 20px 0; */
  /* padding: 0 1.2rem; */
}

.proposals-title {
  font-size: 1.1em;
  /* color: #fff; */
}
@media only screen and (max-width: 1200px) {
  .proposals-title {
    font-size: 1em !important;
  }
}

.proposals-category {
  font-size: 1.2em;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .proposals-category {
    font-size: .7em !important;
  }
}

/* SPEAKER EDIT PAGE */
.live-search-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  /* background-color: #2c3e50; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: "Lato", sans-serif;
  color: #000;
}

.live-search-box {
  width: 100%;
  display: block;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3498db;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.live-search-list li {
  /* color: #fff; */
  list-style: none;
}

.speaker-li-delete {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 4px;
  background-image: url("/wp-content/plugins/spark-site/img/delete-button.png");
  background-size: contain;
}

.session-search-bin {
  list-style: none;
}

.session-search-bin-box {
  padding: 1.2em;
  width: 100%;
  /* background-color: #05514B; */
}

.speaker-image-preview {
  max-width: 200px;
}

/* This gets rid of the stock Choose File button */
#speaker-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.make-green-button {
  background-color: #7DCAD7 !important;
  margin-bottom: 6px !important;
}

.make-big-button {
  font-size: 20px !important;
}

.step-box {
  position: relative;
  padding: 50px 20px 20px 20px;
  border: 1px solid #05514B;
}

.step-box-top {
  position: relative;
  padding: 20px 20px 20px 20px;
  border: 1px solid #05514B;
}

.error {
  border: 1px solid #389171 !important;
  background-color: #FEE065 !important;
}

.session-bin-over-limit {
  display: none;
  /* position: absolute; 
  top: 290px;
  left: 20px; */
  background-color: #FEE065;
  color: #000;
  text-align: center;
  padding: 20px;
}

.over-limit-ok {
  background-color: #389171 !important;
  color: #fff !important;
  margin-top: 12px;
}

.speaker-profile-thanks {
  display: none;
  min-height: 800px;
}

.speaker-profile-editor-entrance-block {
  max-width: 400px;
}
.speaker-profile-editor-entrance-block input {
  width: 600px;
}
.speaker-profile-email-auth {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
}

.session-speaker-container {
  border: 1px solid #000;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.speaker-session-popper {
  display: inline-block;
  font-size: 70%;
  margin-left: 5px;
}

.speaker-profile-social-box {
  width: 100%;
  background-color: #00529c;
  padding: 22px 6px 6px 6px;
  text-align: center;
  margin-top: 12px;
}

.speaker-profile-social-box ul {
  padding: 0 !important;
  list-style-type: none;
}

.speaker-profile-social-box ul li {
  display: inline-block;
  margin: 4px;
}

.speaker-profile-social-box h3 {
  color: #fff !important;
  font-size: 1.1em !important;
}

.speaker-name-main-box {
  margin-bottom: 20px;
}

.speaker-step {
  position: relative;
}

.speaker-step-bug {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #05514B;
  color: #fff;
  padding: 4px 17px 4px 20px;
}

.speaker-list-single-session h3 {
  margin-bottom: -20px;
}

.speaker-list-single-session h4 {
  /* line-height: 1.2 !important;  */
  margin-bottom: 10px;
  /* margin-top: 16px !important; */
}

.speaker-list-single-session h2 a {
  color: #05514B;
}

.speaker-list-alpha-hed {
  width: 40px;
  margin-left: -10px;
  margin-top: 6px;
  background-color: #005682;
  color: #fff;
  padding: 3px 0px 3px 10px;
}

.speaker-list-name a {
  margin: 3px 3px 3px 0;
  color: #005682;
}

.speaker-list-row {
  padding: 12px;
  width: 100%;
  margin: 6px 0 6px 0;
  background-color: #eee;
}

/* Used to display message via shortcode to jury members */
.jury-message {
  width: 100%;
  margin: 10px 0 10px 0;
  padding: 20px;
  border: 1px solid #389171;
}

.disabled-div {
  pointer-events: none;
  opacity: 0.4;
}

.speaker-welcome-block {
  margin-bottom: 20px;
}

.after-edit-text {
  border: 1px solid #05514B;
  padding: 20px;
  margin-bottom: 20px;
}

#speaker-list-scroller {
  list-style-type: none;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}

#speaker-list-scroller li {
  display: inline-block;
  list-style-type: none;
  list-style-position: inside;
  text-align: center;
  width: 22px;
  background-color: #005682;
  color: #fff;
  padding: 3px;
  margin: 3px;
}

#speaker-list-scroller li:hover {
  cursor: pointer;
}

.ui-widget-overlay.modal-opened {
  background: black;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}

.bio-textr {
  font-size: 85%;
}

/* 
.speaker-edit-sessions {
  display: none;
  margin-top: 20px;
}

.speaker-name-result {
  display: none;
}

.speaker-add-confirm {
  display: none;
}

.speaker-profile-edit {
  display: none;
}


.comment-body {
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #abba;
  padding-bottom: 10px;
} */
.speaker-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.speaker-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  /* Could be more or less, depending on screen size */
  line-height: 1.8;
}

.speaker-modal-content br {
  line-height: 2.6;
}

/* The Close Button */
#close-speaker-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#close-speaker-modal:hover,
#close-speaker-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#speaker-list-back-to-top:hover {
  cursor: pointer;
}

.speaker-list-sorter {
  margin-bottom: 20px;
  text-align: center;
}

.speaker-list-sorter .active {
  font-weight: 900;
}

.speaker-sidebar {
  padding: 20px;
  border: 1px solid #05514B;
  margin-top: -80px;
  width: 280px;
  background-color: #fff;
}

.speaker-go-to-link {
  color: #005682;
}

.letter-unavailable {
  pointer-events: none;
  opacity: 0.4;
}

/* 
Sky Blue: #7DCAD7
Sun: #FEE065
Teal: #389171 
Light Green Tree: 
Dark Green Tree: #05514B
Beaver Brown: #A56D3D
Glasses Black: #231F20 
*/
.ss-flexrow {
  display: flex;
}

.ss-flexcol {
  flex: 1;
}

@media only screen and (max-width: 700px) {
  .ss-flexrow {
    flex-direction: column;
  }
}
.session-meta {
  width: 100%;
  background-color: #EB6841 !important;
  color: #fff;
  margin: 40px 0 20px 0;
  font-size: 1.5em;
  font-weight: 700;
  float: left;
  color: #fff;
  padding: 10px;
}

.session-meta-hed {
  margin-bottom: 0;
}

.meta-item {
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}

.single-session-speaker-title {
  line-height: 2 !important;
}

.ntc-left-rail {
  background-color: #e1eaec;
  padding: 40px;
  height: 100%;
  color: #333;
  border-right: 2px solid #00A0B0;
}

.ntc-container {
  display: grid;
  grid-template-columns: 1fr 5fr;
  grid-gap: 0;
  border-top: 2px solid #00A0B0;
}

.ntc-main-content {
  padding: 0;
  margin: 0;
}

.ntc-main-content-section {
  padding: 20px;
  width: 100%;
}

.relive-ntc {
  background-color: #00A0B0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.relive-ntc a {
  color: #EDC951;
}

.relive-ntc a:hover {
  color: #ccc;
  text-decoration: none;
}

.relive-ntc ul {
  list-style-type: square;
}

.relive-ntc h2 {
  font-size: 5em !important;
}

.relive-photo {
  width: 100%;
  border-top: 3px solid #00A0B0;
}

.relive-lead {
  flex: 2;
}

.relive-bullets {
  flex: 1;
  margin-left: 30px;
}

.sponsor-exhibitor-block {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/wp-content/plugins/spark-site/img/veg.jpg") center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.sponsor-exhibitor-block .sponsor-links a {
  color: #00A0B0;
}
.sponsor-exhibitor-block .sponsor-links a:hover {
  color: #EDC951;
}

.sponsor-text {
  flex: 5;
}

.sponsor-links {
  color: #00A0B0;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.7;
  margin-left: 12px;
  margin-top: 1em;
}

.sponsor-logos {
  flex: 3;
  color: #00A0B0;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.7;
  margin-left: 12px;
}

.sponsor-img {
  width: 100%;
}

.sponsor-exhibitor-block h2 {
  font-size: 4em !important;
}

.new-ntc-bug {
  height: 20px;
  margin-left: 20px;
}

.gfield_label {
  color: #fbb03b;
}

.gfield_required {
  color: #fbb03b;
}

#label_87_5_1 {
  color: #fbb03b;
}

.gform_button {
  background-color: #fbb03b;
  color: #fff !important;
  border: 0 !important;
  border-radius: 3px;
}

.ntc-top-of-page {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EB6841;
  padding: 5px;
}

.ntc-top-of-page .left {
  flex: 1;
}

.ntc-top-of-page .right {
  flex: 1;
  text-align: right;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #fff !important;
}








  .ntc-main-content-section h1 {
    font-size: 4em !important;
  }

  .relive-ntc {
    display: block;
  }
  .relive-ntc h2 {
    font-size: 3.2em !important;
  }

  .sponsor-exhibitor-block {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sponsor-exhibitor-block .lead {
    display: block;
    font-size: 1.4em;
    margin-bottom: 18px;
  }

.ntc-single-session-grid-container {
  display: grid;
  grid-template-columns: 7fr 3fr;
  grid-column-gap: 1em;
}

@media only screen and (max-width: 767px) {
  .ntc-single-session-grid-container {
    margin: 0;
    display: block;
  }
}
.ntc-single-session-grid-container h1 {
  color:  #02305E !important;
  font-size: 2.5em !important;
  margin-bottom: 20px;
}

.session-outcomes-list {
  /* margin-left: 20px; */
  list-style-type: square;
  padding-left: 1.4em;
}

.proposal-category-button {
  /* border: 1px solid #0095A5; */
  background-color: var(--ntc-primary);
  color: white;
  margin-right: 5px;
  padding: 1px 3px 1px 3px;
  display: inline-block;
  font-size: 0.8em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.coming-soon-badge {
  font-size: 0.65em;
  padding: 1px 4px;
  background: #EDC951;
  color: #fff;
  border-radius: 4px;
}

.banner-conference-name a {
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.banner-conference-name a:hover {
  color: #EDC951;
  text-decoration: none;
}

/* .ntc-single-title {
  font-size: 3.5em !important;
  margin: 0 0 16px 0;
  font-weight: 700;
} */

.ntc-single-title {
  color: var(--ntc-lite) !important;
  font-weight: 700;
  font-size: 4rem;
  padding: 0 !important;
  line-height: 1.2;
}

.day-tab {
  font-family: "Oswald", sans-serif;
}

.agenda-block-list {
  margin-left: 20px;
}

.proposals-archive-wrapper {
  display: grid;
  grid-template-areas: "archive-main" "archive-side";
  grid-template-columns: 1fr 240px;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .proposals-archive-wrapper {
    grid-template-columns: 1fr;
  }
}

.proposals-archive-main {
  grid-area: "archive-main";
}

.proposals-archive-sidebar {
  grid-area: "archive-side";
}

/* 
.btn-ntc-new, .btn-ntc-new-two {
  font-size: 1.7rem !important;
  font-weight: bold;
  letter-spacing: .5px;
  display: inline-block;
  background: #F87925 !important;
  color: #FFF !important;
  padding: 3px 14px;
  border: none;
  border-radius: 8px;
  margin-top: 12px !important;

  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.btn-ntc-new-two.red{
  background-color: firebrick !important;
}


.btn-ntc-new:hover {
  color: #444 !important;
  text-decoration: none;
  background: #fbb03b !important;
}

.btn-ntc-new-two:hover {
  color: #444 !important;
  text-decoration: none;
  background: #EDC951 !important;
}

.btn-ntc-new-two.red:hover {
  color: #fff !important;
  text-decoration: none;
  background: rgb(219, 66, 66) !important;
}

.btn-ntc-danger {
  font-size: 1.6rem !important;
  background: #fe6565 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 8px 6px 8px 0 !important;
} */

.sac-description h4 {
  margin-top: 0 !important;
}

.sac-description h5 {
  color: #389171 !important;
}

h3.sac-underline {
  color: #05514B !important;
  border-bottom: 1px solid #05514B;
  margin-top: 14px;
  margin-bottom: 14px;
}

.btn-ntc {
  display: inline-block;
  color: #fff !important;
  font-size: 15px;
  background: var(--ntc-highlight) !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  padding: 1px 6px;
  margin-top: 12px;
}

.btn-ntc:hover {
  background: #52b0d8 !important;
}

.btn-ntc-home {
  color: #003399;
  background: #fbb03b;
  font-size: 125% !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  padding: 12px 12px;
  font-weight: bold;
  border-color: #fbb03b;
  width: 200px;
  margin: 0 auto;
}

.btn-ntc-home:hover {
  background: #52b0d8 !important;
}

.opac {
  opacity: 0.8;
}

.feature-text {
  font-size: 1.4em;
  line-height: 1.6;
  margin-bottom: 1em;
}





.wrapper {
  max-width: 1160px;
  margin: 0 auto;
}

.wrapper-small {
  max-width: 900px;
  margin: 0 auto;
}




h2.ntc-registration-title {
  color: #003399;
  padding: 2rem 0;
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Bowlby One", cursive;
}
@media screen and (max-width: 768px) {
  h2.ntc-registration-title {
    font-size: 2.3em;
  }
}

.ntc-registration-text {
  font-size: 1.6em;
  line-height: 1.4;
}

.ntc-registration-panel {
  background: #EB6841;
  padding: 2rem;
  color: #fff;
  line-height: 2.2;
  font-size: 1.2em;
}
.ntc-registration-panel h2 {
  color: #fff;
}

.reg-dates-home {
  color: #003399;
}

.ntc-speaker-panel {
  background: #85c1e5;
  padding: 6em 0 3em 0;
  min-height: 700px;
  background-image: url("/wp-content/plugins/spark-site/img/HousesandTree.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.ntc-speaker-panel h2 {
  color: #fff;
  font-size: 2.6em;
  font-family: "Bowlby One", cursive;
}
.ntc-speaker-panel h2.bolder {
  text-transform: uppercase;
  color: #003399;
  font-size: 2.8em;
}
@media screen and (max-width: 768px) {
  .ntc-speaker-panel {
    padding: 1em;
  }
}

.ntc-speaker-grid {
  display: grid;
  max-width: 1160px;
  margin: 0 auto;
  grid-template-columns: 3fr 4fr;
}
@media screen and (max-width: 992px) {
  .ntc-speaker-grid {
    display: block;
  }
  .ntc-speaker-grid .speaker-text-right {
    background: #fff;
    padding: 1em;
    font-size: 18px;
  }
}

.ntc-speaker-text {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 150px 1fr;
  font-size: 1.4em;
  line-height: 1.4;
}
.ntc-speaker-text img {
  width: 100%;
  border-radius: 50%;
  border: 4px solid #fff;
}

.ntc-speaker-tree {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 800px;
}
.ntc-speaker-tree img {
  width: 100%;
}

.ntc-sponsors-top-container {
  background: #85c1e5;
  padding: 3em 0 5em 0;
  background-image: url("/wp-content/plugins/spark-site/img/WhiteWave.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .ntc-sponsors-top-container {
    padding: 3em 1em;
  }
}

.ntc-sponsors-top h2 {
  text-transform: uppercase;
  color: #003399;
  font-size: 2.8em;
  font-family: "Bowlby One", cursive;
}
.ntc-sponsors-top h2.dek {
  color: #000;
  text-transform: none;
}

.ntc-sponsors-panel {
  text-align: center;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .ntc-sponsors-panel {
    padding: 3em 1em;
  }
}
.ntc-sponsors-panel h2 {
  font-size: 2.6em;

}

.ntc-logo-list {
  text-align: center;
}

.ntc-single-page-header {
  position: relative;
  background: #003399;
  /* Old browsers */
  background: -moz-linear-gradient(top, #003399 0%, #85c1e5 75%, #de5733 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #003399 0%, #85c1e5 75%, #de5733 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #003399 0%, #85c1e5 75%, #de5733 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003399", endColorstr="#de5733",GradientType=0 );
  /* IE6-9 */
  min-height: 290px;
  box-shadow: 10px 10px 18px #ddd;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .ntc-single-page-header {
    display: none;
  }
}



.ntc-plan-trip-panel {
  min-height: 710px;
  background-image: url("/wp-content/plugins/spark-site/img/TextureforStreet.png");
  background-color: #888;
  position: relative;
}

.ntc-plan-trip-stripes {
  position: absolute;
  width: 100%;
  top: 130px;
  left: 0;
}

.ntc-plan-trip-box {
  background-image: url("/wp-content/plugins/spark-site/img/RedTextBox.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  z-index: 100;
  padding: 2em;
  width: 730px;
  bottom: 60px;
  right: 40px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ntc-plan-trip-box {
    width: 100%;
  }
}
.ntc-plan-trip-box h2 {
  color: #fff;
  font-size: 4rem;
  font-family: "Bowlby One", cursive;
}
@media screen and (max-width: 768px) {
  .ntc-plan-trip-box h2 {
    font-size: 1em;
  }
}
.ntc-plan-trip-box h2.bolder {
  text-transform: uppercase;
  color: #fbb03b;
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .ntc-plan-trip-box h2.bolder {
    font-size: 1.3em;
  }
}
.ntc-plan-trip-box a {
  color: #EDC951;
}

.ntc-car {
  position: absolute;
  width: 400px;
  left: 30px;
  top: -70px;
  display: none;
}

.ntc-bus {
  position: absolute;
  bottom: -100px;
  left: -760px;
  display: none;
}

.animate-left {
  animation-name: animate-left;
  animation-duration: 2s;
  display: block;
}

@keyframes animate-left {
  from {
    left: 1250px;
  }
  to {
    left: 30px;
  }
}
.animate-right {
  animation-name: animate-right;
  animation-duration: 2s;
  display: block;
}
@media screen and (max-width: 768px) {
  .animate-right {
    display: none;
  }
}

@keyframes animate-right {
  from {
    left: -1260px;
  }
  to {
    left: -760px;
  }
}
.ntc-updates-panel {
  background: #00A0B0;
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  .ntc-updates-panel {
    padding: 3em 1em;
  }
}

#__lpform_input_87_1 {
  display: none;
}

.ntc-updates-grid h2 {
  color: #003399;
  font-size: 5rem;
  font-family: "Bowlby One", cursive;
}
.ntc-updates-grid h3 {
  color: #fff !important;
}

.target-audience-display, .learning-outcomes-display, .additional-speakers-display {
  margin-bottom: 2em;
}

.single-proposal-pagination {
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

/* Page Nav */
.proposals-nav {
  z-index: 1000;
  position: relative;
}

.proposals-nav ul {
  padding: 0 !important;
  margin: 1em 0 20px 0 !important;
  list-style-type: none;
  z-index: 200;
}

.proposals-nav ul li {
  display: inline-block;
  padding: 4px 8px;
  margin: 0.5em 0.5em 0.5em 0;
  background-color: var(--ntc-dark);
  border-radius: 3px;
  /* border-radius: 4px !important; */
}
.proposals-nav ul li:hover {
    background: var(--ntc-primary) !important;

}
.proposals-nav ul li a {
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.proposals-nav ul li a:hover {
  text-decoration: none;
}

.proposals-nav ul li:hover {
  background-color: #EDC951;
}

.proposals-nav .current-menu-item {
  background-color: var(--ntc-primary) !important;
}


.menu-item:hover {
  background-color: #00A0B0 !important;
}

.sidebar-right {
  border: 1px solid #2F5C79;
  padding: 1em;
}

.proposals-form-input {
  border: 1px solid #2F5C79 !important;
  width: 98% !important;
}

.status-update {
  color: #fff;
  background: red;
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
}

.status-update a {
  color: #fff;
  text-decoration: underline;
}

.unconference-date-header {
   background-color: #EDC951;
   margin-bottom: 1em;
   padding: 2px 8px;
   font-weight: bold;
}







/* Addtional Benefits Form */

.additional-benefits-form label {
      display: block;
  }

  .additional-benefits-form input {
      display: block;
      margin-bottom: 1em;
  }

  .textinput  {
    width: 90% !important;
  }

  .additional-benefits-form input::checkbox {
      display: block;
      margin-bottom: 1em;
  }




  .additional-benefits-form select {
      display: block;
      margin-bottom: 1em;
      font-size: 14px;
  }

  .formhelp {
      font-size: 14px;
      font-weight: 400;
  }

  .connect-ads {
      display: none;
  }

  .connect-months {
    display: inline-block !important;
  }

  .benefit-checkboxes {
    font-size: 14px;   
    columns: 2;
  }

  .course-scholarships, .certificate-scholarships {
    /* font-size: 14px; */
    display: none;
  }
  .corschol {
    display: inline-block !important;
  }

  .certschol {
    display: inline-block !important;
  }

  .certificate-scholarships {
    display: none;
  }

  .formsection {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #aaa;
  }



  .benefits-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .radio-grid {
    display: grid;
    grid-template-columns: 20px 1fr;
  }

  .benefits-btn-house {
    display: none;
  }
  
  .radio-text {
    font-size: 14px;
  }

  .benefits-required {
    color: #EB6841;
  }








/* NEW 2021 Styles */



@media only screen and (max-width: 720px) {

  .speaker-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }

}



.speaker-panel {
  background: #f5fbff;
  border-radius: 10px;
  padding: 1em;
}

.speaker-round-pic {
  border-radius: 50%;
  width: 100%;
  max-width: 190px;
}

.speaker-home-name {
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
  margin-top: .5em;
    font-family: 'Fira Sans', sans-serif;
    line-height: 1.1;

}

.speaker-home-sub {
  font-size: 1.4em;
  font-weight: 700;
  margin-top: .5em;
    font-family: 'Fira Sans', sans-serif;

}

.speaker-home-copy {
  font-weight: 300;
  margin-top: 1em;
  font-size: 17px;

}








  /* .ntc-single-grid-container {
    display: block;
    margin: 3%;
  } */


  /* For the speaker page */

      .inside-speaker-grid {
        display: grid;
        grid-template-columns: 1fr 10fr;
        grid-gap: 1em;
        grid-template-areas: "speakerphoto" "speakertext";

    }

    .inside-speaker-grid img {
        border-radius: 50%;
        /* width: 100%; */
        max-width: 190px;
    }

    .inside-speaker-grid-photo {
        grid-area: "speakerphoto";
    }


@media only screen and (max-width: 850px) {

  .inside-speaker-grid {
    grid-template-columns: 1fr;
  }

}

.btn-ntc-new-big {
  font-size: 1.8em !important;
}

.menu-item-has-children a {
  color: #fff !important;
}


.sub-menu li a  {
  color: #02305E !important;
}

/* Fixing styles for login buttons for NTC site */
.oauthloginbutton-ntc{
  background: var(--ntc-highlight) !important ;
  color: #FFF !important;
  /* margin: 9px !important; */
  padding: 5px 10px !important;
  text-shadow: 0 !important;
  font-size: 18px !important;
  font-size: 1.8rem !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  font-weight: bold !important;
  display: block !important;
  /* margin-top: -12px !important; */
  height: 32px !important;
  border: 1px solid #fff !important;
  line-height: 1.2 !important;
}

.oauthloginbutton{
  background: #DD5832 !important ;
  color: #fff !important;
    border: 1px solid #fff !important;
  line-height: 1.2 !important;

}



/* NEEDED FOR 22NTC and beyond */


/* Hero */


.ntc-hero-container {
  height: 180px;
  z-index: 1;
  overflow: visible;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.ntc-hero-main-img {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  z-index:2;
  display: relative;
}


.ntc-hero-text h1 {
  color: #fff !important;
  font-size:3em;
  font-family: var(--head-polygon-font)
}
.ntc-hero-text h2 {
  color: #fff ;
  margin-top: 1.3rem;
  font-size: 4rem;

} 
.ntc-hero-text {
  position: absolute;
  top: 250px;
  right: 15%;
  z-index: 3;
  text-align: center;

}
.ntc-below-hero {
  /* background-color: #dae8f2; */
  position: relative;
  background-repeat: no-repeat; 
  background-size: cover; 
  background-image: url(../img/blue_hatched.png);
  padding-top: 340px;
}

.ntc-date {
  color: #fff !important;
  font-family: var(--head-polygon-font) !important;

}

@media (min-width: 0) and (max-width: 414px ) {
  .ntc-hero-text {
    top: 95px;
    right: 55px;
    font-size: .9rem;
  }
    .ntc-date {
    font-size: 1.6rem !important;
  }
   .ntc-hero-container {
    height: 70px;
  }
  .ntc-below-hero {
    padding-top: 120px;
  }
    .ntc-hero-main-img {
    margin-right: 20px;
  }
  .ntc-hero-main-img img{
    transform: rotate(10deg);
  }

}
@media (min-width: 415px) and (max-width: 768px ) {
  .ntc-hero-text {
    top: 175px;
    right: 150px;
    font-size: 1.3rem;
  }
  .ntc-date {
    font-size: 2.2rem !important;
  }

  .ntc-hero-main-img {
    margin-right: 20px;
  }
  .ntc-hero-main-img img{
    transform: rotate(10deg);
  }
  .ntc-hero-container {
    height: 100px;
  }
  
  .ntc-below-hero {
    /* background-color: #dae8f2; */
    padding-top: 210px;
  }
  
}


/* 
@media screen and (max-width: 1400px) {
  .ntc-hero-text {
    top: 250px;
    right:  150px;
  }
} */

















.head-container{
    /* display: inline-block; */
    /* display: relative; */
    /* padding: 12px; */

    margin-bottom: 20px;
}
.head-container h2 {
  color: #fff;
  /* margin: 20px 60px 20px 40px; */
  line-height: 1.6;
}


.speaker-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}

@media (max-width: 740px) {
  .speaker-grid {
    display: block;
  }
}

.ntc-home-panel {
  padding: 1em 1em 1em 1em; 
  color: var(--body-text-gray);
  text-align: center;
  z-index: 10;
  position: relative;
  font-size: 18px;
  line-height: 32px;
}

.ntc-home-panel:first-child {
  padding-top: 2em;
}

.ntc-home-panel:last-child {
  padding-bottom: 2em;
}


.ntc-home-panel h2 {
  font-size: 2.4em;
}

.panel-container {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 3em;
  border-radius: 10px;
  position: relative;
}

.green-curve {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
  /* opacity: .8; */
}

/* ##############################    Section and Page Headers   ################################ */
 



      .head-container {
        width: fit-content;
        margin: 0 auto;
        position: relative;
      }
      .head-polygon {
          /* position: absolute; */
        display: inline-block;
        position: relative;
        margin: 0 auto 2em auto;
        background-color: #3D99DC;
        width: fit-to-content;
        /* height: 100px; */
        padding: 0;
        text-align: center;
        clip-path: polygon(97% 0, 
                           100% 80%,
                           10% 100%, /* bottom left in */
                           0% 0%);
      }

      .head-polygon h2 {
        color: #fff !important;
        text-transform: uppercase;
        font-family: var(--head-polygon-font) !important;
      }


      .blue-starburst-left {
        position: absolute;
        top: -46px;
        left: 0;
        z-index: 5;
        width: 50px;

        
      }
      .blue-starburst-right {
        position: absolute;
        top: 36px;
        right: -12px;
        z-index: 5;
        width: 50px;
      }
      .head-polygon h2  {
        color: white;
        font-family: sans-serif;
        font-size: 2em;
        margin: 0;
        padding: 10px 1em 20px 1.4em;
        line-height: 1.2;
      }

/* ##############################    NAVIGATION   ################################ */

/**
 NAVIGATION  -----------------------------------------------------------------------------------------
 **/
.nav-grid-container {
  width: 100%;
  background-color: #fff;
  /* margin: 6px 0; */
}

.sub-menu {
  background-color: var(--ntc-primary) !important;;
}

.nav-grid {
  display: grid;
  grid-template-columns: 200px 1fr 120px;
  grid-template-areas: "nav-logo nav-links nav-login";
  max-width: 1160px;
  margin: 0 auto;
  align-items: center;
  display: relative;
  height: 135px;

}

.ntc-burger {
  grid-area: ntc-burger;
  width: 40px;
  height: 40px;
  /* background: #444; */
  display: none;
  margin-right: 16px;;
}



.ntc-burger >  div {
  height: 3px;
  background: #666;
  margin-top: 6px;
}

.nav-grid-login {
  grid-area: nav-login;
  /* margin-top: 32px; */
}


.nav-grid-logo {
  grid-area: nav-logo;
  z-index: 12;
  opacity: 0.9;
  /* padding: 1em; */
}


.nav-grid-links {
  grid-area: nav-links;
  /* padding-top: 2.3em; */
  margin-left: auto;
  margin-right: 20px;
}

.ntc-logo-nav {
  width: 120px;
}








#navbin li {
  display: inline-block;
}

.ntc-top-level {
  padding: 3px;
}



 .ntc-single-grid-container .main-grid-content {
    padding: 4em;
    margin-bottom: 2em;
    border-radius: 4px;
    position: relative;
    background: #fff;
    min-height: 800px;
  }






@media screen and (max-width: 768px) {
  .nav-grid-logo {
    padding: 1em 0 1em 1em;
    /* margin-bottom: -30px; */
  }

  .nav-grid-links {
    color: #fff;
    margin-right: 0;
  }



}








.ntc-navigation-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .ntc-navigation-container {
    background: #85c1e5;
  }
}
.ntc-navigation-container a {
  text-decoration: none;
}
.ntc-navigation-container nav {
  font-family: monospace;
}
.ntc-navigation-container ul {
  background: var(--ntc-primary);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.ntc-navigation-container li {
  color: #fff;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}

.login-button-js {
  margin-top: 32px;
}




@media screen and (min-width: 768px) {
.ntc-navigation-container li {
    display: block;
    float: left;
  }
}

.ntc-navigation-container li a {
  color: var(--ntc-dark) !important;
  font-weight: bold;
  font-size: 1.3em;
  margin: 0;
}
.ntc-navigation-container li:hover {
  background: var(--ntc-lite) !important;
  color: #fff !important;
  cursor: pointer;
}

.ntc-navigation-container li a:hover {
  color: #fff !important;
}




.ntc-navigation-container ul li ul {
  background: #85c1e5;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  z-index: 99999;
}

.ntc-navigation-container ul li ul a{
  color: #fff !important;
}
.ntc-navigation-container ul li:hover > ul,
.ntc-navigation-container ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.ntc-navigation-container ul li ul li {
  clear: both;
  width: 300px;
}






.ntc-single-grid-container .main-grid-content {
  padding: 4em;
  margin-bottom: 2em;
  border-radius: 4px;
  position: relative;
  background: #fff;
}

.main-grid-content .orange-twinkle {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 90px;
}

.main-grid-content .red-orange-twinkle {
  position: absolute;
  top: 360px;
  right: -85px;
  width: 60px;
}



.inside-curve {
  width: 100%;
  position: absolute;
  /* opacity: .8; */
}



.ntc-single-grid-container {
  margin: 0 15%;
  color: var(--body-text-gray);
  padding-top: 3em;
}

/* .ntc-single-grid-container p{
  font-size: 18px !important;
  line-height: 32px !important;
} */




.ntc-single-grid-container-printable {
  margin: 0 3%;
}

.ntc-single-grid-container .main-grid-content h3 {
  color: var(--ntc-lite) !important;
}


/*  OTHER STUFF */
.main-grid-content p, ul, li, ol{
  font-size: 18px !important;
  line-height: 32px !important;
}



  /* ##########  MAIN MEDIA QUERIES  ########## */

@media screen and (max-width: 768px) {
  .sub-menu {

    background: var(--ntc-highlight) !important;
    width: 100%;
  }

  .ntc-navigation-container ul li ul {
    position: relative;
  }
  .current-menu-parent {
    border-bottom: 0px !important;

  }
  .login-button-js {
    margin-top: 42px;
  }
  .ntc-single-grid-container {
    margin: 0 2%;
    /* font-size: 16px; */
  }
  .panel-container {
    margin: 0 auto;
    background: #fff;
    padding: 2.4em 1em 1em 1em;
    font-size: 16px;
  }

  .head-polygon h2  {
    color: white;
    /* font-family: sans-serif; */
    font-size: 1.4em;
    margin: 0;
    padding: 10px 1em 20px 1.4em;
    line-height: 1.2;
  }

  .blue-starburst-left {
    position: absolute;
    top: -26px;
    left: 0;
    z-index: 5;
    width: 30px;
  }
  .blue-starburst-right {
    position: absolute;
    top: 28px;
    right: -12px;
    z-index: 5;
    width: 30px;
  }



  .nav-grid {
    display: grid;
    grid-template-columns: 140px 1fr 100px;
    grid-template-areas: "nav-logo  nav-login ntc-burger"
                         "nav-links nav-links nav-links" ;

    background-color: #fff;
    width: 100%;
    height: 135px;
  }

  .ntc-navigation-container li a {
    color: #fff !important;
    font-weight: bold;
    font-size: 1.3em;
  }
  .ntc-navigation-container li {
    padding: 1.2em;
  }

  .menu-ntc-main-nav-container {
    width: 100%;
    margin-top: -3px;
  }

  
  .menu-ntc-main-nav-container {
    display: none;
    grid-area: nav-links;
    width: 100%;
  }

  .ntc-burger {
    grid-area: ntc-burger;
    display: block;
    margin-right: 30px;
    margin-left: auto;
    /* display: block; */
  }
  
  .nav-grid-links {
  grid-area: nav-links;
  margin-left: 0;
  margin-right: 00px;

  }

  .nav-grid-login {
    grid-area: nav-login;
    margin-top: 0px;
    margin-left: auto;
    text-align: right;

  }



  .ntc-single-grid-container .main-grid-content {
    padding: 1em;
    margin-bottom: 2em;
    border-radius: 4px;
    position: relative;
    background: #fff;
  }

  .ntc-single-grid-container .main-grid-content h1 {
    font-size: 3.8rem !important ;
  }
  .ntc-single-grid-container .main-grid-content h2 {
    font-size: 3rem !important;
  }

  .ntc-single-grid-container .main-grid-content h3 {
    font-size: 2.7rem !important;
    color: var(--head-font) !important;
  }

  /* .ntc-single-title {
    font-size: 1.7em !important;
  } */

}

 





/* For sponsorship Stuff */





.current-menu-parent {
  border-bottom: 2px solid var(--ntc-highlight);
}





.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease s;
  -moz-animation: fadeIn ease s;
  -o-animation: fadeIn ease s;
  -ms-animation: fadeIn ease s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
}
}


/* For sponsor stuff
.sponsor-next-button {
  border-radius: 16px;
  color: #ffffff;
  font-size: 20px;
  background: #193462;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-top: 24px;
  display: inline-block;
}

.sponsor-next-button:hover {
  background: #1968a0;
  text-decoration: none;
  color: #fff;
}

.sponsor-next-button {
  border-radius: 16px;
  color: #ffffff;
  font-size: 20px;
  background: #193462;
  padding: 10px 20px 10px 20px;
  text-decoration: none !important;
}

.sponsor-next-button:hover {
  background: #3d9adc;
  text-decoration: none !important;
}

.sponsor-next-button:active, .sponsor-next-button:visited   {
  color: #fff !important;
  text-decoration: none !important;
}

.sponsor-next-button:active a, .sponsor-next-button:visited a {
    text-decoration: none !important;

}

.sponsor-next-arrow {
    font-size: 30px;
    margin-left: 2em;
} */



.archive-vote-heart-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.proposal-list-box {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: var(--ntc-primary);
}

.proposal-list-title {
  color: var(--ntc-primary);
}
.proposal-list-box a {
    color: var(--ntc-primary);
}

.proposal-list-box-meta {
  color: #666;
}

.legend-flex {
  display: flex;
}

.legend-icon {
  width: 24px;
}

.previous-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;

}
.previous-link {
  width: 40%;
  text-align: left;
  flex-grow: 1;
}
.next-link {
  width: 40%;
  text-align: right;
  flex-grow: 1;
}






/* NEW CSS FOR TOGGLE */
		.switch {
			position: relative;
			display: inline-block;
			width: 60px;
			height: 34px;
		}

		/* Hide default HTML checkbox */
		.switch input {
			opacity: 0;
			width: 0;
			height: 0;
		}

		/* The slider */
		.slider {
			position: absolute;
			cursor: pointer;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-color: #ccc;
			-webkit-transition: .4s;
			transition: .4s;
		}

		.slider:before {
			position: absolute;
			content: "";
			height: 26px;
			width: 26px;
			left: 4px;
			bottom: 4px;
			background-color: white;
			-webkit-transition: .4s;
			transition: .4s;
		}

    /* .favorite-color {
      background-color: #ccc;
    }
    .read-color {
      background-color: #ccc;
    } */
    

		input:checked+.slider.favorite-color {
			background-color: var(--favorited);
		}
    input:checked+.slider.read-color {
			background-color: var(--read);
		}



		/* input:focus+.slider {
			box-shadow: 0 0 1px #2196F3;
		} */




		input:checked+.slider:before {
			-webkit-transform: translateX(26px);
			-ms-transform: translateX(26px);
			transform: translateX(26px);
		}

		/* Rounded sliders */
		.slider.round {
			border-radius: 34px;
		}

		.slider.round:before {
			border-radius: 50%;
		}

    .community-input-head {
      border-top : 1px solid #eee;
      padding-top: 6px;
    }

		.switch-house {
			display: flex;
			align-items: center;
      
      border-top : 1px solid #eee;
      padding-top: 12px;
            padding-bottom: 6px;

      /* margin-top: .8px;
      padding-top: .4px; */
		}
    .switch-house:last-child {
      border-bottom : 1px solid #eee;
    }

		.switch-icon-favorite {
			width: 40px;
			padding-bottom: 6px;
			font-size: 3rem;
      color: var(--favorited);
		}
    .switch-icon-read {
			width: 40px;
			padding-bottom: 6px;
			font-size: 3rem;
      color: var(--read);
		}

    .unchecked {
      color: #999;
    }

    .switch-icon-favorite, .switch-icon-read {
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }




		.switch-title {
			width: 150px;
			padding-bottom: 6px;
			color: #777;
      line-height: 1.2;
		}

		.switch-font-size {
			font-size: 1.6rem;
		}

    .input-toggles {
      margin-top: 1.4rem;
    }

    .sac-box {
      margin-top: 3rem;
    }

    .sac-info {
      margin-top: 1.4rem;
    }
    .sac-info-flexbox {
      display: flex;
      border-top : 1px solid #aaa;
      margin-top: 1rem;
      padding-top: 1rem;
    }
    .sac-info-flexbox--text {
      flex-grow: 1;
    }

    .jury-spinner {
      height: 20px;
      display: none;
    }

    #token-count, #jury-num-thumb {
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }

    #token-count, #jury-num-thumb {
      animation: fadeInAnimation ease 1s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
    }
      
    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    .member {
      color: var(--member);
    }

    .first-time {
      color: var(--first-time);
    }

    .read {
      color: var(--read)
    }
    .favorited {
      color: var(--favorited)
    }

  .fonzie-checkmark {
    color: var(--read);
    font-size: 280%;
    margin-right: 20px;
    margin-top: 10px;
  }

  /* .fonzie-button-archive {
    color: #0051a1;
    margin-right: 5px;
  } */

  .fonzie-checkmark-archive {
    color: var(--read);
    margin-right: 4px;
  }

  .fonzie-heart-archive {
    color: var(--favorited);
    margin-right: 4px;
  }

  .archive-status-house {
    display: flex;
    margin-left: 2rem;

  }