.btn-site {
  display: inline-block;
  background-color: #172883;
  text-transform: uppercase;
  padding: 14px 50px;
  text-align: center;
  color: white;
  font-size: 14px;
  border-radius: 4px;
  font-weight: bold;
  opacity: 1;
  transition: all .2s ease-in-out;
  box-shadow: none; }
  .btn-site:hover {
    opacity: 0.9;
    text-decoration: none;
    color: white;
    box-shadow: 0 10px 20px -10px rgba(23, 32, 75, 0.6); }
  .btn-site.btn-center {
    margin: 0 auto; }
  .btn-site.btn-big {
    font-size: 18px; }
  .btn-site.btn-small {
    font-size: 12px;
    padding: 10px 30px; }
  .btn-site.btn-outline {
    border: 2px solid #172883;
    background-color: transparent;
    color: #172883; }

button.btn-site {
  width: 100%;
  border: none;
}

input.form-control,
select.form-control,
textarea.form-control {
  background: transparent;
  border: none;
  border-bottom: 2px solid #999;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  color: black;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  padding: 6px 12px 0px 0;
  position: relative;
  z-index: 1; }

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border-color: #02A7DF;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: black;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

input.form-control,
select.form-control {
  height: 44px; }

form label {
  position: absolute;
  top: 12px;
  z-index: 0;
  transition: all .2s ease-in-out;
  font-size: 14px;
  font-weight: normal;
  text-transform: lowercase; }

form .form-group.focus label {
  top: -4px;
  font-size: 12px;
  font-weight: 100;
  color: #999; }

form em.error {
  top: -10px;
  right: 0;
  position: absolute;
  background-color: #e34f4f;
  color: white;
  padding: 4px 10px;
  font-style: normal;
  font-size: 14px; }

form em.error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%; }

.modal .modal-header {
  border-bottom: none; }

.modal .modal-body {
  padding: 0 30px 15px; }
  .modal .modal-body h4 {
    font-size: 20px;
    margin-bottom: 20px; }
  .modal .modal-body .btn-site {
    display: block;
    margin: 10px auto; }
  .modal .modal-body .btn-site.loading {
    color: white;
    background: url("/img/giphy-transparent.gif") no-repeat center;
    background-size: contain;
  }
  .modal .modal-body .forgot-password {
    display: block;
    text-align: center;
    margin: 20px 0 10px; }

.modal .callback-error {
  color: red;
  text-align: center; }

body {
  background-color: #FAFAFA;
  margin-top: 70px;
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #333!important; }
  body h4 {
    font-size: 20px; }
  body > div nav.navbar {
    background-color: white;
    box-shadow: 0 0 10px -3px rgba(23, 32, 75, 0.2);
    border: none;
    margin-bottom: 0; }
    body > div nav.navbar h1 {
      margin: 0; }
      body > div nav.navbar h1 a {
        position: relative;
        top: 15px;
        text-indent: -9999px;
        background-image: url("/img/logo-278x100.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 150px;
        left: 10px; }
    body > div nav.navbar .container {
      position: relative; }
    body > div nav.navbar ul.nav li a {
      text-transform: uppercase;
      color: #172883;
      font-size: 14px;
      font-weight: bold; }
    body > div nav.navbar ul.nav:not(.navbar-right) {
      margin: 0 auto;
      display: table;
      float: none; }
    body > div nav.navbar ul.nav.navbar-right {
      position: absolute;
      right: 0;
      top: 0; }
  body > div #banner-main {
    height: 390px;
    background-color: white;
    position: relative;
    background-image: url("/img/site/bg-main.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 5px solid #172883; }
    body > div #banner-main > p {
      position: absolute;
      font-size: 40px;
      font-weight: bold;
      color: white;
      width: 350px;
      line-height: 44px;
      top: 60px;
      left: 100px;
      text-shadow: 2px 2px 1px rgba(23, 32, 75, 0.9); }
    body > div .box {
      position: absolute;
      right: 30px;
      bottom: -55px;
      width: 355px;
      background-color: rgba(255, 255, 255, 0.95);
      padding: 55px 35px;
      box-shadow: 0 0 4px 1px rgba(23, 32, 75, 0.1);
      z-index: 1; }
      body > div .box p {
        font-size: 16px;
        color: #555555; }
      body > div .box a {
        display: block;
        padding: 20px;
        margin-top: 40px; }
  body > div > section .phrases {
    padding-top: 80px;
    padding-bottom: 80px; }
    body > div > section .phrases.left {
      background-color: white; }
      body > div > section .phrases.left .call {
        padding-left: 70px; }
      body > div > section .phrases.left .text {
        padding-right: 170px;
        padding-left: 70px; }
    body > div > section .phrases.right {
      background-color: #EAEEF9; }
      body > div > section .phrases.right .call {
        padding-right: 70px;
        text-align: right; }
        body > div > section .phrases.right .call p {
          text-align: right; }
      body > div > section .phrases.right .text {
        padding-left: 170px;
        padding-right: 70px;
        text-align: right; }
    body > div > section .phrases.center {
      text-align: center; }
      body > div > section .phrases.center p {
        font-size: 16px; }
        body > div > section .phrases.center p.call {
          font-size: 36px;
          color: #172883; }
      body > div > section .phrases.center .btn-site {
        margin-top: 30px; }
    body > div > section .phrases.two-columns {
      background-color: white; }
      body > div > section .phrases.two-columns .call {
        margin-bottom: 10px; }
      body > div > section .phrases.two-columns > div {
        padding-left: 70px;
        padding-right: 70px; }
    body > div > section .phrases .call {
      font-size: 24px;
      line-height: 24px; }
      body > div > section .phrases .call p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px; }
    body > div > section .phrases .text {
      color: #555555;
      font-size: 16px; }
  body > div > section .row-white {
    background-color: white;
    padding-top: 30px;
    padding-bottom: 50px; }
    body > div > section .row-white h2 {
      color: #172883; }
    body > div > section .row-white h3 + p {
      margin-bottom: 30px; }
  body > div > section.internal .row-white {
    min-height: 600px; }
  body > div > footer {
    color: white; }
    body > div > footer > .row {
      padding: 50px 0;
      background-color: #172883; }
      body > div > footer > .row > div {
        text-align: center; }
      body > div > footer > .row .fa {
        font-size: 28px; }
      body > div > footer > .row h5 {
        font-size: 18px;
        color: #EAEEF9; }
      body > div > footer > .row p {
        color: #DDD; }
      body > div > footer > .row a {
        color: white; }

@media only screen and (max-width: 880px) {
  body > div nav.navbar ul.nav:not(.navbar-right) {
    margin: inherit;
    display: inherit;
    float: inherit;
    border-bottom: 1px solid #EEE; }
  body .navbar-collapse.collapsing ul.nav.navbar-right,
  body .navbar-collapse.in ul.nav.navbar-right {
    position: inherit; }
  body > div #banner-main {
    height: auto;
    background-attachment: fixed; }
  body > div #banner-main > p {
    position: static;
    padding: 20px; }
  body > div #banner-main .box {
    position: static;
    width: auto; }
  body > div > section.internal .row-white {
    min-height: inherit; }
  body > div > section .phrases {
    padding: 20px; }
    body > div > section .phrases .call {
      padding-left: 20px !important;
      padding-right: 20px !important; }
    body > div > section .phrases .text {
      padding-top: 20px;
      padding-left: 20px !important;
      padding-right: 20px !important; }
    body > div > section .phrases.right {
      display: flex;
      flex-direction: column; }
      body > div > section .phrases.right .call {
        text-align: left; }
        body > div > section .phrases.right .call p {
          text-align: left; }
      body > div > section .phrases.right .text {
        order: 2;
        text-align: left; }
  body > div > section .phrases.two-columns > div {
    padding-left: inherit;
    padding-right: inherit; }
  body > div > section .phrases.two-columns .text {
    padding-top: 0;
    padding-bottom: 30px; }
  footer > .row > div {
    margin-bottom: 40px; } }
