@font-face {
  font-family: HemiHead;
  src: url(../fonts/hemi-head-426.bold-italic.ttf); }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-Book.woff);
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-BookOblique.woff);
  font-weight: normal;
  font-style: oblique; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-Black.woff);
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-BlackOblique.woff);
  font-weight: 900;
  font-style: oblique; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-Heavy.woff);
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-HeavyOblique.woff);
  font-weight: 800;
  font-style: oblique; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-Light.woff);
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-LightOblique.woff);
  font-weight: 300;
  font-style: oblique; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-Medium.woff);
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-MediumOblique.woff);
  font-weight: 600;
  font-style: oblique; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-Oblique.woff);
  font-weight: 500;
  font-style: oblique; }
@font-face {
  font-family: Avenir;
  src: url(../fonts/avenir/AvenirLTStd-Roman.woff);
  font-weight: 500;
  font-style: normal; }
.text-primary {
  color: #439BD2; }

.text-secondary {
  color: #002D72; }

.text-light {
  color: white; }

.text-dark {
  color: black; }

.size1-3 {
  width: 33.33%;
  padding: 0 10px 0 10px;
  float: left; }
  @media screen and (max-width: 767px) {
    .size1-3 {
      width: 100%; } }

.size2-3 {
  width: 66.66%;
  padding: 0 10px 0 10px;
  float: left; }
  @media screen and (max-width: 767px) {
    .size2-3 {
      width: 100%; } }

.size3-3 {
  width: 100%;
  padding: 0 10px 0 10px;
  float: left; }
  @media screen and (max-width: 767px) {
    .size3-3 {
      width: 100%; } }

.size1-4 {
  width: 25%;
  padding: 0 10px 0 10px;
  float: left; }
  @media screen and (max-width: 767px) {
    .size1-4 {
      width: 100%; } }

.size3-4 {
  width: 75%;
  padding: 0 10px 0 10px;
  float: left; }
  @media screen and (max-width: 767px) {
    .size3-4 {
      width: 100%; } }

.size1-2 {
  width: 50%;
  padding: 0 10px 0 10px;
  float: left; }
  @media screen and (max-width: 767px) {
    .size1-2 {
      width: 100%; } }

.row {
  margin-top: 10px; }

nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 800;
  z-index: 1000; }
  @media screen and (max-width: 767px) {
    nav {
      -webkit-transition: none;
      transition: none; } }
  nav * {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    @media screen and (max-width: 767px) {
      nav * {
        -webkit-transition: none;
        transition: none; } }
  @media screen and (max-width: 767px) {
    nav.responsive ul {
      height: 100vh !important;
      background-color: white !important;
      position: relative !important; }
      nav.responsive ul li {
        display: block !important; } }
  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
    nav ul li {
      float: left; }
      @media screen and (max-width: 767px) {
        nav ul li:not(#nav-item-logo) {
          display: none; } }
      @media screen and (max-width: 767px) {
        nav ul li {
          float: none !important; } }
      nav ul li.nav-item a {
        height: 60px;
        padding: 20px 16px;
        font-size: 1.2em; }
      nav ul li a {
        display: block;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          nav ul li a {
            float: none !important;
            background-color: white;
            color: #002D72 !important;
            text-align: left; } }
        nav ul li a .logo {
          height: 2em; }
        nav ul li a.active {
          color: white !important; }
          nav ul li a.active:hover {
            background-color: #f2f2f2 !important; }
      @media screen and (max-width: 767px) {
        nav ul li#nav-icon {
          display: block;
          position: absolute;
          right: 0;
          top: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        nav ul li#nav-icon {
          display: none; } }
      @media screen and (min-width: 1024px) {
        nav ul li#nav-icon {
          display: none; } }
  nav.nav-home ul {
    background: rgba(0, 45, 114, 0.9);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0, 45, 114, 0.9), transparent);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0, 45, 114, 0.9), transparent);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0, 45, 114, 0.9), transparent);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0, 45, 114, 0.9), transparent);
    /* Standard syntax */ }
    nav.nav-home ul li a {
      color: #e6e6e6; }
      nav.nav-home ul li a:hover {
        color: white; }
  nav.nav-scrolled ul {
    background-color: white;
    border-bottom: 1px solid #f2f2f2; }
    nav.nav-scrolled ul li a {
      color: #002D72; }
      nav.nav-scrolled ul li a:hover {
        background-color: #f2f2f2; }
  @media screen and (max-width: 767px) {
    nav #nav-right {
      float: none; } }

input[type="text"], textarea {
  margin: 0;
  border: 1px solid #439BD2;
  padding: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  font-family: 'Avenir', sans-serif; }
  input[type="text"]:focus, textarea:focus {
    border: 1px solid #002D72;
    outline: none;
    box-shadow: 0px 0px 5px #002D72; }
  input[type="text"].error, textarea.error {
    border: 1px solid red;
    outline: none; }
    input[type="text"].error:focus, textarea.error:focus {
      box-shadow: 0px 0px 5px red; }

input[type="text"] {
  height: 30px; }

textarea {
  resize: none;
  overflow: auto; }

.btn {
  height: 30px;
  padding: 5px;
  border: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .btn:focus {
    outline: none;
    box-shadow: transparent; }
  .btn:hover {
    cursor: pointer; }
  .btn.btn-primary {
    background-color: #439BD2;
    color: white; }
    .btn.btn-primary:focus {
      background-color: #2c81b6; }
    .btn.btn-primary:hover {
      background-color: #2c81b6; }
  .btn.btn-secondary {
    background-color: #002D72;
    color: white; }
    .btn.btn-secondary:focus {
      background-color: #00193f; }
    .btn.btn-secondary:hover {
      background-color: #00193f; }

html {
  font-family: 'Avenir', sans-serif; }

* {
  box-sizing: border-box; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.justify {
  text-align: justify; }

.margin-bottom {
  margin-bottom: 20px; }

.hidden {
  display: none; }

.page {
  width: 100%;
  overflow: hidden; }
  .page.full-height {
    height: 100vh; }
  .page .title {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: 600;
    font-style: oblique;
    text-align: left;
    font-size: 3.3em;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 10px solid #439BD2;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    color: #002D72;
    margin-right: 10px;
    margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .page .title {
        text-align: center; } }

#home {
  background-image: url("../images/home.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  max-height: 100%; }
  @media screen and (max-width: 767px) {
    #home {
      background-color: white;
      background-image: none; } }
  #home .logo {
    max-width: 80%;}
    @media screen and (max-width: 767px) {
      #home .logo {
        margin-top: 30vh;
        max-width: 95%; } }

#who {
  text-align: center; }
  #who h1 {
    font-size: 3.3em;
    font-weight: 600;
    font-style: oblique; }
    @media screen and (max-width: 767px) {
      #who h1 {
        font-size: 2.5em; } }
  #who img {
    width: 280px;
    height: 280px;
    border-radius: 50%; }
  #who p {
    font-size: 1.1em; }

#about {
  background-image: url("../images/about.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #about #about-info {
    background-color: white;
    text-align: justify;
    padding-left: calc(50% - 600px); }

#contact #map {
  width: 100%;
  height: 380px;
  margin: 10px 0 10px 0; }
#contact h4 {
  margin: 0; }

.container {
  max-width: 1200px;
  margin: auto; }

.no-padding {
  padding: 0; }

.separator {
  height: 60px;
  width: 100%;
  background-color: white; }

#services .service {
  height: 130px;
  padding-top: 10px;
  border-bottom: 1px solid #439BD2;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #services .service {
      height: auto; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #services .service {
      height: auto;
      width: 100%; } }
  #services .service.left {
    border-right: 1px solid #439BD2; }
    @media screen and (max-width: 767px) {
      #services .service.left {
        border-right: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #services .service.left {
        border-right: 0; } }
    #services .service.left .icon {
      float: right; }
    #services .service.left .info {
      float: right; }
      #services .service.left .info .title {
        text-align: right; }
  #services .service.bottom {
    border-bottom: 0; }
    @media screen and (max-width: 767px) {
      #services .service.bottom {
        border-bottom: 1px solid #439BD2; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      #services .service.bottom {
        border-bottom: 1px solid #439BD2; } }
  #services .service.right .icon {
    float: left; }
  #services .service.right .info {
    float: left; }
    #services .service.right .info .title {
      text-align: left; }
  #services .service .icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 1px solid #439BD2;
    padding-top: 11px; }
  #services .service .info {
    width: calc(100% - 70px); }
    #services .service .info .title {
      border: 0;
      font-size: 1.2em;
      padding: 0 10px 0 10px;
      margin: 0;
      font-weight: 900; }
    #services .service .info .content {
      padding: 10px;
      text-align: justify; }

#logo-footer-container {
  text-align: center; }
  #logo-footer-container #logo-footer {
    display: block;
    margin: auto;
    width: 25%; }
    @media screen and (max-width: 767px) {
      #logo-footer-container #logo-footer {
        width: 100%; } }

#footer {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    #footer {
      margin-top: 0; } }
  #footer #social-footer-container {
    text-align: center; }
    #footer #social-footer-container .social-item {
      height: 60px;
      width: 60px;
      display: inline-block;
      background-color: #e5e5e5;
      color: white !important;
      padding: 22px;
      margin: 5px;
      text-decoration: none;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      @media screen and (max-width: 767px) {
        #footer #social-footer-container .social-item.facebook {
          background-color: #3b5999; } }
      #footer #social-footer-container .social-item.facebook:hover {
        background-color: #3b5999; }
      @media screen and (max-width: 767px) {
        #footer #social-footer-container .social-item.twitter {
          background-color: #55acee; } }
      #footer #social-footer-container .social-item.twitter:hover {
        background-color: #55acee; }
      @media screen and (max-width: 767px) {
        #footer #social-footer-container .social-item.linkedin {
          background-color: #0077B5; } }
      #footer #social-footer-container .social-item.linkedin:hover {
        background-color: #0077B5; }
      @media screen and (max-width: 767px) {
        #footer #social-footer-container .social-item.google {
          background-color: #dd4b39; } }
      #footer #social-footer-container .social-item.google:hover {
        background-color: #dd4b39; }
  @media screen and (max-width: 767px) {
    #footer #sitemap-footer {
      display: none; } }
  #footer #sitemap-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #footer #sitemap-footer ul li {
      margin: 5px; }
      #footer #sitemap-footer ul li a {
        text-decoration: none;
        color: black; }
        #footer #sitemap-footer ul li a:hover {
          text-decoration: underline; }

#legal-footer {
  background-color: #002D72;
  color: white;
  text-align: center;
  padding-bottom: 20px; }
  #legal-footer a {
    text-decoration: none;
    color: white; }
    #legal-footer a:hover {
      text-decoration: underline; }

#cookies-use {
  width: 100%;
  max-width: 1200px;
  position: fixed;
  bottom: 0;
  margin: auto;
  background-color: #439BD2;
  color: white;
  padding: 5px;
  text-align: center;
  display: none; }
  @media screen and (min-width: 1200px) {
    #cookies-use {
      left: calc(50% - 600px); } }
  #cookies-use .text {
    float: left; }
  #cookies-use .icon {
    float: right; }
    #cookies-use .icon:hover {
      cursor: pointer; }

body.modal-open {
  overflow: hidden; }
.invisible {
  visibility: hidden;
}
.modal {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000; }
  .modal .modal-close {
    float: right;
    color: white;
    padding: 10px;
    cursor: pointer; }
  .modal .modal-content {
    width: 100%;
    max-width: 1200px;
    height: calc(100vh - 120px);
    overflow: auto;
    clear: both;
    margin: 60px auto 60px auto;
    background-color: white;
    padding: 20px; }
  .modal ::-webkit-scrollbar {
    width: 6px; }
  .modal ::-webkit-scrollbar-track {
    background-color: transparent; }
  .modal ::-webkit-scrollbar-thumb {
    background-color: #439BD2; }
  .modal ::-webkit-scrollbar-thumb:hover {
    background-color: #00193f; }

::-webkit-scrollbar {
  width: 0px; }

::-webkit-scrollbar-track {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  background-color: transparent; }

/*# sourceMappingURL=styles.css.map */
