@font-face {
  font-family: 'intro_condblack_free';
  src: url("../fonts/intro_cond_black_free-webfont.woff2") format("woff2"), url("../fonts/intro_cond_black_free-webfont.woff") format("woff"), url("../fonts/intro_cond_black_free-webfont.otf");
  font-weight: normal;
  font-style: normal; }
/*
@font-face {
    font-family: 'intro_condlight_free';
    src: url('../fonts/intro_cond_light_free-webfont.woff2') format('woff2'),
         url('../fonts/intro_cond_light_free-webfont.woff') format('woff'),
         url('../fonts/intro_cond_light_free-webfont.otf');
    font-weight: normal;
    font-style: normal;
}
*/
html {
  background: #ffffff url(../images/body.jpg) repeat-x;
  text-align: left; }

a, img, input, button {
  border: 0;
  outline: 0; }

body {
  text-align: left;
  font-family: 'arial'; }
  body.nav-open {
    overflow: hidden; }
    body.nav-open .nav-btn {
      color: #fff; }

nav.container {
  height: 95px;
  padding-top: 10px;
  font-size: 12px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 8;
  background: #fff; }
  nav.container a {
    color: #30416a;
    text-transform: uppercase; }
    nav.container a:hover {
      color: #30416a; }

.links {
  float: right;
  margin-top: 28px; }
  .links a {
    margin-left: 30px;
    color: #30416a; }
    .links a:hover, .links a:active, .links a:focus {
      text-decoration: none;
      color: #30416a;
      outline-offset: 0px; }

#header-image {
  max-width: 100%; }

#top {
  position: relative;
  padding: 0;
  margin-top: 95px; }

.blue-box {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'intro_condblack_free', arial;
  font-weight: 700; }
  .blue-box .row {
    height: 100%; }
    .blue-box .row div {
      height: 33.33333333%; }

.blue-item {
  background: rgba(79, 113, 178, 0.7);
  position: relative; }
  .blue-item span {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    padding: 0 15px;
    border-left: 3px solid #fff;
    display: block;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.offset-3 {
  margin-left: 25.0%; }

.ctn-1 {
  text-align: center; }
  .ctn-1 img {
    max-width: 100%; }
  .ctn-1 h2 {
    font-size: 46px;
    text-align: center;
    color: #30416a;
    margin: 35px 0;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-family: 'intro_condblack_free', arial;
    font-weight: 700; }
    .ctn-1 h2:after {
      content: '';
      display: block;
      width: 4px;
      height: 52px;
      background: #dfa555;
      position: absolute;
      bottom: -56px;
      left: 0;
      right: 0;
      margin: auto; }
  .ctn-1 .container {
    margin: 80px auto 20px; }
  .ctn-1 .g-txt {
    text-align: left;
    padding: 50px;
    background: #dcdcdc;
    color: #4a4a49;
    font-size: 18px;
    position: relative;
    z-index: 2;
    -webkit-transform: translate(-140px, 96px);
    transform: translate(-140px, 96px); }
    .ctn-1 .g-txt p {
      margin: 15px 0; }
  .ctn-1 .g-txt-2 {
    -webkit-transform: translate(53px, -30px);
    transform: translate(53px, -30px); }
  .ctn-1 .td {
    margin-top: 150px; }
  .ctn-1 .container-2 {
    margin-top: 126px; }

.ctn-1-dark {
  margin-top: 50px;
  background: #30416a;
  padding: 20px 0; }
  .ctn-1-dark h2 {
    color: #fff; }

.circles {
  margin: 10px 0;
  text-align: center; }

.circle {
  display: inline-block;
  width: 177px;
  height: 177px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #cd9548;
  position: relative;
  margin: 50px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .circle:hover {
    -webkit-transform: scale(1.09);
    transform: scale(1.09); }
  .circle span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    width: 90%; }

#close {
  padding: 0;
  background: none;
  border: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  color: #30416a; }

#modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none; }
  #modal.show {
    opacity: 1;
    pointer-events: auto; }

.modal-ctn {
  width: 50%;
  max-height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  -webkit-transition: transform .3s;
  transition: transform .3s; }
  .modal-ctn.show {
    pointer-events: auto;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

.arial-font {
  font-family: arial; }

.modal-item {
  margin: 20px;
  color: #30416a;
  display: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: none; }
  .modal-item.show {
    display: block;
    pointer-events: auto; }
  .modal-item h2 {
    font-size: 26px;
    font-family: 'intro_condblack_free';
    margin-bottom: 15px; }
  .modal-item ul {
    margin-left: 15px; }
  .modal-item li {
    font-size: 17px;
    margin: 4px 0; }

.ctn-1-light .circle {
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: 230px;
  height: 230px;
  text-transform: uppercase; }
  .ctn-1-light .circle span {
    font-weight: 700;
    width: 90%; }

.nav-btn {
  font-size: 30px;
  background: none;
  padding: 10px;
  border: 0;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 3;
  color: #30416a;
  display: none; }

footer {
  text-align: left;
  background: #30416a;
  color: #fff;
  padding: 45px 0;
  font-size: 18px; }
  footer h3 {
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px; }
  footer img {
    max-width: 100%; }
  footer .border {
    border-left: 4px solid #dfa555; }
  footer .footer-txt {
    padding: 0 50px; }
    footer .footer-txt:first-of-type {
      padding-left: 15px; }

@media only screen and (max-width: 1600px) {
  #top {
    background-size: cover; } }
@media only screen and (max-width: 1280px) {
  .links a {
    margin-left: 15px;
    font-size: 11px; }

  nav img {
    width: 110px;
    position: relative;
    top: 15px; }

  .blue-item span {
    font-size: 17px; } }
@media only screen and (max-width: 992px) {
  .blue-box {
    width: 100%; }

  .blue-item span {
    font-size: 11px; }

  footer {
    text-align: center;
    font-size: 15px; }
    footer h3 {
      font-size: 34px; }
    footer .border {
      border-left: none; }
    footer .footer-txt {
      padding: 0 15px;
      margin-bottom: 45px; } }
@media only screen and (max-width: 800px) {
  #top {
    width: 100%;
    overflow: hidden; }

  .modal-ctn {
    width: 85%; }

  .modal-item h2 {
    font-size: 19px; }
  .modal-item li {
    font-size: 13px; }

  .ctn-1 .g-txt {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin: 20px auto;
    padding: 40px;
    max-width: 87%; }
  .ctn-1 .td {
    margin-top: 40px; }
  .ctn-1 .container-2 {
    margin-top: 56px; }
  .ctn-1 h2 {
    font-size: 34px; }
    .ctn-1 h2:after {
      height: 35px;
      bottom: -43px; }

  .nav-btn {
    display: block;
    z-index: 52; }

  .links {
    position: fixed;
    text-align: center;
    left: 0;
    padding-top: 100px;
    margin: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 65, 106, 0.95);
    z-index: 20;
    display: none; }
    .links a {
      display: block;
      font-size: 18px;
      padding: 8px 15px;
      border-bottom: 1px solid #fff;
      color: #fff;
      margin: 0 15px; }

  nav.container a {
    color: #fff; }
    nav.container a:hover {
      color: #fff; }

  .nav-open .links {
    display: block; }

  .circle {
    margin: 15px; } }
@media only screen and (max-width: 480px) {
  .offset-3 {
    margin-left: 0; }

  #header-image {
    max-width: none;
    position: relative;
    left: -50%;
    top: 0;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%); }

  .blue-box {
    text-align: center; }
    .blue-box .row div {
      height: 114px;
      display: block;
      margin: 15px auto;
      width: 78%; }

  .blue-item {
    float: none;
    width: 40%;
    display: inline-block;
    text-align: left;
    margin: 10px; }
    .blue-item span {
      font-size: 11px; } }

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