@font-face {
  font-family: "montserrat";
  font-path: "../font/montserrat/montserrat-light";
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  font-path: "../font/montserrat/montserrat-normal";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  font-path: "../font/montserrat/montserrat-bold";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PlusSansPro";
  src: url("../font/plussanspro/plussanspro-regular.woff2") format("woff2"), url("../font/plussanspro/plussanspro-regular.woff") format("woff"), url("../font/plussanspro/plussanspro-regular.ttf") format("truetype"), url("../font/plussanspro/plussanspro-regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PlusSansPro-Ita";
  src: url("../font/plussanspro/plussanspro-italic.woff2") format("woff2"), url("../font/plussanspro/plussanspro-italic.woff") format("woff"), url("../font/plussanspro/plussanspro-italic.ttf") format("truetype"), url("../font/plussanspro/plussanspro-italic.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PlusSansPro-Medi";
  src: url("../font/plussanspro/plussanspro-medium.woff2") format("woff2"), url("../font/plussanspro/plussanspro-medium.woff") format("woff"), url("../font/plussanspro/plussanspro-medium.ttf") format("truetype"), url("../font/plussanspro/plussanspro-medium.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PlusSansPro-Bold";
  src: url("../font/plussanspro/plussanspro-bold.woff2") format("woff2"), url("../font/plussanspro/plussanspro-bold.woff") format("woff"), url("../font/plussanspro/plussanspro-bold.ttf") format("truetype"), url("../font/plussanspro/plussanspro-bold.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PlusSansPro-Xbold";
  src: url("../font/plussanspro/plussanspro-xbold.woff2") format("woff2"), url("../font/plussanspro/plussanspro-xbold.woff") format("woff"), url("../font/plussanspro/plussanspro-xbold.ttf") format("truetype"), url("../font/plussanspro/plussanspro-xbold.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Novecentowide-Light";
  src: url("../font/novecentowide/novecentowide-light.woff2") format("woff2"), url("../font/novecentowide/novecentowide-light.woff") format("woff"), url("../font/novecentowide/novecentowide-light.ttf") format("truetype"), url("../font/novecentowide/novecentowide-light.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Novecentowide-Bold";
  src: url("../font/novecentowide/novecentowide-bold.woff2") format("woff2"), url("../font/novecentowide/novecentowide-bold.woff") format("woff"), url("../font/novecentowide/novecentowide-bold.ttf") format("truetype"), url("../font/novecentowide/novecentowide-bold.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
/*.font-test {
  span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
  }

  .arial {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  .montserrat {
    font-family: 'montserrat', sans-serif;
  }
  .psp-r {
    font-family: 'PlusSansPro', sans-serif;
  }
  .psp-i {
    font-family: 'PlusSansPro-Ita', sans-serif;
  }
  .psp-m {
    font-family: 'PlusSansPro-Medi', sans-serif;
  }
  .psp-b {
    font-family: 'PlusSansPro-Bold', sans-serif;
  }
  .psp-xb {
    font-family: 'PlusSansPro-Xbold', sans-serif;
  }
  .nov-l {
    font-family: 'Novecentowide-Light', sans-serif;
  }
  .nov-b {
    font-family: 'Novecentowide-Bold', sans-serif;
  }
}*/
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 10px;
}

blockquote {
  border-left: 3px solid #34b4e4;
}

strong {
  font-family: "PlusSansPro-Bold", sans-serif;
}

.page-node .section-title, .region--title .section-title {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0;
  color: #34b4e4;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
.page-node .section-title:before, .region--title .section-title:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #34b4e4;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

.text-primary {
  color: #34b4e4;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(26.8826086957, 154.3260869565, 202.1173913043);
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.text-muted {
  color: #777;
}

a.text-muted:hover,
a.text-muted:focus {
  color: rgb(93.5, 93.5, 93.5);
}

.text-gray {
  color: rgb(85.425, 85.425, 85.425);
}

a.text-gray:hover,
a.text-gray:focus {
  color: rgb(59.925, 59.925, 59.925);
}

.text-gray-light {
  color: #777;
}

a.text-gray-light:hover,
a.text-gray-light:focus {
  color: rgb(93.5, 93.5, 93.5);
}

.text-gray-lighter {
  color: #adadad;
}

a.text-gray-lighter:hover,
a.text-gray-lighter:focus {
  color: rgb(147.5, 147.5, 147.5);
}

.text-gray-lightest {
  color: #e6e6e6;
}

a.text-gray-lightest:hover,
a.text-gray-lightest:focus {
  color: rgb(204.5, 204.5, 204.5);
}

.text-accent {
  color: #ffed00;
}

a.text-accent:hover,
a.text-accent:focus {
  color: rgb(204, 189.6, 0);
}

.bg-primary {
  background-color: #34b4e4;
}

.bg-secondary {
  background-color: #00435c;
}

.bg-accent {
  background-color: #ffed00;
}

.bg-success {
  background-color: #dff0d8;
}

.bg-warning {
  background-color: #fcf8e3;
}

.bg-danger {
  background-color: #f2dede;
}

.bg-info {
  background-color: #d9edf7;
}

.bg-gray-base {
  background-color: #000;
}

.bg-gray-darker {
  background-color: rgb(34.425, 34.425, 34.425);
}

.bg-gray-dark {
  background-color: #333333;
}

.bg-gray {
  background-color: rgb(85.425, 85.425, 85.425);
}

.bg-gray-light {
  background-color: #777;
}

.bg-gray-light-1 {
  background-color: #adadad;
}

.bg-gray-lighter {
  background-color: #e6e6e6;
}

.bg-gray-lighter-1 {
  background-color: #f7f7f7;
}

.bg-gray-lightest {
  background-color: #f2f2f2;
}

.bg-white {
  background-color: white;
}

.brand-primary {
  background-color: #34b4e4;
  border-color: #34b4e4;
  color: white;
}

a.brand-primary:hover,
a.brand-primary:focus {
  background-color: rgb(26.8826086957, 154.3260869565, 202.1173913043);
  border-color: rgb(26.8826086957, 154.3260869565, 202.1173913043);
  color: white;
}

.brand-secondary {
  background-color: #00435c;
  border-color: #00435c;
  color: white;
}

a.brand-secondary:hover,
a.brand-secondary:focus {
  background-color: rgb(0, 29.8586956522, 41);
  border-color: rgb(0, 29.8586956522, 41);
  color: white;
}

.brand-accent {
  background-color: #ffed00;
  border-color: #ffed00;
  color: #00435c;
}

a.brand-accent:hover,
a.brand-accent:focus {
  background-color: rgb(204, 189.6, 0);
  border-color: rgb(204, 189.6, 0);
  color: #00435c;
}

.brand-user {
  background-color: rgb(34.425, 34.425, 34.425);
  border-color: rgb(34.425, 34.425, 34.425);
  color: white;
}

a.brand-user:hover,
a.brand-user:focus {
  background-color: rgb(8.925, 8.925, 8.925);
  border-color: rgb(8.925, 8.925, 8.925);
  color: white;
}

.default-light {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #00435c;
}

a.default-light:hover,
a.default-light:focus {
  background-color: rgb(204.5, 204.5, 204.5);
  border-color: rgb(204.5, 204.5, 204.5);
  color: #00435c;
}

body {
  font-family: "PlusSansPro", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00435c;
  background-color: #FFF;
}

a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "PlusSansPro-Bold", sans-serif;
}

h3, .h3 {
  font-size: 1.65rem;
  color: #34b4e4;
}
h3 > a, .h3 > a {
  color: inherit;
  -webkit-transition: all linear 250ms;
  transition: all linear 250ms;
}
h3 > a:hover, .h3 > a:hover {
  color: #00435c;
}

a {
  font-weight: 400;
}
a.text-link {
  color: #34b4e4;
  -webkit-transition: color linear 250ms;
  transition: color linear 250ms;
}
a.text-link:hover {
  color: #777;
}

.field--type-text-long:not(.field--name-field-comment-body):not(.field--name-field-activity-output-text) a:not(.btn) {
  color: #34b4e4;
  text-decoration: underline;
  -webkit-transition: color linear 250ms;
  transition: color linear 250ms;
}
.field--type-text-long:not(.field--name-field-comment-body):not(.field--name-field-activity-output-text) a:not(.btn):hover {
  color: #777;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(198.16, 234, 247.44);
}

.table-hover .table-primary:hover {
  background-color: rgb(175.6534782609, 225.6847826087, 244.4465217391);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(175.6534782609, 225.6847826087, 244.4465217391);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(183.6, 202.36, 209.36);
}

.table-hover .table-secondary:hover {
  background-color: rgb(168.0437799043, 190.8911004785, 199.4162200957);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(168.0437799043, 190.8911004785, 199.4162200957);
}

.table-accent,
.table-accent > th,
.table-accent > td {
  background-color: rgb(255, 249.96, 183.6);
}

.table-hover .table-accent:hover {
  background-color: rgb(255, 248.16, 158.1);
}
.table-hover .table-accent:hover > td,
.table-hover .table-accent:hover > th {
  background-color: rgb(255, 248.16, 158.1);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(209.36, 235.12, 209.36);
}

.table-hover .table-success:hover {
  background-color: rgb(191.5971794872, 227.3828205128, 191.5971794872);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(191.5971794872, 227.3828205128, 191.5971794872);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(197.88, 234.28, 247.72);
}

.table-hover .table-info:hover {
  background-color: rgb(175.2626086957, 226.0756521739, 244.8373913043);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(175.2626086957, 226.0756521739, 244.8373913043);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 221.68, 183.6);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 209.78, 158.1);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 209.78, 158.1);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(244.36, 206.84, 205.72);
}

.table-hover .table-danger:hover {
  background-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(239.8319626168, 186.3446728972, 184.7480373832);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #f8f8f8;
}

.table-hover .table-light:hover {
  background-color: rgb(235.25, 235.25, 235.25);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(235.25, 235.25, 235.25);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(197.88, 197.88, 197.88);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.13, 185.13, 185.13);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.13, 185.13, 185.13);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .table {
  background-color: #FFF;
}
.table th a {
  color: rgb(36.4, 126, 159.6);
}
.table th.is-active > a {
  color: #34b4e4;
}
.table .icon-tablesort {
  fill: #34b4e4;
}

.img-avatar,
.avatar img,
.avatar-icon {
  border-radius: 50%;
}

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

@media (min-width: 1200px) {
  .page-node .section-title, .region--title .section-title {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
  }
}