<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "/application/themes/teen_conference_2024/css/normalize.5.0.0.css";
/* LESS Document */
/*	responsive2018.less
	Chris Casey 1/29/2018
	using a lot of existing information from the 2017 design */
/* maximum width of everything (menus, etc) */
/* maximum width of inner design elements (HRs, etc.) */
/* maximum width of logo bar (special) */
/* margins of text fields */
html {
  font-size: 62.5%;
  /* makes 1em equivalent to 10px, for ease in design math */
  -webkit-print-color-adjust: exact;
  /* print background images in Chrome (only, sadly) */
}
html.ccm-edit-mode div.ccm-page div.main {
  position: static !important;
}
html.ccm-edit-mode div.ccm-page aside.swag {
  display: none !important;
}
body {
  margin: 0;
  padding: 0;
  background-color: #eae9ea;
  color: #393c46;
  font-family: "Open Sans", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}
body:not(.user_is_tabbing) h3:focus {
  outline: none;
}
.visuallyhidden,
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mobileonly {
  display: none;
}
/* sticking everything in div.ccm-page makes sure our styling doesn't overwrite the CMS elements */
div.ccm-page {
  /* typeface */
  /* template settings */
  /* headers */
  /* aside.swag is the menu you see when you hit "Quick Links". I forget why I called it "swag." Probably trying to be funny. */
  /*
	li.orangedot::before {
		color: #dd4400;
	}
	li.purpledot::before {
		color: #4E0090;
	}
	li.crimsondot::before {
		color: #cc0827;
	}
	li.greendot::before {
		color: #005E0B;
	}
	li.bluedot::before {
		color: #000066;
	}
	*/
  /* The menu icon at the top right of a page at mobile widths. Animates when tapped. */
  /* footers */
  /* login box for password-protected pages */
}
div.ccm-page h1 {
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 2em;
  line-height: 2.2em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}
div.ccm-page h1 b,
div.ccm-page h1 strong {
  font-weight: 800;
}
div.ccm-page h1.searchresults {
  position: absolute;
  top: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
}
div.ccm-page h2 {
  font-weight: 800;
  letter-spacing: 0.2em;
  font-size: 1.8em;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  text-transform: uppercase;
  line-height: 1em;
}
div.ccm-page h3 {
  font-size: 1.7em;
  margin: 1em 0;
  padding: 0;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
div.ccm-page h4,
div.ccm-page h5,
div.ccm-page h6 {
  font-size: 1.6em;
  padding: 0;
  margin: 0;
  text-align: left;
}
div.ccm-page p,
div.ccm-page li,
div.ccm-page dd,
div.ccm-page dt,
div.ccm-page td,
div.ccm-page input,
div.ccm-page select,
div.ccm-page label {
  font-size: 1.5em;
  line-height: 1.4em;
  margin: 1em 0;
  padding: 0;
  text-align: left;
}
div.ccm-page p strong,
div.ccm-page li strong,
div.ccm-page dd strong,
div.ccm-page dt strong,
div.ccm-page td strong,
div.ccm-page input strong,
div.ccm-page select strong,
div.ccm-page label strong,
div.ccm-page p b,
div.ccm-page li b,
div.ccm-page dd b,
div.ccm-page dt b,
div.ccm-page td b,
div.ccm-page input b,
div.ccm-page select b,
div.ccm-page label b {
  font-weight: 700;
}
div.ccm-page p em,
div.ccm-page li em,
div.ccm-page dd em,
div.ccm-page dt em,
div.ccm-page td em,
div.ccm-page input em,
div.ccm-page select em,
div.ccm-page label em,
div.ccm-page p i,
div.ccm-page li i,
div.ccm-page dd i,
div.ccm-page dt i,
div.ccm-page td i,
div.ccm-page input i,
div.ccm-page select i,
div.ccm-page label i {
  font-style: italic;
}
div.ccm-page label {
  display: inline-block;
  margin-bottom: 0.3em;
}
div.ccm-page input.form-control,
div.ccm-page select.form-control,
div.ccm-page textarea.form-control,
div.ccm-page div.form_control {
  margin: 0;
  padding: 0.2em 0.5em;
  width: 98%;
  border: 1px solid #888;
  border-radius: 0;
}
div.ccm-page input.form-control.form-control-thirds,
div.ccm-page select.form-control.form-control-thirds,
div.ccm-page textarea.form-control.form-control-thirds,
div.ccm-page div.form_control.form-control-thirds {
  display: inline-block;
  width: auto;
}
div.ccm-page span.ccm-input-time-wrapper select.form-control {
  width: auto;
}
div.ccm-page input.btn {
  display: inline-block;
  color: white;
  border-style: none;
  text-transform: uppercase;
  background-color: #2b3990;
  padding: 1em 5em;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: middle;
  margin: 1em 0 0 0;
}
div.ccm-page a {
  color: #007faa;
  text-decoration: none;
}
div.ccm-page a:hover {
  text-decoration: underline;
}
div.ccm-page a:visited {
  color: #007faa;
}
div.ccm-page a.button {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  background-color: #2b3990;
  padding: 1em 4em;
  font-size: 0.75em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
div.ccm-page a.button:hover {
  text-decoration: none;
}
div.ccm-page a.button.fullwidth {
  display: block;
  text-align: center;
}
div.ccm-page a.button.hasshadow {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.4) !important;
}
div.ccm-page a.redbutton {
  background-color: #be1e2d;
}
div.ccm-page a.whitebutton {
  background-color: white;
  color: #2b3990;
}
div.ccm-page a.hasarrow::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 11px;
  vertical-align: middle;
  background-image: url(/application/themes/teen_conference_2024/images/rightarrowwhite.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
div.ccm-page li ul li {
  font-size: 1em;
}
div.ccm-page span.gc-cs-link {
  color: #888 !important;
}
div.ccm-page article {
  max-width: 106em;
  margin: 0 auto;
}
div.ccm-page div {
  margin: 0;
  padding: 0;
  /* main content area on every page, below carousel and above footer */
}
div.ccm-page div.all {
  max-width: 40000em;
  margin: 0 auto;
  position: relative;
}
div.ccm-page div.main {
  background-color: #eae9ea;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: left 0.5s, box-shadow 0.4s;
  min-height: 100vh;
}
div.ccm-page div.main.ql {
  left: -25.6em;
  box-shadow: #888888 5px 0 5px;
}
div.ccm-page div.main.ql div.topsection div.topsectioninner div.mobilemenu {
  top: 1em;
}
div.ccm-page div.content {
  padding: 0 3.5em 3.5em;
  margin-top: 3.5em;
  position: relative;
}
div.ccm-page div.content img {
  width: 100%;
  height: auto;
}
div.ccm-page div.content div.ccm-block-type-form table {
  width: 100%;
  margin-top: 1em;
}
div.ccm-page div.content div.ccm-block-type-form table th,
div.ccm-page div.content div.ccm-block-type-form table td {
  padding: 0.4em 1em;
}
div.ccm-page div.content div.ccm-block-type-form table th {
  font-size: 1.5em;
  text-align: left;
  background-color: #ccc;
}
div.ccm-page div.content div.ccm-block-type-form div.checkbox label {
  margin-top: 0.3em;
}
div.ccm-page div.content div.ccm-block-type-form div.checkbox input {
  margin-top: 0;
}
div.ccm-page div.content div.block,
div.ccm-page div.content form.ccm-search-block-form {
  background-color: #ffffff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  padding: 3.5em;
  margin: 0 0 3.5em 0;
  position: relative;
  flex-grow: 1;
}
div.ccm-page div.content div.block:last-of-type,
div.ccm-page div.content form.ccm-search-block-form:last-of-type {
  margin-bottom: 0;
}
div.ccm-page div.content div.block div,
div.ccm-page div.content form.ccm-search-block-form div {
  padding: 0;
  box-shadow: none;
}
div.ccm-page div.content div.block div.greybox,
div.ccm-page div.content form.ccm-search-block-form div.greybox {
  background-color: #eae9ea;
  padding: 2em 3.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2) inset;
}
div.ccm-page div.content div.block p.cornerlink,
div.ccm-page div.content form.ccm-search-block-form p.cornerlink,
div.ccm-page div.content div.block p.learnmorelink,
div.ccm-page div.content form.ccm-search-block-form p.learnmorelink {
  position: absolute;
  font-size: 1.2em;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  bottom: 2em;
  right: 3em;
}
div.ccm-page div.content div.block p.cornerlink a:hover,
div.ccm-page div.content form.ccm-search-block-form p.cornerlink a:hover,
div.ccm-page div.content div.block p.learnmorelink a:hover,
div.ccm-page div.content form.ccm-search-block-form p.learnmorelink a:hover {
  text-decoration: none;
}
div.ccm-page div.content div.block p.cornerlink a::after,
div.ccm-page div.content form.ccm-search-block-form p.cornerlink a::after,
div.ccm-page div.content div.block p.learnmorelink a::after,
div.ccm-page div.content form.ccm-search-block-form p.learnmorelink a::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 11px;
  margin-top: -2px;
  vertical-align: middle;
  background-image: url(/application/themes/teen_conference_2024/images/rightarrowblue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
div.ccm-page div.content div.block p.smallnote,
div.ccm-page div.content form.ccm-search-block-form p.smallnote {
  font-size: 1.1em;
  margin-bottom: 0;
}
div.ccm-page div.content div.block p.learnmorelink,
div.ccm-page div.content form.ccm-search-block-form p.learnmorelink {
  margin: 2.5em 0 3.5em;
  position: relative;
  bottom: auto;
  right: auto;
  text-align: right;
}
div.ccm-page div.content div.block p.ccapproved,
div.ccm-page div.content form.ccm-search-block-form p.ccapproved {
  border: green;
  background-color: #ccffcc;
  padding: 0.4em;
}
div.ccm-page div.content div.block p.ccdeclined,
div.ccm-page div.content form.ccm-search-block-form p.ccdeclined {
  border: red;
  background-color: #ffcccc;
  padding: 0.4em;
}
div.ccm-page div.content div.block p.ccdeclined span,
div.ccm-page div.content form.ccm-search-block-form p.ccdeclined span {
  font-weight: 700;
}
div.ccm-page div.content div.home div.content-left {
  float: left;
  max-width: 33.7em;
}
div.ccm-page div.content div.home div.content-right {
  margin-left: calc(37.2em);
}
div.ccm-page div.content div.home div.content-left.mediumwidth {
  max-width: 61.8em;
}
div.ccm-page div.content div.home div.content-right.narrowwidth {
  max-width: 33.7em;
  margin-left: calc(65.3em);
}
div.ccm-page div.content div.two-column {
  margin: 3.5em 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
div.ccm-page div.content div.two-column div.content-left {
  width: calc(48.25%);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin-right: 3.5em;
}
div.ccm-page div.content div.two-column div.content-right {
  width: calc(48.25%);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
div.ccm-page div.content div.column-end {
  clear: both;
  height: 1px;
}
div.ccm-page div.content form.ccm-search-block-form {
  padding-top: calc(8.5em);
}
div.ccm-page div.content form.ccm-search-block-form h3 {
  margin: 0;
}
div.ccm-page div.content form.ccm-search-block-form p {
  margin-top: 0.2em;
  margin-bottom: 1.3em;
}
div.ccm-page div.content form.ccm-search-block-form a.pageLink {
  display: block;
  margin-top: 0.2em;
  font-size: 0.8em;
}
div.ccm-page div.content div.spacetop {
  margin-top: 3.5em !important;
}
div.ccm-page ul {
  /* When you have a horizontal menu with variable numbers of elements, drop a "thereare-#" class on the UL and this will set the correct widths. Written before I paid any attention to flexbox. Still, it works in old browsers. */
}
div.ccm-page ul.thereare-1 &gt; li {
  width: 100%;
}
div.ccm-page ul.thereare-2 &gt; li {
  width: 50%;
}
div.ccm-page ul.thereare-3 &gt; li {
  width: 33.3333%;
}
div.ccm-page ul.thereare-4 &gt; li {
  width: 25%;
}
div.ccm-page ul.thereare-5 &gt; li {
  width: 20%;
}
div.ccm-page ul.thereare-6 &gt; li {
  width: 16.6666%;
}
div.ccm-page ul.thereare-7 &gt; li {
  width: 14.2857%;
}
div.ccm-page ul.thereare-8 &gt; li {
  width: 12.5%;
}
div.ccm-page ul.thereare-9 &gt; li {
  width: 11.1111%;
}
div.ccm-page ul.thereare-10 &gt; li {
  width: 10%;
}
div.ccm-page ul.pagination {
  list-style: none;
  background-color: #ccc;
  margin: 0;
  padding: 0;
  border-radius: 0.3em;
  width: 100%;
  text-align: center;
}
div.ccm-page ul.pagination li {
  display: inline-block;
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1.3em;
  font-weight: bold;
}
div.ccm-page header,
div.ccm-page footer {
  width: 100%;
  margin: 0;
  padding: 0;
}
div.ccm-page header p {
  color: white;
}
div.ccm-page header nav {
  height: 4.6em;
  margin: 4.6em auto 0;
  z-index: 7;
}
div.ccm-page header input {
  margin: 0;
}
div.ccm-page header div.topsection {
  position: absolute;
  display: inline-block;
  top: 3.2em;
  right: 0;
  width: 100%;
  height: 4.6em;
  background-color: white;
  overflow: hidden;
  transition: right 0.5s;
  z-index: 99;
}
div.ccm-page header div.topsection div.topsectioninner {
  width: 106em;
  margin: 0 auto;
  overflow: hidden;
}
div.ccm-page header div.topsection div.topsectioninner div.nrcystiny {
  float: left;
  height: 4.5em;
  width: auto;
  margin: 0.1em 0;
}
div.ccm-page header div.topsection div.topsectioninner div.rightarea {
  float: right;
}
div.ccm-page header div.topsection.top-stick {
  position: fixed;
  top: 0;
}
div.ccm-page header div.topsection div.searchbox {
  height: 4.2em;
  padding: 0 4.2em;
  display: inline-block;
}
div.ccm-page header div.topsection div.searchbox a {
  color: white;
  text-decoration: underline;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.6em;
  display: inline-block;
  float: left;
  margin-right: 3.5em;
}
div.ccm-page header div.topsection div.searchbox &gt; div {
  display: inline-block;
  padding-top: 4.6em;
  transform: translateY(-50%);
}
div.ccm-page header div.topsection div.searchbox div.searchcontainer {
  height: 1.8em;
  border: 0.1em solid black;
  border-radius: 0.9em;
  overflow: hidden;
}
div.ccm-page header div.topsection div.searchbox input[type="text"] {
  height: 1.6em;
  width: 8em;
  border: none;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.8em;
  padding: 0 0 0 1.2em;
  outline: none;
}
div.ccm-page header div.topsection div.searchbox button {
  height: 2em;
  background-color: white;
  border: none;
  line-height: 1.8em;
  padding: 0 1.2em 0 0.5em;
  cursor: pointer;
}
div.ccm-page header div.topsection div.loginlink {
  /* float: right; */
  display: inline-block;
  height: 3.3em;
  padding: 1.3em 4.2em 0;
  background-color: white;
  vertical-align: top;
}
div.ccm-page header div.topsection div.loginlink a {
  font-weight: 700;
  text-decoration: underline;
  color: #393c46;
  font-size: 1.3em;
  line-height: 1.8em;
}
div.ccm-page header div.topsection div.shopcart {
  display: none;
  height: 3.3em;
  padding: 0.6em 4.2em 0;
  background-color: white;
  vertical-align: top;
}
div.ccm-page header div.topsection div.shopcart a {
  width: 3.3em;
  font-weight: 700;
  text-decoration: underline;
  color: #393c46;
  font-size: 1.3em;
  line-height: 2.5em;
}
div.ccm-page header div.topsection div.newhere {
  display: inline-block;
  height: 3.3em;
  padding: 1.3em 4.2em 0;
  background-color: white;
  vertical-align: top;
}
div.ccm-page header div.topsection div.newhere a {
  font-weight: 600;
  font-style: italic;
  color: #393c46;
  text-decoration: none;
  letter-spacing: 0.135em;
  font-size: 1.3em;
  line-height: 1.6em;
}
div.ccm-page header div.topsection div.mobilemenu {
  display: none;
}
div.ccm-page header ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 106em;
}
div.ccm-page header ul li {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.15em;
  font-size: 1.3em;
  line-height: 1.3em;
  position: relative;
  margin: 0;
  vertical-align: top;
}
div.ccm-page header ul li a {
  display: inline-block;
  width: 80%;
  padding: 1.15385em 10%;
  text-decoration: none;
  color: white;
}
div.ccm-page header ul li a:hover {
  text-decoration: none;
}
div.ccm-page header ul li a:visited {
  color: white;
}
div.ccm-page header ul li a.overlong {
  padding: 0.565em 10%;
}
div.ccm-page header ul li.hassub a span {
  height: 0;
  width: 0;
  border-top: 0.4em solid white;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  margin: 0.5em;
  position: absolute;
}
div.ccm-page header ul li div {
  display: none;
  position: absolute;
  top: 3.53846em;
  left: 0;
  width: 26em;
  padding: 0;
  background-color: white;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
  z-index: 6;
}
div.ccm-page header ul li:hover a span {
  border-top: 0;
  border-bottom: 0.4em solid white;
  text-decoration: none;
}
div.ccm-page header ul li:hover div {
  display: block;
}
div.ccm-page header ul li:hover ul li a {
  height: auto;
  padding: 0.8em 0.7em;
  width: 20em;
  margin: 0;
  background-color: white;
  font-weight: 500;
}
div.ccm-page header ul li:hover ul li a span {
  display: none;
}
div.ccm-page header ul li:hover ul li a:hover {
  text-decoration: none;
}
div.ccm-page header ul li:hover ul li.hassub a span {
  height: 0;
  width: 0;
  border-left: 0.4em solid #a31f34;
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0;
  margin: 0.5em;
  position: absolute;
  top: 0.68em;
  margin-left: 0.5em;
  display: inline-block;
  transition: margin 0.3s;
}
div.ccm-page header ul li:hover ul li.hassub a:hover span,
div.ccm-page header ul li:hover ul li.hassub a.holdactive span {
  margin-left: 1em;
  border-left-color: white;
}
div.ccm-page header ul li:hover ul li.hassub div {
  top: -2.2em;
  left: 23em;
  display: none;
}
div.ccm-page header ul li:hover ul li.hassub div a span {
  display: none;
}
div.ccm-page header ul li ul {
  width: 26em;
  margin: 0;
  padding: 2.2em 0;
  list-style: none;
}
div.ccm-page header ul li ul li {
  background-color: white;
  text-align: left;
  padding: 0 1.6em;
  width: 21.4em;
  font-size: 1em;
  margin: 0;
}
div.ccm-page header ul li p {
  width: 20em;
  margin: 0;
  padding: 1em 0;
  list-style: none;
  text-align: left;
  text-transform: none;
  font-size: 1em;
  line-height: 1.25em;
  font-weight: 500;
  padding: 2em 3em;
}
div.ccm-page div.ouhead {
  background-color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
}
div.ccm-page div.ouhead div.globalheader {
  background-image: url(/application/themes/teen_conference_2024/images/ouhead/ou-globalheader-bg.jpg);
  background-repeat: repeat;
}
div.ccm-page div.ouhead div.globalheader::after {
  content: "";
  background-color: #1e1e1e;
  border-top: 01.em solid #303030;
  height: 0.1em;
  display: block;
  width: 100%;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid {
  max-width: 130em;
  padding: 0;
  margin: 0 auto;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid::before,
div.ccm-page div.ouhead div.globalheader div.container-fluid::after {
  display: table;
  line-height: 0;
  content: "";
}
div.ccm-page div.ouhead div.globalheader div.container-fluid::after {
  clear: both;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid div.row-fluid {
  width: 100%;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid div.row-fluid::before,
div.ccm-page div.ouhead div.globalheader div.container-fluid div.row-fluid::after {
  display: table;
  line-height: 0;
  content: "";
}
div.ccm-page div.ouhead div.globalheader div.container-fluid div.row-fluid::after {
  clear: both;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul {
  float: right;
  height: 30px;
  width: 300px;
  list-style-type: none;
  overflow: visible;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li {
  float: left;
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 26.6px;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a {
  background-image: url(/application/themes/teen_conference_2024/images/ouhead/ou-globalheader-icons.png);
  background-repeat: no-repeat;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a.tip {
  position: relative;
  outline: none;
  text-decoration: none;
  padding: 0;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a.tip span {
  display: none;
  font-size: 1.2em;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a.tip:hover {
  background-color: #e8e8e8;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a.tip:hover span {
  position: absolute;
  z-index: 101;
  top: 130%;
  left: -3.75em;
  width: 8em;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  margin: 0;
  padding: 0.25em 1em;
  border: 1px solid #444;
  border-radius: 0.4em;
  background-image: url(/application/themes/teen_conference_2024/images/ouhead/bg_black.gif);
  background-repeat: repeat;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a.tip:hover span::before {
  content: "";
  width: 100%;
  display: block;
  background-image: url(/application/themes/teen_conference_2024/images/ouhead/ou-globalheader-tiparrow.png);
  background-repeat: no-repeat;
  background-position: top center;
  bottom: 80%;
  left: 0;
  height: 15.3px;
  position: absolute;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a.home {
  display: block;
  height: 30px;
  width: 30px;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a.home:hover {
  background-position: 0 -30px;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a.search {
  display: block;
  height: 30px;
  width: 30px;
  background-position: -30px 0;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a.search:hover {
  background-position: -30px -30px;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a.social {
  display: block;
  height: 30px;
  width: 30px;
  background-position: -60px 0px;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li a.social:hover {
  background-position: -60px -30px;
}
div.ccm-page div.ouhead div.globalheader div.container-fluid ul li.wordmark {
  text-indent: -99999px;
  width: 200px;
  height: 30px;
  margin-left: 5px;
  background-image: url(/application/themes/teen_conference_2024/images/ouhead/ou-wordmark.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
}
div.ccm-page div.logo {
  background-color: white;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.2);
}
div.ccm-page div.logo div.innerlogo {
  max-width: 100em;
  margin: 0 auto;
  padding: 3.5em 0 3.5em;
}
div.ccm-page div.logo div.innerlogo div {
  display: inline-block;
  vertical-align: middle;
}
div.ccm-page div.logo div.innerlogo div.logoimage {
  width: 32em;
  padding: 0 5em 0 0;
}
div.ccm-page div.logo div.innerlogo div.logoimage img {
  width: 32em;
  height: auto;
}
div.ccm-page div.logo div.innerlogo div.logotext {
  width: 57em;
  font-weight: 300;
  font-size: 1.1em;
}
div.ccm-page div.logo div.innerlogo div.logotext p.headtext {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-align: right;
}
div.ccm-page aside.swag {
  position: fixed;
  top: 0;
  right: 0;
  width: 20.6em;
  z-index: 0;
  font-size: 0.8em;
  line-height: 1.5em;
  font-style: italic;
  padding: 0 5.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
div.ccm-page aside.swag a {
  color: black;
  text-decoration: none;
}
div.ccm-page aside.swag a:hover {
  color: #333;
  text-decoration: underline;
}
div.ccm-page aside.swag h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 900;
  margin-top: 2em;
  padding: 0;
}
div.ccm-page aside.swag .mobileonly {
  display: none;
}
div.ccm-page aside.swag hr {
  height: 1px;
  border: none;
  margin: 1.5em 01.5em;
  border-top: 1px solid black;
  width: 6em;
  text-align: left;
}
div.ccm-page aside.swag ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.ccm-page aside.swag ul li {
  padding-left: 0.5em;
  margin: 0.5em 0 0;
  text-indent: -1em;
}
div.ccm-page aside.swag ul li::before {
  content: "â–&nbsp;  ";
  font-size: 1em;
}
div.ccm-page aside.swag ul li.hassub a::after {
  content: ' ';
  height: 0px;
  width: 0px;
  border: 0.2em solid transparent;
  border-top: 0.4em solid #333;
  border-bottom: none;
  margin-left: 0.3em;
  margin-bottom: 0.2em;
  display: inline-block;
}
div.ccm-page aside.swag ul li.hassub ul {
  display: none;
}
div.ccm-page aside.swag ul li.hassub ul li {
  font-size: 1em;
}
div.ccm-page aside.swag ul li.hassub ul li a::after {
  display: none;
}
div.ccm-page aside.swag ul li.hassub:hover ul {
  display: block;
}
div.ccm-page #nav-icon {
  width: 4.6em;
  height: 3.5em;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
div.ccm-page #nav-icon span {
  display: block;
  position: absolute;
  height: 0.7em;
  width: 51%;
  background: #a51e36;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
div.ccm-page #nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 0.9em 0.9em 0;
}
div.ccm-page #nav-icon span:nth-child(odd) {
  left: 1em;
  border-radius: 0.7em 0 0 0.7em;
}
div.ccm-page #nav-icon span:nth-child(1),
div.ccm-page #nav-icon span:nth-child(2) {
  top: 0.2em;
}
div.ccm-page #nav-icon span:nth-child(3),
div.ccm-page #nav-icon span:nth-child(4) {
  top: 1.4em;
}
div.ccm-page #nav-icon span:nth-child(5),
div.ccm-page #nav-icon span:nth-child(6) {
  top: 2.6em;
}
div.ccm-page #nav-icon.open span:nth-child(1),
div.ccm-page #nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.ccm-page #nav-icon.open span:nth-child(2),
div.ccm-page #nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.ccm-page #nav-icon.open span:nth-child(1) {
  left: 0.6em;
  top: 0.6em;
}
div.ccm-page #nav-icon.open span:nth-child(2) {
  left: calc(49.8%);
  top: 0.6em;
}
div.ccm-page #nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
div.ccm-page #nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
div.ccm-page #nav-icon.open span:nth-child(5) {
  left: 0.6em;
  top: 2.2em;
}
div.ccm-page #nav-icon.open span:nth-child(6) {
  left: calc(49.8%);
  top: 2.2em;
}
div.ccm-page footer {
  background-color: #333333;
  color: #ffffff;
  background-image: url(/application/themes/teen_conference_2024/images/ouhead/bg_black.gif);
  background-repeat: repeat;
  margin: 0 auto;
}
div.ccm-page footer div.foottext {
  width: 99em;
  margin: 0 auto;
  padding: 3em 0;
  /* "bigfoot" and "littlefoot" refer to the two text sizes in the footer design */
}
div.ccm-page footer div.foottext p.bigfoot {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  text-align: center;
}
div.ccm-page footer div.foottext p.littlefoot {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: 0..2em;
  text-align: center;
}
div.ccm-page footer div.foottext a {
  color: #ffffff;
}
div.ccm-page div.content div.block div.loginbox {
  max-width: 40em;
  margin: 1.5em auto;
  padding: 3.5em;
  border-radius: 1em;
  background-color: #ddd;
}
div.ccm-page div.content div.block div.loginbox h2,
div.ccm-page div.content div.block div.loginbox p {
  text-align: center;
}
div.ccm-page div.content div.block div.loginbox div.form-group {
  text-align: center;
  padding: 1.5em 0;
}
div.ccm-page div.content div.block div.loginbox div.form-group:last-of-type {
  padding-bottom: 0;
}
div.ccm-page div.content div.block div.loginbox div.form-group input {
  width: calc(95%);
  border: 0.05em solid #aaa;
  background-color: white;
  padding: 0.5em 0.75em;
}
div.ccm-page div.content div.block div.loginbox div.checkbox input {
  height: 0.8em;
  width: 0.8em;
  margin-right: 0.2em;
  border: 0.1em solid #aaa;
  border-radius: 0.3em;
  background-color: white;
  vertical-align: middle;
}
div.ccm-page div.content div.block div.loginbox button {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  background-color: #2b3990;
  padding: 1em 7em;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 700;
  border: none;
  letter-spacing: 0.1em;
  vertical-align: middle;
  cursor: pointer;
}
div.ccm-page div.content div.block div.loginbox div.loginerror {
  background-color: #fef2cc;
  padding: 1.5em;
  border-radius: 0.4em;
}
@media only screen and (min-width: 2200px) {
  html {
    font-size: 80%;
  }
}
@media only screen and (max-width: 1060px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 850px) {
  .mobileonly {
    display: block;
  }
  .browseronly {
    display: none;
  }
  html {
    font-size: 62.5%;
  }
  div.ccm-page header nav {
    display: none;
  }
  div.ccm-page header div.topsection {
    position: static;
    display: block;
    background-color: transparent;
    box-shadow: none;
    height: 0;
  }
  div.ccm-page header div.topsection div.topsectioninner div.rightarea {
    display: none;
  }
  div.ccm-page header div.topsection div.topsectioninner div.mobilemenu {
    transition: top 0.5s;
    display: block;
    position: fixed;
    top: 4em;
    right: 1em;
    padding: 1em 1.2em 1em 0.5em;
    border-radius: 0.5em;
    background-color: white;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    z-index: 99;
  }
  div.ccm-page footer div.foottext {
    width: auto;
    margin: 0 2em;
  }
  div.ccm-page div.logo div.innerlogo div.logoimage {
    padding: 0 2em;
  }
  div.ccm-page div.logo div.innerlogo div.logotext {
    display: none;
  }
  div.ccm-page article div.content {
    margin-top: 2em;
    padding: 0 2em 2em;
  }
  div.ccm-page article div.content div.home {
    display: block;
  }
  div.ccm-page article div.content div.home div.content-left {
    float: none;
    max-width: 100%;
  }
  div.ccm-page article div.content div.home div.content-right {
    margin-left: 0;
    max-width: 100%;
  }
  div.ccm-page article div.content div.two-column {
    display: block;
  }
  div.ccm-page article div.content div.two-column div.content-left {
    float: none;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 3.5em;
  }
  div.ccm-page article div.content div.two-column div.content-right {
    margin-left: 0;
    width: 100%;
    display: block;
  }
  div.ccm-page aside.swag {
    padding: 0 2em;
    font-size: 0.8em;
    width: 25em;
    right: 0;
  }
  div.ccm-page aside.swag .mobileonly {
    display: block;
  }
  div.ccm-page aside.swag .mobileonly ul li {
    margin: 0.5em 0 0.5em;
  }
  div.ccm-page aside.swag div.searchform input {
    width: 9.5em;
    padding: 0.25em;
    font-size: 1.5em;
    border: 1px solid #888;
    border-right: none;
    border-radius: 0px;
    height: 1.35em;
    vertical-align: middle;
  }
  div.ccm-page aside.swag div.searchform button {
    height: 1.5em;
    width: 1.8em;
    background-color: white;
    border: 1px solid #888;
    font-size: 2em;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 500px) {
  div.ccm-page div.logo div.innerlogo {
    padding: 2em;
    display: inline-block;
    max-width: 30em;
  }
  div.ccm-page div.logo div.innerlogo div.logoimage {
    padding: 0 2em !important;
    width: auto !important;
  }
  div.ccm-page div.logo div.innerlogo div.logoimage img {
    width: 20em;
  }
  div.ccm-page div.logo div.innerlogo div.logotext {
    display: none;
  }
  div.ccm-page article div.content {
    padding: 0 0 2em;
  }
  div.ccm-page article div.content div.block {
    padding: 2em;
    margin: 0 0 2em;
  }
}
@media only screen and (max-width: 350px) {
  div.ccm-page h1,
  div.ccm-page h2,
  div.ccm-page h3 {
    font-size: 1.6em;
  }
  div.ccm-page div.logo div.innerlogo div.logoimage {
    padding: 0;
  }
  div.ccm-page div.logo div.innerlogo div.logoimage img {
    width: 13em;
  }
  div.ccm-page div.ouhead div.globalheader div.container-fluid ul {
    width: 250px;
  }
  div.ccm-page div.ouhead div.globalheader div.container-fluid ul li.wordmark {
    width: 150px;
    background-size: contain;
  }
}
@media only print {
  body {
    background-color: white !important;
  }
  div.ccm-page aside.swag {
    display: none;
  }
  div.ccm-page div.main {
    background-color: white !important;
  }
  div.ccm-page div.main article div.content {
    background-color: white !important;
  }
  div.ccm-page div.main article div.content div.evencolumns div div {
    overflow: visible !important;
    height: auto !important;
  }
}
/*	colors2018.less
	Chris Casey 4/1/2021
	using a lot of existing information from the 2017 design */
/*	Colors for the Teen Conference main design. Different for other NRCYS templates.
	Note that "bgcolor" and "activecolor" change, but the others don't. */
div.nrcys-all .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  color: #00f6f1;
}
div.nrcys-all header nav {
  background-color: #440055;
  /* background-image: url('/application/themes/teen_conference/images/celestial-background.jpg'); */
}
div.nrcys-all header ul li p {
  background-color: #6ae273;
}
div.nrcys-all header ul li a {
  color: white !important;
}
div.nrcys-all header ul li:hover a {
  background-color: rgba(0, 0, 0, 0.25);
}
div.nrcys-all header ul li:hover ul li a:hover,
div.nrcys-all header ul li:hover ul li a.holdactive {
  background-color: #6ae273;
}
div.nrcys-all a.etl {
  color: #a94e91;
}
div.nrcys-all a.oksa {
  color: #39b54a;
}
div.nrcys-all a.rft {
  color: #00986d;
}
div.nrcys-all a.ticp {
  color: #a94e91;
}
div.nrcys-all a.nrcys {
  color: #a31f34;
}
/* Teen Conference-specific CSS */
div.teenconflogo-outer {
  background-color: white;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.2);
}
div.teenconflogo-outer div.teenconflogo {
  width: 96em;
  margin: 0 auto !important;
}
div.teenconflogo-outer div.teenconflogo p.teenconflogo-head {
  display: inline-block;
  max-width: 60em;
  min-height: 2.2em;
  font-size: 3.5em;
  line-height: 2.05em;
  /* was 1.1em when there were two lines */
  font-weight: 900;
  color: #2e3192;
  vertical-align: middle;
}
div.teenconflogo-outer div.teenconflogo p.teenconflogo-head a {
  text-decoration: none !important;
  color: #2e3192 !important;
}
div.teenconflogo-outer div.teenconflogo p.teenconflogo-head a:visited {
  color: #2e3192 !important;
}
div.teenconflogo-outer div.teenconflogo p.teenconflogo-blurb {
  display: inline-block;
  max-width: 12em;
  padding-left: 12em;
  line-height: 1.2em;
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 0.2em;
  vertical-align: middle;
}
div.nrcys-all header ul li:hover ul li.hassub a span {
  border-left-color: #B64DA9;
}
div.nrcys-all div.block h2 {
  text-align: center !important;
}
div.nrcys-all div.purplezone div.block {
  background-color: #440055;
  color: white;
}
div[id*=form-reg-dob] {
  width: 33.333%;
  display: inline-block;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  div.teenconflogo-outer div.teenconflogo p.teenconflogo-blurb {
    padding-left: 17em;
  }
  div.tcVideoBlock {
    padding: 0.5em;
    text-align: center;
  }
  iframe#kaltura_player {
    height: auto;
    width: calc(98%);
    display: inline-block;
    z-index: 0;
  }
}
@media only screen and (max-width: 850px) {
  div.teenconflogo-outer div.teenconflogo {
    width: 90vw;
    padding: 0 2em;
  }
  div.teenconflogo-outer div.teenconflogo p.teenconflogo-blurb {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  div.teenconflogo-outer div.teenconflogo p.teenconflogo-head {
    font-size: 2em;
  }
}
@media only screen and (max-width: 350px) {
  div.teenconflogo-outer div.teenconflogo p.teenconflogo-head {
    font-size: 1.4em;
  }
}
div.nrcys-all header nav {
  margin-top: 4.8em;
}
div.nrcys-all header div.toplogo {
  height: 4.6em;
  margin-top: 4.6em;
}
div.nrcys-all header div.toplogo p {
  font-size: 19px;
  font-weight: 800;
  color: #006e94;
  line-height: 46px;
  padding: 0;
  max-width: 950px;
}
div.nrcys-all header div.topsection div.nrclogo {
  float: left;
  padding: 0 25px 0 42px;
  margin: 5px 0;
}
div.nrcys-all header div.topsection div.searchbox {
  padding-left: 25px;
  padding-right: 25px;
}
div.nrcys-all header div.topsection div.newhere {
  padding-left: 25px;
}
div.nrcys-all div.sibBlock div.img:after {
  background: none !important;
}
div.nrcys-all div.outerwidth {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
div.nrcys-all p.headtext {
  text-transform: none;
  color: #006e94;
  max-width: 950px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  padding: 25px 0;
  margin: 0 auto;
}
div.nrcys-all a.button.huge {
  background-color: #2b3990;
  color: white;
  font-size: 1.3em;
  line-height: 1.2em;
  width: 80%;
  padding: 1em 10%;
  text-align: center;
  text-transform: none;
}
div.nrcys-all div.sibBlock table.tcagenda {
  border-collapse: separate;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
}
div.nrcys-all div.sibBlock table.tcagenda thead tr th {
  background-color: #444;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  padding: 0.5em;
}
div.nrcys-all div.sibBlock table.tcagenda thead tr th:last-of-type {
  border-right: 1px solid #ccc;
}
div.nrcys-all div.sibBlock table.tcagenda tbody tr:nth-child(even) {
  background-color: #ddd;
}
div.nrcys-all div.sibBlock table.tcagenda tbody tr td {
  padding: 0.5em 3em;
  font-size: 1.5em;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
div.poll button {
  background-color: #2B3990 !important;
}
@media only screen and (max-width: 850px) {
  div.HTMLBlock &gt; div {
    padding: 0 2em;
  }
}
@media only screen and (max-width: 500px) {
  div.HTMLBlock &gt; div a img {
    z-index: 0;
    max-width: 80%;
    height: auto;
    margin: 0 !important;
  }
}
/* When Concrete5 is showing the top bar, push everything down so we can see it */
html.ccm-toolbar-visible main,
html.ccm-toolbar-visible div.main {
  min-height: 80vh;
  margin-top: 48px;
}
html.ccm-toolbar-visible div.topsection.top-stick {
  margin-top: 48px !important;
}
html.ccm-toolbar-visible.ccm-edit-mode main,
html.ccm-toolbar-visible.ccm-edit-mode div.main {
  margin-top: 0;
}
html.ccm-toolbar-visible.ccm-edit-mode div.topsection {
  margin-top: 48px;
}
</pre></body></html>