/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	PALETTE */
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	TYPOGRAPHY (small) */
body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

/*	HEADINGS */
h1, .h1 {
  font-family: "Bona Nova SC", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 .5rem 0;
  padding: 0;
  color: #dbba76;
}

h2, .h2 {
  font-family: "Bona Nova", serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #0c0c0c;
}

h3, .h3 {
  font-family: "Bona Nova", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  margin: 0 0 1.2rem 0;
  padding: 0;
  color: #0c0c0c;
}

h4, .h4 {
  font-family: "Bona Nova", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #0c0c0c;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

h5, .h5 {
  font-family: "Bona Nova", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 1rem 0;
  padding: 0;
  color: #0c0c0c;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

/*	PARAGRAPHS */
p {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 1.3rem 0;
  padding: 0;
  color: #322f30;
}
p strong {
  font-weight: 700;
}

.leadin p {
  font-size: 1.2rem;
}

/*	LISTS */
ul {
  list-style-type: disc;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 .7rem 1.4rem;
  padding: 0;
  color: #322f30;
}
ul strong {
  font-weight: 500;
}
ul ul {
  list-style-type: circle;
}

ul.button-list {
  list-style-type: none;
  margin: 1.5rem 0 0 0;
}

ol {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 .7rem 1.15rem;
  padding: 0;
  color: #322f30;
}
ol strong {
  font-weight: 500;
}

/*	HORIZONTAL RULE */
hr {
  max-width: none;
  margin: 3rem 0;
  border-bottom: 1px solid #322f30;
}

/*	LINK COLOR */
h1 > a, h2 > a, h3 > a, p > a,
p > strong > a,
ul li > a {
  color: blue;
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, p > a:hover,
p > strong > a:hover,
ul li > a:hover {
  color: black;
}

a {
  transition: opacity 0.25s ease-out, color 0.25s ease-out;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (medium) */
@media screen and (min-width: 640px) {
  h1, .h1 {
    font-size: 2rem;
  }

  h2, .h2 {
    font-size: 1.3rem;
  }

  h3, .h3 {
    font-size: 1rem;
  }

  h4, .h4 {
    font-size: 1rem;
  }

  h5, .h5 {
    font-size: 1.1rem;
  }

  p, ul, ol {
    font-size: 1rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (large) */
@media screen and (min-width: 1024px) {
  h1, .h1 {
    font-size: 2.7rem;
  }

  h2, .h2 {
    font-size: 1.3rem;
  }

  h3, .h3 {
    font-size: 1rem;
  }

  h4, .h4 {
    font-size: 1rem;
  }

  h5, .h5 {
    font-size: 1.1rem;
  }

  p, ul, ol {
    font-size: 1rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	TYPOGRAPHY (xlarge) */
@media screen and (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.25rem;
  }

  h2, .h2 {
    font-size: 1.5rem;
  }

  h3, .h3 {
    font-size: 1.2rem;
  }

  h4, .h4 {
    font-size: 1rem;
  }

  h5, .h5 {
    font-size: 1.1rem;
  }

  p, ul, ol {
    font-size: 1rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	TYPOGRAPHY (xxlarge) */
@media screen and (min-width: 1440px) {
  h1, .h1 {
    font-size: 4rem;
  }

  h2, .h2 {
    font-size: 1.7rem;
  }

  h3, .h3 {
    font-size: 1.2rem;
  }

  h4, .h4 {
    font-size: 1.1rem;
  }

  h5, .h5 {
    font-size: 1.1rem;
  }

  p, ul, ol {
    font-size: 1rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	ACCORDION (small) */
.accordion {
  border-top: 1px solid #322f30;
  background: #0c0c0c;
}

.accordion-item {
  border-bottom: 1px solid #322f30;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 0;
  border: 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #0c0c0c;
}
.accordion-title:hover p {
  color: #404040;
}
.accordion-title:focus p {
  color: white;
}
.accordion-title p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #404040;
}
.accordion-title span {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}

:last-child > .accordion-content:last-child {
  border-bottom: none;
}

.accordion-content {
  padding: 0 0 2rem 0;
  color: white;
  border: 0;
  background-color: #0c0c0c;
}
.accordion-content img {
  margin: 0 0 2rem 0;
}

.accordion-label-mobile p {
  font-family: 'Lato', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 2.6rem 0 1.3rem 0;
  padding: 0;
  color: white;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	BUTTONS (small) */
.button {
  margin: 0;
  padding: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #0c0c0c;
  border: none;
  border-radius: 30px;
  -webkit-transition: background-color 0.25s ease-out,color 0.25s ease-out;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  -webkit-appearance: none;
  cursor: pointer;
  background-color: #dbba76;
}
.button:hover, .button:focus, .button:active {
  color: #0c0c0c;
  background-color: #f0d192;
}

.button.icon {
  text-align: left;
  border: none;
  border-radius: 30px;
  background-color: #dbba76;
}
.button.icon:hover, .button.icon:focus, .button.icon:active {
  color: #0c0c0c;
  background-color: #f0d192;
}
.button.icon img {
  padding: 6px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #f0d192;
}
.button.icon span {
  padding: 0 1.1rem 0 .65rem;
}

.button.icon.cta {
  margin: 0 1rem 0 0;
  text-align: left;
  border: none;
  border-radius: 30px;
  background-color: #dbba76;
}
.button.icon.cta:hover, .button.icon.cta:focus, .button.icon.cta:active {
  color: #0c0c0c;
  background-color: #f0d192;
}
.button.icon.cta img {
  width: 46px;
  height: 46px;
  padding: 6px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #f0d192;
}
.button.icon.cta span {
  padding: 0 1.1rem 0 .65rem;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (xlarge) */
@media screen and (min-width: 1200px) {
  .button.icon.cta {
    font-size: 1.2rem;
  }
  .button.icon.cta img {
    width: 50px;
    height: 50px;
    padding: 6px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #f0d192;
  }
  .button.icon.cta span {
    padding: 0 1.1rem 0 .65rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	CALLOUTS (small) */
.callout {
  background: #fbebcc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dbba76;
}
.callout p {
  color: #322f30;
}
.callout .close-button, .callout .close-button:hover, .callout .close-button:focus {
  color: #322f30;
  outline: none;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FORMS (small) */
.wrapper-form {
  position: relative;
  padding: 0;
  width: auto;
  font-family: "Fira Sans", sans-serif;
  color: #0c0c0c;
  margin: 0;
}
.wrapper-form h2, .wrapper-form p {
  margin-bottom: 1.5rem;
  text-align: center;
}
.wrapper-form fieldset {
  padding: 1.5rem;
  margin: 0 0 2rem 0;
  border: 1px solid #404040;
  min-width: 0;
  background-color: #f2f2f2;
}
.wrapper-form legend {
  display: block;
  width: auto;
  padding: .25rem 1.25rem;
  margin-bottom: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: .875rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: inherit;
  color: #0c0c0c;
  border-radius: 25px;
  border: 1px solid #404040;
  background-color: #f2f2f2;
}
.wrapper-form h4 {
  text-align: center;
  margin: 2rem 0 1rem 0;
  padding: 1rem .25rem;
  text-align: center;
  color: #322f30;
  background-color: #404040;
}
.wrapper-form label {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: #322f30;
  margin: .7rem 0 .2rem 0;
}
.wrapper-form input,
.wrapper-form textarea {
  width: 100%;
  margin-bottom: .5rem;
  padding: .5rem;
  font-family: "Fira Sans", sans-serif;
  color: #322f30;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b3b3b3;
  background-color: white;
}
.wrapper-form select {
  width: 100%;
  margin-bottom: .5rem;
  font-family: "Fira Sans", sans-serif;
  color: #322f30;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #b3b3b3;
}
.wrapper-form .inline,
.wrapper-form input[type="radio"],
.wrapper-form input[type="checkbox"] {
  display: inline;
  width: auto;
}
.wrapper-form input.submit, .wrapper-form [type="submit"], .wrapper-form .btn-submit {
  margin: .7rem 0 0 0;
  padding: 0.6rem 1.6rem 0.7rem 1.6rem;
  width: auto;
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: white;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: #0c0c0c;
}
.wrapper-form input.submit:hover, .wrapper-form input.submit:focus, .wrapper-form input.submit:active, .wrapper-form [type="submit"]:hover, .wrapper-form [type="submit"]:focus, .wrapper-form [type="submit"]:active, .wrapper-form .btn-submit:hover, .wrapper-form .btn-submit:focus, .wrapper-form .btn-submit:active {
  background-color: black;
}
.wrapper-form .input-group {
  padding: 0;
}
.wrapper-form .input-group input[type="text"] {
  margin: 0;
  border-radius: 0 !important;
  border-top: 1px solid #404040;
  border-right: 0;
  border-bottom: 1px solid #404040;
  border-left: 0;
}
.wrapper-form .input-group-addon {
  padding: .25rem .75rem;
  border: 1px solid #404040;
  border-radius: 0;
  background-color: #f2f2f2;
}
.wrapper-form .errors {
  font-size: .9rem;
  font-style: italic;
  color: red;
}

.input-group {
  padding-bottom: 10px;
}

span.required {
  color: red;
}

.card-element {
  width: 100%;
  margin-bottom: .5rem;
  padding: .5rem;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #404040;
  background: white;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (medium) */
@media screen and (min-width: 640px) {
  .wrapper-form fieldset {
    padding: 2rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (large) */
@media screen and (min-width: 1024px) {
  .wrapper-form fieldset {
    padding: 3rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (xlarge) */
@media screen and (min-width: 1200px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FORMS (xxlarge) */
@media screen and (min-width: 1440px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FRAME (small) */
body {
  background: white;
}

/*  MIXINS */
.section-body {
  position: relative;
  padding: 3rem 0;
  background: #e6e6e6;
}
.section-body .page-heading {
  text-align: center;
}
.section-body .page-heading h1 {
  color: #0c0c0c;
}
.section-body .page-heading h2 {
  color: #404040;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (medium) */
@media screen and (min-width: 640px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (large) */
@media screen and (min-width: 1024px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (xlarge) */
@media screen and (min-width: 1200px) {
  .section-body {
    padding: 6rem 0;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FRAME (xxlarge) */
@media screen and (min-width: 1440px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FLUID (small) */
.fluid-element {
  padding: 0 0 1.5rem 0;
}
.fluid-element.alt {
  padding: 0 0 .5rem 0;
}
.fluid-element:first-child {
  padding-top: 0;
}
.fluid-element:last-child {
  padding-bottom: 0;
}

.wrapper-fluid h1 {
  margin: 2.5rem 0 1.5rem 0;
}
.wrapper-fluid h1:first-child {
  margin-top: 0;
}

/*  HEADINGS */
.page-heading {
  margin: 0 0 3rem 0;
}
.page-heading h1 {
  margin: 0;
}

.heading {
  margin: 0 0 .75rem 0;
}

/*  IMAGE */
.enlarge {
  position: absolute;
  bottom: .5rem;
  right: .5rem;
  z-index: 10;
  width: 45px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
}

.orbit-figure {
  position: relative;
  z-index: 5;
}

.orbit-image {
  border-radius: 8px;
}

.orbit-caption {
  text-align: center;
  padding: .5rem 0 0 0;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0c0c0c;
}

.orbit-previous, .orbit-next {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: white;
}

.orbit-previous {
  left: .5rem;
  background-image: url(../grfx/arrow-prev-orange.png);
  background-repeat: no-repeat;
  background-position: 44% 50%;
}

.orbit-next {
  right: .5rem;
  background-image: url(../grfx/arrow-next-orange.png);
  background-repeat: no-repeat;
  background-position: 56% 50%;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  cursor: pointer;
  background-color: #e6e6e6;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  background-color: transparent;
  color: white;
}

/*  LINK LIST */
.linklist h5 {
  padding: 0 0 .5rem 0;
  color: #0c0c0c;
  border-bottom: 1px solid #b3b3b3;
}
.linklist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.linklist ul li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
}
.linklist ul li > img {
  margin-right: .5rem;
}
.linklist ul li p {
  display: inline-block;
  margin: 0;
}
.linklist ul li a {
  font-weight: 500;
  text-decoration: underline;
  color: #0c0c0c;
}
.linklist ul li a:hover {
  color: #dbba76;
}

/*  PERSONNEL */
.button-personnel {
  width: 100%;
  cursor: pointer;
}

.personnel {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1.5rem;
  margin: 0 0 1rem 0;
  width: 100%;
  min-height: 185px;
  text-align: left;
  border-bottom-right-radius: 4rem;
  border: 1px solid #b3b3b3;
  background-color: white;
}
.personnel .personnel-photo {
  width: 68px;
  min-width: 68px;
  height: 68px;
}
.personnel .personnel-name-title {
  padding: 0 0 0 1rem;
}
.personnel .personnel-name-title h5 {
  margin: .5rem 0 .25rem 0;
  color: #0c0c0c;
}
.personnel .personnel-name-title p {
  margin: 0;
  font-style: italic;
}

.personnel-bio {
  padding: 2rem;
}
.personnel-bio .bio-photo-name {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flext-start;
  align-items: center;
  width: 100%;
  margin: 0 0 2rem 0;
}
.personnel-bio .bio-photo-name .bio-photo {
  width: 96px;
  height: 96px;
  margin: 0 1rem 0 0;
}

.reveal .close-button {
  color: #b3b3b3;
}
.reveal .close-button:hover {
  color: #dbba76;
}

/* STRIP */
.strip {
  padding: 0;
  margin: 0;
}
.strip > .grid-container {
  padding-right: 0;
  padding-left: 0;
}
.strip .slick-carousel {
  position: relative;
  z-index: 30;
}
.strip .slick-slider {
  margin-bottom: 0;
}
.strip .slide {
  transition: all 300ms ease;
  padding: 0 10px;
}
.strip .slide img {
  width: 200px;
}
.strip .slick-center {
  transform: scale(1);
}
.strip .slick-arrow-prev, .strip .slick-arrow-next {
  position: absolute;
  z-index: 30;
  bottom: -60px;
  display: block;
  width: 46px;
  height: 46px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.strip .slick-arrow-prev {
  width: 25px;
  height: 25px;
  background-image: url(../grfx/icon-arrow-left.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.strip .slick-arrow-next {
  width: 25px;
  height: 25px;
  background: url(../grfx/icon-arrow-right.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.strip .slick-arrow-prev {
  left: 35%;
}
.strip [dir='rtl'] .slick-arrow-prev {
  right: 25px;
  left: auto;
}
.strip .slick-arrow-next {
  right: 35%;
}
.strip [dir='rtl'] .slick-arrow-next {
  right: auto;
  left: 25px;
}

/*  TABLE */
.table table.unstriped {
  margin-bottom: 0;
}
.table table.unstriped tbody {
  border: 1px solid #b3b3b3;
  background-color: white;
}
.table table.unstriped tbody tr {
  border-bottom: 1px solid #b3b3b3;
}
.table table.unstriped tbody tr.heading {
  background-color: #e6e6e6;
}
.table table.unstriped tbody th, .table table.unstriped tbody td {
  padding: .625rem .625rem .5rem .625rem;
  width: 50%;
  font-family: "Source Sans 3", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #0c0c0c;
  text-align: left;
  vertical-align: top;
}
.table table.unstriped tbody th > p:last-child, .table table.unstriped tbody th > ul:last-child, .table table.unstriped tbody th > ol:last-child, .table table.unstriped tbody td > p:last-child, .table table.unstriped tbody td > ul:last-child, .table table.unstriped tbody td > ol:last-child {
  margin-bottom: 0;
}
.table table.unstriped tbody th a, .table table.unstriped tbody td a {
  color: #dbba76;
  font-weight: 500;
  text-decoration: underline;
}
.table table.unstriped tbody th {
  padding: .725rem .625rem .5rem .625rem;
}
.table table.unstriped tbody th p, .table table.unstriped tbody th {
  font-weight: 500;
}
.table table.unstriped tbody td p, .table table.unstriped tbody td {
  font-weight: 300;
}
.table table.unstriped tbody td p b {
  font-weight: 500;
}
.table table.contact {
  margin-top: 1.5rem;
}
.table table.contact tbody th {
  width: 35%;
}
.table table.contact tbody td {
  width: 65%;
}

/*  TEXT */
.text h2 {
  margin: 2.5rem 0 1rem 0;
}
.text h3 {
  margin: 2.5rem 0 .5rem 0;
}
.text h4 {
  margin: 2.5rem 0 .25rem 0;
}
.text h2:first-child, .text h3:first-child, .text h4:first-child {
  margin-top: 0;
}
.text p:last-child, .text ul:last-child, .text ol:last-child {
  margin-bottom: 0;
}
.text p > a, .text ul a, .text ol a {
  font-weight: 500;
  text-decoration: underline;
}

/*  TEXT LEAD */
.text-leadin p {
  font-size: 1.2rem;
  line-height: 1.7;
}
.text-leadin h2:first-child, .text-leadin h3:first-child, .text-leadin h4:first-child {
  margin-top: 0;
}
.text-leadin p:last-child, .text-leadin ul:last-child, .text-leadin ol:last-child {
  margin-bottom: 0;
}
.text-leadin p > a, .text-leadin ul a, .text-leadin ol a {
  font-weight: 500;
  text-decoration: underline;
}
.text-leadin hr {
  margin: 2rem 0 0 0;
}

/*  VIDEO AND EMBED */
.responsive-embed {
  margin: 0;
  border-radius: 8px;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FLUID (medium) */
@media screen and (min-width: 640px) {
  .fluid-element {
    padding: 0 0 1.5rem 0;
  }

  /*  PERSONNEL */
  .personnel-bio {
    padding: 3rem;
  }

  /* STRIP */
  .strip .slide {
    padding: 0 10px;
  }
  .strip .slide img {
    width: 278px;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FLUID (large) */
@media screen and (min-width: 1024px) {
  .fluid-element {
    padding: 0 0 1.5rem 0;
  }

  /*  PARTNERS */
  .partner {
    padding: 0 0 4rem 0;
    margin: 0 0 4rem 0;
  }

  /*  TABLE */
  .table table.contact {
    margin-top: 0;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FLUID (xlarge) */
@media screen and (min-width: 1200px) {
  .fluid-element {
    padding: 0 0 2rem 0;
  }

  .strip > .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FLUID (xxlarge) */
@media screen and (min-width: 1440px) {
  .fluid-element {
    padding: 0 0 3rem 0;
  }

  /*  TABLE */
  .table table.unstriped tbody th, .table table.unstriped tbody td {
    font-size: 1.1rem;
  }

  /*  TEXT LEAD */
  .text-leadin p {
    font-size: 1.35rem;
    line-height: 1.5;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	NAVIGATION (small) */
.title-bar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.title-bar .title-bar-left {
  margin-left: 25px;
}
.title-bar .title-bar-left h2 {
  margin: 0 0 .2rem 0;
  font-family: "Bona Nova SC", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: #dbba76;
}
.title-bar .title-bar-left h3 {
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: white;
}
.title-bar .title-bar-right {
  max-width: 80px;
  height: 80px;
}
.title-bar .title-bar-right .icon-right button {
  cursor: pointer;
}

/*	OFF-CANVAS */
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-330px);
  -ms-transform: translateX(-330px);
  transform: translateX(-330px);
}

.position-right {
  width: 330px;
  -webkit-transform: translateX(330px);
  -ms-transform: translateX(330px);
  transform: translateX(330px);
}

.position-right.is-transition-push {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.35);
}

.off-canvas {
  width: 330px;
  padding: 2rem 3rem;
  background-color: #0c0c0c;
}
.off-canvas .logo-mobile {
  margin: 0 0 2rem 0;
  width: 100%;
  text-align: center;
}
.off-canvas .logo-mobile h2 {
  margin: 0 0 .2rem 0;
  font-family: "Bona Nova SC", serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: #dbba76;
}
.off-canvas .logo-mobile h3 {
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: white;
}
.off-canvas .menu {
  margin: 0 0 2rem 0;
}
.off-canvas .menu li {
  padding: 1rem 0;
  font-family: "Bona Nova", serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  color: #b3b3b3;
  text-align: center;
  border-bottom: 1px solid #322f30;
}
.off-canvas .menu li a {
  padding: 0;
  width: 100%;
  height: auto;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-align: center;
}
.off-canvas .menu li a:hover, .off-canvas .menu li a:focus, .off-canvas .menu li a:active {
  color: #dbba76;
}
.off-canvas .contact-options {
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0;
  width: 100%;
}
.off-canvas .contact-options li {
  margin: 0 0 .65rem 0;
}
.off-canvas .contact-options li a {
  width: 100%;
}
.off-canvas .contact-address {
  list-style-type: none;
  margin: 0 0 2rem 0;
  padding: 0;
  width: 100%;
}
.off-canvas .contact-address li {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #b3b3b3;
  text-align: center;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (medium) */
@media screen and (min-width: 640px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (large) */
@media screen and (min-width: 1024px) {
  .top-bar-wrapper .top-bar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 15px;
    background-color: #0c0c0c;
  }
  .top-bar-wrapper .top-bar-left {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    padding: 0 0 0 20px;
    width: 220px;
    max-width: 220px;
  }
  .top-bar-wrapper .top-bar-left h2 {
    margin: 0;
    font-family: "Bona Nova", serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025rem;
    text-transform: uppercase;
    color: #dbba76;
  }
  .top-bar-wrapper .top-bar-left h3 {
    margin: 0 0 .2rem 0;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: white;
  }
  .top-bar-wrapper .top-bar-center {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    flex-grow: 2;
    max-width: 1170px;
  }
  .top-bar-wrapper .top-bar-center ul {
    width: 100%;
    height: 100%;
    border-left: 1px solid #322f30;
    background-color: #0c0c0c;
  }
  .top-bar-wrapper .top-bar-center ul li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 25%;
    text-align: center;
    border-right: 1px solid #322f30;
  }
  .top-bar-wrapper .top-bar-center ul li a {
    width: 100%;
    height: auto;
    font-family: "Bona Nova", serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .025rem;
    text-transform: uppercase;
    color: #dbba76;
  }
  .top-bar-wrapper .top-bar-center ul li a:hover, .top-bar-wrapper .top-bar-center ul li a:focus, .top-bar-wrapper .top-bar-center ul li a:active {
    color: white;
  }
  .top-bar-wrapper .top-bar-right {
    flex-grow: 1;
    width: 220px;
    max-width: 220px;
    text-align: right;
  }
  .top-bar-wrapper .top-bar-right .icon-right button {
    cursor: pointer;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (xlarge) */
@media screen and (min-width: 1200px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	NAVIGATION (xxlarge) */
@media screen and (min-width: 1440px) {
  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	FOOTER (small) */
.section-footer {
  padding: 3rem 0;
  background-color: #0c0c0c;
}
.section-footer h3 {
  margin: 0 0 .5rem 0;
  color: #dbba76;
}
.section-footer h4 {
  margin: 0 0 .5rem 0;
  color: #dbba76;
}
.section-footer p {
  color: #b3b3b3;
}
.section-footer .footer-offences ul {
  margin-bottom: 1.5rem;
  color: #b3b3b3;
}
.section-footer .footer-legislation ul {
  margin-bottom: 1.5rem;
  color: #b3b3b3;
}
.section-footer .footer-consultations ul {
  margin-bottom: 1.5rem;
  color: #b3b3b3;
}
.section-footer .footer-contact {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid #322f30;
}
.section-footer .footer-contact table {
  background-color: transparent;
  border: none;
}
.section-footer .footer-contact table tbody, .section-footer .footer-contact table tr, .section-footer .footer-contact table td {
  background-color: transparent;
  border: none;
}
.section-footer .footer-contact table th {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #dbba76;
  text-align: left;
  padding: .25rem .625rem .25rem 0;
}
.section-footer .footer-contact table td {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #b3b3b3;
  padding: .25rem .625rem .25rem 0;
}
.section-footer .footer-contact .button {
  margin-bottom: 2rem;
}
.section-footer .footer-address ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #b3b3b3;
  margin-bottom: 1.3rem;
}
.section-footer .footer-payment {
  padding-top: 1.5rem;
  border-top: 1px solid #322f30;
}
.section-footer .footer-payment ul {
  margin-bottom: 1.5rem;
  color: #b3b3b3;
}
.section-footer .footer-copyright {
  padding-top: 1.5rem;
  border-top: 1px solid #322f30;
}
.section-footer .footer-copyright p {
  color: #b3b3b3;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOOTER (medium) */
@media screen and (min-width: 640px) {
  .section-footer .footer-contact-payment {
    padding-top: 3rem;
    margin-top: 1.5rem;
    border-top: 1px solid #322f30;
  }
  .section-footer .footer-contact {
    padding-top: 0;
    margin-bottom: 0;
    border-top: none;
  }
  .section-footer .footer-payment {
    padding-top: 0;
    border-top: none;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOOTER (large) */
@media screen and (min-width: 1024px) {
  .section-footer {
    padding: 5rem 0;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOOTER (xlarge) */
@media screen and (min-width: 1200px) {
  .section-footer {
    padding: 6rem 0;
  }
  .section-footer .footer-legislation, .section-footer .footer-consultations {
    border-left: 1px solid #322f30;
    padding-left: 2rem;
  }
  .section-footer .footer-contact-payment {
    padding-top: 4rem;
    margin-top: 2rem;
  }
  .section-footer .footer-payment {
    border-left: 1px solid #322f30;
    padding-left: 2rem;
  }
  .section-footer .footer-copyright {
    padding-top: 4rem;
    margin-top: 2rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	FOOTER (xxlarge) */
@media screen and (min-width: 1440px) {
  .section-footer {
    padding: 7rem 0;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	HOME (small) */
.section-masthead {
  position: relative;
}
.section-masthead .masthead-overlay {
  padding: 3rem 0;
  background: linear-gradient(#0c0c0c, #322f30);
}
.section-masthead .masthead-image {
  position: relative;
  width: 100%;
  height: 380px;
}
.section-masthead .masthead-image > figure {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.section-masthead .masthead-intro .intro-heading {
  display: none;
}
.section-masthead .masthead-intro .intro-testimonial {
  margin: 0 0 1.5rem 0;
}
.section-masthead .masthead-intro .intro-testimonial .serving, .section-masthead .masthead-intro .intro-testimonial .quote, .section-masthead .masthead-intro .intro-testimonial .byline {
  color: #b3b3b3;
}
.section-masthead .masthead-intro .intro-testimonial .serving {
  margin: 0 0 1.5rem 0;
}
.section-masthead .masthead-intro .intro-testimonial .quote {
  font-family: "Bona Nova", serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  margin: 0 0 .5rem 0;
}
.section-masthead .masthead-intro .intro-testimonial .byline {
  font-family: "Bona Nova", serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
}
.section-masthead .masthead-intro .intro-cta .phone-and-email {
  display: none;
}

.section-record {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-record .record-image {
  width: 100%;
}
.section-record .record-image .image-wrapper {
  width: 100%;
  height: 225px;
}
.section-record .record-image .image-wrapper figure {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.section-record .record-text {
  padding: 3rem 0;
}
.section-record .record-text .text-wrapper p {
  margin-bottom: 0;
}
.section-record .record-text .text-wrapper .leadin p {
  margin: 0 0 1.3rem 0;
}

.section-clientcare {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-clientcare .clientcare-vulnerable {
  margin: 3rem 0 0 0;
  width: 100%;
  background-image: url(/grfx/street-crossing.jpg);
  background-size: cover;
  background-position: center center;
}
.section-clientcare .clientcare-vulnerable .vulnerable-text {
  position: relative;
  top: -3rem;
  padding: 2rem;
  border-radius: 12px;
  background-color: #0c0c0c;
}
.section-clientcare .clientcare-vulnerable .vulnerable-text h3 {
  color: #dbba76;
}
.section-clientcare .clientcare-vulnerable .vulnerable-text p {
  color: #b3b3b3;
}
.section-clientcare .clientcare-vulnerable .vulnerable-text p {
  margin-bottom: 0;
}
.section-clientcare .clientcare-vulnerable .vulnerable-text .leadin p {
  margin: 0 0 1.3rem 0;
}
.section-clientcare .clientcare-text {
  padding: 3rem 0;
}
.section-clientcare .clientcare-text .text-wrapper p:last-child {
  margin-bottom: 0;
}
.section-clientcare .clientcare-text .text-wrapper .blockquote {
  padding: 2rem 0;
  margin: 2rem 0 2rem 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
.section-clientcare .clientcare-text .text-wrapper .blockquote .quote p {
  font-family: "Bona Nova", serif;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  margin: 0 0 1.3rem 0;
}
.section-clientcare .clientcare-text .text-wrapper .blockquote .byline {
  font-family: "Bona Nova", serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (medium) */
@media screen and (min-width: 640px) {
  .section-masthead .masthead-overlay {
    position: absolute;
    top: 0;
    z-index: 20;
    padding: 0;
    background: none;
  }
  .section-masthead .masthead-image {
    height: 450px;
  }
  .section-masthead .masthead-image > figure {
    width: 100%;
    background-size: cover;
    background-position: center center;
  }
  .section-masthead .masthead-intro {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    height: 450px;
  }
  .section-masthead .masthead-intro .intro-testimonial {
    margin: 0 0 2rem 0;
  }
  .section-masthead .masthead-intro .intro-cta .icon-phone {
    display: none;
  }
  .section-masthead .masthead-intro .intro-cta .phone-and-email {
    margin-top: 2rem;
    display: block;
  }
  .section-masthead .masthead-intro .intro-cta .phone-and-email table, .section-masthead .masthead-intro .intro-cta .phone-and-email tbody, .section-masthead .masthead-intro .intro-cta .phone-and-email tr, .section-masthead .masthead-intro .intro-cta .phone-and-email th, .section-masthead .masthead-intro .intro-cta .phone-and-email td {
    border: none;
    background-color: transparent;
  }
  .section-masthead .masthead-intro .intro-cta .phone-and-email th, .section-masthead .masthead-intro .intro-cta .phone-and-email td {
    padding: .1rem .625rem .1rem 0;
    text-align: left;
  }
  .section-masthead .masthead-intro .intro-cta .phone-and-email th {
    font-weight: 700;
    color: white;
  }
  .section-masthead .masthead-intro .intro-cta .phone-and-email td {
    color: white;
  }

  .section-record .record-image {
    order: 2;
    padding: 0 0 3rem 0;
  }
  .section-record .record-image .image-wrapper {
    height: 360px;
  }
  .section-record .record-text {
    order: 1;
  }

  .section-clientcare .clientcare-vulnerable {
    margin: 4rem 0 0 0;
  }
  .section-clientcare .clientcare-vulnerable .vulnerable-text {
    top: -4rem;
    padding: 3rem;
  }
  .section-clientcare .clientcare-text .text-wrapper .blockquote .quote p {
    font-size: 1.5rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (large) */
@media screen and (min-width: 1024px) {
  .section-masthead .masthead-overlay {
    width: 100%;
  }
  .section-masthead .masthead-image {
    position: relative;
    width: 100%;
    height: 650px;
    background-color: #1a1a1a;
  }
  .section-masthead .masthead-image > figure {
    width: 100%;
    background-size: cover;
    background-position: center center;
  }
  .section-masthead .masthead-intro {
    height: 650px;
  }
  .section-masthead .masthead-intro .intro-heading {
    display: block;
  }
  .section-masthead .masthead-intro .intro-heading h2 {
    margin: 0 0 .7rem 0;
    color: white;
  }
  .section-masthead .masthead-intro .intro-testimonial {
    margin: 0 0 2rem 0;
  }
  .section-masthead .masthead-intro .intro-testimonial .serving {
    margin: 0 0 2rem 0;
  }
  .section-masthead .masthead-intro .intro-cta .icon-phone {
    display: none;
  }
  .section-masthead .masthead-intro .intro-cta .phone-and-email {
    display: block;
    margin: 2rem 0 0 0;
    color: white;
  }

  .section-record {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .section-record .record-image {
    order: 1;
    padding: 0;
    width: 50%;
  }
  .section-record .record-image .image-wrapper {
    height: 400px;
  }
  .section-record .record-text {
    padding: 4rem 0;
    order: 2;
    width: 50%;
  }
  .section-record .record-text .text-wrapper {
    padding: 0;
  }

  .section-clientcare {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .section-clientcare .clientcare-vulnerable {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    order: 2;
    margin: 0;
    width: 50%;
  }
  .section-clientcare .clientcare-vulnerable .vulnerable-text {
    top: 0;
    padding: 3rem;
  }
  .section-clientcare .clientcare-text {
    order: 1;
    padding: 4rem 0;
    width: 50%;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (xlarge) */
@media screen and (min-width: 1200px) {
  .section-masthead .masthead-image {
    height: 750px;
  }
  .section-masthead .masthead-intro {
    height: 750px;
  }
  .section-masthead .masthead-intro .intro-testimonial {
    margin: 0 0 3rem 0;
  }
  .section-masthead .masthead-intro .intro-testimonial .serving {
    margin: 0 0 3rem 0;
  }
  .section-masthead .masthead-intro .intro-testimonial .quote {
    font-size: 2rem;
    margin: 0 0 .5rem 0;
  }
  .section-masthead .masthead-intro .intro-testimonial .byline {
    font-size: 1rem;
    margin: 0;
  }

  .section-record .record-image .image-wrapper {
    height: 430px;
  }
  .section-record .record-text {
    padding: 5rem 0;
  }

  .section-clientcare .clientcare-text {
    padding: 5rem 0;
  }
  .section-clientcare .clientcare-text .text-wrapper .blockquote .quote p {
    font-size: 1.7rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	HOME (xxlarge) */
@media screen and (min-width: 1440px) {
  .section-masthead .masthead-image {
    height: 978px;
  }
  .section-masthead .masthead-image > figure {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .section-masthead .masthead-intro {
    height: 978px;
  }
  .section-masthead .masthead-intro .intro-testimonial {
    margin: 0 0 3rem 0;
  }
  .section-masthead .masthead-intro .intro-testimonial .serving {
    margin: 0 0 3rem 0;
  }
  .section-masthead .masthead-intro .intro-testimonial .quote {
    padding: 0 3rem 0 0;
  }
  .section-masthead .masthead-intro .intro-cta .phone-and-email th, .section-masthead .masthead-intro .intro-cta .phone-and-email td {
    font-size: 1.2rem;
  }

  .section-record .record-image .image-wrapper {
    height: 640px;
  }
  .section-record .record-text {
    padding: 6rem 0;
  }

  .section-clientcare .clientcare-vulnerable .vulnerable-text {
    padding: 5rem;
  }
  .section-clientcare .clientcare-text {
    padding: 6rem 0;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/* 	SERVICES (small) */
.section-masthead-service {
  position: relative;
}
.section-masthead-service .masthead-overlay {
  position: absolute;
  top: 0;
  z-index: 20;
  padding: 3rem 0;
  width: 100%;
}
.section-masthead-service .masthead-image {
  height: 720px;
}
.section-masthead-service .masthead-image > figure {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.section-masthead-service .masthead-heading .heading-wrapper h2 {
  margin: 0 0 .5rem 0;
  color: white;
}
.section-masthead-service .masthead-heading .heading-wrapper p {
  color: #b3b3b3;
}
.section-masthead-service .masthead-heading .heading-wrapper .buttonbar {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 2.5rem 0 2.5rem 0;
}
.section-masthead-service .masthead-heading .heading-wrapper .phone-and-email {
  display: none;
}
.section-masthead-service .masthead-leadin .leadin-wrapper {
  padding: 2rem;
  border-radius: 12px;
  background-color: #0c0c0c;
}
.section-masthead-service .masthead-leadin .leadin-wrapper p {
  margin-bottom: 0;
  color: #b3b3b3;
}
.section-masthead-service .masthead-leadin .leadin-wrapper .leadin-callout p {
  margin-bottom: 1.3rem;
  font-family: "Bona Nova", serif;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  color: #dbba76;
}

.section-description {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-description .description-image {
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center center;
}
.section-description .description-image.orangeville {
  background-image: url(/grfx/orangeville-courthouse.jpg);
}
.section-description .description-image.brampton {
  background-image: url(/grfx/brampton-courthouse.jpg);
}
.section-description .description-image.newmarket {
  background-image: url(/grfx/newmarket-courthouse.jpg);
}
.section-description .description-text {
  padding: 3rem 0;
}
.section-description .description-text .text-wrapper p {
  margin-bottom: 0;
}
.section-description .description-text .text-wrapper .leadin p {
  margin-bottom: 1.3rem;
}

.section-cases {
  padding: 3rem 0;
  background-color: #e6e6e6;
}
.section-cases h2 {
  text-align: center;
}
.section-cases .cases {
  border-top: none;
  background-color: transparent;
}
.section-cases .cases .accordion-item {
  margin: 0 0 .5rem 0;
  padding: .75rem;
  border-radius: 6px;
  border: 1px solid #b3b3b3;
  background-color: white;
}
.section-cases .cases .accordion-item .accordion-title {
  padding: 0;
}
.section-cases .cases .accordion-item .accordion-title::before {
  right: .5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #dbba76;
}
.section-cases .cases .accordion-item .accordion-title:hover, .section-cases .cases .accordion-item .accordion-title:active, .section-cases .cases .accordion-item .accordion-title:focus {
  background-color: transparent;
}
.section-cases .cases .accordion-item .accordion-title h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  color: #0c0c0c;
}
.section-cases .cases .accordion-item .accordion-title p {
  font-family: "Fira Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: #322f30;
}
.section-cases .cases .accordion-item .accordion-content {
  padding: 2rem 0 0 0;
  background-color: white;
}
.section-cases .cases .accordion-item .accordion-content p:last-child {
  margin: 0;
}

/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	SERVICES (medium) */
@media screen and (min-width: 640px) {
  .section-masthead-service .masthead-overlay {
    padding: 0;
  }
  .section-masthead-service .masthead-heading {
    height: 500px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .section-masthead-service .masthead-heading .heading-wrapper .buttonbar .icon-phone {
    display: none;
  }
  .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email {
    display: block;
  }
  .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email table, .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email tbody, .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email tr, .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email th, .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email td {
    border: none;
    background-color: transparent;
  }
  .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email th, .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email td {
    padding: .1rem .625rem .1rem 0;
    text-align: left;
  }
  .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email th {
    font-weight: 700;
    color: white;
  }
  .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email td {
    color: white;
  }
  .section-masthead-service .masthead-leadin {
    height: 500px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .section-masthead-service .masthead-image {
    height: 500px;
  }

  .section-description {
    padding: 3rem 4.5rem;
  }
  .section-description .description-image {
    order: 2;
    margin: 2rem 0 0 0;
    height: 400px;
  }
  .section-description .description-text {
    order: 1;
    padding: 0;
  }

  .section-cases .cases .accordion-item .accordion-content {
    padding: 2rem 1.5rem 1.5rem 1.5rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	SERVICES (large) */
@media screen and (min-width: 1024px) {
  .section-masthead-service .masthead-image {
    height: 650px;
  }
  .section-masthead-service .masthead-heading {
    height: 650px;
  }
  .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email {
    display: block;
  }
  .section-masthead-service .masthead-leadin {
    height: 650px;
  }
  .section-masthead-service .masthead-leadin .leadin-wrapper .leadin-callout p {
    font-size: 1.5rem;
  }

  .section-description {
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  .section-description .description-image {
    order: 1;
    padding: 0;
    margin: 0;
    width: 50%;
    height: inherit;
    min-height: 456px;
  }
  .section-description .description-text {
    align-self: center;
    order: 2;
    width: 50%;
  }

  .section-cases {
    padding: 5rem 0;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	SERVICES (xlarge) */
@media screen and (min-width: 1200px) {
  .section-masthead-service .masthead-image {
    height: 750px;
  }
  .section-masthead-service .masthead-heading {
    height: 750px;
  }
  .section-masthead-service .masthead-leadin {
    height: 750px;
  }
  .section-masthead-service .masthead-leadin .leadin-wrapper {
    padding: 4rem;
  }
  .section-masthead-service .masthead-leadin .leadin-wrapper .leadin-callout p {
    font-size: 1.7rem;
  }

  .section-description .description-image {
    min-height: 480px;
  }

  .section-cases {
    padding: 6rem 0;
  }
  .section-cases .cases .accordion-item .accordion-title h4 {
    font-size: 1.2rem;
  }

  /*	*/
}
/*	------------------------------------------------------------------------------------ */
/*	------------------------------------------------------------------------------------ */
/*	SERVICES (xxlarge) */
@media screen and (min-width: 1440px) {
  .section-masthead-service .masthead-image {
    height: 978px;
  }
  .section-masthead-service .masthead-heading {
    height: 978px;
  }
  .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email th, .section-masthead-service .masthead-heading .heading-wrapper .phone-and-email td {
    font-size: 1.2rem;
  }
  .section-masthead-service .masthead-leadin {
    height: 978px;
  }
  .section-masthead-service .masthead-leadin .leadin-wrapper {
    padding: 6rem;
  }

  .section-description .description-image {
    min-height: 740px;
  }

  .section-cases {
    padding: 9rem 0;
  }

  /*	*/
}
