@import '@angular/material/prebuilt-themes/deeppurple-amber.css';

@charset "UTF-8";
* {
  box-sizing: border-box;
}


*::after, *::before {
  box-sizing: border-box;
}


/**
 * modified version of eric meyer's reset 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 */
/**
 * basic reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.fixed {
  position: fixed !important;
  background-color: #ffffff;
  top: 0px !important;
  z-index: 999;
  width: 100%; }

.highlighted { 
  background: yellow; 
  display: inline !important;
  font-family: "Cardo-Regular", Arial, sans-serif !important;
  color: #183564 !important;
  text-transform: none !important;
} 
/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: black;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.social_btns {
  text-align: center;
  display: block;
  padding: 0;
  border-top: 0 !important;
}

.social_btns h3{
color: #183564;
font-family: "Montserrat-Bold";
font-size: .875rem;
-ms-flex-pack: center;
  justify-content: center;
padding: 0;
margin-bottom: 0;
text-transform: uppercase;
width: 100%;
}

  .social_btns a {
      display: inline-block;
      width: 15px !important;
      height: 15px;
      padding: 0 !important;
      background: transparent no-repeat center top / 100% auto;
      transition: 0s;
      margin: 0 5px;
      vertical-align: inherit;
      opacity: 0.8;
      filter: alpha(opacity=80);
  }


  .social_btns a:hover{
    background-position: 50% bottom !important;
  }


.social_btns a.linkedin {
  background-image: url(../img/linkedin.png);
}
.social_btns a.youtube {
  background-image: url(../img/youtube.png);
}
.social_btns a.twitter {
  background-image: url(../img/twitter.png);
}

.social_btns a.instagram {
  background-image: url(../img/instagram.png);
}



.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.year-training {
  font-family: Montserrat-Bold,Arial,sans-serif;
  text-transform: uppercase;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

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

@font-face {
  font-family: "Montserrat-Bold";
  font-weight: bold;
  src: url("/assets/fonts/montserrat-bold-webfont.eot?") format("eot"), url("/assets/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("/assets/fonts/montserrat-bold-webfont.woff") format("woff"), url("/assets/fonts/montserrat-bold-webfont.ttf") format("truetype"), url("/assets/fonts/montserrat-bold-webfont.svg#Montserrat-Bold") format("svg");
}

@font-face {
  font-family: "Montserrat-Regular";
  font-weight: normal;
  src: url("/assets/fonts/montserrat-regular-webfont.eot?") format("eot"), url("/assets/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("/assets/fonts/montserrat-regular-webfont.woff") format("woff"), url("/assets/fonts/montserrat-regular-webfont.ttf") format("truetype"), url("/assets/fonts/montserrat-regular-webfont.svg#Montserrat-Regular") format("svg");
}

@font-face {
  font-family: "Cardo-Bold";
  font-weight: bold;
  src: url("/assets/fonts/cardo-bold-webfont.eot?") format("eot"), url("/assets/fonts/cardo-bold-webfont.woff2") format("woff2"), url("/assets/fonts/cardo-bold-webfont.woff") format("woff"), url("/assets/fonts/cardo-bold-webfont.ttf") format("truetype"), url("/assets/fonts/cardo-bold-webfont.svg#Cardo-Bold") format("svg");
}

@font-face {
  font-family: "Cardo-Regular";
  font-weight: normal;
  src: url("/assets/fonts/cardo-regular-webfont.eot?") format("eot"), url("/assets/fonts/cardo-regular-webfont.woff2") format("woff2"), url("/assets/fonts/cardo-regular-webfont.woff") format("woff"), url("/assets/fonts/cardo-regular-webfont.ttf") format("truetype"), url("/assets/fonts/cardo-regular-webfont.svg#Cardo-Regular") format("svg");
}

@font-face {
  font-family: "Cardo-Semibold";
  font-weight: 600;
  src: url("/assets/fonts/cardo-regular-webfont.eot?") format("eot"), url("/assets/fonts/cardo-regular-webfont.woff2") format("woff2"), url("/assets/fonts/cardo-regular-webfont.woff") format("woff"), url("/assets/fonts/cardo-regular-webfont.ttf") format("truetype"), url("/assets/fonts/cardo-regular-webfont.svg#Cardo-Semibold") format("svg");
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #444b55;
  font-family: "Cardo-Regular";
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-Bold", Arial, sans-serif;
  text-transform: uppercase;
}

h1 {
  color: #fff;
  font-size: 2.625rem;
}

h2 {
  color: #829bc4;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

h4 {
  font-family: "Montserrat-Regular";
  font-size: .875rem;
  margin-bottom: .5rem;
}

p {
  font-size: 1.125rem;
  padding-bottom: .7rem;
}

p + h2 {
  margin-top: .5rem;
}

p + h3 {
  margin-top: .5rem;
}

p + h4 {
  margin-top: .25rem;
}

p + div {
  margin-top: 1rem;
}

div > h2 {
  margin-top: 1rem;
}

div > h3 {
  margin-top: .5rem;
}

div > h4 {
  margin-top: .25rem;
}

li {
  font-size: 1.125rem;
}

small {
  font-size: 85%;
}

a.read-more {
  color: #183564;
  font-weight: bold;
  margin-right: .5rem;
  text-decoration: underline;
}

a.read-more::before {
  content: '+ ';
}

.button {
  border: 0;
  border-radius: 4px;
  display: block;
  margin: 1rem 0;
  padding: .5rem 2.6rem;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .button {
    display: inline-block;
    margin: 1rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 1222px) {
  .button {
    display: inline-block;
    margin: 1rem;
    margin-left: 0;
  }
}

.button.cta-primary {
  background-color: #ffb600;
  color: #183564;
  font-family: "Montserrat-Bold";
  font-size: .875rem;
  padding: 1.25rem 1.75rem;
  text-transform: uppercase;
}

.button.cta-primary span {
  color: #fff;
  padding-left: .5rem;
}

.button.cta-primary:hover, .button.cta-primary:focus {
  background-color: #829bc4;
  text-decoration: none;
}

.button.cta-primary[disabled] {
  background: #b5bfce;
  color: #8691a0;
}

.button.cta-primary[disabled] span {
  color: #8691a0;
}

.button.cta-secondary {
  background-color: #fff;
  border: solid 2px #183564;
  color: #183564;
  font-family: "Montserrat-Regular";
  font-size: .75rem;
  padding: .75rem 1.3125rem;
  text-transform: uppercase;
}

.button.cta-secondary:hover {
  background-color: #183564;
  color: #fff;
  text-decoration: none;
}

.button.cta-secondary.button-small {
  font-size: .75rem;
  padding: .5rem 1rem;
}

.button.cta-secondary[disabled] {
  background: #fff;
  border-color: #8691a0;
  color: #8691a0;
}

.button.cta-secondary[disabled] span {
  color: #8691a0;
}

.button.cta-tertiary {
  background-color: #fff;
  color: #183564;
  font-family: "Montserrat-Regular";
  font-size: .875rem;
  font-weight: bold;
  padding: 1.25rem 3.25rem;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .button.cta-tertiary {
    padding: 1.25rem 7.25rem;
  }
}

.button.cta-tertiary:hover {
  background-color: #183564;
  color: #fff;
  text-decoration: none;
}

body > :not(.header) {
  top: 64px;
}

app-root > :not(.header) {
  top: 64px;
}

@media screen and (min-width: 769px) {
  body > :not(.header) {
    top: 0;
  }
  app-root > :not(.header) {
  top: 0;
}
}

.container {
  margin: 0 auto;
  max-width: 1392px;
  position: relative;
  right: 0;
  transition: right .3s ease;
}

.container.menu-is-open {
  right: 78%;
}

.container.menu-is-open .header {
  background: #113465;
  left: initial;
  margin-left: 0;
  margin-right: 0;
  right: 78%;
}

.container.menu-is-open .icon-menu {
  color: #ffb600;
}

.container.menu-is-open .icon-menu::before {
  content: "";
}

.container.menu-is-open::before {
  background-color: rgba(24, 53, 100, 0.9);
  bottom: 0;
  content: '';
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .header,
  main,
  footer {
    position: relative;
    top: 35px;
  }
}

section,
footer {
  padding: 2rem 0;
}

@media screen and (min-width: 769px) {
  section,
  footer {
    padding: 3rem 0 2rem;
  }
}

.visible-md {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .visible-md {
    display: inherit !important;
  }
}

.visible-sm {
  display: inherit !important;
}

@media screen and (min-width: 769px) {
  .visible-sm {
    display: none !important;
  }
}

.row {
  margin: 0 auto;
  max-width: 128rem;
  padding: 0 6%;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .row {
    padding: 0 10%;
  }
  .row .row {
    padding: 0 5%;
  }
}

.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.full-width > .row {
  max-width: 1392px;
  padding: 0 8.3%;
}

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

.flex-cols {
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .flex-cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
  }
  .flex-cols > * {
    margin-right: 25px;
  }
  .flex-cols > *:last-child {
    margin-right: 0;
  }
}

.flex-two-one {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

@media screen and (min-width: 769px) {
  .flex-two-one {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .flex-two-one .content {
    -ms-flex: 2 0 0px;
        flex: 2 0 0;
  }
  .flex-two-one .image {
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
  }
}

@media screen and (min-width: 769px) {
  .two-columns-content {
    display: -ms-flexbox;
    display: flex;
  }
  .two-columns-content .wrapper {
    margin-right: 8%;
    width: 92%;
  }
}

.two-columns-content section {
  padding-top: 0;
  padding-bottom: 2rem;
}

img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

main ul {
  margin: .5rem 0;
}

main li {
  padding-left: 1rem;
  position: relative;
}

main li::before {
  background-color: #829bc4;
  content: '';
  height: 7px;
  left: 0;
  margin-right: 10px;
  margin-top: .5rem;
  position: absolute;
  width: 7px;
}

.video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

figcaption {
  line-height: 1;
  margin: .5rem auto 1rem;
  max-width: 256px;
}

figcaption small {
  color: #829bc4;
  font-style: italic;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

@font-face {
  font-family: "satcen-icons";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/satcen-icons.ttf") format("truetype"), url("/assets/fonts/satcen-icons.woff") format("woff"), url("/assets/fonts/satcen-icons.svg#satcen-icons") format("svg");
}

[class^='icon-'],
[class*=' icon-'] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "satcen-icons";
  font-feature-settings: 'liga';
  font-style: normal;
  font-variant: normal;
  font-variant-ligatures: discretionary-ligatures;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.icon-close::before {
  content: "";
}

.icon-menu::before {
  content: "";
}

.icon-calendar::before {
  content: "";
}

.icon-arrow-right2::before {
  content: "";
}

.icon-arrow-down2::before {
  content: "";
}

.icon-arrow-left2::before {
  content: "";
}

.icon-movie::before {
  content: "";
}

.icon-check-empty .path1::before {
  color: #fff;
  content: "";
}

.icon-check-empty .path2::before {
  color: #183564;
  content: "";
  margin-left: -1em;
}

.icon-check-full .path1::before {
  color: #fff;
  content: "";
}

.icon-check-full .path2::before {
  color: #829bc4;
  content: "";
  margin-left: -1em;
}

.icon-check-full .path3::before {
  color: #183564;
  content: "";
  margin-left: -1em;
}

.icon-radio-empty .path1::before {
  color: #fff;
  content: "";
}

.icon-radio-empty .path2::before {
  color: #829bc4;
  content: "";
  margin-left: -1em;
}

.icon-radio-full .path1::before {
  color: #fff;
  content: "";
}

.icon-radio-full .path2::before {
  color: #829bc4;
  content: "";
  margin-left: -1em;
}

.icon-radio-full .path3::before {
  color: #183564;
  content: "";
  margin-left: -1em;
}

.icon-pdf::before {
  content: "";
}

.icon-arrow-left::before {
  content: "";
}

.icon-arrow-right::before {
  content: "";
}

.icon-search::before {
  content: "";
}

input[type='text']:focus, input[type='email']:focus, textarea:focus, .form-select .select2-selection:focus {
  border: solid 1px #829bc4;
  outline: none;
}

input[disabled][type='text'], input[disabled][type='email'], textarea[disabled], .form-select [disabled].select2-selection {
  border: 0;
  color: #8691a0;
  text-shadow: none;
}

input[type='text'], input[type='email'], textarea {
  background-image: linear-gradient(to bottom, rgba(181, 191, 206, 0.3) 0%, rgba(255, 255, 255, 0) 20%);
  border: solid 1px #b5bfce;
  border-radius: 2px;
  color: #183564;
  font-family: "Cardo-Regular", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  margin-left: 0;
  padding: .5rem;
}

label {
  font-family: "Cardo-Bold";
  font-size: 1.125rem;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}

input[type='text'], input[type='email'] {
  width: 100%;
}

input[type='radio'] {
  position: relative;
}

input[type='radio']::before {
  border: solid 1px #b6c0cf;
  border-radius: 50%;
  content: "";
}

input[type='radio']::before, input[type='radio']::after {
  color: #fff;
  font-family: "satcen-icons";
  font-size: 1rem;
  speak: none;
}

input[type='radio']:checked::after {
  border: solid 1px #183564;
  border-radius: 50%;
  content: "";
}

input[type='radio']:checked::before {
  border: 0;
  color: #183564;
  content: "";
  font-size: 8px;
  position: absolute;
  right: 5px;
  top: 3px;
}

input[type='checkbox'] {
  position: relative;
  top: 2px;
}

input[type='checkbox']::before {
  border: solid 1px #b6c0cf;
  border-radius: 3px;
  content: "";
}

input[type='checkbox']::before, input[type='checkbox']::after {
  color: #fff;
  font-family: "satcen-icons";
  font-size: 1.1rem;
  speak: none;
}

input[type='checkbox']:checked::after {
  content: "";
}

input[type='checkbox']:checked::before {
  color: #183564;
  content: "";
  font-size: 1rem;
  position: absolute;
}

input[type='radio'][disabled], input[type='checkbox'][disabled] {
  color: #e9ecf2;
}

input[type='radio'][disabled]::before, input[type='checkbox'][disabled]::before {
  border-color: #b5bfce;
}

input[type='radio'][disabled] + label, input[type='checkbox'][disabled] + label {
  color: #b5bfce;
}

input[type='radio'][disabled] + label > a, input[type='checkbox'][disabled] + label > a {
  color: #b5bfce;
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}

.form-group.error input,
.form-group.error textarea {
  border: solid 1px #f00;
  color: #f00;
}

.error {
  white-space: pre-wrap;
  border: solid 1px #f00;
  color: #f00;
}
.success {
  white-space: pre-wrap;
  border: solid 1px #0a0;
  color: #0a0;
}
.checkbox label {
  font-family: "Cardo-Regular";
}

.checkbox a {
  color: #183564;
  text-decoration: underline;
}

textarea {
  width: 100%;
}

.form-select {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background: #fff;
  border-radius: 2px;
  font-size: "Cardo-Regular", Arial, sans-serif;
  overflow: hidden;
  position: relative;
  -moz-user-select: none;
       user-select: none;
}

.form-select .select2 {
  height: 40px;
}

.form-select .select2-selection {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  background-image: linear-gradient(to bottom, rgba(181, 191, 206, 0.3) 0%, rgba(255, 255, 255, 0) 20%);
  border: solid 1px #b5bfce;
  border-radius: 2px;
  color: #183564;
  cursor: pointer;
  display: block;
  font-family: "Cardo-Regular";
  font-size: 1.125rem;
  height: 100%;
  outline: none;
  position: relative;
  text-indent: 5px;
  text-overflow: '';
  width: 100%;
  z-index: 2;
}

.form-select .select2-selection:-moz-focusring {
  color: rgba(255, 255, 255, 0);
  text-shadow: 0 0 0;
}

.form-select .select2-selection::-ms-expand {
  display: none;
}

.form-select .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #183564;
  border-width: 0 6px 6px;
}

.form-select .select2-selection--single .select2-selection__arrow {
  top: 5px;
  width: 33px;
}

.form-select .select2-selection--single .select2-selection__arrow b {
  border-top-color: #183564;
  border-width: 6px 6px 0;
}

.form-select .select2-selection--single .select2-selection__rendered {
  color: #183564;
  line-height: 40px;
  padding-left: 3px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e9ecf2;
  color: #183564;
}

.form-datepicker span {
  background: #829bc4;
  height: 100%;
  padding: .5rem .7rem;
  position: absolute;
  right: 0;
  top: 0;
}

.form-datepicker span::before {
  color: #fff;
  font-size: 1.375rem;
}

.ui-datepicker th {
  color: #b5bfce;
  font-family: "Montserrat-Regular";
  font-size: 0.815rem;
  line-height: 2.18359rem;
  text-transform: uppercase;
}

.ui-datepicker td {
  background: #fff;
  border: solid 1px #e9ecf2;
  font-size: 1.125rem;
  line-height: 2.18359rem;
  text-align: center;
  width: 2.1875rem;
}

.ui-datepicker td:hover {
  background: #e9ecf2;
}

.ui-datepicker td:hover a {
  color: #829bc4;
}

.ui-datepicker .ui-datepicker-header {
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat-Regular";
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: .3rem 1rem;
  text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  -ms-flex-order: 3;
      order: 3;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
  text-indent: -9999px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  content: '►';
  font-size: 13px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  -ms-flex-order: 1;
      order: 1;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
  text-indent: -9999px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
  content: '◄';
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #444b55;
  font-size: .875rem;
  -ms-flex-order: 2;
      order: 2;
  text-align: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  background: #fff;
}

.ui-datepicker .ui-datepicker-today {
  background: #183564;
}

.ui-datepicker .ui-datepicker-today a {
  color: #fff;
}

.ui-datepicker a:hover, .ui-datepicker a:focus {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-current-day {
  background: #829bc4;
}

.ui-datepicker .ui-datepicker-current-day a {
  color: #fff;
}

.section-head {
  background: #183564 url("../img/headbk.jpg") no-repeat 50%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 0;
  position: relative;
}

.headcolleft {
  width: 100%;
  padding-right: 10px;
  display: block;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.headcolright {
  height: 400px;
  overflow-y: scroll;
  overflow-x: visible;
  display:none;
}
@media screen and (min-width: 769px) {
  .section-head {
    background-position: 50% 20%;
    padding-bottom: 4rem;
  }

  .headcolright {
    padding-left: 5px;
    width: 300px;
    display:block;
  }
}

.section-head > .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 2rem;
}

.section-head > .content header,
.section-head > .content .head-content {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section-head > .content header,
  .section-head > .content .head-content {
    -ms-flex-item-align: start;
        align-self: flex-start;
    width: 100%;
  }
}

.section-head .headcolleft .head-cta {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 18.35rem;
}

.section-head .head-cta span {
  display: table-cell;
  vertical-align: middle;
}

.section-head .head-cta .link {
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  display: table;
  font-family: "Montserrat-Bold";
  font-size: .9rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1rem;
  text-align: left;
  text-transform: uppercase;
}

.section-head .head-cta .link:hover {
  text-decoration: none;
}

.section-head .head-cta .link:hover span {
  text-decoration: underline;
}

.section-head .head-cta .link:hover .icon-movie {
  color: #fff;
  text-decoration: none;
}

.section-head .head-cta .icon-movie {
  color: #ffb600;
  display: block;
  font-size: 61px;
  margin-left: 11px;
  text-decoration: none;
}

.section-head header .title {
  font-size: 1.475rem;
}

@media screen and (min-width: 769px) {
  .section-head header .title {
    font-size: 2.325rem;
  }
}

.section-head header .title span {
  color: #ffb600;
}

.section-head .title {
  font-size: .9rem;
  font-weight: bold;
  line-height: 1.275;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.section-head .lead {
  border-bottom: solid 1px rgba(181, 191, 206, 0.2);
  border-top: solid 1px rgba(181, 191, 206, 0.2);
  color: #fff;
  font-family: serif;
  font-size: 1rem;
  font-weight: 100;
  padding: 1.875rem 0;
}

@media screen and (min-width: 769px) {
  .section-head .lead {
    font-size: 1.25rem;
  }
}

.head-featured {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 6rem 0 0;
}

@media screen and (min-width: 769px) {
  .head-featured {
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 2rem 0 0;
  }
}

.scroll-button {
  display: none;
}

@media screen and (min-width: 769px) {
  .scroll-button {
    background: #ffb600;
    border: solid 1px #183564;
    bottom: -1rem;
    display: block;
    height: 40px;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    width: 40px;
  }
  .scroll-button a {
    color: #183564;
    display: block;
    font-size: 1rem;
    padding: .625rem 0;
  }
}

.header {
  background: #fff;
  left: auto;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: .3s ease;
  width: 100%;
  z-index: 3;
}

.header-fixed {
  background: #fff;
  left: auto;
  margin-left: 0;
  margin-right: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: .3s ease;
  width: 100%;
  z-index: 3;
}

@media screen and (min-width: 769px) {
  .header {
    position: relative;
    top: 35px;
  }
}

.header .header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  overflow: visible;
  position: relative;
}

.header .header-nav .logo {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1 0 192px;
      flex: 1 0 192px;
  max-width: 192px;
}

@media screen and (min-width: 769px) {
  .header .header-nav .logo {
    padding: 1rem 0;
  }
}

.header .header-nav .logo a {
  background: url("../img/logo_top_3.png") no-repeat left 50%/contain;
  background-size: 75%;
  color: #183564;
  display: block;
  font-family: serif;
  font-size: .5625rem;
  font-weight: bold;
  height: 4rem;
  padding-top: .5625rem;
  width: 15.5rem;
}

@media screen and (min-width: 769px) {
  .header .header-nav .logo a {
    background-size: 100%;
  }
}

.header .header-nav .logo p {
  text-indent: -9999px;
}

.header .header-nav .logo small {
  display: block;
  text-indent: -9999px;
}

.navigation {
  background-color: #fff;
  height: 100vh;
  opacity: 0;
  overflow-y: scroll;
  position: fixed;
  right: -78%;
  transition: right .3s ease, opacity .3s ease;
  width: 78%;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .navigation {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-left: auto;
    margin-top: .625rem;
    opacity: 1;
    overflow-y: hidden;
    overflow-x: hidden;
    position: static;
    top: 96px;
    width: auto;
  }
  .navigation.show {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
  }
}

.navigation.show {
  height: 100vh;
  opacity: 1;
  right: 0;
}

.navigation li {
  -ms-flex-align: stretch;
      align-items: stretch;
  background: #fff;
  border-bottom: 1px solid #8691a0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .navigation li {
    border-bottom: 0;
    -ms-flex-direction: row;
        flex-direction: row;
    outline: 0;
  }
  .navigation li span {
    border-top: solid 2px transparent;
  }
  .navigation li.active span, .navigation li:focus span {
    background: #e9ecf2;
    border-top: solid 2px #d9dee7;
    color: #829bc4;
    outline: 0;
    position: relative;
    z-index: 3;
  }
  .navigation li:last-child {
    border-bottom: 1px solid #8691a0;
  }
}

.navigation li:last-child {
  border-bottom: 0;
}

@media screen and (min-width: 1222px) {
  .navigation a,
.navigation .nav-section {
  -ms-flex-align: center;
      align-items: center;
  color: #183564;
  font-family: "Montserrat-Bold";
  font-size: .700rem;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.5rem 0.8rem;
  text-transform: uppercase;
  width: 100%;
}
.social_btns h3{

  font-size: .875rem;

  }
}

@media screen and (max-width:1000px) {
  .navigation a,
.navigation .nav-section {
  -ms-flex-align: center;
      align-items: center;
  color: #183564;
  font-family: "Montserrat-Bold";
  font-size: .575rem;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.5rem 0.25rem;
  text-transform: uppercase;
  width: 100%;
}
.social_btns a {
  display: inline-block;
  width: 15px !important;
  height: 15px;
  padding: 0 !important;
  background: transparent no-repeat center top / 100% auto;
  transition: 0s;
  margin: 0 5px;
  vertical-align: top;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.social_btns h3{

  font-size: .575rem;

  }
}

@media screen and (min-width: 1000px) and (max-width:1221px) {
  .navigation a,
.navigation .nav-section {
  -ms-flex-align: center;
      align-items: center;
  color: #183564;
  font-family: "Montserrat-Bold";
  font-size: .605rem;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.5rem 0.5rem;
  text-transform: uppercase;
  width: 100%;
}
.social_btns h3{

  font-size: .775rem;

  }
}

.navigation span {
  cursor: pointer;
  white-space: nowrap;
}

.navigation a:hover, .navigation a:focus {
  color: #829bc4;
  text-decoration: none;
}



@media screen and (min-width: 769px) {
  .navigation a,
  .navigation .nav-section {
    line-height: 36px;
  }
}

.navigation .active .nav-section {
  color: #829bc4;
}

.navigation .active .nav-section::after {
  transform: rotate(-180deg);
}

.navigation .nav-section::after {
  color: #829bc4;
  content: "";
  font-family: "satcen-icons";
  position: absolute;
  right: 1.25rem;
  transition: transform .3s ease;
}

@media screen and (min-width: 769px) {
  .navigation .nav-section::after {
    display: none;
  }
}

.navigation .sub-nav {
  background: #e9ecf2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  left: 0;
  position: absolute;
  top: 96px;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .navigation .sub-nav {
    border-top: solid 1px #d9dee7;
    box-shadow: 0 5px 0 rgba(0, 19, 44, 0.3);
  }
}

.navigation .sub-nav.show {
  padding: 0;
  position: relative;
  top: 0;
}

@media screen and (min-width: 769px) {
  .navigation .sub-nav.show {
    padding: 0 5%;
  }
}

.navigation .sub-nav.show li {
  background: #e9ecf2;
  border: 0;
}

.navigation .sub-nav.show li a {
  color: #183564;
  font-family: "Montserrat-Regular";
  padding: 1rem;
}

.navigation .sub-nav.show li a:hover, .navigation .sub-nav.show li a:focus {
  color: #829bc4;
}

@media screen and (min-width: 769px) {
  .navigation .sub-nav {
    background: #e9ecf2;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navigation .sub-nav.show {
    height: auto;
    opacity: 1;
    position: absolute;
    top: 96px;
  }
}

.has-child-complex li {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
}

.has-child-complex__column {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 2.8125rem;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .has-child-complex__column {
    width: auto;
  }
  .has-child-complex__column a {
    padding-left: 0;
    text-align: left;
  }
}

.has-child-complex__column > a {
  border-bottom: solid 1px;
  border-color: #b5bfce;
  font-weight: bold;
  -ms-flex-direction: column;
      flex-direction: column;
  line-height: 1rem;
}

@media screen and (min-width: 769px) {
  .has-child-complex__column > a {
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 2.5rem;
    text-align: left;
  }
}

.sub-navigation {
  -ms-flex: auto;
      flex: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .sub-navigation {
    margin-bottom: 2rem;
  }
}

.sub-navigation .sub-navigation__column li {
  display: block;
}

.sub-navigation .sub-navigation__column li a {
  display: inline-block;
  font-family: "Montserrat-Regular";
  font-weight: normal;
  line-height: 1;
  padding: 16px;
  padding-left: 0;
}

.mobile-menu-icon {
  background: transparent;
  margin-left: auto;
  padding: 0;
}

.mobile-menu-icon .icon-menu {
  color: #183564;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .mobile-menu-icon {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .header-search-container {
    position: absolute;
    top: 0;
  }
}

.header-search-container .row {
  max-width: inherit;
}

.header-search-bar {
  background-color: #829bc4;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .header-search-bar {
    display: -ms-flexbox;
    display: flex;
    height: 35px;
  }
}

.header-search-bar ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: row;
      justify-content: row;
}

@media screen and (min-width: 769px) {
  .header-search-bar ul.active .search-bar {
    background: #e9ecf2;
  }
  .header-search-bar ul.active .search-bar .form-group {
    background: #e9ecf2;
    display: block;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 2.2rem;
    width: auto;
    z-index: 3;
  }
  .header-search-bar ul.active .search-bar .form-group button {
    background-color: #ffb600;
    border: 0;
    border-radius: 4px;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 27px;
    margin: auto;
    position: absolute;
    right: .5rem;
    text-align: center;
    top: 0;
    width: 30px;
  }
  .header-search-bar ul.active .search-bar span {
    color: #183564;
  }
  .header-search-bar ul.active input {
    background: none;
    border-bottom: solid 2px #829bc4;
    display: block;
    font-size: 1.125rem;
    padding: .5rem;
    right: 0;
    width: 20.4375rem;
    z-index: 3;
  }
  .header-search-bar ul.active input::-webkit-input-placeholder {
    color: #b5bfce;
  }
  .header-search-bar ul.active input::-moz-placeholder {
    color: #b5bfce;
  }
  .header-search-bar ul.active input:-ms-input-placeholder {
    color: #b5bfce;
  }
  .header-search-bar ul.active input::placeholder {
    color: #b5bfce;
  }
}

.header-search-bar li {
  display: none;
  margin-left: 1rem;
  width: auto;
}

@media screen and (min-width: 769px) {
  .header-search-bar li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
}

.header-search-bar li a {
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: .675rem;
  font-weight: bold;
  -ms-flex-pack: center;
      justify-content: center;
  padding: .6rem 0;
  text-transform: uppercase;
}

.header-search-bar li a:hover {
  color: #183564;
  text-decoration: none;
}

.header-search-bar .search-bar {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  padding: 1.25rem 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .header-search-bar .search-bar {
    -ms-flex-align: center;
        align-items: center;
    margin-left: .5rem;
    padding: 0 .5rem;
  }
  .header-search-bar .search-bar .form-group {
    display: none;
  }
}

.header-search-bar .search-bar .form-group {
  margin-bottom: 0;
  width: 100%;
}

.header-search-bar .search-bar .form-group > button {
  display: none;
}

.header-search-bar .search-bar > span:first-child {
  display: none;
}

@media screen and (min-width: 769px) {
  .header-search-bar .search-bar > span:first-child {
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-family: "Montserrat-Bold";
    font-size: .675rem;
    font-weight: bold;
    -ms-flex-pack: center;
        justify-content: center;
    padding: .5rem .5rem .5rem 0;
    text-transform: uppercase;
  }
}

.header-search-bar .search-bar > span.icon-search {
  bottom: 0;
  color: #829bc4;
  cursor: pointer;
  font-size: 20px;
  height: 17px;
  margin: auto;
  position: absolute;
  right: 11px;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .header-search-bar .search-bar > span.icon-search {
    color: #fff;
    font-size: 1.2rem;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    position: static;
  }
}

.header-search-bar .search-bar:hover span {
  color: #183564;
  text-decoration: none;
}

.header-search-bar .search-bar input {
  -ms-flex-align: center;
      align-items: center;
  border: solid 1px #63718e;
  color: #183564;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat-Bold";
  font-size: .8rem;
  font-weight: bold;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 1rem;
  text-transform: none;
  transition: width .3s linear;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .header-search-bar .search-bar input {
    border: 0;
    font-family: "Cardo-Regular";
    font-weight: normal;
    height: 46px;
    line-height: 46px;
  }
}

.navigation .header-search-bar li {
  border-bottom: 0;
  display: block;
  margin-left: 0;
  width: auto;
}

.navigation .header-search-bar li a {
  color: #183564;
  display: block;
  font-size: .875rem;
  padding: 1.5rem 1rem;
  text-transform: none;
}

.navigation .header-search-bar .search-bar {
  border-bottom: 0;
  padding: 0 1rem;
}

.navigation .header-search-bar .search-bar input {
  background: #f5f5f5;
  height: 44px;
}

.navigation .header-search-bar .search-bar .icon-search {
  right: 30px;
}

.section-services {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .section-services {
    padding: 1rem 0 4rem;
  }
}

.section-services header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.section-services header .title {
  background-color: #fff;
  color: #183564;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 2rem;
  padding: 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.section-services header .bg-secondary {
  background-color: #ffb600;
  margin-left: .2rem;
  padding: 0 .1rem;
}

.section-services header .vertical {
  border-right: 1px solid #183564;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

.section-services .services {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  float: none;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  width: auto;
}

@media screen and (min-width: 769px) {
  .section-services .services {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.section-services .services a {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.section-services .services a:hover {
  color: #ffb600;
}

.section-services .services .block {
  -ms-flex: 1;
      flex: 1;
}

@media screen and (min-width: 769px) {
  .section-services .services .block {
    margin: 0 1rem;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .section-services .services .block:nth-child(2) {
    margin: 0 1rem;
  }
}

.section-services .services .block:nth-child(2) {
  margin: 0 1px;
}

.section-services .services figure {
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 0 0 #000;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  height: 8.33313rem;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  position: relative;
  transition: box-shadow .2s linear;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section-services .services figure {
    font-size: 1.5rem;
    height: auto;
    padding: 2px;
    width: auto;
  }
}

.section-services .services figure:hover {
  box-shadow: 0 0 10px #000;
}

.section-services .services figure figcaption {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

@media screen and (min-width: 769px) {
  .section-services .services figure figcaption {
    width: 70%;
  }
}

.section-services .services figure img {
  height: auto;
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0;
  width: auto;
}

@media screen and (min-width: 769px) {
  .section-services .services figure img {
    position: relative;
    width: 100%;
  }
}

.cta-block {
  background-color: #ffb600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 4rem;
  padding: 1.875rem 0;
}

.mailchimp-block {
  background: url(/assets/img/banner-satcen.jpg) 50%/cover no-repeat;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 4rem;
  padding: 1.875rem 0;
}

.mailchimp-block .title {
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.275;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.mailchimp-block a {
  color: #fff;
  margin: 0;
}
.cta-block a {
  color: #183564;
  margin: 0;
}

.section-vacancies {
  background: url("../img/tecky-mobile.png") no-repeat 50%/cover;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .section-vacancies {
    background: url("../img/tecky-desktop.png") no-repeat 50%/cover;
  }
}

.section-vacancies .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .section-vacancies .wrapper {
    width: 65%;
  }
}

.section-vacancies .title {
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.275;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.section-vacancies .lead {
  border-bottom: solid 1px rgba(181, 191, 206, 0.2);
  border-top: solid 1px rgba(181, 191, 206, 0.2);
  color: #fff;
  font-size: 1rem;
  padding: 1rem 0;
}

@media screen and (min-width: 769px) {
  .section-vacancies .lead {
    font-size: 1.25rem;
  }
}

.section-vacancies .button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #183564;
  font-weight: bold;
  margin-left: 0;
  padding: .8rem 1.6rem;
}

.section-vacancies .button span {
  color: #ffb600;
  margin-left: .5rem;
}

.section-news > .title {
  color: #183564;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
  text-transform: uppercase;
}

.section-news > .title span {
  color: #ffb600;
}

@media screen and (min-width: 769px) {
  .section-news .wrapper {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media screen and (min-width: 769px) {
  .blocks {
    -ms-flex: 2 0 0px;
        flex: 2 0 0;
    -ms-flex-direction: row;
        flex-direction: row;
    max-height: auto;
  }
}

.blocks article {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .blocks article {
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
  }
}

.blocks article:nth-child(2) {
  margin: 1rem 0 0;
}

@media screen and (min-width: 769px) {
  .blocks article:nth-child(2) {
    margin-left: 1rem;
    margin-top: 0;
  }
}

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

.blocks figcaption {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.blocks figure {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 769px) {
  .blocks figure {
    max-height: 352px;
    max-width: 352px;
  }
}

.blocks figure:hover::before {
  top: 100px;
}

.blocks figure::before {
  /*background: linear-gradient(to bottom, transparent 0%, #183564 99%);*/
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  transition: top .3s linear;
  width: 100%;
  z-index: 0;
}

.blocks .date {
  -ms-flex-align: center;
      align-items: center;
  background-color: #b5bfce;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat-Regular";
  padding: .5rem;
  width: 180px;
}

.blocks .date .day {
  font-size: 1.875rem;
  line-height: 1;
  margin-right: .3rem;
}



.blocks .date .month,
.blocks .date .year {
  display: block;
  font-size: .75rem;
  line-height: 1;
  text-transform: uppercase;
}

.blocks .title {
  -ms-flex-align: end;
      align-items: flex-end;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0;
  min-width: 180px;
  padding: 1.2rem;
}

@media screen and (min-width: 769px) {
  .blocks .title {
    font-size: 1.5rem;
    min-width: 80%;
    padding: 1.2rem;
  }
}

.summary {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .summary {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 0;
    padding: 0 1rem;
  }
}

.summary article {
  border-bottom: solid 1px rgba(181, 191, 206, 0.2);
  padding: 1rem 0;
  width: 100%;
}

.summary article:first-child {
  border-top: solid 1px rgba(181, 191, 206, 0.2);
}

.summary article .title {
  font-family: "Cardo-Bold";
  font-size: 1rem;
  line-height: 1.275;
  text-transform: none;
}

@media screen and (min-width: 769px) {
  .summary article .title {
    font-size: 1.25rem;
  }
}

.summary article span {
  color: #b5bfce;
  display: block;
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
}

.summary article a {
  color: #183564;
}

.summary article a:hover {
  color: #013a96;
}

.summary .button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #183564;
  font-family: "Montserrat-Regular";
  font-weight: normal;
  margin-left: 0;
  padding: .5rem 1.5rem;
}

.sub-header {
  background: url("../img/pattern.png") repeat;
  background-size: 180%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sub-header {
    background-size: 100%;
  }
}

.sub-header h1 {
  font-size: 1.375rem;
  padding: 1.938rem 0;
}

@media screen and (min-width: 769px) {
  .sub-header h1 {
    font-size: 2.625rem;
    padding: 4rem 0;
  }
}

.calendar-title {
  margin-bottom: 3.4375rem;
  margin-top: 1rem;
  text-align: center;
}

.calendar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap row;
      flex-flow: wrap row;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 5rem;
}

.calendar .table-calendar {
  color: #444b55;
  margin: 1rem;
}

.calendar .table-calendar th {
  font-family: "Montserrat-Regular";
  font-size: 0.815rem;
  text-transform: uppercase;
}

.calendar .table-calendar td {
  background: #fff;
  border: solid 1px #e9ecf2;
  font-size: 1.125rem;
  line-height: 2.18359rem;
  text-align: center;
  width: 2.1875rem;
}

.calendar .table-calendar td.eventday {
  max-width: 2.1875rem;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.calendar .table-calendar td.eventday:hover, .calendar .table-calendar td.eventday:focus {
  background: #829bc4;
  text-decoration: none;
}

.calendar .table-calendar td.postmonth {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.weekend {
  background-color: lightgrey !important;
}

.calendar .table-calendar td a {
  color: #fff;
}

.calendar .table-calendar td a span {
  position: relative;
  z-index: 2;
}

.calendar .table-calendar td a::after {
  background-color: #183564;
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  width: 100%;
}

.calendar .table-calendar td a:hover, .calendar .table-calendar td a:focus {
  text-decoration: none;
}

.calendar .table-calendar td a:hover::after, .calendar .table-calendar td a:focus::after {
  background-color: #829bc4;
}

.calendar .table-calendar .weekdays {
  font-family: "Montserrat-Regular";
}

.calendar .table-calendar .weekdays td {
  border: 0;
  color: #8691a0;
  font-size: 0.815rem;
}

.contact-form {
  background-color: #e9ecf2;
  color: #444b55;
}

.contact-form address {
  color: #444b55;
}

.contact-form__intro {
  -ms-flex: 1;
      flex: 1;
}

.contact-form__intro p {
  font-size: 1.125rem;
}

.contact-form__form {
  -ms-flex: 2;
      flex: 2;
}

.contact-form__form .form-group {
  width: 100%;
}

.contact-form__form .radio-buttons {
  margin-top: .6rem;
}

.map-canvas {
  height: 18.75rem;
}

@media screen and (min-width: 769px) {
  .map-canvas {
    height: 25rem;
  }
}

.featured {
  -ms-flex-item-align: center;
      align-self: center;
  border-left: solid 0.5rem #ffb600;
  border-top: solid 1px #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  float: none;
  max-height: 128px;
  padding: 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .featured {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border-top: 0;
    max-width: 544px;
  }
}

@media screen and (min-width: 769px) {
  .featured:nth-child(n+2) {
    margin-left: 1rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .featured .image {
    max-width: 100%;
  }
}

.featured .image img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .featured .image img {
    max-width: 100%;
  }
}

.featured .content {
  background: #b5bfce;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: "Cardo-Bold";
  font-size: 1rem;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.275;
  padding: .5rem 1rem;
  transition: background .3s linear;
}

@media screen and (min-width: 769px) {
  .featured .content {
    font-size: 1.25rem;
  }
}

.featured .content .title {
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: .75rem;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .featured .content .title {
    font-size: .875rem;
  }
}

.featured .content a {
  color: #183564;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .featured .content a {
    font-size: 1.125rem;
  }
}

.featured .content a::after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.featured:hover .content {
  background: #829bc4;
}

.featured-horizontal .image {
  max-width: 160px; 
  overflow: hidden;
}
.featured-horizontal .image img {
  height:100%;
}


.featured-vertical .featured {
  border-left: 0;
  border-top: solid 0.5rem #ffb600;
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .featured-vertical .featured {
    max-width: 256px;
  }
}

.featured-vertical .featured .title {
  font-size: .875rem;
}

.featured-vertical .featured .content {
  padding: 1rem;
}

.featured-vertical .featured p {
  font-size: 1.25rem;
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .featured-vertical .featured p {
    font-size: 1rem;
  }
}

.featured-vertical .featured .image {
  display: block;
}

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

.featured-full-width {
  margin: 0 -7%;
}

@media screen and (min-width: 769px) {
  .featured-full-width {
    margin: 0;
  }
}

.featured-full-width .featured {
  max-width: 100%;
}

.featured-full-width.featured-date {
  margin: 0 auto;
  margin-bottom: 2rem;
}

.featured-full-width.featured-date .featured {
  border-left: 0;
  border-top: solid 0.5rem #ffb600;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 100%;
}

@media screen and (min-width: 769px) {
  .featured-full-width.featured-date .featured {
    border-left: solid 0.5rem #ffb600;
    border-top: 0;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .featured-full-width.featured-date .image {
    -ms-flex: 1;
        flex: 1;
    height: auto;
    min-width: 190px;
    overflow: hidden;
  }
}

@media screen and (min-width: 769px) {
  .featured-full-width.featured-date .image img {
    max-width: 100%;
    min-width: 372px;
  }
}

.featured-full-width.featured-date .content {
  background: #e9ecf2;
  color: #444b55;
  display: block;
  font-family: "Cardo-Regular";
  font-size: 1.125rem;
  min-width: 310px;
  padding-bottom: 2rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .featured-full-width.featured-date .content {
    height: auto;
  }
}

.featured-full-width.featured-date .content a:hover {
  color: #013a96;
}

.featured-full-width.featured-date .content p {
  padding-bottom: 0;
}

.featured-full-width.featured-date .title a {
  font-family: "Cardo-Bold";
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0;
  padding-top: .875rem;
  text-transform: none;
}

@media screen and (min-width: 769px) {
  .featured-full-width.featured-date .title a {
    font-size: 1.5rem;
    font-family: "Cardo-Regular";
  }
}

.featured-full-width.featured-date .date {
  -ms-flex-align: center;
      align-items: center;
  background-color: #b5bfce;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat-Regular";
  left: -1rem;
  padding: .8rem;
  position: relative;
  top: -.5rem;
  width: 180px;
}

.featured-full-width.featured-date .date .day {
  font-family: "Montserrat-Bold";
  font-size: 1.875rem;
  line-height: 1;
  margin-right: .3rem;
}

@media screen and (min-width: 769px) {
  .featured-full-width.featured-date .date .day {
    font-size: 2.5rem;
  }
}

.featured-full-width.featured-date .date .month,
.featured-full-width.featured-date .date .year {
  display: block;
  font-family: "Montserrat-Regular";
  font-size: .75rem;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .featured-full-width.featured-date .date .month,
  .featured-full-width.featured-date .date .year {
    font-size: 1rem;
  }
}

.featured-menu {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-height: none;
  max-width: 255px;
  position: relative;
}

.featured-menu .featured__content {
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 0;
  margin: auto;
  padding: .3rem;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
}

.featured-menu .featured__content .title {
  color: #fff;
  font-family: "Montserrat-Bold";
  font-size: .875rem;
}

.featured-menu .featured__content a {
  color: #fff;
  font-family: "Cardo-Regular";
  font-size: 1.25rem;
  line-height: 1;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.sidebar {
  font-size: .875rem;
  margin: 0 -7%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .sidebar {
    margin: 0;
    max-width: 256px;
    min-width: 256px;
    padding-top: 0;
    text-align: left;
  }
}

.sidebar a {
  color: #fff;
}

.sidebar li {
  padding: 0;
}

.sidebar li::before {
  display: none;
}

.sidebar--link-list, .sidebar--related-content {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .sidebar--link-list, .sidebar--related-content {
    margin-bottom: 2rem;
  }
}

.sidebar--link-list {
  width: 100%;
}

.sidebar--link-list a {
  background: #183564;
  border-bottom: solid 1px #24457b;
  display: block;
  font-family: "Montserrat-Bold";
  padding: 1rem .5rem;
  text-transform: uppercase;
}

.sidebar--link-list a:hover {
  background: #24457b;
  color: #ffb600;
}

.sidebar--link-list li {
  font-size: .875rem;
}

.sidebar--link-list li ul {
  margin: 0;
}

.sidebar--link-list li ul a {
  padding: .5rem 1.5rem;
}

.sidebar--link-list .selected > a {
  color: #ffb600;
}

.sidebar--related-content {
  background-color: #e9ecf2;
  color: #183564;
  font-size: 1.125rem;
  line-height: 1.125;
  padding-bottom: 2rem;
  text-align: left;
}

.sidebar--related-content .title {
  color: #000;
  font-family: "Montserrat-Regular";
  padding: 1.5rem .5rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  .sidebar--related-content .title {
    text-align: left;
  }
}

.sidebar--related-content li:first-child a {
  border-top: solid 1px #b5bfce;
}

.sidebar--related-content a {
  border-bottom: solid 1px #b5bfce;
  color: #183564;
  display: block;
  font-family: "Cardo-Bold";
  margin: 0 1rem;
  padding: 1rem 0;
  text-transform: none;
}

@media screen and (min-width: 769px) {
  .sidebar--related-content a {
    margin: 0 .5rem;
    padding: 1rem 0;
  }
}

.sidebar--related-content a:hover {
  color: #013a96;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.breadcrumb li {
  padding: 20px 10px 40px;
  position: relative;
}

.breadcrumb li a {
  color: #183564;
  font-family: "Montserrat-Regular", Arial, sans-serif;
  font-size: .75rem;
  margin-right: .625rem;
}

.breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb li::before {
  display: none;
}

.breadcrumb li::after {
  color: #ffb600;
  content: '\ea3c';
  display: inline-block;
  font-family: 'satcen-icons';
  font-size: .6rem;
  padding: .6rem 0;
  position: absolute;
  speak: none;
}

.breadcrumb li:last-child a {
  color: #829bc4;
  margin-right: 0;
}

.breadcrumb li:last-child::after {
  display: none;
}

.angular-with-newlines {
    white-space: pre-wrap;
}


.pagination {
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0 1rem;
  padding: 0;
}

.pagination li {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 0;
}

.pagination li:first-child {

}

.pagination li:first-child a, .pagination li:last-child a {
  border: 0;
}

.pagination li:first-child a:hover, .pagination li:last-child a:hover {
  background: none;
  border: 0;
  color: #829bc4;
}

.pagination li span {
  display: none;
}

@media screen and (min-width: 769px) {
  .pagination li span {
    display: inline-block;
    margin: 0 3px;
  }
}

.pagination li::before {
  display: none;
}

.pagination li a {
  border: solid 1px;
  color: #183564;
  float: left;
  font-family: "Montserrat-Regular";
  margin: 0 4px;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination li a.active {
  background: #ffb600;
  border: solid 1px #ffb600;
  color: #fff;
}

em {
  font-style:italic;
}

.pagination li a:hover {
  background: #829bc4;
  border: solid 1px #829bc4;
  color: #fff;
}

.horizontal-section {
  background-color: #e9ecf2;
  margin-top: 4rem;
  padding: 0;
}

.horizontal-section .cta-block .cta-tertiary {
  padding: 1.25rem 7.25rem;
}

.horizontal-section__title {
  margin: 0;
  padding: 3rem 1rem 2rem;
}

.horizontal-section__body {
  margin-bottom: 3rem;
}

.horizontal-section__body .horizontal-section__item {
  -ms-flex: 1;
      flex: 1;
  margin-right: 20px;
  width: 100%;
}

.horizontal-section__body .horizontal-section__item h3 {
  text-align: center;
  color: #444b55;
  font-family: "Montserrat-Regular";
  font-size: 0.81rem;
  text-transform: uppercase;

}

.horizontal-section__body .horizontal-section__item img {
  height: auto;
  max-width: 250px;
}

.horizontal-section__body .horizontal-section__item:last-of-type {
  margin-right: 0;
}

.horizontal-section-text h2 {
  padding: 1rem 1rem 3rem;
  margin-bottom: 0;
}

.slider-container {
  height: 242px;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 769px) {
  .slider-container {
    height: 470px;
  }
}

.slider-container .controls {
  background-color: rgba(130, 155, 196, 0.7);
  color: #fff;
  line-height: 0;
  padding: 1rem;
  position: absolute;
  text-decoration: none;
  top: 40%;
  z-index: 9;
}

.slider-container .controls:hover {
  background-color: #829bc4;
}

.slider-container .control-next {
  border-radius: 3px 0 0 3px;
  right: 0;
}

.slider-container .control-prev {
  border-radius: 0 3px 3px 0;
  left: 0;
}

.slider-container .slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.slider-container .slides .slide {
  background-color: #fff;
  display: block;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transition: left .3s;
  width: 100%;
  z-index: 1;
}

.slider-container .slides .slide::before {
  display: none;
}

.slider-container .slides .slide img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.slider-container .slides .slide figcaption {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: #fff;
  margin: 0;
  max-width: none;
  padding: 1rem;
  position: absolute;
  width: 100%;
}

.slider-container .slides .slide figcaption span {
  display: block;
}

.slider-container .slides .slide figcaption .counter {
  font-family: "Montserrat-Regular";
  font-size: .8125rem;
  padding-bottom: .2rem;
  text-transform: uppercase;
}

.slider-container .slides .slide figcaption .counter .index {
  display: inline-block;
  padding-left: 5px;
}

.table-article {
  margin-bottom: 3rem;
  text-align: left;
  width: 100%;
}

.table-article tr {
  border-bottom: 1px solid #b5bfce;
}

.table-article tr:nth-child(2n+1) {
  background-color: #e9ecf2;
}

.table-article tr:first-of-type {
  background-color: #fff;
  border-bottom: 3px solid #b5bfce;
}

.table-article th,
.table-article td {
  padding: .3rem 0;
}

.table-article th:first-of-type,
.table-article td:first-of-type {
  padding-left: .4rem;
}

.table-article th {
  color: #829bc4;
  font-family: "Montserrat-Regular";
  font-size: .8125rem;
  text-transform: uppercase;
}

footer {
  background-color: #183564;
  color: #fff;
}

.newstext {
  min-height: 200px;
  text-decoration: none !important;
  background-color: #183564;
  color: #fff;
}

.newstext a {
  color: #fff;
  text-decoration: underline !important;
}

footer .footer__links-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (min-width: 769px) {
  footer .footer__links-content {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  footer .footer__links-content .footer_links-wrap {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
}

footer .title {
  color: #ffb600;
  font-family: "Montserrat-Bold";
  font-size: .875rem;
  margin-top: .5rem;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  footer .title {
    margin-top: 1rem;
  }
}

footer .title:first-child {
  margin-top: 0;
}

footer .footer__link-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  footer .footer__link-list {
    display: block;
    margin: .5rem 0;
  }
}

footer .footer__link-list li {
  font-size: 1rem;
  margin-right: 1.7rem;
}

@media screen and (min-width: 769px) {
  footer .footer__link-list li {
    margin-bottom: .3rem;
  }
}

footer .footer__link-list a {
  color: #fff;
}

footer .footer__address-text {
  color: #b5bfce;
  font-family: "Montserrat-Regular";
  margin-top: 2rem;
}

footer .footer__address-text::before {
  background-color: rgba(181, 191, 206, 0.2);
  content: '';
  display: block;
  height: 1px;
  margin: 1rem 0;
  width: 100%;
}

footer .footer__address-text span {
  display: block;
  font-size: .7rem;
  line-height: .95rem;
  text-align: right;
}

@media screen and (min-width: 769px) {
  footer .footer__address-text .footer__address-content {
    -ms-flex-align: start;
        align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

footer .footer__address-text .footer__address-content > div {
  -ms-flex: 1;
      flex: 1;
  width: 330px;
}

footer .footer__address-text .footer__logo-image {
  background: url("../img/logo_flat.png") no-repeat;
  background-size: cover;
  display: block;
  float: left;
  height: 30px;
  margin-right: .5rem;
  width: 130px;
}

footer .footer__copy-text span {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  footer .footer__copy-text span {
    margin-top: 0;
    text-align: right;
  }
}

.file-list {
  list-style: none;
  margin-bottom: 3rem;
}

.file-list .file-list__item {
  border-bottom: 1px solid #b5bfce;
  display: -ms-flexbox;
  display: flex;
  padding: .8rem 0;
}

.file-list .file-list__item .icon {
  color: #829bc4;
  float: left;
  font-size: 2rem;
  margin-right: 1rem;
  padding: .5rem 0;
}

.file-list .file-list__item .file-list__link {
  color: #183564;
  display: block;
  font-family: "Cardo-Bold";
  font-size: 1.25rem;
}

.file-list .file-list__item .file-list__link:hover {
  color: #013a96;
}

.file-list .file-list__item::before {
  display: none;
}

.file-list .file-list__item:first-of-type {
  border-top: 1px solid #b5bfce;
}

.file-list .file-list__item .file-list__type,
.file-list .file-list__item .file-list__size {
  color: #8691a0;
  font-family: "Montserrat-Regular";
  font-size: .8125rem;
  text-transform: uppercase;
}

.job-position {
  border: 1px solid #e9ecf2;
  margin: 1rem 0;
}

.job-position > a {
  display: inline-block;
  padding: 1.5rem;
  text-decoration: none;
  width: 100%;
}

.job-position > a:hover .job-position__title {
  color: #013a96;
  text-decoration: underline;
}

.job-position.ongoing {
  border-top: 5px solid #829bc4;
}

.job-position.ongoing:hover {
  border: 1px solid #829bc4;
  border-top: 5px solid #829bc4;
}

.job-position.closed {
  border-top: 5px solid #e9ecf2;
}

.job-position.closed .job-position__status {
  background-color: #b5bfce;
}

.job-position .job-position__header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.job-position .job-position__type,
.job-position .job-position__status {
  font-family: "Montserrat-Regular";
  font-size: .8125rem;
  line-height: 1rem;
  padding: .2rem .5rem;
  text-transform: uppercase;
}

.job-position .job-position__type {
  background-color: #e9ecf2;
  color: #8691a0;
}

.job-position .job-position__status {
  background-color: #829bc4;
  color: #fff;
  margin-left: auto;
}

.job-position .job-position__title {
  color: #183564;
  display: block;
  font-family: "Cardo-Bold";
  font-size: 1.25rem;
}

.job-position .job-position__date,
.job-position .job-position__id {
  color: #444b55;
}

.jobs-filters {
  background-color: #e9ecf2;
  color: #444b55;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: .8rem 1rem;
}

@media screen and (min-width: 769px) {
  .jobs-filters {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.jobs-filters .jobs-filters__radios {
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #b5bfce;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 769px) {
  .jobs-filters .jobs-filters__radios {
    border-bottom: 0;
    border-right: 1px solid #b5bfce;
    margin-bottom: 0;
    margin-right: 1rem;
    padding-bottom: 0;
  }
  .jobs-filters .jobs-filters__radios:first-child label {
    margin-left: .3rem;
  }
}

.jobs-filters .jobs-filters__radios:first-child label {
  margin-left: 0;
}

.jobs-filters .jobs-filters__radios label {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cardo-Regular";
  margin: 0 .3rem;
}

@media screen and (min-width: 769px) {
  .jobs-filters .jobs-filters__radios label {
    margin: 0 .3rem;
  }
}

.jobs-filters .jobs-filters__title {
  color: #8691a0;
  font-family: "Montserrat-Regular";
  font-size: .8125rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .jobs-filters .jobs-filters__title {
    margin-bottom: 0;
    width: auto;
  }
}

.jobs-filters .jobs-filters__checkboxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jobs-filters .jobs-filters__checkboxes label {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Cardo-Regular";
}

.offices {
  color: #444b55;
  text-align: center;
}

.offices a {
  color: #183564;
  text-decoration: underline;
}

.offices a.button {
  text-decoration: none;
}

.offices .flex-cols {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.offices .office-col {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.offices .office-col a {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  margin: 1rem auto;
  max-width: 250px;
}
