@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);







body,
input,
textarea,
.mbr-company .list-group-text {
  font-family: 'Droid Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Droid Sans', 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: 'Droid Sans', 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: 'Droid Sans', 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: 'Droid Sans', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Droid Sans', sans-serif;
}
.mbr-author-desc {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Droid Sans', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #ee1c23 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #326daa !important;
}
.bg-warning {
  background-color: #fac51c !important;
}
.bg-danger {
  background-color: #28324e !important;
}
.btn-primary {
  background-color: #ee1c23;
  border-color: #ee1c23;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #b00d13;
  border-color: #b00d13;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b00d13 !important;
  border-color: #b00d13 !important;
}
.btn-secondary {
  background-color: #ee1c23;
  border-color: #ee1c23;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #b00d13;
  border-color: #b00d13;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b00d13 !important;
  border-color: #b00d13 !important;
}
.btn-info {
  background-color: #326daa;
  border-color: #326daa;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #21476f;
  border-color: #21476f;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #21476f !important;
  border-color: #21476f !important;
}
.btn-success {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning {
  background-color: #fac51c;
  border-color: #fac51c;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #c59704;
  border-color: #c59704;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c59704 !important;
  border-color: #c59704 !important;
}
.btn-danger {
  background-color: #28324e;
  border-color: #28324e;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #0e121b;
  border-color: #0e121b;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0e121b !important;
  border-color: #0e121b !important;
}
.btn-primary-outline {
  background: none;
  border-color: #990b10;
  color: #990b10;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ee1c23;
  border-color: #ee1c23;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee1c23 !important;
  border-color: #ee1c23 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #990b10;
  color: #990b10;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ee1c23;
  border-color: #ee1c23;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee1c23 !important;
  border-color: #ee1c23 !important;
}
.btn-info-outline {
  background: none;
  border-color: #1b3a5b;
  color: #1b3a5b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #326daa;
  border-color: #326daa;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #326daa !important;
  border-color: #326daa !important;
}
.btn-success-outline {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline {
  background: none;
  border-color: #ac8404;
  color: #ac8404;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #fac51c;
  border-color: #fac51c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fac51c !important;
  border-color: #fac51c !important;
}
.btn-danger-outline {
  background: none;
  border-color: #05070b;
  color: #05070b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #28324e;
  border-color: #28324e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #28324e !important;
  border-color: #28324e !important;
}
.text-primary {
  color: #ee1c23 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #326daa !important;
}
.text-warning {
  color: #fac51c !important;
}
.text-danger {
  color: #28324e !important;
}
.alert-success {
  background-color: #ffffff;
}
.alert-info {
  background-color: #326daa;
}
.alert-warning {
  background-color: #fac51c;
}
.alert-danger {
  background-color: #28324e;
}
.btn-social {
  border-color: #ee1c23;
}
.btn-social:hover {
  background: #ee1c23;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #ee1c23;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #ee1c23;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ee1c23;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ee1c23;
}
.lead a,
.lead a:hover {
  color: #ee1c23;
}
.lead blockquote {
  border-color: #ee1c23;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcdadb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #81adda;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef8e4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #94a1c8;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #ee1c23;
}
.form-control {
  padding: 0.9rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.extCountdown1 .number,
.extCountdown2 .number {
  font-family: 'Droid Sans', sans-serif;
}
.extCountdown1 .period,
.extCountdown2 .period {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extCountdown1 .dot,
.extCountdown2 .dot {
  font-family: 'Droid Sans', sans-serif;
}
.features6 .feature-subtitle {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.features6 .feature-title {
  font-family: 'Droid Sans', sans-serif;
}
.features6 .description {
  font-family: 'Droid Sans', sans-serif;
}
.count,
.counter-title {
  font-family: 'Droid Sans', sans-serif;
}
.counter-subtitle {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.mbr-iconfont-counters1 {
  color: #ee1c23;
}
.extHeader1 .container h3,
.extHeader2 .container h3,
.extHeader3 .container h3,
.extHeader5 .container h3,
.extHeader6 .container h3,
.extHeader7 .container h3,
.extHeader8 .container h3,
.extHeader9 .container h3,
.extHeader10 .container h3,
.extHeader12 .container h3,
.extHeader13 .container h3,
.extFeatures10 .container h3 {
  font-family: 'Droid Sans', sans-serif;
}
.extHeader1 .container p,
.extHeader2 .container p,
.extHeader3 .container p,
.extHeader5 .container p,
.extHeader6 .container p,
.extHeader7 .container p,
.extHeader8 .container p,
.extHeader9 .container p,
.extHeader10 .container p,
.extHeader12 .container p,
.extHeader13 .container p,
.extFeatures10 .container p {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extHeader5 .container label {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extHeader9 form p.form-subtitle {
  font-family: 'Droid Sans', sans-serif;
}
.extHeader11 .container span {
  font-family: 'Droid Sans', sans-serif;
}
.extHeader11 .container p.element {
  font-family: 'Droid Sans', sans-serif;
}
.extHeader11 .container p {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extHeader12 h4,
.extFeatures10 h4 {
  font-family: 'Droid Sans', sans-serif;
}
.extHeader12 .subtitle,
.extFeatures10 .subtitle {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extHeader13 h4 {
  font-family: 'Droid Sans', sans-serif;
}
.extHeader13 .number {
  font-family: 'Droid Sans', sans-serif;
}
.extHeader13 .period {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extHeader13 .dot {
  font-family: 'Droid Sans', sans-serif;
}
.extFeatures .feature-title {
  font-family: 'Droid Sans', sans-serif;
}
.extFeatures .feature-subtitle {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extFeatures .feature-text {
  font-family: 'Droid Sans', sans-serif;
}
.extFeatures2 h4 {
  font-family: 'Droid Sans', sans-serif;
}
.extFeatures3 .border-wrap {
  border-color: #ee1c23;
}
.extFeatures4 h4,
.extFeatures6 h4,
.extFeatures5 .card-title h4 {
  font-family: 'Droid Sans', sans-serif;
}
.extFeatures4 h5,
.extFeatures6 h5,
.extFeatures5 .card-title h5 {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extForm1 h4,
.extForm2 h4,
.extForm3 h4,
.extForm4 h4 {
  font-family: 'Droid Sans', sans-serif;
}
.extForm1 .subtitle,
.extForm2 .subtitle,
.extForm3 .subtitle,
.extForm4 .subtitle {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extForm2 .container h3 {
  font-family: 'Droid Sans', sans-serif;
}
.extForm2 .container p {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extPricingTable1 .bottom_line {
  border-bottom-color: #ee1c23;
}
.extPricingTable1 .mbr-price small {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extPricingTable1 .mbr-plan-label {
  background: #ee1c23;
}
.extCounters2 h4 {
  font-family: 'Droid Sans', sans-serif;
}
.extCounters2 h5 {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extCounters3 .count {
  font-family: 'Droid Sans', sans-serif;
}
.extCounters3 .counter-title {
  font-family: 'Droid Sans', sans-serif;
}
.extCounters3 .counter-subtitle {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extProgressBar .progress-primary[value]::-webkit-progress-value {
  background-color: #ee1c23;
}
.extProgressBar .progress-primary[value]::-moz-progress-bar {
  background-color: #ee1c23;
}
@media screen and (min-width: 0\0) {
  .extProgressBar .progress-primary .progress-bar {
    background-color: #ee1c23;
  }
}
.extProgressBar .title-wrap {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extProgressBarRound .progress-radial .overlay {
  font-family: 'Droid Sans', sans-serif;
}
.extProgressBar4 .feature-title {
  font-family: 'Droid Sans', sans-serif;
}
.extProgressBar4 .feature-subtitle {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extTabs1 ul.nav-tabs li a:hover,
.extTabs2 ul.nav-tabs li a:hover {
  color: #ee1c23;
}
.extAccordion1 .panel-heading a {
  font-family: 'Droid Sans', sans-serif;
}
.extAccordion1 .pseudoPlus,
.extAccordion2 .pseudoPlus,
.extToggle1 .pseudoPlus,
.extAccordion1 .pseudoPlus:after,
.extAccordion2 .pseudoPlus:after,
.extToggle1 .pseudoPlus:after,
.extAccordion1 .pseudoMinus,
.extAccordion2 .pseudoMinus,
.extToggle1 .pseudoMinus {
  background-color: #ee1c23;
}
.extAccordion2 .panel-heading a,
.extAccordion3 .panel-heading a,
.extToggle1 .panel-heading a {
  font-family: 'Droid Sans', sans-serif;
}
.extProgressBar5 .progress-primary[value]::-webkit-progress-value {
  background-color: #ee1c23;
}
.extProgressBar5 .progress-primary[value]::-moz-progress-bar {
  background-color: #ee1c23;
}
@media screen and (min-width: 0\0) {
  .extProgressBar5 .progress-primary .progress-bar {
    background-color: #ee1c23;
  }
}
.extProgressBar5 .title-wrap {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extMsg-box1 .container h3 {
  font-family: 'Droid Sans', sans-serif;
}
.extMsg-box1 .container p {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extMsg-box1 h4 {
  font-family: 'Droid Sans', sans-serif;
}
.extMsg-box1 .subtitle {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extMsg-box2 .container span,
.extMsg-box3 .container span,
.extMsg-box4 .container span {
  font-family: 'Droid Sans', sans-serif;
}
.extMsg-box2 .container p,
.extMsg-box3 .container p,
.extMsg-box4 .container p {
  font-family: 'Droid Sans', sans-serif;
  font-style: normal;
}
.extProgressBarRound .pie_progress__number {
  font-family: 'Droid Sans', sans-serif;
}
.extMenu1 span.icon a:hover {
  color: #ee1c23 !important;
}
.extProgressBar .progress-primary[value]::-ms-fill {
  color: #ee1c23;
}
.extProgressBar5 .progress-primary[value]::-ms-fill {
  color: #ee1c23;
}
.theme-border {
  border: 1px solid #ee1c23;
}
#header3-1y .mbr-section-title,
#header3-1y .mbr-section-subtitle {
  text-align: center;
}
#header3-1y .mbr-section-title {
  color: #ffffff;
}
#wowslider-1x {
  border-bottom: solid 1px #ff0400;
}
#buttons1-77 .btn {
  font-size: 16px;
}
#buttons1-37 {
  border-bottom: solid 1px #ff0400;
}
#buttons1-37 .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#msg-box4-9 H3 {
  font-size: 25px;
  color: #ffffff;
}
#features3-u {
  border-bottom: solid 1px #ff0400;
}
#features3-u .btn {
  font-size: 12px;
}
#features3-u H4 {
  color: #ffffff;
  font-size: 25px;
}
#features3-u SPAN {
  font-size: 20px;
}
#header3-21 .mbr-section-title,
#header3-21 .mbr-section-subtitle {
  text-align: center;
}
#header3-21 .mbr-section-title {
  font-size: 25px;
  color: #326daa;
}
#extTestimonials5-75 .mbr-section-title {
  font-size: 25px;
  color: #326daa;
}
#extTestimonials5-79 .mbr-section-title {
  font-size: 25px;
  color: #326daa;
}
#buttons1-36 {
  border-bottom: solid 1px #ff0400;
}
#buttons1-36 .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-18 .mbr-section-title,
#social-buttons3-18 .btn-social {
  color: #fff;
}
#social-buttons3-18 .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-18 .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#header3-2i {
  border-bottom: solid 1px #ff0400;
}
#header3-2i .mbr-section-title,
#header3-2i .mbr-section-subtitle {
  text-align: center;
}
#header3-2i .mbr-section-subtitle {
  color: #000000;
  font-size: 15px;
}
#header3-2i .mbr-section-title {
  font-size: 25px;
  color: #000000;
}
#header3-2i .mbr-section-title SPAN {
  font-size: 20px;
  color: #000000;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#extFeatures8-1h .feature-title,
#extFeatures8-1h .description {
  color: #232323;
}
#extFeatures8-1h .feature-subtitle {
  color: #326daa;
  font-size: 20px;
}
#extFeatures8-1h .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#extFeatures8-1h .mbr-section-subtitle {
  font-size: 20px;
  color: #326daa;
}
#extFeatures8-1h P {
  font-size: 16px;
  color: #ffffff;
}
#extFeatures8-1h .feature-title {
  color: #326daa;
  font-size: 25px;
}
#extFeatures8-1h .feature-subtitle B {
  font-size: 20px;
}
#extFeatures8-1h .mbr-section-subtitle B {
  font-size: 20px;
}
#extFeatures8-1h .mbr-section-title SPAN {
  font-size: 30px;
}
#buttons1-43 {
  border-bottom: solid 1px #ff0400;
}
#buttons1-43 .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#social-buttons3-2e .mbr-section-title,
#social-buttons3-2e .btn-social {
  color: #fff;
}
#social-buttons3-2e .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2e .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 25px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 36px;
}
#form1-62 .form-control-label {
  color: #232323;
}
#form1-62 .form-control-label {
  color: #232323;
}
#buttons1-47 {
  border-bottom: solid 1px #ff0400;
}
#buttons1-47 .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-2n .mbr-section-title,
#social-buttons3-2n .btn-social {
  color: #fff;
}
#social-buttons3-2n .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2n .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 36px;
}
#extFeatures7-7a H4 {
  font-size: 25px;
  color: #326daa;
}
#extFeatures7-1s H4 {
  font-size: 25px;
  color: #326daa;
}
#extFeatures7-1r H4 {
  font-size: 25px;
  color: #326daa;
}
#buttons1-4a {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4a .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-2s .mbr-section-title,
#social-buttons3-2s .btn-social {
  color: #fff;
}
#social-buttons3-2s .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2s .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-55 .mbr-section-title,
#header3-55 .mbr-section-subtitle {
  text-align: center;
}
#header3-55 .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#msg-box4-5o SPAN {
  font-size: 20px;
}
#msg-box4-5o P {
  color: #326daa;
  font-size: 25px;
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 20px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#buttons1-4j {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4j .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3b .mbr-section-title,
#social-buttons3-3b .btn-social {
  color: #fff;
}
#social-buttons3-3b .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3b .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 25px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#buttons1-4k {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4k .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3d .mbr-section-title,
#social-buttons3-3d .btn-social {
  color: #fff;
}
#social-buttons3-3d .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3d .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#extFeatures7-1r H4 {
  font-size: 25px;
  color: #326daa;
}
#extFeatures7-5y H4 {
  font-size: 25px;
  color: #326daa;
}
#extFeatures7-5y P {
  color: #326daa;
  font-size: 20px;
}
#buttons1-48 {
  border-bottom: solid 1px #ff0400;
}
#buttons1-48 .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-2p .mbr-section-title,
#social-buttons3-2p .btn-social {
  color: #fff;
}
#social-buttons3-2p .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2p .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#extFeatures7-1r H4 {
  font-size: 25px;
  color: #326daa;
}
#extFeatures7-1r P {
  color: #326daa;
  font-size: 20px;
}
#extFeatures7-5u H4 {
  font-size: 25px;
  color: #326daa;
}
#extFeatures7-5u P {
  color: #326daa;
  font-size: 20px;
}
#buttons1-49 {
  border-bottom: solid 1px #ff0400;
}
#buttons1-49 .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-2r .mbr-section-title,
#social-buttons3-2r .btn-social {
  color: #fff;
}
#social-buttons3-2r .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2r .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 36px;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#extFeatures1-51 .mbr-section-title {
  color: #fff;
}
#extFeatures1-51 P {
  color: #326daa;
  font-size: 20px;
}
#extFeatures1-51 DIV {
  color: #326daa;
  font-size: 25px;
}
#extFeatures1-51 .feature-subtitle {
  color: #ffffff;
}
#header3-5x .mbr-section-title,
#header3-5x .mbr-section-subtitle {
  text-align: center;
}
#header3-5x .mbr-section-title {
  font-size: 25px;
  color: #326daa;
}
#header3-5x .mbr-section-subtitle {
  color: #326daa;
  font-size: 20px;
}
#extFeatures1-5w .mbr-section-title {
  color: #fff;
}
#extFeatures1-5w P {
  color: #326daa;
  font-size: 20px;
}
#extFeatures1-5w DIV {
  color: #326daa;
  font-size: 25px;
}
#extFeatures1-5w .feature-subtitle {
  color: #ffffff;
}
#buttons1-46 {
  border-bottom: solid 1px #ff0400;
}
#buttons1-46 .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-2k .mbr-section-title,
#social-buttons3-2k .btn-social {
  color: #fff;
}
#social-buttons3-2k .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2k .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#buttons1-2s .btn {
  font-size: 12px;
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#features1-76 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-76 .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
}
#features1-76 .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
}
#features1-76 .btn {
  font-size: 12px;
}
#features1-76 .mbr-cards-col:nth-child(odd) .card-title SPAN {
  font-size: 16px;
  color: #ffffff;
}
#features1-76 .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 16px;
  color: #ffffff;
}
#features1-76 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #ffffff;
  font-size: 16px;
}
#features1-76 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #ffffff;
  font-size: 16px;
  text-align: right;
}
#features1-68 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-68 .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
}
#features1-68 .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
}
#features1-68 .btn {
  font-size: 12px;
}
#features1-68 .mbr-cards-col:nth-child(odd) .card-title SPAN {
  font-size: 16px;
}
#features1-68 .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 16px;
}
#features1-68 .mbr-cards-col:nth-child(odd) .card-subtitle {
  color: #326daa;
  font-size: 16px;
}
#features1-68 .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #326daa;
  font-size: 16px;
}
#features3-6a H4 {
  font-size: 16px;
  color: #326daa;
}
#features3-6a H5 {
  font-size: 16px;
  color: #326daa;
}
#features1-2a .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
}
#features1-2a .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
}
#features1-2a .btn {
  font-size: 12px;
}
#features1-2a .mbr-cards-col:nth-child(odd) .card-title SPAN {
  font-size: 16px;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 16px;
}
#features1-2a .mbr-cards-col:nth-child(odd) .card-subtitle DIV {
  color: #326daa;
  font-size: 16px;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-subtitle {
  color: #326daa;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-subtitle DIV {
  font-size: 16px;
}
#header3-2t .mbr-section-title,
#header3-2t .mbr-section-subtitle {
  text-align: center;
}
#header3-2t .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-2t .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-2t .mbr-section-title SPAN {
  font-size: 30px;
}
#features1-2b .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-2b .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
}
#features1-2b .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
}
#features1-2b .btn {
  font-size: 12px;
}
#features1-2b .mbr-cards-col:nth-child(odd) .card-title SPAN {
  font-size: 16px;
}
#features1-2b .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 16px;
}
#buttons1-4l {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4l .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3e .mbr-section-title,
#social-buttons3-3e .btn-social {
  color: #fff;
}
#social-buttons3-3e .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3e .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 20px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#buttons1-4o {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4o .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3m .mbr-section-title,
#social-buttons3-3m .btn-social {
  color: #fff;
}
#social-buttons3-3m .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3m .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#features1-2a .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
}
#features1-2a .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
}
#features1-2a .mbr-cards-col:nth-child(odd) .card-title SPAN {
  font-size: 16px;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 16px;
}
#buttons1-4i {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4i .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-38 .mbr-section-title,
#social-buttons3-38 .btn-social {
  color: #fff;
}
#social-buttons3-38 .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-38 .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 30px;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#buttons1-39 .btn {
  font-size: 14px;
}
#buttons1-38 .btn {
  font-size: 14px;
}
#buttons1-74 .btn {
  font-size: 14px;
}
#buttons1-2r .btn {
  font-size: 14px;
}
#header3-3h .mbr-section-title,
#header3-3h .mbr-section-subtitle {
  text-align: center;
}
#header3-3h .mbr-section-title SPAN {
  color: #ee1c23;
  font-size: 30px;
}
#header3-3h .mbr-section-subtitle {
  font-size: 20px;
  color: #326daa;
}
#header3-3h .mbr-section-title {
  color: #326daa;
  font-size: 30px;
}
#features1-3x .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-3x .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
}
#features1-3x .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
}
#features1-3x .mbr-cards-col:nth-child(odd) .card-subtitle {
  font-size: 20px;
  color: #326daa;
}
#features1-3x .mbr-cards-col:nth-child(even) .card-subtitle {
  font-size: 20px;
  color: #326daa;
}
#features1-3x .mbr-cards-col:nth-child(odd) .card-title SPAN {
  color: #ee1c23;
  font-size: 30px;
}
#features1-3x .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 30px;
  color: #ee1c23;
}
#features1-3l .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-3l .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
  font-size: 30px;
}
#features1-3l .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
  font-size: 30px;
}
#features1-3l .mbr-cards-col:nth-child(odd) .card-subtitle {
  font-size: 20px;
  color: #326daa;
}
#features1-3l .mbr-cards-col:nth-child(even) .card-subtitle {
  font-size: 20px;
  color: #326daa;
}
#features1-3l .mbr-cards-col:nth-child(odd) .card-title SPAN {
  color: #ee1c23;
  font-size: 30px;
}
#features1-3l .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 30px;
  color: #ee1c23;
}
#header3-3y .mbr-section-title,
#header3-3y .mbr-section-subtitle {
  text-align: center;
}
#header3-3y .mbr-section-title SPAN {
  font-size: 30px;
  color: #ee1c23;
}
#header3-3y .mbr-section-title {
  color: #326daa;
  font-size: 30px;
}
#header3-3j .mbr-section-title,
#header3-3j .mbr-section-subtitle {
  text-align: center;
}
#header3-3j .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-3j .mbr-section-subtitle {
  font-size: 20px;
  color: #326daa;
}
#header3-3j .mbr-section-title SPAN {
  font-size: 30px;
  color: #ee1c23;
}
#features1-42 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-42 .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
}
#features1-42 .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
}
#features1-42 .mbr-cards-col:nth-child(odd) .card-subtitle {
  font-size: 20px;
  color: #326daa;
}
#features1-42 .mbr-cards-col:nth-child(even) .card-subtitle {
  font-size: 20px;
  color: #326daa;
}
#features1-42 .mbr-cards-col:nth-child(odd) .card-title SPAN {
  color: #ee1c23;
  font-size: 25px;
}
#features1-42 .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 25px;
  color: #ee1c23;
}
#features1-3o .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-3o .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
  font-size: 30px;
}
#features1-3o .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
  font-size: 30px;
}
#features1-3o .mbr-cards-col:nth-child(odd) .card-subtitle {
  font-size: 20px;
  color: #326daa;
}
#features1-3o .mbr-cards-col:nth-child(even) .card-subtitle {
  font-size: 20px;
  color: #326daa;
}
#features1-3o .mbr-cards-col:nth-child(odd) .card-title SPAN {
  color: #ee1c23;
  font-size: 25px;
}
#features1-3o .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 25px;
  color: #ee1c23;
}
#header3-4p .mbr-section-title,
#header3-4p .mbr-section-subtitle {
  text-align: center;
}
#header3-4p .mbr-section-title SPAN {
  color: #ee1c23;
  font-size: 30px;
}
#header3-4p .mbr-section-title {
  color: #326daa;
  font-size: 30px;
}
#header3-3m .mbr-section-title,
#header3-3m .mbr-section-subtitle {
  text-align: center;
}
#header3-3m .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-3m .mbr-section-subtitle {
  font-size: 20px;
  color: #326daa;
}
#header3-3m .mbr-section-title SPAN {
  font-size: 30px;
  color: #ee1c23;
}
#header3-3f .mbr-section-title,
#header3-3f .mbr-section-subtitle {
  text-align: center;
}
#header3-3f .mbr-section-title SPAN {
  color: #ee1c23;
  font-size: 30px;
}
#header3-3f .mbr-section-title {
  color: #326daa;
  font-size: 30px;
}
#header3-3d .mbr-section-title,
#header3-3d .mbr-section-subtitle {
  text-align: center;
}
#header3-3d .mbr-section-subtitle {
  font-size: 20px;
  color: #326daa;
}
#header3-3d .mbr-section-title SPAN {
  font-size: 30px;
  color: #326daa;
}
#header3-3d .mbr-section-title {
  font-size: 20px;
  color: #326daa;
}
#header3-3c .mbr-section-title,
#header3-3c .mbr-section-subtitle {
  text-align: center;
}
#header3-3c .mbr-section-subtitle {
  font-size: 20px;
  color: #326daa;
}
#header3-3c .mbr-section-title SPAN {
  font-size: 30px;
  color: #326daa;
}
#header3-3c .mbr-section-title {
  font-size: 20px;
  color: #326daa;
}
#header3-3b .mbr-section-title,
#header3-3b .mbr-section-subtitle {
  text-align: center;
}
#header3-3b .mbr-section-subtitle {
  font-size: 20px;
  color: #326daa;
}
#header3-3b .mbr-section-title SPAN {
  font-size: 30px;
  color: #326daa;
}
#header3-3b .mbr-section-title {
  color: #326daa;
  font-size: 20px;
}
#header3-41 .mbr-section-title,
#header3-41 .mbr-section-subtitle {
  text-align: center;
}
#header3-41 .mbr-section-title SPAN {
  color: #ee1c23;
  font-size: 30px;
}
#header3-41 .mbr-section-title {
  color: #326daa;
  font-size: 30px;
}
#header3-3p .mbr-section-title,
#header3-3p .mbr-section-subtitle {
  text-align: center;
}
#header3-3p .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-3p .mbr-section-subtitle {
  font-size: 20px;
  color: #326daa;
}
#header3-3p .mbr-section-title SPAN {
  font-size: 30px;
  color: #ee1c23;
}
#header3-3g .mbr-section-title,
#header3-3g .mbr-section-subtitle {
  text-align: center;
}
#header3-3g .mbr-section-title SPAN {
  color: #ee1c23;
  font-size: 30px;
}
#header3-3g .mbr-section-subtitle {
  font-size: 25px;
  color: #326daa;
}
#header3-3g .mbr-section-title {
  font-size: 30px;
  color: #326daa;
}
#features1-2c .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-2c .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
}
#features1-2c .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
}
#features1-2c .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 16px;
}
#features1-2c .mbr-cards-col:nth-child(odd) .card-title SPAN {
  font-size: 16px;
}
#buttons1-2j {
  border-bottom: solid 1px #ff0400;
}
#buttons1-2j .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-2c .mbr-section-title,
#social-buttons3-2c .btn-social {
  color: #fff;
}
#social-buttons3-2c .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2c .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 36px;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#extFeatures1-4y .mbr-section-title {
  color: #fff;
}
#extFeatures1-4y P {
  color: #326daa;
  font-size: 20px;
}
#extFeatures1-4y .feature-subtitle {
  color: #ffffff;
}
#extFeatures1-4y SPAN {
  color: #ee1c23;
  font-size: 25px;
}
#extFeatures1-4y DIV {
  color: #326daa;
  font-size: 25px;
}
#buttons1-45 {
  border-bottom: solid 1px #ff0400;
}
#buttons1-45 .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-2i .mbr-section-title,
#social-buttons3-2i .btn-social {
  color: #fff;
}
#social-buttons3-2i .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2i .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 36px;
}
#header3-2p .mbr-section-subtitle {
  font-size: 30px;
  color: #326daa;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-3u .mbr-section-title,
#header3-3u .mbr-section-subtitle {
  text-align: center;
}
#header3-3u .mbr-section-title {
  color: #ee1c23;
  font-size: 25px;
}
#header3-3u .mbr-section-title SPAN {
  font-size: 25px;
  color: #ee1c23;
}
#features4-3s .card-subtitle {
  color: #326daa;
  font-size: 20px;
}
#features4-3s .iconbox {
  background-color: #326daa;
  border-color: #326daa;
}
#features4-3s P {
  color: #326daa;
  font-size: 20px;
}
#features4-3s H4 {
  color: #ee1c23;
  font-size: 20px;
  text-align: center;
}
#header3-3t .mbr-section-title,
#header3-3t .mbr-section-subtitle {
  text-align: center;
}
#header3-3t .mbr-section-title {
  color: #ee1c23;
  font-size: 25px;
}
#header3-3t .mbr-section-title SPAN {
  font-size: 25px;
  color: #ee1c23;
}
#features4-3r .card-subtitle {
  color: #326daa;
  font-size: 20px;
}
#features4-3r .iconbox {
  background-color: #326daa;
  border-color: #326daa;
}
#features4-3r P {
  color: #326daa;
  font-size: 20px;
}
#features4-3r H4 {
  color: #ee1c23;
  font-size: 20px;
}
#buttons1-4b {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4b .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-2u .mbr-section-title,
#social-buttons3-2u .btn-social {
  color: #fff;
}
#social-buttons3-2u .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2u .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-2p .mbr-section-subtitle {
  color: #326daa;
  font-size: 25px;
}
#header3-6e .mbr-section-title,
#header3-6e .mbr-section-subtitle {
  text-align: center;
}
#header3-6e .mbr-section-title SPAN {
  font-size: 25px;
}
#header3-6e .mbr-section-title DIV {
  color: #326daa;
}
#features4-5s .card-subtitle {
  color: #326daa;
  font-size: 20px;
}
#features4-5s .iconbox {
  background-color: #326daa;
  border-color: #326daa;
}
#features4-5s P {
  color: #326daa;
  font-size: 20px;
}
#features4-5s H4 {
  color: #326daa;
  font-size: 20px;
}
#buttons1-4c {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4c .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-2x .mbr-section-title,
#social-buttons3-2x .btn-social {
  color: #fff;
}
#social-buttons3-2x .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2x .mbr-section-title SPAN {
  font-size: 20px;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 30px;
}
#msg-box4-5l SPAN {
  font-size: 20px;
}
#msg-box4-5l P {
  color: #326daa;
  font-size: 25px;
  text-align: left;
}
#buttons1-4d {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4d .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#social-buttons3-2z .mbr-section-title,
#social-buttons3-2z .btn-social {
  color: #fff;
}
#social-buttons3-2z .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2z .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 36px;
}
#msg-box4-5k P {
  color: #326daa;
  font-size: 20px;
}
#msg-box4-5k DIV {
  color: #326daa;
  font-size: 25px;
}
#msg-box4-5k SPAN {
  font-size: 25px;
}
#msg-box4-5k H3 {
  font-size: 25px;
  text-align: left;
}
#buttons1-4e {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4e .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#social-buttons3-31 .mbr-section-title,
#social-buttons3-31 .btn-social {
  color: #fff;
}
#social-buttons3-31 .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-31 .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 36px;
}
#msg-box4-5m SPAN {
  font-size: 20px;
}
#msg-box4-5m P {
  color: #326daa;
  font-size: 25px;
  text-align: left;
}
#buttons1-4f {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4f .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-33 .mbr-section-title,
#social-buttons3-33 .btn-social {
  color: #fff;
}
#social-buttons3-33 .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-33 .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 36px;
}
#header3-2p .mbr-section-subtitle {
  font-size: 20px;
  color: #326daa;
}
#msg-box5-4q P {
  color: #326daa;
  font-size: 25px;
  text-align: left;
}
#buttons1-4g {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4g .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#social-buttons3-35 .mbr-section-title,
#social-buttons3-35 .btn-social {
  color: #fff;
}
#social-buttons3-35 .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-35 .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 30px;
}
#msg-box4-5n SPAN {
  font-size: 20px;
}
#msg-box4-5n P {
  color: #326daa;
  font-size: 25px;
  text-align: left;
}
#buttons1-4h {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4h .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-36 .mbr-section-title,
#social-buttons3-36 .btn-social {
  color: #fff;
}
#social-buttons3-36 .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-36 .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6k .mbr-section-title,
#header3-6k .mbr-section-subtitle {
  text-align: center;
}
#header3-6k .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 36px;
}
#header3-2p .mbr-section-subtitle {
  font-size: 25px;
  color: #326daa;
}
#header3-6f .mbr-section-title,
#header3-6f .mbr-section-subtitle {
  text-align: center;
}
#header3-6f .mbr-section-title SPAN {
  font-size: 25px;
}
#header3-6f .mbr-section-title DIV {
  color: #326daa;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#features4-3s .card-subtitle {
  color: #326daa;
  font-size: 20px;
}
#features4-3s .iconbox {
  background-color: #326daa;
  border-color: #326daa;
}
#features4-3s P {
  color: #326daa;
  font-size: 20px;
}
#features4-3s H4 {
  color: #326daa;
  font-size: 20px;
}
#buttons1-4b {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4b .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-2u .mbr-section-title,
#social-buttons3-2u .btn-social {
  color: #fff;
}
#social-buttons3-2u .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2u .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#features1-73 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-73 .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
}
#features1-73 .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
}
#features1-73 .mbr-cards-col:nth-child(odd) .card-title SPAN {
  font-size: 16px;
}
#features1-73 .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 16px;
}
#features1-61 .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-61 .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
}
#features1-61 .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
}
#features1-61 .mbr-cards-col:nth-child(odd) .card-title SPAN {
  font-size: 16px;
}
#features1-61 .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 16px;
}
#features1-2a .striped .mbr-cards-col:nth-child(2n+1) {
  background-color: #ffffff;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-title {
  color: #326daa;
}
#features1-2a .mbr-cards-col:nth-child(odd) .card-title {
  color: #326daa;
}
#features1-2a .mbr-cards-col:nth-child(even) .card-title SPAN {
  font-size: 16px;
}
#features1-2a .mbr-cards-col:nth-child(odd) .card-title SPAN {
  font-size: 16px;
}
#buttons1-4i {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4i .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-38 .mbr-section-title,
#social-buttons3-38 .btn-social {
  color: #fff;
}
#social-buttons3-38 .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-38 .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6y .mbr-section-title,
#header3-6y .mbr-section-subtitle {
  text-align: center;
}
#header3-6y .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6x .mbr-section-title,
#header3-6x .mbr-section-subtitle {
  text-align: center;
}
#header3-6x .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6w .mbr-section-title,
#header3-6w .mbr-section-subtitle {
  text-align: center;
}
#header3-6w .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6v .mbr-section-title,
#header3-6v .mbr-section-subtitle {
  text-align: center;
}
#header3-6v .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6u .mbr-section-title,
#header3-6u .mbr-section-subtitle {
  text-align: center;
}
#header3-6u .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6t .mbr-section-title,
#header3-6t .mbr-section-subtitle {
  text-align: center;
}
#header3-6t .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6s .mbr-section-title,
#header3-6s .mbr-section-subtitle {
  text-align: center;
}
#header3-6s .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6r .mbr-section-title,
#header3-6r .mbr-section-subtitle {
  text-align: center;
}
#header3-6r .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6q .mbr-section-title,
#header3-6q .mbr-section-subtitle {
  text-align: center;
}
#header3-6q .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6p .mbr-section-title,
#header3-6p .mbr-section-subtitle {
  text-align: center;
}
#header3-6p .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6o .mbr-section-title,
#header3-6o .mbr-section-subtitle {
  text-align: center;
}
#header3-6o .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6n .mbr-section-title,
#header3-6n .mbr-section-subtitle {
  text-align: center;
}
#header3-6n .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6m .mbr-section-title,
#header3-6m .mbr-section-subtitle {
  text-align: center;
}
#header3-6m .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6l .mbr-section-title,
#header3-6l .mbr-section-subtitle {
  text-align: center;
}
#header3-6l .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6z .mbr-section-title,
#header3-6z .mbr-section-subtitle {
  text-align: center;
}
#header3-6z .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6j .mbr-section-title,
#header3-6j .mbr-section-subtitle {
  text-align: center;
}
#header3-6j .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6i .mbr-section-title,
#header3-6i .mbr-section-subtitle {
  text-align: center;
}
#header3-6i .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6h .mbr-section-title,
#header3-6h .mbr-section-subtitle {
  text-align: center;
}
#header3-6h .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#header3-2p .mbr-section-title,
#header3-2p .mbr-section-subtitle {
  text-align: center;
}
#header3-2p .mbr-section-title {
  color: #ee1c23;
  font-size: 36px;
}
#header3-2p .mbr-section-title SPAN {
  font-size: 36px;
}
#header3-2p .mbr-section-subtitle {
  font-size: 30px;
  color: #326daa;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-3u .mbr-section-title,
#header3-3u .mbr-section-subtitle {
  text-align: center;
}
#header3-3u .mbr-section-title {
  color: #326daa;
  font-size: 25px;
}
#header3-3u .mbr-section-title SPAN {
  font-size: 30px;
  color: #326daa;
}
#features4-3s .card-subtitle {
  color: #326daa;
  font-size: 20px;
}
#features4-3s .iconbox {
  background-color: #326daa;
  border-color: #326daa;
}
#features4-3s P {
  color: #326daa;
  font-size: 20px;
}
#features4-3s H4 {
  color: #ee1c23;
  font-size: 20px;
  text-align: center;
}
#header3-3t .mbr-section-title,
#header3-3t .mbr-section-subtitle {
  text-align: center;
}
#header3-3t .mbr-section-title {
  color: #326daa;
  font-size: 25px;
}
#header3-3t .mbr-section-title SPAN {
  font-size: 30px;
  color: #326daa;
}
#features4-3r .card-subtitle {
  color: #326daa;
  font-size: 20px;
}
#features4-3r .iconbox {
  background-color: #326daa;
  border-color: #326daa;
}
#features4-3r P {
  color: #326daa;
  font-size: 20px;
}
#features4-3r H4 {
  color: #ee1c23;
  font-size: 20px;
}
#buttons1-4b {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4b .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-2u .mbr-section-title,
#social-buttons3-2u .btn-social {
  color: #fff;
}
#social-buttons3-2u .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-2u .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}




#header3-1y .mbr-section-title,
#header3-1y .mbr-section-subtitle {
  text-align: center;
}
#header3-1y .mbr-section-title {
  color: #ffffff;
}
#wowslider-1x {
  border-bottom: solid 1px #ff0400;
}
#header3-70 .mbr-section-title,
#header3-70 .mbr-section-subtitle {
  text-align: center;
}
#header3-70 .mbr-section-title SPAN {
  font-size: 25px;
}
#extTestimonials5-20 .mbr-section-title {
  font-size: 25px;
  color: #326daa;
}
#buttons1-37 {
  border-bottom: solid 1px #ff0400;
}
#buttons1-37 .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#msg-box4-9 H3 {
  font-size: 25px;
  color: #ffffff;
}
#features3-u {
  border-bottom: solid 1px #ff0400;
}
#features3-u .btn {
  font-size: 12px;
}
#features3-u H4 {
  color: #ffffff;
  font-size: 25px;
}
#features3-u SPAN {
  font-size: 20px;
}
#header3-21 .mbr-section-title,
#header3-21 .mbr-section-subtitle {
  text-align: center;
}
#header3-21 .mbr-section-title {
  font-size: 25px;
  color: #326daa;
}
#extTestimonials5-1a .mbr-section-title {
  font-size: 25px;
  color: #326daa;
}
#buttons1-36 {
  border-bottom: solid 1px #ff0400;
}
#buttons1-36 .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-18 .mbr-section-title,
#social-buttons3-18 .btn-social {
  color: #fff;
}
#social-buttons3-18 .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-18 .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#header3-2i .mbr-section-title,
#header3-2i .mbr-section-subtitle {
  text-align: center;
}
#header3-2i .mbr-section-subtitle {
  color: #000000;
  font-size: 15px;
}
#header3-2i .mbr-section-title {
  font-size: 25px;
  color: #000000;
}
#header3-2i .mbr-section-title SPAN {
  font-size: 20px;
  color: #000000;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7 .navbar-caption {
  color: #ffffff;
}
#menu-7 .navbar-toggler {
  color: #143e69;
}
#menu-7 .close-icon::before,
#menu-7 .close-icon::after {
  background-color: #143e69;
}
#menu-7 .link,
#menu-7 .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .link {
  font-size: 0.75rem;
}
#menu-7 .dropdown-item,
#menu-7 .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7 .link:hover,
#menu-7 .dropdown-item:hover,
#menu-7 .link:focus,
#menu-7 .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-menu {
  background: #e6e6e6;
}
#menu-7 .nav-dropdown-sm .link:focus,
#menu-7 .nav-dropdown-sm .link:hover,
#menu-7 .nav-dropdown-sm .dropdown-item:focus,
#menu-7 .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7 .navbar,
#menu-7 .nav-dropdown-sm,
#menu-7 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7 .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7 .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7 .bg-color.transparent.opened .link:hover,
#menu-7 .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7 .link[aria-expanded="true"],
#menu-7 .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7 .btn SPAN {
  font-size: 15px;
}
#menu-7 .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7 .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-1n .mbr-section-title,
#header3-1n .mbr-section-subtitle {
  text-align: center;
}
#header3-1n .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-1n .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-1n .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-6z .mbr-section-title,
#header3-6z .mbr-section-subtitle {
  text-align: center;
}
#header3-6z .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-4n {
  border-bottom: solid 1px #ff0400;
}
#buttons1-4n .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-3j .mbr-section-title,
#social-buttons3-3j .btn-social {
  color: #fff;
}
#social-buttons3-3j .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-3j .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-2 STRONG {
  color: #ffffff;
}
#contacts2-2 UL {
  color: #ffffff;
}
#contacts1-1 {
  border-bottom: solid 1px #ff0400;
}
#contacts1-1 STRONG {
  color: #ffffff;
}
#contacts1-1 P {
  color: #ffffff;
}
#extFooter1-40 UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-40 .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-40 .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-40 DIV {
  color: #ee1c23;
}



#menu-7c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-7c .navbar-caption {
  color: #ffffff;
}
#menu-7c .navbar-toggler {
  color: #143e69;
}
#menu-7c .close-icon::before,
#menu-7c .close-icon::after {
  background-color: #143e69;
}
#menu-7c .link,
#menu-7c .dropdown-item {
  color: #143e69;
  font-family: 'Droid Sans', sans-serif;
}
#menu-7c .link {
  font-size: 0.75rem;
}
#menu-7c .dropdown-item,
#menu-7c .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu-7c .link:hover,
#menu-7c .dropdown-item:hover,
#menu-7c .link:focus,
#menu-7c .dropdown-item:focus {
  color: #ee1c23;
}
#menu-7c .link[aria-expanded="true"],
#menu-7c .dropdown-menu {
  background: #e6e6e6;
}
#menu-7c .nav-dropdown-sm .link:focus,
#menu-7c .nav-dropdown-sm .link:hover,
#menu-7c .nav-dropdown-sm .dropdown-item:focus,
#menu-7c .nav-dropdown-sm .dropdown-item:hover {
  background: #f7f7f7!important;
}
#menu-7c .navbar,
#menu-7c .nav-dropdown-sm,
#menu-7c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-7c .nav-dropdown-sm .dropdown-menu {
  background: #ffffff;
}
#menu-7c .bg-color.transparent .link {
  color: #143e69;
  transition: none;
}
#menu-7c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-7c .bg-color.transparent.opened .link:hover,
#menu-7c .bg-color.transparent.opened .link:focus {
  color: #ee1c23;
}
#menu-7c .link[aria-expanded="true"],
#menu-7c .dropdown-item[aria-expanded="true"] {
  color: #ee1c23!important;
}
#menu-7c .btn SPAN {
  font-size: 15px;
}
#menu-7c .btn {
  font-family: 'Droid Sans', sans-serif;
}
#menu-7c .navbar-dropdown {
  border-bottom: solid 1px #ff0400;
  -webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#header3-7d .mbr-section-title,
#header3-7d .mbr-section-subtitle {
  text-align: center;
}
#header3-7d .mbr-section-title {
  font-size: 36px;
  color: #ee1c23;
}
#header3-7d .mbr-section-subtitle {
  color: #326daa;
  font-size: 18px;
}
#header3-7d .mbr-section-title SPAN {
  font-size: 30px;
}
#header3-7e .mbr-section-title,
#header3-7e .mbr-section-subtitle {
  text-align: center;
}
#header3-7e .mbr-section-title SPAN {
  color: #326daa;
  font-size: 25px;
}
#buttons1-7g {
  border-bottom: solid 1px #ff0400;
}
#buttons1-7g .btn {
  font-size: 12px;
  font-family: 'Droid Sans', sans-serif;
}
#social-buttons3-7h .mbr-section-title,
#social-buttons3-7h .btn-social {
  color: #fff;
}
#social-buttons3-7h .mbr-section-title {
  font-size: 25px;
}
#social-buttons3-7h .mbr-section-title SPAN {
  font-size: 20px;
}
#contacts2-7i STRONG {
  color: #ffffff;
}
#contacts2-7i UL {
  color: #ffffff;
}
#contacts1-7j {
  border-bottom: solid 1px #ff0400;
}
#contacts1-7j STRONG {
  color: #ffffff;
}
#contacts1-7j P {
  color: #ffffff;
}
#extFooter1-7k UL {
  font-size: 13px;
  color: #000000;
}
#extFooter1-7k .mbr-section-title {
  font-size: 14px;
  color: #28324e;
}
#extFooter1-7k .mbr-section-title SPAN {
  font-size: 14px;
}
#extFooter1-7k DIV {
  color: #ee1c23;
}
