a,
a:focus,
a:hover,
address p a:hover,
ins,
nav ul li a {
  text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

.sweet-alert,
.sweet-overlay {
  position: fixed;
  display: none
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?4oayd0);
  src: url(../fonts/icomoon.eot?#iefix4oayd0) format("embedded-opentype"), url(../fonts/icomoon.woff?4oayd0) format("woff"), url(../fonts/icomoon.ttf?4oayd0) format("truetype"), url(../fonts/icomoon.svg?4oayd0#icomoon) format("svg");
  font-weight: 400;
  font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-arrow-up:before {
  content: "\e900"
}

.icon-arrow-down:before {
  content: "\e901"
}

.icon-arrow-left:before {
  content: "\e902"
}

.icon-arrow-right:before {
  content: "\e903"
}

.icon-balance:before {
  content: "\e904"
}

.icon-book:before {
  content: "\e905"
}

.icon-chat:before {
  content: "\e906"
}

.icon-clock:before {
  content: "\e907"
}

.icon-file:before {
  content: "\e908"
}

.icon-files:before {
  content: "\e909"
}

.icon-files-po:before {
  content: "\e90a"
}

.icon-hand:before {
  content: "\e90b"
}

.icon-heart:before {
  content: "\e90c"
}

.icon-home:before {
  content: "\e90d"
}

.icon-lock:before {
  content: "\e90e"
}

.icon-mail:before {
  content: "\e90f"
}

.icon-menu:before {
  content: "\e910"
}

.icon-pen:before {
  content: "\e911"
}

.icon-person:before {
  content: "\e912"
}

.icon-phone:before {
  content: "\e913"
}

.icon-piggy-bank:before {
  content: "\e914"
}

.icon-web:before {
  content: "\e915"
}

.icon-star:before {
  content: "\e916"
}

.icon-star-full:before {
  content: "\e917"
}

.icon-check:before {
  content: "\e918"
}

@-webkit-keyframes fade-in-display {
  0% {
    opacity: 0;
    visibility: hidden
  }
  1% {
    opacity: 0;
    visibility: visible
  }
  100% {
    opacity: 1;
    visibility: visible
  }
}

@keyframes fade-in-display {
  0% {
    opacity: 0;
    visibility: hidden
  }
  1% {
    opacity: 0;
    visibility: visible
  }
  100% {
    opacity: 1;
    visibility: visible
  }
}

@-webkit-keyframes fade-out-display {
  0%,
  1% {
    opacity: 1;
    visibility: visible
  }
  100% {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes fade-out-display {
  0%,
  1% {
    opacity: 1;
    visibility: visible
  }
  100% {
    opacity: 0;
    visibility: hidden
  }
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden
}

.sweet-overlay {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  background-color: rgba(0, 0, 0, .4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000
}

.sweet-alert {
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  z-index: 99999
}

@media all and (max-width:540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px
  }
}

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block
}

h1,
h2 {
  text-transform: uppercase
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal
}

address p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500
}

.sweet-alert fieldset {
  border: none;
  position: relative
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding .15s, max-height .15s;
  transition: padding .15s, max-height .15s
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding .2s, max-height .2s;
  transition: padding .25s, max-height .25s
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 3px
}

.sweet-alert .sa-error-container p {
  display: inline-block
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: all .1s
}

.sweet-alert .sa-input-error::after,
.sweet-alert .sa-input-error::before {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
  padding: 0 12px;
  display: none;
  transition: all .3s
}

.sweet-alert input:focus {
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
  border: 1px solid #b4dbed
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity .3s 30ms ease;
  opacity: .5
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity .3s 30ms ease;
  opacity: .5
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity .3s 30ms ease;
  opacity: .5
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd
}

.sweet-alert input::-ms-clear {
  display: none
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd
}

.sweet-alert.show-input input {
  display: block
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden
}

.sweet-alert button {
  background-color: #8CD4F5;
  color: #fff;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0;
  cursor: pointer
}

.sweet-alert button:focus {
  outline: 0;
  box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05)
}

.sweet-alert button:hover {
  background-color: #7ecff4
}

.sweet-alert button:active {
  background-color: #5dc2f1
}

.sweet-alert button.cancel {
  background-color: #C1C1C1
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset !important
}

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default
}

.sweet-alert button.confirm[disabled] {
  color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s
}

.sweet-alert button::-moz-focus-inner {
  border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-info::after,
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  background-color: #C9DAE1;
  left: 50%;
  position: absolute
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::before {
  width: 5px;
  height: 29px;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px
}

.sweet-alert .sa-icon.sa-info::after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff
}

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  -ms-transform-origin: 0 60px;
  transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, .2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(.7);
    -webkit-transform: scale(.7)
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
  }
  80% {
    transform: scale(.95);
    -webkit-transform: scale(.95)
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(.7);
    -webkit-transform: scale(.7)
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
  }
  80% {
    transform: scale(.95);
    -webkit-transform: scale(.95)
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
  100% {
    transform: scale(.5);
    -webkit-transform: scale(.5)
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
  100% {
    transform: scale(.5);
    -webkit-transform: scale(.5)
  }
}

@-webkit-keyframes slideFromTop {
  0% {
    top: 0
  }
  100% {
    top: 50%
  }
}

@keyframes slideFromTop {
  0% {
    top: 0
  }
  100% {
    top: 50%
  }
}

@-webkit-keyframes slideToTop {
  0% {
    top: 50%
  }
  100% {
    top: 0
  }
}

@keyframes slideToTop {
  0% {
    top: 50%
  }
  100% {
    top: 0
  }
}

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%
  }
  100% {
    top: 50%
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%
  }
  100% {
    top: 50%
  }
}

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%
  }
  100% {
    top: 70%
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%
  }
  100% {
    top: 70%
  }
}

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop .3s;
  animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom .3s;
  animation: slideFromBottom .3s
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert .2s;
  animation: hideSweetAlert .2s
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop .4s;
  animation: slideToTop .4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom .3s;
  animation: slideToBottom .3s
}

@-webkit-keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px
  }
}

@keyframes animateSuccessTip {
  0%,
  54% {
    width: 0;
    left: 1px;
    top: 19px
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px
  }
}

@-webkit-keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px
  }
}

@keyframes animateSuccessLong {
  0%,
  65% {
    width: 0;
    right: 46px;
    top: 54px
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px
  }
}

@-webkit-keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
  }
  100%,
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg)
  }
}

@keyframes rotatePlaceholder {
  0%,
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
  }
  100%,
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg)
  }
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip .75s;
  animation: animateSuccessTip .75s
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong .75s;
  animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0
  }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0
  }
  100% {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    opacity: 1
  }
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon .5s;
  animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
  0%,
  50% {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    margin-top: 26px;
    opacity: 0
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1
  }
}

@keyframes animateXMark {
  0%,
  50% {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    margin-top: 26px;
    opacity: 0
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1
  }
}

.animateXMark {
  -webkit-animation: animateXMark .5s;
  animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486
  }
  100% {
    border-color: #F8BB86
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #F8D486
  }
  100% {
    border-color: #F8BB86
  }
}

.pulseWarning {
  -webkit-animation: pulseWarning .75s infinite alternate;
  animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486
  }
  100% {
    background-color: #F8BB86
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486
  }
  100% {
    background-color: #F8BB86
  }
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns .75s infinite alternate;
  animation: pulseWarningIns .75s infinite alternate
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg)\9
}

.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg)\9
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-ball-fall,
.la-ball-fall>div {
  position: relative;
  box-sizing: border-box
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px
}

.la-ball-fall.la-dark {
  color: #333
}

.la-ball-fall>div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s
}

.la-ball-fall>div:nth-child(2) {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s
}

.la-ball-fall>div:nth-child(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px
}

.la-ball-fall.la-sm>div {
  width: 4px;
  height: 4px;
  margin: 2px
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px
}

.la-ball-fall.la-2x>div {
  width: 20px;
  height: 20px;
  margin: 8px
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px
}

.la-ball-fall.la-3x>div {
  width: 30px;
  height: 30px;
  margin: 12px
}

h3,
h4 {
  margin-top: 1.25em
}

h5,
h6 {
  margin-top: 1em
}

address p:last-child,
ol li,
ol li:last-child,
ul li:last-child,
ul li>ul li {
  margin-bottom: 0
}

@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%)
  }
  10%,
  90% {
    opacity: .5
  }
  20%,
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%)
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%)
  }
  10%,
  90% {
    opacity: .5
  }
  20%,
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%)
  }
}

address {
  font-style: normal
}

em,
mark,
var {
  font-style: italic
}

address p {
  font-size: 1.125rem
}

address p:first-child {
  margin-top: 0
}

address p.left-pad {
  padding-left: 50px;
  position: relative
}

ol,
ul {
  padding: 0;
  list-style-type: none
}

address p.left-pad [class*=" icon-"],
address p.left-pad [class^=icon-] {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 1.375em;
  color: #c7c7c7
}

a:focus,
a:hover,
address p a {
  color: #004975
}

a,
ol li:before {
  color: #d51c28;
  position: relative
}

address p a {
  text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25em;
  color: #004975
}

h1 {
  margin: 0;
  color: #232323;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.125rem;
  letter-spacing: .05em
}

b,
mark,
strong {
  font-weight: 700
}

h2 {
  margin-top: 3em;
  margin-bottom: .75em;
  font-size: 1.375rem
}

h3 {
  margin-bottom: .5em;
  font-size: 1.25rem
}

h4,
h5,
h6 {
  font-size: 1rem
}

h4 {
  margin-bottom: .375em
}

h5 {
  margin-bottom: .25em
}

h6 {
  margin-bottom: .125em
}

@media (max-width:1059px) {
  h1 {
    font-size: 2rem
  }
  h2 {
    font-size: 1.3125rem
  }
  h3 {
    font-size: 1.1875rem
  }
}

@media (max-width:767px) {
  h1 {
    font-size: 1.625rem
  }
  h2 {
    font-size: 1.25rem
  }
  h3 {
    font-size: 1.125rem
  }
}

iframe img,
img {
  max-width: 100%
}

figure {
  margin: 1rem 0
}

small {
  font-size: .75em
}

ol li,
ul li {
  font-size: 1rem;
  line-height: 1.6em
}

sub,
sup {
  position: relative;
  height: 0;
  line-height: 1em;
  vertical-align: baseline
}

sup {
  bottom: 2px
}

sub {
  top: 2px
}

del {
  text-decoration: line-through
}

code,
pre,
samp {
  font-family: monospace
}

a {
  outline: 0;
  border: none;
  transition: color .5s
}

a:focus {
  outline: 0
}

a img {
  border: 0
}

ul {
  margin: 1.5em 0
}

ul li {
  margin: 0 0 1em;
  padding-left: 20px
}

ul li:before {
  margin-left: -20px;
  margin-right: 15px;
  position: relative;
  top: -4px;
  left: 0;
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #004975;
  border-radius: 50%
}

hr,
iframe {
  border: none
}

ul li>ul {
  margin-left: 0
}

ul li>ul li {
  margin-top: .375rem
}

ol,
p {
  margin: 1.5em 0
}

ul li>ul li:before {
  background-color: #c7c7c7
}

ol {
  list-style-position: outside;
  counter-reset: section
}

ol li:before {
  top: 0;
  counter-increment: section;
  content: counter(section) ".";
  width: 25px;
  display: inline-block;
  font-size-adjust: .48;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  text-align: left;
  background-color: transparent
}

@media (max-width:767px) {
  ol li,
  ul li {
    font-size: 1.0625rem
  }
}

hr {
  margin: 2rem 0;
  box-sizing: content-box;
  height: 1px;
  background-color: #f4f4f4
}

p {
  font-size: 1rem;
  line-height: 1.6em
}

.sweet-alert fieldset {
  display: none
}

.button,
button,
input[type=button],
input[type=submit],
input[type=reset] {
  position: relative;
  display: inline-block;
  color: #004975;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25em;
  background: 0 0;
  border: none;
  border-radius: 0;
  transition: color .5s, background .5s, border .5s
}

.button:after,
.button:before,
button:after,
button:before,
input[type=button]:after,
input[type=button]:before,
input[type=submit]:after,
input[type=submit]:before,
input[type=reset]:after,
input[type=reset]:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: '';
  background-color: #004975;
  transition: width .5s, height .5s
}

.button:before,
button:before,
input[type=button]:before,
input[type=submit]:before,
input[type=reset]:before {
  width: calc(100% - 2rem);
  height: 3px
}

.button:after,
button:after,
input[type=button]:after,
input[type=submit]:after,
input[type=reset]:after {
  width: 3px;
  height: calc(100% - 1.125rem)
}

.button>.inner,
button>.inner,
input[type=button]>.inner,
input[type=submit]>.inner,
input[type=reset]>.inner {
  padding: .875rem 1.75rem;
  display: block
}

nav ul,
nav ul li {
  padding: 0;
  margin: 0
}

.button>.inner:after,
.button>.inner:before,
button>.inner:after,
button>.inner:before,
input[type=button]>.inner:after,
input[type=button]>.inner:before,
input[type=submit]>.inner:after,
input[type=submit]>.inner:before,
input[type=reset]>.inner:after,
input[type=reset]>.inner:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background-color: #004975;
  transition: width .5s, height .5s
}

.button>.inner:before,
button>.inner:before,
input[type=button]>.inner:before,
input[type=submit]>.inner:before,
input[type=reset]>.inner:before {
  width: calc(100% - 2rem);
  height: 3px
}

.button>.inner:after,
button>.inner:after,
input[type=button]>.inner:after,
input[type=submit]>.inner:after,
input[type=reset]>.inner:after {
  width: 3px;
  height: calc(100% - 1.125rem)
}

.button:active:before,
.button:active>.inner:before,
.button:hover:before,
.button:hover>.inner:before,
button:active:before,
button:active>.inner:before,
button:hover:before,
button:hover>.inner:before,
input[type=button]:active:before,
input[type=button]:active>.inner:before,
input[type=button]:hover:before,
input[type=button]:hover>.inner:before,
input[type=submit]:active:before,
input[type=submit]:active>.inner:before,
input[type=submit]:hover:before,
input[type=submit]:hover>.inner:before,
input[type=reset]:active:before,
input[type=reset]:active>.inner:before,
input[type=reset]:hover:before,
input[type=reset]:hover>.inner:before {
  width: 100%
}

.button:active:after,
.button:active>.inner:after,
.button:hover:after,
.button:hover>.inner:after,
button:active:after,
button:active>.inner:after,
button:hover:after,
button:hover>.inner:after,
input[type=button]:active:after,
input[type=button]:active>.inner:after,
input[type=button]:hover:after,
input[type=button]:hover>.inner:after,
input[type=submit]:active:after,
input[type=submit]:active>.inner:after,
input[type=submit]:hover:after,
input[type=submit]:hover>.inner:after,
input[type=reset]:active:after,
input[type=reset]:active>.inner:after,
input[type=reset]:hover:after,
input[type=reset]:hover>.inner:after {
  height: 100%
}

.button:focus,
button:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  outline: 0
}

.button.disabled,
.button.disabled:active,
.button.disabled:hover,
.button[disabled],
.button[disabled]:active,
.button[disabled]:hover,
button.disabled,
button.disabled:active,
button.disabled:hover,
button[disabled],
button[disabled]:active,
button[disabled]:hover,
input.disabled[type=button],
input.disabled[type=button]:active,
input.disabled[type=button]:hover,
input.disabled[type=submit],
input.disabled[type=submit]:active,
input.disabled[type=submit]:hover,
input.disabled[type=reset],
input.disabled[type=reset]:active,
input.disabled[type=reset]:hover,
input[disabled][type=button],
input[disabled][type=button]:active,
input[disabled][type=button]:hover,
input[disabled][type=submit],
input[disabled][type=submit]:active,
input[disabled][type=submit]:hover,
input[disabled][type=reset],
input[disabled][type=reset]:active,
input[disabled][type=reset]:hover {
  opacity: .4;
  cursor: not-allowed
}

nav ul li {
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  background: 0 0
}

nav ul li:before {
  display: none;
  content: '';
  background: 0 0
}

nav ul li a:active,
nav ul li a:focus,
nav ul li a:hover {
  text-decoration: none;
  outline: 0
}

nav.primary>ul>li {
  position: relative;
  float: left;
  line-height: normal;
  border-left: 1px solid #f4f4f4
}

nav.primary>ul>li:last-child {
  margin-right: 0;
  border-left: none
}

nav.primary>ul>li>a {
  position: relative;
  display: block;
  cursor: pointer;
  transition: background-color .5s
}

nav.primary>ul>li>a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: '';
  height: 0;
  background-color: #f4f4f4;
  transition: height .5s
}

nav.primary>ul>li>a .inner {
  padding: 1.25rem 2.25rem 2.875rem;
  position: relative;
  z-index: 2;
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #232323;
  transition: color .5s
}

.icheckbox:before,
.select2-container .select2-selection .select2-selection__arrow b:before {
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal
}

nav.primary>ul>li.active>a .inner,
nav.primary>ul>li>a:hover {
  color: #d51c28
}

nav.primary>ul>li>a:hover:before {
  height: 100%
}

nav.primary>ul>li.highlight>a {
  background-color: #d51c28
}

nav.primary>ul>li.highlight>a .inner {
  color: #fff
}

nav.primary>ul>li.highlight:hover>a .inner {
  color: #232323
}

@media (max-width:1059px) {
  nav.primary>ul>li>a .inner {
    padding: 1.25rem 1.125rem 2.5rem;
    font-size: .9375rem;
  }
}

@media (max-width:767px) {
  nav.primary>ul>li {
    margin: 0;
    padding: 0;
    float: none;
    border: none
  }
  nav.primary>ul>li>a {
    padding: 0;
    display: block
  }
  nav.primary>ul>li>a .inner {
    padding: 1.5rem 15px
  }
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
  -webkit-appearance: none
}

.icheckbox {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 0;
  background-color: #fff;
  border: 2px solid #e4e7e7;
  transition: all .5s
}

.icheckbox:before {
  font-family: icomoon;
  speak: none;
  line-height: 1;
  content: '\e918';
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  display: block;
  opacity: 0;
  color: #fff;
  font-size: .875rem;
  transition: all .5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.icheckbox.checked {
  background-color: #004975;
  border-color: #004975
}

.icheckbox.checked:before {
  opacity: 1
}

.icheckbox.checked:hover {
  background-color: #002942;
  border-color: #002942
}

.icheckbox.disabled {
  cursor: default;
  border-color: rgba(228, 231, 231, .4)
}

.icheckbox.disabled.checked {
  background-color: rgba(0, 73, 117, .4);
  border-color: transparent
}

.icheckbox.disabled.checked:before {
  opacity: .8
}

.icheckbox.disabled.checked:hover {
  border-color: transparent
}

label.checkbox {
  padding-left: 32px;
  position: relative;
  font-size: .9375rem;
  color: #515151
}

label.checkbox+label.checkbox {
  margin-top: 10px
}

label.checkbox input {
  opacity: 0
}

label.checkbox .icheckbox {
  margin: 0 0 0 -32px;
  top: 0;
  position: absolute;
  line-height: normal
}

label.checkbox .icheckbox input {
  margin: 0;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px
}

label.checkbox>span {
  padding: 2px 0;
  display: inline-block
}

label.checkbox:hover .icheckbox {
  border-color: #004975
}

label.checkbox:hover .icheckbox.checked {
  background-color: #002942;
  border-color: #002942
}

label.checkbox:hover .icheckbox.disabled {
  border-color: rgba(228, 231, 231, .4)
}

label.checkbox:hover .icheckbox.disabled.checked {
  background-color: rgba(0, 73, 117, .4);
  border-color: transparent
}

label.checkbox:hover .icheckbox.disabled.checked:before {
  opacity: .8
}

label.checkbox:hover .icheckbox.disabled.checked:hover {
  border-color: transparent
}

select.form-control {
  padding: .6125rem .5625rem
}

.select2-container .select2-selection {
  position: relative;
  height: auto;
  background: 0 0;
  border: none;
  border-bottom: 2px solid #e4e7e7;
  border-radius: 0;
  transition: border-color .5s
}

.select2-container .select2-selection .select2-selection__rendered {
  padding: .75rem 30px .75rem .75rem;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1.2em;
  vertical-align: bottom;
  font-family: Roboto, sans-serif;
  color: #515151;
  background-color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: color .5s, background-color .5s
}

.select2-container .select2-selection .select2-selection__placeholder {
  color: #515151
}

.select2-container .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  height: auto;
  color: #515151
}

.select2-container .select2-selection .select2-selection__arrow b {
  margin: 0;
  width: auto;
  height: auto;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.select2-container .select2-selection .select2-selection__arrow b:before {
  font-family: icomoon;
  speak: none;
  line-height: 1;
  content: '\e901';
  font-size: 1rem;
  display: block;
  transition: all .5s
}

.select2-container .select2-dropdown .select2-results>.select2-results__options li:before,
.select2-container .select2-dropdown .select2-search {
  display: none
}

.select2-container .select2-selection:focus,
.select2-container .select2-selection:hover {
  outline: 0
}

.select2-container .select2-selection.thin {
  height: 32px
}

.select2-container .select2-selection.thin .select2-selection__rendered {
  padding-top: 3px;
  padding-bottom: 3px;
  height: 30px
}

.select2-container.select2-container--open .select2-selection {
  border-color: #004975;
  outline: 0
}

.select2-container.select2-container--open .select2-selection .select2-selection__arrow b:before {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg)
}

.select2-container.select2-container--open:focus {
  outline: 0
}

.select2-container .select2-dropdown {
  border: none;
  border-radius: 0
}

.select2-container .select2-dropdown .select2-results>.select2-results__options {
  max-height: 240px
}

.select2-container .select2-dropdown .select2-results>.select2-results__options li {
  margin: 0;
  padding: 6px 15px;
  font-size: .9375rem;
  color: #515151;
  transition: all .5s;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.select2-container .select2-dropdown .select2-results>.select2-results__options li:last-child {
  border-bottom: none
}

.select2-container .select2-dropdown .select2-results>.select2-results__options li.select2-results__option--highlighted[aria-selected] {
  background-color: #f3f3f3
}

.select2-container .select2-dropdown .select2-results>.select2-results__options li.select2-results__option--highlighted[aria-selected=true],
.select2-container .select2-dropdown .select2-results>.select2-results__options li[aria-selected=true] {
  color: #fff;
  background-color: #d51c28
}

.select2-container:hover .select2-selection {
  border-color: #004975
}

.select2-hidden-accessible.form-control {
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: none !important
}

.form-control-group.has-error .select2-container .select2-selection {
  border-color: #c21829
}

.form-control-group.has-error .select2-container.select2-container--open .select2-selection {
  border-color: #004975
}

form fieldset {
  margin: 0 0 2rem;
  padding: 0;
  display: block;
  border: none
}

form fieldset legend {
  margin: 0 0 .75rem;
  padding: 0 0 .5rem;
  display: block;
  width: 100%;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #004975
}

form .form-control-label {
  margin-bottom: .25rem;
  display: block;
  font-size: .9375rem;
  font-weight: 400;
  color: #232323
}

form .form-control-label .required {
  margin-left: .25rem;
  position: relative;
  top: -1px;
  display: inline-block;
  font-size: 1em;
  color: #d51c28
}

form .form-control-group {
  margin-bottom: .75rem
}

form .form-control-group:last-child {
  margin-bottom: 0
}

form .form-control-group label {
  margin-bottom: .5rem;
  display: block
}

@media (max-width:1059px) {
  form fieldset legend {
    font-size: 1.5rem
  }
}

@media (max-width:767px) {
  form fieldset legend {
    font-size: 1.25rem
  }
}

.form-control,
input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number],
input[type=search],
input[type=url] {
  padding: .75rem;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1.2em;
  vertical-align: bottom;
  font-family: Roboto, sans-serif;
  color: #232323;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #e4e7e7;
  border-radius: 0;
  box-shadow: none;
  transition: color .5s, background-color .5s, border-color .5s, box-shadow .5s
}

.form-control-group.anim-effect .form-control:focus,
.form-control-group.anim-effect.focus .form-control {
  border-bottom-color: #004975
}

.form-control:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=search]:hover,
input[type=url]:hover {
  background-color: #fff;
  border-color: #004975;
  box-shadow: none
}

.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus {
  background-color: #fff;
  border-color: #004975;
  outline: 0;
  box-shadow: none
}

.form-control::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=url]::-moz-placeholder {
  font-style: normal;
  color: #9b9c9d
}

.form-control::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder {
  font-style: normal;
  color: #9b9c9d
}

.form-control:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder {
  font-style: normal;
  color: #9b9c9d
}

.form-control::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder {
  font-style: normal;
  color: #9b9c9d
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=url],
input[type=text][disabled],
input[type=text][readonly],
input[type=password][disabled],
input[type=password][readonly],
input[type=tel][disabled],
input[type=tel][readonly],
input[type=email][disabled],
input[type=email][readonly],
input[type=number][disabled],
input[type=number][readonly],
input[type=search][disabled],
input[type=search][readonly],
input[type=url][disabled],
input[type=url][readonly] {
  cursor: not-allowed;
  opacity: .4;
  background-color: transparent
}

.form-control[disabled]:focus,
.form-control[disabled]:hover,
.form-control[readonly]:focus,
.form-control[readonly]:hover,
fieldset[disabled] .form-control:focus,
fieldset[disabled] .form-control:hover,
fieldset[disabled] input[type=text]:focus,
fieldset[disabled] input[type=text]:hover,
fieldset[disabled] input[type=password]:focus,
fieldset[disabled] input[type=password]:hover,
fieldset[disabled] input[type=tel]:focus,
fieldset[disabled] input[type=tel]:hover,
fieldset[disabled] input[type=email]:focus,
fieldset[disabled] input[type=email]:hover,
fieldset[disabled] input[type=number]:focus,
fieldset[disabled] input[type=number]:hover,
fieldset[disabled] input[type=search]:focus,
fieldset[disabled] input[type=search]:hover,
fieldset[disabled] input[type=url]:focus,
fieldset[disabled] input[type=url]:hover,
input[type=text][disabled]:focus,
input[type=text][disabled]:hover,
input[type=text][readonly]:focus,
input[type=text][readonly]:hover,
input[type=password][disabled]:focus,
input[type=password][disabled]:hover,
input[type=password][readonly]:focus,
input[type=password][readonly]:hover,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:hover,
input[type=tel][readonly]:focus,
input[type=tel][readonly]:hover,
input[type=email][disabled]:focus,
input[type=email][disabled]:hover,
input[type=email][readonly]:focus,
input[type=email][readonly]:hover,
input[type=number][disabled]:focus,
input[type=number][disabled]:hover,
input[type=number][readonly]:focus,
input[type=number][readonly]:hover,
input[type=search][disabled]:focus,
input[type=search][disabled]:hover,
input[type=search][readonly]:focus,
input[type=search][readonly]:hover,
input[type=url][disabled]:focus,
input[type=url][disabled]:hover,
input[type=url][readonly]:focus,
input[type=url][readonly]:hover {
  border-color: #e4e7e7
}

fieldset[disabled] .form-control,
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=url] {
  opacity: 1
}

.form-control-group.has-error .form-control,
.form-control-group.has-error input[type=text],
.form-control-group.has-error input[type=password],
.form-control-group.has-error input[type=tel],
.form-control-group.has-error input[type=email],
.form-control-group.has-error input[type=number],
.form-control-group.has-error input[type=search],
.form-control-group.has-error input[type=url] {
  border-color: #c21829
}

.form-control-group.anim-effect {
  margin-bottom: .375rem;
  padding-top: 20px;
  position: relative;
  overflow: hidden
}

.form-control-group.anim-effect .form-control-label {
  margin: 0;
  position: absolute;
  top: 4px;
  left: 0;
  width: auto;
  text-align: left;
  pointer-events: none;
  -webkit-transform: translate3d(10px, 31px, 0);
  transform: translate3d(10px, 31px, 0);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

.form-control-group.anim-effect .form-control-label .required {
  transition: opacity .5s
}

.form-control-group.anim-effect.filled .form-control-label {
  font-size: .75rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.form-control-group.anim-effect.filled .form-control-label .required {
  opacity: 0
}

.form-control-group.anim-effect.focus .form-control-label {
  font-size: .75rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

textarea {
  margin: 0;
  overflow: auto
}

.portfolio-element {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.portfolio-element li {
  margin: 0;
  padding: 1.75rem 1rem 1.75rem 100px;
  position: relative;
  font-size: 16px;
  border-bottom: 2px solid #f4f4f4
}

.portfolio-element li:before {
  display: none
}

.portfolio-element li:nth-child(odd) {
  background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, .03) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#08000000', GradientType=1)
}

.portfolio-element li [class*=" icon-"],
.portfolio-element li [class^=icon-] {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 1em;
  height: 1em;
  font-size: 3.125em;
  line-height: 1em;
  color: #d51c28;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width:480px) {
  .portfolio-element li {
    padding-left: 65px
  }
  .portfolio-element li [class*=" icon-"],
  .portfolio-element li [class^=icon-] {
    left: 0;
    font-size: 2.75em
  }
}

.quick-contact-element {
  font-size: .8125rem;
  font-weight: 500;
  color: #fff
}

.quick-contact-element .item {
  padding: .375rem 0 .375rem 2.5em;
  position: relative;
  display: inline-block;
  white-space: nowrap
}

.quick-contact-element .item [class*=" icon-"],
.quick-contact-element .item [class^=icon-] {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.price-list-item-container {
  border-bottom: 10px solid #515151
}

.price-list-item-container .header {
  margin-top: 50px;
  padding: 1rem;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #001827
}

.price-list-item-container .header .title {
  margin: 0;
  color: #fff;
  font-size: 1.375rem;
  text-transform: uppercase
}

.price-list-item-container .header .sub-title {
  margin-top: .375rem;
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, .75);
  font-weight: 300
}

.price-list-item-container .header .sub-title b,
.price-list-item-container .header .sub-title strong {
  font-weight: 900;
  color: #fff
}

.price-list-item-container .header .icon {
  margin-bottom: -50px;
  position: relative;
  z-index: 2;
  top: calc(50px - 100px - 1rem);
  left: calc(50% - 50px);
  display: block;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #001827;
  border-radius: 50%
}

.price-list-item-container .header .icon .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.price-list-item-container .header .icon.double-line [class*=" icon-"],
.price-list-item-container .header .icon.double-line [class^=icon-] {
  margin-top: 1.5rem
}

.price-list-item-container .header .icon.double-line [class*=" icon-"]:nth-child(2),
.price-list-item-container .header .icon.double-line [class^=icon-]:nth-child(2) {
  margin: 0;
  position: absolute;
  top: -.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.price-list-item-container .header .icon.big [class*=" icon-"],
.price-list-item-container .header .icon.big [class^=icon-] {
  font-size: 42px
}

.price-list-item-container .header [class*=" icon-"],
.price-list-item-container .header [class^=icon-] {
  margin: .25rem;
  display: inline-block;
  font-size: 32px;
  color: #001827
}

.price-list-item-container.brand-1 .header .icon [class*=" icon-"],
.price-list-item-container.brand-1 .header .icon [class^=icon-],
.price-list-item-container.brand-2 .header .icon [class*=" icon-"],
.price-list-item-container.brand-2 .header .icon [class^=icon-] {
  color: #fff
}

.price-list-item-container .body ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.price-list-item-container .body ul li {
  margin: 0;
  font-size: 1em;
  padding: 1rem 1.25rem;
  font-weight: 300
}

.price-list-item-container .body ul li:before {
  display: none
}

.price-list-item-container .body ul li:nth-child(2n) {
  background-color: #f4f4f4
}

.price-list-item-container.brand-1 {
  border-color: #d51c28
}

.price-list-item-container.brand-1 .header .icon {
  background-color: #d51c28;
  border-color: #d51c28
}

.price-list-item-container.brand-2 {
  border-color: #004975
}

.price-list-item-container.brand-2 .header .icon {
  background-color: #004975;
  border-color: #004975
}

.contact-info-component {
  margin: 0 auto;
  max-width: 780px
}

.contact-info-component .two-columns-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.contact-info-component .two-columns-wrapper>.left-column,
.contact-info-component .two-columns-wrapper>.right-column {
  padding: 0 15px;
  width: 50%
}

.contact-info-component .two-columns-wrapper>.left-column {
  padding-right: 30px
}

.contact-info-component .two-columns-wrapper>.left-column .contact-info-section .title {
  padding-left: 50px
}

.contact-info-component .two-columns-wrapper>.right-column {
  padding-left: 30px
}

.contact-info-component .contact-info-section {
  margin-bottom: 3rem
}

.contact-info-component .contact-info-section:last-child {
  margin-bottom: 0
}

.contact-info-component .contact-info-section .title {
  margin-top: 0;
  margin-bottom: 3rem;
  font-size: 1.375rem;
  color: #d51c28
}

.contact-info-component .contact-info-section .title.small-pad {
  margin-bottom: 1.5rem
}

.contact-info-component .contact-info-section .body p:last-child,
.home-banner .content .body p:last-child {
  margin-bottom: 0
}

.contact-info-component .contact-info-section .body p:first-child {
  margin-top: 0
}

@media (max-width:767px) {
  .contact-info-component {
    max-width: 480px
  }
  .contact-info-component .two-columns-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .contact-info-component .two-columns-wrapper>.left-column,
  .contact-info-component .two-columns-wrapper>.right-column {
    padding: 0 15px;
    width: 100%
  }
  .contact-info-component .two-columns-wrapper>.right-column {
    margin-top: 5rem
  }
}

form.contact .form-control {
  max-width: 240px
}

form.contact textarea {
  height: 45px;
  overflow: hidden;
  resize: vertical
}

form.contact textarea.form-control {
  max-width: 100%
}

@media (max-width:767px) {
  form.contact .form-control {
    max-width: none
  }
}

.home-banner {
  padding-top: 120px;
  position: relative;
  background-color: #f4f4f4
}

.home-banner figure {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden
}

.home-banner figure img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 100%;
  max-width: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.home-banner .container {
  position: relative;
  z-index: 2
}

.home-banner .content {
  padding-top: 70px;
  padding-bottom: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.home-banner .content .inner {
  max-width: 560px
}

.home-banner .content .title {
  padding: 2rem .5rem;
  text-align: center;
  color: #515151;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -.025rem;
  background-color: #fff;
  border-bottom: 1px solid #c7c7c7
}

.home-banner .content .title .red {
  color: #d51c28
}

.home-banner .content .title .blue {
  color: #004975
}

.home-banner .content .title .black {
  color: #232323
}

.home-banner .content .body {
  margin-top: 3.5rem;
  padding-left: 2rem;
  border-left: 6px solid #004975
}

.home-banner .content .body p {
  font-size: 1.125rem;
  line-height: 1.77em;
  font-weight: 300;
  font-style: italic;
  color: #232323
}

.home-banner .content .body p:first-child {
  margin-top: 0
}

.home-banner .arrow {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px 0 #c7c7c7;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.home-banner .arrow [class*=" icon-"],
.home-banner .arrow [class^=icon-] {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.875rem;
  color: #004975;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}

.home-banner .arrow:hover [class*=" icon-"],
.home-banner .arrow:hover [class^=icon-] {
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%)
}

@media (max-width:1059px) {
  .home-banner {
    padding-top: 85px
  }
  .home-banner .content {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .home-banner .content .inner {
    max-width: 480px
  }
  .home-banner .content .title {
    font-size: 1.25rem
  }
}

@media (max-width:767px) {
  .home-banner {
    padding-top: 0
  }
  .home-banner .container {
    background-color: rgba(244, 244, 244, .75)
  }
  .home-banner .content {
    padding-top: 30px;
    padding-bottom: 50px
  }
  .home-banner .content .inner {
    width: 100%;
    max-width: none
  }
  .home-banner .content .body {
    margin-top: 1.875rem
  }
}

@media (max-width:480px) {
  .home-banner figure img {
    left: calc(50% + 100vw)
  }
}

.intro-component {
  margin: 0 auto;
  max-width: 520px;
  text-align: center
}

.intro-component p {
  font-size: 1.375rem;
  line-height: 1.63em;
  font-weight: 300
}

.intro-component p:first-child {
  margin-top: 0
}

.intro-component p:last-child {
  margin-bottom: 0
}

.landing-banner {
  padding-top: 120px;
  position: relative;
  background-color: #f4f4f4
}

.landing-banner figure {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden
}

.landing-banner figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.landing-banner .container {
  position: relative;
  z-index: 2
}

.landing-banner .content {
  padding-top: 70px;
  padding-bottom: 70px
}

.landing-banner .content .inner {
  margin: 0 auto;
  padding: 30px;
  max-width: 560px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #c7c7c7
}

.landing-banner .content .border {
  margin: 1rem auto;
  position: relative;
  width: 0;
  height: 1px
}

.landing-banner .content .border:after,
.landing-banner .content .border:before {
  position: absolute;
  display: block;
  content: '';
  width: 40px;
  height: 100%;
  background-color: #c7c7c7
}

.landing-banner .content .border:before {
  left: -50px
}

.landing-banner .content .border:after {
  left: 10px
}

.landing-banner .content .border .square {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #c7c7c7;
  -webkit-transform: translate(-50%, -55%) rotate(45deg);
  -ms-transform: translate(-50%, -55%) rotate(45deg);
  transform: translate(-50%, -55%) rotate(45deg)
}

.landing-banner .content .sub-title {
  font-size: 1.125rem;
  color: #004975;
  line-height: 1.55em;
  font-weight: 300
}

.price-list-component .list {
  margin-bottom: -70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around
}

.price-list-component .list>.item {
  margin-bottom: 70px;
  padding-left: 30px;
  padding-right: 30px;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.price-list-component .list>.item:nth-child(2n+1) {
  padding-left: 0
}

.price-list-component .list>.item:nth-child(2n) {
  padding-right: 0
}

.price-list-component .list>.item .price-list-item-container {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

@media (max-width:1059px) {
  .landing-banner {
    padding-top: 85px
  }
  .landing-banner .content {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .price-list-component .list {
    margin-bottom: -60px
  }
  .price-list-component .list>.item {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (max-width:767px) {
  .landing-banner {
    padding-top: 0
  }
  .landing-banner .content {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .price-list-component .list>.item {
    padding: 0;
    width: 100%;
    display: block
  }
  .price-list-component .list>.item:nth-child(2n),
  .price-list-component .list>.item:nth-child(2n+1) {
    padding: 0
  }
  .price-list-component .list>.item .price-list-item-container {
    margin: 0 auto;
    max-width: 360px;
    display: block
  }
}

form.price-list {
  max-width: 620px
}

form.price-list .form-control-group.top-offset {
  padding-top: .75rem
}

form.price-list .two-columns-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

form.price-list .two-columns-wrapper>.left-column {
  width: calc(100% - 140px)
}

form.price-list .two-columns-wrapper>.left-column label {
  margin: 0;
  padding-left: .75rem;
  text-align: right
}

form.price-list .two-columns-wrapper>.right-column {
  width: 120px
}

form.price-list .calculate-result-container {
  margin: 2rem 0;
  font-weight: 300;
  font-size: 1rem;
  text-align: right
}

form.price-list .calculate-result-container.has-discount {
  padding-top: .875rem;
  border-top: 1px solid #ededed
}

form.price-list .calculate-result-container .price-wrapper {
  margin-left: 10px;
  min-width: 115px;
  display: inline-block;
  font-weight: 700
}

form.price-list .calculate-result-container .price-before-discount {
  padding: 5px 15px;
  display: none
}

form.price-list .calculate-result-container .price-before-discount .price-wrapper {
  font-size: 1.25em
}

form.price-list .calculate-result-container .total-price {
  padding: 20px 15px;
  background-color: #f4f4f4
}

form.price-list .calculate-result-container .total-price .price-wrapper {
  font-size: 1.5em
}

form.price-list .calculate-result-container .discount {
  margin-bottom: .875rem;
  padding: 5px 15px;
  display: none
}

form.price-list .calculate-result-container .discount .price-wrapper {
  color: #18c258
}

form.price-list .calculate-result-container .discount .percent {
  margin-left: 5px;
  display: inline-block
}

form.price-list .calculate-result-container.has-discount .discount,
form.price-list .calculate-result-container.has-discount .price-before-discount {
  display: block
}

form.price-list .buttons-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (max-width:479px) {
  form.price-list .two-columns-wrapper {
    margin-bottom: 1.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  form.price-list .two-columns-wrapper>.left-column {
    width: 100%
  }
  form.price-list .two-columns-wrapper>.left-column label {
    margin: 0;
    padding-left: 0;
    text-align: left
  }
  form.price-list .two-columns-wrapper>.right-column {
    width: 80px
  }
  form.price-list .two-columns-wrapper.no-wrap {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  form.price-list .two-columns-wrapper.no-wrap>.left-column,
  form.price-list .two-columns-wrapper.no-wrap>.right-column {
    width: auto
  }
  form.price-list .two-columns-wrapper.no-wrap>.right-column {
    margin-left: 10px
  }
}

#footer .copyright,
.content-section .content-section-title.center,
.content-section header.center,
.content-section header>.center.title,
.panel-services article {
  text-align: center
}

.service-list-component .list>.item {
  margin-bottom: 4rem
}

.service-list-component .list>.item.small-pad {
  margin-bottom: 2rem
}

.service-list-component .list>.item:last-child,
.service-list-component .list>.item:last-child.small-pad {
  margin-bottom: 0
}

.service-list-component .list>.item .header {
  padding: 1rem 0 1rem 60px;
  position: relative
}

.service-list-component .list>.item .header .title {
  margin: 0;
  text-transform: uppercase
}

.service-list-component .list>.item .header [class*=" icon-"],
.service-list-component .list>.item .header [class^=icon-] {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  font-size: 3.125em;
  line-height: 1em;
  color: #d51c28;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.service-list-component .list>.item .header+.body {
  margin-top: 1.25rem
}

.panel-services article {
  margin: 0 auto;
  position: relative;
  max-width: 660px;
  min-height: 240px;
  background: url(../images/content/panels/services-bg.jpg) center center no-repeat;
  background-size: cover;
  border: 1px solid #f4f4f4
}

body,
html {
  min-height: 100%
}

#body,
#page-overlay {
  background-color: #fff
}

.panel-services article .button,
.panel-services article button,
.panel-services article input[type=button],
.panel-services article input[type=submit],
.panel-services article input[type=reset] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.panel-services article .button>.inner,
.panel-services article button>.inner,
.panel-services article input[type=button]>.inner,
.panel-services article input[type=submit]>.inner,
.panel-services article input[type=reset]>.inner {
  padding: 1.375rem 2.5rem
}

#page-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden
}

#body,
#header,
body {
  position: relative
}

#page-overlay.active {
  -webkit-animation: fade-in-display .5s;
  animation: fade-in-display .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

#page-overlay.inactive {
  -webkit-animation: fade-out-display .5s;
  animation: fade-out-display .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

#body {
  z-index: 2
}

.content-section {
  padding: 7rem 0
}

.content-section.no-top-pad {
  padding-top: 0
}

.content-section.no-bottom-pad {
  padding-bottom: 0
}

.content-section.no-pad {
  padding: 0
}

.content-section .content-section-title,
.content-section header>.title {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #d51c28
}

.content-section .section-heading {
  margin-bottom: 5rem;
  padding: 3.5rem 0 3rem;
  border-bottom: 1px solid #c7c7c7
}

.content-section header {
  padding-bottom: 2.5rem
}

.content-section header.no-pad {
  padding-bottom: 0
}

.content-section .content-inner.side-offset {
  margin: 0 auto;
  max-width: 780px
}

@media (min-width:768px) and (max-width:1059px) {
  .content-section {
    padding: 5rem 0
  }
  .content-section .content-section-title,
  .content-section header>.title {
    font-size: 1.625rem
  }
  .content-section .section-heading {
    margin-bottom: 4rem;
    padding: 3.25rem 0 2.75rem
  }
}

@media (max-width:767px) {
  .content-section {
    padding: 4rem 0
  }
  .content-section .content-section-title,
  .content-section header>.title {
    font-size: 1.4375rem
  }
  .content-section .section-heading {
    margin-bottom: 3rem;
    padding: 2.5rem 0 2rem
  }
}

#footer .footer-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #232323
}

#footer .copyright {
  margin: 0;
  font-size: .875rem;
  color: rgba(255, 255, 255, .5)
}

#footer .copyright a {
  color: rgba(255, 255, 255, .85)
}

#footer .copyright a:hover {
  text-decoration: underline
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  margin: 0
}

body {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #232323;
  overflow-x: hidden
}

::-moz-selection {
  color: #fff;
  background-color: #232323
}

::selection {
  color: #fff;
  background-color: #232323
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.content-section:after,
.content-section:before,
form .form-control-group:after,
form .form-control-group:before,
label.checkbox:after,
label.checkbox:before,
nav ul:after,
nav ul:before {
  content: ' ';
  display: table
}

.clearfix:after,
.container:after,
.content-section:after,
form .form-control-group:after,
label.checkbox:after,
nav ul:after {
  clear: both
}

.hidden {
  display: none
}

.container {
  margin: 0 auto;
  padding: 0 15px
}

@media (min-width:1060px) {
  .container {
    width: 1030px
  }
}

@media (min-width:768px) and (max-width:1059px) {
  .container {
    width: 750px;
    padding: 0 15px
  }
}

@media (max-width:767px) {
  .container {
    width: 100%;
    padding: 0 15px
  }
}

#header {
  z-index: 4
}

#header .header-top {
  position: relative;
  background-color: #004975
}

#header .header-top:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  display: block;
  content: '';
  background-color: #00090f
}

#header .header-top .header-inner {
  padding: .375rem 20px 20px calc(.375rem + 15px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

#header .header-bottom {
  position: relative;
  z-index: 2
}

#header .header-bottom>.container {
  position: relative
}

#header .header-bottom .header-inner {
  padding: 28px 15px 0;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #c7c7c7
}

#header .header-bottom .header-inner>.left-side {
  padding-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start
}

#header .header-bottom .header-inner>.right-side {
  padding-right: 20px
}

#header .logo a {
  display: block
}

#header .logo img {
  display: block;
  height: 60px
}

#header .slogan {
  font-size: .8125rem;
  color: #fff
}

#header #header-primary-nav-container {
  margin-left: .5rem;
  float: left
}

#header #header-compact-nav-button-container {
  display: none;
  float: left
}

#header-compact-nav-button {
  padding: 0;
  position: relative;
  text-align: left;
  display: block;
  z-index: 32;
  width: 40px;
  height: 40px;
  color: #515151;
  transition: color .5s
}

#header-compact-nav-button [class*=" icon-"],
#header-compact-nav-button [class^=icon-] {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 35px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#header-compact-nav-button.active,
#header-compact-nav-button:hover {
  color: #004975
}

#header-compact-nav-container {
  position: absolute;
  left: 0;
  right: 0;
  background-color: transparent;
  display: none
}

#header-compact-nav-container>.container {
  padding: 0
}

@media (max-width:1059px) {
  #header .header-top .header-inner {
    padding-left: 0;
    padding-right: 0
  }
  #header .header-bottom .header-inner {
    padding-top: 26px
  }
  #header .header-bottom .header-inner>.left-side {
    padding-left: 0
  }
  #header .header-bottom .header-inner>.right-side {
    padding-right: 0
  }
  #header .logo img {
    height: 54px
  }
}

@media (max-width:767px) {
  #header .header-top .header-inner .left-side {
    padding-right: .875rem
  }
  #header .header-bottom>.container {
    padding: 0
  }
  #header .header-bottom .header-inner {
    padding: 15px;
    position: relative;
    top: auto;
    left: auto;
    right: auto
  }
  #header #header-primary-nav-container {
    display: none
  }
  #header #header-compact-nav-button-container {
    display: block
  }
}

@media (max-width:480px) {
  #header .header-top .header-inner .left-side {
    display: none
  }
  #header .header-top .header-inner .right-side {
    width: 100%;
    text-align: center
  }
}

article ol:first-child,
article p:first-child,
article ul:first-child {
  margin-top: 0
}

article ol:last-child,
article p:last-child,
article ul:last-child {
  margin-bottom: 0
}

article li.big li,
article ol.big li,
article p.big {
  font-size: 1.125rem
}

body.page-home .intro-component {
  margin-bottom: 5rem
}

body.page-home .portfolio-element {
  margin: 0 auto;
  max-width: 720px
}

body.page-error #body {
  background-color: #f4f4f4
}

body.page-error .content-section {
  padding-top: 13.5rem
}

body.page-error .content-section article,
body.page-error .content-section header {
  text-align: center
}

@media (max-width:1059px) {
  body.page-error .content-section {
    padding-top: 10rem
  }
}

@media (max-width:767px) {
  body.page-error .content-section {
    padding-top: 4rem
  }
}

blockquote {
  margin: 3rem 0;
  padding-left: 40px;
  position: relative;
  font-style: italic;
}

blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 4px;
  background-color: #004975;
}

blockquote p {
  line-height: 1.875em;
}

blockquote p:first-child {
  margin-top: 0;
}

blockquote p:last-child {
  margin-bottom: 0;
}