:root {
  --blue: #0177A9;
  --red: #C32307;
  --bytes-blue: #0177A9;
  --grey: #7B7475;
  --light_grey_background: rgba(237, 237, 237, 0.10);
  --dark_grey_background: #9587871a;
  --dark-grey-text: #2D2D2D;
  --body-text: #222;
  --mobile-menu-bg: rgba(0, 127, 173, 0.95);
  --white-bg: #FFF;

  /* Forms */
  --nf-input-size: 1rem;
  --nf-input-font-size: calc(var(--nf-input-size)*0.875);
  --nf-small-font-size: calc(var(--nf-input-size)*0.875);
  --nf-input-font-family: inherit;
  --nf-label-font-family: inherit;
  --nf-input-color: #20242f;
  --nf-input-border-radius: 0.25rem;
  --nf-input-placeholder-color: #929292;
  --nf-input-border-color: #333333;
  --nf-input-border-width: 1px;
  --nf-input-border-style: solid;
  --nf-input-border-bottom-width: 2px;
  --nf-input-focus-border-color: var(--bytes-blue);
  --nf-input-background-color: #f9fafb;
  --nf-invalid-input-border-color: var(--nf-input-border-color);
  --nf-invalid-input-background-color: var(--nf-input-background-color);
  --nf-invalid-input-color: var(--nf-input-color);
  --nf-valid-input-border-color: var(--nf-input-border-color);
  --nf-valid-input-background-color: var(--nf-input-background-color);
  --nf-valid-input-color: inherit;
  --nf-invalid-input-border-bottom-color: red;
  --nf-valid-input-border-bottom-color: green;
  --nf-label-font-size: 112.5%;
  --nf-label-color: #222;
  --nf-label-font-weight: 500;
  --nf-slider-track-background: #dfdfdf;
  --nf-slider-track-height: 0.25rem;
  --nf-slider-thumb-size: calc(var(--nf-slider-track-height)*4);
  --nf-slider-track-border-radius: var(--nf-slider-track-height);
  --nf-slider-thumb-border-width: 2px;
  --nf-slider-thumb-border-focus-width: 1px;
  --nf-slider-thumb-border-color: #fff;
  --nf-slider-thumb-background: var(--nf-input-focus-border-color);
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
html, body {
  margin: 0;
}
fieldset {
  border: none;
}
.hidden {
  display: none;
}
.sr-only:not(:focus) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
body {
  background: #fff;
  color: var(--body-text);
  font-family: "Open Sans", sans-serif;
  font-size: 112.5%;
  line-height: 1.55;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--dark-grey-text);
  font-family: "Open Sans", sans-serif;
  font-size: 168.75%;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  position: relative;
}
footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: var(--dark-grey-text);
  font-size: 130%;
  border-bottom: 1px solid var(--dark-grey-text);
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.page-title {
  font-size: 225%;
}
.home .page-title {
  font-size: 196.875%;
}
.event {
  text-align: center;
}
.event-title {
  color: var(--dark-grey-text);
  font-size: 6.44em;
  font-weight: 600;
  letter-spacing: -0.04em;
  white-space: nowrap;
  min-height: 2em;
}
.event-title img {
  width: 50%;
}
.event-detail {
  font-size: 220%;
}
.event-description {
  margin: 0;
}
.event-detail, .event-description {
  font-size: 225%;
}
.event-date {
  font-weight: bold;
}
.page-title {
  margin-bottom: .5em;
}
.sub-head {
  font-size: 129.375%;
  font-weight: 600;
  margin: 1em 0 0;
}
/* Breakpoint - 400px +*/
@media screen and (min-width: 25em) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 253.125%;
  }
  .page-title {
    font-size: 393.75%;
    letter-spacing: -0.04em;
  }
  .main .home .page-title {
    font-size: 253.125%;
  }
  .event-title {
    min-height: 2em;
  }
  .event-title img {
    width: 100%;
  }
  .event-title {
    margin-top: 0;
  }
  .taxonomy-group h2 {
    padding-left: 0;
    margin: 0;
  }
  .experience-content .columns-container {
    justify-content: left;
  }
}
/* Breakpoint - 560px + */
@media screen and (min-width: 35em) {
  .main .home .page-title {
    font-size: 393.75%;
  }
  .event-title img {
    width: 50%;
  }
  .experience-content .columns-container {
    justify-content: left;
  }
}
/* Breakpoint - 0px + */
@media screen and (min-width: 0) {
  .event-title {
    font-size: 11vw;
    margin-bottom: .25em;
  }
  .experience-content .columns-container {
    justify-content: left;
	padding-left:0;
  }
  .event-description, .event-detail {
    font-size: 145.5%;
  }
}
/* Breakpoint - 640px + */
@media screen and (min-width: 40em) {
  .event-title {
    font-size: 3vw;
    margin-bottom: 0;
  }
  .event-description, .event-detail {
    font-size: 2.3vw;
  }
  .experience-content .columns-container {
    justify-content: left;
  }
  
}
p, ul, ol {
  margin: 1.5em 0;
}
ul li, ol li {
  margin: 0.75em 0;
}
a {
  color: var(--bytes-blue);
}
#main-content a
{
	font-weight:bold;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: var(--bytes-blue);
  text-decoration: none;
}
footer a:active {
  color: var(--dark-grey-text);
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
}
*:focus {
  outline: 2px solid #000;
  outline-offset: 3px;
  text-decoration: none;
}
*:focus:not(:focus-visible) {
  outline: none;
}
*:focus-visible {
  outline: max(2px, .175em) solid #000;
  outline-offset: 3px;
  text-decoration: none;
}
.main-nav-menu a:focus-visible {
  outline: max(2px, .175em) solid #000;
  outline-offset: 3px;
  text-decoration: underline;
}
footer a {
  color: var(--dark-grey-text);
  text-decoration: underline;
}
footer ul li {
  display: block;
  padding: .5em 0 .5em 0;
}
.skip-link {
  background-color: #fff;
  padding: .25em .65em;
  position: absolute;
  top: 1em;
  left: -9999em;
  z-index: 10000;
}
.skip-link:focus {
  left: 1em;
  outline-offset: 0;
  text-decoration: underline;
  text-decoration-color: var(--bytes-blue);
}
.main-nav-menu a {
  color: #222;
  padding: .33em;
  text-decoration: none;
}
.main-nav-menu a:hover {
  text-decoration: underline;
}
.main-nav-menu a[aria-current] {
  text-decoration: underline;
}
.main-nav-menu .tickets a {
  background: var(--bytes-blue);
  border-radius: 1.38em;
  color: #fff !important;
  font-weight: bold;
  padding: .44em 1.25em;
  white-space: nowrap;
}
a[aria-current] {
  color: var(--bytes-blue);
  font-weight: bold;
  text-decoration: underline;
}
.social-icons a {
  padding: .75em .25em 0;
}
.register a, a.event__button {
  background: var(--bytes-blue);
  border-radius: 1.5em;
  color: #fff;
  font-weight: bold;
  padding: .44em 1.25em;
  text-decoration: none;
}
.register a:focus, a.event__button:focus {
  outline: max(2px, .175em) solid #000;
  outline-offset: 3px;
  text-decoration: underline;
}
.register a:hover, a.event__button:hover {
  text-decoration: underline;
}
/* Breakpoint - 1152px + */
@media screen and (min-width: 72em) {
  .register a, a.event__button {
    padding: .15em .65em .25em;
  }
  .experience-content .columns-container {
    justify-content: center;
  }
}
@supports(text-underline-offset: 0) {
  a {
    text-decoration-line: underline;
    text-decoration-color: var(--bytes-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
  }
  .main-nav-menu a, .tickets a, .branded-events a {
    text-decoration-line: none;
  }
  .main-nav-menu a[aria-current] {
    text-decoration-color: var(--bytes-blue);
  }
  footer a[aria-current] {
    color: var(--bytes-blue);
    border-bottom: dotted;
    text-decoration: none;
  }
  .staged a {
    color: #fff;
    text-decoration-color: #fff;
  }
}
.masthead {
  background: #fff;
  border-bottom: 3px solid var(--bytes-blue);
  padding: 1.25em 5%;
  text-align: center;
}
.branding {
  font-size: 112.5%;
}
.branding a {
  display: block;
  margin: .25em 0 0;
}
.branding-logo {
  color: var(--bytes-blue);
  fill: var(--bytes-blue);
  height: 3.25em;
  width: auto;
}
.main-nav-menu {
  margin: .25em 0 0;
}
.main-nav-menu ul {
  margin: 0;
  padding: 0;
}
.main-nav-menu ul li {
  list-style: none;
  margin: 0 .5em 1em;
}
.main-nav-menu ul .tickets {
  margin: 1.5em 0 1.75em;
}
.main-nav-menu ul .social {
  margin: 0;
}
.main-nav-menu ul .social li {
  margin: 0 .25em 1em;
}
.social-icons {
  margin: .25em 0 0;
  padding: 0;
}
.social-icons li {
  display: inline;
  margin-bottom: 0;
}
.social-icons .twitter-icon,
.social-icons .facebook-icon,
.social-icons .youtube-icon,
.social-icons .instagram-icon,
.social-icons .linkedin-icon {
  background: var(--bytes-blue);
  fill: #FFF;
  height: auto;
  width: 1.55em;
}
.contact .twitter-icon,
.contact .facebook-icon,
.contact .youtube-icon,
.contact .instagram-icon,
.contact .linkedin-icon {
  background: var(--white-bg);
  fill: var(--bytes-blue);
  height: auto;
  width: 1em;
  vertical-align: middle;
  margin-right: .3em;
}
@supports(flex-wrap: wrap) {
  .masthead {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main-nav-menu .nav-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main-nav-menu .nav-list .tickets {
    margin-top: .5em;
  }
  .main-nav-menu .nav-list .social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .main-nav-menu .nav-list .social-icons li {
    display: block;
    margin-bottom: 0;
    padding: 0 .2em;
  }
  @media screen and (min-width: 48em) {
    .masthead {
      padding-bottom: .75em;
    }
    .branding {
      padding-bottom: .75em;
    }
    .main-nav-menu .nav-list {
      flex-direction: row;
    }
    .main-nav-menu .nav-list .tickets {
      margin: 0 .5em;
    }
    .social-icons {
      margin: 0;
    }
  }
  /* Breakpoint - 1152px + */
  @media screen and (min-width: 72em) {
    .masthead {
      padding-bottom: .65em;
      flex-direction: row;
      justify-content: space-between;
    }
    .branding {
      padding: 0;
    }
    .masthead .branding {
      align-self: flex-start;
    }
    .masthead .main-nav-menu .nav-list {
      margin: .75em 0;
    }
    .irl .main-nav-menu {
      padding: 1.8em 0;
    }
    .experience-content h4 {
      font-size: 140%;
    }
    .experience-content h3 {
      font-size: 200%;
      margin: 0;
      flex: 1 1 100%;
      max-width: 100%;
      /*padding-left: 14%;*/
    }
  }
}
.event {
  background: var(--light_grey_background);
  color: var(--grey);
  overflow: hidden;
  padding: 1.5em 5%;
}
.event-detail {
  list-style: none;
  margin: 0 auto;
  padding: .75em 5%;
}
.register, .event__button {
  margin-top: .75em;
}
main {
  background: var(--dark_grey_background);
  min-height: 500px;
}
footer {
  background: var(--white-bg);
  color: var(--dark-grey-text);
  border-top: 3px solid var(--bytes-blue);
}
footer p {
  margin-top: 0;
}
footer p.copyright {
  margin: 0 auto;
  text-align: center;
}
article, .travel, .sponsorships, .featured {
  margin: 0 auto;
  padding: 1.5em 5%;
  width: 1000px;
}
/* Breakpoint - 0px + */
@media screen and (min-width: 0) {
  article, .travel, .sponsorships, .featured {
    width: auto;
    max-width: 55.55em;
  }
}
ul.team {
  border: 0;
  list-style: none;
  padding: 0;
}
ul.team li {
  text-align: center;
  margin: 1.25em;
}
ul.team p {
  margin: 0;
}
ul.team img {
  max-width: 12em;
  border-radius: 50%;
}
.speaker-detail {
  margin-bottom: 3em;
  min-height: 15em;
  position: relative;
}
.speaker-detail img {
  border-radius: 50%;
  display: block;
  margin: 1.55em auto 0;
  width: 14em;
}
/* Breakpoint - 640px + */
@media screen and (min-width: 40em) {
  .speaker-detail {
    padding-left: 11.11em;
  }
  .speaker-detail img {
    margin: 0;
    max-width: 9.44em;
    position: absolute;
    top: .55em;
    left: 0;
    width: auto;
  }
}
@supports(flex-wrap: wrap) {
  ul.team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sponsorships {
  margin-top: 1em;
}
.sponsors {
  text-align: center;
}
.sponsor-item a {
  display: block;
}
.logo {
  padding: 2em;
}
@supports(flex-wrap: wrap) {
  .sponsors {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .sponsors .logo {
    width: 100%;
  }
}
.google-maps, .featured-video {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin: 1.5em 0;
}
.featured-video h3 {
  font-size: 130%;
  margin: 0 0 1.5em 0;
}
.google-maps iframe, .featured-video iframe {
  position: absolute;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.address {
  list-style: none;
  margin: 0;
  padding: 0;
}
.venue {
  font-size: 140.625%;
  font-weight: bold;
}
footer {
  padding: .25em 5% 1em;
}
/* Breakpoint - 880px + */
@media screen and (min-width: 55em) {
  footer ul {
    padding: 0;
  }
  footer li {
    display: inline;
    list-style: none;
    padding: 0 .1em;
  }
}
form {
  width: 600px;
  margin: 0 auto;
}
/* Breakpoint - 0px + */
@media screen and (min-width: 0) {
  form {
    width: auto;
    max-width: 31.11em;
  }
}
label {
  font-weight: bold;
}
input, textarea {
  border: 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 112.5%;
  margin-bottom: .5em;
  padding: .25em;
  width: 100%;
}
textarea {
  height: 10em;
}
.required {
  color: #b30a2e;
  font-size: 75%;
  font-style: italic;
}
button {
  background: var(--bytes-blue);
  border: 0;
  border-radius: 1.5em;
  color: #fff;
  font-size: 112.5%;
  font-weight: bold;
  padding: .5em 2em;
  cursor: pointer;
}
.tg-wrap {
  overflow-x: auto;
  margin: 1em 0;
}
.tg {
  border-collapse: collapse;
  border-spacing: 0;
  color: #333;
  font-size: .85em;
  margin-bottom: 1em;
  width: 100%;
  min-width: 35em;
}
.col1 {
  max-width: 10%;
}
.col2, .col3 {
  width: 45%;
}
.stream-link {
  background: #b30a2e;
  border-radius: 1em;
  color: #fff !important;
  margin-left: 1.5em;
  padding: .25em 1.25em;
  text-decoration: none;
}
.stream-link:focus {
  outline-color: #fff;
}
.tg a {
  color: #222;
}
.tg td {
  font-size: .85em;
  padding: .56em .27em;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}
.tg th {
  font-size: .85em;
  font-weight: bold;
  padding: .75em .27em;
  border: 1px solid #000;
  overflow: hidden;
  word-break: normal;
  background: var(--bytes-blue);
  color: #fff;
}
.tg .tg-baqh {
  text-align: center;
  vertical-align: top;
}
.tg .tg-yw4l {
  vertical-align: top;
}
.tg tr:nth-of-type(2n + 1) {
  background: rgba(7, 104, 0, .1);
}
.branded-events ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.branded-events li {
  display: inline-block;
  list-style: none;
  margin: 0 .5em 1.5em;
}
.branded-events a {
  background: #b30a2e;
  border: none;
  border-radius: 1.5em;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: .75em;
  text-align: center;
  width: 12em;
}
.branded-events a.camp {
  background: var(--bytes-blue);
}
.branded-events a.conf {
  background: var(--blue);
}
.branded-events a.irl {
  background: #6c2e7d;
}
.branded-events a.gaming {
  background: #d43d27;
}
/* Breakpoint - 0px + */
@media screen and (min-width: 0) {
  .branded-events ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
  }
}
/* Breakpoint - 960px + */
@media screen and (min-width: 60em) {
  .branded-events a {
    width: 20em;
  }
  .a11yweek.branded-events a {
    width: 14em;
  }
}
.attention {
  background: #000;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  margin: 0;
  padding: .75em 5% 1em;
  text-align: center;
  width: 100%;
}
.attention a {
  color: #fff;
  white-space: nowrap;
}
@supports(text-underline-offset: 0) {
  .attention a {
    text-decoration-color: #fff;
  }
}
.attention a:focus {
  text-decoration: none;
  outline: 2px solid #fff;
}
.columns-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  max-width: 100%;
  margin: 0 auto;
}
.column {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  min-width: 250px;
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}
footer .columns-container
{
	max-width: 1200px;
}
/* Breakpoint - Upto 1024px */
@media (max-width: 1024px) {
  .column {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* Breakpoint - Upto 600px */
@media (max-width: 600px) {
  .column {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
  }
  footer ul {
    padding-left: 0;
  }
}
.main-nav-menu {
  display: flex;
}
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 35px;
  height: 4px;
  margin: 6px 0;
  background-color: var(--bytes-blue);
  transition: 0.3s;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--mobile-menu-bg);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.mobile-menu[aria-hidden="false"] {
  display: flex;
}
.mobile-menu-content {
  background: #fff;
  padding: 30px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  border-radius: 8px;
}
.mobile-menu h2 {
  margin-top: 0;
  color: var(--dark-grey-text);
  font-size: 2rem;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.mobile-menu ul li {
  margin-bottom: 20px;
}
.mobile-menu ul li a {
  font-size: 1.5rem;
  color: #222;
  text-decoration: none;
}
.close-menu {
  background: none;
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
/* Breakpoint - Upto 768px */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
  .main-nav-menu {
    display: none;
  }
}
#main-content article h1 {
  margin-top: .5em;
  margin-bottom: .5em;
}
.talk {
  margin: 0 auto;
  max-width: 55em;
}
.talk h2, #main-content article h2, .experience-content h2 {
  font-size: 200%;
  margin-top: .5em;
  margin-bottom: .5em;
}
#main-content article .experience-content h2
{
	width:100%;
	margin:0;
}
.talk h3, #main-content article h3 {
  font-size: 153.125%;
  margin-top: .5em;
  margin-bottom: .5em;
}
.talk h4, #main-content article h4 {
  font-size: 123.125%;
  margin-top: .5em;
  margin-bottom: .5em;
}
section.talk :first-child {
  margin-top: .5em;
}
ol#on-this-page-list {
  margin-top: 0;
  margin-bottom: 0;
}
#main-content article h3#on-this-page-list-heading {
  font-size: 1em;
}
.speaker-detail {
  margin-bottom: 3em;
  min-height: 15em;
  position: relative;
}
.speaker-detail img {
  border-radius: 50%;
  display: block;
  margin: 1.55em auto 0;
  width: 14em;
}
/* Breakpoint - 640px + */
@media screen and (min-width: 40em) {
  .speaker-detail {
    padding-left: 11.11em;
  }
  .speaker-detail img {
    margin: 0;
    max-width: 9.44em;
    position: absolute;
    top: 0.55em;
    left: 0;
    width: auto;
  }
}
/* Schedule table */
#main-content .schedule-wrapper {
  background-color: #FFFFFF;
}
#main-content table.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  border: 1px solid #ddd;
}
#main-content table.schedule-table thead th:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#main-content table.schedule-table thead th {
  background: #f4f4f4;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0.5em 0.5em;
  vertical-align: middle;
  font-size: 1.1rem;
}
#main-content table.schedule-table th,
#main-content table.schedule-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  text-transform: none;
}
#main-content .schedule-table th.schedule-time {
  width: 15%;
  font-size: 1rem;
}
#main-content .schedule-time {
  font-weight: bold;
  background-color: #f4f4f4;
}
#main-content .session-cell {
  vertical-align: top;
}
#main-content .keynote {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  color: #d54e21;
  font-size: 1.1rem;
}
#main-content .session-speakers {
  margin: 5px 0;
  font-size: 13px;
}
#main-content p.session-speakers,
#main-content p.common.session-title {
  font-size: 1.1rem;
  font-weight: bold;
}
#main-content p.session-title,
#main-content p.common.session-description {
  font-size: 1rem;
  margin: .5em 0;
}
#main-content article .sponsorship-level-heading {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
/* Formidable error styles */
.frm_form_field {
  display: block;
  margin-top: calc(var(--nf-input-size)*1.5);
  line-height: 1.55;
  --switch-orb-size: var(--nf-input-size);
  --switch-orb-offset: calc(var(--nf-input-border-width)*2);
  --switch-width: calc(var(--nf-input-size)*2.5);
  --switch-height: calc(var(--nf-input-size)*1.25 + var(--switch-orb-offset));
}
.frm_form_field > label {
  font-weight: var(--nf-label-font-weight);
  display: block;
  color: var(--nf-label-color);
  font-size: var(--nf-label-font-size);
  font-family: var(--nf-label-font-family);
  margin-bottom: calc(var(--nf-input-size)/2);
  white-space: normal;
}
.frm_form_field > label + small {
  font-style: normal;
}
.frm_form_field small {
  font-family: var(--nf-input-font-family);
  display: block;
  font-weight: 400;
  opacity: 0.75;
  font-size: var(--nf-small-font-size);
  margin-bottom: calc(var(--nf-input-size)*0.75);
}
.frm_form_field small:last-child {
  margin-bottom: 0;
}
.frm_form_field > legend {
  font-weight: var(--nf-label-font-weight);
  display: block;
  color: var(--nf-label-color);
  font-size: var(--nf-label-font-size);
  font-family: var(--nf-label-font-family);
  margin-bottom: calc(var(--nf-input-size)/5);
}
.frm_form_field > .frm_form_field {
  margin-top: calc(var(--nf-input-size)/2);
}
.frm_form_field > input[type=checkbox],
.frm_form_field > input[type=date],
.frm_form_field > input[type=email],
.frm_form_field > input[type=month],
.frm_form_field > input[type=number],
.frm_form_field > input[type=password],
.frm_form_field > input[type=radio],
.frm_form_field > input[type=search],
.frm_form_field > input[type=tel],
.frm_form_field > input[type=text],
.frm_form_field > input[type=time],
.frm_form_field > input[type=url],
.frm_form_field > input[type=week],
.frm_form_field > select,
.frm_form_field > textarea {
  background: var(--nf-input-background-color);
  font-family: var(--nf-input-font-family);
  font-size: var(--nf-input-font-size);
  border-bottom-width: var(--nf-input-border-width);
  box-shadow: none;
  border-radius: var(--nf-input-border-radius);
  border: var(--nf-input-border-width) var(--nf-input-border-style) var(--nf-input-border-color);
  border-bottom: var(--nf-input-border-bottom-width) var(--nf-input-border-style) var(--nf-input-border-color);
  color: var(--nf-input-color);
  width: 100%;
  padding: calc(var(--nf-input-size)*0.75);
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.15s ease-out;
  --icon-padding: calc(var(--nf-input-size)*2.25);
  --icon-background-offset: calc(var(--nf-input-size)*0.75);
}
.frm_form_field input[type="radio"] {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 25px;
}
.frm_form_field label
{
	font-weight:normal;
}
.frm_form_field > input[type=checkbox]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=date]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=email]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=month]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=number]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=password]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=radio]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=search]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=tel]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=text]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=time]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=url]:required:not(:placeholder-shown):invalid,
.frm_form_field > input[type=week]:required:not(:placeholder-shown):invalid,
.frm_form_field > select:required:not(:placeholder-shown):invalid,
.frm_form_field > textarea:required:not(:placeholder-shown):invalid {
  background-color: var(--nf-invalid-input-background-color);
  border-bottom-color: var(--nf-valid-input-border-color);
  border-color: var(--nf-valid-input-border-color) var(--nf-valid-input-border-color) var(--nf-invalid-input-border-bottom-color);
  color: var(--nf-invalid-input-color);
}
.frm_form_field > input[type=checkbox]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=date]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=email]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=month]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=number]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=password]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=radio]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=search]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=tel]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=text]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=time]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=url]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > input[type=week]:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > select:required:not(:placeholder-shown):invalid:focus,
.frm_form_field > textarea:required:not(:placeholder-shown):invalid:focus {
  background-color: var(--nf-input-background-color);
  border-color: var(--nf-input-border-color);
  color: var(--nf-input-color);
}
.frm_form_field > input[type=checkbox]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=date]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=email]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=month]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=number]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=password]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=radio]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=search]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=tel]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=text]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=time]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=url]:required:not(:placeholder-shown):valid,
.frm_form_field > input[type=week]:required:not(:placeholder-shown):valid,
.frm_form_field > select:required:not(:placeholder-shown):valid,
.frm_form_field > textarea:required:not(:placeholder-shown):valid {
  background-color: var(--nf-valid-input-background-color);
  border-bottom-color: var(--nf-valid-input-border-color);
  border-color: var(--nf-valid-input-border-color) var(--nf-valid-input-border-color) var(--nf-valid-input-border-bottom-color);
  color: var(--nf-valid-input-color);
}
.frm_form_field > input[type=checkbox]:disabled,
.frm_form_field > input[type=date]:disabled,
.frm_form_field > input[type=email]:disabled,
.frm_form_field > input[type=month]:disabled,
.frm_form_field > input[type=number]:disabled,
.frm_form_field > input[type=password]:disabled,
.frm_form_field > input[type=radio]:disabled,
.frm_form_field > input[type=search]:disabled,
.frm_form_field > input[type=tel]:disabled,
.frm_form_field > input[type=text]:disabled,
.frm_form_field > input[type=time]:disabled,
.frm_form_field > input[type=url]:disabled,
.frm_form_field > input[type=week]:disabled,
.frm_form_field > select:disabled,
.frm_form_field > textarea:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}
.frm_form_field > input[type=checkbox]::-webkit-input-placeholder,
.frm_form_field > input[type=date]::-webkit-input-placeholder,
.frm_form_field > input[type=email]::-webkit-input-placeholder,
.frm_form_field > input[type=month]::-webkit-input-placeholder,
.frm_form_field > input[type=number]::-webkit-input-placeholder,
.frm_form_field > input[type=password]::-webkit-input-placeholder,
.frm_form_field > input[type=radio]::-webkit-input-placeholder,
.frm_form_field > input[type=search]::-webkit-input-placeholder,
.frm_form_field > input[type=tel]::-webkit-input-placeholder,
.frm_form_field > input[type=text]::-webkit-input-placeholder,
.frm_form_field > input[type=time]::-webkit-input-placeholder,
.frm_form_field > input[type=url]::-webkit-input-placeholder,
.frm_form_field > input[type=week]::-webkit-input-placeholder,
.frm_form_field > select::-webkit-input-placeholder,
.frm_form_field > textarea::-webkit-input-placeholder {
  color: var(--nf-input-placeholder-color);
  letter-spacing: 0;
}
.frm_form_field > input[type=checkbox]:-ms-input-placeholder,
.frm_form_field > input[type=date]:-ms-input-placeholder,
.frm_form_field > input[type=email]:-ms-input-placeholder,
.frm_form_field > input[type=month]:-ms-input-placeholder,
.frm_form_field > input[type=number]:-ms-input-placeholder,
.frm_form_field > input[type=password]:-ms-input-placeholder,
.frm_form_field > input[type=radio]:-ms-input-placeholder,
.frm_form_field > input[type=search]:-ms-input-placeholder,
.frm_form_field > input[type=tel]:-ms-input-placeholder,
.frm_form_field > input[type=text]:-ms-input-placeholder,
.frm_form_field > input[type=time]:-ms-input-placeholder,
.frm_form_field > input[type=url]:-ms-input-placeholder,
.frm_form_field > input[type=week]:-ms-input-placeholder,
.frm_form_field > select:-ms-input-placeholder,
.frm_form_field > textarea:-ms-input-placeholder {
  color: var(--nf-input-placeholder-color);
  letter-spacing: 0;
}
.frm_form_field > input[type=checkbox]:-moz-placeholder,
.frm_form_field > input[type=checkbox]::-moz-placeholder,
.frm_form_field > input[type=date]:-moz-placeholder,
.frm_form_field > input[type=date]::-moz-placeholder,
.frm_form_field > input[type=email]:-moz-placeholder,
.frm_form_field > input[type=email]::-moz-placeholder,
.frm_form_field > input[type=month]:-moz-placeholder,
.frm_form_field > input[type=month]::-moz-placeholder,
.frm_form_field > input[type=number]:-moz-placeholder,
.frm_form_field > input[type=number]::-moz-placeholder,
.frm_form_field > input[type=password]:-moz-placeholder,
.frm_form_field > input[type=password]::-moz-placeholder,
.frm_form_field > input[type=radio]:-moz-placeholder,
.frm_form_field > input[type=radio]::-moz-placeholder,
.frm_form_field > input[type=search]:-moz-placeholder,
.frm_form_field > input[type=search]::-moz-placeholder,
.frm_form_field > input[type=tel]:-moz-placeholder,
.frm_form_field > input[type=tel]::-moz-placeholder,
.frm_form_field > input[type=text]:-moz-placeholder,
.frm_form_field > input[type=text]::-moz-placeholder,
.frm_form_field > input[type=time]:-moz-placeholder,
.frm_form_field > input[type=time]::-moz-placeholder,
.frm_form_field > input[type=url]:-moz-placeholder,
.frm_form_field > input[type=url]::-moz-placeholder,
.frm_form_field > input[type=week]:-moz-placeholder,
.frm_form_field > input[type=week]::-moz-placeholder,
.frm_form_field > select:-moz-placeholder,
.frm_form_field > select::-moz-placeholder,
.frm_form_field > textarea:-moz-placeholder,
.frm_form_field > textarea::-moz-placeholder {
  color: var(--nf-input-placeholder-color);
  letter-spacing: 0;
}
.frm_form_field > input[type=checkbox]:focus,
.frm_form_field > input[type=date]:focus,
.frm_form_field > input[type=email]:focus,
.frm_form_field > input[type=month]:focus,
.frm_form_field > input[type=number]:focus,
.frm_form_field > input[type=password]:focus,
.frm_form_field > input[type=radio]:focus,
.frm_form_field > input[type=search]:focus,
.frm_form_field > input[type=tel]:focus,
.frm_form_field > input[type=text]:focus,
.frm_form_field > input[type=time]:focus,
.frm_form_field > input[type=url]:focus,
.frm_form_field > input[type=week]:focus,
.frm_form_field > select:focus,
.frm_form_field > textarea:focus {
  outline: none;
  border: 4px solid var(--nf-input-focus-border-color);
}
.frm_form_field > input[type=checkbox] + small,
.frm_form_field > input[type=date] + small,
.frm_form_field > input[type=email] + small,
.frm_form_field > input[type=month] + small,
.frm_form_field > input[type=number] + small,
.frm_form_field > input[type=password] + small,
.frm_form_field > input[type=radio] + small,
.frm_form_field > input[type=search] + small,
.frm_form_field > input[type=tel] + small,
.frm_form_field > input[type=text] + small,
.frm_form_field > input[type=time] + small,
.frm_form_field > input[type=url] + small,
.frm_form_field > input[type=week] + small,
.frm_form_field > select + small,
.frm_form_field > textarea + small {
  margin-top: 0.5rem;
}
.frm_form_field > input[type=checkbox].icon-left,
.frm_form_field > input[type=date].icon-left,
.frm_form_field > input[type=email].icon-left,
.frm_form_field > input[type=month].icon-left,
.frm_form_field > input[type=number].icon-left,
.frm_form_field > input[type=password].icon-left,
.frm_form_field > input[type=radio].icon-left,
.frm_form_field > input[type=search].icon-left,
.frm_form_field > input[type=tel].icon-left,
.frm_form_field > input[type=text].icon-left,
.frm_form_field > input[type=time].icon-left,
.frm_form_field > input[type=url].icon-left,
.frm_form_field > textarea.icon-left {
  background-position: left var(--icon-background-offset) bottom 50%;
  padding-left: var(--icon-padding);
  background-size: var(--nf-input-size);
}
.frm_form_field > input[type=checkbox].icon-right,
.frm_form_field > input[type=date].icon-right,
.frm_form_field > input[type=email].icon-right,
.frm_form_field > input[type=month].icon-right,
.frm_form_field > input[type=number].icon-right,
.frm_form_field > input[type=password].icon-right,
.frm_form_field > input[type=radio].icon-right,
.frm_form_field > input[type=search].icon-right,
.frm_form_field > input[type=tel].icon-right,
.frm_form_field > input[type=text].icon-right,
.frm_form_field > input[type=time].icon-right,
.frm_form_field > input[type=url].icon-right,
.frm_form_field > textarea.icon-right {
  background-position: right var(--icon-background-offset) bottom 50%;
  padding-right: var(--icon-padding);
  background-size: var(--nf-input-size);
}
.frm_form_field > input[type=checkbox]:-webkit-autofill,
.frm_form_field > input[type=date]:-webkit-autofill,
.frm_form_field > input[type=email]:-webkit-autofill,
.frm_form_field > input[type=month]:-webkit-autofill,
.frm_form_field > input[type=number]:-webkit-autofill,
.frm_form_field > input[type=password]:-webkit-autofill,
.frm_form_field > input[type=radio]:-webkit-autofill,
.frm_form_field > input[type=search]:-webkit-autofill,
.frm_form_field > input[type=tel]:-webkit-autofill,
.frm_form_field > input[type=text]:-webkit-autofill,
.frm_form_field > input[type=time]:-webkit-autofill,
.frm_form_field > input[type=url]:-webkit-autofill,
.frm_form_field > input[type=week]:-webkit-autofill,
.frm_form_field > select:-webkit-autofill,
.frm_form_field > textarea:-webkit-autofill {
  padding: calc(var(--nf-input-size)*0.75) !important;
}
.frm_form_field > input[type=search]:placeholder-shown {
  background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E");
  background-position: left calc(var(--nf-input-size)*0.75) bottom 50%;
  padding-left: calc(var(--nf-input-size)*2.25);
  background-size: var(--nf-input-size);
  background-repeat: no-repeat;
}
.frm_form_field > input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  width: var(--nf-input-size);
  height: var(--nf-input-size);
  background: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cpath d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E");
}
.frm_form_field > input[type=search]:focus {
  padding-left: calc(var(--nf-input-size)*0.75);
  background-position: left calc(var(--nf-input-size)*-1) bottom 50%;
}
.frm_form_field > input[type=email][class^=icon] {
  background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-at-sign'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M16 8v5a3 3 0 006 0v-1a10 10 0 10-3.92 7.94'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.frm_form_field > input[type=tel][class^=icon] {
  background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-phone'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.frm_form_field > input[type=url][class^=icon] {
  background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-link'%3E%3Cpath d='M10 13a5 5 0 007.54.54l3-3a5 5 0 00-7.07-7.07l-1.72 1.71'/%3E%3Cpath d='M14 11a5 5 0 00-7.54-.54l-3 3a5 5 0 007.07 7.07l1.71-1.71'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.frm_form_field > input[type=password] {
  letter-spacing: 2px;
}
.frm_form_field > input[type=password][class^=icon] {
  background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-lock'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'/%3E%3Cpath d='M7 11V7a5 5 0 0110 0v4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.frm_form_field > input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  cursor: pointer;
}
.frm_form_field > input[type=range]:focus {
  outline: none;
}
.frm_form_field > input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: var(--nf-slider-track-height);
  background: var(--nf-slider-track-background);
  border-radius: var(--nf-slider-track-border-radius);
}
.frm_form_field > input[type=range]::-moz-range-track {
  width: 100%;
  height: var(--nf-slider-track-height);
  background: var(--nf-slider-track-background);
  border-radius: var(--nf-slider-track-border-radius);
}
.frm_form_field > input[type=range]::-webkit-slider-thumb {
  height: var(--nf-slider-thumb-size);
  width: var(--nf-slider-thumb-size);
  border-radius: var(--nf-slider-thumb-size);
  background: var(--nf-slider-thumb-background);
  border: var(--nf-slider-thumb-border-width) solid var(--nf-slider-thumb-border-color);
  -webkit-appearance: none;
  appearance: none;
  margin-top: calc(var(--nf-slider-track-height)*0.5 - var(--nf-slider-thumb-size)*0.5);
}
.frm_form_field > input[type=range]::-moz-range-thumb {
  height: var(--nf-slider-thumb-size);
  width: var(--nf-slider-thumb-size);
  border-radius: var(--nf-slider-thumb-size);
  background: var(--nf-slider-thumb-background);
  border: var(--nf-slider-thumb-border-width) solid var(--nf-slider-thumb-border-color);
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.frm_form_field > input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 var(--nf-slider-thumb-border-focus-width) var(--nf-slider-thumb-background);
}
.frm_form_field > input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 var(--nf-slider-thumb-border-focus-width) var(--nf-slider-thumb-background);
}
.frm_form_field > input[type=color] {
  border: var(--nf-input-border-width) solid var(--nf-input-border-color);
  border-bottom-width: var(--nf-input-border-bottom-width);
  height: calc(var(--nf-input-size)*2);
  border-radius: var(--nf-input-border-radius);
  padding: calc(var(--nf-input-border-width)*2);
}
.frm_form_field > input[type=color]:focus {
  outline: none;
  border-color: var(--nf-input-focus-border-color);
}
.frm_form_field > input[type=color]::-webkit-color-swatch-wrapper {
  padding: 5%;
}
.frm_form_field > input[type=color]::-moz-color-swatch {
  border-radius: calc(var(--nf-input-border-radius)/2);
  border: none;
}
.frm_form_field > input[type=color]::-webkit-color-swatch {
  border-radius: calc(var(--nf-input-border-radius)/2);
  border: none;
}
.frm_form_field > input[type=number] {
  width: auto;
}
.frm_form_field > input[type=date],
.frm_form_field > input[type=month],
.frm_form_field > input[type=week] {
  min-width: 14em;
  background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-calendar'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
}
.frm_form_field > input[type=time] {
  min-width: 6em;
  background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-clock'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E");
}
.frm_form_field > input[type=date],
.frm_form_field > input[type=month],
.frm_form_field > input[type=time],
.frm_form_field > input[type=week] {
  background-position: right calc(var(--nf-input-size)*0.75) bottom 50%;
  background-repeat: no-repeat;
  background-size: var(--nf-input-size);
  width: auto;
}
.frm_form_field > input[type=date]::-webkit-calendar-picker-indicator,
.frm_form_field > input[type=date]::-webkit-inner-spin-button,
.frm_form_field > input[type=month]::-webkit-calendar-picker-indicator,
.frm_form_field > input[type=month]::-webkit-inner-spin-button,
.frm_form_field > input[type=time]::-webkit-calendar-picker-indicator,
.frm_form_field > input[type=time]::-webkit-inner-spin-button,
.frm_form_field > input[type=week]::-webkit-calendar-picker-indicator,
.frm_form_field > input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  opacity: 0;
}
@-moz-document url-prefix() {
  .frm_form_field > input[type=date],
  .frm_form_field > input[type=month],
  .frm_form_field > input[type=time],
  .frm_form_field > input[type=week] {
    min-width: auto;
    width: auto;
    background-image: none;
  }
}
.frm_form_field > textarea {
  height: auto;
}
.frm_form_field > input[type=checkbox],
.frm_form_field > input[type=radio] {
  width: var(--nf-input-size);
  height: var(--nf-input-size);
  padding: inherit;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  border-radius: calc(var(--nf-input-border-radius)/2);
  border-width: var(--nf-input-border-width);
  cursor: pointer;
  background-position: 50%;
}
.frm_form_field > input[type=checkbox]:focus:not(:checked),
.frm_form_field > input[type=radio]:focus:not(:checked) {
  border: var(--nf-input-border-width) solid var(--nf-input-focus-border-color);
  outline: none;
}
.frm_form_field > input[type=checkbox]:hover,
.frm_form_field > input[type=radio]:hover {
  border: var(--nf-input-border-width) solid var(--nf-input-focus-border-color);
}
.frm_form_field > input[type=checkbox] + label,
.frm_form_field > input[type=radio] + label {
  display: inline-block;
  margin-bottom: 0;
  padding-left: calc(var(--nf-input-size)/2.5);
  font-weight: 400;
  user-select: none;
  cursor: pointer;
  max-width: calc(100% - var(--nf-input-size)*2);
  line-height: normal;
}
.frm_form_field > input[type=checkbox] + label > small,
.frm_form_field > input[type=radio] + label > small {
  margin-top: calc(var(--nf-input-size)/4);
}
.frm_form_field > input[type=checkbox]:checked {
  background: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") no-repeat 50%/85%;
  background-color: var(--nf-input-focus-border-color);
  border-color: var(--nf-input-focus-border-color);
}
.frm_form_field > input[type=radio] {
  border-radius: 100%;
}
.frm_form_field > input[type=radio]:checked {
  background-color: var(--nf-input-focus-border-color);
  border-color: var(--nf-input-focus-border-color);
  box-shadow: inset 0 0 0 3px #fff;
}
.frm_form_field > input[type=checkbox].switch {
  width: var(--switch-width);
  height: var(--switch-height);
  border-radius: var(--switch-height);
  position: relative;
}
.frm_form_field > input[type=checkbox].switch:after {
  background: var(--nf-input-border-color);
  border-radius: var(--switch-orb-size);
  height: var(--switch-orb-size);
  left: var(--switch-orb-offset);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--switch-orb-size);
  content: "";
  transition: all 0.2s ease-out;
}
.frm_form_field > input[type=checkbox].switch + label {
  margin-top: calc(var(--switch-height)/8);
}
.frm_form_field > input[type=checkbox].switch:checked {
  background: none;
  background-color: var(--nf-input-focus-border-color);
}
.frm_form_field > input[type=checkbox].switch:checked:after {
  transform: translateY(-50%) translateX(calc(var(--switch-width)/2 - var(--switch-orb-offset)));
  background: #fff;
}
.frm_form_field > input[type=file] {
  background: rgba(0, 0, 0, .025);
  padding: var(--nf-input-size);
  display: block;
  width: 100%;
  border-radius: var(--nf-input-border-radius);
  border: 1px dashed var(--nf-input-border-color);
  outline: none;
  cursor: pointer;
}
.frm_form_field > input[type=file]:focus,
.frm_form_field > input[type=file]:hover {
  border-color: var(--nf-input-focus-border-color);
}
.frm_form_field > input[type=file]::file-selector-button {
  background: var(--nf-input-focus-border-color);
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem;
  border-radius: var(--nf-input-border-radius);
  color: #fff;
  margin-right: 1rem;
  outline: none;
  font-family: var(--nf-input-font-family);
  cursor: pointer;
}
.frm_form_field > input[type=file]::-webkit-file-upload-button {
  background: var(--nf-input-focus-border-color);
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem;
  border-radius: var(--nf-input-border-radius);
  color: #fff;
  margin-right: 1rem;
  outline: none;
  font-family: var(--nf-input-font-family);
  cursor: pointer;
}
.frm_form_field > select {
  background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns='http: //www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right calc(var(--nf-input-size)*0.75) bottom 50%;
  background-repeat: no-repeat;
  background-size: var(--nf-input-size);
}
.frm_form_fields > fieldset {
}
button.frm_button_submit {
  margin-top: 1em;
  background: var(--bytes-blue);
  border-radius: 1.38em;
  color: #fff !important;
  font-weight: bold;
  padding: .44em 1.25em;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  text-underline-offset: .2em;
}
button.frm_button_submit:hover,
button.frm_button_submit:focus {
  text-decoration: underline;
}
.frm_error {
  font-size: 90%;
  color: var(--red);
  font-weight: bold;
}
span.error-img::before {
  content: "\f071";
  font-family: 'FontAwesome';
  margin-right: 0.25em;
}
.frm_submit {
    margin-top: 20px;
}

#main-content article h2#error-heading {
  font-size: 115%;
  color: var(--red);
}
.global-errors {
  padding: 20px;
  border: 2px solid var(--red);
  border-left-width: 5px;
  border-radius: 3px;
  margin: 10px auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background-color: rgba(217, 83, 79, 0.1);
  color: var(--red);
}
.global-errors ol li {
  color: #222;
  margin: .5em 0;
}
.frm_message {
  border-left-color: #2b542c;
  background-color: rgba(43, 84, 44, 0.1);
  width: 80%;
  padding: 20px;
  border: 1px solid #2b542c;
  border-left-width: 5px;
  border-radius: 3px;
  margin: 10px auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.frm_description p {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-word;
}
.frm_opt_container .frm_radio {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.frm_opt_container .frm_radio label {
  margin: 0;
  padding-left: 5px;
  display: inline-flex;
  font-weight: normal;
}
.frm_opt_container .frm_radio input[type="radio"] {
  margin-right: 10px;
  width: auto;
}
legend.frm_screen_reader {
  display: none;
}
.frm_form_field_fieldset {
  padding: 0;
}
#main-content article .frm_form_fields legend.frm_primary_label h4 {
  font-size: 102%;
}
#main-content article .frm_fields_container h2.frm_pos_top.section-head {
  font-size: 180%;
}
div#frm_form_23_container form {
  margin: 0;
  padding: 0;
}
div#frm_form_23_container input {
  max-width: 100%;
}
.home ul li ul {
  margin-top: .8em;
}
footer span.social-icon {
  color: var(--bytes-blue);
  padding-right: .5em;
}
.frm_description {
  font-size: .9em;
}
h2.event__name {
  font-size: 150%;
  line-height: 1.5;
}
.event__info {
  background-color: #fff;
  color: #000;
  display: block;
  margin: 0 auto;
  padding: 10px 10px 50px 10px;
  width: 100%;
  text-align: center;
}
span.event__post {
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
.event__photo img {
  width: 100%;
  width: -moz-available; /* WebKit-based browsers ignore this. */
  width: -webkit-fill-available; /* Mozilla-based browsers ignore this. */
  width: fill-available;
  max-height: 250px;
}
a.event__button {
  padding: 0.8rem;
  border-radius: 15px;
  margin-top: .5rem;
  display: inline-block;
}
span.event__post.event__date {
  padding-bottom: 0px;
  padding-top: 10px;
  width:100%;
}
span.event__post.event__venue {
  padding-bottom: 10px;
  width:100%;
}

/* Additional Breakpoints for Improved Responsiveness */

/* Breakpoint - (320px to 375px) */
@media screen and (max-width: 375px) {
  /* Adjust overall font-size and spacing for very small screens */
  body {
    font-size: 90%; /* reduce base font size */
  }
  .page-title {
    font-size: 180%; /* slightly smaller page title */
  }
  .main-nav-menu a {
    padding: 0.25em; /* reduce nav link padding */
  }
}

/* Breakpoint - (480px to 600px) */
@media screen and (min-width: 480px) and (max-width: 600px) {
  /* Tweak headings and grid spacing on mid-sized smartphones */
  .page-title {
    font-size: 220%;
  }
  .columns-container {
    padding: 10px;
  }
}
/*Breakpoint - 600px to 1199px */
@media screen and (min-width: 600px) and (max-width: 1199px) {
  /* Tweak headings and grid spacing on mid-sized smartphones */
.experience-content .columns-container
{
justify-content: left;
}
	.experience-content h3 {
	margin: 0;
	flex: 1 1 100%;
	max-width: 100%;
	font-size:200%;
	}
	.experience-content h4
	{
		font-size:140%;
	}
}

/* Breakpoint -  (1024px and above) */
@media screen and (min-width: 1024px) {
  /* Increase container widths and adjust nav spacing */
  article,
  .travel,
  .sponsorships,
  .featured {
    
  }
  .main-nav-menu ul li {
    margin: 0 1em; /* add extra spacing between nav items */
  }
 .page-template-page-twoColumn .columns-container .column, .experience-content .columns-container .column {
	    max-width: 100%;
		padding-left: 0;
  }
  
  #main-content article .experience-content .columns-container .column
  {
	  padding-top:0;
	  padding-left:0;
  }
}

/* Breakpoint -  (1200px and above) */
@media screen and (min-width: 1200px) {
  /* Adjust grid gaps for wider screens */
.page-template-page-twoColumn #main-content article .columns-container .column {
	        /*max-width: calc(25% - 20px);*/
			max-width: 100%;
			padding-left: 0;
			padding-right: 0;
			padding-top: 0;
  }
  
  .page-template-page-twoColumn #main-content article .columns-container
  {
	  padding-left:0;
  }
  
}

/* Breakpoint - (1440px and above) */
@media screen and (min-width: 1440px) {
  /* Expand main containers and adjust nav margins */
  article,
  .travel,
  .sponsorships,
  .featured {
    
  }
  .main-nav-menu {
    margin: 0 5%;
  }
}
.page-template-page-twoColumn #main-content h1
{

margin: 0 auto;
padding:0;
}
.page-template-page-twoColumn #main-content h2
{
	font-size:200%;
}