@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap");
body {
  font-family: "Playfair Display", serif;
  line-height: 1.75em;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

h1 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em; }

h2 {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1em; }

h3 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
  margin: 25px 0 20px; }

h4 {
  font-size: 1.75em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em; }

h5 {
  font-size: 1.5em; }

p {
  font-size: 1.25em;
  line-height: 1.75em; }

.glyphicon {
  font-size: 1.5em;
  margin-top: 4px; }

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body {
    font-size: 25px; } }
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body {
    font-size: 14px; } }
#header {
  position: fixed;
  width: 100%;
  z-index: 2; }
  #header #logo {
    display: inline-block;
    margin: 20px;
    width: 180px; }
  #header #menu-toggle {
    display: inline-block;
    float: right;
    margin: 20px; }

@media only screen and (max-width: 768px) {
  #header #logo {
    width: 120px; } }
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #header #logo {
    width: 120px; } }
#menu {
  position: fixed;
  /* CHANGE MENU WIDTH HERE */
  right: -25vw;
  width: 25vw;
  height: 100vh;
  background: #000;
  color: #fff;
  z-index: 101;
  transition: all 0.5s; }
  #menu.open {
    right: 0px; }

@media only screen and (max-width: 1024px) {
  #menu {
    /*  CHANGE MOBILE MENU WIDTH HERE */
    right: -100vw;
    width: 100vw; } }
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .col-sm-6 {
    width: 100%; } }
/*# sourceMappingURL=style.css.map */
/*HEADER 2 */
#header-2 {
  width: 100%;
  position: relative;
  z-index: 999; }
  #header-2 .navbar-default {
    background-color: #ffffff;
    color: #000000; }
  #header-2 .navbar-solid {
    background-color: rgba(255, 255, 255, 0.85);
    color: #000000;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px #444444;
    -moz-box-shadow: 0px 2px 5px 0px #444444;
    box-shadow: 0px 2px 5px 0px #444444; }
    #header-2 .navbar-solid .brand-img {
      max-width: 120px;
      margin: 20px auto; }
    #header-2 .navbar-solid ul {
      margin-top: 4px !important; }
  #header-2 .brand-img {
    float: none;
    margin: 20px auto;
    text-align: center;
    max-width: 220px; }
  #header-2 .navbar-toggle {
    margin-right: 0;
    margin-top: 0;
    background: none;
    position: absolute;
    right: 20px;
    top: 10px;
    border: none; }
    #header-2 .navbar-toggle:focus {
      outline: none; }
    #header-2 .navbar-toggle .icon-bar {
      background-color: #ffffff;
      height: 3px; }
    #header-2 .navbar-toggle:hover .icon-bar {
      background-color: #ffffff; }
  #header-2 .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  #header-2 .main-nav .nav {
    margin-top: 8px; }
    #header-2 .main-nav .nav #main-nav-7 {
      display: none; }
    #header-2 .main-nav .nav .nav-item a {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px;
      color: #000000;
      background: none; }
    #header-2 .main-nav .nav .nav-item.active a {
      color: #3498DB; }
    #header-2 .main-nav .nav .nav-item a:hover {
      color: #000000; }
    #header-2 .main-nav .nav .nav-item a:focus {
      outline: none; }
    #header-2 .main-nav .nav .dropdown-menu {
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      margin: 0;
      border: none;
      text-transform: none;
      min-width: 180px;
      background: #323232; }
      #header-2 .main-nav .nav .dropdown-menu a {
        padding: 8px 20px;
        color: #666;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1; }
        #header-2 .main-nav .nav .dropdown-menu a:hover {
          background: #3498DB;
          color: #fff; }
    #header-2 .main-nav .nav .open > a {
      background: none; }
      #header-2 .main-nav .nav .open > a:hover, #header-2 .main-nav .nav .open > a:focus {
        background: none; }
    #header-2 .main-nav .nav .social-icons {
      padding-left: 15px; }
      #header-2 .main-nav .nav .social-icons a {
        display: inline-block;
        padding: 10px 0px; }

/*Override bootstrap default */
/*Header 2 MEDIA QUERIES */
/*Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #header-2 .main-nav .nav .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    text-transform: none;
    min-width: 180px;
    background: #ffffff; }
    #header-2 .main-nav .nav .dropdown-menu:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #ffffff;
      position: absolute;
      right: 35px;
      top: -10px; }
    #header-2 .main-nav .nav .dropdown-menu a {
      padding: 8px 20px;
      color: #fff;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
      #header-2 .main-nav .nav .dropdown-menu a:hover {
        background: #000000;
        color: #fff; }
    #header-2 .main-nav .nav .dropdown-menu .nav-header {
      padding: 8px 20px;
      color: #fff;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 14px; }
    #header-2 .main-nav .nav .dropdown-menu .nav-sub {
      font-size: 13px;
      padding-left: 30px; } }
/*Medium Devices, Desktops */
/*Large Devices, Wide Screens */
body {
  margin: 60px 0 0 0; }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid white; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid white; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid white; }

.arrow-left {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid white; }

a {
  color: #000000;
  font-weight: bold; }
  a:hover {
    text-decoration: none;
    color: #4484ce; }

section .section {
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: 50% 50%;
  display: table;
  width: 100%; }
  section .section .intro {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

@media only screen and (max-width: 991px) {
  .section {
    min-height: 30vh; } }
footer {
  background-color: #323232;
  color: #ffffff;
  min-height: 20vh;
  text-align: center; }
  footer .footer-nav {
    padding-top: 60px; }
  footer .footer-disclaimer {
    margin-top: 60px; }

.btn {
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.2em; }

.btn-lg {
  padding: 15px 30px; }

.btn-md {
  padding: 10px 20px; }

.float-e-margins .btn {
  margin-bottom: 5px; }

.btn-w-m {
  min-width: 120px; }

.btn-default.btn-outline {
  color: #d9d9d9; }

.btn-primary.btn-outline {
  color: #000000; }

.btn-success.btn-outline {
  color: #2ecc71; }

.btn-info.btn-outline {
  color: #4484ce; }

.btn-warning.btn-outline {
  color: #ff5442; }

.btn-danger.btn-outline {
  color: #c0392b; }

.btn-white.btn-outline {
  color: #ffffff; }

.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover, .btn-default.btn-outline:hover {
  color: #ffffff;
  font-weight: 400; }

.btn-primary.btn-outline:hover {
  background-color: #000000; }

.btn-success.btn-outline:hover {
  background-color: #2ecc71; }

.btn-info.btn-outline:hover {
  background-color: #4484ce; }

.btn-warning.btn-outline:hover {
  background-color: #ff5442; }

.btn-danger.btn-outline:hover {
  background-color: #c0392b; }

.btn-default.btn-outline:hover {
  background-color: #d9d9d9; }

.btn-white.btn-outline:hover {
  background-color: #ffffff;
  color: #ff5442;
  font-weight: 400; }

.btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    border-color: #000000;
    color: #000000;
    background: transparent;
    /*background-color: darken($secondary, 3%) */
    /*border-color: darken($secondary, 3%) */
    /*color: $white */ }

.open .dropdown-toggle.btn-primary {
  border-color: #000000;
  color: #000000;
  background: transparent;
  /*background-color: darken($secondary, 3%) */
  /*border-color: darken($secondary, 3%) */
  /*color: $white */ }

.btn-primary:active:focus, .btn-primary:active:hover {
  border-color: #000000;
  color: #000000;
  background: transparent;
  /*background-color: darken($secondary, 3%) */
  /*border-color: darken($secondary, 3%) */
  /*color: $white */ }
.btn-primary.active:hover, .btn-primary.active:focus {
  border-color: #000000;
  color: #000000;
  background: transparent;
  /*background-color: darken($secondary, 3%) */
  /*border-color: darken($secondary, 3%) */
  /*color: $white */ }
.btn-primary:active, .btn-primary.active {
  background-image: none; }

.open .dropdown-toggle.btn-primary {
  background-image: none; }
.open > .dropdown-toggle.btn-primary:focus {
  color: #fff;
  background-color: #ffd609;
  border-color: #ffd609; }

.btn-primary.disabled {
  background-color: #ffd609;
  border-color: #ffd609; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active {
    background-color: #ffd609;
    border-color: #ffd609; }
.btn-primary[disabled] {
  background-color: #ffd609;
  border-color: #ffd609; }
  .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active {
    background-color: #ffd609;
    border-color: #ffd609; }
.btn-primary.active[disabled] {
  background-color: #ffd609;
  border-color: #ffd609; }

fieldset[disabled] .btn-primary {
  background-color: #ffd609;
  border-color: #ffd609; }
  fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #ffd609;
    border-color: #ffd609; }

.btn-success {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #ffffff; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    border-color: #2ecc71;
    color: #2ecc71;
    background: transparent;
    /*background-color: darken($success, 3%) */
    /*border-color: darken($success, 3%) */
    /*color: $white */ }

.open .dropdown-toggle.btn-success {
  border-color: #2ecc71;
  color: #2ecc71;
  background: transparent;
  /*background-color: darken($success, 3%) */
  /*border-color: darken($success, 3%) */
  /*color: $white */ }

.btn-success:active:focus, .btn-success:active:hover {
  border-color: #2ecc71;
  color: #2ecc71;
  background: transparent;
  /*background-color: darken($success, 3%) */
  /*border-color: darken($success, 3%) */
  /*color: $white */ }
.btn-success.active:hover, .btn-success.active:focus {
  border-color: #2ecc71;
  color: #2ecc71;
  background: transparent;
  /*background-color: darken($success, 3%) */
  /*border-color: darken($success, 3%) */
  /*color: $white */ }
.btn-success:active, .btn-success.active {
  background-image: none; }

.open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled {
  background-color: #37d279;
  border-color: #37d279; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active {
    background-color: #37d279;
    border-color: #37d279; }
.btn-success[disabled] {
  background-color: #37d279;
  border-color: #37d279; }
  .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active {
    background-color: #37d279;
    border-color: #37d279; }
.btn-success.active[disabled] {
  background-color: #37d279;
  border-color: #37d279; }

fieldset[disabled] .btn-success {
  background-color: #37d279;
  border-color: #37d279; }
  fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #37d279;
    border-color: #37d279; }

.open > .dropdown-toggle.btn-success:focus {
  color: #fff;
  background-color: #37d279;
  border-color: #37d279; }

.btn-info {
  background-color: #4484ce;
  border-color: #4484ce;
  color: #ffffff; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    border-color: #4484ce;
    color: #4484ce;
    background: transparent;
    /*background-color: darken($primary, 3%) */
    /*border-color: darken($primary, 3%) */
    /*color: $white */ }

.open .dropdown-toggle.btn-info {
  border-color: #4484ce;
  color: #4484ce;
  background: transparent;
  /*background-color: darken($primary, 3%) */
  /*border-color: darken($primary, 3%) */
  /*color: $white */ }

.btn-info:active:focus, .btn-info:active:hover {
  border-color: #4484ce;
  color: #4484ce;
  background: transparent;
  /*background-color: darken($primary, 3%) */
  /*border-color: darken($primary, 3%) */
  /*color: $white */ }
.btn-info.active:hover, .btn-info.active:focus {
  border-color: #4484ce;
  color: #4484ce;
  background: transparent;
  /*background-color: darken($primary, 3%) */
  /*border-color: darken($primary, 3%) */
  /*color: $white */ }
.btn-info:active, .btn-info.active {
  background-image: none; }

.open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled {
  background-color: #508cd1;
  border-color: #508cd1; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active {
    background-color: #508cd1;
    border-color: #508cd1; }
.btn-info[disabled] {
  background-color: #508cd1;
  border-color: #508cd1; }
  .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active {
    background-color: #508cd1;
    border-color: #508cd1; }
.btn-info.active[disabled] {
  background-color: #508cd1;
  border-color: #508cd1; }

fieldset[disabled] .btn-info {
  background-color: #508cd1;
  border-color: #508cd1; }
  fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #508cd1;
    border-color: #508cd1; }

.open > .dropdown-toggle.btn-info:focus {
  color: #fff;
  background-color: #508cd1;
  border-color: #508cd1; }

.btn-default {
  color: #ffffff;
  background: #d9d9d9;
  border: 1px solid #d9d9d9; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    border-color: #d9d9d9;
    color: #d9d9d9;
    background: transparent;
    /*background-color: darken($gray, 3%) */
    /*border-color: darken($gray, 3%) */
    /*color: $white */ }

.open .dropdown-toggle.btn-default {
  border-color: #d9d9d9;
  color: #d9d9d9;
  background: transparent;
  /*background-color: darken($gray, 3%) */
  /*border-color: darken($gray, 3%) */
  /*color: $white */ }

.btn-default:active:focus, .btn-default:active:hover {
  border-color: #d9d9d9;
  color: #d9d9d9;
  background: transparent;
  /*background-color: darken($gray, 3%) */
  /*border-color: darken($gray, 3%) */
  /*color: $white */ }
.btn-default.active:hover, .btn-default.active:focus {
  border-color: #d9d9d9;
  color: #d9d9d9;
  background: transparent;
  /*background-color: darken($gray, 3%) */
  /*border-color: darken($gray, 3%) */
  /*color: $white */ }
.btn-default:active, .btn-default.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }

.open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }

.btn-default.disabled {
  background-color: #e1e1e1;
  border-color: #e1e1e1; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active {
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
.btn-default[disabled] {
  background-color: #e1e1e1;
  border-color: #e1e1e1; }
  .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active {
    background-color: #e1e1e1;
    border-color: #e1e1e1; }
.btn-default.active[disabled] {
  background-color: #e1e1e1;
  border-color: #e1e1e1; }

fieldset[disabled] .btn-default {
  background-color: #e1e1e1;
  border-color: #e1e1e1; }
  fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #e1e1e1;
    border-color: #e1e1e1; }

.btn-warning {
  background-color: #ff5442;
  border-color: #ff5442;
  color: #ffffff; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    border-color: #ff5442;
    color: #ff5442;
    background: transparent;
    /*background-color: darken($warning, 3%) */
    /*border-color: darken($warning, 3%) */
    /*color: $white */ }

.open .dropdown-toggle.btn-warning {
  border-color: #ff5442;
  color: #ff5442;
  background: transparent;
  /*background-color: darken($warning, 3%) */
  /*border-color: darken($warning, 3%) */
  /*color: $white */ }

.btn-warning:active:focus, .btn-warning:active:hover {
  border-color: #ff5442;
  color: #ff5442;
  background: transparent;
  /*background-color: darken($warning, 3%) */
  /*border-color: darken($warning, 3%) */
  /*color: $white */ }
.btn-warning.active:hover, .btn-warning.active:focus {
  border-color: #ff5442;
  color: #ff5442;
  background: transparent;
  /*background-color: darken($warning, 3%) */
  /*border-color: darken($warning, 3%) */
  /*color: $white */ }
.btn-warning:active, .btn-warning.active {
  background-image: none; }

.open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled {
  background-color: #ff6251;
  border-color: #ff6251; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active {
    background-color: #ff6251;
    border-color: #ff6251; }
.btn-warning[disabled] {
  background-color: #ff6251;
  border-color: #ff6251; }
  .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active {
    background-color: #ff6251;
    border-color: #ff6251; }
.btn-warning.active[disabled] {
  background-color: #ff6251;
  border-color: #ff6251; }

fieldset[disabled] .btn-warning {
  background-color: #ff6251;
  border-color: #ff6251; }
  fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #ff6251;
    border-color: #ff6251; }

.open > .dropdown-toggle.btn-warning:focus {
  color: #fff;
  background-color: #ff6251;
  border-color: #ff6251; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  border-color: #ff5442;
  color: #ff5442;
  background: transparent;
  /*background-color: darken($danger, 3%) */
  /*border-color: darken($danger, 3%) */
  /*color: $white */ }

.open .dropdown-toggle.btn-danger {
  border-color: #ff5442;
  color: #ff5442;
  background: transparent;
  /*background-color: darken($danger, 3%) */
  /*border-color: darken($danger, 3%) */
  /*color: $white */ }

.btn-danger:active:focus, .btn-danger:active:hover {
  border-color: #ff5442;
  color: #ff5442;
  background: transparent;
  /*background-color: darken($danger, 3%) */
  /*border-color: darken($danger, 3%) */
  /*color: $white */ }
.btn-danger.active:hover, .btn-danger.active:focus {
  border-color: #ff5442;
  color: #ff5442;
  background: transparent;
  /*background-color: darken($danger, 3%) */
  /*border-color: darken($danger, 3%) */
  /*color: $white */ }
.btn-danger:active, .btn-danger.active {
  background-image: none; }

.open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled {
  background-color: #cd3d2e;
  border-color: #cd3d2e; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active {
    background-color: #cd3d2e;
    border-color: #cd3d2e; }
.btn-danger[disabled] {
  background-color: #cd3d2e;
  border-color: #cd3d2e; }
  .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active {
    background-color: #cd3d2e;
    border-color: #cd3d2e; }
.btn-danger.active[disabled] {
  background-color: #cd3d2e;
  border-color: #cd3d2e; }

fieldset[disabled] .btn-danger {
  background-color: #cd3d2e;
  border-color: #cd3d2e; }
  fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #cd3d2e;
    border-color: #cd3d2e; }

.btn-link {
  color: #000000;
  font-weight: bold;
  text-transform: inherit; }
  .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active {
    color: #2ecc71;
    font-weight: bold;
    text-decoration: none; }

.open .dropdown-toggle.btn-link {
  color: #2ecc71;
  font-weight: bold;
  text-decoration: none; }

.btn-link:active, .btn-link.active {
  background-image: none; }

.open .dropdown-toggle.btn-link {
  background-image: none; }

.btn-link.disabled {
  color: #cacaca; }
  .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active {
    color: #cacaca; }
.btn-link[disabled] {
  color: #cacaca; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active {
    color: #cacaca; }
.btn-link.active[disabled] {
  color: #cacaca; }

fieldset[disabled] .btn-link {
  color: #cacaca; }
  fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
    color: #cacaca; }

.btn-white {
  color: #4484ce;
  background: #ffffff;
  border: 1px solid #ffffff; }
  .btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
    color: inherit;
    border: 1px solid #d9d9d9; }

.open .dropdown-toggle.btn-white {
  color: inherit;
  border: 1px solid #d9d9d9; }

.btn-white:active:focus, .btn-white:active:hover {
  color: inherit;
  border: 1px solid #d9d9d9; }
.btn-white.active:hover, .btn-white.active:focus {
  color: inherit;
  border: 1px solid #d9d9d9; }
.btn-white:active, .btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }
.btn-white:active, .btn-white.active {
  background-image: none; }

.open .dropdown-toggle.btn-white {
  background-image: none; }

.btn-white.disabled {
  color: #d9d9d9; }
  .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active {
    color: #d9d9d9; }
.btn-white[disabled] {
  color: #d9d9d9; }
  .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active {
    color: #d9d9d9; }
.btn-white.active[disabled] {
  color: #d9d9d9; }

fieldset[disabled] .btn-white {
  color: #d9d9d9; }
  fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
    color: #d9d9d9; }

.form-control {
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none; }

.has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form {
  box-shadow: none; }

.navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover {
  box-shadow: none; }

.open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
  box-shadow: none; }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
  border: solid 0.2em; }

.btn-rounded {
  border-radius: 50px; }

.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px; }

button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important; }
  button.dim:active {
    top: 3px; }
button.btn-primary.dim {
  box-shadow: inset 0 0 0 #dab600, 0 5px 0 0 #dab600, 0 10px 5px #999; }
  button.btn-primary.dim:active {
    box-shadow: inset 0 0 0 #dab600, 0 2px 0 0 #dab600, 0 5px 3px #999; }
button.btn-default.dim {
  box-shadow: inset 0 0 0 #cacaca, 0 5px 0 0 #cacaca, 0 10px 5px #999; }
  button.btn-default.dim:active {
    box-shadow: inset 0 0 0 #cacaca, 0 2px 0 0 #cacaca, 0 5px 3px #999; }
button.btn-warning.dim {
  box-shadow: inset 0 0 0 #ff3823, 0 5px 0 0 #ff3823, 0 10px 5px #999; }
  button.btn-warning.dim:active {
    box-shadow: inset 0 0 0 #ff3823, 0 2px 0 0 #ff3823, 0 5px 3px #999; }
button.btn-info.dim {
  box-shadow: inset 0 0 0 #3375c1, 0 5px 0 0 #3375c1, 0 10px 5px #999; }
  button.btn-info.dim:active {
    box-shadow: inset 0 0 0 #3375c1, 0 2px 0 0 #3375c1, 0 5px 3px #999; }
button.btn-success.dim {
  box-shadow: inset 0 0 0 #28b363, 0 5px 0 0 #28b363, 0 10px 5px #999; }
  button.btn-success.dim:active {
    box-shadow: inset 0 0 0 #28b363, 0 2px 0 0 #28b363, 0 5px 3px #999; }
button.btn-danger.dim {
  box-shadow: inset 0 0 0 #a73225, 0 5px 0 0 #a73225, 0 10px 5px #999; }
  button.btn-danger.dim:active {
    box-shadow: inset 0 0 0 #a73225, 0 2px 0 0 #a73225, 0 5px 3px #999; }
button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px; }
button.dim:active:before {
  top: 7px;
  font-size: 50px; }

.btn:focus {
  outline: none !important; }

.sweet-alert button {
  transition: all 0.5s;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 400; }

.btn-back {
  position: absolute;
  left: 15px;
  top: 15px; }

.top-navigation .btn-back {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1; }

button {
  margin: 20px 0; }

#section0, #section1, #section5, #section6, #section8 {
  color: #ffffff; }

#section0 .container, #section1 .container, #section5 .container, #section6 .container, #section8 .container {
  width: 50%; }

#section0 .container h5, #section1 .container h5, #section5 .container h5, #section6 .container h5, #section8 .container h5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

@media only screen and (max-width: 992px) {
  #section0 .container, #section1 .container, #section5 .container, #section6 .container, #section8 .container {
    width: 70%; } }
@media only screen and (max-width: 768px) {
  #section0 .container, #section1 .container, #section5 .container, #section6 .container, #section8 .container {
    width: 95%; } }
@media only screen and (max-width: 320px) {
  #section0 .container, #section1 .container, #section5 .container, #section6 .container, #section8 .container {
    width: 100%; } }
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  #section0 .container, #section1 .container, #section5 .container, #section6 .container, #section8 .container {
    width: 90% !important; } }
#section0 .next-step, #section1 .next-step, #section5 .next-step, #section6 .next-step, #section8 .next-step {
  position: absolute;
  bottom: 20px;
  width: 200px;
  left: calc(50% - 100px);
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

#section0 .next-step h4, #section1 .next-step h4, #section5 .next-step h4, #section6 .next-step h4, #section8 .next-step h4 {
  font-size: 1.5em; }

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #section0 .next-step h4, #section1 .next-step h4, #section5 .next-step h4, #section6 .next-step h4, #section8 .next-step h4 {
    display: none; } }
.section-banner {
  color: #ffffff;
  margin-top: 0px;
  text-align: center; }
  .section-banner .next-step {
    position: absolute;
    bottom: 20px;
    width: 200px;
    left: calc(50% - 100px);
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }

.section-column1 .section .intro .container .block img {
  width: 100%; }
.section-column1 .section .intro .container .block .image {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 50px; }

.section-column2 .section .intro .container .block img {
  width: 100%; }
.section-column2 .section .intro .container .block .image {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 40px; }

.section-column3 .section .intro .container .block {
  margin-bottom: 40px; }
  .section-column3 .section .intro .container .block h2 {
    font-size: 1em;
    text-transform: inherit;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1em;
    margin-bottom: 0px;
    margin-top: 10px; }
  .section-column3 .section .intro .container .block small {
    text-transform: uppercase;
    font-weight: 700; }
  .section-column3 .section .intro .container .block .image-container {
    height: 450px;
    width: 100%; }
  .section-column3 .section .intro .container .block:hover .image, .section-column3 .section .intro .container .block:focus .image {
    transform: scale(1.01);
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }
  .section-column3 .section .intro .container .block .image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    margin-bottom: 10px; }

.section-columnside img {
  width: 100%; }
.section-columnside .text {
  margin-top: 40px; }
.section-columnside h5 {
  margin-bottom: 0px;
  margin-top: 0px; }
  .section-columnside h5 span {
    font-weight: 700;
    text-transform: uppercase; }
  .section-columnside h5 .status {
    color: #cd3d2e; }

.section-background-image {
  color: #ffffff;
  text-align: center; }
  .section-background-image .section {
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 80vh; }
  .section-background-image button {
    margin: 20px 10px 0px; }

.narrow-banner .section {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 40vh; }

.full-banner .section {
  padding-top: 120px;
  padding-bottom: 120px;
  min-height: 100vh; }

.section-alternate {
  margin-top: 0px;
  margin-bottom: 0px; }
  .section-alternate p, .section-alternate button {
    font-size: 1em; }
  .section-alternate .block .row {
    height: 50vh;
    margin-left: 0px;
    margin-right: 0px; }
  .section-alternate .block .arrow-left {
    border-right: 30px solid #ffffff; }
  .section-alternate .block .arrow-right {
    border-left: 30px solid #ffffff; }
  .section-alternate .block .content {
    padding: 30px;
    text-align: left; }
  .section-alternate .block .content h4 {
    color: #4484ce;
    margin-top: 30px; }
  .section-alternate .block .content img {
    width: 130px; }
  .section-alternate .block .image {
    height: 50vh;
    background-size: cover;
    background-position: 50% 20%; }
  .section-alternate .block .arrow-left {
    position: absolute;
    right: 0;
    top: 45%; }
  .section-alternate .block .arrow-right {
    position: absolute;
    left: 0;
    top: 45%; }
  .section-alternate .block .arrow-down {
    position: absolute;
    left: 13%; }

@media only screen and (max-width: 991px) {
  .section-alternate .block .row {
    height: inherit; }
  .section-alternate .block .arrow-left {
    display: none; }
  .section-alternate .block .arrow-right {
    display: none; }
  .section-alternate .block .arrow-down {
    display: none; } }
.section-left, .section-right {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left; }
  .section-left .container, .section-right .container {
    width: 35%;
    padding-top: 120px;
    padding-bottom: 120px; }

.section-left .container {
  margin-left: 5%; }

.section-right .container {
  text-align: right;
  margin-right: 5%; }

@media only screen and (max-width: 991px) {
  .section-left, .section-right {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .section-left, .section-right {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .section-left .container {
    margin-left: 0%; } }
@media only screen and (max-width: 768px) {
  .section-right .container {
    margin-right: 0%; } }
.section-call-to-action {
  text-align: center; }
  .section-call-to-action button {
    margin: 20px 10px 0px; }

.section-masonary {
  min-height: 700px; }
  .section-masonary .button {
    display: block;
    padding: 5px 10px;
    background: #ffffff;
    border: solid 1px #4484ce;
    color: #4484ce;
    text-transform: uppercase;
    cursor: pointer;
    margin: 5px 0;
    border-radius: 0px; }
    .section-masonary .button:hover {
      background-color: #000000;
      color: #ffffff;
      border-radius: 0px; }
    .section-masonary .button:active {
      background-color: #4484ce;
      color: #ffffff;
      border-radius: 0px; }
      .section-masonary .button:active:focus {
        background-color: #4484ce;
        color: #ffffff;
        border-radius: 0px; }
      .section-masonary .button:active:focus-within {
        background-color: #4484ce;
        color: #ffffff;
        border-radius: 0px; }
    .section-masonary .button.is-checked {
      background-color: #4484ce;
      color: #ffffff;
      border-radius: 0px; }
  .section-masonary .filter-group:after {
    content: "";
    display: block;
    clear: both; }
  .section-masonary .filter-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px; }
    .section-masonary .filter-group .button:first-child {
      border-radius: 0.5em 0 0 0.5em; }
    .section-masonary .filter-group .button:last-child {
      border-radius: 0 0.5em 0.5em 0; }
  .section-masonary .button-group:after {
    content: "";
    display: block;
    clear: both; }
  .section-masonary .grid .item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: solid 1px #d9d9d9; }
    .section-masonary .grid .item img {
      max-width: 100%;
      max-height: 200px;
      margin: auto;
      display: block; }
    .section-masonary .grid .item .image {
      height: 200px;
      background-repeat: no-repeat;
      background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-position: 50% 50%; }
    .section-masonary .grid .item h5 {
      font-size: 1.2em;
      line-height: 1.25em; }
    .section-masonary .grid .item p {
      font-size: 1em; }
    .section-masonary .grid .item a {
      cursor: pointer; }
    .section-masonary .grid .item span {
      margin: 0 10px; }
    .section-masonary .grid .item .featured {
      float: right;
      font-weight: bold;
      color: #4484ce; }
  .section-masonary .network .item {
    width: 100%;
    padding-right: 35px;
    padding-left: 35px;
    /*width: 48.5% */ }
  @media only screen and (max-width: 1199px) {
    .section-masonary .network .item {
      /*width: 48% */ } }
  @media only screen and (max-width: 991px) {
    .section-masonary .network .item {
      /*width: 47.5% */ } }
  @media only screen and (max-width: 767px) {
    .section-masonary .network .item {
      /*width: 100% */ } }
  .section-masonary .ui-group {
    display: block; }
    .section-masonary .ui-group h3 {
      display: block;
      vertical-align: top;
      margin-right: 0.2em;
      font-size: 16px; }
    .section-masonary .ui-group .button-group {
      display: block; }
    .section-masonary .ui-group .filter-select {
      display: block;
      width: 100%;
      height: 42px;
      padding: 6px 12px;
      font-size: 1.1em;
      line-height: 1.42857143;
      color: #323232;
      vertical-align: middle;
      background-color: #f3f3f3;
      background-image: none;
      border: 2px solid #000000;
      border-radius: 0;
      margin-bottom: 10px;
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
    .section-masonary .ui-group .ffilter-select:focus {
      border-color: #4484ce;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.social-icons .fab {
  padding: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  background: #000000;
  color: #ffffff;
  margin-right: 10px; }
  .social-icons .fab:hover {
    opacity: 0.7; }

.section-embed .section .intro .container .block {
  text-align: center; }
  .section-embed .section .intro .container .block .content {
    margin-bottom: 50px; }
  .section-embed .section .intro .container .block input {
    margin-left: auto;
    margin-right: auto; }
  .section-embed .section .intro .container .block .crt-widget.crt-widget-branded .crt-logo {
    color: #d9d9d9; }

.section-carousel .carousel-control {
  background-image: none;
  width: 2%;
  color: #000000; }
.section-carousel .carousel-indicators {
  bottom: 70px; }
.section-carousel .carousel-indicators li {
  border: 1px solid #000000; }
.section-carousel .carousel-indicators .active {
  background-color: #4484ce; }
.section-carousel .item {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 400px; }
  .section-carousel .item img {
    max-width: 100%;
    max-height: 200px;
    margin: auto;
    display: block; }
  .section-carousel .item .image {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%; }
  .section-carousel .item h5 {
    font-size: 1.2em;
    line-height: 1.25em; }
  .section-carousel .item p {
    font-size: 1em; }
  .section-carousel .item a {
    cursor: pointer; }
  .section-carousel .item span {
    margin: 0 10px; }
.section-carousel button {
  text-align: center;
  display: block;
  margin: 50px auto 0; }

.space-top {
  padding-top: 60px; }

.space-bottom {
  padding-bottom: 60px; }

.center-align {
  text-align: center; }

.background-blue {
  background-color: #4484ce; }
  .background-blue .intro .block .row .arrow-right {
    border-left: 30px solid #4484ce; }
  .background-blue .intro .block .row .arrow-left {
    border-right: 30px solid #4484ce; }
  .background-blue button {
    color: #ffffff !important; }
  .background-blue button:hover {
    color: #000000 !important;
    border-color: #000000 !important; }

.background-yellow {
  background-color: #000000; }
  .background-yellow .intro .block .row .arrow-right {
    border-left: 30px solid #000000; }
  .background-yellow .intro .block .row .arrow-left {
    border-right: 30px solid #000000; }
  .background-yellow button {
    color: #4484ce !important; }
  .background-yellow button:hover {
    color: #ffffff !important;
    border-color: #ffffff !important; }

.background-gray {
  background-color: #f3f3f3; }
  .background-gray .intro .block .row .arrow-right {
    border-left: 30px solid #f3f3f3; }
  .background-gray .intro .block .row .arrow-left {
    border-right: 30px solid #f3f3f3; }

.background-white {
  background-color: #ffffff; }

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