.disable-scroll {
  overflow: hidden !important; }

* {
  box-sizing: border-box; }

html, body {
  margin: 0; }

.container {
  max-width: 100%; }

@media only screen and (max-width: 480px) {
  .container {
    padding: 0 10px; } }

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .container {
    padding: 0 baseline; } }

@media only screen and (min-width: 1024px) {
  .container {
    width: 940px;
    margin: 0 auto; } }

@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto; } }

.grid {
  display: block;
  letter-spacing: -0.5em;
  list-style: none;
  margin: 0;
  padding: 0; }

.grid__item {
  display: inline-block !important;
  vertical-align: top;
  letter-spacing: normal;
  box-sizing: border-box;
  transition: 0.3s; }

.grid__gutter {
  margin-left: -20px; }
  .grid__gutter .grid__item {
    padding-left: 20px; }

.grid__gutter-large {
  margin-left: -40px; }
  .grid__gutter-large .grid__item {
    padding-left: 40px; }

.grid__gutter-small {
  margin-left: -10px; }
  .grid__gutter-small .grid__item {
    padding-left: 10px; }

.one-whole {
  width: 100%; }

.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

@media only screen and (max-width: 480px) {
  .mobile--one-whole {
    width: 100%; }
  .mobile--one-half, .mobile--two-quarters, .mobile--three-sixths, .mobile--four-eighths, .mobile--five-tenths, .mobile--six-twelfths {
    width: 50%; }
  .mobile--one-third, .mobile--two-sixths, .mobile--four-twelfths {
    width: 33.333%; }
  .mobile--two-thirds, .mobile--four-sixths, .mobile--eight-twelfths {
    width: 66.666%; }
  .mobile--one-quarter, .mobile--two-eighths, .mobile--three-twelfths {
    width: 25%; }
  .mobile--three-quarters, .mobile--six-eighths, .mobile--nine-twelfths {
    width: 75%; }
  .mobile--one-fifth, .mobile--two-tenths {
    width: 20%; }
  .mobile--two-fifths, .mobile--four-tenths {
    width: 40%; }
  .mobile--three-fifths, .mobile--six-tenths {
    width: 60%; }
  .mobile--four-fifths, .mobile--eight-tenths {
    width: 80%; }
  .mobile--one-sixth, .mobile--two-twelfths {
    width: 16.666%; }
  .mobile--five-sixths, .mobile--ten-twelfths {
    width: 83.333%; }
  .mobile--one-eighth {
    width: 12.5%; }
  .mobile--three-eighths {
    width: 37.5%; }
  .mobile--five-eighths {
    width: 62.5%; }
  .mobile--seven-eighths {
    width: 87.5%; }
  .mobile--one-tenth {
    width: 10%; }
  .mobile--three-tenths {
    width: 30%; }
  .mobile--seven-tenths {
    width: 70%; }
  .mobile--one-twelfth {
    width: 8.333%; }
  .mobile--five-twelfths {
    width: 41.666%; }
  .mobile--seven-twelfths {
    width: 58.333%; }
  .mobile--eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .tablet--one-whole {
    width: 100%; }
  .tablet--one-half, .tablet--two-quarters, .tablet--three-sixths, .tablet--four-eighths, .tablet--five-tenths, .tablet--six-twelfths {
    width: 50%; }
  .tablet--one-third, .tablet--two-sixths, .tablet--four-twelfths {
    width: 33.333%; }
  .tablet--two-thirds, .tablet--four-sixths, .tablet--eight-twelfths {
    width: 66.666%; }
  .tablet--one-quarter, .tablet--two-eighths, .tablet--three-twelfths {
    width: 25%; }
  .tablet--three-quarters, .tablet--six-eighths, .tablet--nine-twelfths {
    width: 75%; }
  .tablet--one-fifth, .tablet--two-tenths {
    width: 20%; }
  .tablet--two-fifths, .tablet--four-tenths {
    width: 40%; }
  .tablet--three-fifths, .tablet--six-tenths {
    width: 60%; }
  .tablet--four-fifths, .tablet--eight-tenths {
    width: 80%; }
  .tablet--one-sixth, .tablet--two-twelfths {
    width: 16.666%; }
  .tablet--five-sixths, .tablet--ten-twelfths {
    width: 83.333%; }
  .tablet--one-eighth {
    width: 12.5%; }
  .tablet--three-eighths {
    width: 37.5%; }
  .tablet--five-eighths {
    width: 62.5%; }
  .tablet--seven-eighths {
    width: 87.5%; }
  .tablet--one-tenth {
    width: 10%; }
  .tablet--three-tenths {
    width: 30%; }
  .tablet--seven-tenths {
    width: 70%; }
  .tablet--one-twelfth {
    width: 8.333%; }
  .tablet--five-twelfths {
    width: 41.666%; }
  .tablet--seven-twelfths {
    width: 58.333%; }
  .tablet--eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 1024px) {
  .desk--one-whole {
    width: 100%; }
  .desk--one-half, .desk--two-quarters, .desk--three-sixths, .desk--four-eighths, .desk--five-tenths, .desk--six-twelfths {
    width: 50%; }
  .desk--one-third, .desk--two-sixths, .desk--four-twelfths {
    width: 33.333%; }
  .desk--two-thirds, .desk--four-sixths, .desk--eight-twelfths {
    width: 66.666%; }
  .desk--one-quarter, .desk--two-eighths, .desk--three-twelfths {
    width: 25%; }
  .desk--three-quarters, .desk--six-eighths, .desk--nine-twelfths {
    width: 75%; }
  .desk--one-fifth, .desk--two-tenths {
    width: 20%; }
  .desk--two-fifths, .desk--four-tenths {
    width: 40%; }
  .desk--three-fifths, .desk--six-tenths {
    width: 60%; }
  .desk--four-fifths, .desk--eight-tenths {
    width: 80%; }
  .desk--one-sixth, .desk--two-twelfths {
    width: 16.666%; }
  .desk--five-sixths, .desk--ten-twelfths {
    width: 83.333%; }
  .desk--one-eighth {
    width: 12.5%; }
  .desk--three-eighths {
    width: 37.5%; }
  .desk--five-eighths {
    width: 62.5%; }
  .desk--seven-eighths {
    width: 87.5%; }
  .desk--one-tenth {
    width: 10%; }
  .desk--three-tenths {
    width: 30%; }
  .desk--seven-tenths {
    width: 70%; }
  .desk--one-twelfth {
    width: 8.333%; }
  .desk--five-twelfths {
    width: 41.666%; }
  .desk--seven-twelfths {
    width: 58.333%; }
  .desk--eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 1200px) {
  .desk-wide--one-whole {
    width: 100%; }
  .desk-wide--one-half, .desk-wide--two-quarters, .desk-wide--three-sixths, .desk-wide--four-eighths, .desk-wide--five-tenths, .desk-wide--six-twelfths {
    width: 50%; }
  .desk-wide--one-third, .desk-wide--two-sixths, .desk-wide--four-twelfths {
    width: 33.333%; }
  .desk-wide--two-thirds, .desk-wide--four-sixths, .desk-wide--eight-twelfths {
    width: 66.666%; }
  .desk-wide--one-quarter, .desk-wide--two-eighths, .desk-wide--three-twelfths {
    width: 25%; }
  .desk-wide--three-quarters, .desk-wide--six-eighths, .desk-wide--nine-twelfths {
    width: 75%; }
  .desk-wide--one-fifth, .desk-wide--two-tenths {
    width: 20%; }
  .desk-wide--two-fifths, .desk-wide--four-tenths {
    width: 40%; }
  .desk-wide--three-fifths, .desk-wide--six-tenths {
    width: 60%; }
  .desk-wide--four-fifths, .desk-wide--eight-tenths {
    width: 80%; }
  .desk-wide--one-sixth, .desk-wide--two-twelfths {
    width: 16.666%; }
  .desk-wide--five-sixths, .desk-wide--ten-twelfths {
    width: 83.333%; }
  .desk-wide--one-eighth {
    width: 12.5%; }
  .desk-wide--three-eighths {
    width: 37.5%; }
  .desk-wide--five-eighths {
    width: 62.5%; }
  .desk-wide--seven-eighths {
    width: 87.5%; }
  .desk-wide--one-tenth {
    width: 10%; }
  .desk-wide--three-tenths {
    width: 30%; }
  .desk-wide--seven-tenths {
    width: 70%; }
  .desk-wide--one-twelfth {
    width: 8.333%; }
  .desk-wide--five-twelfths {
    width: 41.666%; }
  .desk-wide--seven-twelfths {
    width: 58.333%; }
  .desk-wide--eleven-twelfths {
    width: 91.666%; } }

body {
  font-size: 75%; }

@media only screen and (max-width: 480px) {
  body {
    font-size: 87.5%; } }

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  body {
    font-size: 100%; } }

@media only screen and (min-width: 1024px) {
  body {
    font-size: 100%; } }

@media only screen and (min-width: 1200px) {
  body {
    font-size: 100%; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 2em;
  margin-bottom: 40px; }

h2 {
  font-size: 1.5em;
  margin-bottom: 20px; }

h3 {
  font-size: 1.125em;
  margin-top: 20px;
  margin-bottom: 0; }

h4 {
  font-size: 1em;
  margin-bottom: 20px; }

h5 {
  font-size: 0.75em;
  margin-bottom: 20px; }

h6 {
  font-size: 0.625em; }

body,
p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  margin: 0 0 20px 0;
  color: #69707a; }

strong,
b {
  font-weight: bold; }

code {
  line-height: 20px;
  margin: 0; }

pre {
  margin: 0 0 20px 0; }

a {
  color: #42afe3;
  text-decoration: none; }
  a:hover {
    color: #42afe3;
    text-decoration: none; }

hr {
  margin: 19px 0;
  border: 0;
  border-bottom: 1px solid #aeb1b5;
  line-height: 20px; }

ol, ul {
  margin: 0 0 20px 0;
  padding-left: 20px; }
  ol ol, ol ul, ul ol, ul ul {
    margin: 0;
    padding-left: 20px; }
  ol li, ul li {
    line-height: 20px;
    margin: 0;
    padding: 0; }

dl {
  line-height: 20px;
  margin: 0 0 20px 0; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin: 0 0 0 20px; }

.table {
  width: 100%;
  margin: 2px 0 20px 0;
  padding: 0; }
  .table tr {
    line-height: 20px;
    height: auto; }
  .table td, .table th {
    line-height: 20px;
    margin: 0;
    padding: 10px;
    border-bottom: solid 1px #f5f7fa; }
  .table th {
    font-weight: bold;
    text-align: left;
    border-bottom: solid 2px #d3d6db; }
  .table thead {
    line-height: 20px; }
  .table tbody {
    line-height: 20px; }

img {
  display: block; }

.form {
  margin: 0 0 20px 0; }
  .form .form__group {
    border-bottom: dashed 1px #d3d6db;
    margin-bottom: 20px; }
  .form .form__field {
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    .form .form__field small {
      display: block;
      color: #d3d6db;
      margin-top: 10px; }
  .form label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px; }
  .form input[type="text"],
  .form input[type="password"],
  .form input[type="select"],
  .form input[type="tel"],
  .form input[type="search"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 1em;
    outline: none;
    border: solid 1px #f5f7fa;
    transition: 0.3s; }
    .form input[type="text"]:focus,
    .form input[type="password"]:focus,
    .form input[type="select"]:focus,
    .form input[type="tel"]:focus,
    .form input[type="search"]:focus {
      transition: 0.3s;
      box-shadow: 0 0 10px #42afe3;
      border-color: #42afe3; }
  .form textarea {
    padding: 10px;
    width: 90%;
    height: 200px;
    line-height: 20px;
    margin-bottom: 5px;
    display: block;
    clear: left;
    overflow: auto; }
  .form input[type="radio"],
  .form input[type="checkbox"] {
    margin: 0px 6.66667px 0px 10px;
    display: inline-block; }
  .form input[type="file"] {
    margin: 0px 6px 3px 6px; }

.form .valid label {
  color: #97cd76; }

.form .valid input, .form .valid textarea {
  border-color: #97cd76;
  color: #97cd76; }
  .form .valid input:focus, .form .valid textarea:focus {
    border-color: #97cd76;
    box-shadow: 0 0 10px #97cd76; }

.form .valid small {
  color: #97cd76; }

.form .warning label {
  color: #f68b39; }

.form .warning input, .form .warning textarea {
  border-color: #f68b39;
  color: #f68b39; }
  .form .warning input:focus, .form .warning textarea:focus {
    border-color: #f68b39;
    box-shadow: 0 0 10px #f68b39; }

.form .warning small {
  color: #f68b39; }

.form .error label {
  color: #ed6c63; }

.form .error input, .form .error textarea {
  border-color: #ed6c63;
  color: #ed6c63; }
  .form .error input:focus, .form .error textarea:focus {
    border-color: #ed6c63;
    box-shadow: 0 0 10px #ed6c63; }

.form .error small {
  color: #ed6c63; }

.btn {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn.btn__blue {
    background: #42afe3;
    color: #ffffff; }
    .btn.btn__blue:hover {
      background: rgba(66, 175, 227, 0.5);
      color: #ffffff; }
  .btn.btn__green {
    background: #97cd76;
    color: #ffffff; }
    .btn.btn__green:hover {
      background: rgba(151, 205, 118, 0.5);
      color: #ffffff; }
  .btn.btn__yellow {
    background: #fce473;
    color: #ffffff; }
    .btn.btn__yellow:hover {
      background: rgba(252, 228, 115, 0.5);
      color: #ffffff; }
  .btn.btn__orange {
    background: #f68b39;
    color: #ffffff; }
    .btn.btn__orange:hover {
      background: rgba(246, 139, 57, 0.5);
      color: #ffffff; }
  .btn.btn__red {
    background: #ed6c63;
    color: #ffffff; }
    .btn.btn__red:hover {
      background: rgba(237, 108, 99, 0.5);
      color: #ffffff; }
  .btn.btn__black {
    background: #69707a;
    color: #ffffff; }
    .btn.btn__black:hover {
      background: rgba(105, 112, 122, 0.5);
      color: #ffffff; }
  .btn.btn__white {
    background: #ffffff;
    color: #aeb1b5; }
    .btn.btn__white:hover {
      background: rgba(255, 255, 255, 0.5);
      color: #aeb1b5; }

.btn-pill {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px; }
  .btn-pill.btn__blue {
    background: #42afe3;
    color: #ffffff; }
    .btn-pill.btn__blue:hover {
      background: rgba(66, 175, 227, 0.5);
      color: #ffffff; }
  .btn-pill.btn__green {
    background: #97cd76;
    color: #ffffff; }
    .btn-pill.btn__green:hover {
      background: rgba(151, 205, 118, 0.5);
      color: #ffffff; }
  .btn-pill.btn__yellow {
    background: #fce473;
    color: #ffffff; }
    .btn-pill.btn__yellow:hover {
      background: rgba(252, 228, 115, 0.5);
      color: #ffffff; }
  .btn-pill.btn__orange {
    background: #f68b39;
    color: #ffffff; }
    .btn-pill.btn__orange:hover {
      background: rgba(246, 139, 57, 0.5);
      color: #ffffff; }
  .btn-pill.btn__red {
    background: #ed6c63;
    color: #ffffff; }
    .btn-pill.btn__red:hover {
      background: rgba(237, 108, 99, 0.5);
      color: #ffffff; }
  .btn-pill.btn__black {
    background: #69707a;
    color: #ffffff; }
    .btn-pill.btn__black:hover {
      background: rgba(105, 112, 122, 0.5);
      color: #ffffff; }
  .btn-pill.btn__white {
    background: #ffffff;
    color: #aeb1b5; }
    .btn-pill.btn__white:hover {
      background: rgba(255, 255, 255, 0.5);
      color: #aeb1b5; }

.btn-line {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease; }
  .btn-line.btn__blue {
    background: transparent;
    color: #42afe3;
    border: solid 2px #42afe3; }
    .btn-line.btn__blue:hover {
      background: transparent;
      color: rgba(66, 175, 227, 0.5);
      border-color: rgba(66, 175, 227, 0.5); }
  .btn-line.btn__green {
    background: transparent;
    color: #97cd76;
    border: solid 2px #97cd76; }
    .btn-line.btn__green:hover {
      background: transparent;
      color: rgba(151, 205, 118, 0.5);
      border-color: rgba(151, 205, 118, 0.5); }
  .btn-line.btn__yellow {
    background: transparent;
    color: #fce473;
    border: solid 2px #fce473; }
    .btn-line.btn__yellow:hover {
      background: transparent;
      color: rgba(252, 228, 115, 0.5);
      border-color: rgba(252, 228, 115, 0.5); }
  .btn-line.btn__orange {
    background: transparent;
    color: #f68b39;
    border: solid 2px #f68b39; }
    .btn-line.btn__orange:hover {
      background: transparent;
      color: rgba(246, 139, 57, 0.5);
      border-color: rgba(246, 139, 57, 0.5); }
  .btn-line.btn__red {
    background: transparent;
    color: #ed6c63;
    border: solid 2px #ed6c63; }
    .btn-line.btn__red:hover {
      background: transparent;
      color: rgba(237, 108, 99, 0.5);
      border-color: rgba(237, 108, 99, 0.5); }
  .btn-line.btn__black {
    background: transparent;
    color: #69707a;
    border: solid 2px #69707a; }
    .btn-line.btn__black:hover {
      background: transparent;
      color: rgba(105, 112, 122, 0.5);
      border-color: rgba(105, 112, 122, 0.5); }
  .btn-line.btn__white {
    background: transparent;
    color: #ffffff;
    border: solid 2px #ffffff; }
    .btn-line.btn__white:hover {
      background: transparent;
      color: rgba(255, 255, 255, 0.5);
      border-color: rgba(255, 255, 255, 0.5); }

.btn__block {
  display: block;
  text-align: center; }

.message {
  display: block;
  padding: 10px;
  margin-bottom: 20px; }
  .message h4, .message p {
    margin: 0; }
  .message.info {
    background: #b1def3; }
    .message.info h4, .message.info p {
      color: #1f99d3 !important; }
  .message.success {
    background: #deefd3; }
    .message.success h4, .message.success p {
      color: #7bbf51 !important; }
  .message.warning {
    background: #fcd2b3; }
    .message.warning h4, .message.warning p {
      color: #f16f0b !important; }
  .message.error {
    background: #fad8d5; }
    .message.error h4, .message.error p {
      color: #e84135 !important; }

.breadcrumbs {
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 20px; }
  .breadcrumbs li {
    margin: 0;
    list-style: none;
    display: block; }
    .breadcrumbs li a {
      display: block; }
  .breadcrumbs li {
    display: inline; }
    .breadcrumbs li a {
      display: inline-block; }
  .breadcrumbs li {
    color: #aeb1b5; }
  .breadcrumbs li:not(:last-child):after {
    content: ">";
    padding-left: 10px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
  transition: all 0.3s ease; }
  .modal:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85); }
  .modal.is-open {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: all 0.3s ease; }

.modal-body {
  background: #ffffff;
  width: 50%;
  height: 50%;
  padding: 40px;
  overflow: auto; }

.modal-body__header {
  border-bottom: dashed 1px #f5f7fa;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .modal-body__header h3 {
    margin: 0; }

.modal-close {
  color: #aeb1b5;
  font-size: 2em;
  position: absolute;
  top: 40px;
  right: 40px; }

* {
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  font-style: normal; }

h1 {
  font-weight: 300;
  color: #004679;
  font-size: 3em;
  line-height: normal;
  margin: 0 0 20px 0; }

h2 {
  font-weight: 300;
  color: #004679;
  font-size: 2em;
  line-height: normal;
  margin: 0 0 40px 0; }
  h2.loc {
    margin: 20px 0; }

h3 {
  color: #004679;
  margin: 20px 0;
  font-weight: 600; }

h4 {
  color: #004679; }

.lead {
  font-size: 1.5em;
  line-height: normal; }

.media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.media-img {
  margin: 0 10px 0 0; }

.img-inline {
  display: inline;
  vertical-align: middle;
  margin-left: 10px; }

.cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative; }
  .cards .is-faded {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    background: rgba(255, 255, 255, 0.75); }

.card {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 33.3%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  padding: 40px;
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 5; }
  .card .card-close {
    font-size: 2em;
    color: #ffffff;
    position: absolute;
    top: 20px;
    right: 20px; }
  .card img {
    width: 100px;
    height: 100px; }
  .card .svg-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(1, -1, 1);
            transform: scale3d(1, -1, 1);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: none;
    fill: transparent;
    stroke: #ed6c63;
    stroke-width: 6px;
    stroke-dasharray: 1521;
    stroke-dashoffset: 1521; }
  .card.not-open:hover .svg-hover {
    stroke-dashoffset: 0;
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .card.is-open {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    width: 60%;
    z-index: 100;
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 80px; }
    .card.is-open h3, .card.is-open p, .card.is-open li {
      color: #ffffff; }

@media only screen and (max-width: 480px) {
  .cards {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .card {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-bottom: 40px; }
    .card.is-open {
      top: 20px;
      width: 90%;
      padding: 20px; }
      .card.is-open h3, .card.is-open p, .card.is-open li {
        color: #ffffff; } }

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .card {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%;
    margin-bottom: 40px; }
    .card.is-open {
      top: 40px;
      width: 90%;
      padding: 40px; }
      .card.is-open h3, .card.is-open p, .card.is-open li {
        color: #ffffff; } }

.form {
  margin: 0 !important; }

.form__group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none !important; }
  .form__group .form__field:not(:last-child) {
    margin-right: 20px; }
  .form__group.downdown {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
    .form__group.downdown .form__field:not(:last-child) {
      margin-right: 0; }

.form__footer span {
  color: #ffffff;
  display: block;
  text-align: right;
  margin-top: -35px; }

textarea {
  width: 100% !important;
  max-width: none;
  border: none; }

@media only screen and (max-width: 480px) {
  .form__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    border: none !important; }
    .form__group .form__field:not(:last-child) {
      margin-bottom: 20px; } }

.carousel {
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  background: #004679; }
  .carousel img {
    max-width: 100%; }
  .carousel .active {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .carousel img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.carousel__content {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(27, 117, 186, 0.45);
  padding: 80px;
  z-index: 50; }
  .carousel__content h1, .carousel__content p {
    color: #ffffff; }
  .carousel__content.active {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

@media only screen and (max-width: 480px) {
  .carousel {
    margin: 0 !important;
    position: relative;
    height: 400px; }
    .carousel img {
      max-width: none;
      height: 100%; }
  .carousel__content {
    width: 100%;
    height: 100%;
    padding: 20px; } }

@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .carousel {
    margin: 0 !important;
    position: relative;
    height: 400px; }
    .carousel img {
      max-width: none;
      height: 100%; }
  .carousel__content {
    width: 100%;
    height: 100%;
    padding: 20px; } }

* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0; }

body {
  position: relative;
  top: 95px; }

.gridder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .gridder .section {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 50%; }

@media only screen and (max-width: 480px) {
  body {
    top: 60px; }
  .gridder {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .gridder .section {
      width: 100%; } }

.masthead {
  padding: 20px 80px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  background: #ffffff;
  box-shadow: -2px 4px 16px 1px rgba(0, 0, 0, 0.27); }
  .masthead .logo {
    width: 255px;
    height: 55px; }
  .masthead .main-navigation {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 80px; }
    .masthead .main-navigation .burger {
      display: none; }
    .masthead .main-navigation ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding: 0; }
      .masthead .main-navigation ul li {
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        list-style: none;
        position: relative; }
        .masthead .main-navigation ul li:not(:last-child) {
          margin-right: 20px; }
        .masthead .main-navigation ul li:hover .hover {
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          transition: all 0.3s; }
        .masthead .main-navigation ul li .hover {
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: translate3d(0, -200%, 0);
                  transform: translate3d(0, -200%, 0);
          transition: all 0.3s;
          padding-top: 40px;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 200px; }
          .masthead .main-navigation ul li .hover li {
            display: block !important;
            background: #ffffff;
            width: 100%;
            padding: 10px; }
    .masthead .main-navigation a {
      color: #004679;
      font-size: 1.125em; }
      .masthead .main-navigation a:hover {
        color: #56c8de; }

@media only screen and (max-width: 480px) {
  .masthead {
    padding: 10px 20px; }
    .masthead .logo {
      width: 180px;
      height: auto; }
    .masthead .main-navigation {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 20px;
      left: 20px;
      text-align: right; }
      .masthead .main-navigation .burger {
        display: block;
        width: 40px;
        height: 40px;
        float: right; }
      .masthead .main-navigation ul {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        background: #1b75ba;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(-150%);
            -ms-transform: translateY(-150%);
                transform: translateY(-150%);
        transition: all 0.3s; }
        .masthead .main-navigation ul.is-open {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          transition: all 0.3s; }
        .masthead .main-navigation ul li {
          -webkit-flex: auto;
              -ms-flex: auto;
                  flex: auto;
          list-style: none;
          text-align: center; }
          .masthead .main-navigation ul li:not(:last-child) {
            margin-right: 10px; }
      .masthead .main-navigation a {
        color: #ffffff; }
        .masthead .main-navigation a:hover {
          color: #ffffff; } }

.section {
  padding: 80px 80px; }
  .section .media {
    margin-top: 40px; }
  .section.-nopad {
    padding: 0; }
  .section.-relative {
    position: relative; }
    .section.-relative iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  .section.section__blueDark {
    background: #004679; }
    .section.section__blueDark p {
      color: #ffffff; }
    .section.section__blueDark h2 {
      color: #56c8de; }
  .section.section__blue {
    background: #1b75ba; }
    .section.section__blue p {
      color: #ffffff; }
    .section.section__blue h2 {
      color: #56c8de; }

@media only screen and (max-width: 480px) {
  .section {
    padding: 40px 20px; } }

.footend {
  background: #004679;
  padding: 20px 0; }
  .footend h6 {
    color: #ffffff;
    text-align: center;
    margin: 0; }

.about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .about h2 {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%; }
  .about p {
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 48%; }

.services-group .card-1 .svg-hover {
  stroke: #1C75B7; }

.services-group .card-1.is-open {
  background: #1C75B7; }

.services-group .card-2 .svg-hover {
  stroke: #56C7DE; }

.services-group .card-2.is-open {
  background: #56C7DE; }

.services-group .card-3 .svg-hover {
  stroke: #F06B36; }

.services-group .card-3.is-open {
  background: #F06B36; }

.services-group .card-4 .svg-hover {
  stroke: #104779; }

.services-group .card-4.is-open {
  background: #104779; }

.services-group .card-5 .svg-hover {
  stroke: #FFD23E; }

.services-group .card-5.is-open {
  background: #FFD23E; }

.services-prop .card-1 .svg-hover {
  stroke: #fed23e; }

.services-prop .card-1.is-open {
  background: #fed23e; }

.services-prop .card-2 .svg-hover {
  stroke: #0b487a; }

.services-prop .card-2.is-open {
  background: #0b487a; }

.services-prop .card-3 .svg-hover {
  stroke: #56c8de; }

.services-prop .card-3.is-open {
  background: #56c8de; }

.services-prop .card-4 .svg-hover {
  stroke: #0b487a; }

.services-prop .card-4.is-open {
  background: #0b487a; }

.services-prop .card-5 .svg-hover {
  stroke: #56c8de; }

.services-prop .card-5.is-open {
  background: #56c8de; }

.services-prop .card-6 .svg-hover {
  stroke: #fed23e; }

.services-prop .card-6.is-open {
  background: #fed23e; }

.services-prop .card-7 .svg-hover {
  stroke: #1076bb; }

.services-prop .card-7.is-open {
  background: #1076bb; }

.services-prop .card-8 .svg-hover {
  stroke: #f26a36; }

.services-prop .card-8.is-open {
  background: #f26a36; }

.services-consulting .card-1 .svg-hover {
  stroke: #0b487a; }

.services-consulting .card-1.is-open {
  background: #0b487a; }

.services-consulting .card-2 .svg-hover {
  stroke: #fed23e; }

.services-consulting .card-2.is-open {
  background: #fed23e; }

.services-consulting .card-3 .svg-hover {
  stroke: #1076bb; }

.services-consulting .card-3.is-open {
  background: #1076bb; }

.services-consulting .card-4 .svg-hover {
  stroke: #f26a36; }

.services-consulting .card-4.is-open {
  background: #f26a36; }

.services-consulting .card-5 .svg-hover {
  stroke: #0b487a; }

.services-consulting .card-5.is-open {
  background: #0b487a; }

.services-consulting .card-6 .svg-hover {
  stroke: #fed23e; }

.services-consulting .card-6.is-open {
  background: #fed23e; }

.services-consulting .card-7 .svg-hover {
  stroke: #1076bb; }

.services-consulting .card-7.is-open {
  background: #1076bb; }

.services-consulting .card-8 .svg-hover {
  stroke: #f26a36; }

.services-consulting .card-8.is-open {
  background: #f26a36; }

@media only screen and (max-width: 480px) {
  .about {
    -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap; }
    .about p {
      -webkit-flex: none;
          -ms-flex: none;
              flex: none;
      width: 100%; } }
