@charset "UTF-8";
/**
 * Ficheiro inicial SCSS
 * Neste ficheiro apenas devem ser feitos imports de partials, tudo o resto deve estar organizado por secções
 */
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * canada-type-gibson:
 *   - http://typekit.com/eulas/00000000000000003b9b0ba9
 *   - http://typekit.com/eulas/00000000000000003b9b0baa
 *   - http://typekit.com/eulas/00000000000000003b9b0ba6
 *   - http://typekit.com/eulas/00000000000000003b9b0ba4
 *   - http://typekit.com/eulas/00000000000000003b9b0ba3
 *   - http://typekit.com/eulas/00000000000000003b9b0ba5
 *   - http://typekit.com/eulas/00000000000000003b9b0ba8
 *   - http://typekit.com/eulas/00000000000000003b9b0ba7
 *
 * © 2009-2018 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2018-10-16 11:22:31 UTC"}*/
@font-face {
  font-family: "CanadaTypeGibson";
  src: url("../fonts/canada-type-gibson-700.woff2") format("woff2"), url("../fonts/canada-type-gibson-700.woff") format("woff");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "CanadaTypeGibson";
  src: url("../fonts/canada-type-gibson-700italic.woff2") format("woff2"), url("../fonts/canada-type-gibson-700italic.woff") format("woff");
  font-style: italic;
  font-weight: 700; }

@font-face {
  font-family: "CanadaTypeGibson";
  src: url("../fonts/canada-type-gibson-400italic.woff2") format("woff2"), url("../fonts/canada-type-gibson-400italic.woff") format("woff");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: "CanadaTypeGibson";
  src: url("../fonts/canada-type-gibson-300.woff2") format("woff2"), url("../fonts/canada-type-gibson-300.woff") format("woff");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "CanadaTypeGibson";
  src: url("../fonts/canada-type-gibson-300italic.woff2") format("woff2"), url("../fonts/canada-type-gibson-300italic.woff") format("woff");
  font-style: italic;
  font-weight: 300; }

@font-face {
  font-family: "CanadaTypeGibson";
  src: url("../fonts/canada-type-gibson-400.woff2") format("woff2"), url("../fonts/canada-type-gibson-400.woff") format("woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "CanadaTypeGibson";
  src: url("../fonts/canada-type-gibson-600.woff2") format("woff2"), url("../fonts/canada-type-gibson-600.woff") format("woff");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "CanadaTypeGibson";
  src: url("../fonts/canada-type-gibson-600italic.woff2") format("woff2"), url("../fonts/canada-type-gibson-600italic.woff") format("woff");
  font-style: italic;
  font-weight: 600; }

.img-thumbnail {
  max-width: 100%;
  height: auto; }

/**
 * Converte PX para REM
 *
 * @param {string} $size Valor em pixels
 * @param {string} $root-size Valor base em pixels
 */
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }
  .text-center > span {
    margin: 0 auto; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit; }

main {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 16px; }
  @media all and (max-width: 480px) {
    html {
      font-size: 15px; } }

body {
  min-width: 320px;
  font: 16px "CanadaTypeGibson", sans-serif;
  background-color: #fff;
  color: #282828;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000; }
  @media all and (max-width: 480px) {
    body {
      font-size: 15px; } }
  body.scroll-locked {
    overflow: hidden; }

/**
	Default generalized <p> type
 */
p {
  font-size: 1.125rem;
  margin-bottom: 25px; }

a {
  color: #ec0b28;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

h2 {
  font-size: 25px; }

strong {
  font-weight: 600; }

ul li {
  display: flex;
  align-items: flex-start; }
  ul li:before {
    margin-right: 5px;
    content: ' ';
    display: inline-flex;
    position: relative;
    width: 5px;
    height: 5px;
    min-width: 5px;
    min-height: 5px;
    background-color: #ec0b28;
    border-radius: 50%;
    top: 11px; }

ol li {
  counter-increment: li;
  padding-left: 15px; }
  ol li::before {
    font-weight: 500;
    content: counter(li);
    color: #ec0b28;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl; }

em {
  font-style: italic; }

/*
.float-top-large{
	@media all and (min-width: $break-bs-md) {
		top: -100px;
	}
}

.float-top-medium{
	@media all and (min-width: $break-bs-md) {
		top: -75px;
	}
}

.float-top-small{
	@media all and (min-width: $break-bs-md) {
		top: -50px;
	}
}

.float-top-extra-small{
	@media all and (min-width: $break-bs-md) {
		top: -25px;
	}
}
*/
.uppercase {
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .desktop--only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .mobile--only {
    display: none !important; } }

.grecaptcha-badge {
  display: none; }

.has-float-label {
  display: block;
  position: relative; }

.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 75%;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s; }

.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.has-float-label textarea {
  width: 100%; }

.has-float-label input, .has-float-label select, .has-float-label textarea {
  font-size: inherit;
  padding-top: 1em;
  margin-bottom: 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }

.has-float-label input::-webkit-input-placeholder, .has-float-label select::-webkit-input-placeholder, .has-float-label textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s; }

.has-float-label input::-moz-placeholder, .has-float-label select::-moz-placeholder, .has-float-label textarea::-moz-placeholder {
  opacity: 1;
  transition: all .2s; }

.has-float-label input:-ms-input-placeholder, .has-float-label select:-ms-input-placeholder, .has-float-label textarea:-ms-input-placeholder {
  opacity: 1;
  transition: all .2s; }

.has-float-label input::placeholder, .has-float-label select::placeholder, .has-float-label textarea::placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s; }

.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0; }

.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0; }

.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder, .has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0; }

.has-float-label input:placeholder-shown:not(:focus)::placeholder, .has-float-label select:placeholder-shown:not(:focus)::placeholder, .has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0; }

.has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label textarea:placeholder-shown:not(:focus) + * {
  font-size: 150%;
  opacity: .5;
  top: .25em; }

.has-float-label input:focus, .has-float-label select:focus, .has-float-label textarea:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5); }

.has-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
  background-size: 8px 10px; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.vertical-dots {
  right: 40px;
  list-style: none;
  display: block;
  position: absolute;
  top: 40%;
  margin-top: -10px;
  text-align: right; }

.vertical-dots li {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer; }

.vertical-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 18px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.vertical-dots li button:hover,
.vertical-dots li button:focus {
  outline: none; }

.vertical-dots li button:hover:before,
.vertical-dots li button:focus:before {
  opacity: 1; }

.vertical-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  content: '•';
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.vertical-dots li.slick-active button:before {
  color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin: 3.5px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.dots-container .custom-dots li:before {
  display: none; }

.vertical-dots li:before {
  background-color: unset; }

.has-float-label {
  width: 100%; }
  .has-float-label span {
    opacity: 1 !important;
    font-size: 1rem !important;
    color: #868686 !important; }
    .has-float-label span.required {
      color: #ec0b28 !important; }
  .has-float-label input {
    border-bottom: 1px solid #000;
    color: #868686;
    padding-top: 1.5625rem !important;
    padding-bottom: 0.3125rem;
    width: 100%;
    font-size: 0.875rem; }
    .has-float-label input:placeholder-shown:not(:focus) + *, .has-float-label input .has-float-label select:placeholder-shown:not(:focus) + *, .has-float-label input .has-float-label textarea:placeholder-shown:not(:focus) + * {
      top: 0.625rem; }

.loading-bar {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%; }
  .loading-bar.active {
    display: block; }
  .loading-bar::before, .loading-bar::after {
    content: "";
    position: absolute;
    border: 8px solid transparent;
    border-radius: 50%;
    left: -8px;
    top: -8px;
    width: 100%;
    height: 100%; }
  .loading-bar::after {
    border-top-color: white;
    border-bottom-color: transparent;
    animation: spin 1s linear infinite; }
  .loading-bar::before {
    border-top-color: #ec0b28;
    border-bottom-color: transparent;
    animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
  .loading-bar * {
    box-sizing: border-box; }
  .loading-bar html,
  .loading-bar body {
    height: 100%;
    margin: 0;
    background: silver; }
  .loading-bar body {
    display: flex;
    justify-content: center;
    align-items: center; }

.general-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.38);
  z-index: 100; }
  .general-overlay.active {
    display: block; }
  .general-overlay .inner {
    width: 100%;
    margin: 140px auto 0;
    background-color: white;
    position: relative; }
    @media screen and (min-width: 768px) {
      .general-overlay .inner {
        width: 900px; } }
    .general-overlay .inner img {
      width: 100%;
      max-height: 260px;
      display: block; }
    .general-overlay .inner .overlay-close {
      z-index: 999;
      position: absolute;
      right: 0;
      top: 0;
      color: #ec0b28;
      margin: 15px;
      font-size: 22px; }
      .general-overlay .inner .overlay-close:hover {
        cursor: pointer; }
      .general-overlay .inner .overlay-close img {
        width: 17px;
        height: 17px; }
        @media screen and (min-width: 768px) {
          .general-overlay .inner .overlay-close img {
            margin-top: 15px; } }
    .general-overlay .inner .summary {
      padding: 40px; }

.accesses-archive {
  margin-top: 40px; }
  .accesses-archive .accesses-header {
    position: relative;
    margin-bottom: 30px; }
    .accesses-archive .accesses-header .main-title {
      padding: 0 10px; }
      @media screen and (min-width: 768px) {
        .accesses-archive .accesses-header .main-title {
          padding: 0; } }
  .accesses-archive .accesses-cards {
    margin-bottom: 100px; }
    .accesses-archive .accesses-cards .accesses-cards-row {
      padding: 0 5px; }
      .accesses-archive .accesses-cards .accesses-cards-row .accesses-card {
        margin: 0 0 40px;
        padding: 0 10px; }
        .accesses-archive .accesses-cards .accesses-cards-row .accesses-card .img-thumbnail {
          margin-bottom: 7px;
          max-width: 100%;
          height: auto; }

.accesses-detail {
  margin-top: 45px; }
  .accesses-detail .accesses-header {
    position: relative;
    margin-bottom: 90px; }
    .accesses-detail .accesses-header .accesses-contact {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
      .accesses-detail .accesses-header .accesses-contact .accesses-contact-details .accesses-contact-details-row {
        color: #000;
        margin-bottom: 50px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start; }
        .accesses-detail .accesses-header .accesses-contact .accesses-contact-details .accesses-contact-details-row .accesses-contact-details-block {
          max-width: unset; }
          @media screen and (max-width: 768px) {
            .accesses-detail .accesses-header .accesses-contact .accesses-contact-details .accesses-contact-details-row .accesses-contact-details-block {
              width: 100%; } }
          .accesses-detail .accesses-header .accesses-contact .accesses-contact-details .accesses-contact-details-row .accesses-contact-details-block h2 {
            font-family: "CanadaTypeGibson", sans-serif;
            font-weight: 600;
            font-size: 16px;
            line-height: 1.75rem;
            margin: 0 0 20px; }
          .accesses-detail .accesses-header .accesses-contact .accesses-contact-details .accesses-contact-details-row .accesses-contact-details-block p {
            font-family: "CanadaTypeGibson", sans-serif;
            font-weight: 300;
            font-size: 16px;
            line-height: 1.75rem;
            margin: 0; }
          .accesses-detail .accesses-header .accesses-contact .accesses-contact-details .accesses-contact-details-row .accesses-contact-details-block .name {
            margin: 0 0 10px; }
          .accesses-detail .accesses-header .accesses-contact .accesses-contact-details .accesses-contact-details-row .accesses-contact-details-block .caps {
            text-transform: uppercase; }

.access-header-content .primary-content {
  padding-bottom: 100px; }
  .access-header-content .primary-content img {
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 768px) {
      .access-header-content .primary-content img {
        position: relative;
        max-width: 100%;
        height: auto; } }

.access-header-content .secondary-content {
  background-color: #d6c99b;
  color: #FFF;
  padding: 100px 0; }
  .access-header-content .secondary-content .blocks-area {
    margin-top: 75px; }

@media screen and (min-width: 768px) {
  .access-header {
    margin-top: 30px; } }

@media screen and (min-width: 768px) {
  .access-header .access-contact {
    margin-bottom: 50px; } }

@media screen and (min-width: 768px) {
  .access-header .access-contact .access-contact-details {
    display: inline-flex;
    flex-wrap: wrap;
    width: 75%; } }

@media screen and (min-width: 768px) {
  .access-header .access-contact .access-contact-details .access-contact-details-block {
    width: calc(50% - 100px);
    margin-right: 100px; } }

@media screen and (min-width: 768px) {
  .access-header .access-contact .access-contact-details .access-contact-details-block h3 {
    margin-bottom: 20px; } }

.access-header .access-contact .access-contact-details .access-contact-details-block h3.name {
  margin-bottom: 0; }

.access-header .access-contact .access-call {
  width: 185px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .access-header .access-contact .access-call {
      float: right; } }
  .access-header .access-contact .access-call .button-telephone {
    height: 50px; }
    .access-header .access-contact .access-call .button-telephone a {
      margin-left: 30px; }

.slider-bio-wrapper {
  position: relative; }
  .slider-bio-wrapper .background-title {
    margin: 0 0 0 -190px; }
  .slider-bio-wrapper .slider-bio {
    max-width: 560px;
    padding-top: 144px; }
    .slider-bio-wrapper .slider-bio .slick-next, .slider-bio-wrapper .slider-bio .slick-prev {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      bottom: 0; }
    .slider-bio-wrapper .slider-bio .slick-prev {
      top: calc(100% + 10px);
      margin-right: 55px; }
    .slider-bio-wrapper .slider-bio .slick-next {
      left: 75px; }
    .slider-bio-wrapper .slider-bio .slick-next:before, .slider-bio-wrapper .slider-bio .slick-prev:before {
      content: ""; }
    .slider-bio-wrapper .slider-bio .slick-prev.disabled,
    .slider-bio-wrapper .slider-bio .slick-next.disabled {
      opacity: 0.5; }
    .slider-bio-wrapper .slider-bio .slick-arrow {
      height: 20px;
      width: 20px;
      content: none;
      background-image: url("/dist/images/arrow-red.svg");
      background-repeat: no-repeat;
      background-position: center; }
      .slider-bio-wrapper .slider-bio .slick-arrow.slick-next {
        transform: rotate(180deg); }
      .slider-bio-wrapper .slider-bio .slick-arrow:hover {
        cursor: pointer; }
    .slider-bio-wrapper .slider-bio .slider-bio-content {
      max-width: 560px;
      color: #000; }
      .slider-bio-wrapper .slider-bio .slider-bio-content .slider-bio-text {
        font-family: "CanadaTypeGibson", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 28px;
        margin: 0 0 50px; }

.clinical-services-element {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 !important; }
  .clinical-services-element .clinical-services-img {
    max-width: 150px;
    max-height: 150px;
    margin-right: 25px; }
    .clinical-services-element .clinical-services-img img {
      max-width: 150px;
      max-height: 150px; }
  .clinical-services-element .clinical-services-text {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .clinical-services-element .clinical-services-text .main-title {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 10px; }

.clinical-services-list-row div.clinical-services-element:first-of-type .clinical-services-text {
  padding: 0; }
  @media screen and (min-width: 768px) {
    .clinical-services-list-row div.clinical-services-element:first-of-type .clinical-services-text {
      padding-right: 50px; } }

.clinical-services-list-wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 0 0; }
  .clinical-services-list-wrapper .clinical-services-list-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .clinical-services-list-wrapper .clinical-services-list-title {
        padding-left: 0;
        padding-right: 0; } }
    .clinical-services-list-wrapper .clinical-services-list-title.open {
      padding-bottom: 50px; }
    .clinical-services-list-wrapper .clinical-services-list-title .clinical-services-button img {
      height: 15px;
      width: 15px; }
    .clinical-services-list-wrapper .clinical-services-list-title .clinical-services-button.open {
      -webkit-transition: all .3s linear 0s;
      transition: all .3s linear 0s;
      margin-right: 2px; }
      .clinical-services-list-wrapper .clinical-services-list-title .clinical-services-button.open img {
        transform: rotate(45deg); }
  .clinical-services-list-wrapper .clinical-services-list-content {
    border-bottom: 1px solid #181b1b;
    padding-top: 30px; }
    .clinical-services-list-wrapper .clinical-services-list-content:first-child {
      border-bottom: 0;
      padding-top: 0; }
    .clinical-services-list-wrapper .clinical-services-list-content .clinical-services-list-title:hover {
      cursor: pointer; }
    .clinical-services-list-wrapper .clinical-services-list-content .clinical-services-list-title .buttons-area img {
      height: 16px;
      width: auto; }
      .clinical-services-list-wrapper .clinical-services-list-content .clinical-services-list-title .buttons-area img.plus-button {
        transform: rotate(45deg); }
    .clinical-services-list-wrapper .clinical-services-list-content .clinical-services-content-area {
      display: none;
      padding-bottom: 40px; }
    .clinical-services-list-wrapper .clinical-services-list-content.show {
      -webkit-transition: all .3s linear 0s;
      transition: all .3s linear 0s; }
      .clinical-services-list-wrapper .clinical-services-list-content.show .clinical-services-content-area {
        display: block; }

.clinical-services-detail {
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .clinical-services-detail {
      padding: initial; } }
  .clinical-services-detail .clinical-services-header {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center; }
    .clinical-services-detail .clinical-services-header .clinical-services-details {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (min-width: 768px) {
        .clinical-services-detail .clinical-services-header .clinical-services-details {
          width: 75%; } }
      .clinical-services-detail .clinical-services-header .clinical-services-details .clinical-services-details-block {
        width: 100%;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          .clinical-services-detail .clinical-services-header .clinical-services-details .clinical-services-details-block {
            width: 50%;
            margin-bottom: 45px; } }
        @media screen and (min-width: 768px) {
          .clinical-services-detail .clinical-services-header .clinical-services-details .clinical-services-details-block.margin-large h3 {
            margin-bottom: 10px; } }
        .clinical-services-detail .clinical-services-header .clinical-services-details .clinical-services-details-block p {
          margin-bottom: 0; }
    .clinical-services-detail .clinical-services-header .clinical-services-call {
      margin: 0 auto 15px; }
      @media screen and (min-width: 768px) {
        .clinical-services-detail .clinical-services-header .clinical-services-call {
          float: right; } }
  .clinical-services-detail .wp-post-image {
    max-width: 100%;
    height: auto; }

.cookies-bar {
  padding: 35px;
  background-color: #FFF;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 10;
  display: none; }
  @media screen and (min-width: 768px) {
    .cookies-bar .text {
      width: 70%;
      display: inline-flex;
      flex-direction: column; } }
  .cookies-bar .text p {
    margin-bottom: 0; }
  .cookies-bar .general-button {
    text-align: center;
    max-width: 185px;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .cookies-bar .general-button {
        float: right; } }

footer {
  padding: 70px 45px 0;
  background-color: #F7F7F7;
  font-size: 12px;
  text-align: center; }
  footer li:before {
    display: none; }
  footer .logo {
    display: none; }
  @media screen and (min-width: 768px) {
    footer {
      text-align: left; }
      footer .logo {
        display: block; } }
  footer .main-footer {
    font-weight: 600; }
  footer .subfooter {
    padding: 20px 0;
    border-top: 1px solid #181b1b;
    margin-top: 85px; }
  footer img {
    max-height: 91px; }
  footer .title {
    text-transform: uppercase;
    font-weight: 500 !important; }
  footer .items li {
    padding-bottom: 10px;
    text-transform: uppercase; }
  footer .social-networks {
    margin-top: 15px;
    display: block;
    font-size: 1rem; }
    footer .social-networks a {
      font-size: 20px; }
  footer .address li {
    font-weight: 300;
    padding-bottom: 15px; }
  footer li a {
    color: black;
    text-decoration: none; }
  footer .phone-numbers .button-telephone {
    max-width: 170px;
    margin: 20px auto 10px auto; }
    @media screen and (min-width: 768px) {
      footer .phone-numbers .button-telephone {
        margin: 0 auto 10px auto; } }
  footer .logo-sns24 {
    float: initial;
    margin-top: 20px; }
    @media screen and (min-width: 480px) {
      footer .logo-sns24 {
        margin-top: 0;
        float: right; } }
    footer .logo-sns24 img {
      width: 100%;
      height: auto;
      max-width: 200px; }

.ipo-dropdown__container {
  width: 100%;
  font-size: 1rem;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .ipo-dropdown__container {
      margin: 20px 0; } }
  .ipo-dropdown__container .ipo-dropdown__label-area {
    position: relative;
    border-bottom: 1px solid #000;
    padding: 0 2px 10px;
    margin-top: 10px; }
    .ipo-dropdown__container .ipo-dropdown__label-area .dropdown__arrow {
      height: 11px;
      width: 19px;
      position: absolute;
      right: 0;
      top: 10px; }
    .ipo-dropdown__container .ipo-dropdown__label-area:hover {
      cursor: pointer; }
  .ipo-dropdown__container .dropdown__contents {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 100%;
    border: 1px solid #999;
    padding: 0 0 10px 10px;
    border-top: 0;
    max-height: 200px;
    overflow: auto; }
    .ipo-dropdown__container .dropdown__contents ul {
      padding: 0 2px; }
      .ipo-dropdown__container .dropdown__contents ul li {
        color: #818181;
        margin-bottom: 20px; }
        .ipo-dropdown__container .dropdown__contents ul li:before {
          display: none; }
        .ipo-dropdown__container .dropdown__contents ul li:first-child {
          margin-top: 20px; }
        .ipo-dropdown__container .dropdown__contents ul li:hover {
          cursor: pointer; }
  .ipo-dropdown__container.active .dropdown__arrow {
    transform: rotate(180deg); }
  .ipo-dropdown__container.active .dropdown__contents {
    display: block; }

.ipo-form__wrapper .ipo-form__row-wrapper {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 1200px) {
    .ipo-form__wrapper .ipo-form__row-wrapper {
      flex-wrap: nowrap; } }
  .ipo-form__wrapper .ipo-form__row-wrapper.submission-area {
    margin-top: 20px; }
    @media screen and (min-width: 1200px) {
      .ipo-form__wrapper .ipo-form__row-wrapper.submission-area {
        margin-top: 70px; } }
  .ipo-form__wrapper .ipo-form__row-wrapper .ipo-form__column-wrapper {
    display: flex;
    width: 100%;
    flex-wrap: wrap; }
    @media screen and (min-width: 1200px) {
      .ipo-form__wrapper .ipo-form__row-wrapper .ipo-form__column-wrapper {
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .ipo-form__wrapper .ipo-form__row-wrapper .ipo-form__column-wrapper:first-child {
        margin-right: 50px; } }
    .ipo-form__wrapper .ipo-form__row-wrapper .ipo-form__column-wrapper.inline {
      flex-wrap: wrap;
      margin-right: 0; }
      @media screen and (min-width: 1200px) {
        .ipo-form__wrapper .ipo-form__row-wrapper .ipo-form__column-wrapper.inline {
          flex-wrap: nowrap; } }
    .ipo-form__wrapper .ipo-form__row-wrapper .ipo-form__column-wrapper.text-area {
      flex-direction: column; }
      @media screen and (max-width: 1200px) {
        .ipo-form__wrapper .ipo-form__row-wrapper .ipo-form__column-wrapper.text-area {
          margin-top: 20px; } }

.ipo-form__wrapper .drawing-selection-title {
  margin-top: 125px;
  margin-bottom: 65px; }

.ipo-form__wrapper .drawing-selection-area {
  margin-bottom: 60px; }
  @media screen and (min-width: 1200px) {
    .ipo-form__wrapper .drawing-selection-area {
      margin-bottom: 120px; } }
  .ipo-form__wrapper .drawing-selection-area label {
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1200px) {
      .ipo-form__wrapper .drawing-selection-area label {
        margin-bottom: 0; } }
    .ipo-form__wrapper .drawing-selection-area label input[type="radio"] {
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 10px;
      width: 10px;
      border-radius: 50px;
      display: inline-block;
      position: relative;
      padding: 0;
      outline: 0;
      margin-right: 17px; }
      .ipo-form__wrapper .drawing-selection-area label input[type="radio"]:checked:after {
        content: ' ';
        position: absolute;
        display: block;
        border-radius: 50px;
        background-color: #ec0b28;
        border: 2px solid rgba(255, 255, 255, 0.63);
        height: 8px;
        width: 8px; }
      .ipo-form__wrapper .drawing-selection-area label input[type="radio"]:after {
        content: ' ';
        background-color: #ec0b28;
        position: absolute;
        display: block;
        height: 10px;
        width: 10px;
        border-radius: 50px; }
    .ipo-form__wrapper .drawing-selection-area label .drawing-thumbnail {
      max-width: 200px;
      width: 100%;
      height: 100%;
      opacity: .5;
      border: 1px solid transparent; }
      .ipo-form__wrapper .drawing-selection-area label .drawing-thumbnail.active {
        border: 1px solid black;
        opacity: 1; }

.ipo-form__wrapper .text-line {
  margin: 30px 0 30px;
  position: relative; }
  @media screen and (min-width: 1200px) {
    .ipo-form__wrapper .text-line {
      margin: 30px 0 60px; } }
  .ipo-form__wrapper .text-line.header-1 {
    margin-bottom: 30px; }

.ipo-form__wrapper .other-amount-container {
  margin-top: 20px; }

.ipo-form__wrapper .information-error {
  display: none; }

.ipo-form__wrapper .error .information-error {
  display: block;
  color: #ec0b28;
  font-style: italic;
  font-weight: 500;
  position: absolute;
  top: -15px;
  right: 0; }

.ipo-form__wrapper .informational-error-cta {
  display: block;
  width: 100%;
  text-align: right;
  color: #ec0b28;
  font-weight: 500; }

.ipo-form__wrapper .informational-success-cta {
  display: block;
  width: 100%;
  text-align: right;
  color: green;
  font-weight: 500; }

.ipo-form__wrapper .informational {
  color: #868686; }

.ipo-form__wrapper .other-info-area {
  margin-top: 20px; }
  .ipo-form__wrapper .other-info-area.in-form {
    margin-top: 0; }

.ipo-form__wrapper #terms_and_conditions {
  margin-bottom: 0;
  border: 1px solid black;
  border-radius: 1px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 10px;
  width: 10px;
  display: inline-block;
  position: relative;
  padding: 0;
  outline: 0; }
  .ipo-form__wrapper #terms_and_conditions:checked:after {
    content: ' ';
    position: absolute;
    display: block;
    border-radius: 50px;
    background-color: #ec0b28;
    height: 5px;
    width: 5px;
    left: 2px;
    top: 2px; }

.ipo-form__wrapper .terms-and-conditions-area {
  margin-bottom: 30px; }
  .ipo-form__wrapper .terms-and-conditions-area #terms_and_conditions {
    margin-bottom: 0; }
  .ipo-form__wrapper .terms-and-conditions-area.error .information-error {
    display: block;
    position: relative;
    top: 0; }

.ipo-form__wrapper .information-error.input-file-error {
  display: block;
  color: #ec0b28;
  font-style: italic;
  font-weight: 500; }

.ipo-form__wrapper .required {
  color: #ec0b28; }

.ipo-form__wrapper input {
  color: #000; }

.ipo-form__wrapper .input-file label.label {
  display: flex;
  justify-content: center; }

.ipo-form__wrapper .input-file .upload-image {
  height: 23px;
  width: 18px;
  margin-left: 14px; }

.ipo-form__wrapper .input-file .file-selected-container {
  display: inline-block;
  border: 1px solid black;
  padding: 5px 10px;
  border-radius: 5px; }
  .ipo-form__wrapper .input-file .file-selected-container .file-selected-area {
    display: flex;
    align-items: center; }
    .ipo-form__wrapper .input-file .file-selected-container .file-selected-area img {
      height: 10px;
      margin-left: 10px; }
      .ipo-form__wrapper .input-file .file-selected-container .file-selected-area img:hover {
        cursor: pointer; }

.ipo-form__wrapper label.label {
  display: block;
  color: #868686;
  width: 100%; }

.ipo-form__wrapper label.has-float-label {
  margin-bottom: 30px; }

.ipo-form__wrapper label.button {
  display: flex;
  align-items: baseline;
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  text-align: right; }
  .ipo-form__wrapper label.button span {
    width: 100%; }
    .ipo-form__wrapper label.button span.inner {
      position: relative;
      top: -5px; }
  .ipo-form__wrapper label.button .arrow {
    margin-left: 16px;
    width: 20px;
    transform: rotate(180deg); }

.ipo-form__wrapper label:hover {
  cursor: pointer; }

.ipo-form__wrapper .select-option {
  color: #7f7f7f;
  max-height: 60px;
  border: 1px solid #000;
  padding: 15px 20px;
  width: 100%;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 35px;
  position: relative; }
  .ipo-form__wrapper .select-option:before {
    position: relative;
    top: -2px;
    content: ' ';
    display: inline-block;
    height: 7px;
    width: 7px;
    background-color: #ec0b28;
    border-radius: 50%;
    margin-right: 15px; }
  .ipo-form__wrapper .select-option.active {
    border: 1px solid #ec0b28;
    color: #ec0b28; }
    .ipo-form__wrapper .select-option.active:after {
      content: ' ';
      display: inline-block;
      height: 11px;
      width: 11px;
      position: absolute;
      background-color: #ec0b28;
      left: 18px;
      top: 23px;
      border-radius: 50%;
      z-index: -1;
      opacity: .3; }

.ipo-form__wrapper .ipo-form__select-option-description {
  color: #666; }
  @media screen and (max-width: 1200px) {
    .ipo-form__wrapper .ipo-form__select-option-description {
      margin-bottom: 30px; } }

.ipo-form__wrapper .bold {
  font-weight: 500; }

.ipo-form__wrapper textarea {
  width: 100%;
  min-height: 170px;
  padding: 10px;
  resize: none;
  border: 1px solid #000;
  font-family: inherit; }
  .ipo-form__wrapper textarea:focus {
    outline: 0; }

.ipo-form__wrapper #ipo-form__suboptions {
  margin: 35px 0 70px; }

.wpcf7-response-output {
  display: none !important; }

.more-info a {
  color: #000;
  display: inline-block;
  font-weight: 600;
  position: relative;
  top: -3px;
  margin-right: 25px; }

.more-info .arrow {
  transform: rotate(180deg);
  width: 20px; }

.wpb_text_column .border-bottom {
  padding-bottom: 35px;
  border-bottom: 1px solid #181b1b; }

.vc_row {
  margin: 30px 0;
  overflow: visible !important; }
  .vc_row.vc_row-no-padding.extra-margin-top-small {
    margin-top: 55px !important; }
  .vc_row.vc_row-no-padding.extra-margin-top-medium {
    margin-top: 80px !important; }
  .vc_row.vc_row-no-padding.extra-margin-top-large {
    margin-top: 100px !important; }
  .vc_row.no-margin {
    margin: 0 auto; }
  .vc_row.background-sand {
    background-color: #d6c99b;
    color: #FFF;
    padding: 35px 75px; }
  .vc_row .vc_row {
    margin: 0; }
  .vc_row.border-top {
    border-top: 1px solid #181b1b;
    padding-top: 100px; }
  .vc_row.center-align-content {
    display: flex;
    align-items: center;
    justify-content: center; }
  @media screen and (max-width: 768px) {
    .vc_row .vc_column_container {
      padding: 0 !important; } }

.vc_row .vc_inner {
  margin: 0 auto !important; }

.wpb_column {
  z-index: 1; }

@media (min-width: 768px) {
  .wpb_single_image .positive-margin-top-small img {
    margin-top: 25px; }
  .wpb_single_image .positive-margin-top-medium img {
    margin-top: 50px; }
  .wpb_single_image .positive-margin-top-large img {
    margin-top: 75px; }
  .wpb_single_image .negative-margin-left-small img {
    margin-left: -25px; }
  .wpb_single_image .negative-margin-left-medium img {
    margin-left: -50px; }
  .wpb_single_image .negative-margin-left-large img {
    margin-left: -70px; }
  .wpb_single_image .negative-margin-top-small img {
    margin-top: -25px; }
  .wpb_single_image .negative-margin-top-medium img {
    margin-top: -50px; }
  .wpb_single_image .negative-margin-top-large img {
    margin-top: -70px; }
  .wpb_single_image .negative-margin-top-special-large img {
    margin-top: -185px; }
  .wpb_single_image .negative-margin-right-small img {
    margin-right: -25px; }
  .wpb_single_image .negative-margin-right-medium img {
    margin-right: -50px; }
  .wpb_single_image .negative-margin-right-large img {
    margin-right: -70px; }
  .wpb_single_image .negative-margin-bottom-small img {
    margin-bottom: -25px; }
  .wpb_single_image .negative-margin-bottom-medium img {
    margin-bottom: -50px; }
  .wpb_single_image .negative-margin-bottom-large img {
    margin-bottom: -70px; }
  .wpb_single_image .negative-margin-bottom-extra-large img {
    margin-bottom: -190px; } }

@media screen and (min-width: 768px) {
  body.sticky {
    padding-top: 175px; } }

header.sticky {
  background-color: #FFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    header.sticky {
      padding-top: 35px; } }
  header.sticky .logo-area .logo-sticky {
    display: inline-block; }
  header.sticky .logo-area .logo-static {
    display: none; }
  @media screen and (min-width: 768px) {
    header.sticky .menu-area {
      min-width: 540px; } }
  header.sticky .menu-area .language-selector {
    top: -30px; }
  @media screen and (min-width: 768px) {
    header.sticky .menu-area .top {
      position: absolute;
      top: -35px;
      width: 100%;
      height: 35px;
      left: 0; }
      header.sticky .menu-area .top .container a {
        padding: 0 25px;
        color: #000 !important; }
        header.sticky .menu-area .top .container a.active {
          color: #ec0b28 !important; }
        header.sticky .menu-area .top .container a:last-child {
          padding-right: 20px; } }
  header.sticky .menu-area .bottom {
    border-top: none;
    padding-top: 0; }
    header.sticky .menu-area .bottom a {
      color: black !important; }
  header.sticky .menu-area .bottom-sub {
    display: none;
    padding: 0; }
    header.sticky .menu-area .bottom-sub.active {
      display: block; }
  header.sticky .search {
    top: 0; }
  header.sticky .menu-area .language-selector a {
    color: #000 !important; }

header {
  position: relative;
  padding: 10px 20px;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    header {
      padding: 20px 0; } }
  header .logo-area {
    width: 125px;
    display: inline-block; }
    header .logo-area img {
      width: 100%; }
    header .logo-area .logo-static {
      display: none; }
    @media screen and (min-width: 768px) {
      header .logo-area .logo-sticky {
        display: none; }
      header .logo-area .logo-static {
        display: block; } }
  @media (min-width: 768px) and (max-width: 1400px) {
    header .menu {
      margin: 0 70px 0 20px; } }
  header .menu-area {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 1rem; }
    header .menu-area .language-selector {
      display: flex;
      position: absolute;
      right: -55px;
      top: 0; }
      header .menu-area .language-selector li:before {
        display: none; }
      header .menu-area .language-selector li:first-of-type {
        margin-right: 5px; }
      header .menu-area .language-selector li a {
        padding: 0;
        font-size: 12px;
        opacity: .5; }
        header .menu-area .language-selector li a.active {
          opacity: 1; }
    @media screen and (max-width: 768px) {
      header .menu-area {
        padding: 30px 0;
        display: none; }
        header .menu-area.mobile-active {
          position: absolute;
          left: 0;
          width: 100%;
          background-color: #F9F9F9;
          display: flex;
          flex-wrap: wrap;
          min-height: 100vh; }
          header .menu-area.mobile-active .top, header .menu-area.mobile-active .bottom {
            width: 100%; }
          header .menu-area.mobile-active .top {
            order: 1; }
          header .menu-area.mobile-active .bottom {
            order: 0; }
          header .menu-area.mobile-active .bottom-sub {
            display: none !important;
            order: 2; }
          header .menu-area.mobile-active .language-selector-dropdown {
            order: -1;
            width: 100%;
            text-align: center; }
            header .menu-area.mobile-active .language-selector-dropdown .language-selector-dropdown__label {
              padding-bottom: 13px;
              border-bottom: 1px solid #7f7f80; }
              header .menu-area.mobile-active .language-selector-dropdown .language-selector-dropdown__label .arrow {
                margin-left: 5px;
                width: 16px;
                height: 8px; }
            header .menu-area.mobile-active .language-selector-dropdown .language-selector-dropdown__container {
              display: none;
              margin-top: 16px; }
              header .menu-area.mobile-active .language-selector-dropdown .language-selector-dropdown__container .language-selector-dropdown__item {
                opacity: .5; }
                header .menu-area.mobile-active .language-selector-dropdown .language-selector-dropdown__container .language-selector-dropdown__item a {
                  color: #000;
                  text-transform: initial; }
            header .menu-area.mobile-active .language-selector-dropdown.active .language-selector-dropdown__label .arrow {
              transform: rotate(180deg); }
            header .menu-area.mobile-active .language-selector-dropdown.active .language-selector-dropdown__container {
              display: block; }
          header .menu-area.mobile-active .search {
            position: fixed;
            left: 0;
            top: 7px;
            right: unset;
            width: 80%;
            background-color: white; }
            header .menu-area.mobile-active .search form {
              margin-right: 0; }
              header .menu-area.mobile-active .search form input {
                font-size: 0.875rem;
                width: 100%; }
            header .menu-area.mobile-active .search .search-icon {
              display: none !important; } }
    header .menu-area .top {
      text-align: right;
      padding-bottom: 0; }
      @media screen and (min-width: 768px) {
        header .menu-area .top {
          padding-bottom: 10px; } }
      header .menu-area .top a {
        padding: 0 20px;
        text-transform: initial; }
        header .menu-area .top a:last-child {
          padding-right: 20px; }
          @media screen and (max-width: 768px) {
            header .menu-area .top a:last-child {
              padding-bottom: 20px; } }
        header .menu-area .top a.active {
          color: #ec0b28;
          font-weight: 600; }
        @media screen and (max-width: 768px) {
          header .menu-area .top a {
            padding-bottom: 20px;
            display: block;
            text-align: center; } }
    header .menu-area .bottom {
      position: relative; }
      header .menu-area .bottom .mobile-submenu-back img {
        position: relative;
        top: 0;
        right: 0; }
      header .menu-area .bottom .mobile-submenu-back:before {
        display: none; }
      header .menu-area .bottom .mobile-submenu-back.active {
        display: block;
        position: fixed;
        top: 20px;
        left: 20px; }
      @media screen and (min-width: 768px) {
        header .menu-area .bottom .mobile-submenu-back {
          display: none; } }
      header .menu-area .bottom .parent .mobile-submenu-only {
        display: none; }
      header .menu-area .bottom .parent.submenu-active > a {
        display: none; }
      header .menu-area .bottom .parent.submenu-active .mobile-submenu-only {
        display: block !important; }
        header .menu-area .bottom .parent.submenu-active .mobile-submenu-only li:before {
          display: none; }
        header .menu-area .bottom .parent.submenu-active .mobile-submenu-only li a {
          width: 100%; }
      @media screen and (min-width: 768px) {
        header .menu-area .bottom {
          display: inline-block;
          padding-top: 20px;
          border-top: 1px solid #000;
          text-align: right;
          width: 100%; } }
      @media screen and (min-width: 768px) {
        header .menu-area .bottom.front-page {
          border-top: 1px solid #FFF; } }
      header .menu-area .bottom .parent {
        display: block;
        text-align: center; }
        header .menu-area .bottom .parent:before {
          display: none; }
        @media screen and (min-width: 768px) {
          header .menu-area .bottom .parent {
            display: inline-block; } }
        header .menu-area .bottom .parent .active {
          color: #ec0b28 !important;
          font-weight: 600; }
        @media screen and (max-width: 768px) {
          header .menu-area .bottom .parent a {
            display: block;
            text-align: center;
            padding-bottom: 20px; } }
      header .menu-area .bottom .fa {
        padding-right: 0; }
    @media screen and (min-width: 768px) {
      header .menu-area .bottom-sub {
        text-align: right;
        font-size: 0.875rem;
        padding-top: 20px !important; } }
    header .menu-area .bottom-sub .submenu {
      display: none;
      text-align: center; }
      @media screen and (max-width: 768px) {
        header .menu-area .bottom-sub .submenu {
          display: block; } }
      header .menu-area .bottom-sub .submenu.active {
        display: block; }
        header .menu-area .bottom-sub .submenu.active .subitem {
          display: block; }
          header .menu-area .bottom-sub .submenu.active .subitem:before {
            display: none; }
          @media screen and (min-width: 768px) {
            header .menu-area .bottom-sub .submenu.active .subitem {
              display: inline-block;
              text-align: center; } }
          header .menu-area .bottom-sub .submenu.active .subitem .active {
            color: #ec0b28;
            font-weight: 600; }
    header .menu-area a {
      color: #000;
      text-decoration: none;
      text-transform: uppercase;
      padding: 0 15px;
      font-weight: 300; }
  header .mobile-menu-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    height: 20px; }
    @media screen and (min-width: 768px) {
      header .mobile-menu-icon {
        display: none; } }
  header.front-page {
    background-color: #FFF; }
    @media screen and (min-width: 768px) {
      header.front-page {
        display: block;
        background-color: transparent; }
        header.front-page.sticky {
          background-color: #FFF; } }
    header.front-page .menu-area {
      padding: 30px 0; }
      @media screen and (min-width: 768px) {
        header.front-page .menu-area {
          padding: 0; } }
      @media screen and (min-width: 768px) {
        header.front-page .menu-area a {
          color: #FFF !important; } }
  header .social-networks {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    order: 3; }
    @media screen and (min-width: 768px) {
      header .social-networks {
        display: none; } }
  header.header-top-submenu-active {
    background-color: #F9F9F9; }
    header.header-top-submenu-active .logo-area {
      visibility: hidden; }

.home header {
  z-index: 10; }

header .search {
  display: flex;
  width: 25px;
  position: absolute;
  top: 15px;
  right: -50px; }
  header .search:before {
    display: none; }
  header .search .search-icon {
    width: 20px;
    z-index: 10;
    position: absolute;
    right: 0;
    display: none; }
    header .search .search-icon.active {
      display: block; }
    header .search .search-icon:hover {
      cursor: pointer; }
  header .search form {
    width: 100%;
    margin-right: 50px; }
    header .search form input {
      color: #b4b4b4;
      background-color: transparent;
      padding: 20px;
      font-size: 1.125rem;
      width: 0;
      border: 0;
      transition: .5s width;
      height: 25px;
      top: -4px;
      position: relative; }
      header .search form input:focus, header .search form input:active {
        outline: none; }
  header .search.active {
    width: calc(100% + 50px); }
    header .search.active input {
      width: 100%;
      border-bottom: 1px solid #181b1b;
      background-color: #FFF; }

.info-cards {
  display: flex;
  flex-direction: column;
  padding: 10px 0 45px; }
  @media screen and (min-width: 768px) {
    .info-cards {
      flex-direction: row; } }
  .info-cards .info-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left; }
    .info-cards .info-card .text-right.more-info {
      padding: 0; }
      .info-cards .info-card .text-right.more-info a {
        margin-right: 10px; }
    .info-cards .info-card .main-title {
      font-size: 16px;
      margin-top: -7px; }
    .info-cards .info-card .email-input {
      background-color: #e6e6e6;
      width: 100%;
      height: 50px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 0 25px; }
      .info-cards .info-card .email-input input {
        background-color: transparent;
        border: none;
        width: 100%;
        font-family: "CanadaTypeGibson", sans-serif;
        font-weight: 300;
        color: #000;
        font-size: 16px; }
        .info-cards .info-card .email-input input:focus, .info-cards .info-card .email-input input:hover {
          outline: none; }
      .info-cards .info-card .email-input .arrow {
        width: 20px;
        transform: rotate(180deg); }

.investigation-center-archive h1.main-title {
  margin-top: 75px; }
  @media screen and (max-width: 768px) {
    .investigation-center-archive h1.main-title {
      padding: 0 10px; } }

@media (min-width: 768px) {
  .investigation-center-archive .investigation-center-list {
    margin-bottom: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    flex-wrap: wrap; } }

.investigation-center-archive .investigation-center-list .icone-with-url {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .investigation-center-archive .investigation-center-list .icone-with-url {
      width: 50%;
      margin-bottom: 40px; } }

@media screen and (min-width: 768px) {
  .investigation-center-detail {
    margin: 50px 0 0 0; } }

.investigation-center-detail .investigation-center-header .left-arrow {
  margin-bottom: 30px; }

.investigation-center-detail .investigation-center-elements {
  display: flex;
  flex-wrap: wrap; }
  .investigation-center-detail .investigation-center-elements .element {
    width: 50%; }

.investigation-center-detail .contact {
  margin-top: 75px; }

.investigation-center-detail .investigation-center-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #181b1b;
  padding: 50px 30px; }
  @media screen and (min-width: 768px) {
    .investigation-center-detail .investigation-center-footer {
      padding: 100px 0;
      margin-top: 100px; } }
  .investigation-center-detail .investigation-center-footer .icone-with-url {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .investigation-center-detail .investigation-center-footer .icone-with-url {
        width: 50%;
        margin-bottom: 45px; } }

.learningcenters-detail {
  margin-top: 45px; }
  .learningcenters-detail > .container {
    padding: 0 15px; }
  @media screen and (max-width: 768px) {
    .learningcenters-detail .cta {
      padding: 0; } }
  .learningcenters-detail .learningcenters-header {
    position: relative; }
    .learningcenters-detail .learningcenters-header .news-header-img {
      width: 100%;
      height: 510px;
      margin-top: 80px;
      background-image: url("/dist/images/highlight-overlay.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        .learningcenters-detail .learningcenters-header .news-header-img {
          height: auto;
          margin-top: 30px; } }
    .learningcenters-detail .learningcenters-header .learningcenters-date {
      font-weight: 300;
      color: #000;
      font-size: 16px;
      text-align: left;
      margin: 35px 0 10px 0; }
    .learningcenters-detail .learningcenters-header .main-title {
      margin: 0 0 30px 0; }
    .learningcenters-detail .learningcenters-header .learningcenters-entry {
      font-weight: 300;
      font-style: italic;
      color: #000;
      font-size: 1.375rem;
      line-height: 1.75rem;
      text-align: left;
      margin: 0 0 20px 0; }
  .learningcenters-detail .learningcenters-main .learningcenters-main-img {
    padding: 0 15px;
    margin: 30px 0 75px; }
    @media screen and (min-width: 768px) {
      .learningcenters-detail .learningcenters-main .learningcenters-main-img {
        padding: 0; } }
    .learningcenters-detail .learningcenters-main .learningcenters-main-img img {
      width: 100%;
      height: auto; }
  .learningcenters-detail .learningcenters-main .learningcenters-main-img.left {
    padding: 0 15px !important; }
    @media screen and (min-width: 768px) {
      .learningcenters-detail .learningcenters-main .learningcenters-main-img.left {
        padding: 0 20px 0 0 !important; } }
  .learningcenters-detail .learningcenters-main .learningcenters-main-img.right {
    padding: 0 15px !important; }
    @media screen and (min-width: 768px) {
      .learningcenters-detail .learningcenters-main .learningcenters-main-img.right {
        padding: 0 0 0 20px !important; } }

@media screen and (min-width: 768px) {
  .loading-area {
    margin-bottom: 50px; } }

.loading-area .loading {
  margin: 0 auto;
  border: 3px solid #d3d3d3;
  border-top: 3px solid #090909;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: rotate 2s linear infinite; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.masonry {
  column-count: 3;
  column-gap: 10px;
  row-gap: 10px; }
  .masonry .item {
    background-color: #eee;
    display: inline-block;
    width: 100%; }
  .masonry.no-news {
    margin-top: 35px; }

.media-albums {
  margin-top: 160px; }
  .media-albums .media-albums-slider {
    background-color: #d6ca9c;
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .media-albums .media-albums-slider {
        margin: 160px -20px 0; } }
    @media screen and (min-width: 768px) {
      .media-albums .media-albums-slider .slider {
        margin: -70px -20px 60px; } }
    .media-albums .media-albums-slider .slider .album-slider-element {
      padding: 0 10px; }
      .media-albums .media-albums-slider .slider .album-slider-element img {
        width: 100%;
        height: auto;
        margin-bottom: 35px; }
      .media-albums .media-albums-slider .slider .album-slider-element .summary {
        color: #fff; }
        .media-albums .media-albums-slider .slider .album-slider-element .summary .title {
          font-family: "CanadaTypeGibson", sans-serif;
          font-weight: 600;
          font-size: 1.75rem;
          line-height: 2.125rem;
          margin-bottom: 5px; }
        .media-albums .media-albums-slider .slider .album-slider-element .summary .date {
          font-family: "CanadaTypeGibson", sans-serif;
          font-weight: 300;
          font-size: 16px;
          line-height: 1.375rem; }
    .media-albums .media-albums-slider .navigation-area {
      position: relative; }
      .media-albums .media-albums-slider .navigation-area .navigation-arrow {
        width: 44px;
        position: absolute;
        top: 0; }
        .media-albums .media-albums-slider .navigation-area .navigation-arrow.right {
          right: 15px;
          transform: rotate(180deg); }
        .media-albums .media-albums-slider .navigation-area .navigation-arrow.left {
          left: 15px; }
        .media-albums .media-albums-slider .navigation-area .navigation-arrow:hover {
          cursor: pointer; }
      .media-albums .media-albums-slider .navigation-area .dots-container {
        width: 185px;
        margin: 0 auto;
        display: block;
        position: relative; }
        .media-albums .media-albums-slider .navigation-area .dots-container .custom-dots {
          text-align: center;
          padding-left: 0; }
          .media-albums .media-albums-slider .navigation-area .dots-container .custom-dots button {
            display: none; }
          .media-albums .media-albums-slider .navigation-area .dots-container .custom-dots li {
            display: inline-block; }
            .media-albums .media-albums-slider .navigation-area .dots-container .custom-dots li.slick-active:after {
              opacity: 1;
              border: 2px solid #fff;
              background-color: transparent;
              width: 7px;
              height: 7px;
              margin-bottom: 0 !important; }
            .media-albums .media-albums-slider .navigation-area .dots-container .custom-dots li:after {
              content: ' ';
              width: 9px;
              height: 9px;
              background-color: #fff;
              opacity: 1;
              position: relative;
              display: block;
              margin: 0 10px 1px;
              border-radius: 50px; }
            .media-albums .media-albums-slider .navigation-area .dots-container .custom-dots li:hover {
              cursor: pointer; }

.media-header {
  position: relative;
  margin: 50px 0; }
  .media-header .main-title {
    margin-bottom: 60px; }

.media-header-slider .media-header-content .media-header-img-video {
  padding: 0; }
  .media-header-slider .media-header-content .media-header-img-video img {
    width: 100%;
    height: auto;
    max-height: 410px; }
  .media-header-slider .media-header-content .media-header-img-video iframe {
    height: 410px; }

@media screen and (min-width: 768px) {
  .media-header-slider .media-header-content .media-header-text {
    padding: 70px 0 0 70px; } }

.media-header-slider .slick-dots li {
  margin: 0; }
  .media-header-slider .slick-dots li:before {
    display: none; }

.media-header-slider .slick-dots li button:before {
  opacity: 1 !important;
  font-size: 11px !important;
  margin-top: 0.5px; }

.media-header-slider .slick-dots li.slick-active button:before {
  color: transparent;
  border: 2px solid #000;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin: 3.5px; }

.single-media-archive .related-news {
  margin: 50px 0;
  text-align: center; }
  .single-media-archive .related-news h3 {
    font-size: 24px;
    font-weight: 300; }
  .single-media-archive .related-news p {
    margin: 35px 0; }
  .single-media-archive .related-news .cta {
    justify-content: center; }
    .single-media-archive .related-news .cta .text {
      font-weight: 600; }

.media-slider-hp-wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative; }
  .media-slider-hp-wrapper .media-slider-hp-tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%; }
    .media-slider-hp-wrapper .media-slider-hp-tabs span {
      color: #bfbfbf;
      font-family: 'Gibson', Arial, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      margin: 0 25px 25px; }
      .media-slider-hp-wrapper .media-slider-hp-tabs span:hover {
        color: #000;
        cursor: pointer; }
      @media screen and (min-width: 768px) {
        .media-slider-hp-wrapper .media-slider-hp-tabs span {
          margin: 0 25px 35px; } }
      .media-slider-hp-wrapper .media-slider-hp-tabs span.active {
        color: #000; }
  .media-slider-hp-wrapper .text-right.more-info {
    position: relative;
    margin: 0 auto 25px; }
    @media screen and (min-width: 768px) {
      .media-slider-hp-wrapper .text-right.more-info {
        position: absolute;
        top: 4px;
        right: 0; } }
  .media-slider-hp-wrapper .media-slider-hp {
    width: 100%;
    position: relative; }
    .media-slider-hp-wrapper .media-slider-hp .navigation-overlay {
      width: 100%;
      position: absolute;
      bottom: 40px;
      text-align: center;
      margin: 0 auto;
      display: flex; }
      .media-slider-hp-wrapper .media-slider-hp .navigation-overlay.gallery {
        bottom: 50px; }
      .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .video-cta {
        background-image: url("/dist/images/play-red.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 40px;
        width: 40px; }
        @media screen and (min-width: 768px) {
          .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .video-cta {
            height: 97px;
            width: 97px; } }
        @media (min-width: 480px) and (max-width: 768px) {
          .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .video-cta {
            height: 75px;
            width: 75px; } }
        .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .video-cta:hover {
          background-image: url("/dist/images/play-sand.png"); }
      .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area {
        z-index: 2;
        width: 100%;
        max-width: 300px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center; }
        @media screen and (min-width: 1200px) {
          .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area {
            max-width: 420px; } }
        .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .navigation-arrow {
          width: 24px;
          position: absolute;
          top: 0; }
          @media screen and (min-width: 480px) {
            .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .navigation-arrow {
              width: 44px; } }
          .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .navigation-arrow.right {
            right: 15px;
            transform: rotate(180deg); }
          .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .navigation-arrow.left {
            left: 15px; }
          .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .navigation-arrow:hover {
            cursor: pointer; }
        .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .dots-container {
          width: 185px;
          margin: 0 auto;
          display: block;
          position: relative;
          top: -9px; }
          @media screen and (min-width: 480px) {
            .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .dots-container {
              top: -3px; } }
          .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .dots-container .custom-dots {
            text-align: center;
            padding-left: 0; }
            .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .dots-container .custom-dots button {
              display: none; }
            .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .dots-container .custom-dots li {
              display: inline-block; }
              .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .dots-container .custom-dots li.slick-active:after {
                opacity: 1; }
              .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .dots-container .custom-dots li:after {
                content: ' ';
                width: 5px;
                height: 5px;
                background-color: #fff;
                opacity: .5;
                position: relative;
                display: block;
                margin: 0 10px;
                border-radius: 50px; }
                @media screen and (min-width: 480px) {
                  .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .dots-container .custom-dots li:after {
                    width: 10px;
                    height: 10px; } }
              .media-slider-hp-wrapper .media-slider-hp .navigation-overlay .navigation-area .dots-container .custom-dots li:hover {
                cursor: pointer; }
    .media-slider-hp-wrapper .media-slider-hp .slider {
      padding: 0; }
      .media-slider-hp-wrapper .media-slider-hp .slider iframe {
        width: 100%; }
        @media screen and (max-width: 480px) {
          .media-slider-hp-wrapper .media-slider-hp .slider iframe {
            max-height: 200px; } }
      .media-slider-hp-wrapper .media-slider-hp .slider img {
        width: 100%;
        height: 100%;
        max-height: 494px; }
  .media-slider-hp-wrapper .slide {
    position: relative; }
    .media-slider-hp-wrapper .slide .summary-overlay {
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 1;
      text-align: center;
      /*background-image: url("/dist/images/video-overlay.svg");
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: contain;*/
      background-image: linear-gradient(to top, #000, transparent);
      height: 50px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 480px) {
        .media-slider-hp-wrapper .slide .summary-overlay {
          height: 100px; } }
      .media-slider-hp-wrapper .slide .summary-overlay .title {
        color: #fff;
        font-family: "CanadaTypeGibson", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        position: absolute;
        top: -15px; }
        @media screen and (min-width: 480px) {
          .media-slider-hp-wrapper .slide .summary-overlay .title {
            font-size: 20px;
            line-height: 24px; } }

.media-videos {
  margin-top: 100px;
  margin-bottom: 90px; }
  .media-videos .media-videos-slider {
    margin-top: 130px; }
    .media-videos .media-videos-slider .slider {
      margin: -70px -20px 60px; }
      .media-videos .media-videos-slider .slider .video-slider-element {
        padding: 0 10px; }
        .media-videos .media-videos-slider .slider .video-slider-element .summary {
          color: #000; }
          .media-videos .media-videos-slider .slider .video-slider-element .summary .title {
            font-family: "CanadaTypeGibson", sans-serif;
            font-weight: 600;
            font-size: 1.75rem;
            line-height: 2.125rem;
            margin-bottom: 5px;
            margin-top: 10px; }
          .media-videos .media-videos-slider .slider .video-slider-element .summary .date {
            font-family: "CanadaTypeGibson", sans-serif;
            font-weight: 300;
            font-size: 16px;
            line-height: 1.375rem; }
      .media-videos .media-videos-slider .slider .slick-list {
        margin: 0 75px; }
      .media-videos .media-videos-slider .slider .slick-prev:before {
        content: url("/dist/images/arrow-long-black.svg"); }
      .media-videos .media-videos-slider .slider .slick-next:before {
        content: url("/dist/images/arrow-long-black.svg"); }
      .media-videos .media-videos-slider .slider .slick-prev {
        left: 20px; }
      .media-videos .media-videos-slider .slider .slick-next {
        transform: rotate(180deg);
        right: 20px; }
      .media-videos .media-videos-slider .slider .slick-next, .media-videos .media-videos-slider .slider .slick-prev {
        width: 45px; }

.news-archive #js-news-read-more-container {
  margin: 70px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .news-archive #js-news-read-more-container .news-archive-entry {
    margin-bottom: 70px; }

.news-archive .news-header {
  position: relative;
  margin: 50px 0;
  display: flex; }
  .news-archive .news-header .news-header-wrapper {
    padding: 0 15px; }
  .news-archive .news-header .news-header-img-wrapper {
    position: relative;
    padding: 0 15px; }
    @media screen and (min-width: 768px) {
      .news-archive .news-header .news-header-img-wrapper {
        padding: 0; } }
    .news-archive .news-header .news-header-img-wrapper img {
      width: 100%;
      height: auto; }
  .news-archive .news-header .news-highlight-content {
    padding: 0 15px; }
    @media screen and (min-width: 768px) {
      .news-archive .news-header .news-highlight-content {
        padding: 0 0 0 70px; } }
    .news-archive .news-header .news-highlight-content .news-date {
      font-family: "CanadaTypeGibson", sans-serif;
      font-weight: 300;
      color: #000;
      font-size: 16px;
      text-align: left;
      margin: 35px 0 10px 0; }
    .news-archive .news-header .news-highlight-content .main-title {
      margin: 0 0 20px 0; }
    .news-archive .news-header .news-highlight-content .news-entry {
      font-family: "CanadaTypeGibson", sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #000;
      font-size: 16px;
      line-height: 1.75rem;
      text-align: left; }

.news-archive .news-main {
  display: flex;
  flex-direction: column; }
  .news-archive .news-main .news-archive-search-wrapper {
    border-bottom: 1px solid #000;
    padding: 0 15px 35px; }
    @media screen and (min-width: 768px) {
      .news-archive .news-main .news-archive-search-wrapper {
        padding: 0 0 35px 0; } }
    .news-archive .news-main .news-archive-search-wrapper .news-archive-search {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .news-archive .news-main .news-archive-search-wrapper .news-archive-search input {
        font-family: "CanadaTypeGibson", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #000; }
      .news-archive .news-main .news-archive-search-wrapper .news-archive-search img {
        height: 18px;
        width: 18px; }
  .news-archive .news-main .news-archive-wrapper .news-archive-row .news-archive-entry {
    height: 100%; }
    .news-archive .news-main .news-archive-wrapper .news-archive-row .news-archive-entry img {
      width: 100%;
      height: auto; }
    .news-archive .news-main .news-archive-wrapper .news-archive-row .news-archive-entry .news-date {
      font-weight: 300;
      color: #000;
      font-size: 16px;
      text-align: left;
      margin: 20px 0 10px 0; }
    .news-archive .news-main .news-archive-wrapper .news-archive-row .news-archive-entry .main-title {
      font-size: 1.625rem;
      line-height: 2rem;
      font-style: normal;
      margin: 0 0 20px 0; }
    .news-archive .news-main .news-archive-wrapper .news-archive-row .news-archive-entry .news-entry, .news-archive .news-main .news-archive-wrapper .news-archive-row .news-archive-entry .news-entry a {
      font-weight: 300;
      color: #000;
      font-size: 16px;
      line-height: 1.75rem;
      text-align: left; }
  .news-archive .news-main .news-archive-wrapper .news-archive-highlight {
    display: flex;
    background-color: #d6c99b;
    margin: 65px 0;
    color: #FFF; }
    .news-archive .news-main .news-archive-wrapper .news-archive-highlight .news-archive-highlight-content {
      position: relative;
      padding: 0 0 90px; }
      .news-archive .news-main .news-archive-wrapper .news-archive-highlight .news-archive-highlight-content a {
        color: #FFF; }
      .news-archive .news-main .news-archive-wrapper .news-archive-highlight .news-archive-highlight-content .news-img img {
        width: 100%;
        height: auto;
        margin-top: -50px; }
      .news-archive .news-main .news-archive-wrapper .news-archive-highlight .news-archive-highlight-content .news-date {
        font-weight: 300;
        font-size: 16px;
        text-align: left;
        margin: 25px 0 10px 0; }
      .news-archive .news-main .news-archive-wrapper .news-archive-highlight .news-archive-highlight-content .main-title {
        font-size: 2.125rem;
        line-height: 2.3125rem;
        margin: 0 0 30px 0;
        color: #FFF; }
      .news-archive .news-main .news-archive-wrapper .news-archive-highlight .news-archive-highlight-content .news-entry {
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 1.75rem;
        text-align: left;
        margin-bottom: 30px; }
      .news-archive .news-main .news-archive-wrapper .news-archive-highlight .news-archive-highlight-content .news-text {
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        line-height: 1.75rem;
        text-align: left;
        margin-bottom: 90px; }
        @media screen and (max-width: 768px) {
          .news-archive .news-main .news-archive-wrapper .news-archive-highlight .news-archive-highlight-content .news-text {
            margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        .news-archive .news-main .news-archive-wrapper .news-archive-highlight .news-archive-highlight-content .cta {
          display: flex;
          justify-content: center; } }

.news-detail {
  margin-top: 45px; }
  .news-detail > .container {
    padding: 0 15px; }
  @media screen and (max-width: 768px) {
    .news-detail .cta {
      padding: 0; } }
  .news-detail .news-header {
    position: relative; }
    .news-detail .news-header .news-header-img {
      width: 100%;
      height: 510px;
      margin-top: 80px;
      background-image: url("/dist/images/highlight-overlay.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        .news-detail .news-header .news-header-img {
          height: auto;
          margin-top: 30px; } }
    .news-detail .news-header .news-date {
      font-weight: 300;
      color: #000;
      font-size: 16px;
      text-align: left;
      margin: 35px 0 10px 0; }
    .news-detail .news-header .main-title {
      margin: 0 0 30px 0; }
    .news-detail .news-header .news-entry {
      font-weight: 300;
      font-style: italic;
      color: #000;
      font-size: 1.375rem;
      line-height: 1.75rem;
      text-align: left;
      margin: 0 0 20px 0; }
  .news-detail .news-main .news-main-img {
    padding: 0 15px;
    margin: 30px 0 75px; }
    @media screen and (min-width: 768px) {
      .news-detail .news-main .news-main-img {
        padding: 0; } }
    .news-detail .news-main .news-main-img img {
      width: 100%;
      height: auto; }
  .news-detail .news-main .news-main-img.left {
    padding: 0 15px !important; }
    @media screen and (min-width: 768px) {
      .news-detail .news-main .news-main-img.left {
        padding: 0 20px 0 0 !important; } }
  .news-detail .news-main .news-main-img.right {
    padding: 0 15px !important; }
    @media screen and (min-width: 768px) {
      .news-detail .news-main .news-main-img.right {
        padding: 0 0 0 20px !important; } }
  .news-detail .news-footer {
    border-top: 1px solid #181b1b;
    padding: 30px 0;
    margin: 70px 0 85px; }
    .news-detail .news-footer .news-album {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: #fff;
      text-decoration: none;
      padding: 0 15px; }
      @media screen and (min-width: 768px) {
        .news-detail .news-footer .news-album {
          padding: 0; } }
      .news-detail .news-footer .news-album .news-album-wrapper {
        padding-right: 20px;
        width: 100%; }
      .news-detail .news-footer .news-album .news-album-content {
        padding: 40px;
        background-image: url("images/album-bck.jpg");
        background-position: center;
        background-size: cover; }
      .news-detail .news-footer .news-album .news-album-tag {
        font-weight: 300;
        font-size: 1.25rem;
        color: #fff; }
      .news-detail .news-footer .news-album .news-album-separator {
        margin: 10px 0 15px;
        border-top: 1px solid #fff;
        width: 140px; }
      .news-detail .news-footer .news-album .news-album-title {
        margin: 0;
        font-weight: 600;
        font-size: 2.125rem;
        line-height: 2.3125rem;
        color: #fff; }
    .news-detail .news-footer .news-related {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000;
      text-decoration: none;
      padding: 0 15px; }
      @media screen and (min-width: 768px) {
        .news-detail .news-footer .news-related {
          padding: 0; } }
      .news-detail .news-footer .news-related .news-related-wrapper {
        padding: 40px 0 0;
        width: 100%; }
      .news-detail .news-footer .news-related .news-related-content {
        padding: 0;
        display: flex;
        flex-direction: column;
        text-align: center; }
      .news-detail .news-footer .news-related .news-related-cta {
        font-weight: 300;
        font-size: 16px;
        color: #000;
        margin: 0 0 15px; }
      .news-detail .news-footer .news-related .news-related-title {
        font-weight: 600;
        font-size: 1.625rem;
        line-height: 1.8125rem;
        color: #000;
        margin: 0; }
    .news-detail .news-footer .news-related.with-album {
      justify-content: flex-start; }
      .news-detail .news-footer .news-related.with-album .news-related-wrapper {
        padding: 40px 0 0 20px; }
      .news-detail .news-footer .news-related.with-album .news-related-content {
        padding: 0 40px 0 0;
        text-align: left; }

.newsletter-block .main-title {
  font-size: 1rem !important;
  margin-bottom: 15px; }

.newsletter-block .mailster-submit-wrapper {
  background-image: url(/dist/images/arrow-red.svg);
  background-size: 20px;
  z-index: 10;
  transform: rotate(180deg);
  position: absolute !important;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin: 0;
  top: 15px;
  right: 10px; }

.newsletter-block input {
  background-color: #e6e6e6;
  color: black;
  position: relative;
  border: 0;
  outline: 0;
  padding: 20px;
  width: 100%;
  font-size: 0.75rem; }
  .newsletter-block input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */ }
  .newsletter-block input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000; }
  .newsletter-block input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000; }
  .newsletter-block input.submit-button {
    background-color: transparent;
    height: 20px;
    width: 20px;
    padding: 0 35px 0 0; }

.newsletter-block .newsletter-response .wpcf7-response-output {
  display: block !important;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  top: -20px;
  color: green;
  font-weight: 500; }
  .newsletter-block .newsletter-response .wpcf7-response-output.wpcf7-validation-errors {
    color: #ec0b28; }

.newsletter-block .arrow-submit {
  content: ' ';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 58px;
  background-image: url(/dist/images/arrow-red.svg);
  background-size: 20px;
  z-index: 10;
  transform: rotate(180deg); }
  .newsletter-block .arrow-submit:hover {
    cursor: pointer; }

.opinions-detail {
  margin-top: 45px; }
  .opinions-detail > .container {
    padding: 0 15px; }
  @media screen and (max-width: 768px) {
    .opinions-detail .cta {
      padding: 0; } }
  .opinions-detail .opinions-header {
    position: relative; }
    .opinions-detail .opinions-header .news-header-img {
      width: 100%;
      height: 510px;
      margin-top: 80px;
      background-image: url("/dist/images/highlight-overlay.svg");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        .opinions-detail .opinions-header .news-header-img {
          height: auto;
          margin-top: 30px; } }
    .opinions-detail .opinions-header .opinions-date {
      font-weight: 300;
      color: #000;
      font-size: 16px;
      text-align: left;
      margin: 35px 0 10px 0; }
    .opinions-detail .opinions-header .main-title {
      margin: 0 0 30px 0; }
    .opinions-detail .opinions-header .opinions-entry {
      font-weight: 300;
      font-style: italic;
      color: #000;
      font-size: 1.375rem;
      line-height: 1.75rem;
      text-align: left;
      margin: 0 0 20px 0; }
  .opinions-detail .opinions-main .opinions-main-img {
    padding: 0 15px;
    margin: 30px 0 75px; }
    @media screen and (min-width: 768px) {
      .opinions-detail .opinions-main .opinions-main-img {
        padding: 0; } }
    .opinions-detail .opinions-main .opinions-main-img img {
      width: 100%;
      height: auto; }
  .opinions-detail .opinions-main .opinions-main-img.left {
    padding: 0 15px !important; }
    @media screen and (min-width: 768px) {
      .opinions-detail .opinions-main .opinions-main-img.left {
        padding: 0 20px 0 0 !important; } }
  .opinions-detail .opinions-main .opinions-main-img.right {
    padding: 0 15px !important; }
    @media screen and (min-width: 768px) {
      .opinions-detail .opinions-main .opinions-main-img.right {
        padding: 0 0 0 20px !important; } }

.page .title-area {
  margin-top: 25px; }

.search-results-elements {
  margin-top: 50px;
  padding: 0 10px; }
  @media screen and (min-width: 768px) {
    .search-results-elements {
      padding: 0; } }
  .search-results-elements .search-results-header {
    position: relative;
    margin-bottom: 100px; }
    .search-results-elements .search-results-header .main-title {
      margin-bottom: 65px; }
    .search-results-elements .search-results-header .search-field {
      border-bottom: 1px solid #000;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 0 0 15px; }
      .search-results-elements .search-results-header .search-field form {
        width: 100%; }
      .search-results-elements .search-results-header .search-field input {
        background-color: transparent;
        border: none;
        color: #000;
        font-family: "CanadaTypeGibson", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: calc(22px);
        width: 100%; }
        .search-results-elements .search-results-header .search-field input:focus {
          outline: none; }
      .search-results-elements .search-results-header .search-field .search-button {
        width: 15px;
        height: 15px;
        background-image: url("/dist/images/search-icon.svg");
        background-position: center;
        background-repeat: no-repeat; }
      .search-results-elements .search-results-header .search-field .search-button.reset {
        background-image: url("/dist/images/close-red.svg"); }

.search-results-element {
  margin-bottom: 60px;
  padding: 0 !important; }
  .search-results-element .search-results-element-category {
    color: #ec0b28;
    font-family: "CanadaTypeGibson", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: calc(22px);
    margin-bottom: 15px; }
  .search-results-element .main-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px; }
  .search-results-element .search-results-element-text {
    color: #000;
    font-family: "CanadaTypeGibson", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: calc(22px);
    margin: 0; }
    .search-results-element .search-results-element-text .search-keyword {
      font-weight: 600; }

.gallery-vertical {
  margin-top: -170.56px;
  position: relative;
  min-height: calc(735px + 250px);
  overflow: hidden; }
  .gallery-vertical .gallery-vertical-slider {
    width: 100vw;
    height: 735px; }
    .gallery-vertical .gallery-vertical-slider .gallery-vertical-slide {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: 735px; }
      .gallery-vertical .gallery-vertical-slider .gallery-vertical-slide .gallery-vertical-slide-content {
        max-width: 620px;
        color: #fff;
        padding: 230px 30px 0 20px; }
        @media screen and (min-width: 1200px) {
          .gallery-vertical .gallery-vertical-slider .gallery-vertical-slide .gallery-vertical-slide-content {
            padding: 320px 0 0 0; } }
        @media (min-width: 992px) and (max-width: 1200px) {
          .gallery-vertical .gallery-vertical-slider .gallery-vertical-slide .gallery-vertical-slide-content {
            padding: 240px 50px 0; } }
        @media (min-width: 768px) and (max-width: 992px) {
          .gallery-vertical .gallery-vertical-slider .gallery-vertical-slide .gallery-vertical-slide-content {
            padding: 260px 50px 0; } }
        .gallery-vertical .gallery-vertical-slider .gallery-vertical-slide .gallery-vertical-slide-content h1 {
          font-family: "CanadaTypeGibson", sans-serif;
          font-weight: 600;
          font-size: 2.75rem;
          line-height: 3.125rem;
          margin-bottom: 15px; }
          @media screen and (min-width: 768px) {
            .gallery-vertical .gallery-vertical-slider .gallery-vertical-slide .gallery-vertical-slide-content h1 {
              font-size: 3.375rem;
              line-height: 3.75rem;
              margin-bottom: 25px; } }
        .gallery-vertical .gallery-vertical-slider .gallery-vertical-slide .gallery-vertical-slide-content p {
          font-family: "CanadaTypeGibson", sans-serif;
          font-size: 1.25rem;
          line-height: 1.625rem; }
    .gallery-vertical .gallery-vertical-slider .gallery-vertical-slide.first {
      background-image: url("/dist/images/slide01.jpg"); }
    .gallery-vertical .gallery-vertical-slider .gallery-vertical-slide.second {
      background-image: url("/dist/images/slide02.jpg"); }
    .gallery-vertical .gallery-vertical-slider .gallery-vertical-slide.third {
      background-image: url("/dist/images/slide03.jpg"); }
  .gallery-vertical .gallery-vertical-cards-container {
    position: relative; }
    .gallery-vertical .gallery-vertical-cards-container .gallery-vertical-cards-wrapper {
      margin-top: -120px; }
      @media screen and (min-width: 992px) {
        .gallery-vertical .gallery-vertical-cards-container .gallery-vertical-cards-wrapper {
          position: absolute; } }
      .gallery-vertical .gallery-vertical-cards-container .gallery-vertical-cards-wrapper .gallery-vertical-card {
        height: 290px;
        padding: 35px 50px;
        display: flex;
        flex-direction: column;
        text-align: left; }
        .gallery-vertical .gallery-vertical-cards-container .gallery-vertical-cards-wrapper .gallery-vertical-card h2 {
          font-family: "CanadaTypeGibson", sans-serif;
          font-weight: 600;
          font-size: 1.75rem;
          color: #fff;
          margin-bottom: 30px; }
        .gallery-vertical .gallery-vertical-cards-container .gallery-vertical-cards-wrapper .gallery-vertical-card p {
          font-family: "CanadaTypeGibson", sans-serif;
          font-weight: 300;
          font-size: 16px;
          line-height: 1.375rem;
          color: #fff;
          margin-bottom: 30px; }
        .gallery-vertical .gallery-vertical-cards-container .gallery-vertical-cards-wrapper .gallery-vertical-card .gallery-vertical-card-cta {
          width: 215px;
          background-color: #fff;
          padding: 11px 25px;
          display: block; }
          .gallery-vertical .gallery-vertical-cards-container .gallery-vertical-cards-wrapper .gallery-vertical-card .gallery-vertical-card-cta span {
            color: #000;
            font-family: "CanadaTypeGibson", sans-serif;
            font-weight: 300;
            font-size: 0.75rem;
            text-transform: uppercase; }
            .gallery-vertical .gallery-vertical-cards-container .gallery-vertical-cards-wrapper .gallery-vertical-card .gallery-vertical-card-cta span.plus {
              float: right;
              font-size: 0.875rem; }
      .gallery-vertical .gallery-vertical-cards-container .gallery-vertical-cards-wrapper .gallery-vertical-card.first {
        background-color: #ec0b28; }
      .gallery-vertical .gallery-vertical-cards-container .gallery-vertical-cards-wrapper .gallery-vertical-card.second {
        background-color: #baaf80; }
      .gallery-vertical .gallery-vertical-cards-container .gallery-vertical-cards-wrapper .gallery-vertical-card.third {
        background-color: #d6c99b; }
  .gallery-vertical .vertical-dots {
    right: 8px; }
    @media screen and (min-width: 768px) {
      .gallery-vertical .vertical-dots {
        right: 40px; } }

.testimonials-slider {
  margin: 70px 0 0; }
  .testimonials-slider .testimonial-overlays .testimonial-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.38);
    z-index: 100; }
    .testimonials-slider .testimonial-overlays .testimonial-overlay.active {
      display: block; }
    .testimonials-slider .testimonial-overlays .testimonial-overlay .inner {
      width: 900px;
      margin: 170px auto 0;
      background-color: white;
      position: relative; }
      .testimonials-slider .testimonial-overlays .testimonial-overlay .inner .testimonial-close {
        position: absolute;
        right: 0;
        top: 0;
        color: #ec0b28;
        margin: 35px;
        font-size: 22px; }
        .testimonials-slider .testimonial-overlays .testimonial-overlay .inner .testimonial-close:hover {
          cursor: pointer; }
      .testimonials-slider .testimonial-overlays .testimonial-overlay .inner img {
        width: 100%;
        max-height: 260px;
        display: block; }
      .testimonials-slider .testimonial-overlays .testimonial-overlay .inner .summary {
        padding: 40px; }
  .testimonials-slider .more-info {
    text-align: center !important;
    margin-top: 20px;
    margin-right: 0;
    float: initial; }
    @media screen and (min-width: 768px) {
      .testimonials-slider .more-info {
        margin-right: 15px;
        float: right; } }
  .testimonials-slider .navigation-area {
    position: relative; }
    .testimonials-slider .navigation-area .navigation-arrow {
      width: 44px;
      position: absolute;
      top: 0; }
      .testimonials-slider .navigation-area .navigation-arrow.right {
        right: 15px; }
      .testimonials-slider .navigation-area .navigation-arrow.left {
        left: 15px;
        transform: rotate(180deg); }
      .testimonials-slider .navigation-area .navigation-arrow:hover {
        cursor: pointer; }
    .testimonials-slider .navigation-area .dots-container {
      width: 185px;
      margin: 0 auto;
      display: block;
      position: relative;
      top: -3px; }
      .testimonials-slider .navigation-area .dots-container .custom-dots {
        text-align: center;
        padding-left: 0; }
        .testimonials-slider .navigation-area .dots-container .custom-dots button {
          display: none; }
        .testimonials-slider .navigation-area .dots-container .custom-dots li {
          display: inline-block; }
          .testimonials-slider .navigation-area .dots-container .custom-dots li.slick-active:after {
            opacity: 1; }
          .testimonials-slider .navigation-area .dots-container .custom-dots li:after {
            content: ' ';
            width: 7px;
            height: 7px;
            background-color: #ec0b28;
            opacity: .5;
            position: relative;
            display: block;
            margin: 0 10px;
            border-radius: 50%; }
            @media screen and (min-width: 768px) {
              .testimonials-slider .navigation-area .dots-container .custom-dots li:after {
                width: 10px;
                height: 10px; } }
          .testimonials-slider .navigation-area .dots-container .custom-dots li:hover {
            cursor: pointer; }
  .testimonials-slider .slick-list {
    padding: 0 10px; }
  .testimonials-slider .slick-slide {
    margin: 20px; }
    .testimonials-slider .slick-slide .testimonial-slider-element {
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
      padding: 0; }
      .testimonials-slider .slick-slide .testimonial-slider-element img {
        height: auto;
        width: 100%; }
      .testimonials-slider .slick-slide .testimonial-slider-element .summary {
        height: 100%;
        padding: 40px;
        overflow: hidden; }
        @media screen and (min-width: 992px) {
          .testimonials-slider .slick-slide .testimonial-slider-element .summary {
            height: 270px; } }
      .testimonials-slider .slick-slide .testimonial-slider-element:hover {
        cursor: pointer; }
  .testimonials-slider .descriptive {
    text-transform: uppercase; }
  .testimonials-slider .comment {
    font-style: italic;
    margin-top: 35px; }

.highlighted-news {
  margin: 50px 0; }
  @media screen and (min-width: 768px) {
    .highlighted-news {
      margin: 115px 0 0; } }
  .highlighted-news img {
    max-width: 100%; }
  .highlighted-news a {
    color: black; }
  .highlighted-news .highlighted-news-card {
    padding: 0 20px; }
  .highlighted-news .news-date {
    margin: 15px 0 5px !important; }
  .highlighted-news .main-title {
    font-size: 25px;
    line-height: 30px; }
  .highlighted-news .more-info {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .highlighted-news .more-info {
        text-align: center !important; } }

.cta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none; }
  @media screen and (max-width: 768px) {
    .cta {
      padding: 0 20px; } }
  .cta .arrow {
    height: 20px;
    width: 20px; }
  .cta .text {
    font-family: "CanadaTypeGibson", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px; }
    .cta .text:hover {
      text-decoration: underline; }
  .cta.inactive {
    opacity: .2;
    pointer-events: none; }

.color-white .text {
  color: #fff; }

.left-arrow .arrow {
  order: 1; }

.left-arrow .text {
  order: 2;
  margin-left: 25px; }

.right-arrow .arrow {
  order: 2;
  transform: rotate(180deg); }

.right-arrow .text {
  order: 1;
  margin-right: 25px; }

@media screen and (max-width: 768px) {
  .container > .cta {
    padding: 0; } }

.main-title {
  font-family: "CanadaTypeGibson", sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 2.125rem;
  line-height: 2.375rem;
  margin: 0;
  display: flex;
  align-items: center; }
  .main-title span {
    width: 100%; }
  .main-title.no-margin {
    margin: 0; }
  .main-title.margin-bot {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .main-title.margin-bot {
        margin-bottom: 40px; } }
  .main-title.size-small {
    font-size: 1.875rem;
    line-height: 1.875rem; }
    @media screen and (min-width: 768px) {
      .main-title.size-small.one-line {
        margin-top: -70px !important; }
      .main-title.size-small.two-lines {
        margin-top: -100px !important; }
      .main-title.size-small.three-lines {
        margin-top: -130px !important; } }
  .main-title.size-medium {
    font-size: 2.1875rem;
    line-height: 2.1875rem; }
    @media screen and (min-width: 768px) {
      .main-title.size-medium.one-line {
        margin-top: -75px !important; }
      .main-title.size-medium.two-lines {
        margin-top: -115px !important; }
      .main-title.size-medium.three-lines {
        margin-top: -160px !important; } }
  .main-title.size-large {
    font-size: 3.125rem;
    line-height: 3.125rem; }
    @media screen and (min-width: 768px) {
      .main-title.size-large.one-line {
        margin-top: -90px !important; }
      .main-title.size-large.two-lines {
        margin-top: -145px !important; }
      .main-title.size-large.three-lines {
        margin-top: -200px !important; } }
  .main-title.margin-bot-small {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .main-title.margin-bot-small {
        margin-bottom: 35px; } }
  .main-title.margin-bot-medium {
    margin-bottom: 35px; }
    @media screen and (min-width: 768px) {
      .main-title.margin-bot-medium {
        margin-bottom: 50px; } }
  .main-title.margin-bot-large {
    margin-bottom: 45px; }
    @media screen and (min-width: 768px) {
      .main-title.margin-bot-large {
        margin-bottom: 70px; } }
  .main-title.margin-top-none {
    margin-top: 0 !important; }
  .main-title.margin-top-small {
    margin-top: 5px !important; }
    @media screen and (min-width: 768px) {
      .main-title.margin-top-small {
        margin-top: 15px !important; } }
  .main-title.margin-top-medium {
    margin-top: 20px !important; }
    @media screen and (min-width: 768px) {
      .main-title.margin-top-medium {
        margin-top: 35px !important; } }
  .main-title.margin-top-large {
    margin-top: 35px !important; }
    @media screen and (min-width: 768px) {
      .main-title.margin-top-large {
        margin-top: 50px !important; } }
  .main-title.text-white {
    color: #FFF; }
  .main-title.text-red {
    color: #ec0b28; }
  .main-title .icon {
    margin-right: 13px;
    align-self: baseline; }
    .main-title .icon.icon-position-right {
      margin-left: 13px;
      margin-right: 0;
      order: 1; }
    .main-title .icon.icon-height-small {
      height: 15px; }
    .main-title .icon.icon-height-medium {
      height: 30px; }
    .main-title .icon.icon-height-large {
      height: 50px; }

.main-title-with-text {
  display: flex; }
  .main-title-with-text .main-title {
    margin-bottom: 10px; }
  .main-title-with-text .main-title-with-text-icon {
    margin-right: 20px; }

.highlight-with-image {
  padding: 75px; }
  .highlight-with-image img {
    max-width: 645px;
    margin-top: -170px;
    margin-left: -90px; }
  .highlight-with-image h2 {
    font-size: 35px;
    margin-bottom: 45px; }
  @media (max-width: 768px) {
    .highlight-with-image {
      padding: 25px; }
      .highlight-with-image img {
        max-width: 100%;
        margin-top: 0;
        margin-left: 0; } }

.history-container .background-title {
  margin: -165px 0 0 -300px;
  padding: 200px;
  float: left; }

.history-container .history-element {
  max-width: 1000px; }

.history-container .navigation-area {
  position: relative;
  display: block;
  margin-top: 50px; }
  .history-container .navigation-area .navigation-arrow {
    width: 22px; }
    .history-container .navigation-area .navigation-arrow.right {
      margin-left: 35px;
      transform: rotate(180deg); }
    .history-container .navigation-area .navigation-arrow:hover {
      cursor: pointer; }
  .history-container .navigation-area .dots-container {
    width: 185px;
    margin: 0 auto;
    display: block;
    position: relative; }
    .history-container .navigation-area .dots-container .custom-dots {
      text-align: center;
      padding-left: 0; }
      .history-container .navigation-area .dots-container .custom-dots button {
        display: none; }
      .history-container .navigation-area .dots-container .custom-dots li {
        display: inline-block; }
        .history-container .navigation-area .dots-container .custom-dots li.slick-active:after {
          opacity: 1;
          border: 2px solid #fff;
          background-color: transparent;
          width: 7px;
          height: 7px;
          margin-bottom: 0 !important; }
        .history-container .navigation-area .dots-container .custom-dots li:after {
          content: ' ';
          width: 9px;
          height: 9px;
          background-color: #fff;
          opacity: 1;
          position: relative;
          display: block;
          margin: 0 10px 1px;
          border-radius: 50px; }
        .history-container .navigation-area .dots-container .custom-dots li:hover {
          cursor: pointer; }

.events-listing .dropdown-container {
  display: flex; }
  .events-listing .dropdown-container .events-dropdown {
    width: 50%;
    display: inline-block;
    margin-right: 30px; }
    .events-listing .dropdown-container .events-dropdown:last-of-type {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .events-listing .dropdown-container .events-dropdown {
        width: auto; } }
    .events-listing .dropdown-container .events-dropdown .dropdown__contents {
      border-top: 1px solid black; }
    .events-listing .dropdown-container .events-dropdown .ipo-dropdown__label-area {
      border: 0; }
      @media screen and (min-width: 768px) {
        .events-listing .dropdown-container .events-dropdown .ipo-dropdown__label-area {
          width: 200px; } }
    .events-listing .dropdown-container .events-dropdown .dropdown__label {
      font-weight: 600;
      font-size: 20px; }

.events-listing .event-list-item {
  color: #000;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-top: 50px;
  border-bottom: 1px solid #a9a9a9; }
  .events-listing .event-list-item .date {
    font-weight: 600;
    text-align: center;
    margin-right: 40px; }
    .events-listing .event-list-item .date .day {
      font-size: 2.5rem;
      margin-bottom: 5px; }
    .events-listing .event-list-item .date .month {
      text-transform: uppercase; }
  .events-listing .event-list-item .title {
    font-size: 1.375rem;
    font-weight: 500; }

.events-listing .no-results-found {
  margin-top: 20px; }

.timeline-container {
  margin-top: 0; }
  @media screen and (min-width: 480px) {
    .timeline-container .slick-slider {
      max-height: 1000px;
      overflow: hidden; } }
  .timeline-container .timeline-element {
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 10px; }
    @media screen and (min-width: 480px) {
      .timeline-container .timeline-element {
        padding: 0 50px; } }
    .timeline-container .timeline-element.top {
      justify-content: flex-end; }
      .timeline-container .timeline-element.top .background-title {
        bottom: 0; }
      .timeline-container .timeline-element.top img {
        order: 1;
        margin-bottom: 0; }
      .timeline-container .timeline-element.top .content {
        order: 0;
        padding: 0 35px 50px; }
        @media screen and (min-width: 480px) {
          .timeline-container .timeline-element.top .content {
            padding: 0 50px 35px; } }
    .timeline-container .timeline-element.bottom {
      justify-content: flex-start; }
      .timeline-container .timeline-element.bottom img {
        margin-top: 0; }
    .timeline-container .timeline-element .background-title {
      margin: 0;
      padding: 200px 0 200px 55px; }
      .timeline-container .timeline-element .background-title span {
        font-size: 12rem; }
    .timeline-container .timeline-element img {
      width: 100%;
      height: 100%; }
    .timeline-container .timeline-element .content {
      padding: 35px 50px; }
      .timeline-container .timeline-element .content .main-title {
        margin-top: 0 !important; }
        .timeline-container .timeline-element .content .main-title:after {
          content: ' ';
          display: block;
          position: relative;
          background-image: url("/dist/images/close-red.svg");
          height: 15px;
          width: 15px;
          transform: rotate(45deg);
          margin-left: 15px; }
  .timeline-container .arrows-container {
    width: 100%;
    text-align: center;
    margin-top: 0; }
    @media screen and (min-width: 480px) {
      .timeline-container .arrows-container {
        margin-bottom: 30px; } }
    .timeline-container .arrows-container .arrow {
      height: 20px; }
      .timeline-container .arrows-container .arrow.right {
        transform: rotate(180deg);
        margin-left: 20px; }
      .timeline-container .arrows-container .arrow:hover {
        cursor: pointer; }

.thumbnail-text-wrapper {
  color: #000;
  text-align: left; }
  .thumbnail-text-wrapper img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-bottom: 35px; }
  .thumbnail-text-wrapper .thumbnail-text-quote {
    font-family: "CanadaTypeGibson", sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px; }
  .thumbnail-text-wrapper .thumbnail-text-name {
    font-family: "CanadaTypeGibson", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin: 0; }

.quote {
  color: #000;
  font-family: "CanadaTypeGibson", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 0; }

.internal-navigator a {
  color: #000; }
  .internal-navigator a:hover {
    color: #ec0b28; }
    .internal-navigator a:hover:before {
      border: 2px solid #DBBBAF; }
  .internal-navigator a:before {
    content: ' ';
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    background-color: #ec0b28;
    border-radius: 50%;
    margin-right: 5px;
    border: 2px solid #FFF; }

.categorized-navigator-container {
  display: flex; }
  @media screen and (max-width: 768px) {
    .categorized-navigator-container {
      flex-wrap: wrap; } }
  .categorized-navigator-container.size-submenu {
    margin-top: 10px; }
    .categorized-navigator-container.size-submenu .categorized-navigation a.element {
      font-size: 24px; }
  .categorized-navigator-container.align-center {
    justify-content: center; }
  .categorized-navigator-container.align-right {
    justify-content: flex-end; }
  .categorized-navigator-container .categorized-navigation {
    max-width: 25%;
    margin-right: 25px; }
    @media screen and (max-width: 768px) {
      .categorized-navigator-container .categorized-navigation {
        max-width: 100%;
        width: 100%;
        margin: 0 25px 10px 0; } }
    .categorized-navigator-container .categorized-navigation.centered-text {
      text-align: center; }
    .categorized-navigator-container .categorized-navigation .element {
      color: #bebebe;
      font-size: 30px;
      font-weight: 600; }
      .categorized-navigator-container .categorized-navigation .element.active {
        color: #000; }
      .categorized-navigator-container .categorized-navigation .element:hover {
        color: #000; }

.background-title {
  display: none;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .background-title {
      display: block;
      position: absolute;
      padding: 200px 200px 200px 0;
      margin: -95px 0 0;
      z-index: -1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: clip; } }
  @media screen and (min-width: 1200px) {
    .background-title {
      margin: -75px 0 0; } }
  .background-title span {
    display: block;
    text-align: center;
    font-family: "CanadaTypeGibson", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 17.5rem;
    text-shadow: 0 0 200px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 1200px) {
      .background-title span {
        font-size: 20.9375rem; } }

.button-telephone {
  display: flex;
  align-items: center;
  background-color: #d6c99b;
  border-radius: 50px;
  color: white;
  box-shadow: 0 0 30px rgba(190, 190, 190, 0.4);
  font-size: 20px;
  height: 42px;
  padding: 8px 20px;
  width: fit-content;
  margin: 0 auto;
  max-width: 100%; }
  .button-telephone a {
    color: white;
    display: inline-block;
    font-weight: 300;
    margin-left: 15px;
    line-height: 18px; }
  .button-telephone.red-background {
    font-size: 16px;
    background-color: #ec0b28; }

.floating-categories {
  display: inline-block;
  margin-left: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #bebebe; }
  .floating-categories.no-title {
    margin-left: 0; }
  @media screen and (max-width: 768px) {
    .floating-categories {
      display: block;
      text-align: center;
      margin: 0 auto 30px; } }
  .floating-categories .categories li {
    margin-right: 50px;
    display: inline-block; }
    .floating-categories .categories li:before {
      display: none; }
    .floating-categories .categories li.active {
      color: #000; }
    .floating-categories .categories li:hover {
      cursor: pointer;
      color: #000; }
    .floating-categories .categories li:last-child {
      margin-right: 0; }

.paged-navigation {
  text-align: center; }
  .paged-navigation .cta {
    display: inline-block;
    max-width: 110px; }
    .paged-navigation .cta:first-child {
      margin-right: 50px; }
    .paged-navigation .cta.reversed .text {
      margin-left: 0;
      margin-right: 10px; }
    .paged-navigation .cta .text {
      display: inline-block;
      margin-left: 10px;
      position: relative;
      top: -5px; }

.arrow-url {
  display: block;
  margin-bottom: 15px; }
  .arrow-url a {
    color: #000;
    font-weight: 600; }
    .arrow-url a .arrow {
      width: 20px;
      transform: rotate(180deg);
      margin-left: 25px;
      top: 5px;
      position: relative; }

.background-sand .arrow-url a {
  color: #FFF; }

.general-button {
  display: block;
  background-color: #d6c99b;
  padding: 5px 20px;
  border-radius: 50px;
  color: white;
  box-shadow: 0 0 30px rgba(190, 190, 190, 0.4); }
  .general-button a {
    color: white;
    display: inline-block;
    font-weight: 300; }
  .general-button.red-background {
    background-color: #ec0b28; }

.icone-with-url {
  color: #000;
  display: inline-flex;
  align-items: center; }
  .icone-with-url.full-width {
    display: flex;
    margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .icone-with-url {
      justify-content: flex-start; } }
  .icone-with-url img {
    margin-right: 30px;
    max-width: 25px; }
    @media screen and (min-width: 768px) {
      .icone-with-url img {
        height: auto; } }

.audio-list .audio-list-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #000; }
  .audio-list .audio-list-wrapper .audio-title {
    color: #000;
    font-family: "CanadaTypeGibson", sans-serif;
    font-weight: 600;
    font-size: 16px;
    width: 50%; }
    @media screen and (min-width: 768px) {
      .audio-list .audio-list-wrapper .audio-title {
        padding-right: 30px; } }
  .audio-list .audio-list-wrapper .audio-details {
    width: 50%;
    display: inline-flex;
    justify-content: space-between; }
    .audio-list .audio-list-wrapper .audio-details .audio-date, .audio-list .audio-list-wrapper .audio-details .audio-size {
      color: #000;
      font-family: "CanadaTypeGibson", sans-serif;
      font-weight: 300;
      font-size: 12px; }
      @media screen and (min-width: 768px) {
        .audio-list .audio-list-wrapper .audio-details .audio-date, .audio-list .audio-list-wrapper .audio-details .audio-size {
          margin-right: 70px; } }
    .audio-list .audio-list-wrapper .audio-details .audio-link, .audio-list .audio-list-wrapper .audio-details .audio-download {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .audio-list .audio-list-wrapper .audio-details .audio-link span, .audio-list .audio-list-wrapper .audio-details .audio-download span {
        color: #000;
        font-family: "CanadaTypeGibson", sans-serif;
        font-weight: 600;
        font-size: 16px;
        margin-right: 30px; }
        @media screen and (max-width: 768px) {
          .audio-list .audio-list-wrapper .audio-details .audio-link span, .audio-list .audio-list-wrapper .audio-details .audio-download span {
            display: none; } }
      .audio-list .audio-list-wrapper .audio-details .audio-link:hover, .audio-list .audio-list-wrapper .audio-details .audio-download:hover {
        cursor: pointer; }
    .audio-list .audio-list-wrapper .audio-details .audio-link img {
      width: 24px;
      height: auto; }
    .audio-list .audio-list-wrapper .audio-details .audio-download img {
      width: 16px;
      height: auto; }

.video-list .video-list-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #000; }
  .video-list .video-list-wrapper .video-title {
    color: #000;
    font-family: "CanadaTypeGibson", sans-serif;
    font-weight: 600;
    font-size: 16px;
    width: 50%; }
    @media screen and (min-width: 768px) {
      .video-list .video-list-wrapper .video-title {
        padding-right: 30px; } }
  .video-list .video-list-wrapper .video-details {
    width: 50%;
    display: inline-flex;
    justify-content: space-between; }
    .video-list .video-list-wrapper .video-details .video-date, .video-list .video-list-wrapper .video-details .video-size {
      color: #000;
      font-family: "CanadaTypeGibson", sans-serif;
      font-weight: 300;
      font-size: 12px; }
      @media screen and (min-width: 768px) {
        .video-list .video-list-wrapper .video-details .video-date, .video-list .video-list-wrapper .video-details .video-size {
          margin-right: 70px; } }
    .video-list .video-list-wrapper .video-details .video-link, .video-list .video-list-wrapper .video-details .video-download {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .video-list .video-list-wrapper .video-details .video-link span, .video-list .video-list-wrapper .video-details .video-download span {
        color: #000;
        font-family: "CanadaTypeGibson", sans-serif;
        font-weight: 600;
        font-size: 16px;
        margin-right: 30px; }
        @media screen and (max-width: 768px) {
          .video-list .video-list-wrapper .video-details .video-link span, .video-list .video-list-wrapper .video-details .video-download span {
            display: none; } }
      .video-list .video-list-wrapper .video-details .video-link:hover, .video-list .video-list-wrapper .video-details .video-download:hover {
        cursor: pointer; }
    .video-list .video-list-wrapper .video-details .video-link img {
      width: 24px;
      height: auto; }
    .video-list .video-list-wrapper .video-details .video-download img {
      width: 16px;
      height: auto; }

.video-list .arrows-container {
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  .video-list .arrows-container .arrow {
    height: 20px; }
    .video-list .arrows-container .arrow.right {
      transform: rotate(180deg);
      margin-left: 20px; }
    .video-list .arrows-container .arrow:hover {
      cursor: pointer; }

.interactive-map {
  margin: 50px 0; }
  .interactive-map #interactive-map {
    position: relative; }
    .interactive-map #interactive-map .map-image {
      max-width: 100%; }
    .interactive-map #interactive-map .pinpoint {
      position: absolute;
      display: block;
      content: ' ';
      background-color: #ec0b28;
      border: 2px solid rgba(230, 174, 171, 0.65);
      width: 8px;
      height: 8px;
      border-radius: 50px; }
      .interactive-map #interactive-map .pinpoint:hover {
        cursor: pointer;
        border: 2px solid #ec0b28; }
      .interactive-map #interactive-map .pinpoint.pinpoint-1 {
        top: 11.5%;
        left: 21.5%; }
      .interactive-map #interactive-map .pinpoint.pinpoint-2 {
        top: 25%;
        left: 25.2%; }
      .interactive-map #interactive-map .pinpoint.pinpoint-3 {
        top: 9%;
        left: 36.6%; }
      .interactive-map #interactive-map .pinpoint.pinpoint-4 {
        top: 25%;
        left: 38.4%; }
      .interactive-map #interactive-map .pinpoint.pinpoint-5 {
        top: 11%;
        left: 53.8%; }
      .interactive-map #interactive-map .pinpoint.pinpoint-6 {
        top: 22.5%;
        left: 55%; }
      .interactive-map #interactive-map .pinpoint.pinpoint-7 {
        top: 42.5%;
        left: 62.2%; }
      .interactive-map #interactive-map .pinpoint.pinpoint-8 {
        top: 33.5%;
        left: 68.2%; }
      .interactive-map #interactive-map .pinpoint.pinpoint-9 {
        top: 18.5%;
        left: 75.5%; }
      .interactive-map #interactive-map .pinpoint.pinpoint-10 {
        top: 42%;
        left: 72.35%; }
  .interactive-map .general-overlay {
    margin-top: 0;
    background-color: transparent;
    height: auto;
    width: 100%;
    position: absolute; }
    .interactive-map .general-overlay .inner {
      margin-top: 0;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .interactive-map .general-overlay .inner {
          width: 1180px;
          -webkit-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.75); } }
    @media screen and (min-width: 768px) {
      .interactive-map .general-overlay .summary {
        padding-top: 70px;
        padding-bottom: 70px; } }
    .interactive-map .general-overlay .interactive-map-floors {
      display: flex;
      margin-top: 30px; }
      .interactive-map .general-overlay .interactive-map-floors .interactive-map-floor {
        margin-right: 15px; }
        @media screen and (min-width: 768px) {
          .interactive-map .general-overlay .interactive-map-floors .interactive-map-floor {
            margin-right: 50px; } }
        .interactive-map .general-overlay .interactive-map-floors .interactive-map-floor .floor-title {
          font-weight: 600; }

.press-releases .floating-categories {
  margin-left: 0;
  font-size: 35px; }
  @media screen and (max-width: 768px) {
    .press-releases .floating-categories .categories {
      display: flex; } }
  .press-releases .floating-categories .categories li {
    margin-right: 30px; }

.other-archives .back-container {
  margin-bottom: 20px; }

.other-archives .title-area .title {
  font-size: 35px;
  margin-bottom: 65px; }

.other-archives .other-archives-container .other-archives-element {
  display: flex;
  margin-bottom: 50px; }
  .other-archives .other-archives-container .other-archives-element .image-area {
    width: 50%; }
    .other-archives .other-archives-container .other-archives-element .image-area img {
      max-width: 100%; }
  .other-archives .other-archives-container .other-archives-element .content-area {
    width: 50%;
    padding-left: 50px; }
    .other-archives .other-archives-container .other-archives-element .content-area .date {
      font-family: "CanadaTypeGibson", sans-serif;
      font-weight: 300;
      color: #000;
      font-size: 16px;
      margin-bottom: 10px; }
    .other-archives .other-archives-container .other-archives-element .content-area .title {
      font-family: "CanadaTypeGibson", sans-serif;
      font-weight: 600;
      color: #000;
      font-size: 2.125rem;
      line-height: 2.375rem;
      display: flex;
      align-items: center;
      margin: 0 0 20px 0; }
    .other-archives .other-archives-container .other-archives-element .content-area .excerpt {
      font-family: "CanadaTypeGibson", sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #000;
      font-size: 16px;
      line-height: 1.75rem; }
  .other-archives .other-archives-container .other-archives-element:nth-child(even) {
    flex-direction: row-reverse;
    text-align: left; }
    .other-archives .other-archives-container .other-archives-element:nth-child(even) .content-area {
      padding-right: 50px;
      padding-left: 0; }

.other-archive-wrapper .other-archive-row .other-archives-element {
  display: flex;
  margin-bottom: 50px; }
  .other-archive-wrapper .other-archive-row .other-archives-element:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: left; }
    .other-archive-wrapper .other-archive-row .other-archives-element:nth-child(odd) .content-area {
      padding-right: 50px;
      padding-left: 0; }
  .other-archive-wrapper .other-archive-row .other-archives-element .image-area {
    width: 50%; }
    .other-archive-wrapper .other-archive-row .other-archives-element .image-area img {
      max-width: 100%; }
  .other-archive-wrapper .other-archive-row .other-archives-element .content-area {
    width: 50%;
    padding-left: 50px; }
    .other-archive-wrapper .other-archive-row .other-archives-element .content-area .date {
      font-family: "CanadaTypeGibson", sans-serif;
      font-weight: 300;
      color: #000;
      font-size: 16px;
      margin-bottom: 10px; }
    .other-archive-wrapper .other-archive-row .other-archives-element .content-area .title {
      font-family: "CanadaTypeGibson", sans-serif;
      font-weight: 600;
      color: #000;
      font-size: 2.125rem;
      line-height: 2.375rem;
      display: flex;
      align-items: center;
      margin: 0 0 20px 0; }
    .other-archive-wrapper .other-archive-row .other-archives-element .content-area .excerpt {
      font-family: "CanadaTypeGibson", sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #000;
      font-size: 16px;
      line-height: 1.75rem; }

.wpb_text_column p {
  margin-bottom: 0; }

.social-networks a {
  color: black !important;
  padding: 0 5px;
  text-decoration: none; }
  .social-networks a:first-child {
    padding-left: 0; }
  .social-networks a:last-child {
    padding-right: 0; }

.testimonial-archive-element {
  margin-bottom: 100px; }
  .testimonial-archive-element .header {
    margin-bottom: 35px;
    display: flex; }
    .testimonial-archive-element .header img {
      float: left;
      width: 73px;
      height: 73px; }
    .testimonial-archive-element .header .summary {
      float: left;
      display: inline-block;
      margin-left: 16px; }
      .testimonial-archive-element .header .summary .main-title {
        font-size: 1.5625rem; }
      .testimonial-archive-element .header .summary .details {
        text-transform: uppercase; }
  .testimonial-archive-element .comment {
    font-size: 25px;
    font-style: italic;
    margin-bottom: 30px; }

.testimonials-archive {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .testimonials-archive {
      margin-bottom: 30px; } }
  .testimonials-archive .testimonials-container {
    display: flex;
    flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .testimonials-archive .title-area {
      padding: 0 20px; } }
  .testimonials-archive .title-area .title {
    display: inline-block;
    font-size: 2.1875rem;
    margin: 30px 0 100px 0;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .testimonials-archive .title-area .title {
        margin-bottom: 30px;
        display: block; } }

@media screen and (min-width: 768px) {
  .document-list .title-area {
    margin-bottom: 25px; } }

@media screen and (max-width: 768px) {
  .document-list .title-area {
    margin-top: 0; } }

.document-list .title-area .main-title {
  display: inline-block; }

.document-list .title-area .floating-categories .categories {
  font-size: 2rem;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .document-list .title-area .floating-categories .categories {
      font-size: 2rem; } }
  .document-list .title-area .floating-categories .categories li {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .document-list .title-area .floating-categories .categories li {
        margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .document-list .title-year {
    margin-top: 75px !important; } }

.document-list .title-year:first-child {
  margin-top: 20px !important; }

.document-list .doc-list-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #000;
  width: 90%; }
  @media screen and (max-width: 768px) {
    .document-list .doc-list-wrapper {
      flex-wrap: wrap;
      width: 100%; } }
  .document-list .doc-list-wrapper .doc-title {
    color: #000;
    font-family: "CanadaTypeGibson", sans-serif;
    font-weight: 600;
    font-size: 16px;
    width: 50%; }
    @media screen and (min-width: 768px) {
      .document-list .doc-list-wrapper .doc-title {
        padding-right: 30px; } }
  .document-list .doc-list-wrapper .doc-details {
    z-index: 10;
    width: 50%;
    display: inline-flex;
    justify-content: flex-end; }
    @media screen and (min-width: 768px) {
      .document-list .doc-list-wrapper .doc-details {
        justify-content: space-between; } }
    .document-list .doc-list-wrapper .doc-details.mobile--only {
      width: 100%;
      justify-content: space-between;
      margin-top: 10px; }
      .document-list .doc-list-wrapper .doc-details.mobile--only span {
        margin-right: 15px; }
    .document-list .doc-list-wrapper .doc-details .doc-date, .document-list .doc-list-wrapper .doc-details .doc-size {
      color: #000;
      font-family: "CanadaTypeGibson", sans-serif;
      font-weight: 300;
      font-size: 12px;
      margin-right: 10px; }
      @media screen and (min-width: 768px) {
        .document-list .doc-list-wrapper .doc-details .doc-date, .document-list .doc-list-wrapper .doc-details .doc-size {
          margin-right: 70px; } }
    @media screen and (max-width: 768px) {
      .document-list .doc-list-wrapper .doc-details .doc-size {
        margin-right: 0; } }
    .document-list .doc-list-wrapper .doc-details .doc-link, .document-list .doc-list-wrapper .doc-details .doc-download {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center; }
      .document-list .doc-list-wrapper .doc-details .doc-link span, .document-list .doc-list-wrapper .doc-details .doc-download span {
        color: #000;
        font-family: "CanadaTypeGibson", sans-serif;
        font-weight: 600;
        font-size: 16px;
        margin-right: 30px; }
      .document-list .doc-list-wrapper .doc-details .doc-link:hover, .document-list .doc-list-wrapper .doc-details .doc-download:hover {
        cursor: pointer; }
    .document-list .doc-list-wrapper .doc-details .doc-link img {
      width: 24px;
      height: auto; }
    .document-list .doc-list-wrapper .doc-details .doc-download img {
      width: 16px;
      height: auto; }

.document-list .documents-subcategory-dropdown {
  max-width: 75%; }
  @media screen and (min-width: 768px) {
    .document-list .documents-subcategory-dropdown {
      max-width: 510px; } }

.document-list .years-slider {
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .document-list .years-slider {
      position: absolute;
      right: 0;
      top: 40px;
      align-items: flex-end;
      justify-content: flex-end;
      margin-left: auto; } }
  @media screen and (min-width: 768px) {
    .document-list .years-slider.sticky {
      position: fixed;
      left: 0;
      top: 100px; } }
  .document-list .years-slider > li {
    margin-bottom: 5px; }
    @media screen and (max-width: 768px) {
      .document-list .years-slider > li {
        opacity: .3;
        font-size: 23px;
        font-weight: 600;
        margin-bottom: 10px; } }
    .document-list .years-slider > li:hover {
      cursor: pointer; }
    .document-list .years-slider > li:before {
      border: 2px solid white;
      margin-right: 7px; }
      @media screen and (max-width: 768px) {
        .document-list .years-slider > li:before {
          display: none; } }
    @media screen and (min-width: 768px) {
      .document-list .years-slider > li.active {
        color: #ec0b28; } }
    @media screen and (max-width: 768px) {
      .document-list .years-slider > li.active {
        opacity: 1; } }
    .document-list .years-slider > li.active:before {
      border: 2px solid #f5a8a8; }

.container {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;
	padding-right: 15px;*/
  max-width: 1200px; }

/*.row {
	margin-left: -15px;
	margin-right: -15px;
}*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.vc_column-inner:first-child {
  padding-left: 0; }

.vc_column-inner:last-child {
  padding-right: 0; }

@media screen and (max-width: 768px) {
  .vc_row {
    padding: 0 10px; }
    .vc_row.container-fluid {
      padding: 0; } }

.vc_row .vc_column_container {
  padding: 0 30px; }
  .vc_row .vc_column_container:first-child {
    padding-left: 0; }
  .vc_row .vc_column_container:last-child {
    padding-right: 0; }

/*# sourceMappingURL=sourcemaps/app-c6660e9ba8.css.map */
