@charset "UTF-8";
/*
*
* Code Standard : http://codeguide.co/
* BEM Naming Convention : [BLOCK]__[ELEMENT]—[MODIFIER]
*
* https://www.lullabot.com/articles/bem-atomic-design-a-css-architecture-worth-loving
* https://seesparkbox.com/foundry/thoughtful_css_architecture
*
* 
* base - functions ( don't output css )
* atom - simple base elements, no parent
* molecule - simple module ( three to ten lines of HTML is likely a molecule )
* organism - complex module ( more than ten lines of html ) 
* template - re-used many times, ex.: list page, detail page ... 
* page - used only once 
*/
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

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

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

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

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.flex-last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.flex-unordered {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030; }

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

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

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

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

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

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

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem 0.5rem !important; }

.mt-2, .sub-navigation-main__menu {
  margin-top: 0.5rem !important; }

.mr-2 {
  margin-right: 0.5rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3, .bg-blue {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left, .navigation-main-bottom > li ul li, .table-study-plan thead th, .table-study-plan thead th:first-child, .table-study-plan td {
  text-align: left !important; }

.text-right, .main-header--language, .bg-blue {
  text-align: right !important; }

.text-center, .navigation-main li, .card-showcase .icon span, .card-showcase--list li {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

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

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

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

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

.font-italic {
  font-style: italic; }

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

.text-muted {
  color: #636c72 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.table, .table-study-plan {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th, .table-study-plan th,
  .table td, .table-study-plan td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th, .table-study-plan thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody, .table-study-plan tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table, .table-study-plan .table, .table .table-study-plan, .table-study-plan .table-study-plan {
    background-color: #fff; }

.table-sm th, .table-study-plan thead th,
.table-sm td, .table-study-plan thead td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.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-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th, .table-study-plan thead th {
  color: #fff;
  background-color: #292b2c; }

.thead-default th {
  color: #464a4c;
  background-color: #eceeef; }

.table-inverse {
  color: #fff;
  background-color: #292b2c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #fff; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

/*
*
* define size for object
* if height is omitted object will be a square, same height as width value
*/
/*
*
* Set background image on object using css
*/
/*
*
* Set background image on object, image url not included expected in html
*
*/
/*
*
* Remove list style
*
*/
.list-content-styled, .main-header--language ul, .footer-list, .navigation-main, .navigation-main-bottom > li ul, .sub-navigation-main__menu, .card-showcase--list, .sub-navigation-main__wrapper, .sub-navigation-main__wrapper ul, .nav-bar-study-plan, .page-content .nav, .dl-menuwrapper ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
*
* Add pseudo-element
* $element: before, after
*/
/*
*
* show bs grid on body:hover by breakpoint
*
*/
/*
*
* Apply text based styles according to sass map
*
*/
/*
*
* convert PX to EM based on font-size base size
*
*/
/*
*
* define font and line-height size in EM's and fallback PX's given values in PX's
*
*/
/*
*
* define z-index according to list
*
*/
/* This stylesheet generated by Transfonter (http://transfonter.org) on January 27, 2017 3:20 PM */
@font-face {
  font-family: 'Arsenal';
  src: url("../fonts/arsenal_font/Arsenal-BoldItalic.eot");
  src: url("../fonts/arsenal_font/Arsenal-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/arsenal_font/Arsenal-BoldItalic.woff2") format("woff2"), url("../fonts/arsenal_font/Arsenal-BoldItalic.woff") format("woff"), url("../fonts/arsenal_font/Arsenal-BoldItalic.ttf") format("truetype"), url("../fonts/arsenal_font/Arsenal-BoldItalic.svg#Arsenal-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

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

@font-face {
  font-family: 'Arsenal';
  src: url("../fonts/arsenal_font/Arsenal-Italic.eot");
  src: url("../fonts/arsenal_font/Arsenal-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/arsenal_font/Arsenal-Italic.woff2") format("woff2"), url("../fonts/arsenal_font/Arsenal-Italic.woff") format("woff"), url("../fonts/arsenal_font/Arsenal-Italic.ttf") format("truetype"), url("../fonts/arsenal_font/Arsenal-Italic.svg#Arsenal-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Arsenal';
  src: url("../fonts/arsenal_font/Arsenal-Bold.eot");
  src: url("../fonts/arsenal_font/Arsenal-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/arsenal_font/Arsenal-Bold.woff2") format("woff2"), url("../fonts/arsenal_font/Arsenal-Bold.woff") format("woff"), url("../fonts/arsenal_font/Arsenal-Bold.ttf") format("truetype"), url("../fonts/arsenal_font/Arsenal-Bold.svg#Arsenal-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

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

@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/bahnschrift/BAHNSCHRIFT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/bahnschrift/BAHNSCHRIFT_6.TTF') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/bahnschrift/BAHNSCHRIFT_9.TTF') format('truetype');
    font-weight: 600;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-microscope:before {
  content: "\e903"; }

.icon-arrow-w:before {
  content: "\e902"; }

.icon-arrow-down:before {
  content: "\e900"; }

.icon-arrow-up:before {
  content: "\e901"; }

.icon-service:before {
  content: "\e907"; }

.icon-teaching:before {
  content: "\e908"; }

.page-header-hero {
  z-index: 2; }

.page-header-wrapper {
  z-index: 3; }

.page-content-container {
  z-index: 4; }

.card-president {
  z-index: 5; }

.card-docentes {
  z-index: 6; }

.dl-menu {
  z-index: 7; }

.page-header-container,
.page-content-container, .main-header, .mt, .card-docentes {
  position: relative; }

.bgi, .card-docentes--mdata__image {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%; }
  .bgi img, .card-docentes--mdata__image img, .bgi figcaption, .card-docentes--mdata__image figcaption {
    display: none; }

.bgi--4x3 {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding: 75% 0 0 0; }
  .bgi--4x3 img, .bgi--4x3 figcaption {
    display: none; }

.bgi--16x9 {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0; }
  .bgi--16x9 img, .bgi--16x9 figcaption {
    display: none; }

.bg-gray {
  background-color: #F0F0F0; }

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

.bg-yellow, .table-study-plan .separator, .bar-study-plan {
  background-color: #f1cc48; }

.page-header-hero {
  position: relative;
  height: 100vh;
  max-height: 650px;
  overflow: hidden; }
  .page-header-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(40%, transparent));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(40%, transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); }

.hero-small .page-header-hero {
  max-height: 500px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media (max-width: 1199px) {
    .hero-small .page-header-hero {
      max-height: 420px; } }
  @media (max-width: 991px) {
    .hero-small .page-header-hero {
      max-height: 300px; } }
  @media (max-width: 575px) {
    .hero-small .page-header-hero {
      max-height: 215px; } }

@media (min-width: 576px) and (max-width: 991px) {
  .hero-small .page-header-hero__detail {
    top: 40%; } }

.hero-small .page-header-hero__detail--title {
  text-shadow: 0 2px 2px rgba(51, 51, 51, 0.27);
  max-width: 530px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-small .page-header-hero__detail--title {
    font-size: 46px;
    font-size: 2.5555555556rem; } }
  @media (max-width: 991px) {
    .hero-small .page-header-hero__detail--title {
      font-size: 40px;
      font-size: 2.2222222222rem;
      line-height: 46px;
      line-height: 2.5555555556rem;
      max-width: 400px; } }
  @media (max-width: 767px) {
    .hero-small .page-header-hero__detail--title {
      max-width: 100%; } }
  @media (max-width: 575px) {
    .hero-small .page-header-hero__detail--title {
      max-width: none;
      font-size: 26px;
      font-size: 1.4444444444rem;
      line-height: 36px;
      line-height: 2rem; } }

.hero-small .page-intro:not(:empty) + .bg-white .sub-navigation-main {
  margin-top: -82px; }

.page-content {
  margin-bottom: 27px; 
  margin-top: 27px; 
  }

.page-content h3{
line-height: 35px;
margin-bottom: 8px;
font-family:"Bahnschrift";
}

.page-content h3 ~ small{color:#bdbdbd;}

.page-content-wrapper p {
  font-size: 17px;
  font-size: 0.9444444444rem; }

.page-content-wrapper ul, .page-content-wrapper ol {
  padding-left: 75px; }
  .page-content-wrapper ul li, .page-content-wrapper ol li {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 22px;
    line-height: 1.2222222222rem;
    padding-bottom: 5px; }

.ml-0 {
  margin-left: 0; }

html {
  font-size: 112.5%; }

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #454A54;
  font-size: 1rem;
  line-height: 1.5rem; }

p, ul, ol, h1, h2, h3, h4, h5, h6 {
  margin-top: 27px;
  margin-bottom: 0; }

h1 {
  font-size: 2.1111111111rem;
  font-size: 2.1111111111rempx;
  font-size: 2.1111111111rem/18rem;
  line-height: 2.3333333333rem;
  line-height: 2.3333333333rempx;
  line-height: 2.3333333333rem/18rem;
  margin-top: 2.1111111111rem;
  font-weight: bold; }

h2 {
  font-size: 1.9444444444rem;
  font-size: 1.9444444444rempx;
  font-size: 1.9444444444rem/18rem;
  line-height: 1.8333333333rem;
  line-height: 1.8333333333rempx;
  line-height: 1.8333333333rem/18rem;
  margin-top: 1.6666666667rem; }

h1 + h2 {
  margin-top: 0.6666666667rem; }

h3 {
  font-size: 1.5555555556rem;
  font-size: 1.5555555556rempx;
  font-size: 1.5555555556rem/18rem;
  line-height: 1.6111111111rem;
  line-height: 1.6111111111rempx;
  line-height: 1.6111111111rem/18rem;
  margin-top: 1.4444444444rem; }

h4 {
  font-size: 1.3333333333rem;
  font-size: 1.3333333333rempx;
  font-size: 1.3333333333rem/18rem;
  line-height: 1.4444444444rem;
  line-height: 1.4444444444rempx;
  line-height: 1.4444444444rem/18rem;
  margin-top: 1.3333333333rem; }

h3 + h4 {
  margin-top: 0.0277777778rem; }

h5, h6 {
  font-size: 1.2222222222rem;
  font-size: 1.2222222222rempx;
  font-size: 1.2222222222rem/18rem;
  line-height: 1.1111111111rem;
  line-height: 1.1111111111rempx;
  line-height: 1.1111111111rem/18rem;
  text-transform: uppercase; }

ul, ol {
  line-height: 1.5555555556rem;
  line-height: 1.5555555556rempx;
  line-height: 1.5555555556rem/18rem;
  margin-top: 1.2222222222rem; }

ul li, ol li {
  line-height: 1.2222222222rem;
  line-height: 1.2222222222rempx;
  line-height: 1.2222222222rem/18rem; }

p {
  line-height: 1.5555555556rem;
  line-height: 1.5555555556rempx;
  line-height: 1.5555555556rem/18rem;
  margin-top: 1.2222222222rem; }

.lead {
  font-size: 1.2333333333rem;
  font-size: 1.2333333333rempx;
  font-size: 1.2333333333rem/18rem;
  line-height: 1.6666666667rem;
  line-height: 1.6666666667rempx;
  line-height: 1.6666666667rem/18rem; }

small, .small, figcaption {
  font-size: 0.6666666667rem;
  font-size: 0.6666666667rempx;
  font-size: 0.6666666667rem/18rem;
  line-height: 1rem;
  line-height: 1rempx;
  line-height: 1rem/18rem; }

.br {
  display: block; }

a {
  color: #454A54;
  cursor: pointer; }
  a:hover, a:focus {
    color: #454A54;
    outline: none;
    text-decoration: none; }

.text-lead {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0; }

.head-lead {
  font-size: 18px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.2777777778rem; }

.page-content ol, .page-content ul {
  padding-left: 60px; }
  .page-content ol li + li, .page-content ul li + li {
    margin-top: 8px; }
  .page-content ol ol, .page-content ol ul, .page-content ul ol, .page-content ul ul {
    margin-top: 8px;
    margin-bottom: 22px; }

.page-content a,
.page-content p a {
  color: #454A54;
  cursor: pointer;
  text-decoration: underline; }
  .page-content a:hover, .page-content a:focus,
  .page-content p a:hover,
  .page-content p a:focus {
    color: #454A54;
    text-decoration: underline;
    outline: none;
    text-decoration: none; }

.page-content p a {
	font-weight:bold;
	color:#005EAA;
}
.page-content p a:hover, .page-content p a:focus {
color:#005EAA;
}

.article-title {
  font-size: 26px;
  font-size: 1.4444444444rem;
  line-height: falsepx;
  line-height: false/18rem;
  margin: 28px 0 0 0;
  padding: 0;
  font-weight: bold; }

.sub-title, .page-content h6, .list-content-styled > li > a {
  font-size: 22px;
  font-size: 1.2222222222rem;
  line-height: falsepx;
  line-height: false/18rem;
  position: relative;
  margin: 54px 0 0 0;
  padding: 0 0 10px 0;
  font-weight: normal;
  color: #1C1C1C;
  border-bottom: 2px solid #F5CB1C; }
  .sub-title:before, .page-content h6:before, .list-content-styled > li > a:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block; }
  .sub-title:before, .page-content h6:before, .list-content-styled > li > a:before {
    bottom: -2px;
    top: auto;
    height: 2px;
    width: 16%;
    left: -16%;
    background-color: #F5CB1C; }
  .sub-title + p, .page-content h6 + p, .list-content-styled > li > a + p {
    margin-top: 0.8888888889rem; }

.list-content-styled > li {
  list-style: none; }
  .list-content-styled > li > a {
    display: block; }

.a-underline:before, .h-underline:before, .breadcrumb-item + .breadcrumb-item::before, .navigation-main li:before, .sub-navigation-main__header:before, .sub-navigation-main__header--menu:after, .card-docentes--header:before, .card-docentes--sub-header:before, .card-docentes--header:after, .card-docentes--sub-header:after, .card-docentes--mdata-main:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.a-underline {
  position: relative;
  font-size: 16px;
  font-size: 0.8888888889rem; }
  .a-underline:before {
    width: 100%; }
  .a-underline.theme-blue-link {
    display: inline-block;
    color: #55A6B0;
    margin-top: 27px; }
    @media (max-width: 991px) {
      .a-underline.theme-blue-link {
        margin-bottom: 27px; } }
    .a-underline.theme-blue-link:before {
      background-color: #55A6B0;
      width: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
    .a-underline.theme-blue-link span {
      padding-right: 35px;
      position: relative;
      display: block; }
    .a-underline.theme-blue-link i {
      color: #55A6B0;
      position: absolute;
      right: 0;
      top: 5px; }
    .a-underline.theme-blue-link:hover:before {
      width: 100%; }

.h-underline {
  position: relative; }
  .h-underline:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #FFF500;
    width: 100%; }

.a-bg-dark {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #282828;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .a-bg-dark i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #B0B0B0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .a-bg-dark:hover i, .a-bg-dark:focus i {
    color: white; }

@-webkit-keyframes MenuAnimOut1 {
  0% { }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut3 {
  0% { }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut4 {
  0% { }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut5 {
  0% { }
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0; } }

@keyframes MenuAnimOut1 {
  0% { }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }

@keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }

@keyframes MenuAnimOut3 {
  0% { }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }

@keyframes MenuAnimOut4 {
  0% { }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }

@keyframes MenuAnimOut5 {
  0% { }
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; } }

.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out; }

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease; }

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease; }

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1; } }

@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; } }

@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }

@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }

@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }

@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; } }

.a-readmore {
  position: absolute;
  top: -23px;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .a-readmore .main-read {
    position: relative;
    width: 70px;
    height: 47px;
    background-color: #FFF500;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden; }
    .a-readmore .main-read .text-read {
      font-size: 16px;
      font-size: 0.8888888889rem;
      position: absolute;
      left: 0;
      opacity: 0;
      top: 10px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .a-readmore .main-read .plus {
      position: absolute;
      right: 12px;
      top: 10px;
      font-size: 35px;
      font-size: 1.9444444444rem;
      font-weight: bold; }
    .a-readmore .main-read:hover {
      width: 140px; }
      .a-readmore .main-read:hover .text-read {
        opacity: 1;
        left: 22px; }
  .a-readmore span {
    display: inline-block; }

.a-btn-yellow {
  background-color: #f1cc48;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
  color: white;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: 27px;
  border: 0; }
  .a-btn-yellow:hover i {
    color: #454A54; }
  .a-btn-yellow span {
    position: absolute;
    right: -55px;
    height: 100%;
    top: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fbdf76; }
    .a-btn-yellow span i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: white;
      font-size: 30px;
      font-size: 1.6666666667rem;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }

.a-btn-news {
  display: inline-block;
  padding: 13px;
  max-width: 170px;
  width: 170px;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  background-color: #FAEDBE;
  text-align: center;
  border: 0;
  text-transform: uppercase; }
  @media (max-width: 575px) {
    .a-btn-news {
      width: 100%;
      max-width: none; } }
  .a-btn-news a, .a-btn-news span {
    position: relative;
    z-index: 1; }
  .a-btn-news:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 0;
    display: block;
    background-color: #f1cc48;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .a-btn-news:hover:before, .a-btn-news:focus:before, .a-btn-news.active:before {
    width: 100%; }

.carousel-control-prev-icon {
  background-image: url("../images//arrow-right.png");
  width: 46px;
  height: 46px; }

.carousel-control-next-icon {
  background-image: url("../images//arrow-left.png");
  width: 46px;
  height: 46px; }

.carousel-control-prev {
  left: 40px; }

.carousel-control-next {
  right: 40px; }

.page-header-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 4; }
  .page-header-wrapper:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block; }
  .page-header-wrapper:before {
    height: 101px;
    background-color: rgba(63, 63, 63, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .page-header-wrapper .page-header--logo {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

@media (max-width: 991px) {
  .main-header--language {
    position: absolute;
    top: 0;
    right: -15px;
    z-index: 88; } }

.main-header--language ul li {
  display: inline; }

.main-header--language ul a {
  font-size: 13px;
  font-size: 0.7222222222rem;
  font-family: "Arsenal", sans-serif;
  color: rgba(255, 255, 255, 0.562);
  display: inline-block;
  text-decoration: none;
  color: white; }

.main-header--language ul .active {
  display: none; }

.main-header--language ul abbr {
  text-decoration: none;
  border: none;
  cursor: pointer; }

.main-header h1, .main-header h3 {
  letter-spacing: 0;
  margin-top: 0; }

.main-header h1 {
  font-size: 17px;
  font-size: 0.9444444444rem;
  line-height: 1.2;
  font-weight: normal;
  padding-top: 7px; }
  @media (max-width: 767px) {
    .main-header h1 {
      padding-bottom: 0; } }
  @media (max-width: 575px) {
    .main-header h1 {
      font-size: 14px;
      font-size: 0.7777777778rem; } }

.main-header h3 {
  font-size: 12px;
  font-size: 0.6666666667rem;
  font-weight: lighter; }
  @media (max-width: 575px) {
    .main-header h3 {
      font-size: 11px;
      font-size: 0.6111111111rem;
      line-height: 12px;
      line-height: 0.6666666667rem; } }
  .main-header h3 a:hover {
    text-decoration: underline; }

.main-header a, .main-header h1, .main-header h3 {
  color: white; }

.main-header--detail {
  padding-top: 16px; }
  @media (max-width: 767px) {
    .main-header--detail {
      padding-top: 16px; } }
  @media (min-width: 1200px) {
    .main-header--detail {
      padding-left: 0; } }

.page-header-hero__detail {
  position: absolute;
  top: 50%;
  width: 100%; }

.page-header-hero__detail--title {
  font-size: 59px;
  line-height: 72px;
  text-shadow: 0 2px 2px rgba(51, 51, 51, 0.70);
  font-family: "Bahnschrift";
  letter-spacing: 0;
  color: white;
  margin-top: 0;
  margin-left: -9px;
  margin-bottom: 22px; }
  @media (max-width: 991px) {
    .page-header-hero__detail--title {
      margin-left: 0;
      font-size: 36px;
      font-size: 2rem; 
      line-height: 40px;
      } }
  @media (max-width: 575px) {
    .page-header-hero__detail--title {
      margin-left: auto;
      font-size: 28px;
      font-size: 1.5555555556rem;
      line-height: 36px;
      line-height: 2rem; } }

.page-header-wrapper.fixed {
  position: fixed;
  z-index: 100; }
  .page-header-wrapper.fixed:before {
    background-color: #1c3454; }

@media (min-width: 768px) and (max-width: 991px) {
  .page-header-wrapper.fixed .page-header--logo {
    width: 50%; } }
  @media (max-width: 575px) {
    .page-header-wrapper.fixed .page-header--logo {
      width: 75%;
      position: absolute;
      top: 0;
      left: 15px; } }
  .page-header-wrapper.fixed .h-underline:before {
    background-color: transparent; }
  .page-header-wrapper.fixed .navigation {
    padding-top: 0; }
  .page-header-wrapper.fixed .navigation, .page-header-wrapper.fixed .main-header--detail {
    padding-top: 0; }
    @media (max-width: 991px) {
      .page-header-wrapper.fixed .navigation, .page-header-wrapper.fixed .main-header--detail {
        padding-top: 20px; } }
  .page-header-wrapper.fixed .dl-menuwrapper button {
    right: 37px;
    top: -48px; }
    @media (max-width: 575px) {
      .page-header-wrapper.fixed .dl-menuwrapper button {
        right: 2px; } }
  @media (max-width: 991px) {
    .page-header-wrapper.fixed .dl-menuwrapper {
      margin-top: -1px; } }

footer {
  background-color: #222222; }
  footer a, footer h3, footer p {
    color: #6a6a6a; }
  footer h3 {
    font-size: 15px;
    font-size: 0.8333333333rem;
    letter-spacing: 0;
    margin-top: 22px;
    font-weight: bold; }
  footer p {
    margin-bottom: 55px;
    font-size: 14px;
    font-size: 0.7777777778rem; }
  footer img {
    margin-top: 27px; }

.bg-gray-footer {
  background-color: #1c1c1c;
  padding-top: 33px;
  padding-bottom: 26px; }
  .bg-gray-footer p {
    font-size: 13.2px;
    font-size: 0.7333333333rem;
    margin-top: 0;
    margin-bottom: 0;
    font-style: italic; }

.footer-list li {
  display: inline-block; }
  .footer-list li a {
    font-style: italic;
    font-size: 13.2px;
    font-size: 0.7333333333rem;
    padding-right: 33px; }
    .footer-list li a i {
      padding-left: 15px; }

.footer-navigation li {
  font-size: 14px;
  font-size: 0.7777777778rem; }

figure {
  position: relative;
  overflow: hidden;
  margin: 0; }

.content-wrapper figure {
  margin-top: 27px; }

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 0px; }
  @media (max-width: 575px) {
    .breadcrumb {
      margin-top: 5px; } }

@media (min-width: 1200px) {
  .breadcrumb-wrapper {
    padding-left: 0; } }

.breadcrumb-item {
  position: relative; }
  @media (max-width: 767px) {
    .breadcrumb-item {
      font-size: 16px;
      font-size: 0.8888888889rem; } }
  @media (max-width: 575px) {
    .breadcrumb-item {
      font-size: 14px;
      font-size: 0.7777777778rem; } }
  .breadcrumb-item + .breadcrumb-item::before {
    content: '';
    left: 0;
    height: 100%;
    background-color: #f1cc48;
    padding: 0;
    width: 1px; }
  .breadcrumb-item + .breadcrumb-item a, .breadcrumb-item + .breadcrumb-item span {
    padding-left: 15px; }
  .breadcrumb-item a, .breadcrumb-item span {
    font-size: 11px;
    font-size: 0.6111111111rem;
    padding-right: 15px;
    color: white;
    text-transform: uppercase; }

.breadcrumb-main {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 24%; }
  @media (max-width: 1199px) {
    .breadcrumb-main {
      top: 25%; } }
  @media (max-width: 991px) {
    .breadcrumb-main {
      display: none; } }

.navigation {
  padding-top: 15px; }

.navigation-main li {
  position: relative;
  display: inline-block;
  font-family: "Arsenal", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  padding-bottom: 0;
  color: white; }
  .navigation-main li a {
    display: block;
    padding-left: 15px;
    padding-right: 15px; }
  .navigation-main li .navigation-main__itemseparator {
    cursor: default; }
  .navigation-main li:last-child a {
    padding-right: 0; }
  .navigation-main li:hover, .navigation-main li.active, .navigation-main li:focus {
    outline: none; }
    .navigation-main li:hover:before, .navigation-main li.active:before, .navigation-main li:focus:before {
      height: 8px;
      opacity: 1; }
  .navigation-main li:before {
    left: 0;
    background-color: #FFF500;
    width: 100%;
    height: 0;
    opacity: 0; }

.navigation-main-bottom ul ul {
  display: none; }

.navigation-main-bottom li {
  font-size: 17px;
  font-size: 0.9444444444rem; }
  .navigation-main-bottom li a {
    padding-bottom: 15px; }

.navigation-main-bottom > li {
  color: white; }
  .navigation-main-bottom > li:hover {
    z-index: 1; }
    .navigation-main-bottom > li:hover > ul {
      opacity: 1;
      visibility: visible;
      height: auto; }
  .navigation-main-bottom > li ul {
    position: absolute;
    z-index: 1;
    right: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(63, 63, 63, 0.9);
    opacity: 0;
    min-width: 250px; }
    @media (max-width: 1199px) {
      .navigation-main-bottom > li ul {
        min-width: 295px; } }
    .navigation-main-bottom > li ul li {
      padding-left: 0;
      padding-right: 0;
      display: block; }
      .navigation-main-bottom > li ul li a {
        padding-left: 0;
        padding-right: 0; }

.navigation-main-top ul {
  display: none; }

.navigation-main-top li {
  font-size: 14px;
  font-size: 0.7777777778rem; }
  .navigation-main-top li:before {
    bottom: auto;
    top: 0; }
  .navigation-main-top li:hover, .navigation-main-top li.active, .navigation-main-top li:focus {
    outline: none; }
    .navigation-main-top li:hover:before, .navigation-main-top li.active:before, .navigation-main-top li:focus:before {
      height: 4px; }

.navigation-main-top a {
  padding-bottom: 8px;
  padding-top: 8px; }

.sub-navigation-main__header {
  background-color: #FAEDBE;
  position: relative; }
  .sub-navigation-main__header:before {
    height: 4px;
    width: 100%;
    background-color: #f1cc48; }
  .sub-navigation-main__header h3 {
    font-size: 22px;
    font-size: 1.2222222222rem;
    font-family: "Playfair Display", serif;
    letter-spacing: 0;
    margin-top: 0;
    padding-top: 35px;
    padding-left: 45px;
    padding-bottom: 18px; }

.nav-bar-menu {
  position: absolute;
  right: 37px;
  top: -99px;
  font-size: 30px;
  font-size: 1.6666666667rem; }
  @media (max-width: 767px) {
    .nav-bar-menu {
      right: 11px;
      top: -53px; } }

.sub-navigation-main__header--menu {
  max-width: 350px;
  width: 350px;
  overflow: hidden;
  background-color: rgba(250, 237, 190, 0.3); }
  @media (max-width: 575px) {
    .sub-navigation-main__header--menu {
      width: 100%;
      max-width: none; } }
  .sub-navigation-main__header--menu:after {
    height: 4px;
    width: 100%;
    background-color: #f1cc48;
    top: 0;
    bottom: inherit; }
  .sub-navigation-main__header--menu:before {
    display: none; }
  .sub-navigation-main__header--menu h3 {
    padding-top: 15px;
    padding-bottom: 22px;
    padding-left: 10px; }

.sub-navigation-main__menu li {
  display: inline-block;
  padding: 8px;
  max-width: 170px;
  width: 170px;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 5px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  background-color: #FAEDBE;
  text-align: center; }
  @media (max-width: 575px) {
    .sub-navigation-main__menu li {
      width: 100%;
      max-width: none; } }
  .sub-navigation-main__menu li a, .sub-navigation-main__menu li span {
    position: relative;
    z-index: 1; }
  .sub-navigation-main__menu li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 0;
    display: block;
    background-color: #f1cc48;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .sub-navigation-main__menu li:hover:before, .sub-navigation-main__menu li:focus:before, .sub-navigation-main__menu li.active:before {
    width: 100%; }

.card-urgencies {
  position: relative;
  background-color: white;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  margin-bottom: 155px;
  top: -85px;
  z-index: 1;
  /* temp */
  max-height: 127px;
  height: 127px;
  /* temp */ }
  @media (max-width: 767px) {
    .card-urgencies {
      margin-bottom: 0; } }

.card-urgencies--details .card-urgencies--details__inner {
  padding: 15px; }

.card-urgencies--details h3 {
  font-size: 25px;
  font-size: 1.3888888889rem;
  margin-top: 0;
  letter-spacing: 0;
  color: #55A6B0;
  font-weight: bold;
  padding-top: 5px; }

.card-urgencies--details p {
  margin-top: 10px; }

.card-urgencies--more {
  position: relative;
  background-color: #A5121F;
  border-top-right-radius: 15px;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .card-urgencies--more a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: white;
    font-size: 35px;
    font-size: 1.9444444444rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .card-urgencies--more:hover a, .card-urgencies--more:focus a {
    color: #55A6B0;
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }

.bg-blue {
  background-color: #2A3E6B;
  font-size: 14px;
  font-size: 0.7777777778rem;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: 0;
  margin-top: 13px; }

.card-showcase {
  margin-top: -197px;
  margin-bottom: 65px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media (max-width: 991px) {
    .card-showcase {
      margin-bottom: 27px; } }
  @media (max-width: 991px) {
    .card-showcase:last-of-type {
      margin-top: 27px; } }
  @media (max-width: 767px) {
    .card-showcase {
      margin-top: 0; } }
  .card-showcase .card-img-top {
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .card-showcase .card-img-top:hover .icon {
      width: 79px;
      height: 79px; }
  .card-showcase .card {
    -webkit-box-shadow: 0 3px 0 0 rgba(51, 51, 51, 0.15);
            box-shadow: 0 3px 0 0 rgba(51, 51, 51, 0.15);
    border-radius: 0;
   height: 100%;
     /*max-height: 511px;*/
    /*height: 511px;*/
    /*overflow: hidden; */
    }
    @media (max-width: 767px) {
      .card-showcase .card {
        height: auto;
        max-height: none; } }
  .card-showcase .icon {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .card-showcase .icon.theme-1 {
      background-color: rgba(220, 137, 23, 0.5); }
      .card-showcase .icon.theme-1 span {
        background-color: #DC8917; }
    .card-showcase .icon.theme-2 {
      background-color: rgba(123, 193, 193, 0.5); }
      .card-showcase .icon.theme-2 span {
        background-color: #7BC1C1; }
    .card-showcase .icon.theme-3 {
      background-color: rgba(142, 21, 79, 0.5); }
      .card-showcase .icon.theme-3 span {
        background-color: #8E154F; }
    .card-showcase .icon span {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: white;
      border-radius: 100%;
      width: 79px;
      height: 79px; }
      .card-showcase .icon span i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 28px;
        font-size: 1.5555555556rem; }

.card-showcase--list {
  margin-top: 19px; }
  .card-showcase--list ul {
    display: none; }
  .card-showcase--list li {
    display: block;
    position: relative; }
    .card-showcase--list li a {
      font-size: 16px;
      font-size: 0.8888888889rem;
      line-height: 16px;
      line-height: 0.8888888889rem;
      position: relative;
      z-index: 1;
      display: block;
      padding-top: 20px;
      padding-bottom: 15px;
      color: #444a54;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .card-showcase--list li a span {
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        z-index: 3; }
      .card-showcase--list li a:before {
        content: '';
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        width: 0;
        height: 100%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .card-showcase--list li a:hover:before {
        width: 100%; }
      .card-showcase--list li a:hover span {
        color: white; }
    .card-showcase--list li:after {
      content: '';
      width: 100%;
      display: block;
      border-bottom: 1px dashed; }
    .card-showcase--list li:last-child:after {
      display: none; }
  .card-showcase--list.theme-1 li:after {
    border-bottom-color: #F3B08A; }
  .card-showcase--list.theme-1 a:hover:before {
    background-color: #F3B08A; }
  .card-showcase--list.theme-2 li:after {
    border-bottom-color: #7BC1C1; }
  .card-showcase--list.theme-2 a:hover:before {
    background-color: #7BC1C1; }
  .card-showcase--list.theme-3 li:after {
    border-bottom-color: #8E154F; }
  .card-showcase--list.theme-3 a:hover:before {
    background-color: #8E154F; }

.card-highlight {
  border-radius: 0;
  -webkit-box-shadow: 0 3px 0 0 rgba(51, 51, 51, 0.15);
          box-shadow: 0 3px 0 0 rgba(51, 51, 51, 0.15);
  min-height: 576px;
  overflow: hidden;
  margin-bottom: 56px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .card-highlight .card-block {
    position: relative; }

.card-highlight--title {
  font-size: 22px;
  line-height: 32px;
  margin-top: 22px;
  font-family: "Bahnschrift";
  font-weight: bold;
  letter-spacing: 0; }

@media (max-width: 767px) {
  .card-highlight--detail {
    margin-bottom: 56px; } }

.card-highlight--image {
  min-height: 351px;
  position: relative; }
  .card-highlight--image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    display: block;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: rgba(63, 63, 63, 0.65); }
  .card-highlight--image:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1; }
  .card-highlight--image:hover span {
    opacity: 1;
    -webkit-transition-delay: .2s;
            transition-delay: .2s; }
  .card-highlight--image span {
    font-size: 16px;
    font-size: 0.8888888889rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: rgba(255,245,0, 0.9);
    padding: 10px 24px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

.card-highlight--desc {
  font-size: 13.2px;
  line-height: 24px;
}
  @media (max-width: 991px) {
    .card-highlight--desc {
      padding-bottom: 12px; } }

.card-highlight--ensino {
  height: auto;
  min-height: inherit;
  width: 100%; }
  @media (max-width: 767px) {
    .card-highlight--ensino {
      margin-bottom: 26px; } }
  .card-highlight--ensino .card-highlight--title {
    min-height: 60px;
    margin-top: 32px; }
  .card-highlight--ensino .main-read {
    top: 22px; }

.card-president {
  top: -12px; }
  @media (max-width: 767px) {
    .card-president {
      top: 0; } }

.card-president--details {
  padding-top: 95px;
  font-family: "Playfair Display", serif; }
  @media (max-width: 1199px) {
    .card-president--details {
      padding-top: 20px; } }

.card-president--details__title {
  font-size: 22px;
  font-size: 1.2222222222rem;
  margin-top: 0;
  margin-bottom: 4px;
  letter-spacing: 0; }

.card-president--details__job {
  font-size: 16px;
  font-size: 0.8888888889rem;
  margin-top: 0; }
  .card-president--details__job + p {
    margin-top: 0;
    font-size: 16px;
    font-size: 0.8888888889rem; }

.sub-navigation-main__wrapper {
  background-color: rgba(250, 237, 190, 0.5);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px; }
  .sub-navigation-main__wrapper li {
    position: relative; }
    .sub-navigation-main__wrapper li:last-of-type {
      border: none;
      margin-bottom: 20px; }
    .sub-navigation-main__wrapper li.active > ul {
      max-height: 1000px;
      -webkit-transition: max-height 800ms;
      transition: max-height 800ms; }
    .sub-navigation-main__wrapper li.active > a:before {
      width: 100%; }
    .sub-navigation-main__wrapper li.active > .toogler {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .sub-navigation-main__wrapper a {
    position: relative;
    padding-bottom: 14px;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-bottom: 1px dashed #f1cc48; }

@media (min-width: 768px) and (max-width: 991px) {
  .sub-navigation-main__wrapper a {
    font-size: 15px;
    font-size: 0.8333333333rem;
    width: 220px; } }
    .sub-navigation-main__wrapper a:before {
      content: '';
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 0;
      height: 100%;
      background-color: white;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .sub-navigation-main__wrapper a:hover:before {
      width: 100%; }
    .sub-navigation-main__wrapper a span {
      position: relative; }
  .sub-navigation-main__wrapper ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 800ms;
    transition: max-height 800ms; }
  .sub-navigation-main__wrapper .sublevel {
    padding-left: 20px; }

@media (min-width: 768px) and (max-width: 991px) {
  .sub-navigation-main__wrapper .sublevel {
    padding-left: 0; } }
  .sub-navigation-main__wrapper .toogler {
    position: absolute;
    right: 22px;
    top: 12px;
    color: #f1cc48;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer; }
    .sub-navigation-main__wrapper .toogler i {
      font-size: 28px;
      font-size: 1.5555555556rem;
      line-height: falsepx;
      line-height: false/18rem; }

.card-docentes--header, .card-docentes--sub-header {
  position: relative;
  padding-bottom: 8px; }
  .card-docentes--header:before, .card-docentes--sub-header:before, .card-docentes--header:after, .card-docentes--sub-header:after {
    width: 100%;
    left: 0;
    background-color: #f1cc48; }
  .card-docentes--header:after, .card-docentes--sub-header:after {
    left: -95px; }

.card-docentes--sub-header:after {
  left: -10px; }

.card-docentes--header__title {
  font-size: 28px;
  font-size: 1.5555555556rem;
  line-height: falsepx;
  line-height: false/18rem;
  font-weight: 600;
  letter-spacing: 0; }

.card-docentes--mdata {
  position: relative;
  margin-top: 15px; }

.card-docentes--mdata-main {
  position: relative;
  margin-bottom: 15px; }
  .card-docentes--mdata-main:before {
    right: 0;
    height: 100%;
    width: 3px;
    background-color: #e1e1e1; }

.card-docentes--mdata__image {
  height: 130px;
  max-height: 130px; }
  @media (max-width: 575px) {
    .card-docentes--mdata__image {
      display: block;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      width: 100%;
      padding: 56.25% 0 0 0; }
      .card-docentes--mdata__image img, .card-docentes--mdata__image figcaption {
        display: none; } }

.card-docentes--mdata__title {
  font-size: 22px;
  font-size: 1.2222222222rem;
  line-height: 26px;
  line-height: 1.4444444444rem;
  font-family: "Playfair Display", serif;
  margin-bottom: 5px;
  letter-spacing: 0;
  margin-top: 15px;
  font-weight: bold; }

.card-docentes--mdata__job {
  font-size: 16px;
  font-size: 0.8888888889rem;
  line-height: falsepx;
  line-height: false/18rem; }

.card-docentes--mdata__link {
  color: #0e2b54;
  font-size: 15px;
  font-size: 0.8333333333rem;
  line-height: falsepx;
  line-height: false/18rem; }

.table-study-plan {
  font-size: 14px;
  font-size: 0.7777777778rem; }
  @media (max-width: 575px) {
    .table-study-plan {
      display: block;
      width: 100%;
      overflow-x: auto;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }
  .table-study-plan thead {
    font-weight: normal; }
    .table-study-plan thead th {
      font-size: 16px;
      font-size: 0.8888888889rem;
      font-weight: normal;
      text-transform: uppercase;
      padding-bottom: 0;
      padding-left: 10px; }
      @media (max-width: 575px) {
        .table-study-plan thead th {
          font-size: 12px;
          font-size: 0.6666666667rem;
          line-height: 15px;
          line-height: 0.8333333333rem;
          padding-bottom: 5px; } }
  .table-study-plan .separator {
    color: #454A54; }

.bar-study-plan {
  padding: 5px 15px; }
  .bar-study-plan h1 {
    margin-top: 0;
    font-size: 18px;
    font-size: 1rem;
    letter-spacing: 0; }

.nav-bar-study-plan li {
  padding: 8px;
  max-width: 160px;
  width: 160px;
  overflow: hidden;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  background-color: #FAEDBE; }
  @media (max-width: 575px) {
    .nav-bar-study-plan li {
      width: 100%;
      max-width: none; } }
  .nav-bar-study-plan li a, .nav-bar-study-plan li span {
    position: relative;
    z-index: 1; }
  .nav-bar-study-plan li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 0;
    display: block;
    background-color: #f1cc48;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .nav-bar-study-plan li:hover:before, .nav-bar-study-plan li:focus:before, .nav-bar-study-plan li.active:before {
    width: 100%; }

.page-content .nav {
  padding-left: 0; }
  .page-content .nav li {
    padding: 8px;
    max-width: 160px;
    width: 160px;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    background-color: #FAEDBE;
    text-align: center; }
    @media (max-width: 575px) {
      .page-content .nav li {
        width: 100%;
        max-width: none; } }
    .page-content .nav li a, .page-content .nav li span {
      position: relative;
      z-index: 1; }
    .page-content .nav li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 100%;
      width: 0;
      display: block;
      background-color: #f1cc48;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .page-content .nav li:hover:before, .page-content .nav li:focus:before, .page-content .nav li.active:before {
      width: 100%; }

.news-pagination-list {
  display: none; }

.owl-nav {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-680%, -50%);
          transform: translate(-680%, -50%); }
  @media (max-width: 1199px) {
    .owl-nav {
      -webkit-transform: translate(-590%, -50%);
              transform: translate(-590%, -50%); } }
  @media (max-width: 991px) {
    .owl-nav {
      -webkit-transform: translate(-380%, -50%);
              transform: translate(-380%, -50%); } }
  @media (max-width: 767px) {
    .owl-nav {
      display: none; } }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 15px;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: relative;
  border: 1px solid white;
  border-radius: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .owl-theme .owl-nav [class*='owl-'] i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.owl-theme .owl-nav [class*='owl-']:hover {
  background-color: #f1cc48;
  text-decoration: none; }
  .owl-theme .owl-nav [class*='owl-']:hover i {
    color: #1C1C1C; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  /* Hide the inner submenus */ }

@media (min-width: 768px) and (max-width: 991px) {
  .dl-menuwrapper {
    width: 94%;
    margin-top: -60px; } }
  .dl-menuwrapper:first-child {
    margin-right: 100px; }
  .dl-menuwrapper button {
    background: transparent;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    cursor: pointer;
    outline: none; }
    .dl-menuwrapper button:after {
      content: '';
      position: absolute;
      top: 10px;
      left: 16%;
      width: 68%;
      height: 5px;
      background: #fff;
      -webkit-box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
              box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }
  .dl-menuwrapper ul {
    background: #1c3454;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    .dl-menuwrapper ul li {
      position: relative; }
      .dl-menuwrapper ul li a {
        position: relative;
        display: block;
        padding: 15px 20px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        color: white !important;
        outline: none; }
      .dl-menuwrapper ul li > a:not(:only-child):after {
        font-size: 22px;
        font-size: 1.2222222222rem;
        position: absolute;
        top: 0;
        line-height: 50px;
        font-family: 'FontAwesome';
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        color: white !important; }
      .dl-menuwrapper ul li.dl-back:after {
        position: absolute;
        top: 0;
        line-height: 50px;
        font-family: 'FontAwesome';
        speak: none;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        left: 10px;
        color: white;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .dl-menuwrapper ul li.dl-back > a {
        padding-left: 30px;
        cursor: pointer; }
      .dl-menuwrapper ul li > a:after {
        right: 10px;
        color: rgba(0, 0, 0, 0.15); }
  .dl-menuwrapper .dl-menu {
    width: 100%;
    margin: 5px 0 0 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    height: 0;
    margin-left: 14px; }
    @media (max-width: 991px) {
      .dl-menuwrapper .dl-menu {
        margin-left: 0; } }
    .dl-menuwrapper .dl-menu.dl-menu-toggle {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .dl-menuwrapper .dl-menu.dl-menuopen {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      visibility: visible;
      height: auto;
      margin-top: 26px; }
    .dl-menuwrapper .dl-menu.dl-subview li, .dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menuwrapper .dl-menu.dl-subview li.dl-subview > a {
      display: none; }
    .dl-menuwrapper .dl-menu.dl-subview li.dl-subview, .dl-menuwrapper .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen, .dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
      display: block; }
    .dl-menuwrapper .dl-menu.dl-animate-out-1 {
      -webkit-animation: MenuAnimOut1 0.4s;
              animation: MenuAnimOut1 0.4s; }
    .dl-menuwrapper .dl-menu.dl-animate-out-2 {
      -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
              animation: MenuAnimOut2 0.3s ease-in-out; }
    .dl-menuwrapper .dl-menu.dl-animate-out-3 {
      -webkit-animation: MenuAnimOut3 0.4s ease;
              animation: MenuAnimOut3 0.4s ease; }
    .dl-menuwrapper .dl-menu.dl-animate-out-4 {
      -webkit-animation: MenuAnimOut4 0.4s ease;
              animation: MenuAnimOut4 0.4s ease; }
    .dl-menuwrapper .dl-menu.dl-animate-out-5 {
      -webkit-animation: MenuAnimOut5 0.4s ease;
              animation: MenuAnimOut5 0.4s ease; }
  .dl-menuwrapper li ul {
    display: none; }
  .dl-menuwrapper > .dl-submenu {
    /* Dynamically added submenu outside of the menu context */
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0; }
    .dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
      -webkit-animation: SubMenuAnimIn1 0.4s ease;
              animation: SubMenuAnimIn1 0.4s ease; }
    .dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
      -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
              animation: SubMenuAnimIn2 0.3s ease-in-out; }
    .dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
      -webkit-animation: SubMenuAnimIn3 0.4s ease;
              animation: SubMenuAnimIn3 0.4s ease; }
    .dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
      -webkit-animation: SubMenuAnimIn4 0.4s ease;
              animation: SubMenuAnimIn4 0.4s ease; }
    .dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
      -webkit-animation: SubMenuAnimIn5 0.4s ease;
              animation: SubMenuAnimIn5 0.4s ease; }
    .dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
      -webkit-animation: SubMenuAnimOut1 0.4s ease;
              animation: SubMenuAnimOut1 0.4s ease; }
    .dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
      -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
              animation: SubMenuAnimOut2 0.3s ease-in-out; }
    .dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
      -webkit-animation: SubMenuAnimOut3 0.4s ease;
              animation: SubMenuAnimOut3 0.4s ease; }
    .dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
      -webkit-animation: SubMenuAnimOut4 0.4s ease;
              animation: SubMenuAnimOut4 0.4s ease; }
    .dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
      -webkit-animation: SubMenuAnimOut5 0.4s ease;
              animation: SubMenuAnimOut5 0.4s ease; }

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }
  .no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: ''; }

.dl-active .dl-menuopen .dl-subviewopen {
  top: 0; }
  @media (max-width: 991px) {
    .dl-active .dl-menuopen .dl-subviewopen {
      top: 0; } }
      
.page-content p {
line-height:21px;
}
