@charset "UTF-8";
@import url("https://use.typekit.net/erg6oui.css");
.font-pn-cond {
  font-family: proxima-nova-condensed, sans-serif;
}

.font-pn {
  font-family: proxima-nova;
}

.font-m {
  font-family: museo, serif;
}

.bold {
  font-weight: bold;
}

.pt-8 {
  padding-top: 4rem;
}
@media screen and (max-width: 576px) {
  .pt-8 {
    padding-top: 2rem;
  }
}

.pb-7 {
  padding-bottom: 3.5rem;
}

.pt-7 {
  padding-top: 3.5rem;
}
@media screen and (max-width: 576px) {
  .pt-7 {
    padding-top: 2rem;
  }
}

.pb-8 {
  padding-bottom: 4rem;
}

.mw-700 {
  max-width: 700px;
}

.mw-650 {
  max-width: 650px;
}

.mw-600 {
  max-width: 600px;
}

.mw-300 {
  max-width: 300px;
}

.mw-220 {
  max-width: 220px;
}

.red {
  color: #d61d39;
}

.gray {
  color: #404041;
}

.center {
  text-align: center;
}

body.site {
  border: none;
  background-color: white !important;
  font-family: proxima-nova, sans-serif;
  color: #404041;
}

body {
  color: #404041;
}

@media (min-width: 1620px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media (min-width: 1620px) {
  .d-xxl-none {
    display: none !important;
    clear: both !important;
  }
}
header {
  height: 41px;
  padding-top: 2px;
}
@media (max-width: 1790px) {
  header .col-xl-8 {
    -ms-flex: 0 0 75.333333%;
    flex: 0 0 75.333333%;
    max-width: 75.333333%;
  }
  header .col-xl-4 {
    -ms-flex: 0 0 24.333333%;
    flex: 0 0 24.333333%;
    max-width: 24.333333%;
  }
}
@media (max-width: 565px) {
  header {
    height: auto;
  }
  header .col-xl-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  header .col-xl-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
header .nav {
  padding: 0em 1em 0em 0.5em;
}
header .nav li {
  padding: 0.5em 0.5em 0.6em 0.5em;
}
header .nav li a {
  font-family: canada-type-gibson, sans-serif;
  text-transform: uppercase;
  color: #9d9d9f;
  font-size: 0.8em;
}
header .nav li a:hover {
  text-decoration: none;
  color: #ed2638;
}
header .nav li.logo {
  padding-top: 0.2em;
}
header ul.navbar-nav li a {
  color: #9d9d9f;
  display: block;
}
header #social.nav {
  flex-direction: row-reverse;
  padding-top: 4px;
}
header #social.nav li {
  padding-top: 5px;
  color: #58585a;
}
header #social.nav li a {
  font-size: 1em;
  color: inherit;
}

#social {
  float: right;
}
#social li {
  padding: 0.2em 0.4em;
  font-size: 0.8em;
}
#social li:last-child {
  font-weight: bold;
}

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*=col] {
  margin-bottom: 0rem;
}
@media (max-width: 992px) {
  .navbar .dropdown-menu div[class*=col] {
    margin-bottom: 0rem;
  }
}

.navbar .dropdown-menu {
  border: none;
  background-color: #0060c8 !important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }
  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    /*  height of nav-item  */
    top: 40px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }
  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }
  .navbar .dropdown-menu {
    background-color: #fff;
  }
}
nav.navbar {
  border: none;
  background-color: #44e4d4;
}
nav.navbar .brand {
  color: white;
  line-height: 1em;
  font-size: 1em;
  padding-bottom: 8px;
}
nav.navbar .brand a {
  color: inherit;
}
nav.navbar .navbar-brand {
  color: white;
  padding: 10px 0px;
}
@media (max-width: 992px) {
  nav.navbar .navbar-brand {
    padding-top: 5px;
    margin-left: 1rem;
  }
}
nav.navbar .navbar-brand svg {
  margin-right: 12px;
}
nav.navbar .navbar-brand svg, nav.navbar .navbar-brand img {
  width: 150px;
}
@media (max-width: 1300px) {
  nav.navbar .navbar-brand svg, nav.navbar .navbar-brand img {
    width: 150px;
  }
}
@media (max-width: 1100px) {
  nav.navbar .navbar-brand svg, nav.navbar .navbar-brand img {
    width: 100px;
  }
}
nav.navbar .navbar-brand span {
  display: inline-block;
  border-left: solid 2px white;
  padding-left: 0.5em;
  margin-left: 0.5em;
}
nav.navbar .navbar-brand a {
  color: white;
}
@media (max-width: 768px) {
  nav.navbar .navbar-brand {
    margin-left: 1rem;
  }
  nav.navbar .navbar-brand svg {
    display: block;
  }
  nav.navbar .navbar-brand span {
    display: block;
    border-left: none;
    padding-left: 0em;
    margin-left: 0em;
  }
}
nav.navbar #mainNav .features .row > div span {
  color: black;
  display: block;
  padding-top: 7px;
  line-height: 17px;
  text-transform: capitalize;
}
nav.navbar #mainNav .features .row > div:first-child img {
  margin-right: 7px;
}
nav.navbar #mainNav .features .row > div:nth-child(2) span {
  padding-left: 14px;
}
nav.navbar #mainNav .features .row > div:nth-child(2) img {
  margin-left: 14px;
}
nav.navbar #mainNav ul.level1 {
  height: 82px;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level1 {
    height: auto;
  }
}
nav.navbar #mainNav ul.level1 > li {
  border-right: solid 1px #3c9aa4;
  padding: 0.2em 2.1em;
  font-family: proxima-nova-condensed, sans-serif;
  color: white;
  cursor: default;
  text-transform: uppercase;
}
nav.navbar #mainNav ul.level1 > li span {
  cursor: default;
}
nav.navbar #mainNav ul.level1 > li:last-child {
  border-right: none;
}
@media (max-width: 1400px) {
  nav.navbar #mainNav ul.level1 > li {
    padding: 0.5em 1em;
  }
}
@media (max-width: 1300px) {
  nav.navbar #mainNav ul.level1 > li {
    padding: 1em 0.8em;
  }
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level1 > li {
    padding: 0px 0px;
    border-left: none;
    border-right: none;
    text-transform: capitalize;
  }
}
nav.navbar #mainNav ul.level1 > li > span, nav.navbar #mainNav ul.level1 > li > a {
  text-align: center;
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
  cursor: pointer;
  border-bottom: solid 3px transparent;
}
nav.navbar #mainNav ul.level1 > li > span:hover, nav.navbar #mainNav ul.level1 > li > a:hover {
  border-bottom: solid 3px #404041;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level1 > li > span:hover, nav.navbar #mainNav ul.level1 > li > a:hover {
    border-bottom: solid 1px #404041;
  }
}
nav.navbar #mainNav ul.level1 > li:hover {
  background-image: url("/images/meetings/tct-industry/2019/arrow75.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level1 > li:hover {
    background-image: none;
  }
}
nav.navbar #mainNav ul.level1 > li.no-hover:hover {
  background-image: none;
}
nav.navbar #mainNav ul.level1 > li.no-hover:hover a {
  text-decoration: none;
}
nav.navbar #mainNav ul.level1 > li:first-child {
  border-left: solid 1px #3c9aa4;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level1 > li:first-child {
    border-left: none;
  }
}
nav.navbar #mainNav ul.level1 > li a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level1 .dropdown {
    display: block !important;
    align-items: stretch !important;
  }
}
nav.navbar #mainNav ul.level1 .dropdown-menu {
  background-color: #efefef !important;
  padding: 0rem 0rem 0rem 1rem;
  top: 79px;
  overflow: hidden;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level1 .dropdown-menu {
    height: auto;
    position: relative;
    display: block;
    padding: 0px;
    top: 0px;
    background-color: transparent !important;
    border-radius: 0px;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu .col.features {
    display: none;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu .row {
    display: block;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu .col {
    display: block;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu .col li a {
    color: #404041;
    font-size: 1rem;
    text-transform: uppercase;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu .level2 {
    display: none;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu .level2 li {
    color: black;
  }
}
nav.navbar #mainNav ul.level2 {
  list-style-type: none;
  padding-left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1rem;
}
@media (max-width: 1300px) {
  nav.navbar #mainNav ul.level2 {
    line-height: 0.8em;
  }
}
@media (max-width: 1150px) {
  nav.navbar #mainNav ul.level2 {
    line-height: 0.7em;
  }
}
nav.navbar #mainNav ul.level2 > li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  color: #007b88;
  text-transform: uppercase;
  margin-right: 15px;
}
@media (max-width: 768px) {
  nav.navbar #mainNav ul.level2 > li {
    text-transform: capitalize;
  }
}
nav.navbar #mainNav ul.level2 > li > span {
  margin-bottom: 0.8em;
  display: block;
  font-size: 1.2em;
  line-height: 1.1em;
}
@media (max-width: 1500px) {
  nav.navbar #mainNav ul.level2 > li > span {
    font-size: 1.1em;
    line-height: 1em;
  }
}
@media (max-width: 1300px) {
  nav.navbar #mainNav ul.level2 > li > span {
    font-size: 1em;
    line-height: 1em;
  }
}
@media (max-width: 1150px) {
  nav.navbar #mainNav ul.level2 > li > span {
    font-size: 1em;
    line-height: 1em;
  }
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level2 > li > span {
    cursor: pointer;
    font-size: 1em;
  }
}
nav.navbar #mainNav ul.level2 > li a {
  color: #58595b;
  font-size: 0.8em;
  line-height: 1em;
}
nav.navbar #mainNav ul.level2.s1s1 > li:nth-child(1) {
  flex: 1;
}
nav.navbar #mainNav ul.level2.s1s1 > li:nth-child(2) {
  flex: 2;
}
nav.navbar #mainNav ul.level2.s1s2 > li:nth-child(1) {
  flex: 1;
}
nav.navbar #mainNav ul.level2.s1s2 > li:nth-child(2) {
  flex: 2;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level2.s1s2 > li:nth-child(2) {
    flex: 1;
  }
}
nav.navbar #mainNav ul.level3 {
  list-style-type: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s linear;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level3 {
    margin-bottom: 0em;
    max-height: 0px;
    overflow: hidden;
  }
  nav.navbar #mainNav ul.level3.show {
    max-height: none;
    margin-bottom: 1em;
  }
}
nav.navbar #mainNav ul.level3 > li:first-child {
  display: none;
}
nav.navbar #mainNav ul.level3 > li {
  flex: 1;
  flex-basis: 100%;
  text-transform: none;
  margin-bottom: 0.2em;
  line-height: 1.5em;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level3 > li {
    display: block;
  }
}
nav.navbar #mainNav ul.level3 > li a {
  color: #58595b;
  font-size: 1em;
}
nav.navbar #mainNav ul.level3 > li a:hover {
  color: #00acc8;
  text-decoration: none;
}
@media (max-width: 1300px) {
  nav.navbar #mainNav ul.level3 > li {
    line-height: 1em;
  }
  nav.navbar #mainNav ul.level3 > li a {
    font-size: 0.8em;
  }
}
@media (max-width: 1150px) {
  nav.navbar #mainNav ul.level3 > li {
    line-height: 1em;
  }
  nav.navbar #mainNav ul.level3 > li a {
    font-size: 0.8em;
  }
}
nav.navbar #mainNav ul.level3 > li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #007b88; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level3 > li::before {
    content: "";
    width: 0em;
  }
}
nav.navbar #mainNav ul.level3.size7 li, nav.navbar #mainNav ul.level3.size8 li, nav.navbar #mainNav ul.level3.size9 li, nav.navbar #mainNav ul.level3.size10 li, nav.navbar #mainNav ul.level3.size11 li, nav.navbar #mainNav ul.level3.size12 li, nav.navbar #mainNav ul.level3.size13 li, nav.navbar #mainNav ul.level3.size14 li {
  flex-basis: 50%;
}
nav.navbar #mainNav ul.level3.size15 li, nav.navbar #mainNav ul.level3.size16 li, nav.navbar #mainNav ul.level3.size17 li, nav.navbar #mainNav ul.level3.size18 li, nav.navbar #mainNav ul.level3.size19 li, nav.navbar #mainNav ul.level3.size20 li {
  flex-basis: 33.3%;
  max-width: 33.3%;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(1) {
  order: 1;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(2) {
  order: 3;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(3) {
  order: 5;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(4) {
  order: 7;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(5) {
  order: 9;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(6) {
  order: 11;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(7) {
  order: 13;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(8) {
  order: 2;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(9) {
  order: 4;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(10) {
  order: 6;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(11) {
  order: 8;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(12) {
  order: 10;
}
nav.navbar #mainNav ul.level3.size13 li:nth-child(13) {
  order: 12;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(1) {
  order: 1;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(2) {
  order: 3;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(3) {
  order: 5;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(4) {
  order: 7;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(5) {
  order: 9;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(6) {
  order: 11;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(7) {
  order: 13;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(8) {
  order: 2;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(9) {
  order: 4;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(10) {
  order: 6;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(11) {
  order: 8;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(12) {
  order: 10;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(13) {
  order: 12;
}
nav.navbar #mainNav ul.level3.size14 li:nth-child(14) {
  order: 14;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level3.size7 li, nav.navbar #mainNav ul.level3.size8 li, nav.navbar #mainNav ul.level3.size9 li, nav.navbar #mainNav ul.level3.size10 li, nav.navbar #mainNav ul.level3.size11 li, nav.navbar #mainNav ul.level3.size12 li, nav.navbar #mainNav ul.level3.size13 li, nav.navbar #mainNav ul.level3.size14 li, nav.navbar #mainNav ul.level3.size15 li, nav.navbar #mainNav ul.level3.size16 li, nav.navbar #mainNav ul.level3.size17 li, nav.navbar #mainNav ul.level3.size18 li, nav.navbar #mainNav ul.level3.size19 li, nav.navbar #mainNav ul.level3.size20 li {
    flex-basis: 100%;
  }
}

button.navbar-toggler {
  background-color: none;
  color: white;
}

.fab {
  color: #58585a;
  font-size: 13px;
}
.fab:hover {
  color: #ed2638;
}

.icons, .label.label-warning, .menu-pane-container {
  display: none;
}

.form-search {
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .form-search {
    display: none;
  }
}
.form-search button {
  padding: 0px;
}
.form-search .input-group {
  width: 150px;
  float: right;
  padding-top: 4px;
}
.form-search .input-group .input-group-prepend {
  margin-right: 0px;
}
.form-search .input-group .input-group-prepend button {
  padding: 3px 0px 4px 0px;
  font-size: 12px;
  background-color: transparent;
  border-radius: 0px;
}
.form-search .input-group input {
  font-size: 12px;
}
.form-search .input-group .form-control {
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  flex: 1;
  padding: 6px 0px 0px 12px;
  height: 22px;
}

.navmenu {
  padding-top: 1rem;
}
@media (max-width: 576px) {
  .navmenu {
    padding-top: 0rem;
  }
}

#login-form {
  display: none;
}

.form-inline label {
  justify-content: left;
  text-align: left;
  margin-top: 15px;
}

@media screen and (max-width: 992px) {
  .navbar-collapse {
    border-bottom: 2px solid #404041;
  }
  .navmenu {
    padding-top: 0rem;
  }
  nav.navbar #mainNav ul.level1 li {
    padding-left: 0px;
    border-top: solid thin white;
  }
  nav.navbar #mainNav ul.level1 li span {
    padding: 1rem 1rem 1rem 1.8rem;
    display: block;
    font-size: 1rem;
    content: "    ";
    margin: 0px;
    text-transform: capitalize;
  }
  nav.navbar #mainNav ul.level1 li a {
    font-size: 1rem;
    text-transform: capitalize;
  }
  nav.navbar #mainNav ul.level1 li ul.level2 > li {
    border-top: solid thin white;
  }
  nav.navbar #mainNav ul.level1 li ul.level2 > li > span {
    padding: 0.8rem 1rem 0.8rem 1.8rem;
  }
  nav.navbar #mainNav ul.level1 li ul.level2 > li > span, nav.navbar #mainNav ul.level1 li ul.level2 > li > a {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 3rem;
    margin-bottom: 0px;
    border-bottom: solid 1px #d5d6d8;
    color: #404041;
    cursor: default;
  }
  nav.navbar #mainNav ul.level1 li ul.level2 > li > span:before, nav.navbar #mainNav ul.level1 li ul.level2 > li > a:before {
    content: "+   ";
  }
  nav.navbar #mainNav ul.level1 li ul.level2 > li > span span.icon, nav.navbar #mainNav ul.level1 li ul.level2 > li > a span.icon {
    display: none;
  }
  nav.navbar #mainNav ul.level1 li ul.level2 > li ul.level3 li {
    margin-bottom: 0px;
    margin-left: 2rem;
  }
  nav.navbar #mainNav ul.level1 li ul.level2 > li ul.level3 li span {
    padding: 0.6rem 1rem 0.6rem 0rem;
    font-size: 1rem;
  }
  nav.navbar #mainNav ul.level1 li ul.level2 > li ul.level3 li a {
    font-size: 1rem;
    line-height: 1rem;
    text-transform: inherit;
  }
  nav.navbar #mainNav ul.level1 li ul.level2 > li ul.level3 li:last-child {
    margin-bottom: 0px;
    border-bottom: solid 1px transparent !important;
  }
  nav.navbar #mainNav ul.level1 li ul.level2 > li ul.level3.show li {
    border-top: solid thin white;
    margin-left: 4rem;
    padding-left: 0px;
    border-bottom: solid 1px #d5d6d8;
  }
  nav.navbar #mainNav ul.level1 li ul.level2 > li li:last-child .level3.show:last-child {
    border-bottom: solid 1px #404041;
  }
  nav.navbar #mainNav ul.level3 > li:last-child {
    border-bottom: solid 1px transparent;
  }
}
@media (max-width: 992px) {
  .dropdown-menu > .row {
    margin: 0px;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu ul.level2 {
    display: block;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu ul.level2.show2 {
    display: block;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu ul.level2 > li {
    border-bottom: solid 1px transparent;
    margin-right: 0px;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu ul.level2 > li > span:before {
    content: "  ";
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu ul.level2 > li > span.show:before {
    content: "  ";
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu ul.level2 > li:last-child {
    border-bottom: none;
  }
  ul.level1 > li > span > .icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  ul.level1 > li > span > .icon:before {
    content: "+  ";
  }
  ul.level1 > li > span.show2 > .icon:before {
    content: "—  ";
  }
  ul.level2 > li > span {
    position: relative;
  }
  ul.level2 > li > span > .icon {
    position: absolute;
    top: 0;
    right: 0;
  }
  ul.level2 > li > span > .icon:before {
    content: "+  ";
  }
  ul.level2 > li > span.show > .icon:before {
    content: "—  ";
  }
  .navmenu {
    padding: 0px;
  }
}
.navbar-toggler {
  border: solid thin red;
  height: 100px;
  width: 100px;
}
.navbar-toggler .fas.fa-bars {
  background-color: blue;
  height: 10px;
  width: 10px;
  display: block;
}

.navbar-collapse.show, .navbar-collapse.collapsing {
  z-index: 9999;
  background-color: white;
  position: absolute;
  width: 100%;
  top: 80px;
}

@media (max-width: 992px) {
  .level3.show {
    border-bottom: solid 1px #404041;
  }
  nav.navbar #mainNav ul.level1 > li > span {
    border-bottom: solid 1px #404041;
  }
  nav.navbar #mainNav ul.level1 > li:first-child > span {
    border-top: solid 1px transparent;
  }
  nav.navbar #mainNav ul.level1 > li > span, nav.navbar #mainNav ul.level1 > li > span > a {
    color: #404041;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
  }
  ul.level1 .dropdown.show {
    max-height: none;
    overflow: visible;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu ul.level2 {
    display: none;
  }
  nav.navbar #mainNav ul.level1 .dropdown-menu ul.level2.show {
    display: block;
  }
}
.navbar-toggle {
  display: none;
  margin-right: 10px;
  border: none;
  background-color: transparent;
}
.navbar-toggle .fa-bars {
  height: 3px;
  width: 20px;
  display: block;
  background-color: #404041;
  margin-bottom: 3px;
}
@media (max-width: 992px) {
  .navbar-toggle {
    display: block;
  }
}

#home .body {
  background-image: url("../img/triangle-bg50.png");
  background-position: right 60%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 576px) {
  #home .body {
    background-image: none;
  }
}
#home section {
  position: relative;
  overflow: hidden;
}
#home section .container-fluid {
  padding: 0px;
  margin: 0px;
}
#home section .container-fluid > div, #home section .container-fluid > div > div {
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 576px) {
  #home section .container .row {
    padding: 0px 15px;
  }
}
#home #videoHero {
  padding: 0px;
  height: auto;
  position: relative;
  background-color: #1d2b43;
}
#home #videoHero .desktop {
  display: block;
}
#home #videoHero .mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  #home #videoHero .desktop {
    display: none;
  }
  #home #videoHero .mobile {
    display: block;
  }
}
#home #videoHero video {
  display: block;
}
#home #sub-nav2 h2.gray {
  font-weight: normal;
  color: #404041;
}
#home #sub-nav2 h2.red {
  font-weight: 900;
}
#home .colabCard {
  text-align: center;
  color: white;
  font-weight: bold;
  height: 135px;
  background-size: cover;
  cursor: pointer;
}
#home .colabCard img.main {
  display: block;
}
#home .colabCard img.hover {
  display: none;
}
#home .colabCard img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #home .colabCard {
    background-repeat: no-repeat;
    background-position: right;
  }
}
@media screen and (max-width: 576px) {
  #home .colabCard {
    background-repeat: no-repeat;
    background-position: right;
  }
}
#home .colabCard a {
  color: inherit;
}
#home .colabCard a:hover {
  text-decoration: none;
}
#home .colabCard:hover img.main {
  display: none;
}
#home .colabCard:hover img.hover {
  display: block;
}
#home .colabCard h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 1rem;
  font-weight: 600;
  font-family: proxima-nova-condensed, sans-serif;
  color: white;
}
#home .colabCard .content > div:first-child {
  text-align: center;
}
#home .colabCard img {
  max-width: 40px;
  margin: 0 auto;
}
#home .colabCard.id-working img {
  max-width: 62px;
}
@media screen and (max-width: 768px) {
  #home .colabCard.id-working img {
    max-width: 41px;
  }
}
#home .colabCard.id-working h2 {
  margin-top: 0.8rem;
}
@media screen and (max-width: 992px) {
  #home .colabCard {
    height: 80px;
  }
  #home .colabCard img {
    max-width: 25px;
  }
  #home .colabCard h2 {
    font-size: 1rem;
    line-height: 1rem;
    margin: 8px 0px;
  }
}
@media screen and (max-width: 768px) {
  #home .colab-carousel .owl-stage, #home .mission-carousel .owl-stage {
    width: 100% !important;
  }
  #home .colab-carousel .owl-stage .owl-item, #home .mission-carousel .owl-stage .owl-item {
    width: 100% !important;
  }
}
#home .missionCard {
  height: 25vh;
  background-position: center;
  background-color: #fae1c2;
  margin: 0px 5px;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-size: 271.8px 220.8px;
}
#home .missionCard div {
  color: #404041;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: left;
  text-transform: uppercase;
  padding-top: 0.5rem;
}
#home .missionCard.id-address {
  background-image: url("../img/hvc_address.jpg");
}
#home .missionCard.id-advance {
  background-image: url("../img/hvc_advance.jpg");
}
#home .missionCard.id-cat {
  background-image: url("../img/hvc_catalyze.jpg");
}
#home .missionCard.id-spark {
  background-image: url("../img/hvc_spark.jpg");
}
#home .missionCard.id-advocate {
  background-image: url("../img/hvc_advocate.jpg");
}
#home .missionCard:hover {
  background-size: 453px 368px;
}
@media screen and (max-width: 992px) {
  #home .missionCard {
    height: 180px;
  }
  #home .missionCard div {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #home .missionCard {
    height: 100px;
    margin-bottom: 0.6rem;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  #home .missionCard {
    height: auto;
    padding: 20px 10px 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: none !important;
  }
  #home .missionCard div {
    margin: 0px;
    padding: 0px;
    text-align: center;
  }
  #home .missionCard br {
    display: none;
  }
}
#home .event-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
#home .event-carousel .owl-prev, #home .event-carousel .owl-next {
  position: absolute;
  top: 0%;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  outline: none;
}
#home .event-carousel .owl-prev::-moz-focus-inner, #home .event-carousel .owl-next::-moz-focus-inner {
  border: 0;
}
#home .event-carousel .owl-prev.disabled, #home .event-carousel .owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}
#home .event-carousel .owl-prev span, #home .event-carousel .owl-next span {
  background-size: 62px 62px;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 576px) {
  #home .event-carousel .owl-prev span, #home .event-carousel .owl-next span {
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
}
#home .event-carousel .owl-prev {
  left: 0;
  margin-left: -32.5px;
}
@media screen and (max-width: 576px) {
  #home .event-carousel .owl-prev {
    margin-left: -25px;
  }
}
#home .event-carousel .owl-prev span {
  background-image: url(../img/leftBtn.png);
}
#home .event-carousel .owl-next {
  right: 0;
  margin-right: -32.5px;
}
@media screen and (max-width: 576px) {
  #home .event-carousel .owl-next {
    margin-right: -25px;
  }
}
#home .event-carousel .owl-next span {
  background-image: url(../img/rightBtn.png);
}
#home hr {
  border: 0;
  clear: both;
  display: block;
  width: 100%;
  background-color: #404041;
  height: 2px;
  margin-top: 4.3rem;
  margin-bottom: 4rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#home hr.hr2 {
  margin-top: 2.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 576px) {
  #home hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
#home #heart .nav-set {
  z-index: 5;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
#home #heart .nav-set > a {
  border: solid 3px #404041;
  display: block;
  padding: 1rem;
  color: #404041;
  margin-bottom: 5px;
  margin-left: 30px;
  background-color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  #home #heart .nav-set > a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 576px) {
  #home #heart .nav-set > a {
    margin-left: 0px;
  }
}
#home #heart .nav-set > a:hover {
  background-color: #404041;
  color: white;
  text-decoration: none;
}
#home #heart .nav-set > a:hover .arrowClass {
  fill: white;
}
#home #heart .nav-set > a svg {
  float: right;
  margin-top: 5px;
  display: block;
}
#home #heart .nav-set > a .arrowClass {
  fill: black;
}
@media screen and (max-width: 576px) {
  #home #heart .nav-set {
    position: relative;
  }
  #home #heart .nav-set span {
    display: inline-block;
    width: 85%;
  }
  #home #heart .nav-set a svg {
    display: block;
  }
  #home #heart .nav-set a.two-linesA svg {
    margin-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  #home #heart .nav-set a.two-lines svg {
    margin-top: 15px;
  }
}
#home #heart .nav-set2 {
  position: absolute;
  top: 28px;
}
@media screen and (max-width: 576px) {
  #home #heart .nav-set2 {
    display: none;
  }
}
#home #heart .nav-set2 > a {
  margin-left: 0px;
  display: block;
  border-right-color: transparent;
}
#home #heart img {
  opacity: 0.7;
}
@media screen and (max-width: 992px) {
  #home #heart .right {
    display: none;
  }
}
#home .carousel-indicators {
  position: absolute;
  right: auto;
  bottom: auto;
  left: auto;
  top: -40px;
  justify-content: left;
  padding-left: 0;
  margin-right: 0px;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  #home .carousel-indicators {
    top: 0px;
    position: relative;
    border-bottom: solid 10px #fff;
  }
}
#home .carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: auto;
  margin-right: 1rem;
  margin-left: 0px;
  text-indent: 0px;
  cursor: pointer;
  background-color: #7b7c7f;
  padding: 1rem;
  color: white;
  width: 200px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #home .carousel-indicators li {
    width: 100%;
    margin-right: 0rem;
  }
}
#home .carousel-indicators .active {
  background-color: #e9eaeb;
  color: #404041;
}
#home #facultyCar {
  background-color: #e9eaeb;
  position: relative;
  margin-top: 4rem;
}
#home #facultyCar .carousel-inner {
  padding: 1rem 4rem;
  max-height: 268px;
}
@media screen and (max-width: 768px) {
  #home #facultyCar {
    margin-top: 2rem;
  }
}
#home .profileCard {
  padding: 0px;
  margin: 0px;
  max-width: 196px;
  margin: 0 auto;
}
#home .profileCard > div {
  padding: 0.35rem;
}
#home .profileCard .content h2 {
  max-width: 300px;
  font-size: 1.3rem;
  margin-bottom: 0rem;
}
#home .profileCard .content p {
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 0.8rem;
  line-height: 1rem;
}

.btn.btn-primary {
  background-color: #f6821f;
  border-radius: 0px;
  padding: 5px 25px;
  border: none;
}

.heart-img {
  max-width: 250px;
}

h2 {
  color: #d61d39;
  font-family: proxima-nova;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 2rem;
  }
}

.carousel-indicators {
  position: absolute;
  right: auto;
  bottom: auto;
  left: auto;
  top: -40px;
  justify-content: left;
  padding-left: 0;
  margin-right: 0px;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  .carousel-indicators {
    top: 0px;
    position: relative;
    border-bottom: solid 10px #fff;
  }
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: auto;
  margin-right: 1rem;
  margin-left: 0px;
  text-indent: 0px;
  cursor: pointer;
  background-color: #7b7c7f;
  padding: 1rem;
  color: white;
  width: 200px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .carousel-indicators li {
    width: 100%;
    margin-right: 0rem;
  }
}
.carousel-indicators .active {
  background-color: #e9eaeb;
  color: #404041;
}

#facultyCar {
  background-color: #e9eaeb;
  position: relative;
  margin-top: 4rem;
}
#facultyCar .carousel-inner {
  padding: 1rem 4rem;
  height: 268px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #facultyCar .carousel-inner {
    padding: 4rem 4rem 1rem !important;
    height: 308px !important;
    max-height: 308px !important;
  }
}
#facultyCar p {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #facultyCar {
    margin-top: 2rem;
  }
}

.profileCard {
  padding: 0px;
  margin: 0px;
  max-width: 196px;
  margin: 0 auto;
}
.profileCard > div {
  padding: 0.35rem;
}
.profileCard .content h2 {
  max-width: 300px;
  font-size: 1.3rem;
  margin-bottom: 0rem;
}
.profileCard .content p {
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 0.8rem;
  line-height: 1rem;
}

.event-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.event-carousel .owl-prev, .event-carousel .owl-next {
  position: absolute;
  top: 0%;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  outline: none;
}
.event-carousel .owl-prev::-moz-focus-inner, .event-carousel .owl-next::-moz-focus-inner {
  border: 0;
}
.event-carousel .owl-prev.disabled, .event-carousel .owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}
.event-carousel .owl-prev span, .event-carousel .owl-next span {
  background-size: 62px 62px;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 576px) {
  .event-carousel .owl-prev span, .event-carousel .owl-next span {
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
}
.event-carousel .owl-prev {
  left: 0;
  margin-left: -32.5px;
}
@media screen and (max-width: 576px) {
  .event-carousel .owl-prev {
    margin-left: -25px;
  }
}
.event-carousel .owl-prev span {
  background-image: url('../img/leftBtn.png');
}
.event-carousel .owl-next {
  right: 0;
  margin-right: -32.5px;
}
@media screen and (max-width: 576px) {
  .event-carousel .owl-next {
    margin-right: -25px;
  }
}
.event-carousel .owl-next span {
  background-image: url('../img/rightBtn.png');
}

.faculty-box {
  background-color: #e9eaeb;
  padding: 1.5rem 1rem;
  margin-top: 1rem;
}
.faculty-box h2 {
  font-family: proxima-nova;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0rem;
  color: #404041;
}
.faculty-box .arrowClass {
  fill: #d61d39;
}
.faculty-box .profileCard .content p {
  line-height: 0.4rem;
  margin-top: 1rem !important;
}
.faculty-box a {
  font-size: 0.7rem;
  line-height: 0.7rem;
}
.faculty-box a:hover {
  text-decoration: none;
}
.faculty-box svg {
  margin-top: -4px;
  width: 25px;
}

h2.small {
  font-family: proxima-nova;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0rem;
  color: #404041;
}
h2.small img {
  max-width: 40px;
  margin-top: -3px;
}

@font-face {
  font-family: "Pictos";
  src: url("/fonts/pictos.eot?iefix");
  src: local("Pictos"), url("/fonts/pictos.woff") format("woff"), url("/fonts/pictos.ttf") format("truetype"), url("/fonts/pictos.svg#webfontIyfZbseF") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pictos {
  font-family: "Pictos";
}

.p-a:before {
  font-family: "Pictos";
  content: "a ";
}

.p-b:before {
  font-family: "Pictos";
  content: "b ";
}

.p-c:before {
  font-family: "Pictos";
  content: "c ";
}

.p-d:before {
  font-family: "Pictos";
  content: "d ";
}

.p-e:before {
  font-family: "Pictos";
  content: "e ";
}

.p-f:before {
  font-family: "Pictos";
  content: "f ";
}

.p-g:before {
  font-family: "Pictos";
  content: "g ";
}

.p-h:before {
  font-family: "Pictos";
  content: "h ";
}

.p-i:before {
  font-family: "Pictos";
  content: "i ";
}

.p-j:before {
  font-family: "Pictos";
  content: "j ";
}

.p-k:before {
  font-family: "Pictos";
  content: "k ";
}

.p-l:before {
  font-family: "Pictos";
  content: "l ";
}

.p-m:before {
  font-family: "Pictos";
  content: "m ";
}

.p-n:before {
  font-family: "Pictos";
  content: "n ";
}

.p-o:before {
  font-family: "Pictos";
  content: "o ";
}

.p-p:before {
  font-family: "Pictos";
  content: "p ";
}

.p-q:before {
  font-family: "Pictos";
  content: "q ";
}

.p-r:before {
  font-family: "Pictos";
  content: "r ";
}

.p-s:before {
  font-family: "Pictos";
  content: "s ";
}

.p-t:before {
  font-family: "Pictos";
  content: "t ";
}

.p-u:before {
  font-family: "Pictos";
  content: "u ";
}

.p-v:before {
  font-family: "Pictos";
  content: "v ";
}

.p-w:before {
  font-family: "Pictos";
  content: "w ";
}

.p-x:before {
  font-family: "Pictos";
  content: "x ";
}

.p-y:before {
  font-family: "Pictos";
  content: "y ";
}

.p-z:before {
  font-family: "Pictos";
  content: "z ";
}

.p-A:before {
  font-family: "Pictos";
  content: "A ";
}

.p-B:before {
  font-family: "Pictos";
  content: "B ";
}

.p-C:before {
  font-family: "Pictos";
  content: "C ";
}

.p-D:before {
  font-family: "Pictos";
  content: "D ";
}

.p-E:before {
  font-family: "Pictos";
  content: "E ";
}

.p-F:before {
  font-family: "Pictos";
  content: "F ";
}

.p-G:before {
  font-family: "Pictos";
  content: "G ";
}

.p-H:before {
  font-family: "Pictos";
  content: "H ";
}

.p-I:before {
  font-family: "Pictos";
  content: "I ";
}

.p-J:before {
  font-family: "Pictos";
  content: "J ";
}

.p-K:before {
  font-family: "Pictos";
  content: "K ";
}

.p-L:before {
  font-family: "Pictos";
  content: "L ";
}

.p-M:before {
  font-family: "Pictos";
  content: "M ";
}

.p-N:before {
  font-family: "Pictos";
  content: "N ";
}

.p-O:before {
  font-family: "Pictos";
  content: "O ";
}

.p-P:before {
  font-family: "Pictos";
  content: "P ";
}

.p-Q:before {
  font-family: "Pictos";
  content: "Q ";
}

.p-R:before {
  font-family: "Pictos";
  content: "R ";
}

.p-S:before, .rating span:before, .rating:hover span:hover ~ span:before {
  font-family: "Pictos";
  content: "S ";
}

.p-T:before {
  font-family: "Pictos";
  content: "T ";
}

.p-U:before {
  font-family: "Pictos";
  content: "U ";
}

.p-V:before {
  font-family: "Pictos";
  content: "V ";
}

.p-W:before {
  font-family: "Pictos";
  content: "W ";
}

.p-X:before {
  font-family: "Pictos";
  content: "X ";
}

.p-Y:before {
  font-family: "Pictos";
  content: "Y ";
}

.p-Z:before {
  font-family: "Pictos";
  content: "Z ";
}

.wufoo {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
  letter-spacing: 0.01em;
}

.wufoo li {
  width: 64%;
}

.info {
  display: inline-block;
  clear: both;
  margin: 0 0 5px 0;
  padding: 0 1% 1.1em 1%;
  border-bottom: 1px dotted #ccc;
}

.info[class] {
  display: block;
}

.hideHeader .info, #payment.hideHeader li.first {
  display: none;
}

.info h2 {
  font-weight: normal;
  font-size: 160%;
  margin: 0 0 5px 0;
  clear: left;
}

.info div {
  font-size: 95%;
  line-height: 135%;
  color: #555;
}

form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

* html form ul {
  width: 99%;
  zoom: 1;
}

form li {
  margin: 0;
  padding: 6px 1% 9px 1%;
  clear: both;
  background-color: transparent;
  position: relative;
  -webkit-transition: background-color 350ms ease-out;
  transition: background-color 350ms ease-out;
}

form ul:after, form li:after, form li div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html form li {
  height: 1%;
  margin-bottom: -3px;
}

* + html form li {
  height: 1%;
  margin-bottom: -3px;
}

* html form li div {
  display: inline-block;
}

* + html form ul, * + html form li div {
  display: inline-block;
}

form li div {
  margin: 0;
  padding: 0;
  color: #444;
}

form li span {
  margin: 0 0.3em 0 0;
  padding: 0;
  float: left;
  color: #444;
}

form li div span {
  margin: 0;
  display: block;
  width: 100%;
  float: left;
}

li.twoColumns div span {
  width: 48%;
  margin: 0 5px 0 0;
}

li.threeColumns div span {
  width: 30%;
  margin: 0 5px 0 0;
}

li.notStacked div span {
  width: auto;
  margin: 0 7px 0 0;
}

form li.complex {
  padding-bottom: 0;
}

form li.complex div span {
  width: auto;
  margin: 0 0.3em 0 0;
  padding-bottom: 12px;
}

form li.complex div span.full {
  margin: 0;
}

form li.complex div span.left, form li.complex div span.right {
  margin: 0;
  width: 48%;
}

form li.complex div span.full input, form li.complex div span.full select, form li.complex div span.left input, form li.complex div span.right input, form li.complex div span.left select, form li.complex div span.right select {
  width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both !important;
}

label span, .section span, p span, .likert span {
  display: inline !important;
  float: none !important;
}

form li div label, form li span label {
  margin: 0;
  padding-top: 3px;
  clear: both;
  font-size: 85%;
  line-height: 160%;
  color: #444;
  display: block;
}

fieldset {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}

label.desc, legend.desc {
  font-size: 95%;
  font-weight: bold;
  color: #222;
  line-height: 150%;
  margin: 0;
  padding: 0 0 3px 0;
  border: none;
  display: block;
  white-space: normal;
  width: 100%;
}

label.top-margin-10 {
  margin-top: 10px !important;
}

label.choice {
  display: block;
  cursor: pointer;
  font-size: 100%;
  line-height: 150%;
  margin: -17px 0 0 23px;
  padding: 0 0 5px 0;
  color: #222;
  width: 88%;
}

#public input[disabled] + label.choice {
  cursor: default;
}

#public input[disabled] + label.choice span {
  color: #777;
}

.safari label.choice {
  margin-top: -16px;
}

form.rightLabel .desc {
  padding-top: 2px;
}

span.symbol {
  font-size: 120%;
  line-height: 135%;
}

form li .datepicker {
  float: left;
  margin: 0.19em 5px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
  cursor: pointer !important;
}

li .choice__qty {
  font-size: 0.9em;
  font-style: italic;
  color: #777;
}

li.hideQty .choice__qty, li.hideQuantity .choice__qty {
  display: none !important;
}

form span.req {
  display: inline;
  float: none;
  color: red !important;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

form li div label var {
  font-weight: bold;
  font-style: normal;
}

form li div label .currently {
  display: none;
}

input.text, input.search, input.file, textarea.textarea, select.select {
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #333;
  margin: 0;
  padding: 2px 0;
}

input.text, input.search, textarea.textarea {
  border-top: 1px solid #7c7c7c;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #ddd;
  background: #fff url(../images/fieldbg.gif) repeat-x top;
}

input.nospin::-webkit-inner-spin-button, input.nospin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select.select {
  padding: 1px 0 0 0;
}

input.search {
  border-radius: 10px;
  padding-left: 6px;
}

input.checkbox, input.radio {
  display: block;
  margin: 4px 0 0 0;
  padding: 0;
  width: 13px;
  height: 13px;
}

input.other {
  margin-left: 25px;
}

label.other {
  margin: 0 0 8px 25px;
}

.safari select.select {
  font-size: 120% !important;
  margin: 0 0 1px 0;
}

* html select.select {
  margin: 1px 0;
}

* + html select.select {
  margin: 1px 0;
}

.center, form li span.center input.text, form li span.center label, form li.name span label, form li.date input.text, form li.date span label, form li.phone input.text, form li.phone span label, form li.time input.text, form li.time span label {
  text-align: center;
}

form li.time select.select {
  margin-left: 5px;
}

form li.price .right {
  text-align: right;
}

.third {
  width: 32% !important;
}

.half {
  width: 48% !important;
}

.full {
  width: 100% !important;
}

input.small, select.small {
  width: 25%;
}

input.medium, select.medium {
  width: 50%;
}

input.large, select.large {
  width: 100%;
}

.msie[class] select.ieSelectFix {
  width: auto;
}

.msie[class] select.ieSelectFix.small {
  min-width: 25%;
}

.msie[class] select.ieSelectFix.medium {
  min-width: 50%;
}

.msie[class] select.ieSelectFix.large {
  width: 100%;
}

textarea.textarea {
  width: 293px;
  min-width: 100%;
  max-width: 100%;
}

textarea.small {
  height: 5.5em;
}

textarea.medium {
  height: 10em;
}

textarea.large {
  height: 20em;
}

li.file a {
  color: #222;
  text-decoration: none;
}

li.file span {
  display: inline;
  float: none;
}

li.file img {
  display: block;
  float: left;
  margin: 0 0 0 -10px;
  padding: 5px 5px 7px 5px;
}

li.file .file-size, li.file .file-type {
  color: #666;
  font-size: 85%;
  text-transform: uppercase;
}

li.file .file-name {
  display: block;
  padding: 14px 0 0 0;
  color: blue;
  text-decoration: underline;
}

li.file .file-delete {
  color: red !important;
  font-size: 85%;
  text-decoration: underline;
}

li.file a:hover .file-name {
  color: green !important;
}

li.file a:hover .file-name {
  color: green !important;
}

form li.likert {
  margin: 0;
  padding: 6px 1% 5px 1%;
  width: auto !important;
  clear: both !important;
  float: none !important;
}

.likert table {
  margin: 0 0 0.9em 0;
  background: #fff;
  width: 100%;
  border: 1px solid #dedede;
  border-bottom: none;
}

.likert caption {
  text-align: left;
  color: #222;
  font-size: 95%;
  line-height: 135%;
  padding: 5px 0 0.5em 0;
}

.likert input {
  padding: 0;
  margin: 2px 0;
}

.likert tbody td label {
  font-size: 85%;
  display: block;
  color: #565656;
}

.likert thead td, .likert thead th {
  background-color: #e6e6e6;
}

.likert td {
  border-left: 1px solid #ccc;
  text-align: center;
  padding: 4px 6px;
}

.likert thead td {
  font-size: 85%;
  padding: 10px 6px;
}

.likert th, .likert td {
  border-bottom: 1px solid #dedede;
}

.likert tbody th {
  padding: 8px 8px;
  text-align: left;
}

.likert tbody th label {
  color: #222;
  font-size: 95%;
  font-weight: bold;
}

.likert tbody tr.alt td, .likert tbody tr.alt th {
  background-color: #f5f5f5;
}

.likert tbody tr:hover td, .likert tbody tr:hover th {
  background-color: #FFFFCF;
}

.col1 td {
  width: 30%;
}

.col2 td {
  width: 25%;
}

.col3 td {
  width: 18%;
}

.col4 td {
  width: 14.5%;
}

.col5 td {
  width: 12%;
}

.col6 td, .col7 td {
  width: 10%;
}

.col8 td, .col9 td, .col10 td {
  width: 6.5%;
}

.col11 {
  width: 6%;
}

.hideNumbers tbody td label {
  display: none;
}

form li.buttons {
  width: auto !important;
  position: relative;
  clear: both;
  padding: 10px 1% 10px 1%;
}

form li.buttons input {
  font-size: 100%;
  margin-right: 5px;
}

input.btTxt {
  padding: 0 7px;
  width: auto;
  overflow: visible;
}

.safari input.btTxt {
  font-size: 120%;
}

.buttons .marker {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 10px 0 0;
  color: #000;
  width: auto;
}

button.link {
  display: inline-block;
  border: none;
  background: none;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font-size: 100%;
}

button.link:hover {
  color: green;
}

.leftLabel li, .rightLabel li {
  width: 74% !important;
  padding-top: 9px;
}

.leftLabel .desc, .rightLabel .desc {
  float: left;
  width: 31%;
  margin: 0 15px 0 0;
}

.rightLabel .desc {
  text-align: right;
}

.leftLabel li div, .rightLabel li div {
  float: left;
  width: 65%;
}

* html .leftLabel li fieldset div, * html .rightLabel li fieldset div {
  float: right;
}

* + html .leftLabel li fieldset div, * + html .rightLabel li fieldset div {
  float: right;
}

.leftLabel .buttons, .rightLabel .buttons {
  padding-left: 23%;
}

.leftLabel .buttons div, .rightLabel .buttons div {
  float: none;
  margin: 0 0 0 20px;
}

.leftLabel p.instruct, .rightLabel p.instruct {
  width: 28%;
  margin-left: 5px;
}

.leftLabel .altInstruct .instruct, .rightLabel .altInstruct .instruct {
  margin-left: 31% !important;
  padding-left: 15px;
  width: 65%;
}

.noI form li, .altInstruct form li {
  width: auto !important;
}

.noI .leftLabel .buttons, .noI .rightLabel .buttons {
  padding-left: 31%;
}

.noI .leftLabel .buttons div, .noI .rightLabel .buttons div {
  margin: 0 0 0 17px;
}

form li.leftHalf, form li.rightHalf {
  width: 47% !important;
}

form li.leftThird, form li.middleThird, form li.rightThird {
  width: 30% !important;
}

form li.leftFourth, form li.middleFourth, form li.rightFourth {
  width: 23% !important;
  _width: 22% !important;
}

form li.leftFifth, form li.middleFifth, form li.rightFifth {
  width: 18% !important;
  _width: 17% !important;
}

form li.middleThird {
  clear: none !important;
  float: left;
  margin-left: 2% !important;
}

form li.leftFourth, form li.middleFourth, form li.leftFifth, form li.middleFifth {
  clear: none !important;
  float: left;
}

form li.rightHalf, form li.rightThird, form li.rightFourth, form li.rightFifth {
  clear: none !important;
  float: right;
}

li.leftHalf .small, li.rightHalf .small, li.leftHalf .medium, li.rightHalf .medium, li.leftThird .small, li.middleThird .small, li.rightThird .small, li.leftThird .medium, li.middleThird .medium, li.rightThird .medium, li.leftFourth .medium, li.middleFourth .medium, li.rightFourth .medium, li.leftFourth .small, li.middleFourth .small, li.rightFourth .small, li.leftFifth .medium, li.middleFifth .medium, li.rightFifth .medium, li.leftFifth .small, li.middleFifth .small, li.rightFifth .small {
  width: 100% !important;
}

form li.leftHalf, form li.leftThird, form li.leftFourth, form li.leftFifth {
  clear: left !important;
  float: left;
}

* html form li.middleFourth {
  margin-left: 1% !important;
}

* html form li.middleFifth {
  margin-left: 1% !important;
}

form li.focused {
  background-color: #fff7c0;
}

form .instruct {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 45%;
  margin: 0 0 0 8px;
  padding: 8px 10px 10px 10px;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  visibility: hidden;
  opacity: 0;
  font-size: 105%;
  -webkit-transition: opacity 350ms ease-out;
  transition: opacity 350ms ease-out;
}

form .instruct small {
  line-height: 120%;
  font-size: 80%;
  color: #444;
}

form li.focused .instruct, form li:hover .instruct {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.altInstruct .instruct, li.leftHalf .instruct, li.rightHalf .instruct, li.leftThird .instruct, li.middleThird .instruct, li.rightThird .instruct, li.leftFourth .instruct, li.middleFourth .instruct, li.rightFourth .instruct, li.leftFifth .instruct, li.middleFifth .instruct, li.rightFifth .instruct, .iphone .instruct {
  visibility: visible;
  position: static;
  margin: 0;
  padding: 6px 0 0 0;
  width: 100%;
  clear: left;
  background: none !important;
  border: none !important;
  font-style: italic;
  opacity: 1;
}

.altInstruct p.complex, li.leftHalf p.complex, li.rightHalf p.complex, li.leftThird p.complex, li.middleThird p.complex, li.rightThird p.complex, .iphone p.complex {
  padding: 0 0 9px 0;
}

.hideSeconds .seconds, .hideAMPM .ampm, .hideAddr2 .addr2, .hideSecondary #previousPageButton, .hideCents .radix, .hideCents .cents, .hideState .state {
  display: none;
}

form li.section {
  clear: both;
  margin: 0;
  padding: 7px 0 0 0;
  width: auto !important;
  position: static;
}

form li.section h3 {
  font-weight: normal;
  font-size: 110%;
  line-height: 135%;
  margin: 0 0 3px 0;
  width: auto;
  padding: 12px 1% 0 1%;
  border-top: 1px dotted #ccc;
}

form li.first {
  padding: 0;
}

form li.first h3 {
  padding: 8px 1% 0 1%;
  border-top: none !important;
}

form li.section div {
  display: block;
  width: auto;
  float: none;
  font-size: 85%;
  line-height: 160%;
  margin: 0 0 1em 0;
  padding: 0 1% 0 1%;
}

form li.section.scrollText {
  border: 1px solid #dedede;
  height: 150px;
  overflow: auto;
  margin-bottom: 10px;
  padding: 10px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 3px;
}

form li.section.scrollText h3 {
  border: none;
  padding-top: 8px;
}

form li.captcha {
  width: auto !important;
  clear: both;
  border-top: 1px dotted #ccc;
  margin-top: 5px;
  padding: 1.1em 1% 9px 1%;
  width: auto !important;
  position: static;
}

form li.captcha label.desc {
  width: auto !important;
  margin-bottom: 4px;
  float: none;
}

* + html #recaptcha_area, * + html #recaptcha_table {
  min-width: 450px !important;
}

* html #recaptcha_area, * html #recaptcha_table {
  width: 450px !important;
}

#recaptcha_widget_div table {
  background: #fff;
}

form li.captcha .noscript iframe {
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

form li.captcha .noscript label.desc {
  display: block !important;
}

form li.captcha .noscript textarea {
  margin-left: 12px;
}

iframe[src="about:blank"] {
  display: none;
}

form li.paging-context {
  clear: both;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 7px 0;
  padding: 5px 1% 10px 1%;
  width: auto !important;
  position: static;
}

.paging-context table {
  width: 100%;
}

.pgStyle1 td {
  text-align: left;
  vertical-align: middle;
}

.pgStyle1 td.c {
  width: 22px;
}

.pgStyle1 td.t {
  padding: 0 1%;
}

.pgStyle1 var {
  display: block;
  float: left;
  background: none;
  border: 1px solid #CCC;
  color: #000;
  width: 20px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  font-size: 85%;
  font-style: normal;
  border-radius: 10px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 1px 2px;
}

.pgStyle1 .done var {
  background: #ccc;
}

.pgStyle1 .selected var {
  background: #FFF7C0;
  color: #000;
  border: 1px solid #e6dead;
  font-weight: bold;
}

.pgStyle1 b {
  font-size: 85%;
  font-weight: normal;
  color: #000;
}

.pgStyle1 .selected b {
  font-weight: bold;
}

.circle6 td, .circle7 td {
  vertical-align: top;
  text-align: center;
}

.nopagelabel td.t {
  display: none;
}

.nopagelabel .pgStyle1 var, .circle6 var, .circle7 var {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 90%;
  margin: 0 auto 7px auto;
  float: none;
  border-radius: 12px;
}

.nopagelabel .pgStyle1 var {
  margin-bottom: 0;
}

.circle6 b, .circle7 b {
  padding: 0;
}

.circle2 td {
  width: 50%;
}

.circle3 td {
  width: 33%;
}

.circle4 td {
  width: 25%;
}

.circle5 td {
  width: 20%;
}

.circle6 td {
  width: 16.6%;
}

.circle7 td {
  width: 14.2%;
}

.pgStyle2 td {
  vertical-align: middle;
  height: 25px;
  padding: 2px;
  border: 1px solid #CCC;
  position: relative;
  border-radius: 14px;
  -o-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
}

.pgStyle2 var {
  display: block;
  height: 26px;
  float: left;
  background: #FFF7C0;
  color: #000;
  font-style: normal;
  text-align: right;
  border-radius: 12px;
  -o-box-shadow: rgba(0, 0, 0, 0.15) 1px 0 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 0 0;
}

.pgStyle2 var b {
  display: block;
  float: right;
  font-size: 100%;
  padding: 3px 10px 3px 3px;
  line-height: 19px;
}

.pgStyle2 em {
  font-size: 85%;
  font-style: normal;
  display: inline-block;
  margin: 0 0 0 9px;
  padding: 4px 0;
  line-height: 18px;
}

.pgStyle2 var em {
  padding: 4px 5px 3px 0;
}

.page1 .pgStyle2 var {
  padding-left: 7px;
  text-align: left;
  background: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.page1 .pgStyle2 b {
  float: none;
  padding-right: 0;
}

.hideMarkers .marker, .nopagelabel .pgStyle1 b, .nopagelabel .pgStyle2 em {
  display: none !important;
}

#errorLi, .error-container {
  width: 99%;
  margin: 15px auto 15px auto;
  background: #fff !important;
  border: 1px solid red;
  text-align: center;
  padding: 1em 0 1em 0;
  border-radius: 20px;
}

.error-container {
  width: auto;
  margin: 2em;
  padding: 2em;
}

#errorMsgLbl {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 125%;
  color: #DF0000 !important;
}

#errorMsg {
  margin: 0 0 2px 0;
  color: #000 !important;
  font-size: 100%;
}

#errorMsg b {
  padding: 2px 8px;
  background-color: #FFDFDF !important;
  color: red !important;
  border-radius: 10px;
}

form li.error {
  display: block !important;
  background-color: #FFDFDF !important;
  margin-bottom: 3px !important;
}

form li label.error, form li input.error {
  color: #DF0000 !important;
  font-weight: bold !important;
}

form li input.error, form li select.error {
  background: #fff !important;
  border: 2px solid #DF0000 !important;
}

form li.error label, form li.error span.symbol {
  color: #000 !important;
}

form li.error .desc {
  color: #DF0000 !important;
}

form p.error {
  display: none;
  margin: 0 !important;
  padding: 7px 0 0 0 !important;
  line-height: 10px !important;
  font-weight: bold;
  font-size: 11px;
  color: #DF0000 !important;
  clear: both;
}

form li.error p.error {
  display: block;
}

form li.complex p.error {
  padding: 0 0 9px 0 !important;
}

.rtl h1, .rtl form * {
  direction: rtl;
  text-align: right;
}

.rtl li span {
  float: right;
}

.rtl .right {
  float: left;
}

.rtl #logo a {
  background-position: right top;
}

.rtl label.choice {
  margin: -17px 23px 0 0;
}

.rtl .leftLabel .desc, .rtl .rightLabel .desc {
  float: right;
  margin: 0 0 0 15px;
}

.rtl .leftLabel li div, .rtl .rightLabel li div {
  float: right;
}

.rtl .leftLabel .desc {
  text-align: left;
}

.rtl li.focused .instruct, .rtl li:hover .instruct {
  left: auto;
  right: 100%;
}

.rtl .leftLabel p.instruct, .rtl .rightLabel p.instruct {
  margin-right: 5px;
}

.rtl .leftLabel .altInstruct .instruct, .rtl .rightLabel .altInstruct .instruct {
  margin-right: 31% !important;
  padding-right: 15px;
}

.rtl .leftLabel .buttons, .rtl .rightLabel .buttons {
  padding-right: 23%;
}

.rtl .leftLabel .buttons div, .rtl .rightLabel .buttons div {
  float: none;
  margin: 0 20px 0 0;
}

.noI .rtl .leftLabel .buttons, .noI .rtl .rightLabel .buttons {
  padding-right: 31%;
}

.noI .rtl .leftLabel .buttons div, .noI .rtl .rightLabel .buttons div {
  margin: 0 17px 0 0;
}

.rtl .likert td label {
  text-align: center;
}

.rtl .likert caption, .rtl .likert tbody th {
  text-align: right;
}

.rtl .likert td {
  text-align: center;
  border-left: none;
  border-right: 1px solid #ccc;
}

.rtl .pgStyle1 var {
  text-align: center;
}

.rtl .pgStyle1 td {
  text-align: right;
}

.rtl .pgStyle2 var {
  float: right;
}

.rtl .pgStyle2 var b {
  float: left;
  padding: 3px 3px 3px 10px;
}

.rtl .pgStyle2 em {
  margin: 0 9px 0 0;
}

.rtl .pgStyle2 var em {
  padding: 4px 0 3px 5px;
}

.rtl .page1 .pgStyle2 var {
  padding-right: 7px;
}

.rtl .page1 .pgStyle2 b {
  padding-left: 0;
}

.rtl .buttons .marker {
  right: auto;
  left: 0;
  padding: 15px 0 0 10px;
}

.rtl #errorLi * {
  text-align: center;
}

.rating span {
  cursor: pointer;
}

.rating span:focus {
  outline: 0;
}

.rating span, .rating:hover span:hover ~ span {
  font-size: 20px;
  line-height: 1em;
  width: 0.9em;
  height: 1em;
  padding-right: 0.1em;
  color: #c7c7c7;
  text-shadow: 0 0 1px #444;
}

.rating .clicked {
  color: #FFD954;
}

.rating > span:hover, .rating .clicked:hover, .rating:hover span {
  color: #ffe487;
  text-shadow: 0 0 1px #ff0000;
  cursor: pointer;
}

.rating:hover span {
  _color: #c7c7c7;
}

.msie6 .rating span, .msie7 .rating span {
  color: #c7c7c7;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 30px;
  width: 30px;
  font-family: "Pictos";
  font-size: 20px;
}

.msie6 .rating span:hover, .msie6 .rating span.clicked, .msie7 .rating span:hover, .msie7 .rating span.clicked {
  color: #ffe487;
}

.password-tips li {
  padding: 0;
  margin: 0 0 1em 0;
}

@media print {
  .rating span {
    color: #c7c7c7;
  }
}
.rightFormProp {
  text-align: right !important;
}

.leftFormProp {
  text-align: left !important;
}

.centerFormProp {
  text-align: center !important;
}

.redirectWebsite, .showMessage {
  height: 34px !important;
}


.hide {
  display: none;
}

.wufoo li {
  width: 100%;
}

input.medium, select.medium {
  width: 50%;
}

form li {
  margin: 0;
  padding: 0px;
}

.panel {
  margin-bottom: 0px;
  background-color: transparent;
}

.menu-pane {
  background: #0079b5;
  padding: 0.8em 0;
  padding-top: 0.8em;
  border: 0;
  width: 100%;
  top: 0;
  position: absolute;
  /*opacity : 0;*/
  right: -100%;
  /*height : 100%;*/
  min-height: 100%;
  z-index: 9999999;
}
.menu-pane .deeper.inactive {
  background-image: url("/templates/crf/images/icons/expand-menu-icon.png");
  background-repeat: no-repeat;
  background-position: 15px 21px;
  font-size: 1.5em;
}
.menu-pane .deeper.active {
  background-image: url("/templates/crf/images/icons/collapse-menu-icon.png");
  background-repeat: no-repeat;
  background-position: 15px 21px;
  font-size: 1.5em;
}
.menu-pane .parent-header > a:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 18px;
}
.menu-pane .accordion-body.level2 > li > a {
  font-size: 18px;
  padding-left: 50px;
}
.menu-pane .accordion-body.level3 > li > a {
  font-size: 18px;
  padding-left: 70px;
}
.menu-pane .login-greeting, .menu-pane .logout-button {
  display: none;
}
.menu-pane .login-greeting a, .menu-pane .logout-button a {
  color: white;
}
.menu-pane h3 {
  color: #fff;
  font-size: 1em;
  padding: 1.5em 1em 0.5em 2em;
}
.menu-pane .nav, .menu-pane .moduletable {
  background: #0079b5;
  clear: both;
  border-top: 1px solid #FFF;
}
.menu-pane .nav.mod_login, .menu-pane .moduletable.mod_login {
  padding: 1em 2em;
}
.menu-pane .nav {
  list-style: none;
  padding: 0;
  margin: 0 0 3em;
}
.menu-pane .nav > li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-pane .nav > li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-pane .nav > li ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-pane .nav > li > a {
  padding: 0;
  padding-left: 37px;
  font-family: "Maven Pro", sans-serif;
  font-size: 18px;
  font-weight: 100;
}
.menu-pane .nav > li > a:hover, .menu-pane .nav > li > a:focus {
  background: none;
}
.menu-pane .nav ul.nav-child {
  border-top: 1px solid #eee;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: #0079b5;
}
.menu-pane .nav ul.nav-child .inner-child-nav .last {
  border: 0;
  border-top: 0;
  border-bottom: 0;
}
.menu-pane .nav ul.nav-child .inner-child-nav a {
  padding-left: 40px;
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 100;
  font-family: "Maven Pro", sans-serif;
}
.menu-pane .nav ul.nav-child li {
  background: #0079b5;
}
.menu-pane .nav ul.nav-child li a {
  padding-left: 40px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 100;
  font-family: "Maven Pro", sans-serif;
}
.menu-pane .nav ul.nav-child li ul li.level-4 {
  padding-left: 20px;
}
.menu-pane .nav ul.nav-child li ul li a {
  padding-left: 45px;
  font-size: 1em;
  color: #7e898e;
  letter-spacing: 1px;
}
.menu-pane .nav ul.nav-child li .nav-header {
  padding-left: 40px;
  font-size: 16px;
  color: #fff;
}
.menu-pane .nav li {
  line-height: 50px;
  display: block;
  border-bottom: 1px solid #666;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menu-pane .nav li.parent.active {
  font-size: 1.5em;
}
.menu-pane .nav li.parent {
  font-size: 1.5em;
}
.menu-pane .nav .parent {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menu-pane .nav .parent.active {
  background: #0079b5;
}
.menu-pane .nav a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1.9em;
  text-decoration: none;
}
.menu-pane .nav a:hover {
  text-decoration: none;
}
.menu-pane ul {
  padding: 0;
  margin: 0;
}
.menu-pane .close-xs-arrow {
  background: none;
  border: 0;
  padding: 0;
  display: inline-block;
  float: left;
  clear: left;
  margin: 10px;
}
.menu-pane .search-field label {
  display: none;
}
.menu-pane .search-field #mod-finder-searchform {
  padding-left: 20px;
}
.menu-pane .search-query {
  clear: right;
  display: inline-block;
  float: right;
  width: 240px;
  border: #ddd solid 1px;
  font-size: 0.857em;
  margin-top: 3px;
  height: 30px;
  padding: 3px 28px 1px 28px;
}
.menu-pane .search-query:focus {
  background: #fff;
  color: #333;
  padding: 3px 10px 1px;
}
.menu-pane .crf-logo-area li {
  padding: 20px 40px 180px 40px;
}

.icon-bar {
  background: #ddd;
}

.menu-pane-container {
  width: 0;
  overflow-x: hidden;
  background: #eee;
  position: relative;
  height: auto;
}

.menu-pane-header {
  clear: both;
  margin-bottom: 50px;
  height: auto;
  overflow-y: auto;
}

/* MEETINGS MOBILE MENU */
.mobile-meetings-nav,
ul.mobile-meetings-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-meetings-nav ul.meetings-child-nav,
ul.mobile-meetings-nav ul.meetings-child-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #eee;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 15px 0 0 0;
}
.mobile-meetings-nav li,
ul.mobile-meetings-nav li {
  color: #fff;
  font-size: 0.966em;
  line-height: 41px;
  display: block;
  padding-left: 40px;
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 2px dotted #FFF;
}
.mobile-meetings-nav li a,
ul.mobile-meetings-nav li a {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  display: block;
  padding: 8px 0 3px 0;
}
.mobile-meetings-nav li a img,
ul.mobile-meetings-nav li a img {
  display: none;
  margin-right: 30px;
}
.mobile-meetings-nav li a:hover,
ul.mobile-meetings-nav li a:hover {
  text-decoration: none;
}

#resourcesDropdown, .resourcesDropdown {
  border: solid 2px black;
}
#resourcesDropdown h4 a.collapsed .plus, .resourcesDropdown h4 a.collapsed .plus {
  display: block;
}
#resourcesDropdown h4 a.collapsed .minus, .resourcesDropdown h4 a.collapsed .minus {
  display: none;
}
#resourcesDropdown h4, .resourcesDropdown h4 {
  cursor: default;
}
#resourcesDropdown h4 a, #resourcesDropdown h4, .resourcesDropdown h4 a, .resourcesDropdown h4 {
  font-size: 1rem;
  color: #555658;
  text-decoration: none;
}
#resourcesDropdown h4 a button, #resourcesDropdown h4 button, .resourcesDropdown h4 a button, .resourcesDropdown h4 button {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #d61d39;
  padding: 0rem;
  padding-top: 0.5rem;
  background-color: transparent;
  border: none;
}
#resourcesDropdown h4 a button small, #resourcesDropdown h4 button small, .resourcesDropdown h4 a button small, .resourcesDropdown h4 button small {
  font-size: 1rem;
}
#resourcesDropdown h4 a button img, #resourcesDropdown h4 button img, .resourcesDropdown h4 a button img, .resourcesDropdown h4 button img {
  width: 15px;
  margin-left: 5px;
  margin-top: -5px;
}
#resourcesDropdown h4 a .plus, #resourcesDropdown h4 .plus, .resourcesDropdown h4 a .plus, .resourcesDropdown h4 .plus {
  display: none;
}
#resourcesDropdown h4 a .minus, #resourcesDropdown h4 .minus, .resourcesDropdown h4 a .minus, .resourcesDropdown h4 .minus {
  display: block;
}
#resourcesDropdown > h4, .resourcesDropdown > h4 {
  padding: 1.4rem 2rem 0.7rem 2rem;
}
#resourcesDropdown .card.card-body, .resourcesDropdown .card.card-body {
  background-color: #f4f4f4;
  padding: 3rem 2rem 3rem 2rem;
}
#resourcesDropdown .card.card-body h3, .resourcesDropdown .card.card-body h3 {
  margin-bottom: 0px;
  font-size: 1rem;
}
#resourcesDropdown.small > h4, .resourcesDropdown.small > h4 {
  padding: 1rem 1rem 0.5rem 1rem;
}

nav.navbar {
  border: none;
  background-color: #fff;
  padding: 0rem 0rem 0rem 1rem;
  height: 81px;
}
@media (max-width: 992px) {
  nav.navbar {
    padding: 0rem 0rem 0rem 0rem;
  }
}
nav.navbar #mainNav ul.level1 > li {
  border-right: solid 1px #fff;
}
nav.navbar #mainNav ul.level1 > li:hover {
  background-image: none;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level1 > li:hover {
    background-image: none;
  }
}
nav.navbar #mainNav ul.level1 > li:first-child {
  border-left: solid 1px #fff;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level1 > li:first-child {
    border-left: none;
  }
}
nav.navbar #mainNav ul.level1 > li > span, nav.navbar #mainNav ul.level1 > li > span > a {
  color: #404041;
  font-weight: bold;
  text-transform: uppercase;
}
nav.navbar #mainNav ul.level1.hl-0 > li > span, nav.navbar #mainNav ul.level1.hl-1 > li > span, nav.navbar #mainNav ul.level1.hl-2 > li > span, nav.navbar #mainNav ul.level1.hl-3 > li > span, nav.navbar #mainNav ul.level1.hl-4 > li > span, nav.navbar #mainNav ul.level1.hl-5 > li > span, nav.navbar #mainNav ul.level1.hl-6 > li > span {
  color: #77787b;
}
@media screen and (max-width: 992px) {
  nav.navbar #mainNav ul.level1.hl-0 > li > span, nav.navbar #mainNav ul.level1.hl-1 > li > span, nav.navbar #mainNav ul.level1.hl-2 > li > span, nav.navbar #mainNav ul.level1.hl-3 > li > span, nav.navbar #mainNav ul.level1.hl-4 > li > span, nav.navbar #mainNav ul.level1.hl-5 > li > span, nav.navbar #mainNav ul.level1.hl-6 > li > span {
    color: white !important;
  }
}
nav.navbar #mainNav ul.level1 .dropdown-menu {
  padding-bottom: 0em;
}
nav.navbar #mainNav ul.level2 {
  display: flex;
  height: 240px;
}
@media (max-width: 1800px) {
  nav.navbar #mainNav ul.level2 {
    height: 225px;
  }
}
@media (max-width: 1600px) {
  nav.navbar #mainNav ul.level2 {
    height: 218px;
  }
}
@media (max-width: 1500px) {
  nav.navbar #mainNav ul.level2 {
    height: 215px;
  }
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level2 {
    height: auto;
  }
}
nav.navbar #mainNav ul.level2.size3, nav.navbar #mainNav ul.level2.size4 {
  flex-direction: column;
}
nav.navbar #mainNav ul.level2.size3 > li, nav.navbar #mainNav ul.level2.size4 > li {
  width: 50%;
  flex-grow: 0;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level2.size3 > li, nav.navbar #mainNav ul.level2.size4 > li {
    width: 100% !important;
  }
}
nav.navbar #mainNav ul.level2.size6 {
  flex-direction: column;
}
nav.navbar #mainNav ul.level2.size6 > li {
  flex-grow: 0;
  width: 24%;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level2.size6 > li {
    width: 100% !important;
  }
}
nav.navbar #mainNav ul.level2.size7, nav.navbar #mainNav ul.level2.size8 {
  flex-direction: column;
}
nav.navbar #mainNav ul.level2.size7 > li, nav.navbar #mainNav ul.level2.size8 > li {
  flex-grow: 0;
  width: 24%;
}
nav.navbar #mainNav ul.level2.size7 > li:nth-child(6), nav.navbar #mainNav ul.level2.size8 > li:nth-child(6) {
  width: 32%;
}
nav.navbar #mainNav ul.level2.size7 > li:nth-child(6) ul.level3 li, nav.navbar #mainNav ul.level2.size8 > li:nth-child(6) ul.level3 li {
  flex-basis: 100%;
}
@media screen and (max-width: 1400px) {
  nav.navbar #mainNav ul.level2.size7 > li:nth-child(6) ul.level3 li, nav.navbar #mainNav ul.level2.size8 > li:nth-child(6) ul.level3 li {
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level2.size7 > li, nav.navbar #mainNav ul.level2.size8 > li {
    width: 100% !important;
  }
}
nav.navbar #mainNav ul.level2.s2s1s1s1 > li {
  flex-grow: 1;
}
nav.navbar #mainNav ul.level2.s2s1s1s1 > li:first-child {
  flex-grow: 2;
}
nav.navbar #mainNav ul.level2 ul.level3 {
  margin-bottom: 0.8rem;
}
@media (max-width: 1500px) {
  nav.navbar #mainNav ul.level2 ul.level3 {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level2 ul.level3 {
    margin-bottom: 0rem;
    background-color: white;
  }
}
nav.navbar #mainNav ul.level2 ul.level3 li {
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 8px;
}
nav.navbar #mainNav ul.level2 ul.level3 li span, nav.navbar #mainNav ul.level2 ul.level3 li span a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-family: proxima-nova-condensed, sans-serif;
}
@media screen and (max-width: 1600px) {
  nav.navbar #mainNav ul.level2 ul.level3 li {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  nav.navbar #mainNav ul.level2 ul.level3 li span, nav.navbar #mainNav ul.level2 ul.level3 li span a {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
  nav.navbar #mainNav ul.level2 ul.level3 li:last-child {
    margin-bottom: 0.5rem;
  }
}
nav.navbar #mainNav ul.level2 ul.level3.size9, nav.navbar #mainNav ul.level2 ul.level3.size10, nav.navbar #mainNav ul.level2 ul.level3.size12, nav.navbar #mainNav ul.level2 ul.level3.size11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /*   align-items:flex-start; */
  height: 90px;
  /*
  dsa

  */
}
@media screen and (max-width: 1600px) {
  nav.navbar #mainNav ul.level2 ul.level3.size9, nav.navbar #mainNav ul.level2 ul.level3.size10, nav.navbar #mainNav ul.level2 ul.level3.size12, nav.navbar #mainNav ul.level2 ul.level3.size11 {
    height: 90px;
  }
}
@media screen and (max-width: 1183px) {
  nav.navbar #mainNav ul.level2 ul.level3.size9, nav.navbar #mainNav ul.level2 ul.level3.size10, nav.navbar #mainNav ul.level2 ul.level3.size12, nav.navbar #mainNav ul.level2 ul.level3.size11 {
    height: 100px;
  }
}
@media screen and (max-width: 992px) {
  nav.navbar #mainNav ul.level2 ul.level3.size9, nav.navbar #mainNav ul.level2 ul.level3.size10, nav.navbar #mainNav ul.level2 ul.level3.size12, nav.navbar #mainNav ul.level2 ul.level3.size11 {
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  nav.navbar #mainNav ul.level2 ul.level3.size9, nav.navbar #mainNav ul.level2 ul.level3.size10, nav.navbar #mainNav ul.level2 ul.level3.size12, nav.navbar #mainNav ul.level2 ul.level3.size11 {
    display: block;
  }
}
nav.navbar #mainNav ul.level2 ul.level3.size9 li, nav.navbar #mainNav ul.level2 ul.level3.size10 li, nav.navbar #mainNav ul.level2 ul.level3.size12 li, nav.navbar #mainNav ul.level2 ul.level3.size11 li {
  border: solid thin transparent;
  display: block;
  padding-right: 5px;
  max-width: 48%;
  height: auto;
  flex: 1;
}
@media screen and (max-width: 992px) {
  nav.navbar #mainNav ul.level2 ul.level3.size9 li, nav.navbar #mainNav ul.level2 ul.level3.size10 li, nav.navbar #mainNav ul.level2 ul.level3.size12 li, nav.navbar #mainNav ul.level2 ul.level3.size11 li {
    flex-basis: 100%;
    max-width: none;
    border: none;
  }
  nav.navbar #mainNav ul.level2 ul.level3.size9 li:last-child, nav.navbar #mainNav ul.level2 ul.level3.size10 li:last-child, nav.navbar #mainNav ul.level2 ul.level3.size12 li:last-child, nav.navbar #mainNav ul.level2 ul.level3.size11 li:last-child {
    margin-bottom: 1rem;
  }
}
nav.navbar #mainNav ul.level3 > li::before {
  content: normal;
}
nav.navbar #mainNav ul.level3 > li {
  border-bottom: solid 1px #d5d6d8;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level3 > li {
    padding-bottom: 0px;
  }
}
nav.navbar #mainNav ul.level3 > li:hover {
  border-bottom: solid 1px #404041;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level3 > li:hover {
    border-bottom: solid 1px #d5d6d8;
  }
}
nav.navbar #mainNav ul.level3 > li span {
  display: inline-block;
}
nav.navbar #mainNav ul.level3 > li span a:hover {
  color: #58595b;
}
nav.navbar #mainNav ul.level3 > li span:first-child {
  display: none;
  color: green;
  position: absolute;
  float: left;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level3 > li span:first-child {
    display: none;
  }
}
nav.navbar #mainNav ul.level3 > li span:last-child {
  margin-left: 0px;
}
@media (max-width: 992px) {
  nav.navbar #mainNav ul.level3 > li span:last-child {
    margin-left: 0px;
  }
}
nav.navbar #mainNav ul.level3 > li.hide {
  display: none !important;
}
nav.navbar #mainNav .features .row > div span {
  font-size: 0.9rem;
}
@media screen and (max-width: 1600px) {
  nav.navbar #mainNav .features .row > div span {
    font-size: 0.7rem;
  }
}

nav.navbar #mainNav .features .row > div:first-child img {
  margin-right: 0px;
}

nav.navbar #mainNav .features .row > div:nth-child(2) img {
  margin-left: 0px;
}

nav.navbar #mainNav .features .col-md-4 {
  padding: 0px 7px;
}
nav.navbar #mainNav .features .col-md-6 {
  padding: 0px 7px;
}

nav.navbar #mainNav ul.level2 > li > span {
  color: #404041;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  padding-right: 0px;
  font-family: proxima-nova-condensed, sans-serif;
  border-bottom: solid 1px #d5d6d8;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0.5rem;
  margin-right: 0rem;
}
nav.navbar #mainNav ul.level2 > li > span a {
  font-size: 0.9rem;
  line-height: 0.9rem;
}
nav.navbar #mainNav ul.level2 > li > span a:hover {
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  nav.navbar #mainNav ul.level2 > li > span {
    color: white;
  }
}

nav.navbar #mainNav ul.level1 > li.no-texttransform a {
  text-transform: none;
}

.navmenu {
  padding-top: 2rem;
  padding-left: 2rem;
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 992px) {
  .navmenu {
    padding: 0px;
  }
}

.btn.btn-round {
  border-radius: 40px;
  padding: 1rem 4rem;
  color: white;
  font-size: 1rem;
  background-color: #404041;
}
.btn.btn-round:hover {
  background-color: #d61d39;
}

#heart .btn {
  margin-top: 3rem !important;
}

.features {
  background-size: cover;
}

footer {
  background-color: #404041;
  color: white;
}
footer svg.mw-300 {
  max-width: 225px;
}
footer h4 {
  font-size: 20px;
}
footer p {
  font-size: 14px;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}

.level2 > li .level3 li {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .level2 > li .level3 li {
    margin-left: 0px;
  }
}

a {
  color: #d61d39;
}

.bg-beige {
  background-color: #fae1c2;
}

/*# sourceMappingURL=template.css.map */
