body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  color: #3b6eb6;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

.content-block {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-block.ab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.city-background {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  padding: 50px;
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  -ms-grid-columns: 0.7fr 1fr 0.3fr;
  grid-template-columns: 0.7fr 1fr 0.3fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  background-image: url('../images/white-bottom-left.svg'), -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(61%, hsla(0, 0%, 100%, 0)), color-stop(78%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, .5))), url('../images/blur-bg.jpg');
  background-image: url('../images/white-bottom-left.svg'), linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 61%, hsla(0, 0%, 100%, 0) 78%, rgba(0, 0, 0, .5)), url('../images/blur-bg.jpg');
  background-position: 0px 100%, 0px 0px, 50% 50%;
  background-size: 50% 50%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
  color: #fff;
  font-weight: 300;
}


.city-background.edinburgh {
  background-image: url('../images/white-bottom-left.svg'), -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(33%, hsla(0, 0%, 100%, 0)), color-stop(71%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, .5))), url('../images/adam-wilson-391594-unsplash-resampled.jpg');
  background-image: url('../images/white-bottom-left.svg'), linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 33%, hsla(0, 0%, 100%, 0) 71%, rgba(0, 0, 0, .5)), url('../images/adam-wilson-391594-unsplash-resampled.jpg');
  background-position: 0% 100%, 0px 0px, 0px 0px;
  background-size: 50% 50%, auto, cover;
}

.i2-body.manchester {
  font-family: Roboto;
}

.i2-body.edinburgh {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

.city-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
  border-left: 3px solid hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
}

.city-text-inner{
  background: rgba(0, 0, 0, .8);
  padding: 25px 35px 10px;
  margin-right: 25px;
  margin-top: 10vh;
  max-height: 100%;
  overflow-y: scroll;
}

.city-text-inner a{
  color: inherit;
  font-weight: bold;
}

.paragraph-3 {
  margin-top: 10px;
  margin-bottom: 0px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .5), 0 0 6px rgba(0, 0, 0, .5);
}

.city-more-button {
  padding: 10px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
  border-radius: 17px;
  color: hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.city-more-button:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  background-color: #fff;
  color: hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  border-bottom: 2px solid hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
  background-color: #3b6eb6;
  color: #fff;
}

.sticky-nav.manchester {
  background-color: hsla(210.48387096774192, 100.00%, 24.31%, 1.00);
}

.i2-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.i2-intro.ab {
  background-color: hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
  background-image: url('../images/Andy-Burnham.png'), url('../images/white-top-left.svg'), url('../images/white-bottom-right.svg'), url('../images/hero-image-001.jpg');
  background-position: 0px 100%, 0px 0px, 100% 100%, 50% 50%;
  background-size: auto 90%, 50% 90%, auto 50%, cover;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-attachment: fixed, scroll, scroll, fixed;
}

.i2-intro.pm {
  background-color: hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
  background-image: url('../images/David-Smith-1200x1581.png'), url('../images/white-top-left.svg'), url('../images/white-bottom-right.svg');
  background-position: 0px 100%, 0px 0px, 100% 100%;
  background-size: auto 90%, 50% 90%, 50% 90%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-attachment: fixed, scroll, scroll;
}

.image-7 {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  padding-right: 5vw;
  width: 100%;
}

.intro-he-i2 {
  color: #747474;
  font-weight: 200;
  text-transform: uppercase;
}

.intro-he-i2.white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  letter-spacing: 0.2em;
}

.nav-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 20px;
}

.logo-white {
  height: 20px;
  max-height: 20px;
  margin-top: 18px;
}

.nav-menu-2 {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b6eb6;
  color: #fff;
}

.picker-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.picker-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin: 20px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 2px solid #3b6eb6;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.picker-link-block:hover {
  background-color: hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
  color: #fff;
}

.picker-text {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.compliance-rich-text-i2 {
  margin-top: 45px;
  background-color: hsla(0, 0%, 100%, .5);
  color: #666;
  font-weight: 300;
}

.compliance-rich-text-i2 p {
  margin-bottom: 1.75em;
  line-height: 1.75em;
}

.compliance-rich-text-i2 h2 {
  margin-top: 0px;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 3px solid hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.compliance-rich-text-i2 h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ab-column {
  width: 50%;
  padding: 5px;
  background-color: rgba(0, 0, 0, .1);
  color: #fff;
}

.ab-column.pm {
  background-color: hsla(207.72727272727272, 56.41%, 45.88%, 0.50);
}

.divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid;
  border-width: 8px;
  border-color: hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
  background-image: url('../images/university-of-cambridge-conference-full-auditorium.jpg');
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.divider.manchester {
  background-image: url('../images/manchester-crowd.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.divider.edinburgh {
  background-image: url('../images/edinburgh-crowd.jpg');
  background-position: 100% 0%;
  background-size: cover;
}

.keynote-label {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .5);
  color: hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.keynote-label.ab {
  background-color: hsla(0, 0%, 100%, .8);
}

.keynote-name {
  margin-top: 10px;
  font-size: 36px;
  line-height: 1em;
  font-weight: 200;
  text-transform: uppercase;
}

.keynote-role {
  margin-top: 0px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 300;
}

.keynote-rich-text {
  padding-top: 15px;
  border-top: 1px solid #fff;
}

.keynote-rich-text p {
  margin-bottom: 1em;
  line-height: 1.75em;
  font-weight: 300;
}

.keynote-rich-text h3 {
  margin-top: 0px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.divider-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #000;
  background-color: rgba(0, 0, 0, .3);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
}

.company-divider {
  height: 10vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 27, 66, .8)), to(rgba(20, 27, 66, .8))), url('../images/university-of-cambridge-conference-full-auditorium.jpg');
  background-image: linear-gradient(180deg, rgba(20, 27, 66, .8), rgba(20, 27, 66, .8)), url('../images/university-of-cambridge-conference-full-auditorium.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.company-divider.manchester {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(230.86956521739134, 53.49%, 16.86%, 0.80)), to(hsla(230.86956521739134, 53.49%, 16.86%, 0.80))), url('../images/manchester-crowd.jpg');
  background-image: linear-gradient(180deg, hsla(230.86956521739134, 53.49%, 16.86%, 0.80), hsla(230.86956521739134, 53.49%, 16.86%, 0.80)), url('../images/manchester-crowd.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.company-divider.manchester.alt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(230.86956521739134, 53.49%, 16.86%, 0.80)), to(hsla(230.86956521739134, 53.49%, 16.86%, 0.80))), url('../images/DSC_0456.jpg');
  background-image: linear-gradient(180deg, hsla(230.86956521739134, 53.49%, 16.86%, 0.80), hsla(230.86956521739134, 53.49%, 16.86%, 0.80)), url('../images/DSC_0456.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.company-divider.edinburgh {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(230.86956521739134, 53.49%, 16.86%, 0.80)), to(hsla(230.86956521739134, 53.49%, 16.86%, 0.80))), url('../images/edinburgh-crowd.jpg');
  background-image: linear-gradient(180deg, hsla(230.86956521739134, 53.49%, 16.86%, 0.80), hsla(230.86956521739134, 53.49%, 16.86%, 0.80)), url('../images/edinburgh-crowd.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.company {
  min-height: 100vh;
  padding-bottom: 40px;
  color: #363636;
}

.company._1 {
  background-image: url('../images/blue-bottom-left.svg'), url('../images/blue-top-right.svg');
  background-position: 0px 100%, 100% 0px;
  background-size: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.company._1.contact {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
  background-image: url('../images/white-bottom-left.svg'), url('../images/white-top-right.svg');
  background-size: 50% 50%, 50% 50%;
}

.company._2 {
  background-image: url('../images/blue-bottom-right.svg'), url('../images/blue-top-left.svg');
  background-position: 100% 100%, 0px 0px;
  background-size: 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.company.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-content {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.company-content.contact {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.company-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company-columns.contact {
  margin-top: 20px;
}

.company-column {
  display: block;
  width: 50%;
  padding: 0 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: hsla(0, 0%, 100%, .5);
}

.company-column.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: hsla(207.72727272727272, 56.41%, 45.88%, 0.50);
  font-weight: 300;
}

.company-logo {
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

.speaker-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
}

.speaker-title-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 180px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.speaker-title-column.text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.2em;
}

.speaker-name-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1em;
  font-weight: 200;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.company-logo-wrapper {
  top: 10px;
  width: 100%;
  border-bottom: 6px solid hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
  margin-bottom: 20px;
}

.company-logo-wrapper.contact {
  border-bottom-width: 3px;
  border-bottom-color: #fff;
}

.company-logo-wrapper.gallery {
  margin-bottom: 20px;
}

.company-rich-text {
  padding-top: 2.5em;
}

.company-rich-text h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
}

.company-rich-text h3 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
  font-size: 22px;
  line-height: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
}

.company-rich-text p {
  margin-bottom: 1.75em;
  line-height: 1.75em;
  font-weight: 300;
}

.company-rich-text blockquote {
  margin: 0.88em 40px 0.875em;
  padding: 0.88em 10px;
  border-style: solid none;
  border-width: 1px;
  border-color: hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
  font-size: 20px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 400;
}

.company-rich-text img {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(207.72727272727272, 56.41%, 45.88%, 0.39);
}

.job-title {
  margin-bottom: 5px;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.speaker-photo {
  max-height: 100%;
}

.contact-logo {
  max-height: 40px;
  width: 150px;
}

.address {
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #fff;
}

.menu-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-button-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  color: hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
}

.menu-button-2:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.menu-button-2.w--open {
  background-color: #141b42;
}

.nav-link-caps {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-link-caps:hover {
  color: hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
}

.nav-link-caps.w--current {
  color: #fff;
}

.menu-companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  padding-top: 21px;
  padding-bottom: 21px;
  border-style: solid none;
  border-width: 1px;
  border-color: #fff;
}

.link-block {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
}

.menu-logo {
  max-height: 30px;
}

.partner-speakers {
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, .33);
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.masthead-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.masthead-logo {
  overflow: hidden;
  max-height: 30px;
  max-width: 130px;
  min-height: 20px;
  min-width: 100px;
  margin-bottom: 20px;
}

.ab-pic {
  display: none;
}

.keynote-bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 300;
}

.icon-2 {
  font-size: 30px;
}

.keynote-para {
  margin-bottom: 1em;
  line-height: 1.75em;
}

.pm-pic {
  display: none;
}

.brand {
  height: 38px;
}

.keynote-quote {
  margin: 0.88em 40px;
  padding: 0.88em 10px;
  border-style: solid none;
  border-width: 1px;
  border-color: hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
  font-size: 20px;
  line-height: 1.2em;
}

.contact-link {
  color: hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
}

.contact-link.website {
  margin-top: 10px;
}

.speaker-title-masthead {
  position: relative;
  border-bottom: 2px solid hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
}

.speaker-title-photo {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.speaker-masthead-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  margin: 10px;
  padding: 10px;
  background-color: hsla(210.48387096774192, 100.00%, 24.31%, 0.80);
  color: #fff;
  font-size: 12px;
}

.download-button {
  display: inline-block;
  padding: 8px 13px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
  border-radius: 17px;
  background-color: #fff;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.download-button:hover {
  background-color: hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
}

.download-button.pm {
  border-color: hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
}

.download-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.button-text {
  display: inline-block;
}

.lightbox-thumb {
  width: 25%;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(207.72727272727272, 56.41%, 45.88%, 0.21);
  background-color: #fff;
}

.lightbox-thumb:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-title {
  font-size: 40px;
  line-height: 1em;
  font-weight: 300;
}

.city-more-button-absolute {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 50px;
  padding: 10px 17px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
  border-radius: 17px;
  color: hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.city-more-button-absolute:hover {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  background-color: #fff;
  color: hsla(207.72727272727272, 56.41%, 45.88%, 1.00);
}

@media (max-width: 991px) {
  .city-background {
    -ms-grid-columns: 1fr 0.7fr auto;
    grid-template-columns: 1fr 0.7fr auto;
    background-position: 50% 50%, 0px 100%, 0px 0px, 50% 50%;
    background-size: contain, contain, auto, cover;
  }
  .city-text {
    padding-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-left-width: 0px;
  }
  .city-more-button {
    padding-right: 26px;
    padding-left: 26px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
  .i2-intro.ab {
    background-image: url('../images/Andy-Burnham.png'), url('../images/white-top-left.svg'), url('../images/white-bottom-right.svg'), url('../images/hero-image-001.jpg');
    background-position: 0px 100%, 0px 0px, 100% 100%, 50% 50%;
    background-size: auto 50%, 50% 40%, auto 50%, cover;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-attachment: fixed, scroll, scroll, scroll;
  }
  .i2-intro.pm {
    background-position: 0px 100%, 0px 0px, 100% 100%;
    background-size: auto 60%, 40% 50%, 40% 50%;
  }
  .image-7 {
    position: static;
  }
  .nav-menu-2 {
    margin-top: 0px;
  }
  .company._1 {
    background-size: 40% 50%, contain;
  }
  .company._2 {
    background-size: 100% 50%, 100%;
  }
  .company-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-columns.contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company-column {
    width: 100%;
  }

  .company-column:nth-child(2):before {
    content: "";
    width: 100vw;
    left: -20px;
    margin: 20px 0;
    position: relative;
    display: block;
    height: 10vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 27, 66, .8)), to(rgba(20, 27, 66, .8))), url('../images/university-of-cambridge-conference-full-auditorium.jpg');
    background-image: linear-gradient(180deg, rgba(20, 27, 66, .8), rgba(20, 27, 66, .8)), url('../images/university-of-cambridge-conference-full-auditorium.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .company-column.contact {
    width: 50%;
    margin-bottom: 30px;
  }

  .company-column.contact:before{
      display: none;
  }

  .brand {
    max-width: 75%;
  }
  .speaker-title-masthead {
    width: 75%;
  }
  .lightbox-thumb {
    width: 25%;
  }
  .city-more-button-absolute {
    position: static;
    padding-right: 26px;
    padding-left: 26px;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  .city-text-inner {
    margin: 0;
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .city-background {
    height: auto;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
    background-image: url('../images/white-bottom-left.svg'), -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(61%, hsla(0, 0%, 100%, 0)), color-stop(78%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, .5))), url('../images/blur-bg.jpg');
    background-image: url('../images/white-bottom-left.svg'), linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0) 61%, hsla(0, 0%, 100%, 0) 78%, rgba(0, 0, 0, .5)), url('../images/blur-bg.jpg');
    background-position: 0px 100%, 0px 0px, 50% 50%;
    background-size: 50% 50%, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, fixed;
  }

  .city-text {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  .people-image{
    display: block;
    margin: 0 -50px;
    max-width: none;
    width: 100vw;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 1.5em;
  }
  .i2-intro.ab {
    background-size: 50%, 50% 40%, auto 50%, cover;
  }
  .i2-intro.pm {
    background-size: 40%, auto 50%, auto 50%;
  }
  .intro-he-i2 {
    font-size: 24px;
    line-height: 1.25em;
  }
  .container {
    padding-right: 19px;
    padding-left: 19px;
  }
  .ab-column {
    width: 60%;
  }
  .keynote-name {
    font-size: 24px;
    line-height: 1.25em;
  }
  .company._1 {
    background-size: 100% 50%, 100%;
  }
  .company._2 {
    background-position: 100% 100%, 0px 0px;
    background-size: 100% 50%, 100% 50%;
  }
  .company-logo {
    width: 40%;
    height: auto;
  }
  .speaker-name-2 {
    font-size: 24px;
    line-height: 1.25em;
  }
  .company-rich-text h2 {
    font-size: 24px;
    line-height: 1.25em;
  }
  .company-rich-text h3 {
    font-size: 20px;
    line-height: 1.25em;
  }
  .masthead-logo {
    max-width: 80px;
    margin-bottom: 10px;
  }
  .ab-pic {
    display: none;
  }
  .pm-pic {
    display: none;
  }
  .speaker-title-masthead {
    width: 50%;
    border-bottom-style: none;
  }
  .speaker-masthead-text {
    height: 100%;
    margin: 0px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .lightbox-thumb {
    width: 33.33%;
  }
}

@media (max-width: 479px) {
  .i2-intro.ab {
    background-image: url('../images/white-top-left.svg'), url('../images/white-bottom-right.svg');
    background-position: 0px 0px, 100% 100%;
    background-size: 100% 50%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .i2-intro.pm {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .logo-white {
    width: 200px;
  }
  .ab-column {
    width: 100%;
  }
  .keynote-label {
    margin-top: 15px;
  }
  .company-column.contact {
    width: 100%;
  }
  .speaker-title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .speaker-title-column {
    width: 100%;
  }
  .speaker-title-column.text {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .masthead-logos {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    background-color: #141b42;
  }
  .masthead-logo {
    display: block;
    max-width: 25%;
    min-width: 25%;
    margin-top: 2px;
    margin-bottom: 0px;
    padding: 7px;
  }
  .ab-pic {
    display: block;
    height: 40vh;
    background-image: url('../images/Andy-Burnham.png');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .pm-pic {
    display: block;
    height: 40vh;
    background-image: url('../images/David-Smith-1200x1581.png');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .speaker-title-masthead {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .speaker-title-photo {
    width: 100%;
  }
  .speaker-masthead-text {
    position: relative;
    margin: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .lightbox-thumb {
    width: 50%;
  }
}

#w-node-fda545268cfa-ad19dd8a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-fda545268cfa-ad19dd8a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fda545268cfa-ad19dd8a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-342270d16b4f-ad19dd8a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-342270d16b4f-ad19dd8a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-342270d16b4f-ad19dd8a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-a9436b8386c7-ad19dd8a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-a9436b8386c7-ad19dd8a {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }
}

#w-node-7f015291f7b3-ad19dd8a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

#w-node-fda545268cfa-ed811db3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-fda545268cfa-ed811db3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fda545268cfa-ed811db3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

#w-node-342270d16b4f-ed811db3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-342270d16b4f-ed811db3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-342270d16b4f-ed811db3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

#w-node-7f015291f7b3-ed811db3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

#w-node-a9436b8386c7-ed811db3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 479px) {
  #w-node-a9436b8386c7-ed811db3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.consent-btn {
  float: right;
  background-color: #2a2a2a;
  color: #ffffff;
  border: 0px;
  font-weight: 400;
  padding: 5px 15px;
  line-height: 11px;
}

.consent-btn:hover {
  background-color: #2a2a2a;
  color: #ffffff;
  border: 0px;
}

.cookie-consent {
  display: none; 
  background: rgba(0,0,0,0.7);
  border: 0px;
  border-radius: 0px;
  color: #fff;
  font-weight: 400;
  padding: 14px;
  z-index: 1001;
  line-height: 19px;
}

.fixed-bottom {
    position: fixed;
    bottom: 0px;
    left: 0%;
    width: 100%;
}

body #CybotCookiebotDialogBody {
  max-width: 940px;
}

body #CybotCookiebotDialogDetailBody {
  padding-top: 10px;
  max-width: 940px;
}

body #CybotCookiebotDialogBodyContent {
  padding-left: 0;
}

body #CybotCookiebotDialog {
  background: #000;
  color: #fff;
}

body #CybotCookiebotDialogBodyContentTitle {
  color: #fff;
}

body #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink,
body #CybotCookiebotDialogBodyLevelDetailsButton {
  color: #fff; 
}

body #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink:hover,
body #CybotCookiebotDialogBodyLevelDetailsButton:hover {
  color: #fff; 
}

body #CybotCookiebotDialogPoweredbyLink {
  display: none;
}

body #CybotCookiebotDialogBodyButtonAccept {
  background-color:#337AB7;
  border-color:#337AB7; 
}

body #CybotCookiebotDialogBodyContentText a{
  color: inherit;
}

/*************/

body.downloads .city-text{
  max-height: 100%;
  overflow: auto;
}

body.downloads .city-background {
  padding: 40px;
  -ms-grid-columns: 0.3fr 1fr 0fr;
  grid-template-columns: 0.3fr 1fr 0fr;
  justify-content: space-evenly;
  justify-items: center;
  align-content: space-evenly;
  align-items: center;
  padding-bottom: 128px;
}

.dw-company-columns {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
}

.dw-company-column {
  padding: 0 10px;
  margin-bottom: 20px;
  min-width: 235px;
  flex: 0 0 25%; /*grow | shrink | basis */
  flex-direction: column;
  display: flex;
}

body.downloads .speaker-masthead-text {
  position: static;
  margin: 0;
  background: none;
}

body.downloads .speaker-title-masthead {
  border: 0;
  flex: 1;
  background: hsla(210.48387096774192, 100.00%, 24.31%, 0.80);
}

body.downloads .speaker-name-2 {
  font-size: 20px;
}

body.downloads .city-text {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
}

.image-7 {
  max-width: 400px;
  min-width: 250px;
}

body.downloads .download-button {
  border-radius: 0;
  padding: 10px 14px;
  border: 0;
  display: block;
  background: hsla(49.647058823529406, 100.00%, 50.00%, 1.00);
  white-space: nowrap;
  width: 100%;
  font-size: 15px;
}

body.downloads .bio-opener {
  display: none;
}

@media (max-width: 991px) {
  .speaker-title-masthead {
    width: 100%;
  }

  .dw-company-columns {
    padding-top: 30px;
    justify-content: center;
  }

  body.downloads .speaker-masthead-text {
    background: hsla(210.48387096774192, 100.00%, 24.31%, 0.80);
  }
}


@media (max-width: 767px) {
  .dw-company-columns {
    display: block;
  }

  body.downloads .speaker-masthead-text { 
    position: absolute;
  }

  .dw-company-column {
    padding: 0;
  }

  .speaker-title-masthead {
    width: 50%;
  }

}

@media (max-width: 479px) {
   body.downloads .speaker-masthead-text { 
    position: static;
  }

  .speaker-title-masthead {
    width: 100%;
  }
}

@media (min-width: 2220px) { 
  body.downloads .city-background {
    padding: 10% 20%;
  }
}

