/*******************************************************************************
 * Main Content
 */

.owl-carousel {
  z-index: 0;
  position: relative;
}

.owl-theme .owl-nav {
  position: absolute;
  max-width: 840px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.owl-theme .owl-dots, .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 25px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #888888;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 16px;
  height: 16px;
  background-color: #052340;
  margin: 1px 7px;
  border-radius: 8px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #052340;
}

.owl-dot {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slide {
  position: relative;
}

.slide__link {
  text-decoration: none;
  display: block;
}

.slide__link:hover .slide__block--black,
.slide__link:focus .slide__block--black,
.slide__link:active .slide__block--black {
  background-color: rgba(0, 0, 0, 0.8);
}

.slide__link:hover .slide__block--white,
.slide__link:focus .slide__block--white,
.slide__link:active .slide__block--white {
  background-color: rgba(255, 255, 255, 0.8);
}

.slide__img {
  width: 100%;
  max-width: 840px;
  height: auto;
}

.slide__overlay {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10%;
  right: 10%;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .slide__overlay {
    position: absolute;
    top: 10%;
    right: 28%;
    bottom: 10%;
    left: 7%;
    width: 75%;
    margin: auto;
    display: inline-block;
    padding: 20px 100px 40px 40px;

  }
}

.slide__copy, .slide__date {
  color: #1D1D1D;
  font-family: 'Lora', serif;
  font-size: 12px;
}

.slide__copy--big {
  font-family: 'Lora', serif;
  max-width: 280px;
}

@media (min-width: 576px) {
  .slide__copy--big {
    font-size: 16px;
    max-width: 380px;
  }
}

@media (min-width: 768px) {
  .slide__copy--big {
    font-size: 18px;
  }
}

.slide__block--black {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.slide__block--black h3 {
  border-top: 1px solid #ffffff;
  color: #ffffff;
}

.slide__block--white {
  background: rgba(255, 255, 255, 0.7);
  color: #1D1D1D;
}

.slide__block--white p {
  color: #1D1D1D;
}

.slide__block--white h3 {
  border-top: 1px solid #1D1D1D;
  color: #1D1D1D;
}

.carousel .slide .glyphicon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #ffffff;
}

.newsreel-heading {
  width: 100%;
  height: 50px;
  margin: 10px 80px 80px 120px;
  position: relative;
}

.newsreel-heading a {
  text-decoration: none;
  cursor: pointer;
}

.newsreel-heading h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 50px;
  display: inline-block;
}

.newsreel-heading p {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 320px;
  height: 30px;
  width: 100px;
  padding-bottom: 5px;
  border-bottom: 3px solid #1D1D1D;
  font-weight: 200;
  font-family: 'Lora', serif;
  font-size: 18px;
}

.newsreel .slide {
  background: #eae5e0;
}

.newsreel .slide a {
  text-decoration: none;
  cursor: pointer;
}

.slide__block {
  width: 320px;
  height: 440px;
}

.slide__block--top {
  width: 100%;
}

.slide__block--investors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 350px;
}

.slide__block img {
  width: 100%;
}

.event__details, .career__copy, .pagetype__position, .slide__date {
  font-family: 'Lora', serif;
  font-size: 14px;
  width: 100%;
}

.slide__copy--small, .slide__read-more, .slide__date {
  font-family: 'Lora', serif;
  margin: 10px 20px 0 20px;
  overflow: hidden;
}

.slide__header, .event__header, .career__header, .pagetype__header {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-top: 0;
}

.slide__header {
  color: #1D1D1D;
  padding-top: 20px;
  margin: 5px 20px 5px 20px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.slide__copy {
  font-family: 'Lora', serif;
   display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.slide__block--with-image .slide__copy {
  -webkit-line-clamp: 3;
}

.slide__block--with-image .slide__header {
  -webkit-line-clamp: 3;
}

.slide__header--big {
  color: #1D1D1D;
  padding-top: 10px;
  font-size: 20px;
  margin: 5px 0;
}

@media (min-width: 576px) {
  .slide__header--big {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .slide__header--big {
    font-size: 50px;
  }
}

.slide__date {
  font-family: 'Roboto', sans-serif;
}

.copy {
  font-family: 'Lora', serif;
}

.copy header {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  letter-spacing: -3px;
  font-weight: 600;
  line-height: 100%;
}

.copy section,
.copy section p {
  font-family: 'Lora', serif;
  margin-top: 10px;
  line-height: 175%;
}

.tile {
  width: 100%;
}

.tile:before, .tile:after {
  display: table;
  content: " ";
}

.tile-pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tile-pair--reverse .first {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  .tile-pair {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tile-pair--reverse .first {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}


.no-padding {
  padding: 0;
}

.tile-pair.tile-pair--small,
.tile-pair.tile-pair--small .section {
  height: initial;
  width: 100%;
  display: block;
}

.tile__link, .tile__link:hover, .tile__link:focus {
  text-decoration: none;
  cursor: pointer;
  color: #1D1D1D;
  display: block;
}

.tile__block {
  display: block;
}

.tile--black {
  background-color: #1D1D1D;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section--full-height {
  height: 100%;
}

.section a:not(.primary),
.section--single a:not(.primary),
.section--full a:not(.primary),
.section--full-height a:not(.primary) {
  color: #1D5686;
}

.section[style="color: #ffffff; background-color:#171717;"] a,
.section--single[style="color: #ffffff; background-color:#171717;"] a,
.section--full[style="color: #ffffff; background-color:#171717;"] a,
.section--full-height[style="color: #ffffff; background-color:#171717;"] a,
section[style="color: #ffffff; background-color:#171717;"] a {
  color: #ffffff;
}

@media (max-width: 769px) {
  .tile--top {
  }

  .tile--top-text {
  }
}

.section, .section--single, .section--with-sidebar, .section--row {
  padding-right: 10%;
  padding-left: 10%;
}


@media (min-width: 768px) {
  .section, .section--single, .section--full {
  }

  .tile--black {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 0;
  }

  .tile--top-text {
  }
}

@media (min-width: 768px) {
  .section {
    width: 50%;
    margin: 0;
  }
}

.tile__img {
  padding-right: 0;
  padding-left: 0;
}

.tile--stock {
  min-height: 310px;
}

@media (min-width: 768px) {
  .tile--stock {
    min-height: 450px;
    padding-left: 5%;
  }
}

.section__copy--stock {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
}
.section__copy--stock-percent {
  letter-spacing: 0.06em;
  font-size: 16px;
}
.tile--black {
  background-color: #171717;
}

.tile-pair .tile--black a,
.tile-pair .tile--black p,
.tile-pair .tile--black h3 {
  color: #ffffff;
}

.tile__copy,
.tile--stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__header {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 20px;
}

.section__subheader {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 30px;
}


@media (min-width: 768px) {
  .section__header--row {
    margin-bottom: 0;
  }

  .section__header {
    font-size: 50px;
  }

  .section__header--golden {
    margin: 0;
  }
}

.section__header--golden {
  color: #EAC27C;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section__header--small {
  font-size: 28px;
}

.section__header--stock, .sidebar__header {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}

.section__block {
  margin-bottom: 30px;
}

.section__copy, .sidebar__copy {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 14px;
}

.section__copy a:not(.primary),
.sidebar__copy a:not(.primary),
.highlights__copy a:not(.primary),
.section__list__copy a:not(.primary) {
  color: #1D5686;
}

.section__img {
  width: 100%;
  height: auto;
}

.section__img-block {
  position: relative;
  width: 100%;
  padding-bottom: 64.68%;
  overflow: hidden;
}

.section__img-block .section__img {
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  left: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}

@media (min-width: 768px) {
  .section__img-block {
    padding-bottom: 25.25%;
  }

  .section__block {
    margin-bottom: 40px;
  }
}


.section__video {
  position: relative;
}

.section__video__responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.section__video__responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.section__copy--video {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.section__date {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.section--property {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding-top: 0;
}
.section--property h3 {
  color: #04223F;
}
.section--property h4 {
  color: #1D1D1D;
  font-weight: bold;
}
.section--property ul {
  list-style-type: none;
  padding-left: 0;
}
.section--property-data {
  margin-top: 18px;
}


.sidebar__list-item .primary[target="_blank"]:after {
  border-left-color: #ffffff;
}

.primary[target="_blank"]:hover:after {
  border-left-color: #FFFFFF;
}

.primary:hover, .primary:active, .primary:focus, .primary.active {
  opacity: 0.7;
}

.primary--white {
  border-bottom: 3px solid #FFFFFF;
  color: #FFFFFF;
}

.primary--white:before {
  background-color: #FFFFFF;
}

.primary--white:hover, .primary--white:active, .primary--white:focus {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

@media (min-width: 768px) {
  .section__link--indented {
    margin: 5px 0 0 40px;
  }
}

.banner-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #eae5e0;
}

.banner-6 {
  width: 50%;
}

@media (min-width: 768px) {
  .banner-lg-4 {
    width: 33.333%;
  }
}

.banner {
  width: 100%;
}

@media (min-width: 768px) {
  .banner-lg-6 {
    width: 50%;
  }
}

.banner__link, .banner__link:hover, .banner__link:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.banner__link--all {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 3px solid #1D1D1D;
  position: absolute;
  text-align: left;
}

.banner__img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  transition: 0.08s ease-in;
}

.banner__img:hover, .banner__img:focus, .banner__img:active {
  opacity: 0.8;

}

.highlights__img {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.higlights__copy {
  font-family: 'Lora', serif;
  font-size: 14px;
}

@media (min-width: 768px) {

  .highlights__img {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.highlights__header {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

.btn {
  border-radius: 0;
  border: 0;
}

.btn--golden {
  background-color: #EAC27C;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
}

.btn--golden:hover, .btn--golden:active, .btn--golden:focus {
  background-color: rgba(234, 194, 124, 0.87);
  color: #FFFFFF;
}

.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 38px;
  border-radius: 0;
  border: 0;
  font-family: 'Roboto', sans-serif;
  box-shadow: none;
  outline: none;
}

.form-control--big, .btn--big {
  height: 48px;
}

.form-control--icon {
  padding-left: 60px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 30px;
}

.send-icon {
  background-image: url(./img/send.svg);
}

.form-group--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .form-group--inline {
    margin-bottom: 0;
  }
}

.tile__block--financial {
  margin-bottom: 20px;
}

.form-control--financial {
  width: 75%;
  height: inherit !important;
}

.btn--financial {
  width: 25%;
}

.form__header {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}

.form__error {
  font-family: 'Roboto', sans-serif;
  display: block;
  margin: 5px 0;
  padding: 5px;
  color: #ffffff;
  background: #C32323;
}

.form__required {
  font-family: 'Roboto', sans-serif;
  color: #C32323;
}

.tile-form textarea,
.tile-form input[type="text"] {
  background-color: #eae5e0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tile-form label {
  margin: 15px 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.tile-form textarea {
  min-height: 150px;
}

.filming-request-form {
  margin-bottom: 100px;
}

section.search-results h3.search-results {
  float: right;
}

.event__list,
.section--single .event__list a {
  color: #FFFFFF;
}

.event {
  background-color: #171717;
  padding: 20px;
  font-family: 'Roboto', sans-serif;
  border-bottom: 6px solid #EAC27C;
  margin-bottom: 40px;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  transition: 0.08s ease-in;
}

.event:last-child {
  margin-bottom: 0;
}

.event__section {
  padding-top: 0;
  padding-bottom: 0;
}

.event:hover, .event:focus, .event:active {
  background-color:rgba(23, 23, 23, 0.93);
  text-decoration: none;
}

.event__date {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .event {
    padding: 30px 40px;
  }
}

.row-center {
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sidebar {
  background-color: #052340;
  color: #ffffff;
  padding: 20px 30px;
  height: 100%;
}

.sidebar__list, .tabled__list {
  font-family: 'Roboto', sans-serif;
  list-style: none;
  padding: 0;
}

.sidebar__list-item {
  padding: 20px 0;
}

.section__list {
  font-family: 'Roboto', sans-serif;
  list-style: none;
  counter-reset: section__list;
  padding: 0;
}

.section__list__item {
  counter-increment: section__list;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}

.section__list__item:before {
  content: counter(section__list);
  color: #052340;
  font-weight: bold;
  position: absolute;
  width: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 50px;
  line-height: 45px;
}
.section__list__header {
  font-weight: 600;
}
.section__list__copy {
  font-size: 14px;
  font-weight: 300;
}

.divider {
  border-bottom: 2px solid #052340;
  width: 100%;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .row--sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tabled__header, .tabled__filters {
  margin-bottom: 40px;
}

.tabled__list {
  font-size: 14px;
}

.tabled__list__item {
  border-top: 1px solid #052340;
}

.tabled__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabled__list__link:hover, .tabled__list__link:focus, .tabled__list__link:active {
  background-color: #EAE6E0;
  text-decoration: none;
}

.tabled__date {
  width: 30%;
  padding: 25px 0;
}

.tabled__description {
  width: 70%;
  font-family: 'Lora', serif;
  padding: 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .tabled__list {
    font-size: 16px;
  }

  .tabled__date {
    width: 20%;
    padding: 25px 10px;
  }

  .tabled__description {
    width: 80%;
  }
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #052340;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #052340;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #052340;
}

.form-control:-moz-placeholder { /* Firefox 18- */
  color: #052340;
}

.form-group--underlined {
  border-bottom: 2px solid #052340;
}

.form-group--no-error {
  margin-bottom: 0;
}

.form-control--search {
  background-image: url(./img/search.svg);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: 97% center;
  padding-right: 20px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .form-control--search {
    padding-left: 8px;
  }
}

.career__list {
  margin-right: auto;
  margin-left: auto;
}

.career__list__item {
  background-color: #1D1D1D;
  margin: 10px 0;
  padding: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .career__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .career__list__item {
    margin: 10px;
  }
}

.career__link {
  margin-right: auto;
  margin-bottom: 10px;
}

.career__social__list {
  font-size: 18px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.career__social__link {
  width: 30px;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.career__social__link, .career__social__link:hover, .career__social__link:focus, .career__social__link:active {
  text-decoration: none;
}

.pagetype__filters__list {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  /* display: flex; */
}
.pagetype__filters__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pagetype__filters__link,
.pagetype__filters__link:hover,
.pagetype__filters__link:active,
.pagetype__filters__link.active,
.pagetype__filters__link:focus {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom-color: #052340;
  color: #052340;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.03s ease-in;
  -o-transition: all 0.03s ease-in;
  transition: all 0.03s ease-in;
}

.pagetype__filters__link:hover,
.pagetype__filters__link:active,
.pagetype__filters__link.active,
.pagetype__filters__link:focus {
  color: #FFFFFF;
  background-color: #052340;
  padding-left: 10px;
  opacity: 1;
}

.pagetype__img-wrapper {
  position: relative;
  padding-bottom: 100%;
}

@media (min-width: 768px) {
  .pagetype__img-block {
    padding: 0;
  }
}

.pagetype__img {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pagetype-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 25px;
  margin-right: 25px;
  max-width: 100%;
}

.pagetype-grid-1 > * {
  width: 100%;
}
.pagetype-grid-2 > * {
  width: 50%;
}
.pagetype-grid-3 > * {
  width: 33.3%;
}
.pagetype-grid-4 > * {
  width: 25%;
}
.pagetype-grid-5 > * {
  width: 20%;
}

.pagetype-grid-1 .pagetype__img {
  width: 62%;
}
.pagetype-grid-2 .pagetype__img {
  width: 77%;
}
.pagetype-grid-3 .pagetype__img,
.pagetype-grid-4 .pagetype__img,
.pagetype-grid-5 .pagetype__img {
  width: 100%;
}

.pagetype-grid-1 .pagetype__img-block {
  width: 35%;
}
.pagetype-grid-2 .pagetype__img-block {
  width: 40%;
}
.pagetype-grid-3 .pagetype__img-block,
.pagetype-grid-4 .pagetype__img-block,
.pagetype-grid-5 .pagetype__img-block {
  width: 35%;
}

.pagetype-grid-1 .pagetype__detail-block {
  width: 65%;
}
.pagetype-grid-2 .pagetype__detail-block {
  width: 60%;
}
.pagetype-grid-3 .pagetype__detail-block,
.pagetype-grid-4 .pagetype__detail-block,
.pagetype-grid-5 .pagetype__detail-block {
  width: 65%;
}

.pagetype__grid__item--empty {
  display: none;
}
.pagetype__grid__item {
  padding: 20px 0;
  height: 200px;
}

.pagetype__link {
  display: block;
}

.pagetype__link:hover .pagetype__img {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .pagetype__grid__item {
    padding: 20px 15px;
  }
}

.profile {
  font-family: 'Roboto', sans-serif;
}

.profile__name {
  margin: 0 0 30px 0;
}

.profile__roles {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}

.profile__description {
  font-size: 14px;
  margin-bottom: 30px;
}

.profile__copy {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
}

.select2-container, .form-group, .select2-container--default .select2-selection--single {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #052340;
  padding-left: 0;
}

@media (min-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
  }
}


.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border-color: #052340;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: 1px solid #052340;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: 1px solid #052340;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  bottom: 0;
  margin: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: relative;
  top: 5px;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  height: 14px;
  width: 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
}


.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e114";
}

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\e113";
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #EAE6E0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #052340;
}
.hidden {
  display: none;
}

.flyx .featherlight-content {
  border-bottom: none;
  padding: 25px;
  overflow: hidden;
}
.flyx .featherlight-inner {
  overflow: auto;
  max-height: 85vh;
}
/* .flyx.en_CA button.featherlight-close:before {
   font-family: 'Roboto', sans-serif;
   content: 'Close ';
   }
   .flyx.fr_CA button.featherlight-close:before {
   font-family: 'Roboto', sans-serif;
   content: 'Fermer ';
   } */
/* .flyx button.featherlight-close {
   right: 27px;
   width: 70px;
   height: 22px;
   text-align: right;
   }
 */
ul.flyx-radio,
ul.flyx-yesno {
  list-style-type: none;
}

ul.flyx-radio li,
ul.flyx-yesno li {
  display: inline-block;
  margin: 0 10px;
}

ul.flyx-yesno {
  margin: 0;
  float: right;
}

ul.flyx-radio input.flyx-radio,
ul.flyx-yesno input.flyx-yesno {
  margin: 0 5px 0 0;
}

ul.flyx-radio input.flyx-radio-other {
  width: 270px;
  display: inline-block;
  margin: 0 0 0 10px;
  height: 26px;
}

@media screen and (max-width: 768px) {
  ul.flyx-radio li {
    display: block;
  }
  ul.flyx-yesno {
    float: initial;
  }
}
