@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);


.w-100 {
    width: 100%!important;
}

.w-construccion {
    width: 100%!important;
    margin-top: 50px;
}

.sombraWeb {
    text-shadow: #000 0px 0px 30px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}


@media (max-width: 675px) {
    .sombraWeb {
    display: none;
    }
    
    .display-2{
        font-size: 1.5rem  !important;
    }

    }















body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Raleway', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Raleway', sans-serif;
}
.btn,
.alert,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Roboto', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Roboto', sans-serif;
}
.btn {
  border-radius: 1.6em;
}
.mbr-subscribe .btn {
  border-radius: 1.6em !important;
}
.btn-sm,
.lead a,
.lead blockquote,
.mbr-section-subtitle,
.mbr-section-hero .mbr-section-lead,
.mbr-cards .card-subtitle,
.mbr-testimonial .card-block {
  font-family: 'Lora', serif;
}
.mbr-author-name {
  font-family: 'Roboto', sans-serif;
}
.mbr-author-desc {
  font-family: 'Lora', serif;
}
.mbr-plan-title {
  font-family: 'Roboto', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Lora', serif;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #90a878 !important;
}
.bg-info {
  background-color: rgba(0, 74, 133, 0.59) !important;
}
.bg-warning {
  background-color: #f3c649 !important;
}
.bg-danger {
  background-color: #f28281 !important;
}
.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary {
  background-color: #bfcecb;
  border-color: #bfcecb;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #94ada8;
  border-color: #94ada8;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #94ada8 !important;
  border-color: #94ada8 !important;
}
.btn-info {
  background-color: rgba(0, 74, 133, 0.59);
  border-color: rgba(0, 74, 133, 0.59);
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #597478;
  border-color: #597478;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #597478 !important;
  border-color: #597478 !important;
}
.btn-success {
  background-color: #90a878;
  border-color: #90a878;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #6a8153;
  border-color: #6a8153;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6a8153 !important;
  border-color: #6a8153 !important;
}
.btn-warning {
  background-color: #f3c649;
  border-color: #f3c649;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #e1a90f;
  border-color: #e1a90f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e1a90f !important;
  border-color: #e1a90f !important;
}
.btn-danger {
  background-color: #f28281;
  border-color: #f28281;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #eb3d3c;
  border-color: #eb3d3c;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #eb3d3c !important;
  border-color: #eb3d3c !important;
}
.btn-primary-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #85a29c;
  color: #85a29c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #bfcecb;
  border-color: #bfcecb;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bfcecb !important;
  border-color: #bfcecb !important;
}
.btn-info-outline {
  background: none;
  border-color: #4e6669;
  color: #4e6669;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: rgba(0, 74, 133, 0.59);
  border-color: rgba(0, 74, 133, 0.59);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: rgba(0, 74, 133, 0.59) !important;
  border-color: rgba(0, 74, 133, 0.59) !important;
}
.btn-success-outline {
  background: none;
  border-color: #5d7149;
  color: #5d7149;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #90a878;
  border-color: #90a878;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #90a878 !important;
  border-color: #90a878 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #c9970d;
  color: #c9970d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #f3c649;
  border-color: #f3c649;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f3c649 !important;
  border-color: #f3c649 !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e82625;
  color: #e82625;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f28281;
  border-color: #f28281;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f28281 !important;
  border-color: #f28281 !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-success {
  color: #90a878 !important;
}
.text-info {
  color: rgba(0, 74, 133, 0.59) !important;
}
.text-warning {
  color: #f3c649 !important;
}
.text-danger {
  color: #f28281 !important;
}
.alert-success {
  background-color: #90a878;
}
.alert-info {
  background-color: rgba(0, 74, 133, 0.59);
}
.alert-warning {
  background-color: #f3c649;
}
.alert-danger {
  background-color: #f28281;
}
.btn-social {
  border-color: #ffffff;
}
.btn-social:hover {
  background: #ffffff;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #ffffff;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #ffffff;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.lead a,
.lead a:hover {
  color: #ffffff;
}
.lead blockquote {
  border-color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0dac6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7d4d5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #ffffff;
}
#header1-a1 .mbr-section-title {
  font-family: 'Lora', serif;
  font-size: 30px;
}
#header1-a1 .mbr-section-lead SPAN {
  font-size: 36px;
  font-family: 'Lora', serif;
}
#header1-a1 .mbr-section-title SPAN {
  font-size: 30px;
  font-family: 'Lora', serif;
}
#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-0 .link {
  font-size: 0.9rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
  
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#slider-1 P {
  color: #ffffff;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#slider-1 H2 {
  font-size: 60px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#slider-1 B {
  font-family: 'Oswald', sans-serif;
}
#slider-1 SPAN {
  font-family: 'Titillium Web', sans-serif;
  font-size: 25px;
  color: #ffffff;
  text-align: left;
}
#header3-1c .mbr-section-title,
#header3-1c .mbr-section-subtitle {
  text-align: center;
}
#header3-1c H3 {
  color: #28324e;
  font-family: 'Lato', sans-serif;
}
#header3-1c I {
  font-family: 'Source Sans Pro', sans-serif;
}
#header3-1c SPAN {
  font-family: 'Oxygen', sans-serif;
}
#features4-9j .card-subtitle {
  color: #bcbcbc;
}
#features4-9j .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-9j H4 {
  color: #ffffff;
}
#header3-9y .mbr-section-title,
#header3-9y .mbr-section-subtitle {
  text-align: center;
}
#header3-9y H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#features4-9x .card-subtitle {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#features4-9x .iconbox {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
#features4-9x H4 {
  color: #ffffff;
}
#features4-9x SPAN {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
#features4-9x .card-subtitle B {
  font-family: 'Roboto', sans-serif;
}
#footer1-3 P {
  color: #ffffff;
  font-size: 13px;
}
#contacts1-1b STRONG {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
}
#contacts1-1b P {
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
}
#form1-1w .form-control-label {
  color: #ffffff;
}
#form1-1w .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#form1-1w SPAN {
  font-family: 'Titillium Web', sans-serif;
}
#form1-1w .btn {
  font-family: 'Titillium Web', sans-serif;
}
#social-buttons2-4c .mbr-section-title,
#social-buttons2-4c .btn-social {
  color: #232323;
}
#social-buttons2-4c .mbr-section-title {
  font-family: 'Titillium Web', sans-serif;
  color: #000000;
}






#msg-box8-8h .mbr-section-title,
#msg-box8-8h p {
  color: #fff;
}
#msg-box8-8h .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
#msg-box8-8h .lead P {
  text-align: center;
}
#content5-8i .mbr-section-title,
#content5-8i p {
  color: #fff;
}
#content5-8i P {
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#footer1-87 P {
  color: #ffffff;
  font-size: 13px;
}
#content5-8j .mbr-section-title,
#content5-8j p {
  color: #fff;
}
#content5-8j P {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#content5-8j .mbr-section-title {
  font-family: 'Source Sans Pro', sans-serif;
}
#header3-8r .mbr-section-title,
#header3-8r .mbr-section-subtitle {
  text-align: center;
}
#header3-8r H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#menu-8z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8z .navbar-caption {
  color: #ffffff;
}
#menu-8z .navbar-toggler {
  color: #ffffff;
}
#menu-8z .close-icon::before,
#menu-8z .close-icon::after {
  background-color: #ffffff;
}
#menu-8z .link,
#menu-8z .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-8z .link {
  font-size: 0.9rem;
}
#menu-8z .dropdown-item,
#menu-8z .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-8z .link:hover,
#menu-8z .dropdown-item:hover,
#menu-8z .link:focus,
#menu-8z .dropdown-item:focus {
  color: #ffffff;
}
#menu-8z .link[aria-expanded="true"],
#menu-8z .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-8z .nav-dropdown-sm .link:focus,
#menu-8z .nav-dropdown-sm .link:hover,
#menu-8z .nav-dropdown-sm .dropdown-item:focus,
#menu-8z .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-8z .navbar,
#menu-8z .nav-dropdown-sm,
#menu-8z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8z .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-8z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-8z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8z .bg-color.transparent.opened .link:hover,
#menu-8z .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-8z .link[aria-expanded="true"],
#menu-8z .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}





#menu-1 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1 .navbar-caption {
  color: #ffffff;
}
#menu-1 .navbar-toggler {
  color: #ffffff;
}
#menu-1 .close-icon::before,
#menu-1 .close-icon::after {
  background-color: #ffffff;
}
#menu-1 .link,
#menu-1 .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-1 .link {
  font-size: 0.9rem;
}
#menu-1 .dropdown-item,
#menu-1 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-1 .link:hover,
#menu-1 .dropdown-item:hover,
#menu-1 .link:focus,
#menu-1 .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-1 .nav-dropdown-sm .link:focus,
#menu-1 .nav-dropdown-sm .link:hover,
#menu-1 .nav-dropdown-sm .dropdown-item:focus,
#menu-1 .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-1 .navbar,
#menu-1 .nav-dropdown-sm,
#menu-1 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1 .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-1 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1 .bg-color.transparent.opened .link:hover,
#menu-1 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-1 .link[aria-expanded="true"],
#menu-1 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-3 P {
  color: #ffffff;
  font-size: 13px;
}
#header2-8 H3 {
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
#header2-8 B {
  text-align: center;
}
#header2-8 P {
  text-align: center;
}
#msg-box3-9 .mbr-section-title,
#msg-box3-9 p {
  color: #000;
}
#msg-box3-9 .lead P {
  text-align: left;
}
#msg-box3-9 .lead UL {
  text-align: left;
}
#msg-box3-9 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#msg-box3-9 .lead BLOCKQUOTE {
  text-align: left;
  font-family: 'Oswald', sans-serif;
}
#msg-box3-9 .lead SPAN {
  font-family: 'Oswald', sans-serif;
}




#menu-a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-a .navbar-caption {
  color: #ffffff;
}
#menu-a .navbar-toggler {
  color: #ffffff;
}
#menu-a .close-icon::before,
#menu-a .close-icon::after {
  background-color: #ffffff;
}
#menu-a .link,
#menu-a .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-a .link {
  font-size: 0.9rem;
}
#menu-a .dropdown-item,
#menu-a .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-a .link:hover,
#menu-a .dropdown-item:hover,
#menu-a .link:focus,
#menu-a .dropdown-item:focus {
  color: #ffffff;
 border-bottom: 2px solid #fff;
}
#menu-a .link[aria-expanded="true"],
#menu-a .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-a .nav-dropdown-sm .link:focus,
#menu-a .nav-dropdown-sm .link:hover,
#menu-a .nav-dropdown-sm .dropdown-item:focus,
#menu-a .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-a .navbar,
#menu-a .nav-dropdown-sm,
#menu-a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-a .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-a .bg-color.transparent.opened .link:hover,
#menu-a .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-a .link[aria-expanded="true"],
#menu-a .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-e P {
  color: #ffffff;
  font-size: 13px;
}
#msg-box8-g .mbr-section-title,
#msg-box8-g p {
  color: #fff;
}
#msg-box8-g .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#header3-1d .mbr-section-title,
#header3-1d .mbr-section-subtitle {
  text-align: center;
}
#header3-1d H3 {
  color: #28324e;
  font-family: 'Oswald', sans-serif;
}
#testimonials1-1 .mbr-section-subtitle {
  color: #000000;
}
#testimonials1-1 .card-block P {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 19px;
}














#menu-i .hide-buttons .nav-btn {
  display: none !important;
}
#menu-i .navbar-caption {
  color: #ffffff;
}
#menu-i .navbar-toggler {
  color: #ffffff;
}
#menu-i .close-icon::before,
#menu-i .close-icon::after {
  background-color: #ffffff;
}
#menu-i .link,
#menu-i .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-i .link {
  font-size: 0.9rem;
}
#menu-i .dropdown-item,
#menu-i .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-i .link:hover,
#menu-i .dropdown-item:hover,
#menu-i .link:focus,
#menu-i .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-i .link[aria-expanded="true"],
#menu-i .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-i .nav-dropdown-sm .link:focus,
#menu-i .nav-dropdown-sm .link:hover,
#menu-i .nav-dropdown-sm .dropdown-item:focus,
#menu-i .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-i .navbar,
#menu-i .nav-dropdown-sm,
#menu-i .nav-dropdown-sm .link[aria-expanded="true"],
#menu-i .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-i .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-i .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-i .bg-color.transparent.opened .link:hover,
#menu-i .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-i .link[aria-expanded="true"],
#menu-i .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-m P {
  color: #ffffff;
  font-size: 13px;
}
#header1-o .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#header1-o .btn {
  font-family: 'Titillium Web', sans-serif;
}
#header1-o .mbr-section-lead B {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#header1-o .mbr-section-lead SPAN {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
}
#msg-box3-p .mbr-section-title,
#msg-box3-p p {
  color: #000;
}
#msg-box3-p .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#content1-q P {
  color: #000000;
}
#content1-q BLOCKQUOTE {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
}
#content2-r BLOCKQUOTE {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
}
#content6-s BLOCKQUOTE {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
}
#header1-5b .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#msg-box3-3 .mbr-section-title,
#msg-box3-3 p {
  color: #000;
}
#msg-box3-3 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#msg-box3-3 .lead P {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  color: #ffffff;
}
#content7-2 P {
  text-align: left;
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#msg-box3-1z .mbr-section-title,
#msg-box3-1z p {
  color: #000;
}
#msg-box3-1z .mbr-section-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}


#menu-w .hide-buttons .nav-btn {
  display: none !important;
}
#menu-w .navbar-caption {
  color: #ffffff;
}
#menu-w .navbar-toggler {
  color: #ffffff;
}
#menu-w .close-icon::before,
#menu-w .close-icon::after {
  background-color: #ffffff;
}
#menu-w .link,
#menu-w .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-w .link {
  font-size: 0.9rem;
}
#menu-w .dropdown-item,
#menu-w .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-w .link:hover,
#menu-w .dropdown-item:hover,
#menu-w .link:focus,
#menu-w .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-w .link[aria-expanded="true"],
#menu-w .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-w .nav-dropdown-sm .link:focus,
#menu-w .nav-dropdown-sm .link:hover,
#menu-w .nav-dropdown-sm .dropdown-item:focus,
#menu-w .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-w .navbar,
#menu-w .nav-dropdown-sm,
#menu-w .nav-dropdown-sm .link[aria-expanded="true"],
#menu-w .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-w .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-w .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-w .bg-color.transparent.opened .link:hover,
#menu-w .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-w .link[aria-expanded="true"],
#menu-w .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-10 P {
  color: #ffffff;
  font-size: 13px;
}
#testimonials4-3 .mbr-section-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#testimonials4-3 .card-block P {
  color: #000000;
}










#menu-14 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-14 .navbar-caption {
  color: #ffffff;
}
#menu-14 .navbar-toggler {
  color: #ffffff;
}
#menu-14 .close-icon::before,
#menu-14 .close-icon::after {
  background-color: #ffffff;
}
#menu-14 .link,
#menu-14 .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-14 .link {
  font-size: 0.9rem;
}
#menu-14 .dropdown-item,
#menu-14 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-14 .link:hover,
#menu-14 .dropdown-item:hover,
#menu-14 .link:focus,
#menu-14 .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-14 .link[aria-expanded="true"],
#menu-14 .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-14 .nav-dropdown-sm .link:focus,
#menu-14 .nav-dropdown-sm .link:hover,
#menu-14 .nav-dropdown-sm .dropdown-item:focus,
#menu-14 .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-14 .navbar,
#menu-14 .nav-dropdown-sm,
#menu-14 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-14 .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-14 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-14 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-14 .bg-color.transparent.opened .link:hover,
#menu-14 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-14 .link[aria-expanded="true"],
#menu-14 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-18 P {
  color: #ffffff;
  font-size: 13px;
}
#content5-1e .mbr-section-title,
#content5-1e p {
  color: #fff;
}
#content5-1e .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#content5-1e P {
  font-family: 'Oswald', sans-serif;
}
#msg-box1-0 H2 {
  color: #000000;
}
#msg-box1-0 .btn {
  font-family: 'Oswald', sans-serif;
}
#msg-box1-0 SPAN {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  text-align: left;
  color: #ffffff;
}
#header3-2 .mbr-section-title,
#header3-2 .mbr-section-subtitle {
  text-align: center;
}
#header3-2 H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#features1-1 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-1 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-1 .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-1 .btn {
  font-family: 'Titillium Web', sans-serif;
}
#header3-h .mbr-section-title,
#header3-h .mbr-section-subtitle {
  text-align: center;
}
#header3-h H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#features1-l .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-l .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #232323;
}
#features1-l .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-l .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-l .btn {
  font-family: 'Titillium Web', sans-serif;
}
#features1-m .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #efefef;
}
#features1-m .mbr-cards-col:nth-child(odd) .card-title {
  color: #000000;
}
#features1-m .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #000000;
}
#features1-m .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #000000;
}
#features1-m .mbr-cards-col:nth-child(even) .card-title {
  color: #000000;
}
#features1-m .btn {
  font-family: 'Titillium Web', sans-serif;
}




























#menu-1h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1h .navbar-caption {
  color: #ffffff;
}
#menu-1h .navbar-toggler {
  color: #ffffff;
}
#menu-1h .close-icon::before,
#menu-1h .close-icon::after {
  background-color: #ffffff;
}
#menu-1h .link,
#menu-1h .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-1h .link {
  font-size: 0.9rem;
}
#menu-1h .dropdown-item,
#menu-1h .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-1h .link:hover,
#menu-1h .dropdown-item:hover,
#menu-1h .link:focus,
#menu-1h .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-1h .nav-dropdown-sm .link:focus,
#menu-1h .nav-dropdown-sm .link:hover,
#menu-1h .nav-dropdown-sm .dropdown-item:focus,
#menu-1h .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-1h .navbar,
#menu-1h .nav-dropdown-sm,
#menu-1h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1h .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-1h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1h .bg-color.transparent.opened .link:hover,
#menu-1h .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-1h .link[aria-expanded="true"],
#menu-1h .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-1l P {
  color: #ffffff;
  font-size: 13px;
}
#header5-1o .mbr-section-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#header5-1o .mbr-section-lead {
  color: #ffffff;
}
#header5-1o .btn {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
}
#header5-1o .mbr-section-title SPAN {
  color: #ffffff;
}
#msg-box1-2l H3 {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box1-2l .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
}
#header1-4r .mbr-section-title {
  font-size: 25px;
}
#features3-2g H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-2g H5 {
  color: #000000;
}
#features3-2g P {
  color: #000000;
  font-size: 14px;
}
#features3-2j H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-2j H5 {
  color: #000000;
}
#features3-2j P {
  color: #000000;
  font-size: 14px;
}
#features3-2k H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-2k H5 {
  color: #000000;
}
#features3-2k P {
  color: #000000;
  font-size: 14px;
}
#msg-box1-2o H3 {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box1-2o .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
}
#header1-4t .mbr-section-title {
  font-size: 25px;
}
#features3-35 H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-35 H5 {
  color: #000000;
}
#features3-35 P {
  color: #000000;
  font-size: 14px;
}
#features3-36 H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-36 H5 {
  color: #000000;
}
#features3-36 P {
  color: #000000;
  font-size: 14px;
}
#features3-37 H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-37 H5 {
  color: #000000;
}
#features3-37 P {
  color: #000000;
  font-size: 14px;
}
#features3-38 H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-38 H5 {
  color: #000000;
}
#features3-38 P {
  color: #000000;
}
#features3-39 H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-39 H5 {
  color: #000000;
}
#features3-39 P {
  color: #000000;
  font-size: 14px;
}
#msg-box1-3a H3 {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box1-3a .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
}
#header1-4u .mbr-section-title {
  font-size: 25px;
}
#features3-3c H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-3c H5 {
  color: #000000;
}
#features3-3c P {
  color: #000000;
  font-size: 14px;
}
#features3-3d H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-3d H5 {
  color: #000000;
}
#features3-3d P {
  color: #000000;
  font-size: 14px;
}
#msg-box1-3f H3 {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box1-3f .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
}
#header1-4v .mbr-section-title {
  font-size: 25px;
}
#features3-3e H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-3e H5 {
  color: #000000;
}
#features3-3e P {
  color: #000000;
  font-size: 14px;
}
#features3-3h H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-3h H5 {
  color: #000000;
}
#features3-3h P {
  color: #000000;
  font-size: 14px;
}
#features3-3i H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-3i H5 {
  color: #000000;
}
#features3-3i P {
  color: #000000;
  font-size: 14px;
}
#msg-box1-3j H3 {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 36px;
}
#msg-box1-3j .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
}
#header1-4w .mbr-section-title {
  font-size: 25px;
}
#features3-3l H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-3l H5 {
  color: #000000;
}
#features3-3l P {
  color: #000000;
  font-size: 14px;
}
#features3-3m H4 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
}
#features3-3m H5 {
  color: #000000;
}
#features3-3m P {
  color: #000000;
  font-size: 14px;
}









#menu-1p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1p .navbar-caption {
  color: #ffffff;
}
#menu-1p .navbar-toggler {
  color: #ffffff;
}
#menu-1p .close-icon::before,
#menu-1p .close-icon::after {
  background-color: #ffffff;
}
#menu-1p .link,
#menu-1p .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-1p .link {
  font-size: 0.9rem;
}
#menu-1p .dropdown-item,
#menu-1p .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-1p .link:hover,
#menu-1p .dropdown-item:hover,
#menu-1p .link:focus,
#menu-1p .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-1p .nav-dropdown-sm .link:focus,
#menu-1p .nav-dropdown-sm .link:hover,
#menu-1p .nav-dropdown-sm .dropdown-item:focus,
#menu-1p .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-1p .navbar,
#menu-1p .nav-dropdown-sm,
#menu-1p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1p .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-1p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1p .bg-color.transparent.opened .link:hover,
#menu-1p .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-1t P {
  color: #ffffff;
  font-size: 13px;
}
#header1-am .mbr-section-lead SPAN {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
}
#msg-box8-94 .mbr-section-title,
#msg-box8-94 p {
  color: #fff;
}
#msg-box8-94 .lead P {
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#msg-box8-94 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  text-align: left;
}
#header3-96 .mbr-section-title,
#header3-96 .mbr-section-subtitle {
  text-align: center;
}
#header3-96 H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-98 P {
  font-size: 21px;
}
#msg-box5-99 P {
  font-size: 21px;
  color: #ffffff;
}
#msg-box5-99 H3 {
  color: #ffffff;
}
#msg-box5-99 SPAN {
  color: #ffffff;
}
#msg-box5-9a P {
  font-size: 21px;
  color: #ffffff;
}
#msg-box5-9a H3 {
  color: #ffffff;
}
#msg-box5-9a SPAN {
  color: #ffffff;
}
#header3-97 .mbr-section-title,
#header3-97 .mbr-section-subtitle {
  text-align: center;
}
#header3-97 H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#msg-box4-93 H3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
#msg-box4-93 SPAN {
  font-size: 24px;
  color: #ffffff;
  text-align: left;
}
#header3-0 .mbr-section-title,
#header3-0 .mbr-section-subtitle {
  text-align: center;
}
#header3-0 H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#header3-5x .mbr-section-title,
#header3-5x .mbr-section-subtitle {
  text-align: center;
}
#header3-5x H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#header3-5x SPAN {
  color: #ffffff;
}
























#menu-26 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-26 .navbar-caption {
  color: #ffffff;
}
#menu-26 .navbar-toggler {
  color: #ffffff;
}
#menu-26 .close-icon::before,
#menu-26 .close-icon::after {
  background-color: #ffffff;
}
#menu-26 .link,
#menu-26 .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-26 .link {
  font-size: 0.9rem;
}
#menu-26 .dropdown-item,
#menu-26 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-26 .link:hover,
#menu-26 .dropdown-item:hover,
#menu-26 .link:focus,
#menu-26 .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-26 .nav-dropdown-sm .link:focus,
#menu-26 .nav-dropdown-sm .link:hover,
#menu-26 .nav-dropdown-sm .dropdown-item:focus,
#menu-26 .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-26 .navbar,
#menu-26 .nav-dropdown-sm,
#menu-26 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-26 .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-26 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-26 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-26 .bg-color.transparent.opened .link:hover,
#menu-26 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-26 .link[aria-expanded="true"],
#menu-26 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-2a P {
  color: #ffffff;
  font-size: 13px;
}
#msg-box8-2c .mbr-section-title,
#msg-box8-2c p {
  color: #fff;
}
#msg-box8-2c .lead P {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
}
#msg-box8-2c .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#msg-box8-2c .btn {
  font-family: 'Oswald', sans-serif;
}
#msg-box5-9c P {
  font-size: 16px;
  text-align: left;
  color: #000000;
}
#msg-box5-9c H3 {
  font-size: 32px;
  text-align: center;
  color: #b8312f;
}
#msg-box5-9c B {
  color: #000000;
}
#msg-box5-9c I {
  color: #000000;
}
#msg-box5-9c .btn {
  font-family: 'Titillium Web', sans-serif;
}
#msg-box3-1 .mbr-section-title,
#msg-box3-1 p {
  color: #000;
}
#msg-box3-1 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#msg-box3-1 .btn {
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
}
#msg-box3-1 .lead P {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
}
#msg-box3-9w .mbr-section-title,
#msg-box3-9w p {
  color: #000;
}
#msg-box3-9w .lead P {
  text-align: left;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
}
#features6-2d H4 {
  color: #ffffff;
}
#features6-2d P {
  color: #ffffff;
  font-size: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: left;
}
#content5-8e .mbr-section-title,
#content5-8e p {
  color: #fff;
}
#content5-8e .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#content5-8e P {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#testimonials3-5 .mbr-section-title {
  color: #efefef;
  font-family: 'Oswald', sans-serif;
}
#testimonials3-5 .mbr-author-name {
  color: #ccc;
}
#testimonials3-5 .card-block P {
  font-size: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: left;
}
#features3-8f P {
  text-align: left;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#features3-8f H4 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
}
#features3-8g P {
  text-align: left;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  color: #ffffff;
}
#features3-8g H4 {
  color: #faaf40;
}
#content5-8t .mbr-section-title,
#content5-8t p {
  color: #fff;
}
#content5-8t P {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#header3-8x .mbr-section-title,
#header3-8x .mbr-section-subtitle {
  text-align: center;
}
#header3-8x H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#msg-box3-4j .mbr-section-title,
#msg-box3-4j p {
  color: #000;
}
#msg-box3-4j .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#msg-box3-4j .lead P {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
#msg-box3-4j .btn {
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
}
#header3-7 .mbr-section-title,
#header3-7 .mbr-section-subtitle {
  text-align: center;
}
#header3-7 H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#header3-7 SMALL {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}








#menu-2h .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2h .navbar-caption {
  color: #ffffff;
}
#menu-2h .navbar-toggler {
  color: #ffffff;
}
#menu-2h .close-icon::before,
#menu-2h .close-icon::after {
  background-color: #ffffff;
}
#menu-2h .link,
#menu-2h .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-2h .link {
  font-size: 0.9rem;
}
#menu-2h .dropdown-item,
#menu-2h .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-2h .link:hover,
#menu-2h .dropdown-item:hover,
#menu-2h .link:focus,
#menu-2h .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-2h .link[aria-expanded="true"],
#menu-2h .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-2h .nav-dropdown-sm .link:focus,
#menu-2h .nav-dropdown-sm .link:hover,
#menu-2h .nav-dropdown-sm .dropdown-item:focus,
#menu-2h .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-2h .navbar,
#menu-2h .nav-dropdown-sm,
#menu-2h .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2h .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-2h .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2h .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2h .bg-color.transparent.opened .link:hover,
#menu-2h .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-2h .link[aria-expanded="true"],
#menu-2h .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-2l P {
  color: #ffffff;
  font-size: 13px;
}
#msg-box8-2n .mbr-section-title,
#msg-box8-2n p {
  color: #fff;
}
#msg-box8-2n .lead P {
  font-size: 20px;
}
#msg-box8-2n .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#content2-2o SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-0 .mbr-section-title,
#header3-0 .mbr-section-subtitle {
  text-align: center;
}
#header3-0 H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#buttons1-1h .btn {
  font-family: 'Titillium Web', sans-serif;
}
#buttons1-1j .btn {
  font-family: 'Titillium Web', sans-serif;
}
#buttons1-1i .btn {
  font-family: 'Titillium Web', sans-serif;
}
#buttons1-1k .btn {
  font-family: 'Titillium Web', sans-serif;
}






#menu-2r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-2r .navbar-caption {
  color: #ffffff;
}
#menu-2r .navbar-toggler {
  color: #ffffff;
}
#menu-2r .close-icon::before,
#menu-2r .close-icon::after {
  background-color: #ffffff;
}
#menu-2r .link,
#menu-2r .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-2r .link {
  font-size: 0.9rem;
}
#menu-2r .dropdown-item,
#menu-2r .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-2r .link:hover,
#menu-2r .dropdown-item:hover,
#menu-2r .link:focus,
#menu-2r .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-2r .link[aria-expanded="true"],
#menu-2r .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-2r .nav-dropdown-sm .link:focus,
#menu-2r .nav-dropdown-sm .link:hover,
#menu-2r .nav-dropdown-sm .dropdown-item:focus,
#menu-2r .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-2r .navbar,
#menu-2r .nav-dropdown-sm,
#menu-2r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-2r .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-2r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-2r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-2r .bg-color.transparent.opened .link:hover,
#menu-2r .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-2r .link[aria-expanded="true"],
#menu-2r .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-2v P {
  color: #ffffff;
  font-size: 13px;
}
#content5-2x .mbr-section-title,
#content5-2x p {
  color: #fff;
}
#content5-2x P {
  text-align: left;
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
}
#content5-2x .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#msg-box3-4i .mbr-section-title,
#msg-box3-4i p {
  color: #000;
}
#msg-box3-4i .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#msg-box3-4i .lead P {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 20px;
}
#buttons1-4h .btn {
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
}










#menu-3a .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3a .navbar-caption {
  color: #ffffff;
}
#menu-3a .navbar-toggler {
  color: #ffffff;
}
#menu-3a .close-icon::before,
#menu-3a .close-icon::after {
  background-color: #ffffff;
}
#menu-3a .link,
#menu-3a .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-3a .link {
  font-size: 0.9rem;
}
#menu-3a .dropdown-item,
#menu-3a .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-3a .link:hover,
#menu-3a .dropdown-item:hover,
#menu-3a .link:focus,
#menu-3a .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-3a .link[aria-expanded="true"],
#menu-3a .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-3a .nav-dropdown-sm .link:focus,
#menu-3a .nav-dropdown-sm .link:hover,
#menu-3a .nav-dropdown-sm .dropdown-item:focus,
#menu-3a .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-3a .navbar,
#menu-3a .nav-dropdown-sm,
#menu-3a .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3a .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-3a .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3a .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3a .bg-color.transparent.opened .link:hover,
#menu-3a .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-3a .link[aria-expanded="true"],
#menu-3a .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-3e P {
  color: #ffffff;
  font-size: 13px;
}
#content5-3h .mbr-section-title,
#content5-3h p {
  color: #fff;
}
#content5-3h .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#content5-3h P {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
}
#content1-3j P {
  font-size: 16px;
}
#content2-3k BLOCKQUOTE {
  font-size: 16px;
}
#header3-3v .mbr-section-title,
#header3-3v .mbr-section-subtitle {
  text-align: center;
}
#header3-3v H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 36px;
}
#header3-3v SMALL {
  color: #ffffff;
}
#header3-3v SPAN {
  font-family: 'Oswald', sans-serif;
}
#features3-ae P {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #ffffff;
}
#header3-e .mbr-section-title,
#header3-e .mbr-section-subtitle {
  text-align: center;
}
#header3-e SMALL {
  color: #ffffff;
  text-align: right;
  font-family: 'Oswald', sans-serif;
}
#header3-e H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#header3-3w .mbr-section-title,
#header3-3w .mbr-section-subtitle {
  text-align: center;
}
#header3-3w H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#header3-3y .mbr-section-title,
#header3-3y .mbr-section-subtitle {
  text-align: center;
}
#header3-3y H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#content2-3z UL {
  text-align: left;
}













#msg-box8-39 .mbr-section-title,
#msg-box8-39 p {
  color: #fff;
}
#msg-box8-39 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#msg-box8-39 .btn {
  font-family: 'Oswald', sans-serif;
}
#msg-box3-8 .mbr-section-title,
#msg-box3-8 p {
  color: #000;
}
#msg-box3-8 .lead P {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#msg-box3-8 .lead BLOCKQUOTE {
  text-align: left;
}
#msg-box3-8 .lead SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #ffffff;
}
#header3-9 .mbr-section-title,
#header3-9 .mbr-section-subtitle {
  text-align: center;
}
#header3-9 H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#image1-89 DIV {
  text-align: center;
}
#content5-ad .mbr-section-title,
#content5-ad p {
  color: #fff;
}
#header2-88 .mbr-section-text {
  text-align: left;
  color: #faaf40;
}
#header2-88 .mbr-section-title {
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
}
#header3-8a .mbr-section-title,
#header3-8a .mbr-section-subtitle {
  text-align: center;
}
#header3-8a H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#menu-30 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-30 .navbar-caption {
  color: #ffffff;
}
#menu-30 .navbar-toggler {
  color: #ffffff;
}
#menu-30 .close-icon::before,
#menu-30 .close-icon::after {
  background-color: #ffffff;
}
#menu-30 .link,
#menu-30 .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-30 .link {
  font-size: 0.9rem;
}
#menu-30 .dropdown-item,
#menu-30 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-30 .link:hover,
#menu-30 .dropdown-item:hover,
#menu-30 .link:focus,
#menu-30 .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-30 .link[aria-expanded="true"],
#menu-30 .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-30 .nav-dropdown-sm .link:focus,
#menu-30 .nav-dropdown-sm .link:hover,
#menu-30 .nav-dropdown-sm .dropdown-item:focus,
#menu-30 .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-30 .navbar,
#menu-30 .nav-dropdown-sm,
#menu-30 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-30 .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-30 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-30 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-30 .bg-color.transparent.opened .link:hover,
#menu-30 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-30 .link[aria-expanded="true"],
#menu-30 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-34 P {
  color: #ffffff;
  font-size: 13px;
}
#features3-a P {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #ffffff;
}
#header3-b .mbr-section-title,
#header3-b .mbr-section-subtitle {
  text-align: center;
}
#header3-b H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#header3-b SPAN {
  color: #ffffff;
}
#header3-8c .mbr-section-title,
#header3-8c .mbr-section-subtitle {
  text-align: center;
}
#header3-8c H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#features3-8b P {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #ffffff;
}
#features3-8b H4 {
  color: #ffffff;
}
#features3-d P {
  text-align: left;
  font-size: 16px;
  color: #ffffff;
}
#features3-d H4 {
  color: #ffffff;
}
#header3-3t .mbr-section-title,
#header3-3t .mbr-section-subtitle {
  text-align: center;
}
#header3-3t H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}














#header1-1 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
}
#header1-1 .mbr-section-lead {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#msg-box3-4 .mbr-section-title,
#msg-box3-4 p {
  color: #000;
}
#msg-box3-4 .lead P {
  text-align: left;
}
#msg-box3-4 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#msg-box3-4 .btn {
  font-family: 'Titillium Web', sans-serif;
}
#msg-box3-4 .lead BLOCKQUOTE {
  text-align: left;
  font-size: 16px;
}
#msg-box3-4 .lead SPAN {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  color: #ffffff;
}
#msg-box2-6 .mbr-section-title {
  color: #fff;
  font-family: 'Oswald', sans-serif;
}
#msg-box2-6 .mbr-section-subtitle {
  color: #ffffff;
}
#msg-box2-6 .mbr-section-subtitle SPAN {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
}
#menu-3r .hide-buttons .nav-btn {
  display: none !important;
}
#menu-3r .navbar-caption {
  color: #ffffff;
}
#menu-3r .navbar-toggler {
  color: #ffffff;
}
#menu-3r .close-icon::before,
#menu-3r .close-icon::after {
  background-color: #ffffff;
}
#menu-3r .link,
#menu-3r .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-3r .link {
  font-size: 0.9rem;
}
#menu-3r .dropdown-item,
#menu-3r .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-3r .link:hover,
#menu-3r .dropdown-item:hover,
#menu-3r .link:focus,
#menu-3r .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-3r .link[aria-expanded="true"],
#menu-3r .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-3r .nav-dropdown-sm .link:focus,
#menu-3r .nav-dropdown-sm .link:hover,
#menu-3r .nav-dropdown-sm .dropdown-item:focus,
#menu-3r .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-3r .navbar,
#menu-3r .nav-dropdown-sm,
#menu-3r .nav-dropdown-sm .link[aria-expanded="true"],
#menu-3r .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-3r .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-3r .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-3r .bg-color.transparent.opened .link:hover,
#menu-3r .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-3r .link[aria-expanded="true"],
#menu-3r .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-3v P {
  color: #ffffff;
  font-size: 13px;
}
#header3-2 .mbr-section-title,
#header3-2 .mbr-section-subtitle {
  text-align: center;
}
#header3-2 SMALL {
  color: #ffffff;
  text-align: right;
}
#header3-2 H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#header3-2 SPAN {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}
#features3-5 P {
  text-align: left;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
#header3-8 .mbr-section-title,
#header3-8 .mbr-section-subtitle {
  text-align: center;
}
#header3-8 SMALL {
  color: #ffffff;
}
#header3-8 H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#buttons1-e .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
}
#features3-f P {
  text-align: left;
  font-size: 14px;
}
#buttons1-h .btn {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
}






#header1-1m .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#header1-1m .mbr-section-lead {
  font-family: 'Oswald', sans-serif;
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n H3 {
  color: #f3c649;
}
#menu-8 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8 .navbar-caption {
  color: #ffffff;
}
#menu-8 .navbar-toggler {
  color: #ffffff;
}
#menu-8 .close-icon::before,
#menu-8 .close-icon::after {
  background-color: #ffffff;
}
#menu-8 .link,
#menu-8 .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-8 .link {
  font-size: 0.9rem;
}
#menu-8 .dropdown-item,
#menu-8 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-8 .link:hover,
#menu-8 .dropdown-item:hover,
#menu-8 .link:focus,
#menu-8 .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-8 .link[aria-expanded="true"],
#menu-8 .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-8 .nav-dropdown-sm .link:focus,
#menu-8 .nav-dropdown-sm .link:hover,
#menu-8 .nav-dropdown-sm .dropdown-item:focus,
#menu-8 .nav-dropdown-sm .dropdown-item:hover {
  background: rgba(0, 74, 133, 0.59)!important;
}
#menu-8 .navbar,
#menu-8 .nav-dropdown-sm,
#menu-8 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8 .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-8 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-8 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8 .bg-color.transparent.opened .link:hover,
#menu-8 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-8 .link[aria-expanded="true"],
#menu-8 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-c P {
  color: #ffffff;
  font-size: 13px;
}
#msg-box3-1l .mbr-section-title,
#msg-box3-1l p {
  color: #000;
}
#msg-box3-1l .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#msg-box3-1l .lead P {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#msg-box3-1l .btn {
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
}












#menu-0 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-0 .navbar-caption {
  color: #ffffff;
}
#menu-0 .navbar-toggler {
  color: #ffffff;
}
#menu-0 .close-icon::before,
#menu-0 .close-icon::after {
  background-color: #ffffff;
}
#menu-0 .link,
#menu-0 .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-0 .link {
  font-size: 0.9rem;
}
#menu-0 .dropdown-item,
#menu-0 .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-0 .link:hover,
#menu-0 .dropdown-item:hover,
#menu-0 .link:focus,
#menu-0 .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff; 
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-0 .nav-dropdown-sm .link:focus,
#menu-0 .nav-dropdown-sm .link:hover,
#menu-0 .nav-dropdown-sm .dropdown-item:focus,
#menu-0 .nav-dropdown-sm .dropdown-item:hover {
  background: rgba(0, 74, 133, 0.74)!important;
}
#menu-0 .navbar,
#menu-0 .nav-dropdown-sm,
#menu-0 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-0 .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-0 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-0 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-0 .bg-color.transparent.opened .link:hover,
#menu-0 .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-0 .link[aria-expanded="true"],
#menu-0 .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-4 P {
  color: #ffffff;
  font-size: 13px;
}
#header1-4p .mbr-section-title {
  font-family: 'Oswald', sans-serif;
}
#header1-4p .mbr-section-lead {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#msg-box5-a9 H3 {
  color: #ffffff;
  font-size: 36px;
}
#msg-box5-a9 P {
  font-size: 19px;
  color: #ffffff;
}
#msg-box3-42 .mbr-section-title,
#msg-box3-42 p {
  color: #000;
}
#msg-box3-42 .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
#msg-box3-42 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #ffffff;
}
#msg-box3-42 .lead P {
  text-align: left;
  font-size: 25px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#content1-4q P {
  font-family: 'Oxygen', sans-serif;
  color: #000000;
}
#features1-4l .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: rgba(0, 74, 133, 0.59);
}
#features1-4l .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#features1-4l .mbr-cards-col:nth-child(even) .card-subtitle SPAN {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
#header3-4n .mbr-section-title,
#header3-4n .mbr-section-subtitle {
  text-align: center;
}
#header3-4n H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-align: right;
}
#header3-4o .mbr-section-title,
#header3-4o .mbr-section-subtitle {
  text-align: center;
}
#header3-4o H3 {
  font-size: 18px;
  color: #ffffff;
}
#header3-4o SPAN {
  color: #ffffff;
}
#header1-43 .mbr-section-title {
  font-size: 30px;
  color: #ffffff;
}
#header1-43 .mbr-section-lead SPAN {
  color: #ffffff;
}
#header3-45 .mbr-section-title,
#header3-45 .mbr-section-subtitle {
  text-align: center;
}
#header3-45 H3 {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#header3-9u .mbr-section-title,
#header3-9u .mbr-section-subtitle {
  text-align: center;
}
#header3-9u H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}










#menu-e .hide-buttons .nav-btn {
  display: none !important;
}
#menu-e .navbar-caption {
  color: #ffffff;
}
#menu-e .navbar-toggler {
  color: #ffffff;
}
#menu-e .close-icon::before,
#menu-e .close-icon::after {
  background-color: #ffffff;
}
#menu-e .link,
#menu-e .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-e .link {
  font-size: 0.9rem;
}
#menu-e .dropdown-item,
#menu-e .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-e .link:hover,
#menu-e .dropdown-item:hover,
#menu-e .link:focus,
#menu-e .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-e .link[aria-expanded="true"],
#menu-e .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-e .nav-dropdown-sm .link:focus,
#menu-e .nav-dropdown-sm .link:hover,
#menu-e .nav-dropdown-sm .dropdown-item:focus,
#menu-e .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-e .navbar,
#menu-e .nav-dropdown-sm,
#menu-e .nav-dropdown-sm .link[aria-expanded="true"],
#menu-e .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-e .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-e .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-e .bg-color.transparent.opened .link:hover,
#menu-e .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-e .link[aria-expanded="true"],
#menu-e .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-g P {
  color: #ffffff;
  font-size: 13px;
}
#header5-1a .mbr-section-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#header5-1a .mbr-section-lead {
  color: #9c9a9a;
}
#header3-1t .mbr-section-title,
#header3-1t .mbr-section-subtitle {
  text-align: center;
}
#header3-1t H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#msg-box3-1u .mbr-section-title,
#msg-box3-1u p {
  color: #000;
}
#msg-box3-1u .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#msg-box3-1u .lead P {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #ffffff;
}
#msg-box3-1u .btn {
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
}
#header3-9h .mbr-section-title,
#header3-9h .mbr-section-subtitle {
  text-align: center;
}
#header3-9h H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#msg-box3-9i .mbr-section-title,
#msg-box3-9i p {
  color: #000;
}
#msg-box3-9i .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
}
#msg-box3-9i .lead P {
  font-family: 'Oswald', sans-serif;
  text-align: center;
  color: #ffffff;
}
#msg-box3-9i .btn {
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
}






#menu-1p .hide-buttons .nav-btn {
  display: none !important;
}
#menu-1p .navbar-caption {
  color: #ffffff;
}
#menu-1p .navbar-toggler {
  color: #ffffff;
}
#menu-1p .close-icon::before,
#menu-1p .close-icon::after {
  background-color: #ffffff;
}
#menu-1p .link,
#menu-1p .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-1p .link {
  font-size: 0.9rem;
}
#menu-1p .dropdown-item,
#menu-1p .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-1p .link:hover,
#menu-1p .dropdown-item:hover,
#menu-1p .link:focus,
#menu-1p .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-1p .nav-dropdown-sm .link:focus,
#menu-1p .nav-dropdown-sm .link:hover,
#menu-1p .nav-dropdown-sm .dropdown-item:focus,
#menu-1p .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-1p .navbar,
#menu-1p .nav-dropdown-sm,
#menu-1p .nav-dropdown-sm .link[aria-expanded="true"],
#menu-1p .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-1p .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-1p .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-1p .bg-color.transparent.opened .link:hover,
#menu-1p .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-1p .link[aria-expanded="true"],
#menu-1p .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-1q P {
  color: #ffffff;
  font-size: 13px;
}
#header5-1r .mbr-section-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#header5-1r .mbr-section-lead {
  color: #ffffff;
}
#header5-1r .btn {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}
#msg-box3-2e .mbr-section-title,
#msg-box3-2e p {
  color: #000;
}
#msg-box3-2e .mbr-section-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#content2-29 P {
  text-align: left;
  color: #ffffff;
}
#header3-2d .mbr-section-title,
#header3-2d .mbr-section-subtitle {
  text-align: center;
}
#header3-2d H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#buttons1-2b .btn {
  font-family: 'Titillium Web', sans-serif;
  font-size: 12px;
}












#content5-9r .mbr-section-title,
#content5-9r p {
  color: #fff;
}
#content5-9r .mbr-section-title {
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
#content5-9r P {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  text-align: center;
}
#menu-4x .hide-buttons .nav-btn {
  display: none !important;
}
#menu-4x .navbar-caption {
  color: #ffffff;
}
#menu-4x .navbar-toggler {
  color: #ffffff;
}
#menu-4x .close-icon::before,
#menu-4x .close-icon::after {
  background-color: #ffffff;
}
#menu-4x .link,
#menu-4x .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-4x .link {
  font-size: 0.9rem;
}
#menu-4x .dropdown-item,
#menu-4x .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-4x .link:hover,
#menu-4x .dropdown-item:hover,
#menu-4x .link:focus,
#menu-4x .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-4x .link[aria-expanded="true"],
#menu-4x .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-4x .nav-dropdown-sm .link:focus,
#menu-4x .nav-dropdown-sm .link:hover,
#menu-4x .nav-dropdown-sm .dropdown-item:focus,
#menu-4x .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-4x .navbar,
#menu-4x .nav-dropdown-sm,
#menu-4x .nav-dropdown-sm .link[aria-expanded="true"],
#menu-4x .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-4x .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-4x .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-4x .bg-color.transparent.opened .link:hover,
#menu-4x .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-4x .link[aria-expanded="true"],
#menu-4x .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-51 P {
  color: #ffffff;
  font-size: 13px;
}
#msg-box5-9p P {
  text-align: left;
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
}
#msg-box5-9p H3 {
  text-align: left;
  color: #ffffff;
}
#msg-box5-9p SPAN {
  font-family: 'Oswald', sans-serif;
}
#buttons1-9g .btn {
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-9o H3 {
  color: #ffffff;
  text-align: left;
}
#msg-box5-9o P {
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
}
#msg-box5-9o DIV {
  text-align: left;
}
#msg-box5-9o SPAN {
  font-family: 'Oswald', sans-serif;
}
#buttons1-9l .btn {
  font-family: 'Titillium Web', sans-serif;
}
#msg-box5-9s H3 {
  text-align: left;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#msg-box5-9s P {
  text-align: left;
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
}
#buttons1-9t .btn {
  font-family: 'Titillium Web', sans-serif;
}




#header1-a7 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
}
#menu-8z .hide-buttons .nav-btn {
  display: none !important;
}
#menu-8z .navbar-caption {
  color: #ffffff;
}
#menu-8z .navbar-toggler {
  color: #ffffff;
}
#menu-8z .close-icon::before,
#menu-8z .close-icon::after {
  background-color: #ffffff;
}
#menu-8z .link,
#menu-8z .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-8z .link {
  font-size: 0.9rem;
}
#menu-8z .dropdown-item,
#menu-8z .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-8z .link:hover,
#menu-8z .dropdown-item:hover,
#menu-8z .link:focus,
#menu-8z .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-8z .link[aria-expanded="true"],
#menu-8z .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-8z .nav-dropdown-sm .link:focus,
#menu-8z .nav-dropdown-sm .link:hover,
#menu-8z .nav-dropdown-sm .dropdown-item:focus,
#menu-8z .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-8z .navbar,
#menu-8z .nav-dropdown-sm,
#menu-8z .nav-dropdown-sm .link[aria-expanded="true"],
#menu-8z .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-8z .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-8z .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-8z .bg-color.transparent.opened .link:hover,
#menu-8z .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-8z .link[aria-expanded="true"],
#menu-8z .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#header3-90 .mbr-section-title,
#header3-90 .mbr-section-subtitle {
  text-align: center;
}
#header3-90 H3 {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}
#msg-box4-al H3 {
  font-size: 46px;
  font-family: 'Oswald', sans-serif;
}
#footer1-92 P {
  color: #ffffff;
  font-size: 13px;
}



#header1-a6 .mbr-section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
}
#header1-a6 .mbr-section-lead {
  font-family: 'Titillium Web', sans-serif;
}
#header1-a6 .mbr-section-lead SPAN {
  text-align: left;
  font-size: 25px;
}
#menu-5m .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5m .navbar-caption {
  color: #ffffff;
}
#menu-5m .navbar-toggler {
  color: #ffffff;
}
#menu-5m .close-icon::before,
#menu-5m .close-icon::after {
  background-color: #ffffff;
}
#menu-5m .link,
#menu-5m .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-5m .link {
  font-size: 0.9rem;
}
#menu-5m .dropdown-item,
#menu-5m .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-5m .link:hover,
#menu-5m .dropdown-item:hover,
#menu-5m .link:focus,
#menu-5m .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-5m .link[aria-expanded="true"],
#menu-5m .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-5m .nav-dropdown-sm .link:focus,
#menu-5m .nav-dropdown-sm .link:hover,
#menu-5m .nav-dropdown-sm .dropdown-item:focus,
#menu-5m .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-5m .navbar,
#menu-5m .nav-dropdown-sm,
#menu-5m .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5m .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-5m .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5m .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5m .bg-color.transparent.opened .link:hover,
#menu-5m .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-5m .link[aria-expanded="true"],
#menu-5m .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-5q P {
  color: #ffffff;
  font-size: 13px;
}

#menu-ag .hide-buttons .nav-btn {
  display: none !important;
}
#menu-ag .navbar-caption {
  color: #ffffff;
}
#menu-ag .navbar-toggler {
  color: #ffffff;
}
#menu-ag .close-icon::before,
#menu-ag .close-icon::after {
  background-color: #ffffff;
}
#menu-ag .link,
#menu-ag .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-ag .link {
  font-size: 0.9rem;
}
#menu-ag .dropdown-item,
#menu-ag .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-ag .link:hover,
#menu-ag .dropdown-item:hover,
#menu-ag .link:focus,
#menu-ag .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-ag .link[aria-expanded="true"],
#menu-ag .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-ag .nav-dropdown-sm .link:focus,
#menu-ag .nav-dropdown-sm .link:hover,
#menu-ag .nav-dropdown-sm .dropdown-item:focus,
#menu-ag .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-ag .navbar,
#menu-ag .nav-dropdown-sm,
#menu-ag .nav-dropdown-sm .link[aria-expanded="true"],
#menu-ag .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-ag .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-ag .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-ag .bg-color.transparent.opened .link:hover,
#menu-ag .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-ag .link[aria-expanded="true"],
#menu-ag .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-ah P {
  color: #ffffff;
  font-size: 13px;
}

#menu-aj .hide-buttons .nav-btn {
  display: none !important;
}
#menu-aj .navbar-caption {
  color: #ffffff;
}
#menu-aj .navbar-toggler {
  color: #ffffff;
}
#menu-aj .close-icon::before,
#menu-aj .close-icon::after {
  background-color: #ffffff;
}
#menu-aj .link,
#menu-aj .dropdown-item {
  color: #ffffff;
  font-family: 'Oxygen', sans-serif;
}
#menu-aj .link {
  font-size: 0.9rem;
}
#menu-aj .dropdown-item,
#menu-aj .nav-dropdown-sm .link {
  font-size: 0.975rem;
}
#menu-aj .link:hover,
#menu-aj .dropdown-item:hover,
#menu-aj .link:focus,
#menu-aj .dropdown-item:focus {
  color: #ffffff;
  border-bottom: 2px solid #fff;
}
#menu-aj .link[aria-expanded="true"],
#menu-aj .dropdown-menu {
  background: rgba(0, 74, 133, 0.74);
}
#menu-aj .nav-dropdown-sm .link:focus,
#menu-aj .nav-dropdown-sm .link:hover,
#menu-aj .nav-dropdown-sm .dropdown-item:focus,
#menu-aj .nav-dropdown-sm .dropdown-item:hover {
  background: #759498!important;
}
#menu-aj .navbar,
#menu-aj .nav-dropdown-sm,
#menu-aj .nav-dropdown-sm .link[aria-expanded="true"],
#menu-aj .nav-dropdown-sm .dropdown-menu {
  background: rgba(0, 74, 133, 0.59);
}
#menu-aj .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-aj .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-aj .bg-color.transparent.opened .link:hover,
#menu-aj .bg-color.transparent.opened .link:focus {
  color: #ffffff;
}
#menu-aj .link[aria-expanded="true"],
#menu-aj .dropdown-item[aria-expanded="true"] {
  color: #ffffff!important;
}
#footer1-ak P {
  color: #ffffff;
  font-size: 13px;
}


