/* NIXA SASS
=========================== */
/* RESPONSIVE
=========================== 
*/
/* COLORS
===========================
Important: Always define primary color
*/
/* TEXT COLORS
=========================== */
.text-primary {
  color: #ee2527 !important; }

.text-primary-dark {
  color: #c51517 !important; }

.text-white {
  color: #FFF !important; }

.text-black {
  color: #000 !important; }

.text-grey-dark {
  color: #404b50 !important; }

.text-grey {
  color: #c5cbce !important; }

.text-grey-light {
  color: #dbdfe1 !important; }

.text-grey-lighter {
  color: #ecf0f1 !important; }

/* BACKGROUND COLORS
=========================== */
.bg-white {
  background-color: #FFF !important; }

.bg-primary {
  background-color: #ee2527 !important; }

.bg-primary-dark {
  background-color: #c51517 !important;
  color: #fff; }

.bg-green {
  background-color: #7EB53E; }

.bg-grey {
  background-color: #c5cbce !important; }

.bg-grey-dark {
  background-color: #404b50 !important;
  color: #fff; }

.bg-grey-light {
  background-color: #dbdfe1 !important; }

.bg-grey-lighter {
  background-color: #ecf0f1 !important; }

/* SVG COLORS & MIX
=========================== */
.fill-white path {
  fill: #fff; }

.fill-white polygon {
  fill: #fff; }

.fill-red path {
  fill: #ee2527; }

.fill-red polygon {
  fill: #ee2527; }

.fill-green path {
  fill: #7EB53E; }

.fill-green polygon {
  fill: #7EB53E; }

.fill-red-dark path {
  fill: #c51517; }

.fill-red-dark polygon {
  fill: #c51517; }

.fill-grey path {
  fill: #c5cbce; }

.fill-grey polygon {
  fill: #c5cbce; }

.fill-grey-light path {
  fill: #dbdfe1; }

.fill-grey-light polygon {
  fill: #dbdfe1; }

.fill-grey-lighter path {
  fill: #ecf0f1; }

.fill-grey-lighter polygon {
  fill: #ecf0f1; }

.multiply {
  fill-rule: evenodd;
  mix-blend-mode: multiply; }

@media (min-width: 768px) {
  .bg-resp-white {
    background-color: white; } }

/* POSITIONING
=========================== */
/* SPACING
=========================== */
.padding-sm {
  padding-top: 30px;
  padding-bottom: 30px; }

.padding-md {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .padding-md {
      padding-top: 50px;
      padding-bottom: 50px; } }

.padding-lg {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .padding-lg {
      padding-top: 70px;
      padding-bottom: 70px; } }

.padding-side-sm {
  padding-left: 30px;
  padding-right: 30px; }

.padding-side-md {
  padding-left: 50px;
  padding-right: 50px; }

.padding-side-lg {
  padding-left: 70px;
  padding-right: 70px; }

.padding-side-xl {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 992px) {
    .padding-side-xl {
      padding-left: 202px;
      padding-right: 202px; } }

.padding-top-sm {
  padding-top: 30px; }

.padding-top-md {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .padding-top-md {
      padding-top: 50px; } }

.padding-top-lg {
  padding-top: 50px; }
  @media (min-width: 768px) {
    .padding-top-lg {
      padding-top: 70px; } }

.padding-bottom-sm {
  padding-bottom: 30px; }

.padding-bottom-md {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .padding-bottom-md {
      padding-bottom: 50px; } }

.padding-bottom-lg {
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .padding-bottom-lg {
      padding-bottom: 70px; } }

.padding-bottom-xl {
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .padding-bottom-xl {
      padding-bottom: 202px; } }
  @media (min-width: 992px) {
    .padding-bottom-xl {
      padding-bottom: 100px; } }

.padding-left-sm {
  padding-left: 30px; }

.padding-left-md {
  padding-left: 50px; }

.padding-left-lg {
  padding-left: 70px; }

.padding-right-sm {
  padding-right: 30px; }

.padding-right-md {
  padding-right: 50px; }

.padding-right-lg {
  padding-right: 70px; }

.no-margin {
  margin: 0; }

.margin-sm {
  margin-top: 30px;
  margin-bottom: 30px; }

.margin-md {
  margin-top: 50px;
  margin-bottom: 50px; }

.margin-lg {
  margin-top: 70px;
  margin-bottom: 70px; }

.margin-side-sm {
  margin-left: 30px;
  margin-right: 30px; }

.margin-side-md {
  margin-left: 50px;
  margin-right: 50px; }

.margin-side-lg {
  margin-left: 70px;
  margin-right: 70px; }

.margin-top-sm {
  margin-top: 30px; }

.margin-top-md {
  margin-top: 50px; }

.margin-top-lg {
  margin-top: 70px; }

.margin-top-lg-alt {
  margin-top: 100px; }

.margin-bottom-sm {
  margin-bottom: 30px; }

.margin-bottom-md {
  margin-bottom: 50px; }

.margin-bottom-lg {
  margin-bottom: 70px; }

.margin-bottom-lg-alt {
  margin-bottom: 100px; }

.margin-left-sm {
  margin-left: 30px; }

.margin-left-md {
  margin-left: 50px; }

.margin-left-lg {
  margin-left: 70px; }

.margin-right-sm {
  margin-right: 30px; }

.margin-right-md {
  margin-right: 50px; }

.margin-right-lg {
  margin-right: 70px; }

.margin-bottom-xs {
  margin-bottom: 15px; }

.container-sm {
  max-width: 500px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto; }

.row-narrow {
  margin-left: -7px;
  margin-right: -7px; }
  .row-narrow [class*="col"] {
    padding-left: 7px;
    padding-right: 7px; }

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

.align-center {
  text-align: center; }

@media (min-width: 480px) {
  .align-center-xs {
    text-align: center; } }

@media (min-width: 768px) {
  .align-center-sm {
    text-align: center; } }

/* SEPARATORS
=========================== */
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #ecf0f1; }
  @media (min-width: 992px) {
    hr {
      margin-top: 50px;
      margin-bottom: 50px; } }

/* ALIGNMENT
=========================== */
.vcenter-parent {
  display: table;
  width: 100%;
  height: 100%; }

.vcenter-middle {
  display: table-cell;
  vertical-align: middle; }

.vcenter-top {
  display: table-cell;
  vertical-align: top; }

.vcenter-bottom {
  display: table-cell;
  vertical-align: bottom; }

/* FIVE COLUMN
=========================== */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.container-sm {
  max-width: 500px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto; }

.row-narrow {
  margin-left: -7px;
  margin-right: -7px; }
  .row-narrow [class*="col"] {
    padding-left: 7px;
    padding-right: 7px; }

.row-no-padding {
  margin: 0; }
  .row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.no-padding {
  padding: 0; }

.d-block {
  display: block; }

/* heights
=========================== */
.h-100 {
  height: 100% !important; }

.w-100 {
  width: 100% !important; }

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

.pulse-color, .banner-widget .banner-main {
  -webkit-animation: pulseColor 4s ease infinite;
  animation: pulseColor 4s ease infinite; }

.pulse-translate, .banner-widget .banner-main .banner-icon {
  -webkit-animation: pulseTranslate 4s ease infinite;
  animation: pulseTranslate 4s ease infinite; }

@-webkit-keyframes pulseColor {
  0% {
    background-color: #a9b2b7; }
  50% {
    background-color: #57666c; }
  100% {
    background-color: #a9b2b7; } }

@keyframes pulseColor {
  0% {
    background-color: #a9b2b7; }
  50% {
    background-color: #57666c; }
  100% {
    background-color: #a9b2b7; } }

@-webkit-keyframes pulseTranslate {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes pulseTranslate {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* MIXINS
=========================== */
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0; }

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0; }
  .list-inline li {
    padding: 0;
    display: inline-block; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* FONTS
===========================
Important:
- Define default font families and font styles here.
- Design titles only using .d1, .d2... Not h1, h2...
- Use EM font sizes and adjust responsive by setting body font size.
- Default body font size is 16px.
*/
@font-face {
  font-family: 'intro_regular';
  src: url("../fonts/intro-webfont.woff2") format("woff2"), url("../fonts/intro-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham-book-webfont.woff2") format("woff2"), url("../fonts/gotham-book-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham_medium-webfont.woff2") format("woff2"), url("../fonts/gotham_medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'gotham';
  src: url("../fonts/gotham_bold-webfont.woff2") format("woff2"), url("../fonts/gotham_bold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

.font-content {
  font-family: "gotham", sans-serif !important; }

body {
  font-family: "gotham", sans-serif;
  color: #404b50;
  font-size: 14px; }

h1, h2, h3, h4, h5, h6, .d1, .d2, .d3, .d4, .d5, .d6 {
  font-family: "intro_regular", sans-serif; }
  h1.font-content, h2.font-content, h3.font-content, h4.font-content, h5.font-content, h6.font-content, .d1.font-content, .d2.font-content, .d3.font-content, .d4.font-content, .d5.font-content, .d6.font-content {
    font-weight: 600; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .d1:first-child, .d2:first-child, .d3:first-child, .d4:first-child, .d5:first-child, .d6:first-child {
    margin-top: 0; }

.d2 {
  font-size: 2.286em; }

.d3 {
  font-size: 1.714em; }

.d4 {
  font-size: 1.286em; }

.d5 {
  font-size: 1em; }

.d6 {
  font-size: 0.786em; }

* {
  outline: none; }

sup {
  top: -7px; }

.lead {
  font-size: 1.145em;
  line-height: 2em; }

.has-sub-text {
  text-align: left;
  padding: 63px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .has-sub-text {
      position: relative;
      margin: 0;
      padding: 25px 0; } }
  .has-sub-text .main-text {
    z-index: 2;
    position: relative;
    width: 100%;
    text-align: left; }
  .has-sub-text .main-text-alt {
    position: initial;
    font-size: 20px;
    left: 37px;
    top: 33px;
    text-align: center; }
    @media (min-width: 768px) {
      .has-sub-text .main-text-alt {
        z-index: 2;
        position: absolute;
        left: 20%;
        padding: 0;
        top: 41%; } }
    @media (min-width: 1200px) {
      .has-sub-text .main-text-alt {
        font-size: 1em; } }
  .has-sub-text .sub-text {
    position: absolute;
    font-size: 2em;
    line-height: 82px;
    color: #c5cbce;
    top: 0;
    left: -40px;
    z-index: 1;
    opacity: .5;
    display: none; }
  .has-sub-text .sub-text-alt {
    text-align: center; }
    @media (min-width: 992px) {
      .has-sub-text .sub-text-alt {
        position: relative;
        font-size: 2em;
        line-height: 82px;
        color: #c5cbce;
        top: 0;
        z-index: 1;
        opacity: .5;
        display: none; } }
  .has-sub-text.on-light-bg .sub-text, .has-sub-text.on-light-bg .sub-text-alt {
    opacity: .35; }
  @media (min-width: 768px) {
    .has-sub-text .sub-text, .has-sub-text .sub-text-alt {
      display: block;
      font-size: -webkit-calc(2em - 12px);
      font-size: calc(2em - 12px); } }
  @media (min-width: 1200px) {
    .has-sub-text .sub-text, .has-sub-text .sub-text-alt {
      font-size: 3em; } }

.container-alt {
  padding: 0;
  color: #FFF;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center; }
  .container-alt .has-sub-text {
    background-color: rgba(0, 0, 0, 0.45); }
  @media (min-width: 768px) {
    .container-alt {
      color: #404b50;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      background-image: none !important; }
      .container-alt .has-sub-text {
        background-color: transparent; } }

.section-link {
  display: block;
  background-color: #ecf0f1;
  padding: 15px; }
  .section-link:hover {
    text-decoration: none;
    color: #404b50; }
    .section-link:hover .link-arrow {
      margin-right: -10px;
      padding-left: 10px; }
  .section-link .link-text {
    margin-right: 10px;
    font-weight: 600; }
  .section-link .link-arrow {
    margin-top: 2px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .section-link.section-link-white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1); }
  @media (min-width: 992px) {
    .section-link {
      float: right;
      margin-top: 32px;
      background-color: transparent;
      padding: 0; }
      .section-link.section-link-white {
        background-color: transparent; } }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-thin {
  font-weight: 100; }

.text-normal {
  font-weight: 400; }

.text-semibold {
  font-weight: 600; }

.text-bold {
  font-weight: 700; }

.text-extrabold {
  font-weight: 900; }

.text-fancy {
  font-family: "intro_regular", sans-serif; }

.text-xs {
  font-size: 0.786em; }

.text-sm {
  font-size: 0.857em; }

.text-md {
  font-size: 1em; }

.text-lg {
  font-size: 1.286em; }

.text-xl {
  font-size: 1.714em; }
  @media (min-width: 992px) {
    .text-xl {
      font-size: 18px; } }

.text-xl-resp {
  font-size: 1.714em; }
  @media (min-width: 992px) {
    .text-xl-resp {
      font-size: 1em; } }

.text-xxl {
  font-size: 2.286em; }

.font-xs {
  font-size: 12px; }
  @media (min-width: 480px) {
    .font-xs {
      font-size: 1em; } }
  @media (min-width: 992px) {
    .font-xs {
      font-size: 1.286em; } }

/* BUTTONS
===========================
Important: See _mixins for time variables.
 */
a {
  color: #404b50; }

a, .btn, button {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease; }
  a:focus, .btn:focus, button:focus {
    outline: none !important; }

.btn {
  border-radius: 0;
  font-size: 1em;
  font-family: "gotham", sans-serif;
  padding: 15px 30px;
  border-width: 3px; }
  .btn p {
    margin-bottom: 0 !important; }

.btn-xs {
  font-size: 0.750em;
  padding: 3px 5px; }

.btn-sm {
  font-size: 0.857em;
  padding: 8px 15px; }

.btn-lg {
  font-size: 1.286em;
  padding: 20px 36px; }

.btn-default {
  background-color: #dbdfe1;
  border-color: #dbdfe1; }
  .btn-default:hover, .btn-default:focus {
    background-color: #c5cbce;
    border-color: #c5cbce; }

.btn-primary {
  background-color: #ee2527;
  border-color: #ee2527; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #c51517;
    border-color: #c51517; }

.btn-primary-dark {
  background-color: #c51517;
  border-color: #c51517;
  color: #FFF; }
  .btn-primary-dark:hover, .btn-primary-dark:focus {
    background-color: #9c080a;
    border-color: #9c080a;
    color: #FFF; }

.btn-primary-darker {
  background-color: #9c080a;
  border-color: #9c080a;
  color: #FFF; }
  .btn-primary-darker:hover, .btn-primary-darker:focus {
    background-color: #840708;
    border-color: #840708;
    color: #FFF; }

.btn-primary-outline {
  background-color: transparent;
  border-color: #c51517;
  color: #fff; }
  .btn-primary-outline:hover, .btn-primary-outline:focus {
    background-color: transparent;
    border-color: #ee2527;
    color: #fff; }

.btn-green-outline {
  background-color: transparent;
  border-color: #66993a;
  color: #fff; }
  .btn-green-outline:hover, .btn-green-outline:focus {
    background-color: transparent;
    border-color: #7EB53E;
    color: #fff; }

.btn-green {
  background-color: #7EB53E;
  border-color: #7EB53E;
  color: #FFF; }
  .btn-green:hover, .btn-green:focus {
    background-color: #66993a;
    border-color: #66993a;
    color: #FFF; }

.btn-blue {
  background-color: #28baec;
  border-color: #28baec;
  color: #FFF; }
  .btn-blue:hover, .btn-blue:focus {
    background-color: #28baec;
    border-color: #28baec;
    color: #FFF; }

.btn-black-outline {
  color: #000;
  border-color: #000;
  border-style: solid;
  border-width: 2px;
  background-color: #FFF; }
  .btn-black-outline:hover, .btn-black-outline:focus {
    background-color: #000;
    color: #fff; }

.btn-grey {
  background-color: #404b50;
  border-color: #404b50;
  color: #fff; }
  .btn-grey:hover, .btn-grey:focus {
    background-color: #1e2326;
    border-color: #1e2326;
    color: #fff; }

.btn-full {
  width: 100%; }

/*
BUTTON CUSTOM EMPTY FOR BUTTONS ADDED BY CLIENT
*/
.btn-custom-empty {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  border-radius: 0;
  font-size: 0.8em;
  font-family: "gotham", sans-serif;
  padding: 15px 30px;
  border-width: 3px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 3px solid transparent;
  white-space: nowrap;
  color: #000;
  border-color: #000;
  border-style: solid;
  border-width: 2px;
  background-color: #FFF;
  line-height: 15px; }
  .btn-custom-empty:hover, .btn-custom-empty:focus {
    background-color: #000;
    color: #fff; }

/*
  BUTTON CUSTOM
*/
.btn-custom a, .btn-custom p {
  text-decoration: none !important;
  border-radius: 0;
  font-size: 1em;
  font-family: "gotham", sans-serif;
  padding: 15px 30px;
  border-width: 3px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 3px solid transparent;
  white-space: nowrap; }

.btn-custom-full a, .btn-custom-full p {
  width: 100%; }

.btn-custom-sm a {
  font-size: 0.857em;
  padding: 8px 15px; }

.btn-custom-default a, .btn-custom-default p {
  background-color: #dbdfe1;
  border-color: #dbdfe1; }
  .btn-custom-default a:hover, .btn-custom-default a:focus, .btn-custom-default p:hover, .btn-custom-default p:focus {
    background-color: #c5cbce;
    border-color: #c5cbce; }

.btn-custom-primary a, .btn-custom-primary p {
  background-color: #ee2527;
  color: #FFF; }
  .btn-custom-primary a:hover, .btn-custom-primary p:hover {
    background-color: #c51517; }
  .btn-custom-primary a:active, .btn-custom-primary p:active {
    background-color: #286090; }

.btn-custom-primary-dark a, .btn-custom-primary-dark p {
  background-color: #c51517;
  color: #FFF; }
  .btn-custom-primary-dark a:hover, .btn-custom-primary-dark p:hover {
    background-color: #9c080a; }
  .btn-custom-primary-dark a:active, .btn-custom-primary-dark p:active {
    background-color: #1d4568; }

.btn-custom-green a, .btn-custom-green p {
  background-color: #7EB53E;
  color: #FFF; }
  .btn-custom-green a:hover, .btn-custom-green p:hover {
    background-color: #66993a; }
  .btn-custom-green a:active, .btn-custom-green p:active {
    background-color: #286090; }

.btn-custom-green-dark a, .btn-custom-green-dark p {
  background-color: #66993a;
  color: #FFF; }
  .btn-custom-green-dark a:hover, .btn-custom-green-dark p:hover {
    background-color: #4A7B38; }
  .btn-custom-green-dark a:active, .btn-custom-green-dark p:active {
    background-color: #1d4568; }

.btn-custom-grey a, .btn-custom-grey p {
  background-color: #404b50;
  border-color: #404b50;
  color: #fff; }
  .btn-custom-grey a:hover, .btn-custom-grey a:focus, .btn-custom-grey p:hover, .btn-custom-grey p:focus {
    background-color: #1e2326;
    border-color: #1e2326;
    color: #fff; }

.btn-custom-outline a, .btn-custom-outline p {
  background-color: transparent;
  border-color: #c51517;
  color: #fff; }
  .btn-custom-outline a:hover, .btn-custom-outline a:focus, .btn-custom-outline p:hover, .btn-custom-outline p:focus {
    background-color: #c51517;
    color: #fff; }

.btn-custom-black-outline a, .btn-custom-black-outline p {
  color: #000;
  border-color: #000;
  border-style: solid;
  border-width: 2px;
  background-color: #FFF; }
  .btn-custom-black-outline a:hover, .btn-custom-black-outline a:focus, .btn-custom-black-outline p:hover, .btn-custom-black-outline p:focus {
    background-color: #000;
    color: #fff; }

.btn-custom-green-outline a, .btn-custom-green-outline p {
  background-color: transparent;
  border-color: #66993a;
  color: #fff; }
  .btn-custom-green-outline a:hover, .btn-custom-green-outline a:focus, .btn-custom-green-outline p:hover, .btn-custom-green-outline p:focus {
    background-color: transparent;
    border-color: #7EB53E;
    color: #fff; }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c5cbce;
  border-radius: 34px; }
  .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%; }
  .slider.active {
    background-color: #97c85e; }
    .slider.active:before {
      right: 3px;
      left: initial; }

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

/* FORMS
=========================== */
form .form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.custom-form .form-control {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0px;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.custom-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-white {
  color: #FFF; }
  .form-white input {
    border-bottom-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: border-bottom-color 800ms;
    transition: border-bottom-color 800ms;
    color: #FFF; }
  .form-white input::-webkit-input-placeholder {
    color: #FFF; }
  .form-white input::-moz-placeholder {
    color: #FFF; }
  .form-white input:-ms-input-placeholder {
    color: #FFF; }
  .form-white input:-moz-placeholder {
    color: #FFF; }
  .form-white input:focus {
    border-bottom-color: white; }
  .form-white #js_error {
    font-size: 10px;
    position: absolute; }
    .form-white #js_error:before {
      content: "* "; }

.form-grey {
  color: #c5cbce; }
  .form-grey input {
    border-bottom-color: rgba(197, 203, 206, 0.5);
    -webkit-transition: border-bottom-color 800ms;
    transition: border-bottom-color 800ms;
    color: #c5cbce; }
  .form-grey input::-webkit-input-placeholder {
    color: #c5cbce; }
  .form-grey input::-moz-placeholder {
    color: #c5cbce; }
  .form-grey input:-ms-input-placeholder {
    color: #c5cbce; }
  .form-grey input:-moz-placeholder {
    color: #c5cbce; }
  .form-grey input:focus {
    border-bottom-color: #c5cbce; }
  .form-grey #js_error {
    font-size: 10px;
    position: absolute; }
    .form-grey #js_error:before {
      content: "* "; }

#form-group-name {
  position: relative; }

#form-group-email {
  position: relative; }

#newsletter_form #js_error {
  bottom: -17px;
  font-size: 9px; }
  @media (min-width: 768px) {
    #newsletter_form #js_error {
      bottom: -25px;
      left: 0;
      right: 0;
      text-align: left; } }

#news-letter-sucess {
  margin-top: 0px;
  margin-bottom: -30px !important;
  padding-bottom: 30px !important;
  font-size: 1.5em; }

.wizard > .content > .body select.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11; }

#availability-1, #availability-2, #availability-3, #availability-4, #availability-5 {
  margin-bottom: 5px; }
  #availability-1 label, #availability-2 label, #availability-3 label, #availability-4 label, #availability-5 label {
    min-width: 45px; }

/* WIDGETS
=========================== */
.banner-widget .banner-main {
  text-align: center;
  display: block;
  background-color: #c5cbce;
  color: #FFF;
  padding: 10px;
  font-size: 10px;
  position: relative; }
  .banner-widget .banner-main:before {
    content: "";
    background-color: #ee2527;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease; }
  .banner-widget .banner-main .banner-logo {
    height: 27px;
    margin-right: 15px; }
  .banner-widget .banner-main .banner-icon {
    margin-left: 15px;
    font-size: 22px;
    vertical-align: sub; }
  .banner-widget .banner-main:hover:before, .banner-widget .banner-main:active:before, .banner-widget .banner-main:focus:before {
    opacity: 1;
    -webkit-transform: scaleY(1.4);
    -ms-transform: scaleY(1.4);
    transform: scaleY(1.4); }

@media (min-width: 480px) {
  .banner-widget .banner-main {
    font-size: 1em; } }

.img-thumbnail {
  border: 0;
  padding: 0;
  border-radius: 0; }

.activities-table .fc-list-view {
  border-color: #ddd; }
  .activities-table .fc-list-view .fc-list-item-time {
    font-weight: 400 !important; }

.activities-table .fc-widget-header {
  font-weight: 800 !important;
  background-color: #ecf0f1; }

.activities-table table tbody tr:nth-of-type(even) {
  background-color: #FFF !important; }

.virtual-view-close {
  position: relative;
  color: #fff;
  top: 0;
  right: -98.3%;
  font-size: 1.8em; }

body .ui-dialog {
  border: 0;
  padding: 0; }
  body .ui-dialog .ui-dialog-titlebar {
    border-radius: 0;
    background-color: #404b50; }
  body .ui-dialog .ui-dialog-titlebar-close {
    text-indent: -9999999px; }
  body .ui-dialog .ui-widget-header {
    color: #fff; }
  body .ui-dialog p {
    margin-bottom: 0; }
    body .ui-dialog p .ui-icon {
      margin-top: 5px !important; }

#match-db-dialog + .ui-dialog-buttonpane button {
  padding: 10px 20px; }

.ui-button {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.image-intro {
  width: 100%;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .image-intro {
      height: 620px; } }

.box-spacing {
  width: 100%;
  height: 126px; }
  @media (min-width: 992px) {
    .box-spacing {
      height: 182px; } }

.z-index-custom {
  z-index: 10 !important; }

.table > thead > tr > th {
  border-bottom: 2px solid #dbdfe1; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  border-top: 1px solid #dbdfe1; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8f9fa; }

.cms-content table, .cms-content-alt table {
  border: none;
  width: 100% !important;
  margin: 0; }
  .cms-content table tbody tr, .cms-content-alt table tbody tr {
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dbdfe1; }
    .cms-content table tbody tr:first-child, .cms-content-alt table tbody tr:first-child {
      font-weight: 700;
      border-bottom-width: 2px; }
      .cms-content table tbody tr:first-child td b, .cms-content-alt table tbody tr:first-child td b {
        font-weight: 700 !important; }
    .cms-content table tbody tr:last-child, .cms-content-alt table tbody tr:last-child {
      border-bottom: none; }
    .cms-content table tbody tr:nth-of-type(even), .cms-content-alt table tbody tr:nth-of-type(even) {
      background-color: #ecf0f1; }
    .cms-content table tbody tr td, .cms-content-alt table tbody tr td {
      border: none;
      padding: 5px 5px;
      text-align: left; }
      .cms-content table tbody tr td p, .cms-content-alt table tbody tr td p {
        margin: 0; }
      .cms-content table tbody tr td b, .cms-content-alt table tbody tr td b {
        font-weight: normal; }
      @media (min-width: 768px) {
        .cms-content table tbody tr td, .cms-content-alt table tbody tr td {
          padding: 5px 20px;
          text-align: left; } }
      .cms-content table tbody tr td:first-child, .cms-content-alt table tbody tr td:first-child {
        font-weight: 600; }
        .cms-content table tbody tr td:first-child b, .cms-content-alt table tbody tr td:first-child b {
          font-weight: 600 !important; }

.fc-list-table td {
  padding: 6px 14px; }

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background-color: #ecf0f1; }

#status-name-list {
  white-space: nowrap; }

.dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0; }
  .dropdown-menu > .active > a {
    background-color: #c5cbce;
    color: #ee2527; }
    .dropdown-menu > .active > a:hover {
      background-color: #c5cbce; }

.dropdown-sidebar .dropdown-menu {
  width: 100%;
  border: none;
  margin: 0; }

.dropdown-sidebar li a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #dbdfe1;
  padding-top: 10px;
  padding-bottom: 10px; }
  .dropdown-sidebar li a .link-caret {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    opacity: 0;
    margin: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease; }
  .dropdown-sidebar li a:hover, .dropdown-sidebar li a:active, .dropdown-sidebar li a:focus, .dropdown-sidebar li a.active {
    color: #ee2527;
    padding-left: 30px; }
    .dropdown-sidebar li a:hover .link-caret, .dropdown-sidebar li a:active .link-caret, .dropdown-sidebar li a:focus .link-caret, .dropdown-sidebar li a.active .link-caret {
      width: 30px;
      opacity: 1; }

.dropdown-sidebar .active a {
  background-color: #dbdfe1;
  color: #ee2527;
  padding-left: 30px; }
  .dropdown-sidebar .active a .link-caret {
    width: 30px;
    opacity: 1; }

.dropdown-sidebar .active a:hover {
  color: #c51517; }

.dropdown-a-arrows {
  position: absolute;
  top: 23px;
  bottom: 0;
  right: 16px; }

.nav-tabs {
  border-bottom: 2px solid #c5cbce; }
  .nav-tabs > li > a {
    border: 0;
    font-family: "intro_regular", sans-serif;
    background-color: transparent;
    color: #c5cbce;
    padding: 15px 30px; }
    .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
      border: 0;
      background-color: transparent !important;
      color: #a9b2b7; }
  .nav-tabs > li.active > a {
    border: 0;
    font-family: "intro_regular", sans-serif;
    background-color: transparent;
    color: #404b50; }
    .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      border: 0;
      background-color: transparent !important; }

.panel-group,
.panel-default,
.panel-heading,
.panel-body,
.panel-collapse,
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-default > .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none; }

.panel-group .panel-heading {
  border-radius: 0;
  background: #FFF; }

.panel-group .panel + .panel {
  margin-top: 0; }

.panel {
  -webkit-box-shadow: none;
  box-shadow: none; }

#content-collapse .panel-default a {
  display: block; }
  #content-collapse .panel-default a:hover, #content-collapse .panel-default a:active, #content-collapse .panel-default a:focus {
    text-decoration: none;
    color: #ee2527;
    background-color: #ecf0f1; }

#content-collapse .panel-default .panel-social {
  display: inline; }

#content-collapse .panel-default > a[data-toggle] {
  position: relative; }
  #content-collapse .panel-default > a[data-toggle]:before, #content-collapse .panel-default > a[data-toggle]:after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #404b50;
    display: block;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 1px; }
  #content-collapse .panel-default > a[data-toggle]:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0; }
  #content-collapse .panel-default > a[data-toggle].collapsed:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1; }

#content-collapse .panel-heading {
  border-top: 1px #ecf0f1 solid;
  padding-top: 20px;
  padding-bottom: 20px; }

#content-collapse .panel-title {
  font-size: 1em;
  font-family: "gotham", sans-serif;
  text-transform: uppercase; }

#content-collapse .panel-body {
  background-color: #ecf0f1;
  padding: 15px 20px; }

#content-collapse .link-list {
  margin: 0; }

#content-collapse .link-item a {
  position: relative;
  padding: 13px 0; }
  #content-collapse .link-item a:hover, #content-collapse .link-item a:active, #content-collapse .link-item a:focus, #content-collapse .link-item a.active {
    color: #ee2527;
    padding-left: 15px; }
    #content-collapse .link-item a:hover .link-caret, #content-collapse .link-item a:active .link-caret, #content-collapse .link-item a:focus .link-caret, #content-collapse .link-item a.active .link-caret {
      width: 30px;
      opacity: 1; }

#content-collapse .link-caret {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  opacity: 0;
  margin: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease; }

#content-collapse .panel-social {
  font-size: 1.286em; }
  #content-collapse .panel-social:hover {
    background-color: transparent !important; }

#content-collapse .panel-social:last-child {
  margin-right: 0px; }

#content-collapse .panel-social-title {
  padding-bottom: 5px; }

.social-rounded-container {
  border-radius: 50%;
  background-color: #ecf0f1;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  text-align: center;
  display: inline-block; }

.theme-green .hero.has-geometric #hero-container:before {
  background-color: #7EB53E; }

.theme-green #newsletter.bg-primary {
  background-color: #7EB53E !important; }

.theme-green #newsletter .fill-red-dark path {
  fill: #66993a; }

.theme-green #newsletter .colored-section-container-red:before {
  background-color: #66993a; }

.theme-green #newsletter .btn-primary {
  background-color: #7EB53E !important;
  border-color: #7EB53E !important; }
  .theme-green #newsletter .btn-primary:hover, .theme-green #newsletter .btn-primary:focus {
    background-color: #66993a !important;
    border-color: #66993a !important; }

.theme-green #newsletter .btn-primary-darker {
  background-color: #4A7B38 !important;
  border-color: #4A7B38 !important; }
  .theme-green #newsletter .btn-primary-darker:hover, .theme-green #newsletter .btn-primary-darker:focus {
    background-color: #3f6930 !important;
    border-color: #3f6930 !important; }

.theme-green .fancy-text-section {
  border-color: #7EB53E; }

.theme-green .cms-content a, .theme-green .cms-content-alt a {
  text-decoration: none;
  color: #7EB53E; }
  .theme-green .cms-content a:hover, .theme-green .cms-content-alt a:hover, .theme-green .cms-content a:focus, .theme-green .cms-content-alt a:focus, .theme-green .cms-content a:active, .theme-green .cms-content-alt a:active {
    color: #404b50; }

.theme-green .cms-content ul li:before, .theme-green .cms-content-alt ul li:before {
  color: #7EB53E; }

/* HEADER */
#header-logo-regina {
  height: 25px; }

.navbar-default {
  margin-top: 0;
  background-color: #fff;
  border-color: #dbdfe1; }
  .navbar-default #navbar.navbar-collapse {
    background: #FFF;
    display: block;
    position: fixed;
    top: 71px;
    border: 0;
    height: -webkit-calc(100% - 70px) !important;
    height: calc(100% - 70px) !important;
    max-height: none;
    width: 100%;
    left: 992px;
    margin: 0;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .navbar-default #navbar.navbar-collapse.right {
      right: 0 !important;
      left: 0 !important; }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li p {
      padding-top: 15px;
      padding-bottom: 15px;
      border-top: 1px solid #FFF !important;
      background-color: #FFF;
      font-size: 1em;
      font-weight: 600;
      color: #404b50; }
      .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li p:hover, .navbar-default .navbar-nav > li p:focus {
        background-color: #FFF; }
      .navbar-default .navbar-nav > li > a .material-icons, .navbar-default .navbar-nav > li p .material-icons {
        font-size: 16px;
        margin-top: 2px;
        margin-right: 13px;
        float: right; }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active p {
      background-color: #ecf0f1; }
      .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active p:hover, .navbar-default .navbar-nav > .active p:focus {
        background-color: #ecf0f1; }
    .navbar-default .navbar-nav > .open a, .navbar-default .navbar-nav > .open p {
      background-color: #ecf0f1; }
      .navbar-default .navbar-nav > .open a:hover, .navbar-default .navbar-nav > .open a:focus, .navbar-default .navbar-nav > .open p:hover, .navbar-default .navbar-nav > .open p:focus {
        background-color: #ecf0f1; }
    .navbar-default .navbar-nav > .open .dropdown-menu > li > a, .navbar-default .navbar-nav > .open .dropdown-menu > li p {
      background-color: #ecf0f1; }
    .navbar-default .navbar-nav .cms-plugin > li {
      float: left;
      position: relative;
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .navbar-default .navbar-nav .cms-plugin > li > a, .navbar-default .navbar-nav .cms-plugin > li p {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #FFF !important;
        background-color: #FFF;
        font-size: 1em;
        font-weight: 600;
        color: #777;
        line-height: 20px;
        position: relative;
        display: block;
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .navbar-default .navbar-nav .cms-plugin > li > a:hover, .navbar-default .navbar-nav .cms-plugin > li > a:focus, .navbar-default .navbar-nav .cms-plugin > li p:hover, .navbar-default .navbar-nav .cms-plugin > li p:focus {
          background-color: #FFF; }
        .navbar-default .navbar-nav .cms-plugin > li > a .material-icons, .navbar-default .navbar-nav .cms-plugin > li p .material-icons {
          font-size: 16px;
          margin-top: 2px;
          margin-right: 13px;
          float: right; }
    .navbar-default .navbar-nav .cms-plugin > .active > a, .navbar-default .navbar-nav .cms-plugin > .active p {
      background-color: #ecf0f1; }
      .navbar-default .navbar-nav .cms-plugin > .active > a:hover, .navbar-default .navbar-nav .cms-plugin > .active > a:focus, .navbar-default .navbar-nav .cms-plugin > .active p:hover, .navbar-default .navbar-nav .cms-plugin > .active p:focus {
        background-color: #ecf0f1; }
    .navbar-default .navbar-nav .cms-plugin > .open a, .navbar-default .navbar-nav .cms-plugin > .open p {
      background-color: #ecf0f1; }
      .navbar-default .navbar-nav .cms-plugin > .open a:hover, .navbar-default .navbar-nav .cms-plugin > .open a:focus, .navbar-default .navbar-nav .cms-plugin > .open p:hover, .navbar-default .navbar-nav .cms-plugin > .open p:focus {
        background-color: #ecf0f1; }
    .navbar-default .navbar-nav .cms-plugin > .open .dropdown-menu > li > a, .navbar-default .navbar-nav .cms-plugin > .open .dropdown-menu > li p {
      background-color: #ecf0f1; }
  .navbar-default #desktop-nav {
    margin: 0 -15px; }
    .navbar-default #desktop-nav .navbar-nav {
      margin-left: 0;
      margin-right: 0; }
    .navbar-default #desktop-nav #social-nav {
      display: none; }
    .navbar-default #desktop-nav #nav-cta {
      display: none; }
    .navbar-default #desktop-nav .dropdown-menu {
      background-color: #ecf0f1;
      width: 100%; }
      .navbar-default #desktop-nav .dropdown-menu li a, .navbar-default #desktop-nav .dropdown-menu li p {
        padding: 5px 20px; }
      @media (min-width: 992px) {
        .navbar-default #desktop-nav .dropdown-menu {
          background-color: #c5cbce; } }
  .navbar-default #mobile-sub-nav {
    margin: 0 -15px; }
    .navbar-default #mobile-sub-nav #social-nav-mobile {
      border-top: 1px solid #dbdfe1; }
      .navbar-default #mobile-sub-nav #social-nav-mobile .social-link {
        width: 25%;
        display: initial;
        float: left; }
        .navbar-default #mobile-sub-nav #social-nav-mobile .social-link a, .navbar-default #mobile-sub-nav #social-nav-mobile .social-link p {
          width: 100%;
          display: block;
          text-align: center;
          padding: 12px 0; }
    .navbar-default #mobile-sub-nav #nav-cta-mobile .btn {
      width: 100%;
      font-size: 1em;
      padding: 13px 30px;
      max-height: 50px; }
  .navbar-default .navbar-toggle {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
    border-radius: 0;
    padding: 23px; }
    .navbar-default .navbar-toggle .icon-bar {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      background-color: #dbdfe1;
      width: 18px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      .navbar-default .navbar-toggle .icon-bar:first-child {
        -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg); }
      .navbar-default .navbar-toggle .icon-bar:last-child {
        -webkit-transform: translateY(-6px) rotate(0);
        -ms-transform: translateY(-6px) rotate(0);
        transform: translateY(-6px) rotate(0);
        opacity: 0; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #c51517; }
    .navbar-default .navbar-toggle.collapsed .icon-bar {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
      .navbar-default .navbar-toggle.collapsed .icon-bar:first-child {
        -webkit-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0); }
      .navbar-default .navbar-toggle.collapsed .icon-bar:last-child {
        opacity: 1; }

.indexcity {
  z-index: 9999; }

.navbar {
  border-radius: 0; }

.navbar-brand {
  height: 70px;
  padding: 10px 25px; }
  .navbar-brand img {
    height: 50px;
    margin-top: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto; }

.navbar-toggle {
  z-index: 2;
  margin: 0;
  background-color: #ee2527;
  border: 0;
  border-radius: 0;
  padding: 24px;
  height: 70px; }
  .navbar-toggle .material-icons {
    color: #fff !important; }

@media (min-width: 768px) {
  #navbar {
    overflow: auto; }
  .navbar-default #desktop-nav {
    overflow: auto;
    height: -webkit-calc(100%  - 51px);
    height: calc(100%  - 51px); }
  .navbar-default #mobile-sub-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0; } }

@media (min-width: 992px) {
  #header-logo-regina {
    height: 32px; }
  .navbar-default {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease; }
    .navbar-default #navbar.navbar-collapse {
      position: initial;
      top: 0;
      left: initial;
      background-color: transparent;
      float: left;
      width: -webkit-calc(100% - 247px);
      width: calc(100% - 247px); }
    .navbar-default .navbar-nav > li > a {
      font-size: 12px; }
      .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: #FFF; }
    .navbar-default #desktop-nav {
      overflow: visible;
      height: auto;
      margin: 0; }
      .navbar-default #desktop-nav #primary-nav {
        margin: 0;
        margin-top: 41px;
        width: 100%;
        border-top: 1px solid #dbdfe1; }
        .navbar-default #desktop-nav #primary-nav > li > a, .navbar-default #desktop-nav #primary-nav > li p {
          font-size: 1em;
          padding: 20px 10px !important;
          margin: 0;
          line-height: 20px;
          border: 0 !important; } }
        @media (min-width: 992px) and (min-width: 1200px) {
          .navbar-default #desktop-nav #primary-nav > li > a, .navbar-default #desktop-nav #primary-nav > li p {
            padding: 20px 14px; } }

@media (min-width: 992px) {
          .navbar-default #desktop-nav #primary-nav > li > a .material-icons, .navbar-default #desktop-nav #primary-nav > li p .material-icons {
            display: none; }
        .navbar-default #desktop-nav #primary-nav > .dropdown {
          position: initial; }
          .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu {
            width: -webkit-calc(100% - 90px);
            width: calc(100% - 90px);
            background-color: #dbdfe1;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li {
              display: inline-block; }
              .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li > a, .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li p {
                background-color: transparent;
                padding: 15px 5px;
                font-size: 0.87em; }
        .navbar-default #desktop-nav #primary-nav > .active > a, .navbar-default #desktop-nav #primary-nav > .active p {
          background-color: transparent;
          color: #ee2527; }
          .navbar-default #desktop-nav #primary-nav > .active > a:hover, .navbar-default #desktop-nav #primary-nav > .active p:hover {
            color: #c51517; }
        .navbar-default #desktop-nav #primary-nav > .open a {
          position: relative;
          background-color: transparent; }
          .navbar-default #desktop-nav #primary-nav > .open a:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            left: 50%;
            margin-left: -10px;
            bottom: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #dbdfe1; }
        .navbar-default #desktop-nav #primary-nav > .open a:hover, .navbar-default #desktop-nav #primary-nav > .open a:active, .navbar-default #desktop-nav #primary-nav > .open a:focus {
          color: #c51517; }
        .navbar-default #desktop-nav #primary-nav #nav-cta {
          float: right; }
          .navbar-default #desktop-nav #primary-nav #nav-cta .btn {
            background-color: #dbdfe1;
            border-color: #dbdfe1;
            width: 90px; }
      .navbar-default #desktop-nav #secondary-nav {
        font-weight: 600;
        position: absolute;
        top: 0; }
        .navbar-default #desktop-nav #secondary-nav > li > a, .navbar-default #desktop-nav #secondary-nav > li p {
          font-size: 0.857em;
          padding-top: 10px;
          padding-bottom: 10px; }
        .navbar-default #desktop-nav #secondary-nav .cms-plugin > li > a, .navbar-default #desktop-nav #secondary-nav .cms-plugin > li p {
          font-size: 0.857em;
          padding-top: 10px;
          padding-bottom: 10px; }
      .navbar-default #desktop-nav #nav-cta {
        display: block; }
      .navbar-default #desktop-nav #social-nav {
        display: block;
        position: absolute;
        top: 0;
        right: 0; }
        .navbar-default #desktop-nav #social-nav .social-link a, .navbar-default #desktop-nav #social-nav .social-link p {
          padding: 8px 10px;
          display: block; }
          .navbar-default #desktop-nav #social-nav .social-link a:hover, .navbar-default #desktop-nav #social-nav .social-link a:focus, .navbar-default #desktop-nav #social-nav .social-link p:hover, .navbar-default #desktop-nav #social-nav .social-link p:focus {
            color: #ee2527; }
    .navbar-default #mobile-sub-nav {
      display: none; }
  .navbar-brand {
    height: 102px;
    padding: 16px 35px;
    border-right: 1px solid #dbdfe1; }
    .navbar-brand img {
      width: 100%;
      height: auto; }
  .navbar-scrolled {
    margin-top: -42px; }
    .navbar-scrolled .navbar-brand img {
      width: 110px;
      height: auto;
      margin-top: 36px;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 768px) {
  .navbar-default #mobile-sub-nav #social-nav-mobile {
    width: 50%;
    float: left; }
  .navbar-default #mobile-sub-nav #nav-cta-mobile {
    width: 50%;
    float: left; }
  .navbar-default #desktop-nav #primary-nav > li > a, .navbar-default #desktop-nav #primary-nav > li p {
    padding: 20px 6px;
    font-size: 12px; } }

@media (min-width: 992px) {
  .navbar-brand img {
    max-width: 176px; }
  .dropdown-menu > li > a {
    font-size: 10px !important;
    padding: 25px 6px !important; }
  .navbar-scrolled .navbar-brand {
    width: 247px; }
  .navbar-default #desktop-nav #primary-nav > li > a, .navbar-default #desktop-nav #primary-nav > li p {
    padding: 20px 14px;
    font-size: 12px; } }

@media (min-width: 1200px) {
  .navbar-default #desktop-nav #primary-nav > li > a, .navbar-default #desktop-nav #primary-nav > li p {
    font-size: 1em;
    padding: 20px 18px; }
  .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px); }
    .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li {
      margin: 0 5px; } }
    @media (min-width: 1200px) and (min-width: 1370px) {
      .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li {
        margin: 0 15px; } }
    @media (min-width: 1200px) and (min-width: 1200px) {
      .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li {
        margin: 0 10px; } }

@media (min-width: 1200px) {
      .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li > a, .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li p {
        font-size: 12px !important;
        padding: 25px 15px; }
  .navbar-default #desktop-nav #primary-nav #nav-cta .btn {
    width: 120px; } }

@media (min-width: 1370px) {
  .navbar-default #navbar.navbar-collapse {
    width: -webkit-calc(100% - 287px);
    width: calc(100% - 287px); }
  .navbar-brand {
    padding: 10px 50px 10px 30px;
    width: 287px; }
    .navbar-brand img {
      max-width: inherit; }
  .navbar-scrolled .navbar-brand {
    width: 287px; }
    .navbar-scrolled .navbar-brand img {
      margin-top: 42px; } }

.dropdown-menu {
  display: block;
  position: relative;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
  margin-bottom: 20px !important;
  font-size: 12px; }
  @media (min-width: 992px) {
    .dropdown-menu {
      display: none;
      position: absolute;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      margin-bottom: 0 !important; } }

.fix-dropdown {
  list-style: none;
  position: initial;
  left: 0;
  background: #ecf0f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0; }
  .fix-dropdown:after {
    display: none !important; }
  .fix-dropdown > li {
    display: inline-block; }
    .fix-dropdown > li > a {
      font-size: 12px;
      padding: 5px 15px;
      display: block; }
      @media (min-width: 992px) {
        .fix-dropdown > li > a {
          font-size: 10px; } }
      @media (min-width: 1200px) {
        .fix-dropdown > li > a {
          padding: 20px 15px;
          display: unset;
          font-size: 12px; } }
  @media (min-width: 992px) {
    .fix-dropdown {
      width: -webkit-calc(100% - 90px);
      width: calc(100% - 90px);
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      position: absolute;
      background: #dbdfe1;
      padding: 16px 5px; } }
  @media (min-width: 1200px) {
    .fix-dropdown {
      width: -webkit-calc(100% - 120px);
      width: calc(100% - 120px);
      padding: 21px 5px; } }
  @media (min-width: 1370px) {
    .fix-dropdown {
      width: -webkit-calc(100% - 250px);
      width: calc(100% - 250px); } }

.cms-toolbar-expanded .navbar-fixed-top {
  top: 45px; }

@media (min-width: 1370px) {
  .navbar-default #desktop-nav #primary-nav > li > a, .navbar-default #desktop-nav #primary-nav > li p {
    font-size: 1em;
    padding: 20px 18px; }
  .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px); }
    .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li > a, .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li p {
      font-size: 1em;
      padding: 25px 11px; }
  .navbar-default #desktop-nav #primary-nav #nav-cta .btn {
    width: 250px; } }

@media (min-width: 1565px) {
  .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li > a, .navbar-default #desktop-nav #primary-nav > .dropdown .dropdown-menu > li p {
    padding: 25px; } }

.space {
  display: none;
  width: 100%;
  background: white;
  position: relative; }
  @media (min-width: 992px) {
    .space {
      display: block;
      height: 71px; } }

.sep-line {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 5px solid #E62524;
  border-left: 0px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  width: 25%; }

/* FOOTER */
footer {
  line-height: 25px;
  font-size: 0.857em; }
  footer .footer-title {
    font-weight: 600;
    font-size: 1.2em; }
  footer p {
    margin: 0; }
  footer ul {
    list-style: none;
    padding-left: 0; }
    footer ul li a:hover, footer ul li a:focus {
      color: #ee2527; }
    footer ul li a:active {
      color: #286090; }
  footer .btn-custom p {
    padding: 8px 0; }
  footer #footer-copyright {
    border-top-style: solid;
    border-top-color: #dbdfe1;
    border-top-width: 2px; }
    footer #footer-copyright ul {
      margin-top: 10px; }
      footer #footer-copyright ul li {
        display: inline;
        margin-left: 12px; }
      footer #footer-copyright ul li:first-child {
        margin-left: 0; }
  @media (min-width: 480px) {
    footer .btn-custom p {
      width: 200px; } }
  @media (min-width: 768px) {
    footer .btn-custom p {
      width: 100%; }
    footer #footer-copyright ul {
      float: right;
      margin-bottom: 0;
      margin-top: 0; }
    footer #footer-copyright p {
      float: left; }
    footer .col-sm-4 {
      min-height: 250px; } }
  @media (min-width: 992px) {
    footer .footer-title {
      min-height: 50px; } }

#lien-nixa:hover, #lien-nixa:focus {
  color: #e8412e; }

#lien-nixa:active {
  color: #286090; }

.hero {
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden; }
  .hero:before {
    content: '';
    display: block;
    width: 100%;
    height: 190px;
    position: absolute; }
  .hero.has-logo-grey:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.5+0,0+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }
  .hero.has-logo-white:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#404b50+0,404b50+99&0.5+0,0+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(64, 75, 80, 0.5) 0%, rgba(64, 75, 80, 0.01) 99%, rgba(64, 75, 80, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 75, 80, 0.5)), color-stop(99%, rgba(64, 75, 80, 0.01)), to(rgba(64, 75, 80, 0)));
    background: linear-gradient(to bottom, rgba(64, 75, 80, 0.5) 0%, rgba(64, 75, 80, 0.01) 99%, rgba(64, 75, 80, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80404b50', endColorstr='#00404b50',GradientType=0 );
    /* IE6-9 */ }
  .hero #logo-cra {
    display: none; }
  .hero.hero-xs {
    height: 30px; }
  .hero.has-geometric #hero-container {
    max-width: 1560px;
    margin: auto;
    position: relative; }
  .hero.has-geometric #image-container {
    position: relative;
    padding: 20px 0;
    overflow: hidden; }
    .hero.has-geometric #image-container #home-hero-runner, .hero.has-geometric #image-container #golf-hero-golfer {
      max-width: 100%; }
    .hero.has-geometric #image-container .geometric-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      max-width: 100%; }
      .hero.has-geometric #image-container .geometric-overlay svg {
        height: 100%;
        margin-left: -100px; }
  .hero.has-geometric #text-container {
    width: 100%;
    text-align: center;
    z-index: 2;
    position: relative; }
    .hero.has-geometric #text-container .shape {
      display: none; }
    .hero.has-geometric #text-container .text-content {
      margin-bottom: 20px; }
      .hero.has-geometric #text-container .text-content h1 {
        text-shadow: 0px 0px 30px white, 0px 0px 30px white, 0px 0px 30px white; }
  .hero.has-geometric.hero-birthday #birtday-info-container {
    padding-top: 200px;
    position: relative;
    margin-top: -50px;
    z-index: 1; }
    .hero.has-geometric.hero-birthday #birtday-info-container #home-hero-runner, .hero.has-geometric.hero-birthday #birtday-info-container #golf-hero-golfer {
      max-width: 100%; }
    .hero.has-geometric.hero-birthday #birtday-info-container .geometric-overlay {
      position: absolute;
      top: 0;
      height: 100%;
      max-width: 100%; }
      .hero.has-geometric.hero-birthday #birtday-info-container .geometric-overlay svg {
        height: 100%;
        margin-left: -100px; }
    .hero.has-geometric.hero-birthday #birtday-info-container .hero-birthday-geometric {
      -webkit-transform: rotate(180deg) scaleX(6);
      -ms-transform: rotate(180deg) scaleX(6);
      transform: rotate(180deg) scaleX(6);
      right: 0;
      top: 0;
      height: 200px;
      z-index: -1; }
      .hero.has-geometric.hero-birthday #birtday-info-container .hero-birthday-geometric svg {
        margin-left: 0; }
    .hero.has-geometric.hero-birthday #birtday-info-container .birthday-text-container {
      background-color: #ecf0f1;
      padding: 0 20px 40px 20px;
      margin-top: -40px;
      text-align: center; }
      .hero.has-geometric.hero-birthday #birtday-info-container .birthday-text-container .birthday-text {
        display: block;
        font-size: 2.571em;
        line-height: 1; }
      .hero.has-geometric.hero-birthday #birtday-info-container .birthday-text-container svg {
        width: 300px;
        max-width: 100%; }
  @media (min-width: 480px) {
    .hero.has-geometric.hero-birthday #birtday-info-container .birthday-text-container {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .hero #logo-cra {
      display: block;
      position: absolute;
      top: 10px;
      right: 15px;
      width: 175px; }
    .hero.hero-xs #logo-cra {
      display: none; }
    .hero.has-geometric #image-container #home-hero-runner, .hero.has-geometric #image-container #golf-hero-golfer {
      max-width: 60%; }
    .hero.has-geometric #text-container {
      position: absolute;
      top: 0;
      height: 100%;
      text-align: initial; }
      .hero.has-geometric #text-container .text-content {
        width: 60%;
        float: right;
        margin-bottom: 0; }
      .hero.has-geometric #text-container h1 {
        margin: 0 0 20px 0; }
      .hero.has-geometric #text-container .shape {
        display: block;
        width: 130px;
        height: 100px; }
    .hero.has-geometric.hero-birthday #birtday-info-container {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      padding-top: 20px;
      padding: 20px 0;
      margin-top: 0; }
      .hero.has-geometric.hero-birthday #birtday-info-container .hero-birthday-geometric {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 0;
        right: -55px;
        min-height: inherit;
        height: 100%; }
        .hero.has-geometric.hero-birthday #birtday-info-container .hero-birthday-geometric svg {
          margin-left: -100px; }
      .hero.has-geometric.hero-birthday #birtday-info-container .birthday-text-container {
        padding: 20px;
        text-align: right;
        position: absolute;
        right: 0;
        bottom: 0;
        background: none; }
        .hero.has-geometric.hero-birthday #birtday-info-container .birthday-text-container svg {
          width: 250px; } }
  @media (min-width: 992px) {
    .hero.hero-xs {
      height: 100px; }
      .hero.hero-xs #logo-cra {
        display: block; }
    .hero #logo-cra {
      width: 225px; }
    .hero.has-geometric #text-container h1 {
      font-size: 4em; }
    .hero.has-geometric #text-container .shape {
      display: block;
      width: 190px;
      height: 150px; }
    .hero.has-geometric.hero-birthday #birtday-info-container .hero-birthday-geometric {
      right: -135px; } }
  @media (min-width: 1370px) {
    .hero.has-geometric #hero-container:before {
      content: '';
      display: block;
      width: 50%;
      height: 100%;
      left: -50%;
      position: absolute;
      background-color: #ee2527;
      fill-rule: evenodd;
      mix-blend-mode: multiply; }
    .hero.has-geometric #image-container {
      padding: 50px 0;
      height: 630px; }
      .hero.has-geometric #image-container #home-hero-runner {
        margin-left: 90px; }
      .hero.has-geometric #image-container .geometric-overlay svg {
        margin-left: 0; }
    .hero.has-geometric #text-container .text-content {
      width: 100%; }
      .hero.has-geometric #text-container .text-content .btn-container {
        text-align: center; }
    .hero.has-geometric #text-container h1 {
      font-size: 5em;
      padding-left: 31%; }
    .hero.has-geometric.hero-birthday #birtday-info-container .hero-birthday-geometric {
      right: -20px; }
    .hero.has-geometric.hero-birthday #birtday-info-container .birthday-text-container {
      right: 30px;
      bottom: 30px; }
      .hero.has-geometric.hero-birthday #birtday-info-container .birthday-text-container .birthday-text {
        font-size: 2.857em;
        margin-top: 6px; }
      .hero.has-geometric.hero-birthday #birtday-info-container .birthday-text-container svg {
        width: 300px; }
    .hero.has-geometric.hero-birthday:after {
      content: '';
      display: block;
      width: 50%;
      height: 100%;
      right: 0;
      left: -webkit-calc(((100vw + 1170px)/ 2) + 306px);
      left: calc(((100vw + 1170px)/ 2) + 306px);
      top: 0;
      position: absolute;
      background-color: #ecf0f1; } }
  .hero .hero-content {
    background-size: cover;
    background-position: center 30%;
    height: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (min-width: 768px) {
      .hero .hero-content {
        height: 470px; } }

@supports (-ms-ime-align: auto) {
  .hero.has-geometric #image-container #home-hero-runner, .hero.has-geometric #image-container #golf-hero-golfer {
    z-index: 1;
    position: relative; }
  .hero #text-container {
    z-index: 2; } }

.shape {
  float: left; }
  .shape.shape-diagonal {
    -webkit-shape-outside: polygon(100% 0, 0% 100%, 0 0);
    /* only prefix currently supported */
    shape-outside: polygon(100% 0, 0% 100%, 0 0); }

.colored-section-container {
  max-width: 1560px;
  margin: auto;
  position: relative; }
  .colored-section-container.has-bottom-content {
    padding-bottom: 180px; }

.colored-section {
  overflow: hidden;
  position: relative; }
  .colored-section .colored-section-content {
    z-index: 1;
    position: relative; }
  .colored-section.colored-section-has-double-box {
    padding-top: 80px;
    margin-top: -88px; }
  .colored-section.colored-section-has-double-box-alt {
    margin-top: -40px; }
    @media (min-width: 992px) {
      .colored-section.colored-section-has-double-box-alt {
        margin-top: -59px; } }
  .colored-section .colored-section-geometric {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
    .colored-section .colored-section-geometric svg {
      height: 100%;
      width: auto;
      right: -1px;
      position: absolute; }
  .colored-section .colored-section-geometric-alt {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 55%; }
    .colored-section .colored-section-geometric-alt svg {
      height: 100%;
      width: auto;
      right: -1px;
      position: absolute; }

.has-intro-section {
  z-index: 1;
  position: relative;
  margin-top: -115px; }
  @media (min-width: 992px) {
    .has-intro-section {
      margin-top: -55px; } }

.section-intro-has-link-col {
  min-height: 82px; }

@media (min-width: 992px) {
  .colored-section-container.has-bottom-content {
    padding-bottom: 250px; } }

@media (min-width: 1370px) {
  .colored-section-container:before {
    content: '';
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
    right: -50%;
    position: absolute;
    background-color: #c5cbce; }
  .colored-section-container-red:before {
    background-color: #c51517; } }

/* CARDS
=========================== */
.card .card-content {
  padding: 20px 20px 0 20px; }
  .card .card-content .has-sub-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3; }
    .card .card-content .has-sub-item .has-sub-item-text {
      line-height: 19px;
      margin: 8px 0; }
    .card .card-content .has-sub-item i {
      font-weight: 300; }
    .card .card-content p {
    word-wrap: break-word; }

.card .card-footer {
  padding: 40px; }

.card:hover {
  text-decoration: none; }

.card .card-header-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0; }

.card .icon-width {
  width: 25%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.card .icon-red {
  fill: #ee2527; }

.card .icon-grey {
  fill: #404b50; }

.card .card-decoration-grey {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 83px solid #404b50;
  border-left: 83px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  z-index: 0; }

.card .card-decoration-red {
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 83px solid #ee2527;
  border-left: 83px solid transparent;
  border-right: 0px solid transparent;
  height: 0;
  z-index: 0; }

.card-primary {
  background-color: #ee2527; }

.card-green {
  background-color: #7EB53E; }

.card-white {
  background-color: #fff; }

.card-grey-light {
  background-color: #dbdfe1; }

.card.card-link-image {
  display: block;
  position: relative;
  color: #FFF;
  height: 370px;
  max-width: 370px;
  margin: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .card.card-link-image:before {
    content: '';
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.25+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
    /* IE6-9 */
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .card.card-link-image:after {
    content: '';
    display: block;
    width: 200%;
    height: 200%;
    background-color: #404b50;
    mix-blend-mode: multiply;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -200%;
    left: -200%;
    position: absolute; }
  .card.card-link-image .card-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1; }
    .card.card-link-image .card-content h3 {
      margin-top: 0; }
    .card.card-link-image .card-content .card-desc {
      opacity: 0;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -webkit-transition: all 900ms ease;
      transition: all 900ms ease;
      height: 0;
      overflow: hidden; }
  .card.card-link-image .card-footer {
    width: 100%;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    position: absolute;
    bottom: -250px;
    padding: 20px 30px 20px 40px; }
  .card.card-link-image:hover .card-content .card-desc {
    height: 200px;
    opacity: 1; }
  .card.card-link-image:hover .card-footer {
    bottom: 10px; }
  .card.card-link-image:hover:after {
    top: -90%;
    left: -90%; }
  @media (min-width: 768px) {
    .card.card-link-image {
      margin: initial; } }
  @media (min-width: 992px) {
    .card.card-link-image {
      max-width: none;
      margin: 0; } }

@supports (-ms-ime-align: auto) {
  .card.card-link-image:after {
    opacity: 0.9; }
  .card-news:after {
    opacity: 0.9; } }

.card.card-link-colored {
  position: relative;
  padding-bottom: 60px;
  max-width: 370px;
  min-height: 370px;
  margin: auto; }
  .card.card-link-colored.card-primary {
    color: #FFF; }
    .card.card-link-colored.card-primary:hover .btn {
      background-color: #c51517; }
      .card.card-link-colored.card-primary:hover .btn:hover {
        border-color: #c51517; }
  .card.card-link-colored.card-green {
    color: #FFF; }
    .card.card-link-colored.card-green:hover .btn {
      background-color: #66993a; }
      .card.card-link-colored.card-green:hover .btn:hover {
        border-color: #66993a; }
  .card.card-link-colored.card-grey-light {
    height: 370px;
    color: #404b50; }
    .card.card-link-colored.card-grey-light:hover .btn {
      background-color: #c51517;
      border-color: #c51517; }
      .card.card-link-colored.card-grey-light:hover .btn:hover {
        border-color: #c51517; }
  .card.card-link-colored .card-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 0; }
  @media (min-width: 768px) {
    .card.card-link-colored {
      max-width: none;
      margin: 0; } }

#card-grid [class*="col-"]:nth-child(2) {
  margin-top: 70px; }

.card-list {
  list-style: none;
  padding-left: 0px; }
  .card-list a:hover, .card-list a:focus {
    color: #c5cbce;
    text-decoration: none; }
  .card-list li {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #dbdfe1; }
    .card-list li .card-list-title {
      margin-bottom: 0;
      padding-left: 35px; }
    .card-list li .card-list-desc {
      padding-left: 35px; }
  .card-list li:first-child {
    border: none; }

.card-news {
  display: block;
  background-size: cover;
  background-position: center center;
  padding: 40px;
  position: relative;
  height: 250px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .card-news:before {
    content: '';
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.25+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
    height: 150px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease; }
  .card-news:after {
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    background-color: #404b50;
    mix-blend-mode: multiply;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -303px;
    right: -222px;
    position: absolute;
    z-index: -1; }
  .card-news:hover:before {
    opacity: .7; }
  .card-news:hover:after {
    bottom: -300px;
    right: -202px; }
  .card-news .card-triangle-section {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    line-height: 12px;
    background-size: cover;
    background-position: bottom left;
    width: 170px;
    height: 170px;
    padding: 107px 12px 10px 10px;
    font-size: 12px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease; }

@media (min-width: 768px) {
  .card-news-horizontal {
    height: 350px; }
  .card-news-vertical {
    height: 700px; } }

.sub-activity:before {
  content: "-";
  font-size: 18px;
  color: #000;
  padding-right: 20px; }

.card-grid {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.card-grid-alt-2 {
  display: -webkit-flex;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 10%;
  padding-right: 10%; }
  @media (min-width: 768px) {
    .card-grid-alt-2 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 480px) {
    .card-grid-alt-2 {
      padding-bottom: 5px; } }
  @media (min-width: 1370px) {
    .card-grid-alt-2 {
      padding-left: 5%;
      padding-right: 5%; } }

.card-grid-item-alt-unlimited, .card-grid-item-alt {
  width: 100%;
  max-height: none;
  background: white;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media (min-width: 768px) {
    .card-grid-item-alt-unlimited, .card-grid-item-alt {
      width: 50%; } }

.card-grid-item {
  width: 100%; }

@media (min-width: 768px) {
  .card-grid-item {
    width: 50%; }
    .card-grid-item:nth-child(2n+2) {
      position: relative;
      top: 50px; }
  .card-grid-alt .card-grid-item:nth-child(2n+1) {
    position: relative;
    top: 50px; }
  .card-grid-alt .card-grid-item:nth-child(2n+2) {
    position: relative;
    top: 0; } }

@media (min-width: 992px) {
  .card-grid-item {
    width: 33%; }
    .card-grid-item:nth-child(2n+2) {
      position: relative;
      top: 0; }
    .card-grid-item:nth-child(3n+2) {
      position: relative;
      top: 50px; }
  .card-grid-item-alt {
    width: 25%;
    min-height: 310px; }
    .card-grid-item-alt:nth-child(2n+2) {
      position: relative;
      top: -50px; }
    .card-grid-item-alt:nth-child(2n+1) {
      position: relative;
      top: 0; }
  .card-grid-alt .card-grid-item:nth-child(2n+1) {
    position: relative;
    top: 0; }
  .card-grid-alt .card-grid-item:nth-child(3n+2) {
    position: relative;
    top: -50px; } }

@media (min-width: 1370px) {
  .card-grid-item-alt-unlimited {
    width: 25% !important;
    min-height: 310px; }
    .card-grid-item-alt-unlimited:nth-child(2n+2) {
      position: relative;
      top: -50px; }
    .card-grid-item-alt-unlimited:nth-child(2n+1) {
      position: relative;
      top: 0; } }

@media (min-width: 1680px) {
  .card-grid-item-alt-unlimited {
    width: 25% !important; } }

.agenda {
  padding: 0 20px; }
  .agenda .agenda-item {
    padding: 25px 0; }
    .agenda .agenda-item .agenda-item-value {
      line-height: 25px; }
    .agenda .agenda-item .agenda-item-title {
      line-height: 25px; }
  @media (min-width: 992px) {
    .agenda {
      padding: 0; } }

.content-agenda #calendar {
  font-size: .857em; }
  .content-agenda #calendar table .fc-list-item td:nth-child(4) {
    display: none; }

.content-agenda .content-agenda-note {
  margin-top: 10px; }

@media (min-width: 768px) {
  .content-agenda #calendar table .fc-list-item td:nth-child(4) {
    display: table-cell; } }

.double-box-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .double-box-container .double-box-content-img {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .double-box-container .double-box-content-colored {
    padding: 30px 15px;
    height: auto;
    min-height: 400px; }
  .double-box-container .double-box-geometric {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -661px;
    display: none; }
  .double-box-container.double-box-container-sm {
    background-color: #dbdfe1; }
    .double-box-container.double-box-container-sm .double-box-content-img {
      overflow: hidden;
      min-height: 200px; }
      .double-box-container.double-box-container-sm .double-box-content-img img {
        max-width: 100%;
        width: 100%; }
  @media (min-width: 992px) {
    .double-box-container .double-box-geometric {
      display: block; }
    .double-box-container .double-box-content-colored {
      padding: 60px; }
      .double-box-container .double-box-content-colored .double-box-info .lead {
        margin-bottom: 0; }
      .double-box-container .double-box-content-colored .double-box-info p:last-child {
        margin-bottom: 0; }
    .double-box-container.double-box-container-sm .double-box-content-img {
      overflow: hidden; } }

.double-box-geometric-container {
  position: relative; }

@media (min-width: 1200px) {
  .margin-top-box {
    margin-top: -85px; } }

.fancy-text-note {
  padding: 10px 0;
  display: block; }

.fancy-text-section {
  background-color: #ecf0f1;
  position: relative; }
  .fancy-text-section .sub-text {
    font-size: 1em;
    font-weight: 100; }
  .fancy-text-section.minus-page-padding {
    padding: 30px 0; }
  @media (min-width: 768px) {
    .fancy-text-section {
      border-left: 3px #ee2527 solid; }
      .fancy-text-section .fancy-text-note {
        bottom: -50px;
        left: 0;
        position: absolute;
        width: auto;
        padding: 0 23px; } }
  @media (min-width: 992px) {
    .fancy-text-section.minus-page-padding {
      padding: 30px 0;
      margin-left: -75px;
      padding-left: 75px; } }

.fancy-cta {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-top: 10px; }
  .fancy-cta .minus-page-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .fancy-cta .main-text {
    padding: 18px 20px 17px 20px;
    width: 100%;
    text-transform: uppercase; }
  .fancy-cta .cta-btn {
    position: relative;
    width: 100%; }
    .fancy-cta .cta-btn button {
      width: 100%; }
    .fancy-cta .cta-btn a {
      width: 100%; }
  @media (min-width: 768px) {
    .fancy-cta {
      margin-bottom: 0;
      margin-top: 0; }
      .fancy-cta .main-text {
        float: left;
        width: 50%; }
      .fancy-cta .cta-btn {
        float: right;
        width: 50%; } }
  @media (min-width: 992px) {
    .fancy-cta .main-text {
      padding: 23px 20px 22px 0; } }

.fancy-cta-no-text .main-text {
  display: none; }

@media (min-width: 768px) {
  .fancy-cta-no-text {
    display: block; } }

@media (min-width: 768px) {
  .golf-groupactivity-section .fancy-text-section .fancy-text-note {
    top: 69px;
    bottom: inherit; } }

.cms-content, .cms-content-alt {
  position: relative;
  z-index: 2; }
  .cms-content h1, .cms-content-alt h1, .cms-content h2, .cms-content-alt h2, .cms-content h3, .cms-content-alt h3, .cms-content h4, .cms-content-alt h4, .cms-content h5, .cms-content-alt h5, .cms-content h6, .cms-content-alt h6 {
    font-family: "intro_regular", sans-serif; }
  .cms-content h2, .cms-content-alt h2 {
    font-size: 2.286em; }
  .cms-content h3, .cms-content-alt h3 {
    font-size: 1.714em; }
  .cms-content h4, .cms-content-alt h4 {
    font-size: 1.286em; }
  .cms-content h5, .cms-content-alt h5 {
    font-size: 1em; }
  .cms-content h6, .cms-content-alt h6 {
    font-size: 0.857em; }
  .cms-content a, .cms-content-alt a {
    text-decoration: none;
    color: #ee2527; }
    .cms-content a:hover, .cms-content-alt a:hover, .cms-content a:focus, .cms-content-alt a:focus, .cms-content a:active, .cms-content-alt a:active {
      color: #404b50; }
  .cms-content img, .cms-content-alt img {
    max-width: 100%;
    margin-bottom: 30px; }
  .cms-content p:last-child, .cms-content-alt p:last-child {
    margin-bottom: 0; }
  .cms-content ul, .cms-content-alt ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-left: 15px; }
    .cms-content ul li, .cms-content-alt ul li {
      margin-bottom: 5px;
      position: relative;
      padding-left: 20px; }
      .cms-content ul li:before, .cms-content-alt ul li:before {
        content: "\f0da";
        font-family: "FontAwesome", arial, serif;
        color: #ee2527;
        padding-right: 15px;
        position: absolute;
        left: 0; }
  .cms-content blockquote, .cms-content-alt blockquote {
    margin-top: 60px;
    margin-bottom: 60px; }
  .cms-content hr, .cms-content-alt hr {
    margin-top: 25px;
    margin-bottom: 25px; }

.cms-content-alt > div {
  background: #dbdfe1;
  padding: 15px; }

#newsletter .colored-section-container {
  padding: 90px 0; }

#newsletter .title {
  margin-bottom: 35px; }

#newsletter .btn {
  margin-top: 30px; }

#newsletter .form-inline {
  max-width: 445px;
  margin: auto; }
  #newsletter .form-inline input {
    padding-left: 0; }

#newsletter .form-group-name {
  width: 100%; }

#newsletter .form-group-email {
  width: 100%; }

#newsletter #newsLetterName {
  width: 100%; }

#newsletter #newsLetterEmail {
  width: 100%; }

@media (min-width: 768px) {
  #newsletter #form-group-name {
    width: 30%;
    margin-right: 5%; }
  #newsletter #form-group-email {
    width: 64%; } }

/* PAGES */
body {
  padding-top: 71px; }

.hamburger-open {
  height: 100vh;
  overflow-y: hidden; }
  .hamburger-open.ios-body {
    position: fixed; }
  @media (min-width: 992px) {
    .hamburger-open {
      height: auto;
      overflow-y: auto; }
      .hamburger-open.ios-body {
        position: initial; } }

.no-hero {
  margin-top: 30px; }
  @media (min-width: 992px) {
    .no-hero {
      margin-top: 100px; } }

@media (min-width: 992px) {
  body {
    padding-top: 103px;
    line-height: 1.8em; } }

.main-content {
  margin-top: -56px; }
  .main-content .content-nav .content-nav-active {
    max-height: 56px;
    line-height: 16px;
    padding: 20px 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "gotham", sans-serif; }
  .main-content .content-nav .active {
    color: #ee2527; }
  .main-content .page-content {
    padding: 0; }
    .main-content .page-content .content-title {
      margin-bottom: 30px; }
    .main-content .page-content .content-sub-title {
      margin-bottom: 40px; }
    .main-content .page-content .content-info-buttons .btn {
      margin-bottom: 15px;
      width: 100%;
      margin-right: 10px; }
  @media (min-width: 768px) {
    .main-content .page-content .content-info-buttons .btn {
      width: auto; }
    .main-content .page-content .content-title {
      margin-bottom: 50px; } }
  @media (min-width: 992px) {
    .main-content .page-content-container {
      border-left: 1px solid #dbdfe1; }
    .main-content .page-content {
      padding: 0 60px; } }

#map-canvas {
  width: 100%;
  height: 100%; }

a, .btn, button {
  text-decoration: none !important; }

a:hover, .btn:hover, button:hover {
  text-decoration: none !important; }

#faq-section {
  background-color: #dbdfe1; }
  #faq-section h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    margin-right: 15px; }
  #faq-section a {
    color: #ee2527; }
    #faq-section a:hover {
      color: #c51517; }
    #faq-section a:active {
      color: #9c080a; }

#section-content {
  padding-top: 100px;
  margin-top: -100px; }

.age_activities {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .age_activities {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .age_activities > .age_activities_img {
    max-height: 700px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 992px) {
      .age_activities > .age_activities_img {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2;
        max-height: none; } }
  .age_activities > .age_activities_infos {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (min-width: 992px) {
      .age_activities > .age_activities_infos {
        -webkit-box-flex: 3;
        -webkit-flex: 3;
        -ms-flex: 3;
        flex: 3; } }

.activities-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.subscription-anchor {
  position: relative;
  display: none;
  background: #ee2527;
  margin-left: auto;
  color: #FFF;
  width: 100%;
  height: 29px; }
  .subscription-anchor:hover {
    background: #c51517; }
    .subscription-anchor:hover:before {
      border-top: 29px solid #c51517; }
  .subscription-anchor .subscription-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #FFF;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
    position: relative; }
  .subscription-anchor:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 29px solid #ee2527;
    border-left: 29px solid transparent;
    position: absolute;
    bottom: 0;
    left: -29px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease; }
  @media (min-width: 992px) {
    .subscription-anchor {
      display: block; } }

.subscription-anchor-alt {
  position: relative;
  display: block;
  background: #ee2527;
  margin-left: auto;
  color: #FFF;
  width: 100%;
  height: 29px; }
  .subscription-anchor-alt:hover {
    background: #c51517; }
    .subscription-anchor-alt:hover:before {
      border-top: 29px solid #c51517; }
  .subscription-anchor-alt .subscription-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #FFF;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
    position: relative; }
  .subscription-anchor-alt:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 29px solid #ee2527;
    border-left: 29px solid transparent;
    position: absolute;
    bottom: 0;
    left: -29px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease; }
  @media (min-width: 992px) {
    .subscription-anchor-alt {
      display: none;
      width: 60%; } }

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.d-flex-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.subscription-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
  position: relative;
  z-index: 1; }
  .subscription-info > svg {
    position: absolute;
    height: 9%;
    right: 2px;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    @media (min-width: 480px) {
      .subscription-info > svg {
        height: 50%; } }
    @media (min-width: 768px) {
      .subscription-info > svg {
        height: 100%; } }
    .subscription-info > svg > .cls-2 {
      fill: #dbdfe1; }

.subscription-info-alt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px;
  position: relative;
  z-index: 1; }
  .subscription-info-alt > svg {
    position: absolute;
    height: 9%;
    right: 2px;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    @media (min-width: 480px) {
      .subscription-info-alt > svg {
        height: 40%; } }
    @media (min-width: 768px) {
      .subscription-info-alt > svg {
        height: 60%; } }
    @media (min-width: 1200px) {
      .subscription-info-alt > svg {
        height: 100%; } }
    .subscription-info-alt > svg > .cls-2 {
      fill: #dbdfe1; }

.call-to-action {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  background: #ee2527;
  padding: 15px; }
  .call-to-action:hover {
    background: #c51517; }

.sep-line-alt {
  position: relative;
  border-bottom: 45px solid #E62524;
  border-left: 0px solid transparent;
  border-right: 45px solid transparent;
  height: 0;
  width: 25%;
  -webkit-transform: scaley(-1);
  -ms-transform: scaley(-1);
  transform: scaley(-1); }

/* HOME */
#home-agenda {
  border-top: 2px solid #dbdfe1; }

.partner-col {
  height: 130px; }
  .partner-col .partners-logo {
    opacity: 1;
    max-height: 88px;
    max-width: 306px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .partner-col .partners-logo:hover {
      opacity: 0.6; }
  @media (min-width: 480px) {
    .partner-col {
      margin-left: 5%; } }
  @media (min-width: 768px) {
    .partner-col {
      margin-left: 0;
      height: 170px; } }

#partners h2 {
  margin-bottom: 10px;
  margin-top: 10px; }
  @media (min-width: 768px) {
    #partners h2 {
      margin-top: 40px;
      margin-bottom: 40px; } }

#home-contact .cms-content, #home-contact .cms-content-alt {
  margin-bottom: 20px; }

#home-contact .double-box-content-img {
  height: 430px; }

#home-contact .double-box-content-colored {
  padding-bottom: 0;
  height: auto; }

#home-contact #virtual-visit {
  margin: 40px -15px 0; }
  #home-contact #virtual-visit .virtual-visit-img {
    height: 250px;
    background: #404b50 url("../img/pictures/virtual-visit.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .5; }
  #home-contact #virtual-visit .virtual-visit-action {
    display: block; }
    #home-contact #virtual-visit .virtual-visit-action h4 {
      float: left;
      margin: 0;
      padding: 33px 10px 33px 15px;
      line-height: 19px; }
    #home-contact #virtual-visit .virtual-visit-action .visit-text {
      display: none; }
    #home-contact #virtual-visit .virtual-visit-action .icon-eye {
      float: right;
      background-color: #c51517;
      padding: 27px;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
    #home-contact #virtual-visit .virtual-visit-action:hover .icon-eye {
      background-color: #ee2527; }

#home-contact #virtual-view {
  height: 0;
  position: absolute;
  margin: auto;
  padding: 0 15px;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }
  #home-contact #virtual-view.open {
    height: 629px; }
  @media (min-width: 992px) {
    #home-contact #virtual-view {
      width: 970px;
      left: 50%;
      margin-left: -485px; } }
  @media (min-width: 1200px) {
    #home-contact #virtual-view {
      width: 1170px;
      margin-left: -585px; } }

@media (min-width: 768px) {
  #home-contact #contact-info .double-box-info {
    max-width: 750px;
    margin: auto; }
  #home-contact #virtual-visit .virtual-visit-action .visit-text {
    display: block;
    float: left;
    margin: 0;
    line-height: 19px;
    font-size: .850em;
    padding: 33px 15px 33px 10px; } }

@media (min-width: 992px) {
  #home-contact .double-box-content-img {
    height: 600px; }
  #home-contact .double-box-content-colored {
    height: 600px; }
  #home-contact #contact-info .double-box-info {
    max-width: 510px;
    margin: 0; }
  #home-contact #contact-info .section-link {
    float: left; }
  #home-contact #virtual-visit {
    margin: 40px -60px 0;
    max-width: 570px; }
    #home-contact #virtual-visit .virtual-visit-action {
      padding: 0; }
      #home-contact #virtual-visit .virtual-visit-action h4, #home-contact #virtual-visit .virtual-visit-action .visit-text {
        float: left;
        margin: 0; }
      #home-contact #virtual-visit .virtual-visit-action h4 {
        margin-right: 0; }
      #home-contact #virtual-visit .virtual-visit-action .icon-eye {
        float: right; } }

@media (min-width: 1200px) {
  #home-contact #virtual-visit .virtual-visit-action .visit-text {
    font-size: 1em; } }

@media (min-width: 768px) {
  #home-news #card-news-first-col {
    margin-top: 20px; } }

#virtual-view-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  display: none; }

/* 404 */
.error-content {
  text-align: center;
  width: 100%; }

#error {
  min-width: 0px;
  min-height: 220px; }
  #error .d1 {
    padding-left: 0 !important; }
  #error .first-word-color {
    width: 100%;
    text-align: center; }
  #error #home-hero-runner {
    display: none; }
  @media (min-width: 992px) {
    #error #home-hero-runner {
      display: block; } }

#subscriptions-intro {
  overflow: hidden; }

#activities-single-content .activities-level-infos {
  padding: 30px 0; }
  #activities-single-content .activities-level-infos .activities-level-details .activities-level-item {
    min-height: 100px;
    padding-bottom: 30px; }
  #activities-single-content .activities-level-infos .activities-level-details .activities-level-title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #activities-single-content .activities-level-infos .activities-level-details .activities-level-title .material-icons {
      font-size: 18px;
      vertical-align: middle;
      margin-right: 5px; }

.col-contact {
  margin-bottom: 25px; }

#contact-map #map-canvas {
  height: 300px;
  width: 100%;
  background-color: #c5cbce; }
  @media (min-width: 992px) {
    #contact-map #map-canvas {
      height: 400px; } }

#page-visit #virtual-view iframe {
  height: 300px;
  width: 100%; }
  @media (min-width: 768px) {
    #page-visit #virtual-view iframe {
      height: 400px; } }
  @media (min-width: 992px) {
    #page-visit #virtual-view iframe {
      height: 500px; } }
  @media (min-width: 1200px) {
    #page-visit #virtual-view iframe {
      height: 600px; } }

#page-faq .faq-question {
  font-size: 1.286em;
  color: #000; }
  #page-faq .faq-question:hover {
    color: #404b50; }

#page-faq .faq-row {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  position: absolute;
  top: 13px;
  right: 20px; }

#page-faq .collapsed .faq-row {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

#page-faq .question-container {
  width: 100%;
  height: auto;
  background-color: #ecf0f1;
  padding-left: 20px;
  padding-right: 57px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }

#page-faq .panel-body {
  padding-left: 35px;
  padding-right: 35px; }

@media (min-width: 992px) {
  #page-faq .question-container {
    height: 45px;
    padding-top: 0;
    padding-bottom: 0; } }

#faq-questions .panel-heading {
  padding: 10px 0; }

/* POLICY */
#policy-cards .col-md-6 {
  padding-top: 20px;
  padding-bottom: 20px; }

#policy-cards .col-md-12 {
  padding-top: 20px;
  padding-bottom: 20px; }

#policy-cards h3 {
  margin-bottom: 30px; }

.fc-event {
  border-radius: 0; }

.fc-time {
  font-weight: 500 !important;
  font-family: "intro_regular", sans-serif; }
  .fc-time span {
    white-space: normal; }

.fc-toolbar button {
  margin-bottom: 5px;
  padding-left: 9px !important;
  padding-right: 9px !important; }

.fc-agendaDay-view .fc-time {
  font-size: 0.8em;
  white-space: normal; }

.fc-agendaDay-view .fc-title {
  font-size: 0.8em; }

.tooltip {
  border-radius: 0;
  max-width: 150px; }

.fc-event:hover, .fc-event:active, .fc-event:focus {
  cursor: default; }

.fc-event.event_link:hover, .fc-event.event_link:active, .fc-event.event_link:focus {
  cursor: pointer;
  opacity: 0.6; }

.fc-time-grid-event .fc-time {
  font-size: 0.8em; }

.fc-button {
  border-radius: 0px !important;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  background-image: none;
  border: none;
  font-weight: 600;
  padding-left: 15px !important;
  padding-right: 15px !important; }

.fc-state-default {
  background-color: #dbdfe1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease; }

.fc-state-active {
  background-color: #ee2527;
  color: #FFF; }

.fc-state-hover {
  background-color: #c5cbce; }

.fc-ltr .fc-axis {
  line-height: 16px;
  font-size: 0.9em; }

#calendar h2 {
  font-size: 1.714em; }

@media (min-width: 480px) {
  .fc-time-grid-event .fc-time {
    font-size: 1em; }
  .fc-agendaDay-view .fc-time {
    font-size: 1em;
    white-space: nowrap; }
  .fc-agendaDay-view .fc-title {
    font-size: 0.97em; }
  .fc-toolbar button {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .fc-toolbar button {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

/* NEWS */
.featured-article-img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .featured-article-img {
      height: 300px;
      margin-bottom: 0; } }

#page-news .card-news {
  height: 225px;
  margin-top: 10px; }
  #page-news .card-news:after {
    bottom: -331px;
    right: -219px; }
  #page-news .card-news:hover:after {
    bottom: -325px;
    right: -215px; }

#page-news .card-triangle-section {
  width: 100px;
  height: 166px; }

@media (min-width: 768px) {
  #page-news .card-news {
    height: 325px;
    margin-bottom: 20px; } }

#page-news .section-link {
  float: none; }
  #page-news .section-link .link-arrow {
    float: right; }

.news-category-menu-container {
  background-color: #dbdfe1; }
  .news-category-menu-container .container {
    padding-top: 15px;
    padding-bottom: 15px; }
  .news-category-menu-container .news-category-menu {
    list-style-type: none;
    margin: 0; }
    .news-category-menu-container .news-category-menu li {
      padding-top: 10px;
      padding-bottom: 10px;
      display: block; }
      .news-category-menu-container .news-category-menu li a {
        color: #404b50; }
        .news-category-menu-container .news-category-menu li a:hover {
          color: #000; }
        .news-category-menu-container .news-category-menu li a:active, .news-category-menu-container .news-category-menu li a:focus {
          color: #c5cbce; }
  @media (min-width: 768px) {
    .news-category-menu-container .container {
      padding-top: 0;
      padding-bottom: 0;
      height: 75px; }
    .news-category-menu-container .news-category-menu {
      text-align: center; }
      .news-category-menu-container .news-category-menu li {
        border-bottom: none;
        display: inline;
        padding-bottom: 0;
        padding-top: 0;
        padding-right: 20px;
        padding-left: 20px; } }

.more-results-btn-container {
  width: 100%;
  text-align: center; }
  .more-results-btn-container #more-results {
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 768px) {
  #page-golf .hero.has-geometric #image-container {
    padding-bottom: 0; } }

#page-golf #logo-golf {
  max-width: 100%;
  display: block;
  margin: 0 auto 15px; }

#pdf-container {
  position: relative;
  height: 400px;
  width: 100%; }
  #pdf-container .flipbook-main-wrapper .flipbook-right-arrow, #pdf-container .flipbook-main-wrapper .flipbook-left-arrow {
    border: 1px solid #dbdfe1;
    background: #FFF !important;
    color: #404b50 !important; }
  @media (min-width: 768px) {
    #pdf-container {
      height: auto;
      padding-bottom: 50%; } }

#dashboard-page {
  background-color: #ecf0f1;
  min-width: 1000px; }
  #dashboard-page .dashboard-container {
    max-width: 1500px;
    margin: auto; }
  #dashboard-page .widget {
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px #ccd6d8;
    box-shadow: 0 0 16px #ccd6d8; }
    #dashboard-page .widget.widget-padding {
      padding: 20px; }
    #dashboard-page .widget .widget-cell {
      display: table-cell; }
  #dashboard-page h1 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px; }
    #dashboard-page h1 span {
      color: #c5cbce;
      font-weight: 300; }

#dashboard-search {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  #dashboard-search #dashboard-search-title h2 {
    margin: 0; }
  #dashboard-search #dashboard-search-content {
    text-align: right; }
    #dashboard-search #dashboard-search-content #search-input {
      border: 1px solid #c5cbce;
      height: 40px;
      margin-left: 20px; }
      #dashboard-search #dashboard-search-content #search-input .fa {
        font-size: 18px;
        padding: 0 10px;
        color: #c5cbce; }
      #dashboard-search #dashboard-search-content #search-input input {
        height: 38px;
        border: 0;
        min-width: 200px; }
    #dashboard-search #dashboard-search-content .btn {
      margin-left: 15px;
      min-width: 150px; }
    #dashboard-search #dashboard-search-content .search-input-radio {
      margin: 0 5px; }
  #dashboard-search .form-inline .radio, #dashboard-search .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  #dashboard-search .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  #dashboard-search .form-inline .radio label, #dashboard-search .form-inline .checkbox label {
    padding-left: 0; }
  #dashboard-search .form-inline .radio input[type="radio"], #dashboard-search .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }

#dashboard-tools {
  padding: 20px;
  background-color: #f5f7f7;
  display: table;
  width: 100%;
  border-bottom: 2px solid #dbdfe1; }
  #dashboard-tools #tools-right {
    text-align: right; }
    #dashboard-tools #tools-right .btn {
      margin-left: 20px; }

#dashboard .table > thead > tr > th, #dashboard .table > thead > tr > td, #dashboard .table > tbody > tr > th, #dashboard .table > tbody > tr > td, #dashboard .table > tfoot > tr > th, #dashboard .table > tfoot > tr > td {
  vertical-align: middle;
  padding: 15px; }

#dashboard .table {
  margin-bottom: 0; }
  #dashboard .table > thead > tr > th .fa {
    position: absolute; }
  #dashboard .table > thead > tr > th:hover {
    background-color: #ecf0f1; }

#dashboard .status-switch {
  max-height: 24px;
  display: block; }

#dashboard .btn-edit {
  border-radius: 30px;
  background-color: #c5cbce;
  padding: 4px 6px; }

#dashboard .status-label {
  border-radius: 30px;
  background-color: #7EB53E;
  color: #fff;
  font-size: 12px;
  padding: 5px 6px; }

#dashboard .pagination {
  width: 100%;
  border-top: 2px solid #dbdfe1;
  border-radius: 0;
  margin: 0;
  padding: 20px;
  text-align: right; }

#availability {
  position: relative; }
  #availability select {
    max-width: 120px;
    display: inline;
    margin: 0 10px; }
  #availability label.error {
    top: 13px;
    right: initial; }
  #availability .add {
    margin: 15px 0; }

.registration.wizard > .steps {
  margin: 15px 0; }
  .registration.wizard > .steps ul li {
    width: 33%; }
    .registration.wizard > .steps ul li a {
      position: relative;
      margin-bottom: 0;
      padding: 5px; }
      .registration.wizard > .steps ul li a .number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 1em;
        text-align: center;
        border-radius: 50%;
        background-color: #dbdfe1;
        display: block;
        margin: auto; }
      .registration.wizard > .steps ul li a .step-title {
        background-color: #fff;
        z-index: 2;
        position: relative;
        padding: 0;
        margin-top: 10px;
        display: block;
        text-align: center;
        font-size: 0.8em; }
      .registration.wizard > .steps ul li a:after {
        content: '';
        display: block;
        opacity: 0;
        width: 150px;
        height: 2px;
        background-color: #dbdfe1;
        position: absolute;
        right: 0;
        top: 35px; }
    .registration.wizard > .steps ul li.disabled a {
      background-color: #fff; }
    .registration.wizard > .steps ul li.current a {
      background-color: #fff;
      color: #404b50; }
      .registration.wizard > .steps ul li.current a .number {
        background-color: #28baec;
        color: #fff; }
    .registration.wizard > .steps ul li.done a {
      background-color: #fff;
      color: #404b50; }
      .registration.wizard > .steps ul li.done a .number {
        background-color: #28baec;
        color: #fff; }
      .registration.wizard > .steps ul li.done a:after {
        background-color: #28baec; }

.registration.wizard > .content {
  background-color: #fff;
  min-height: 0;
  overflow: hidden; }
  .registration.wizard > .content .body {
    width: 100%;
    height: auto;
    position: relative; }
    .registration.wizard > .content .body label.error {
      color: #ee2527;
      font-size: 0.8em;
      position: absolute;
      top: 0;
      right: 20px; }
    .registration.wizard > .content .body #div_think_about_the_children {
      display: block;
      margin-bottom: 25px;
      position: relative;
      padding-left: 25px; }
      .registration.wizard > .content .body #div_think_about_the_children a {
        color: #ee2527; }
      .registration.wizard > .content .body #div_think_about_the_children input {
        position: absolute;
        left: 0;
        top: 2px; }
    .registration.wizard > .content .body .form-group {
      position: relative; }
    .registration.wizard > .content .body .date label.error {
      top: -31px;
      right: 4px; }

.registration.wizard > .actions {
  padding: 2.5%; }
  .registration.wizard > .actions > ul {
    display: block; }
    .registration.wizard > .actions > ul > li {
      width: 100%;
      margin: 10px 0px 0; }
  .registration.wizard > .actions a {
    border-radius: 0;
    background-color: #28baec;
    min-width: 140px;
    text-align: center; }
    .registration.wizard > .actions a:hover {
      border-radius: 0; }

@media (min-width: 768px) {
  .registration.wizard > .steps ul li a .step-title {
    font-size: 1em; }
  .registration.wizard > .actions > ul {
    display: inline-block; }
    .registration.wizard > .actions > ul > li {
      width: initial;
      margin: 0 0.5em; } }

@media (min-width: 992px) {
  .registration.wizard > .steps ul li a {
    padding: 13px 0px 13px 10px; }
    .registration.wizard > .steps ul li a .number {
      display: inline-block;
      margin-right: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 1.4em; }
    .registration.wizard > .steps ul li a .step-title {
      padding-right: 10px;
      display: inline-block; }
    .registration.wizard > .steps ul li a:after {
      opacity: 1; } }
