/*
-Open Sans
-Oswald
*/
@import url("https://fonts.googleapis.com/css?family=Oswald:wght@400;700|Open+Sans:400,700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
}

.no-padd {
  padding: 0;
}

.sticky-main-menu {
  position: fixed !important;
  background-color: #ffffff !important;
}

.fixed-menu {
  width: 100% !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background-color: #ffffff !important;
}

.header-container {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  /* Safari */
  position: sticky;
  background-color: #ffffff;
  z-index: 1000;
}
.header-container .header-cont .top-section {
  width: 100%;
  margin: 0 auto;
  max-width: 1090px;
}
@media only screen and (min-width: 1600px) {
  .header-container .header-cont .top-section {
    max-width: 1200px;
  }
}
.header-container .header-cont .top-section .header-logo {
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .header-container .header-cont .top-section .header-logo {
    padding: 10px 0;
  }
}
.header-container .header-cont .top-section .header-logo .header-logo-icon-white {
  width: 100%;
  display: none;
  max-width: 170px;
}
.header-container .header-cont .top-section .header-logo .header-logo-icon-black {
  width: 100%;
  display: inline-block;
  max-width: 170px;
}
@media only screen and (max-width: 768px) {
  .header-container .header-cont .top-section .header-logo .header-logo-icon-black {
    max-width: 125px;
    position: relative;
    top: 1px;
  }
}
.header-container .header-cont .top-section .header-language-search .header-language {
  width: auto;
  margin: 0 10px;
  display: block;
  border-bottom: 1px solid white;
}
@media only screen and (max-width: 768px) {
  .header-container .header-cont .top-section .header-language-search .header-language {
    position: relative;
    top: 2px;
  }
}
.header-container .header-cont .top-section .header-language-search .header-language .header-language-icon-white {
  width: 15px;
  display: none;
  vertical-align: middle;
}
.header-container .header-cont .top-section .header-language-search .header-language .header-language-icon-black {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}
.header-container .header-cont .top-section .header-language-search .header-language .mod-languages {
  display: inline-block;
  vertical-align: middle;
}
.header-container .header-cont .top-section .header-language-search .header-language .mod-languages select, .header-container .header-cont .top-section .header-language-search .header-language .mod-languages .chzn-container {
  display: none !important;
}
.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  display: inline-block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  padding-left: 2px;
  padding-right: 20px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select {
    padding-right: 15px;
  }
}
.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .current {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .current {
    font-size: 14px;
  }
}
.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .list {
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  left: -20px;
}
.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .list .option {
  margin: 0;
}
.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select:after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  height: 7px;
  margin-top: -4px;
  right: 5px;
  top: 50%;
  width: 7px;
}
.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .option.focus {
  background-color: #00B5E8 !important;
}
.header-container .header-cont .top-section .header-language-search .header-language .mod-languages .nice-select .option.selected {
  font-weight: bold;
  color: #ffffff;
  background-color: #00B5E8 !important;
}
.header-container .header-cont .top-section .header-language-search .header-search {
  width: auto;
  margin: 0 10px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .header-container .header-cont .top-section .header-language-search .header-search {
    position: relative;
    top: -2px;
  }
}
.header-container .header-cont .top-section .header-language-search .header-search .btn-search {
  width: auto;
  display: block;
}
.header-container .header-cont .top-section .header-language-search .header-search .btn-search .btn-search-icon-white {
  width: 15px;
  display: none;
}
.header-container .header-cont .top-section .header-language-search .header-search .btn-search .btn-search-icon-black {
  width: 17px;
  display: inline-block;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 768px) {
  .header-container .header-cont .top-section .header-language-search .header-search .btn-search .btn-search-icon-black {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .header-container .header-cont .top-section .header-language-search .header-language,
  .header-container .header-cont .top-section .header-language-search .header-search {
    margin: 0 20px;
  }
}
.header-container .header-cont .top-section .header-hamburger-menu {
  padding: 15px 0;
}
.header-container .header-cont .top-section .header-hamburger-menu .btn-hamburger-menu {
  text-align: right;
}
.header-container .header-cont .top-section .header-hamburger-menu .btn-hamburger-menu .btn-hamburger-icon-white {
  width: 25px;
  display: none;
}
.header-container .header-cont .top-section .header-hamburger-menu .btn-hamburger-menu .btn-hamburger-icon-black {
  width: 25px;
  display: inline-block;
}
.header-container .header-cont .background_19 {
  background-color: #191919;
}
.header-container .header-cont .bottom-section {
  width: 100%;
  margin: 0 auto;
  max-width: 1090px;
  position: relative;
}
.header-container .header-cont .bottom-section .header-main-menu .mod-list {
  align-items: center !important;
  justify-content: space-between !important;
}
.header-container .header-cont .bottom-section .header-main-menu .mod-list li {
  width: auto;
  padding: 10px 0;
  display: block;
}
.header-container .header-cont .bottom-section .header-main-menu .mod-list li .header-main-menu-item {
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  line-height: 19px;
  position: relative;
}
.header-container .header-cont .bottom-section .header-main-menu .mod-list .active .header-main-menu-item {
  color: #FFBE0F !important;
}
.header-container .header-cont .bottom-section .header-main-menu .mod-list .item-284,
.header-container .header-cont .bottom-section .header-main-menu .mod-list .item-312,
.header-container .header-cont .bottom-section .header-main-menu .mod-list .item-313,
.header-container .header-cont .bottom-section .header-main-menu .mod-list .item-314,
.header-container .header-cont .bottom-section .header-main-menu .mod-list .item-304,
.header-container .header-cont .bottom-section .header-main-menu .mod-list .item-303,
.header-container .header-cont .bottom-section .header-main-menu .mod-list .item-302 {
  display: none;
}
@media only screen and (min-width: 460px) {
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-302, .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-312 {
    display: block;
  }
}
@media only screen and (min-width: 550px) {
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-303,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-302,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-312,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-313 {
    display: block;
  }
}
@media only screen and (min-width: 680px) {
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-313,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-314,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-312,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-304,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-303,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-302 {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .header-container .header-cont .bottom-section .header-main-menu .mod-list li .header-main-menu-item {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-container .header-cont .bottom-section {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  .header-container .header-cont .bottom-section {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .header-container .header-cont .top-section .header-language-search .header-search {
    width: 100%;
    display: inline-block;
  }
  .header-container .header-cont .top-section .header-language-search .header-search .form-search {
    width: 100%;
    text-align: right;
    position: relative;
  }
  .header-container .header-cont .top-section .header-language-search .header-search .form-search .input-search {
    width: 100%;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #474748;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.4px;
    padding: 5px 30px 5px 15px;
    display: inline-block;
    max-width: 385px;
    border-radius: 2px;
    border: 0;
    background-color: #E3E3E3;
  }
  .header-container .header-cont .top-section .header-language-search .header-search .form-search .input-search::-moz-placeholder {
    color: #969696;
  }
  .header-container .header-cont .top-section .header-language-search .header-search .form-search .input-search::placeholder {
    color: #969696;
  }
  .header-container .header-cont .top-section .header-language-search .header-search .form-search .btn-search-submit {
    width: auto;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .header-container .header-cont .top-section .header-language-search .header-search .form-search .btn-search-submit img {
    width: 17px;
    margin-bottom: 3px;
  }
  .header-container .header-cont .top-section .header-support .btn-support {
    width: 100%;
    display: inline-block;
    max-width: 225px;
    padding: 7px 0;
    background-color: #28B0EB;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 24px;
  }
  .header-container .header-cont .top-section .header-support .btn-support:hover {
    background-color: #0088CC;
  }
  .header-container .header-cont .bottom-section .header-main-menu .mod-list {
    width: calc(100% - 130px);
  }
  .header-container .header-cont .bottom-section .header-main-menu .mod-list li .header-main-menu-item {
    font-size: 16px;
    line-height: 22px;
  }
  .header-container .header-cont .bottom-section .header-main-menu .mod-list li .header-main-menu-item:hover {
    color: #FFBE0F;
  }
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-101,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-113,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-114,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-115,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-116,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-121,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-122,
  .header-container .header-cont .bottom-section .header-main-menu .mod-list .item-123 {
    display: block;
  }
  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language {
    width: auto;
    display: block;
    padding: 10px 0;
    border-bottom: none;
  }
  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages {
    display: inline-block;
    vertical-align: middle;
  }
  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages select, .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .chzn-container {
    display: none !important;
  }
  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    display: inline-block;
    float: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    padding-left: 2px;
    padding-right: 20px;
    width: auto;
  }
  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select .current {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
  }
  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select .list {
    background-color: #fff;
    border-radius: 0;
    margin-top: 0;
    left: -20px;
  }
  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select .list .option {
    margin: 0;
  }
  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -4px;
    right: 5px;
    top: 50%;
    width: 5px;
    height: 5px;
  }
  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select .option.focus {
    background-color: #00B5E8 !important;
  }
  .header-container .header-cont .bottom-section .header-main-menu .header-language-search .header-language .mod-languages .nice-select .option.selected {
    font-weight: bold;
    color: #ffffff;
    background-color: #00B5E8 !important;
  }
}

.float-home-main-menu-container {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  position: fixed;
  display: none;
  background-color: #ffffff;
  z-index: 3;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-logo {
  text-align: left;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-logo .float-home-main-menu-icon-size {
  width: 100%;
  max-width: 25px;
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  .float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-logo .float-home-main-menu-icon-size {
    width: 100%;
    max-width: 170px;
  }
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-support {
  width: 100%;
  display: block;
  max-width: 190px;
  padding: 7px 0;
  margin: 0 auto;
  background-color: #00B5E8;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-support {
    display: none;
  }
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-support:hover {
  background-color: #5DCEFF;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-search {
  text-align: center;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-search .icon-search-size {
  width: 100%;
  margin-top: -3px;
  max-width: 20px;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language {
  width: auto;
  margin: 0;
  display: block;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language img {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages {
  display: inline-block;
  vertical-align: middle;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages select, .float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .chzn-container {
  display: none !important;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  display: inline-block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  padding-left: 2px;
  padding-right: 20px;
  width: auto;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select .current {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 24px;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select .list {
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  left: -20px;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select .list .option {
  margin: 0;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 5px;
  margin-top: -4px;
  right: 5px;
  top: 50%;
  width: 5px;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select .option.focus {
  background-color: #00B5E8 !important;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-language .mod-languages .nice-select .option.selected {
  font-weight: bold;
  color: #ffffff;
  background-color: #00B5E8 !important;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-hamburger {
  text-align: center;
}
.float-home-main-menu-container .float-home-main-menu-cont .float-home-main-menu-hamburger .icon-hamburger-size {
  width: 100%;
  margin-top: -3px;
  max-width: 25px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  height: 90vh;
  position: relative;
}
.modal-content .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  border-bottom: none;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
.modal-content .modal-header [type=button]:not(:disabled), .modal-content .modal-header [type=reset]:not(:disabled), .modal-content .modal-header [type=submit]:not(:disabled), .modal-content .modal-header button:not(:disabled) {
  cursor: pointer;
}
.modal-content .modal-header button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-content .modal-header button.close:focus {
  outline: none;
  outline: -webkit-focus-ring-color auto 0;
}
.modal-content .modal-header .close {
  position: relative;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  padding: 1rem 1rem;
  margin: -1rem 0rem -1rem auto;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  z-index: 5;
}
.modal-content .modal-header .close .modal-icon-close {
  width: 20px;
}
.modal-content .modal-body {
  position: relative;
  height: 100%;
  padding: 1rem;
}
.modal-content .modal-body .form-search-container {
  width: 100%;
  text-align: center;
}
.modal-content .modal-body .form-search-container .form-search-title {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
.modal-content .modal-body .form-search-container .form-search-group {
  position: relative;
  width: 100%;
  display: inline-block;
}
.modal-content .modal-body .form-search-container .form-search-group .input-search {
  width: 100%;
  margin: 0 auto;
  border: none;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #474748;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.4px;
  padding: 10px 40px 10px 15px;
  background-color: #ffffff;
  max-width: 600px;
}
.modal-content .modal-body .form-search-container .form-search-group .input-search:focus {
  outline: none;
  outline: -webkit-focus-ring-color auto 0;
}
.modal-content .modal-body .form-search-container .form-search-group .btn-search-submit {
  position: absolute;
  padding: 0;
  margin-right: 10px;
  margin-top: -2px;
  top: 50%;
  right: 0;
  border: none;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.modal-content .modal-body .form-search-container .form-search-group .btn-search-submit:focus {
  outline: none;
  outline: -webkit-focus-ring-color auto 0;
}
.modal-content .modal-body .form-search-container .form-search-group .btn-search-submit .icon-search {
  width: 20px;
}

.modal-backdrop {
  opacity: 0.9 !important;
}

.mega-menu-container {
  position: absolute;
  top: 30px;
  left: 0;
  padding-top: 20px;
}
.mega-menu-container .mega-menu-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 25px 15px;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
.mega-menu-container .mega-menu-cont .mega-menu-thumbnail .mega-menu-image {
  width: 100%;
}
.mega-menu-container .mega-menu-cont .mega-menu-thumbnail .mega-menu-title {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #474748;
  font-weight: 700;
  line-height: 20px;
  margin: 10px 0 0;
}
.mega-menu-container .mega-menu-cont .mega-menu-thumbnail .mega-menu-title .link {
  color: #0088CC;
  text-decoration: none !important;
}
.mega-menu-container .mega-menu-cont .mega-menu-thumbnail .mega-menu-title-2 {
  text-align: left;
  font-family: #474748;
  font-size: 16px;
  color: #474748;
  font-weight: 700;
  line-height: 20px;
  margin: 10px 0 0;
}
.mega-menu-container .mega-menu-cont .mega-menu-thumbnail .mega-menu-title-2 .link {
  color: #474748;
  text-decoration: none !important;
}
.mega-menu-container .mega-menu-cont .mega-menu-article {
  margin: 10px auto;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.mega-menu-container .mega-menu-cont .mega-menu-article .mega-menu-article-image {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 75px;
}
.mega-menu-container .mega-menu-cont .mega-menu-article .mega-menu-article-title {
  width: calc(100% - 130px);
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #474748;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.mega-menu-container .mega-menu-cont .links-box {
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  padding-left: 25px !important;
}
.mega-menu-container .mega-menu-cont .single-dontation-box-mm {
  border-left: 1px solid #969696;
  border-right: 1px solid #969696;
  padding-left: 25px !important;
}
.mega-menu-container .mega-menu-cont .recurring-dontation-box-mm {
  border-right: 1px solid #969696;
  padding-left: 25px !important;
}
.mega-menu-container .mega-menu-cont .link-section-container .link-section-title {
  display: block;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #474748;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 15px;
  text-decoration: none !important;
}
.mega-menu-container .mega-menu-cont .link-section-container .link-section-title.is-link:hover {
  color: #0088CC;
}
.mega-menu-container .mega-menu-cont .link-section-container .link-section-group img {
  margin-right: 10px;
  width: 30px;
}
.mega-menu-container .mega-menu-cont .link-section-container .link-section-group a {
  color: #5E5E5E;
  display: block;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 18px;
}
.mega-menu-container .mega-menu-cont .link-section-container .link-section-group a:hover {
  color: #0088CC;
}
@media only screen and (max-width: 992px) {
  .mega-menu-container {
    display: none !important;
  }
}/*# sourceMappingURL=mainMenu.css.map */