@charset "UTF-8";
/* Unit editable CSS */
body {
  font-family: 'Whitney SSm A', 'Whitney SSm B', Catamaran, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6875;
}

h1,
h2,
h3 {
  font-weight: 300;
  color: inherit;
  margin: 1rem 0;
  line-height: 1.1;
  text-rendering: optimizelegibility;
}

h1 {
  line-height: 1;
}

h1,
h2 {
  clear: both;
}

p {
  margin-top: 0.25em;
  margin-bottom: 1rem;
}

h4 {
  margin-bottom: 0;
}

h4 + p {
  margin-top: 0;
}

h1 {
  color: #002145;
  font-size: 2em;
}

@media screen and (min-width: 900px) {
  h1 {
    font-size: 2.5em;
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 3.5em;
  }
}

h2 {
  color: #027298;
  font-size: 1.7em;
}

@media screen and (min-width: 900px) {
  h2 {
    font-size: 2em;
  }
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 2.5em;
  }
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.2em;
  line-height: 1.3;
}

img {
  width: auto;
  max-width: 100%;
}

sub,
sup {
  font-size: 55%;
}

.lead {
  color: #be972e;
  font-size: 1.25em;
  margin: 1em 0;
  line-height: 1.3;
}

@media screen and (min-width: 900px) {
  .lead {
    font-size: 1.5em;
    margin: 2em 0;
    line-height: 1.6;
  }
}

blockquote {
  background-color: #be972e;
  color: #503b1e;
  margin: 20px -20px;
  padding: 1em 1.5em 1em 2.5em;
  position: relative;
}

@media screen and (min-width: 900px) {
  blockquote {
    border-left: 1em solid #503b1e;
    margin: 20px 0;
    max-width: 400px;
    float: right;
    margin: 20px;
  }
}

@media screen and (min-width: 1200px) {
  blockquote {
    margin-right: -10%;
  }
}

blockquote::before,
blockquote::after {
  font-family: Catamaran, Arial, sans-serif;
  color: #503b1e;
  font-size: 5em;
  position: absolute;
  line-height: 0.1em;
}

blockquote::before {
  content: "\201C";
  left: 0.1em;
  top: 0.6em;
}

blockquote::after {
  content: "\201D";
  right: 0.1em;
  bottom: 0;
}

cite::before {
  content: '– ';
}

a.map {
  color: #fff;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge--free {
  background-color: #bc6844;
}

.badge--paid {
  background-color: #be972e;
}

.btn {
  line-height: 1;
  background-image: none;
  border: 0;
  border-radius: .2em;
  filter: none;
  padding: 0.5em 1em;
}

.btn-large {
  font-size: 1.5em;
  margin: 0 0.5em;
}

.btn--free {
  background: #bc6844;
}

.btn--paid {
  background: #be972e;
}

.card-deck {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1em 0;
  text-align: center;
}

.card-deck .card {
  margin-bottom: 2em;
}

@media screen and (min-width: 900px) {
  .card-deck {
    flex-flow: row wrap;
  }
  .card-deck .card {
    text-align: left;
    width: 50%;
    flex: 0 0 auto;
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .card-deck .card {
    width: 33%;
  }
}

.card-body {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .card-deck--keynote .card {
    width: 50%;
    flex: 0 0 50%;
  }
}

.card-deck--keynote .card-body {
  margin: 0 1em;
}

@media screen and (min-width: 900px) {
  .card-deck--keynote .card-body {
    text-align: left;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}

.card figure {
  margin-left: 0;
  margin-right: 0;
}

.card figure img {
  display: inline-block;
}

.card h4 {
  margin-top: 0;
}

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

@media screen and (min-width: 900px) {
  .inside .card-deck .card {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .inside .card-deck .card {
    width: 100%;
  }
}

.inside .card-deck .card {
  width: 100%;
}

.inside .card-deck .card .card-body {
  width: 100%;
  text-align: left;
}

.inside .card-deck .card .card-body figure {
  float: left;
  width: 250px;
}

.inside .card-deck .card .card-body figure img {
  max-width: 200px;
  min-width: 150px;
}

.inside .card-deck .card .card-body .speaker-content {
  width: 70%;
  float: left;
}

.inside .card-deck .card .card-body .speaker-content h3 {
  color: #f5be2a;
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

.inside .card-deck .card .card-body .speaker-content h3 span.degrees {
  font-size: 0.6em;
  color: #be972e;
}

@media screen and (max-width: 900px) {
  .inside .card-deck .card .card-body .speaker-content {
    width: 90%;
  }
}

.inside section.section--center .card-deck .card .card-body {
  text-align: center;
}

.navbar .nav {
  float: none;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .navbar .nav {
    justify-content: center;
    flex-direction: row;
  }
}

.navbar .btn-navbar {
  box-shadow: none !important;
  width: 40px;
  height: 40px;
  padding: 15px 12px;
  margin: 5px;
}

#ubc7-unit-name {
  margin-top: 0;
}

#ubc7-unit {
  padding: 10px 15px;
  height: auto;
}

#ubc7-unit-menu .nav > li {
  float: none;
}

.navbar .btn-navbar,
.navbar .btn-navbar:active,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:hover {
  background: #002145;
}

#ubc7-unit-menu,
#ubc7-unit-menu .navbar-inner {
  background-color: #027298;
}

#ubc7-unit-alternate-navigation .nav > li > a,
#ubc7-unit-menu .nav > li > a {
  color: #fff;
}

#ubc7-unit-alternate-navigation .nav > li.active > a,
#ubc7-unit-menu .nav > li.active > a {
  background-color: #002145;
  color: #fff;
}

#ubc7-unit-navigation {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#ubc7-unit-menu .nav-collapse li:last-child {
  border-bottom: 0;
}

ul.nav span.new.badge.badge--paid {
  padding: 0.1em 0.2em;
  margin: 0;
}

.text--warning {
  color: #be972e;
}

/** Unit Bar background color **/
#ubc7-unit {
  background: #be972e;
  box-shadow: none;
}

#ubc7-unit-name a,
#ubc7-unit-name a:hover {
  text-shadow: none;
}

/** Social Icons **/
#ubc7-unit-social-icons i {
  color: #be972e;
}

html {
  height: 100%;
}

* {
  box-sizing: border-box;
}

section::before {
  visibility: hidden;
  pointer-events: none;
  content: "";
  display: block;
  height: 170px;
  /* fixed header height*/
  margin-top: -170px;
  /* negative fixed header height */
}

body {
  background-color: #002145;
  padding: 0;
  position: relative;
}

#ubc7-footer {
  font-size: 14px;
}

.affix {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 100;
  box-shadow: 0 5px 0 #002145;
  transition: box-shadow .4s;
}

/* Padding for a smoth affix */
.affix + .container-fluid {
  padding-top: 72px;
}

.content {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .body {
    margin: 0 auto;
    width: 900px;
  }
}

@media screen and (max-width: 980px) {
  .body {
    padding-left: 50px;
    padding-right: 50px;
  }
}

section {
  padding: 20px;
}

section h1,
section h2 {
  text-align: center;
}

section h1,
section h2,
section h3 {
  color: #503b1e;
}

@media screen and (min-width: 1400px) {
  section {
    padding: 20px 0;
  }
}

#about {
  padding: 30px 0 40px;
}

#about h2 {
  margin-bottom: 30px;
}

.section--inverse {
  background-color: #027298;
  color: #fff;
}

.section--inverse h1,
.section--inverse h2,
.section--inverse h3 {
  color: #fff;
}

.section--inverse a.more {
  color: #fff;
  text-decoration: underline;
}

.section--inverse a.more:hover {
  color: #fff;
  text-decoration: underline;
}

.section--inverse p.lead {
  color: #fff;
}

.section--inverse h3 a {
  color: #fff;
  text-decoration: underline;
}

.section--inverse h3 a:hover {
  color: #fff;
  text-decoration: underline;
}

.section--inverse h3 a.more {
  font-size: 0.5em;
}

.section--inverse h4 {
  color: #f5be2a;
}

.section--inverse h4 a {
  color: #f5be2a;
  text-decoration: underline;
}

.section--inverse h4 a:hover {
  color: #f5be2a;
  text-decoration: underline;
}

.section--inverse a, .section--inverse a:hover {
  color: #fff;
}

.section--inverse ol.faq li {
  padding-left: 20px;
  margin-bottom: 15px;
}

.section--inverse ol.faq ul li {
  margin-top: 10px;
  margin-bottom: 12px;
  padding-left: 10px;
  margin-left: -5px;
}

.section--inverse ol.faq ul li a,
.section--inverse ol.faq ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.section--center {
  text-align: center;
}

section::after {
  content: '';
  clear: both;
  display: table;
}

.degrees {
  color: #be972e;
  font-size: 0.7em;
}

.masthead {
  width: 100%;
  height: 30vh;
  min-height: 550px;
  display: block;
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 900px) {
  .masthead {
    height: 50vh;
  }
}

.masthead h1,
.masthead h2,
.masthead h3,
.masthead p {
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(81, 64, 18, 0.6);
}

.masthead h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 480px) {
  .masthead h3 {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.masthead h2 {
  margin-top: 1em;
}

@media screen and (min-width: 480px) {
  .masthead h2 {
    margin-top: 2em;
  }
}

.masthead .container {
  height: 100%;
}

.banner-inner {
  display: flex;
  height: 100%;
}

.banner-inner-content {
  width: 100%;
  padding: 20px;
  background-image: radial-gradient(rgba(150, 180, 100, 0.25) 0%, transparent 40%);
  text-align: center;
  align-self: center;
}

.banner-inner-content a.btn--paid.large {
  font-size: 1.1em;
}

.photo-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px 5px 5px;
  font-size: 12px;
  font-weight: 300;
  opacity: 0.7;
}

figure {
  display: inline-block;
  vertical-align: middle;
  max-width: 540px;
  margin: 0.25rem 20px 20px;
}

@media screen and (min-width: 900px) {
  figure {
    max-width: 440px;
  }
}

@media screen and (min-width: 1400px) {
  figure {
    max-width: 460px;
  }
}

figure img {
  display: block;
}

figure.med {
  margin-right: 0;
}

figure.full {
  max-width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
  position: relative;
}

.figure__overlay {
  position: absolute;
  padding: 2rem;
  width: 100%;
}

.figure__overlay h1,
.figure__overlay h2 {
  color: #fff;
  text-shadow: 2px 2px 1px rgba(2, 114, 152, 0.25);
}

.img-right {
  margin-right: 20px;
}

@media screen and (min-width: 900px) {
  .img-right {
    float: right;
  }
}

@media screen and (min-width: 1400px) {
  .img-right {
    margin-right: -15%;
  }
}

@media screen and (min-width: 1200px) {
  figure.img-right.med {
    width: 375px;
    float: right;
  }
}

@media screen and (min-width: 601px) and (max-width: 1199px) {
  figure.img-right.med {
    width: 275px;
    float: right;
  }
}

@media screen and (max-width: 600px) {
  figure.img-right.med {
    width: 220px;
    float: none;
    margin: 0 auto;
  }
}

.img-left {
  margin-right: 20px;
}

@media screen and (min-width: 900px) {
  .img-left {
    float: left;
  }
}

@media screen and (min-width: 1400px) {
  .img-left {
    margin-left: -15%;
  }
}

figcaption {
  background-color: #027298;
  color: #fff;
  margin: 0;
  padding: 0.5em 1em;
}

#ubc7-wordmark-block,
.full-width #ubc7-header .container {
  border: 0;
}

#ubc7-header {
  height: 98px;
}

@media screen and (min-width: 1200px) {
  #ubc7-header {
    height: 118px;
  }
}

.dates {
  display: flex;
  clear: both;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .dates {
    flex-direction: row;
  }
  .dates section {
    width: calc(50% - 10px);
    justify-content: space-between;
  }
}

/*ul {
	li {
		margin-top: 40px;
	}
	li:first-of-type {
		margin-top: 0;
	}
}*/
.group {
  border: 5px solid #fff;
  padding: 0.75em;
  margin: 1em 0;
  clear: both;
}

@media screen and (min-width: 480px) {
  .group {
    padding: 1.25em;
  }
}

.group h3 {
  text-align: center;
  margin-top: 0;
}

.full-width .expand,
.full-width .full-width-container .expand {
  margin-left: 0;
  margin-right: 0;
}

.full-width .full-width-container {
  margin-left: 0;
  margin-right: 0;
}

.full-width .full-width-container .expand {
  margin: 0;
  padding: 0;
}

.scroll-top {
  display: flex;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  text-decoration: none;
  padding: 0;
  color: #fff;
  background-color: #be972e;
  border-radius: 100%;
  transition: transform 0.2s ease-in;
  opacity: 0.7;
  justify-content: center;
  align-items: center;
}

.scroll-top__text {
  display: none;
}

.scroll-top:hover {
  opacity: 1;
}

.honour-photos {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .honour-photos {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-direction: row;
  }
  .honour-photos figure {
    width: 50%;
  }
}

p.talk {
  margin: 15px 0 20px;
  font-size: 1.2em;
  line-height: 1.2em;
  font-style: italic;
}

p.talk a.more {
  font-size: 0.7em;
}

.inside .masthead {
  width: 100%;
  height: 30vh;
  min-height: 440px;
  display: block;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.inside .masthead h1 {
  font-size: 2.5em;
  margin: 30px 0 10px;
}

.inside .masthead h2 {
  font-size: 1.8em;
  margin: 15px 0 6px;
}

.inside .masthead h3 {
  font-size: 1.4em;
  margin: 0.3em 0;
}

@media screen and (max-width: 500px) {
  .inside .masthead {
    height: 70vh;
    min-height: 600px;
  }
  .inside .masthead.xshort {
    height: 34vh;
    min-height: 200px;
  }
}

@media screen and (max-width: 720px) {
  .inside .masthead h1 {
    font-size: 1.8em;
    margin: 15px 0 8px;
  }
  .inside .masthead h2 {
    font-size: 1.3em;
    margin: 8px 0 4px;
  }
  .inside .masthead h3 {
    font-size: 1.2em;
    margin: 0.1em 0;
  }
}

.inside .banner-inner-content p.main-event {
  font-size: 1em;
  line-height: 1.1em;
}

.inside .banner-inner-content ul li {
  color: #fff;
}

.inside .speaker-content p a:hover {
  text-decoration: underline;
}

.inside p.position {
  font-weight: bold;
  font-size: 1.1em;
}

#events h4 {
  margin: 40px 0 25px 0;
}

#events .group ul.events-list li {
  margin-bottom: 30px;
  margin-top: 0;
}

#events .group ul.events-list li p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

#events .group ul.events-list li p.details {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 21px;
}

#events .group ul.events-list li p.details.first {
  margin-top: 0.5rem;
  clear: both;
}

#events .group ul.events-list li p.speaker {
  margin-top: -2px;
}

#events .group img.speaker {
  float: left;
  padding: 0 8px 6px 0;
  width: 75px;
}

.eventphotos h2 {
  margin: 30px 0 20px;
}

.eventphotos a.photo img:hover {
  -moz-box-shadow: 0px 4px 5px 6px #ccc;
  -webkit-box-shadow: 0px 4px 5px 6px #ccc;
  box-shadow: 0px 4px 5px 6px #ccc;
}

p.banner-top {
  margin: 0 0 50px 0;
}

button::-moz-focus-inner {
  border: 0;
}

#sponsors .opening {
  margin: 15px 0 25px;
}

#sponsors .group {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 10px 0 20px;
  border-bottom: 1px solid #dedede;
}

@media screen and (min-width: 768px) {
  #sponsors .group {
    flex-direction: row;
    padding: 10px 0;
  }
}

#sponsors .group .level {
  width: 300px;
  min-width: 300px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #sponsors .group .level {
    padding-bottom: 25px;
  }
}

#sponsors .group .logos {
  align-items: center;
}

#sponsors h3 {
  margin: 5px 0 0 0;
  text-align: left;
}

#sponsors .closing {
  margin: 40px 0;
}

#sponsors h4.custom {
  text-align: center;
  margin-top: 40px;
}

#sponsors .support {
  border: none;
  padding: 0;
  margin: 15px 0 0;
}

#sponsors .support .level {
  width: 100%;
  text-align: center;
  align-self: flex-start;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  #sponsors .support .level {
    text-align: center;
    width: 50%;
  }
}

#sponsors .support .level h3 {
  text-align: center;
  margin-top: 15px 0 0;
}

@media screen and (min-width: 768px) {
  #sponsors .support .level h3 {
    text-align: right;
    margin: 0 0 0;
  }
}

#sponsors .support .logos {
  align-self: center;
}

#sponsors .support .logos figure {
  width: 125px;
}

#sponsors .support h3 {
  margin: 0;
  font-size: 1.2em;
}

@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}

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