body {
  font-family: "Lato", sans-serif;
  color: #202b32;
  font-weight: 400;
  font-size: 1em;
}

body.container {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

p {
  margin-bottom: 10px;
}

p.medium {
  max-width: 400px;
  display: inline-block;
}

h1,
h2,
h3 {
  font-family: "Raleway", sans-serif;

  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

h1,
h2 {
  font-size: 1.7em;
  font-weight: 700;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.2em;
  font-weight: 400;
}

b,
strong {
  font-weight: 700;
}

a {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #445879;

  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

a.btn-primary {
  text-transform: uppercase;
  background-color: transparent;
  color: #202b32;
  border-color: #202b32;
  border: 0.15em solid;
  line-height: 1em;
  padding: 15px 25px;
  text-decoration: none;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.8em;
}

a.btn-primary.narrow {
  padding: 5px 15px;
  font-size: 1em;
}

a.btn-primary:hover {
  background-color: #202b32;
  color: #fff;
  border-color: #202b32;
}

a.btn-primary.blue {
  border-color: #445879;
  color: #445879;
}

a.btn-primary.blue:hover {
  background-color: #445879;
  border-color: #445879;
  color: #fff;
}

h1 span {
  font-weight: 300;
  font-style: italic;
  text-transform: initial;
}

hr {
  border-top: 1px solid #cacaca;
  padding: 1px 0;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto !important;
}

img.sm-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 2px;
  margin: 0 2px;
}

img.md-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 2px;
  margin: 0 10px 5px 0;
}

img.city-icon {
  width: 75px;
  height: auto !important;
  display: inline-block;
  padding: 2px;
  margin: 0 0 10px 0;
}

img.icon {
  width: 40px;
  display: inline-block;
}

img.icon.sm {
  width: 20px;
}

.table-responsive {
  margin-bottom: 15px;
  border: 0;
}

/*Header*/

.header-section.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 575px) {
  .header-section.scrolled {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0;
  }
}

@media screen and (min-width: 576px) {
  #header-top-section.col-xs-12 {
    padding: 0 4px 0 15px;
  }
}

#header-top-section p {

}
#header-top-section a {
  text-decoration: none;
  color: #202b32;
  font-weight: 700;
  font-size: .73rem;
  line-height: 1.25em;
}

#header-top-section a.btn-primary {
  margin: 8px 10px 0 0;
  text-transform: none;
  border-width: 1px;
}

#header-top-section a.btn-primary:hover {
  color: #fff;
}

#header-center-section {
  background-color: #fff;
  color: #445879;
  font-size: 0.8em;
}

#header-center-section a {
  text-transform: uppercase;
}

#header-center-section ul li a:hover,
#header-center-section ul li a.is-active {
  text-decoration: none;
  border-bottom: 3px solid #ffb819;
}

#header-center-section ul li:last-child a:hover {
  border-bottom: initial;
}

#header-center-section .logo {
  max-width: 300px;
}

.header-section.scrolled #header-center-section .logo {
  max-width: 250px;
}

#header-center-section ul {
  list-style: none;
}

#header-center-section ul li {
  display: inline-block;
  margin: 0 0 5px 20px;
}

#menu-toggle {
  position: relative;
  z-index: 9;
  display: none;
  background-color: rgb(255, 184, 25);
  color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 0;
  -webkit-transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
}

body.expanded #menu-toggle {
  background-color: rgb(218, 161, 35);
}

#menu-toggle:hover {
  background-color: rgb(218, 161, 35);
}

#menu-toggle img {
  width: 20px;
}

@media only screen and (max-width: 575px) {
  #header-center-section ul li {
    margin: 5px;
    display: block;
  }

  #header-center-section ul {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 9;
    right: 15px;
    padding: 10px;
    border: 2px solid #445879;
  }

  #menu-toggle {
    display: inline-block;
  }

  #menu-toggle .menu-toggle-close,
  body.expanded #menu-toggle .menu-toggle-open {
    display: none;
  }

  body.expanded #menu-toggle .menu-toggle-close {
    display: block;
  }

  body.expanded #header-center-section ul {
    display: block;
  }
}

/*Search Container*/

#search-container {
  position: relative;
  cursor: pointer;
}

#search-container .search-box {
  display: none;
}

#search-container.expanded img.icon {
  position: absolute;
  left: 0;
  z-index: 9;
  top: 4px;
  left: 3px;
}

#search-container.expanded .search-box {
  display: block;
}

#search-container.expanded .search-box input {
  text-indent: 2em;
  background-color: #e9eaed;
  font-weight: 700;
  border: 3px solid #e9eaed;
}

@media only screen and (max-width: 575px) {
  #search-container img.icon {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 4px;
    left: 3px;
  }

  #search-container .search-box {
    display: block;
  }

  #search-container .search-box input {
    text-indent: 2em;
    background-color: #e9eaed;
    font-weight: 700;
    border: 3px solid #e9eaed;
  }
}

#block-modesnavigation {
  background-color: #445879;
  color: #fff;
}

#block-modesnavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  font-weight: 900;
  display: table;
  width: 100%;
  background-color: #fff;
}

.block-modesnavigation ul.sub-menu {
  list-style: none;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  background-color: #fff;
  padding: 0 !important;
}

#block-modesnavigation ul li {
  display: table-cell;
  width: 25%;
  border-right: 2px solid #fff;
}

#block-modesnavigation ul li:last-child {
  border-right: 0;
}

#block-modesnavigation ul.primary-menu li a {
  color: #fff;
  background-color: #445879;
  width: 100%;
  padding: 15px 10px;
  display: inline-table;
  text-decoration: none;
  position: relative;
  font-weight: 400;
}

#block-modesnavigation ul.primary-menu li a span {
  top: 2px;
  position: relative;
}

#block-modesnavigation ul li a:hover,
#block-modesnavigation ul li a.is-active {
  background-color: #9bc954;
  color: #000;
}

#block-modesnavigation ul li a img {
  height: 23px !important;
  margin-right: 10px;
  position: relative;
  top: -1px;
  width: auto;
}

.block-modesnavigation ul.sub-menu {
  background-color: #9bc954;
  display: block;
  position: relative;
  white-space: normal;
}

@media only screen and (max-width: 575px) {
  .block-modesnavigation ul.sub-menu {
    display: none;
  }
}

#content-pbody-section ul.sub-menu {
  background-color: transparent;
}

.block-modesnavigation ul.sub-menu li {
  width: auto;
  display: inline-block;
  border: none;
}

.block-modesnavigation ul.sub-menu li a {
  background-color: #9bc954;
  color: #202b32;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 10px 25px;
  display: inline-table;
}

#content-pbody-section ul.sub-menu li a {
  background-color: transparent;
  color: #445879;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 10px 15px;
  font-family: "Raleway", sans-serif;
}

.block-modesnavigation ul.sub-menu li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  #block-modesnavigation ul.primary-menu li a {
    padding: 10px;
    text-align: center;
  }

  #block-modesnavigation ul.primary-menu li a span {
    display: none;
  }

  #block-modesnavigation ul li a img {
    margin-right: 0;
  }
}

.carousel-item .d-block {
  height: 430px;
  width: 60%;
  left: 40%;
  position: relative;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 30px 50px;
  text-align: left;
  color: #202b32;
  top: 0;
  width: 40%;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
}

.carousel-caption h2 a {
  color: #202b32;
  font-size: 1.4em;
  font-weight: 400;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: auto;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 100%;
}

.carousel-indicators .active {
  background-color: #445879;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #145bb7;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0 !important;
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .carousel-item .d-block {
    width: 100%;
    left: auto;
  }

  .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 10;
    padding: 30px;
    text-align: left;
    color: #202b32;
    top: auto;
    width: 100%;
    display: block;
    justify-content: none;
    flex-direction: none;
    background-color: rgba(233, 234, 237, 0.8);
  }

  .carousel-indicators {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    width: auto;
    text-align: right;
  }
}

/*Content*/

#overview-section p {
  font-size: 1.1em;
}

.container .pbody {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 50px;
}

.container .pbody:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.sign-up-mail {
  background-color: #ffc33b;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  padding: 50px;
}

.sign-up-mail .content {
  width: 150px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
}

.sign-up-mail .content .text {
  margin: 10px 0;
  line-height: 1em;
}

#more-section {
  background: linear-gradient(to left, #99cc66 50%, #ffc33b 50%);
  padding: 0 15px;
}

#content-banner-section h1 {
  text-transform: capitalize;
}

#content-body-section,
#content-body-section a {
  font-family: "Lato", sans-serif;
}

#content-body-section a {
  text-decoration: none !important;
  border-bottom: 1px solid #445879;
  /* padding-bottom: .05em; */
}

#content-body-section table td {
  vertical-align: top;
  width: 50%;
  border: 0 !important;
}

#content-body-section table td td {
  vertical-align: top;
  width: initial;
}

@media only screen and (max-width: 767px) {
  #content-body-section table td {
    display: block;
    width: 100%;
  }

  #content-body-section table td {
    margin-top: 20px;
  }

  #content-body-section table td:first-child {
    margin-top: 0;
  }
}

#content-body-section ul {
  padding-left: 30px;
  margin-bottom: 10px;
}

#content-body-section h1 {
  font-size: 1.95em !important;
  margin: 15px 0;
}
#content-body-section h2 {
  font-size: 1.75em !important;
  margin: 12px 0;
}
#content-body-section h3 {
  font-size: 1.25em !important;
  margin: 10px 0;
}

#content-pbody-section,
#content-pbody-section a {
  font-family: "Lato", sans-serif;
}

#content-pbody-section table td {
  vertical-align: top;
  width: 50%;
  border: 0 !important;
}

@media only screen and (max-width: 767px) {
  #content-pbody-section table td {
    display: block;
    width: 100%;
  }

  #content-pbody-section table td {
    margin-top: 20px;
  }

  #content-pbody-section table td:first-child {
    margin-top: 0;
  }
}

#content-pbody-section ul {
  padding-left: 30px;
}

.partner {
  display: inline-block;
  margin: 20px;
}

.partner a img {
  -webkit-transition: width 0.3s; /* Safari */
  transition: width 0.3s;
}

.partner a:hover img {
  width: 230px;
}

#news-section .views-row {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#news-section .views-row .views-field-body {
  display: inline-block;
}
#news-section a.views-more-link {
  display: block;
  margin-top: 20px;
}

#news-section h2 {
  margin-bottom: 30px;
}

#social-media-section iframe {
  height: 450px !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

#social-media-section .fb_reset {
  display: none;
}

@media only screen and (max-width: 767px) {
  #social-media-section {
    display: none;
  }
}

/*App Block*/

.app-list .col-12:first-child {
  border-right: 1px solid #ccc;
}

.app-list .row {
  margin-bottom: 50px;
}

.app-list .app {
  margin-bottom: 55px;
}

.app-list .app .header {
  display: table;
  margin-bottom: 10px;
}

.app-list .app .header .title {
  display: table-cell;
  vertical-align: middle;
  width: 85%;
}

.app-list .app .header .title h3 {
  margin-bottom: 0;
}

.app-list .app .header .image {
  display: table-cell;
  vertical-align: middle;
  width: 15%;
}

.app-list .app .header .image img {
  width: 100%;
  border-radius: 10px;
}

.app-list footer {
  font-style: italic;
  font-size: 0.8em;
}

@media only screen and (max-width: 575px) {
  .app-list .col-12:first-child {
    border-right: 0;
  }
}

/*Footer*/

#footer-section {
  font-size: 0.8em;
}

#footer-section #block-customfooter {
  text-transform: uppercase;
}

#footer-section,
#footer-section a {
  color: #fff;
}

#footer-section p {
  margin: 0;
}

#block-customfooter ul li {
  display: inline-block;
  margin: 0 10px 1px 5px;
}

#block-customfooter ul li a {
  color: #fff;
}

#block-footercontent a img {
  margin: 10px;
}

/*Colors*/

.navy-bg {
  background-color: #202b32;
}

.navy-light-bg {
  background-color: #e9eaed;
}

.yellow-bg {
  background-color: #ffb819;
}

.yellow-light-bg {
  background-color: #ffc33b;
}

.blue-bg {
  background-color: #445879;
}

.green-bg {
  background-color: #9bc954;
}

.green-light-bg {
  background-color: #99cc66;
}

.green-light-bg a,
.navy-light-bg a {
  color: #000;
}

/*Custom Bootstrap*/
.container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
}

.row .row {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (min-width: 576px) {
  .col-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .row .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/*Google Translate Override*/

.goog-te-gadget img {
  display: none !important;
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  color: rgb(32, 43, 50) !important;
  border: none !important;
}

.goog-te-menu-value span:last-child {
  padding-left: 10px;
  font-size: 0.8em;
}

.goog-te-menu-frame {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  font-size: 0.8em;
}

/*Customs*/

.inline-block {
  display: inline-block;
}

.image-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  background-position: center center;
}

.image-bg.contain {
  background-size: contain;
  background-color: #fff;
}

.icon-bg {
  background-color: #9bc954;
  background-repeat: no-repeat;
  background-size: auto 90%;
  background-origin: content-box;
  background-position: right 10px bottom;
}

.no-p {
  padding: 0 !important;
}

.no-m {
  margin: 0 !important;
}
.table {
  display: table;
  width: 100%;
  margin-bottom: 0;
}

.table .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.margin-yp {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-yp.sections {
  border-bottom: 1px solid #cacaca;
  padding: 1px 0;
  padding-bottom: 50px;
}

.margin-yp-top {
  margin-top: 50px;
}

.margin-yp-bottom {
  margin-bottom: 50px;
}

.margin-ys {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-ys-top {
  margin-top: 15px;
}

.margin-ys-bottom {
  margin-bottom: 15px;
}

.margin-y {
  margin-top: 25px;
  margin-bottom: 25px;
}

.margin-y-top {
  margin-top: 25px;
}

.margin-y-bottom {
  margin-bottom: 25px;
}

.padding-yp {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-yp-top {
  padding-top: 50px;
}

.padding-yp-bottom {
  padding-bottom: 50px;
}

.padding-yxs {
  padding-top: 8px;
  padding-bottom: 8px;
}

.padding-ys {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-ys-top {
  padding-top: 15px;
}

.padding-ys-bottom {
  padding-bottom: 15px;
}

.padding-y {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-y-top {
  padding-top: 25px;
}

.padding-y-bottom {
  padding-bottom: 25px;
}

.b-left {
  border-left: 3px solid #ffb819;
}

@media only screen and (max-width: 767px) {
  .b-left {
    border-left: 0;
  }
}

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

.text-left,
.text-left-auto {
  text-align: left;
}

.text-right,
.text-right-auto {
  text-align: right;
}

@media only screen and (max-width: 575px) {
  .text-left-auto,
  .text-right-auto {
    text-align: center;
  }
}

/*Bootstrap Override*/

.container {
  width: 100%;
  max-width: 1250px;
}

.col-xs-12 {
  padding: 0 30px;
}

.alert p {
  margin-bottom: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 1em;
}

.btn {
  padding: 10px 15px;
  font-size: 1em;
  line-height: 1em;
  border: 0;
  border-radius: 0;
  font-weight: 900;
  text-transform: uppercase;
}

span.form-required {
  color: #ff0000;
}

.nav-tabs > li > a {
  margin-right: 0;
  line-height: 1em;
  border-radius: 0;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #0574a3;
  border-color: #0574a3;
}

.form-group {
  margin-bottom: 15px;
  padding-right: 10%;
}

@media only screen and (max-width: 575px) {
  .form-group {
    padding-right: 0;
  }
}

/*Drupal Override*/

ul.contextual-links li,
ul.contextual-links li a {
  background-color: transparent !important;
  color: #333 !important;
  border: none !important;
  display: block !important;
}

.status-message {
  background-color: #ffebbf;
  padding: 10px;
  font-weight: 700;
}

#tasks-section {
  background-color: #ffebbf;
  text-transform: uppercase;
  font-size: 0.8em;
}

#tasks-section ul li {
  padding: 10px;
}

#tasks-section ul li a.is-active {
  color: #333;
}

/*Mini Pager Start*/
.mini-pager ul {
  text-align: center;
}

.mini-pager li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}

form.webform-submission-form {
  margin-top: 0;
}

form.webform-submission-form div {
  display: block;
  margin-bottom: 10px;
  min-height: 35px;
}

form.webform-submission-form div.form-item.js-form-type-radio,
form.webform-submission-form div.form-item.js-form-type-checkbox {
  margin-bottom: 10px;
  min-height: 0;
}
form.webform-submission-form div input,
form.webform-submission-form div textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 8px;
  outline: none;
  border: 1px solid #445879;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  max-width: 100%;
}
form.webform-submission-form div input:focus,
form.webform-submission-form div textarea:focus {
  box-shadow: 0 0 5px #2d3d58;
  border: 1px solid #2d3d58;
}

form.webform-submission-form label {
  font-weight: 700;
  margin: 0;
  display: block;
}

form.webform-submission-form label.form-required:after {
  content: " *";
  color: #ff0000;
}

form.webform-submission-form span.fieldset-legend {
  font-weight: 700;
  font-size: initial;
  color: #202b32;
  max-width: 100%;
}

form.webform-submission-form label.option {
  font-weight: 400;
  margin: 0 0 0 10px;
  display: inline-block;
  padding-left: 0;
}

form.webform-submission-form div textarea {
  width: 100%;
  height: 100px;
}

form.webform-submission-form div input[type="button"],
form.webform-submission-form div input[type="submit"] {
  text-transform: uppercase;
  background-color: transparent;
  color: #202b32;
  border-color: #202b32;
  border: 0.15em solid;
  line-height: 1em;
  padding: 15px 25px;
  text-decoration: none;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.8em;
}
form.webform-submission-form div input[type="button"]:hover,
form.webform-submission-form div input[type="submit"]:hover {
  background-color: #202b32;
  color: #fff;
  border-color: #202b32;
}

form.webform-submission-form div input[type="submit"] {
  margin-top: 25px;
}

/*Animation*/

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*language dropdown menu style*/

.dropdown-align {
  display: table;
  margin-bottom: 8px;
}

.dropdown-container {
  width: 100px;
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: 8px;
  z-index: 10;
  margin-left: 25px;
}
.dropdown-icon {
  position: absolute;
  margin-top: 13px;
}
img.dropdown-icon {
  width: 15px;
}
.dropdown-container ul {
  list-style-type: none;
  padding: 0;
}
.dropdown-container label {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  background: #ffb819;
  color: #202b32;
  border: 1.4px solid #202b32;
  border-radius: 2px;
  user-select: none;
  padding-right: 10px;
  font-size: .8rem;
  line-height: 1.8em;
  font-weight: 700;
  margin-bottom: 0;
}
.dropdown-container label:hover {
  background: #343a40;
  color: white;
}
.dropdown-container label:after {
  content: "\25BE";
  position: absolute;
  width: 40px;
  font-weight: 700;
  right: 0;
  padding-left: 0px;
  top: 0;
  bottom: 0;
}
.dropdown-container .languages-dropdown {
  height: 0;
  max-height: 0px;
  margin: 0;
  text-align: left;
  overflow: hidden;
  transition: 0.3s linear;
  position: absolute;
  background: #ffb819;
}
.dropdown-container .languages-dropdown li {
 
  font-size: 0.78em;
  font-weight: 700;
}
.dropdown-container .languages-dropdown li a {
  color: #343a40;
  padding: 10px;
  display: block;
}
.dropdown-container .languages-dropdown li:hover {
  background-color: #343a40;
}
.dropdown-container .languages-dropdown li:hover a {
  color: #ffffff;
}

.dropdown-container .languages-dropdown li a:hover {
  color: #ffffff;
}

.dropdown-container #drop {
  display: none;
}
.dropdown-container #drop:checked ~ .languages-dropdown {
  height: auto;
  width: 100%;
  max-height: 900px;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 576px ){

  .dropdown-align,
  .dropdown-container,
  #header-top-section a {
    width: 100%;
  }
  #header-top-section a.btn-primary {
    margin: 0;
  }
  #header-top-section a:first-of-type {
    margin-bottom: 8px;
  }

  .dropdown-container {
    z-index: 8;
    margin-left: 0;
  }

  img.dropdown-icon {
    margin-left: 10px;
    z-index: 10;
  }
  #menu-toggle {
    z-index: 5;
  }

    #header-top-section .col-xs-12,
    #languagedropdown .col-xs-12 {
      padding: 0 -15px;
    }


}