body.ragan-header-footer {
  margin: 0;
  background-color: #ffffff;
  color: #111111;
  font-family: "Open Sans", sans-serif;
}

body.ragan-header-footer img {
  max-width: 100%;
  height: auto;
}

body.ragan-header-footer .site-main {
  display: block;
}

#header,
#footer,
#header *,
#footer * {
  box-sizing: border-box;
}

#header .container,
#footer .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#header .container::after,
#footer .container::after,
#header .row::after,
#footer .row::after {
  content: "";
  display: table;
  clear: both;
}

#header .row,
#footer .row {
  margin-right: -10px;
  margin-left: -10px;
}

#header [class*="col-"],
#footer [class*="col-"] {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

#header .col-xs-60,
#footer .col-xs-60 {
  float: left;
  width: 100%;
}

@media (min-width: 576px) {
  #header .container,
  #footer .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  #header .container,
  #footer .container {
    width: 720px;
    max-width: 100%;
  }

  #header .col-md-11 {
    float: left;
    width: 18.3333333333%;
  }

  #header .col-md-12,
  #footer .col-md-12 {
    float: left;
    width: 20%;
  }

  #header .col-md-49 {
    float: left;
    width: 81.6666666667%;
  }

  #header .col-md-60,
  #footer .col-md-60 {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  #header .container,
  #footer .container {
    width: 960px;
    max-width: 100%;
  }

  #header .col-lg-10 {
    float: left;
    width: 16.6666666667%;
  }

  #header .col-lg-20 {
    float: left;
    width: 33.3333333333%;
  }

  #header .col-lg-40 {
    float: left;
    width: 66.6666666667%;
  }

  #header .col-lg-50 {
    float: left;
    width: 83.3333333333%;
  }
}

@media (min-width: 1130px) {
  #header .container,
  #footer .container {
    width: 1100px;
    max-width: 100%;
  }

  #header .col-xl-10 {
    float: left;
    width: 16.6666666667%;
  }

  #footer .col-xl-8 {
    float: left;
    width: 13.3333333333%;
  }

  #footer .col-xl-12 {
    float: left;
    width: 20%;
  }

  #footer .col-xl-13 {
    float: left;
    width: 21.6666666667%;
  }

  #footer .col-xl-15 {
    float: left;
    width: 25%;
  }

  #header .col-xl-50 {
    float: left;
    width: 83.3333333333%;
  }
}

#header .btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}

#header .btn:hover,
#header .btn:focus {
  text-decoration: none;
}

#header .btn-info {
  color: #ffffff;
  background-color: #009ec5;
  border-color: #009ec5;
}

#header .btn-info:hover,
#header .btn-info:focus,
#header .btn-info:active {
  color: #ffffff;
  background-color: #007592;
  border-color: #006d88;
}

#header .hidden-sm-down {
  display: block;
}

@media (max-width: 767px) {
  #header .hidden-sm-down {
    display: none !important;
  }
}

#header {
  color: #ffffff;
  position: relative;
  margin: 0;
  width: 100%;
  line-height: 1em;
  z-index: 100035;
}

#header a {
  color: #ffffff;
}

#header a:hover {
  color: #009ec5;
  text-decoration: none;
}

#header ul {
  margin: 0;
  padding: 0;
}

#header ul li {
  display: inline-block;
}

#header #top-menu {
  position: relative;
}

#header .toplinks {
  background-color: #009ec5;
}

#header .toplinks > .container {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .toplinks ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.77em;
  line-height: 1;
  text-transform: uppercase;
  align-items: center;
}

#header .toplinks ul#top-links {
  display: flex;
  align-items: center;
  gap: 1em;
  text-wrap: balance;
}

#header .toplinks ul#top-links li {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

@media (min-width: 768px) {
  #header .toplinks ul#top-links li {
    padding: 8px 0;
  }
}

#header .toplinks .sitenav {
  z-index: 2;
}

#header .toplinks .utility {
  position: relative;
  text-align: right;
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-left: auto;
}

#header .toplinks .utility ul {
  width: 100%;
  height: 100%;
}

#header .toplinks .utility ul li {
  height: 100%;
  margin: 0 0 0 10px;
}

#header .toplinks .utility ul li.search-form {
  z-index: 10;
  margin-left: 0;
}

#header .toplinks .utility ul li.search-form.open {
  padding: 0;
  z-index: 5;
  position: relative;
}

#header .toplinks .utility ul li.search-form.open #search {
  width: 30px;
  background-color: #003d79;
}

#header .toplinks .utility ul li.search-form.open .searchFormContainer .searchFormContainerInner {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

#header .toplinks .utility ul li.search-form #search {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  z-index: 2;
}

#header .toplinks .utility ul li.search-form .searchFormContainer {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

#header .toplinks .utility ul li.search-form .searchFormContainer .searchFormContainerInner {
  position: absolute;
  height: 100%;
  width: 230px;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

#header .toplinks .utility ul li.search-form .searchFormContainer .searchFormContainerInner * {
  height: 100%;
}

@media (max-width: 991px) {
  #header .toplinks .utility ul li.search-form .searchFormContainer .searchFormContainerInner {
    width: 150px;
  }
}

#header .toplinks .utility ul li.search-form input {
  display: inline-block;
  float: left;
  background-color: #d1d1d1;
}

#header .toplinks .utility ul li.search-form input.search-input {
  width: 170px;
  border: none;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  color: #111111;
  outline: 0;
  padding: 6px 6px 7px 6px;
  font-size: 0.8em;
}

@media (max-width: 991px) {
  #header .toplinks .utility ul li.search-form input.search-input {
    width: 90px;
  }
}

#header .toplinks .utility ul li.search-form input.search-submit {
  width: 30px;
  border: none;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  color: #111111;
  font-family: FontAwesome;
  line-height: 1.1em;
  padding: 6px 0 7px 0;
  font-size: 0.8em;
}

#header .toplinks .utility ul#top-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header .toplinks .utility ul#top-menu .login-nav {
  display: none;
  /* display: inline-flex; */
  align-items: center;
}

#header .toplinks .utility ul#top-menu .login-nav a {
  text-wrap: nowrap;
}

#header > .header.header-inverse {
  position: relative;
  background-color: #ffffff;
}

#header > .header.header-inverse .container {
  padding: 18px 0 0;
  position: relative;
}

#header .header .container img.raganMainLogo {
  width: 180px;
}

#header .header .container svg.raganMainLogo {
  width: 180px;
}

#header .header .row {
  margin: 0;
  width: 100%;
}

#header .header-conference-nav {
  position: initial;
}

#header .header-conference-nav,
#header .header-conference-nav .last-menu-btn {
  display: block;
}

#header #main-nav-buttons {
  float: right;
  right: 0;
  bottom: 0;
  position: absolute;
}

#header #main-nav-buttons.nav-conference {
  margin-bottom: 1rem;
}

#header #main-nav-buttons a.btn.btn-info {
  background-color: transparent;
  border: none !important;
  font-family: "Inter Tight", serif;
  font-size: 0.9em;
  font-weight: 700;
}

#header #main-nav-buttons.nav-conference a.btn.btn-info {
  padding: 0.5rem 0.5rem;
}

#header #main-conf-nav-button {
  display: none;
  font-size: 2em;
  color: #003067;
}

#header .header-conference-nav a.last-menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  font-size: 15px;
  line-height: 1em;
  margin: 0.7rem 0.5rem;
  border: 0;
  background-color: #f16b3c;
  color: #ffffff;
  font-family: "Inter Tight", serif;
  font-weight: 700;
}

#header .header-conference-nav a.last-menu-btn:hover,
#header .header-conference-nav a.last-menu-btn:focus {
  color: #ffffff;
  background-color: #f16b3c;
}

#header .header-conference-nav a.last-menu-btn i {
  display: none;
  font-size: 15px;
}

@media (max-width: 400px) {
  #header .header-conference-nav a.last-menu-btn {
    font-size: 12px;
    margin-top: 1em;
  }
}

@media (max-width: 340px) {
  #header .header-conference-nav a.last-menu-btn i {
    display: inline-block;
    font-size: 15px;
  }

  #header .header-conference-nav a.last-menu-btn span {
    display: none;
  }
}

@media (min-width: 768px) {
  #header .header-conference-nav,
  #header .header-conference-nav a.last-menu-btn {
    display: none;
  }
}

#header .header-events-nav {
  display: block;
}

#header .header-events-nav #rp-events-menu {
  font-family: "Inter Tight", serif;
  position: absolute;
  right: 0;
  bottom: 14px;
  float: none;
  width: auto;
  display: block;
}

#header .header-events-nav #rp-events-menu li {
  margin: 0 0 0 13px;
  line-height: normal;
}

#header .header-events-nav #rp-events-menu li a {
  text-transform: uppercase;
  width: 100%;
  padding-top: 5px;
  display: block;
  position: relative;
  line-height: normal;
  font-size: 0.94em;
  font-weight: 400;
  text-decoration: none;
  color: #003d79;
}

#header .header-events-nav #rp-events-menu li a:hover {
  color: #00bcd4;
}

@media (min-width: 992px) and (max-width: 1129px) {
  #header .header-events-nav #rp-events-menu li a {
    font-size: 0.8em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header .toplinks ul#top-links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  #header .toplinks ul#top-links li:last-of-type {
    margin-right: 0;
  }

  #header .header .container img.raganMainLogo,
  #header .header .container svg.raganMainLogo {
    width: 110px !important;
  }

  #header .header-events-nav #rp-events-menu {
    width: 82%;
    margin-right: 25px;
    text-align: right;
    bottom: 13px;
  }

  #header .header-events-nav #rp-events-menu li {
    margin: 0 3px;
  }

  #header .header-events-nav #rp-events-menu li a {
    font-size: 0.7em;
  }
}

@media (max-width: 767px) {
  body.ragan-header-footer {
    padding-top: 50.6016px;
  }

  body.admin-bar.ragan-header-footer {
    padding-top: calc(50.6016px + 46px);
  }

  body.admin-bar.ragan-header-footer #header {
    top: 46px;
  }

  #header {
    position: fixed;
    top: 0;
  }

  #header .toplinks {
    height: 0;
    overflow: visible;
  }

  #header .toplinks .sitenav {
    display: none;
  }

  #header .toplinks .utility ul li {
    display: none;
  }

  #header .toplinks .utility ul#top-menu .login-nav {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    z-index: 2;
  }

  #header > .header.header-inverse {
    min-height: 50.6016px;
  }

  #header > .header.header-inverse .container {
    width: 100%;
    padding: 10px 0 0 !important;
    text-align: center;
  }

  #header .header .container img.raganMainLogo,
  #header .header .container svg.raganMainLogo {
    width: 72px !important;
  }

  #header .header-events-nav {
    display: block;
    clear: both;
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  #header .header-conference-nav {
    display: block;
    position: initial;
  }

  #header #main-conf-nav-button {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
  }

  #header #main-nav-buttons {
    float: left;
    left: 0;
    bottom: 0;
    position: relative;
    width: 100%;
    display: none;
    margin: 0;
    padding: 0;
    text-align: left;
    background: linear-gradient(165deg, #2d37af 0%, #102c5f 100%);
  }

  #header.is-mobile-nav-open #main-nav-buttons,
  #header.is-mobile-nav-open .header-events-nav #rp-events-menu {
    display: block;
  }

  #header #main-nav-buttons a {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-align: left;
    color: rgba(255, 255, 255, 0.92);
    font-family: "Inter Tight", "Inter Tight", sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 1.2;
    padding: 0.85rem 1.25rem;
    border: none !important;
    border-left: 3px solid transparent !important;
    transition: all 0.18s ease;
  }

  #header #main-nav-buttons a.btn.btn-info {
    padding: 0.85rem 1.25rem;
    background-color: transparent !important;
  }

  #header #main-nav-buttons a:not(:last-of-type) {
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.07);
  }

  #header #main-nav-buttons a:last-of-type {
    margin: 0.6rem 1rem 0.85rem;
    padding: 0.82rem 1.25rem;
    background: linear-gradient(135deg, #ed602e 0%, #f04a33 100%) !important;
    color: #ffffff !important;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
    border-left: none !important;
    box-shadow: 0 4px 14px rgba(237, 96, 46, 0.35);
    font-size: 0.84rem;
    letter-spacing: 0.08em;
  }

  #header #main-nav-buttons a:not(:last-of-type):hover,
  #header #main-nav-buttons a:not(:last-of-type):focus,
  #header #main-nav-buttons a:not(:last-of-type):active,
  #header #main-nav-buttons a:not(:last-of-type).is-current {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    border-left-color: #f27143 !important;
  }

  #header #main-nav-buttons a:last-of-type:hover,
  #header #main-nav-buttons a:last-of-type:focus,
  #header #main-nav-buttons a:last-of-type:active {
    color: #ffffff !important;
    background: linear-gradient(135deg, #f27143 0%, #ed602e 100%) !important;
    box-shadow: 0 6px 18px rgba(237, 96, 46, 0.45);
    transform: translateY(-1px);
  }

  #header .header-events-nav #rp-events-menu {
    display: none;
    background: #333333;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    right: auto;
    bottom: auto;
  }

  #header .header-events-nav #rp-events-menu li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    border-top: 1px solid #555555;
    line-height: 24px;
    text-align: left;
  }

  #header .header-events-nav #rp-events-menu li a {
    width: 100%;
    padding: 3px 0;
    display: block;
    position: relative;
    line-height: 2em;
    font-size: 0.94em;
    font-weight: 400;
    text-transform: uppercase;
    color: #f1f1f1;
  }

  #header .header-events-nav #rp-events-menu li a:hover,
  #header .header-events-nav #rp-events-menu li a:focus {
    color: #00bcd4;
  }

  #footer .lookbookimg,
  #footer .lookbookimg img {
    max-width: 100%;
  }
}

#footer {
  background-color: #003d79;
  color: #ffffff;
  float: left;
  width: 100%;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

#footer-links {
  position: relative;
  margin-top: 20px;
  line-height: 1.1em;
}

@media (max-width: 1129px) {
  #footer-links {
    font-size: 13px;
  }
}

#footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  #footer-links ul {
    float: left;
  }
}

@media (max-width: 767px) {
  #footer-links ul {
    width: 100%;
  }
}

#footer-links ul li {
  margin-bottom: 5px;
  padding: 0;
}

@media (max-width: 767px) {
  #footer-links ul li {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2em;
    text-transform: uppercase;
    display: block;
  }
}

#footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
}

#footer-links ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #footer-links ul li a:hover {
    text-decoration: none;
  }

  #footer-links ul li a {
    width: 100%;
    padding: 3px 0;
    font-size: 0.94em;
    display: block;
  }
}

#footer-links .inc5000-callout {
  position: absolute;
  bottom: -25px;
  right: 40px;
}

#footer-links .inc5000-callout img {
  width: 110px;
}

@media (max-width: 767px) {
  #footer-links .inc5000-callout {
    bottom: 0;
  }

  #footer-links .inc5000-callout img {
    width: 150px;
  }

  #footer #footer-links ul li {
    border-bottom: 0;
  }
}

.footer-link-title {
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  #footer-links ul li.footer-link-title {
    color: #ffffff;
    font-weight: bold;
    border-bottom: 0;
  }
}

#footer-info {
  float: left;
  width: 100%;
  border-top: 1px solid #ffffff;
  margin: 50px 0;
  padding-top: 50px;
}

@media (max-width: 767px) {
  #footer-info {
    border-top: 0;
    margin: 0 0 50px 0;
  }
}
