.bottom-to-top {
  border-width: 3px;
  border-style: solid;
  -o-border-image: linear-gradient(to top, rgba(143, 163, 211, 0.2), transparent) 1 100%;
     border-image: linear-gradient(to top, rgba(143, 163, 211, 0.2), transparent) 1 100%;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 600px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 1146px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center,
.header__splash .block-system-branding-block {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1165px;
}

@media (min-width: 600px) {
  .layout-center,
  .header__splash .block-system-branding-block {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center,
  [dir="rtl"] .header__splash .block-system-branding-block,
  .header__splash [dir="rtl"] .block-system-branding-block {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col,
.layout-center.layout-4col {
  padding-left: 0;
  padding-right: 0;
}

.layout-center-wide,
.header__splash--front .block-system-branding-block {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1465px;
}

@media (min-width: 600px) {
  .layout-center-wide,
  .header__splash--front .block-system-branding-block {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center-wide,
  [dir="rtl"] .header__splash--front .block-system-branding-block,
  .header__splash--front [dir="rtl"] .block-system-branding-block {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.node-preview-container {
  background-color: #ccc;
}

.header__top-bar {
  display: none;
}

@media (min-width: 1146px) {
  .header__top-bar {
    display: block;
  }
  .header__top-bar--wrapper {
    height: 42px;
    background-color: #33497e;
    color: white;
    border-bottom: 1px solid #E8B562;
  }
  .header__top-bar--front {
    background-color: #33497e;
    color: white;
    height: 42px;
  }
  .header__top-bar .block-simple-blocksocial-icons {
    display: inline-block;
  }
  .header__top-bar .block-simple-blocksocial-icons .social-icons {
    display: inline-block;
  }
  .header__top-bar .block-simple-blocksocial-icons .social-icons a {
    width: 26px;
    height: 26px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    font-size: 24px;
    color: #8fa3d3;
    text-align: center;
    margin: 8px 4px;
  }
  .header__top-bar nav.menu--top-menu {
    float: right;
  }
  .header__top-bar nav.menu--top-menu ul {
    list-style: none;
    margin: 0;
  }
  .header__top-bar nav.menu--top-menu ul li {
    display: inline;
    float: right;
    padding-top: 7px;
  }
  .header__top-bar nav.menu--top-menu ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 2px 16px;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
  }
  .header__top-bar .block-gtranslate-block {
    display: inline-block;
    float: right;
  }
  .header__top-bar .block-gtranslate-block select {
    padding-top: 9px;
    background-color: #33497e;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .header__top-bar .block-simple-blocktopbar-jfontresize {
    float: right;
    margin-top: 7px;
  }
  .header__top-bar .block-simple-blocktopbar-jfontresize a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding-top: 2px;
    font-size: 16px;
    font-weight: normal;
    font-family: "Roboto Condensed", "Roboto", sans-serif;
  }
  .header__top-bar .block-simple-blocktopbar-jfontresize a.jfontsize-plus {
    font-size: 22px;
    font-weight: bold;
  }
  .header__top-bar .block-text-resize-block {
    display: inline-block;
    float: right;
  }
  .header__top-bar .block-text-resize-block #text_resize_decrease {
    display: none;
  }
  .header__top-bar .block-text-resize-block #text_resize_reset,
  .header__top-bar .block-text-resize-block #text_resize_increase {
    color: white;
    text-decoration: none;
    margin: 6px 0 0 3px;
    background-image: none;
    text-indent: 0;
  }
}

@media only screen and (max-width: 1146px) {
  .header__main-menu {
    padding-left: 0;
    padding-right: 0;
  }
}

.header__main-menu--wrapper {
  background-color: white;
  height: 120px;
}

@media (min-width: 1146px) {
  .header__main-menu--wrapper {
    background-image: linear-gradient(-180deg, #33497e 0%, #0e1d40 100%);
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.26);
    height: 81px;
  }
}

.header__main-menu .block-system-branding-block {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding: 8px 12px 0 12px;
}

@media (min-width: 1146px) {
  .header__main-menu .block-system-branding-block {
    width: auto;
  }
}

@media (min-width: 1146px) {
  .header__main-menu .block-system-branding-block .site-logo img {
    width: 58px;
  }
}

.header__main-menu .block-system-branding-block a {
  text-decoration: none;
}

.header__main-menu .block-system-branding-block .site-slogan {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0 2px;
  width: 56%;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 320px) {
  .header__main-menu .block-system-branding-block .site-slogan {
    font-size: 16px;
    padding: 12px 0 0 9px;
    width: 56%;
  }
}

@media (min-width: 425px) {
  .header__main-menu .block-system-branding-block .site-slogan {
    font-size: 18px;
    padding: 20px 0 0 6px;
    width: 68%;
  }
}

@media (min-width: 600px) {
  .header__main-menu .block-system-branding-block .site-slogan {
    font-size: 22px;
    padding: 16px 0 0 18px;
    width: 75%;
  }
}

@media (min-width: 1146px) {
  .header__main-menu .block-system-branding-block .site-slogan {
    display: none;
  }
}

.header__main-menu nav {
  display: none;
}

@media (min-width: 1146px) {
  .header__main-menu nav {
    display: inline-block;
    padding-left: 30px;
  }
  .header__main-menu nav ul {
    list-style: none;
    margin: 18px 0 0 0;
  }
  .header__main-menu nav ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: bolder;
    width: 135px;
    text-align: center;
  }
  .header__main-menu nav ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
  }
  .header__main-menu nav ul li a.is-active, .header__main-menu nav ul li a:hover {
    color: #e1961b;
  }
  .header__main-menu nav ul li a img {
    display: none;
  }
  .header__main-menu nav ul li a div {
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 17px;
    line-height: 19px;
    font-weight: 300;
    display: block;
  }
  .header__main-menu nav ul li a div.second {
    font-weight: bold;
  }
  .header__main-menu nav ul li.menu-item--active-trail a {
    color: #e1961b;
  }
}

.header__main-menu .block-simple-blocksidr-menu {
  display: block;
  text-align: center;
  float: right;
  height: 120px;
  width: 20%;
  background-image: linear-gradient(45deg, #0e1d40 0%, #33497e 75%);
  padding: 22px 0 12px 3px;
}

.header__main-menu .block-simple-blocksidr-menu a {
  color: #fff;
  text-decoration: none;
}

.header__main-menu .block-simple-blocksidr-menu a div {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.header__main-menu .block-simple-blocksidr-menu a i {
  display: block;
  text-align: center;
  font-size: 33px;
}

@media (min-width: 1146px) {
  .header__main-menu .block-simple-blocksidr-menu {
    display: none;
  }
}

@media (min-width: 600px) {
  .header__main-menu .block-simple-blocksidr-menu {
    width: 12%;
  }
}

@media only screen and (max-width: 1146px) {
  .header__front-menu {
    padding-left: 0;
    padding-right: 0;
  }
}

.header__front-menu--wrapper {
  background-color: white;
  height: 120px;
}

@media (min-width: 1146px) {
  .header__front-menu--wrapper {
    background-image: linear-gradient(-180deg, #33497e 0%, #0e1d40 100%);
    box-shadow: inset 0 6px 10px 2px rgba(0, 0, 0, 0.56);
    height: 155px;
    border-top: 2px solid #e1961b;
  }
}

.header__front-menu .block-system-branding-block {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding: 8px 12px 0 12px;
}

@media (min-width: 1146px) {
  .header__front-menu .block-system-branding-block {
    width: auto;
  }
}

.header__front-menu .block-system-branding-block .site-logo img {
  margin-top: 12px;
}

.header__front-menu .block-system-branding-block a {
  text-decoration: none;
}

.header__front-menu .block-system-branding-block .site-name {
  display: none;
}

.header__front-menu .block-system-branding-block .site-slogan {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 0 2px;
  width: 56%;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 320px) {
  .header__front-menu .block-system-branding-block .site-slogan {
    font-size: 16px;
    padding: 12px 0 0 9px;
    width: 56%;
  }
}

@media (min-width: 425px) {
  .header__front-menu .block-system-branding-block .site-slogan {
    font-size: 18px;
    padding: 20px 0 0 6px;
    width: 68%;
  }
}

@media (min-width: 600px) {
  .header__front-menu .block-system-branding-block .site-slogan {
    font-size: 22px;
    padding: 16px 0 0 18px;
    width: 75%;
  }
}

@media (min-width: 1146px) {
  .header__front-menu .block-system-branding-block .site-slogan {
    display: none;
  }
}

.header__front-menu nav {
  display: none;
}

@media (min-width: 1146px) {
  .header__front-menu nav {
    display: inline-block;
    padding-left: 30px;
  }
  .header__front-menu nav ul {
    list-style: none;
    margin: 0;
  }
  .header__front-menu nav ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: bolder;
    width: 135px;
    text-align: center;
  }
  .header__front-menu nav ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
  }
  .header__front-menu nav ul li a.is-active, .header__front-menu nav ul li a:hover {
    color: #e1961b;
  }
  .header__front-menu nav ul li a img {
    margin-top: 22px;
  }
  .header__front-menu nav ul li a div {
    font-family: "Roboto Condensed", "Roboto", sans-serif;
    font-size: 17px;
    line-height: 19px;
    font-weight: 300;
    display: block;
  }
  .header__front-menu nav ul li a div.second {
    font-weight: bold;
  }
  .header__front-menu nav ul li.menu-item--active-trail a {
    color: #e1961b;
  }
}

.header__front-menu .block-simple-blocksidr-menu {
  display: block;
  text-align: center;
  float: right;
  height: 120px;
  width: 20%;
  background-image: linear-gradient(45deg, #0e1d40 0%, #33497e 75%);
  padding: 22px 0 12px 3px;
}

.header__front-menu .block-simple-blocksidr-menu a {
  color: #fff;
  text-decoration: none;
}

.header__front-menu .block-simple-blocksidr-menu a span {
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.header__front-menu .block-simple-blocksidr-menu a i {
  display: block;
  text-align: center;
  font-size: 33px;
}

@media (min-width: 1146px) {
  .header__front-menu .block-simple-blocksidr-menu {
    display: none;
  }
}

@media (min-width: 600px) {
  .header__front-menu .block-simple-blocksidr-menu {
    width: 12%;
  }
}

.header__front-menu .block-background-manager {
  display: block;
  height: 140px;
}

@media (min-width: 1146px) {
  .header__front-menu .block-background-manager {
    display: none;
  }
}

.header__splash .block-background-manager {
  display: block;
  height: 142px;
}

@media (min-width: 1146px) {
  .header__splash .block-background-manager {
    display: block;
    height: 312px;
    width: 100%;
    position: absolute;
    z-index: -1;
  }
}

.header__splash .block-system-branding-block {
  display: none;
}

@media (min-width: 1146px) {
  .header__splash .block-system-branding-block {
    display: block;
    padding-top: 65px;
    padding-bottom: 91px;
  }
  .header__splash .block-system-branding-block .site-name a {
    width: 220px;
    display: block;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
  }
  .header__splash .block-system-branding-block .site-slogan {
    width: 260px;
    display: block;
    color: #4a4a4a;
    font-size: 18px;
    padding-top: 20px;
  }
  .header__splash .block-system-branding-block .site-slogan a {
    color: #4a4a4a;
    text-decoration: none;
  }
  .header__splash .block-system-branding-block .site-slogan a:hover {
    color: #4a4a4a;
  }
}

.header__splash--front {
  background-image: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0) 34%);
}

.header__splash--front .block-background-manager {
  display: none;
}

@media (min-width: 1146px) {
  .header__splash--front .block-background-manager {
    display: block;
    position: absolute;
    height: 312px;
    width: 100%;
    z-index: -2;
  }
}

.header__splash--front .block-system-branding-block {
  display: none;
}

@media (min-width: 1146px) {
  .header__splash--front .block-system-branding-block {
    display: block;
    padding-top: 26px;
    padding-left: 280px;
    padding-bottom: 138px;
    background-image: url("../../../images-source/hdr_home_karl-racine-overlay.png");
    background-size: cover;
  }
  .header__splash--front .block-system-branding-block .site-logo {
    text-decoration: none;
  }
  .header__splash--front .block-system-branding-block .site-name {
    padding-left: 20px;
  }
  .header__splash--front .block-system-branding-block .site-name a {
    width: 220px;
    display: block;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
  }
  .header__splash--front .block-system-branding-block .site-slogan {
    width: 260px;
    display: block;
    color: #4a4a4a;
    font-size: 18px;
    padding-top: 11px;
    padding-left: 20px;
    font-style: italic;
  }
  .header__splash--front .block-system-branding-block .site-slogan a {
    color: #4a4a4a;
    text-decoration: none;
  }
  .header__splash--front .block-system-branding-block .site-slogan a:hover {
    color: #4a4a4a;
  }
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #4a4a4a;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

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