button.btn.btn-outline,
.btn:not(.close):not(.mfp-close).btn-outline,
a.btn:not([href]):not([tabindex]).btn-outline {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
  color: #ffffff;
}

.post-item {
  float: left;
  width: 100%;
  height: auto;
  padding: 0 0 20px 0;

  border: 1px solid #fdb61945;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.newsEventTag a {
  border: 1px solid #cacaca;
  padding: 5px 10px;
  border-radius: 48px;
  margin: 4px;
}

.newsEventTag a:hover {
  border: 1px solid #ffffff;
  background-color: #f6b220;
  color: #ffffff !important;
  padding: 5px 10px;
  border-radius: 48px;
  margin: 4px;
  transition: ease-in;
}

button.btn.btn-outline:hover,
button.btn.btn-outline:focus,
button.btn.btn-outline:active,
button.btn.btn-outline.active,
.btn:not(.close):not(.mfp-close).btn-outline:hover,
.btn:not(.close):not(.mfp-close).btn-outline:focus,
.btn:not(.close):not(.mfp-close).btn-outline:active,
.btn:not(.close):not(.mfp-close).btn-outline.active,
a.btn:not([href]):not([tabindex]).btn-outline:hover,
a.btn:not([href]):not([tabindex]).btn-outline:focus,
a.btn:not([href]):not([tabindex]).btn-outline:active,
a.btn:not([href]):not([tabindex]).btn-outline.active {
  background-color: #f6b220;
  border-width: 2px;
  border-style: solid;
  border-color: #f6b220;
  color: rgb(0, 0, 0);
}

.btn-umb-gold {
  color: #ffffff;
  background-color: #f3b12f;
  border-color: #f3b12f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-umb-gold:hover {
  color: #ffffff;
  background-color: #fdc046;
  border-color: #fcc559;
}

.btn-umb-gold:focus,
.btn-umb-gold.focus {
  color: #ffffff;
  background-color: #fdc046;
  border-color: #fcc559;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 177, 47, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(243, 177, 47, 0.5);
}

.btn-umb-gold.disabled,
.btn-umb-gold:disabled {
  color: #ffffff;
  background-color: #f3b12f;
  border-color: #f3b12f;
}

.btn-umb-gold:not(:disabled):not(.disabled):active,
.btn-umb-gold:not(:disabled):not(.disabled).active,
.show > .btn-umb-gold.dropdown-toggle {
  color: #ffffff;
  background-color: #f3b12f;
  border-color: #f3b12f;
}

.btn-umb-gold:not(:disabled):not(.disabled):active:focus,
.btn-umb-gold:not(:disabled):not(.disabled).active:focus,
.show > .btn-umb-gold.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 177, 47, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(243, 177, 47, 0.5);
}

.btn-umb-dark {
  color: #f3b12f;
  background-color: #000000;
  border-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-umb-dark:hover {
  color: #f3b12f;
  background-color: #141414;
  border-color: #141414;
}

.btn-umb-dark:focus,
.btn-umb-dark.focus {
  color: #f3b12f;
  background-color: #141414;
  border-color: #141414;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-umb-dark.disabled,
.btn-umb-dark:disabled {
  color: #f3b12f;
  background-color: #141414;
  border-color: #141414;
}

.btn-umb-dark:not(:disabled):not(.disabled):active,
.btn-umb-dark:not(:disabled):not(.disabled).active,
.show > .btn-umb-dark.dropdown-toggle {
  color: #f3b12f;
  background-color: #141414;
  border-color: #141414;
}

.btn-umb-dark:not(:disabled):not(.disabled):active:focus,
.btn-umb-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-umb-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.sidenav {
  width: 210px;
  position: fixed;
  z-index: 65;
  top: 130px;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.76);
  overflow-x: hidden;
  padding: 8px 0;
}

.sidenav nav ul {
  list-style: none;
}

.sidenav nav ul li {
  padding: 5px 0;
}

.sidenav nav ul li a :hover {
  color: #ffb71d !important;
}

.sidenavtop {
  width: 210px;
  position: fixed;
  z-index: 65;
  top: 80px;
  -webkit-transition: top 0.8s ease-in-out;
  transition: top 0.8s ease-in-out;
  background: rgba(0, 0, 0, 0.76);
  overflow-x: hidden;
  padding: 8px 0;
}

.sidenavtop nav ul {
  list-style: none;
}

.sidenavtop nav ul li {
  padding: 5px 0;
}

.sidenavtop nav ul li a :hover {
  color: #ffb71d !important;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 15px;
  color: #ffffff;
  display: block;
}

.sidenav a:hover {
  color: #ffb71d !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main {
  margin-left: 140px;
  /* Same width as the sidebar + left position in px */
  font-size: 28px;
  /* Increased text to enable scrolling */
  padding: 0px 10px;
}

.line {
  margin: 0 17px;
  background: gray;
  position: relative;
  height: 2px;
}

.line:before {
  content: "";
  background: #ffb71d;
  width: 15%;
  height: 2px;
  position: absolute;
}

.line2 {
  margin: 0;
  background: gray;
  position: relative;
  height: 2px;
  margin: 10px 0 20px 0;
}

.line2:before {
  content: "";
  background: #ffb71d;
  width: 10%;
  height: 2px;
  position: absolute;
}

.line3 {
  margin: 0;
  background: gray;
  position: relative;
  height: 2px;
  margin: 10px 0 20px 0;
}

.line3:before {
  content: "";
  background: #ffb71d;
  width: 20%;
  height: 2px;
  position: absolute;
}

.inner-rec .rectangle1 {
  height: 13px;
  width: 65px;
  background-color: #cfcfcf;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.inner-rec .rectangle2 {
  height: 52px;
  width: 65px;
  background-color: #e3e3e3;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  text-align: center;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-rec .rectangle2 .rectangle-text {
  font-family: inherit;
  color: #707070;
  font-weight: Regular;
  font-size: 30px;
  text-align: center;
  display: inline-block;
  font-weight: 500;
}

.headview1 {
  font-weight: 600;
}

.we-help .ban {
  background: #000;
  text-align: center;
  padding: 7px 100px;
  margin-bottom: 50px;
}

.we-help .ban h5 {
  color: #ffffff;
}

.line-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
  clear: both;
}

.line-container .line {
  clear: both;
  position: absolute;
  width: 7%;
  margin: 50px 0;
  border-top: 2px solid #ffb71d;
}

.line-container .line2 {
  clear: both;
  position: absolute;
  width: 90%;
  border-top: 2px solid #464545;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
  position: absolute;
  top: 40px;
  left: 30px;
  _border-color: #000000 #ffffff #ffffff #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.home-accordion .accordion .ac-item {
  margin-bottom: 10px;
  padding: 12px 0px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #ececec !important;
}

.accordion .ac-item {
  margin-bottom: 10px;
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
}

.copyright-content {
  position: absolute;
  /* bottom: 0; */
  top: 256px;
  width: 100%;
}

.we-help i {
  font-size: 24px;
  color: #ffb71d;
}

.we-help span {
  font-size: 20px;
  color: #000000;
  margin: 0 0 0 5px;
}

iframe {
  border: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  /* bottom: 0;*/
}

/* .dark #footer .copyright-content,
#footer.inverted .copyright-content,
#footer.dark .copyright-content {
  background-color: #1e1e1e4b;
} */

.dark #footer a:not(.btn),
#footer.inverted a:not(.btn),
#footer.dark a:not(.btn) {
  color: white;
  font-weight: 400;
}

.list-icon.list-icon-colored li:before,
.list-icon.icon-list-colored i {
  color: #ffb71d;
}

.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li.current > a,
.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:hover > a,
.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:focus > a,
#mainMenu.dark.menu-lines nav > ul > li.current > a,
#mainMenu.dark.menu-lines nav > ul > li:hover > a,
#mainMenu.dark.menu-lines nav > ul > li:focus > a {
  color: #f6b220;
}

#mainMenu.menu-lines nav > ul > li.current > a,
#mainMenu.menu-lines nav > ul > li:hover > a,
#mainMenu.menu-lines nav > ul > li:focus > a {
  color: #f6b220;
}

#mainMenu.menu-lines nav > ul > li.current > a:after,
#mainMenu.menu-lines nav > ul > li:hover > a:after,
#mainMenu.menu-lines nav > ul > li:focus > a:after {
  width: 100%;
  left: 0%;
  background-color: #f6b220;
}

.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li.current > a:after,
.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:hover > a:after,
.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:focus > a:after,
#mainMenu.dark.menu-lines nav > ul > li.current > a:after,
#mainMenu.dark.menu-lines nav > ul > li:hover > a:after,
#mainMenu.dark.menu-lines nav > ul > li:focus > a:after {
  background-color: #ffffff;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.cont {
  background-color: #f6b220;
  z-index: 250 !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  left: -40px;
}

.top-menu {
  z-index: 500 !important;
}

.ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: ticker 5s linear infinite;
  animation: ticker 5s linear infinite;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.ticker__item {
  padding: 0 2rem;
  font-size: 2rem;
  color: white;
}

.rates {
  margin: 5px 0 0 5px;
  display: -webkit-box;
}

.rates span {
  color: #000000;
  font-size: 12px;
}

.rates p {
  color: #000000;
  font-size: 12px;
  margin-top: -5px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .topnav {
    display: none;
  }

  .sidenav {
    display: none;
  }

  .main-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .we-help .ban {
    padding: 7px 70px;
    margin-bottom: 50px;
  }

  .we-help .ban h5 {
    font-size: 14px;
  }

  .we-help i {
    font-size: 24px;
    color: #ffb71d;
  }

  .we-help span {
    font-size: 14px;
    color: #000000;
    margin: 0 0 0 5px;
  }

  .we-help .triangle {
    top: 40px;
    left: 30px;
  }

  .heading {
    margin: 15px 0 5px 0;
  }

  .heading .headview1 {
    text-align: left !important;
  }

  .heading .headview2 {
    text-align: right !important;
  }

  .heading .headview2 a {
    color: #ffffff;
  }

  .main-news {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-news .inner-rec .rectangle1 {
    height: 13px;
    width: 45px;
    background-color: #cfcfcf;
  }

  .main-news .inner-rec .rectangle2 {
    height: 40px;
    width: 45px;
    background-color: #e3e3e3;
  }

  .main-news .inner-rec .rectangle2 .rectangle-text {
    font-family: inherit;
    color: #707070;
    font-weight: Regular;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
  }

  #slider {
    width: auto;
    height: 250px;
  }

  #page-title {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    margin: 0;
    padding: 0;
    width: auto;
    height: 96px;
  }

  #page-title .page-title h1 {
    font-size: 14px;
    margin: 0;
    float: left;
    text-align: center;
    top: 24px;
    /* display: flex; */
    position: relative;
  }

  #page-title .page-title span {
    display: none;
    font-size: 10px;
    margin: 0;
    float: left;
  }

  #header #logo > a img {
    margin: 22px 0 0 -111px;
    float: left;
    height: auto;
    width: 170px;
  }

  .ticker {
    display: contents;
    left: 5px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #slider {
    width: auto;
    height: 360px;
  }

  .ticker-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cont {
    display: block;
    left: -31px;
  }

  #topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ticker {
    display: contents;
    left: 5px;
    -webkit-animation: ticker 20s linear infinite;
    animation: ticker 20s linear infinite;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .ticker-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cont {
    display: block;
    left: -31px;
  }

  .top-menu {
    background-color: #f6b220;
    padding: 0 20px;
    z-index: 500 !important;
    width: 200px;
    text-align: center;
  }

  .ticker {
    display: contents;
    left: 5px;
  }

  .we-help .ban {
    padding: 7px 70px;
    margin-bottom: 50px;
  }

  .we-help .ban h5 {
    font-size: 14px;
  }

  .we-help i {
    font-size: 24px;
    color: #ffb71d;
  }

  .we-help span {
    font-size: 18px;
    color: #000000;
    margin: 0 0 0 5px;
  }

  .we-help .triangle {
    top: 40px;
    left: 30px;
  }

  .heading {
    margin: 25px 0 5px 0;
  }

  .heading .headview1 {
    text-align: left !important;
    font-size: 15px;
  }

  .heading .headview2 {
    text-align: right !important;
    font-size: 15px;
  }

  .heading .headview2 a {
    color: #ffffff;
  }

  .heading .ac-title {
    font-size: 18px !important;
  }

  .main-news {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-news a p {
    font-size: 18px;
  }

  .main-news .inner-rec .rectangle1 {
    margin-right: 10px;
    padding-right: 0;
  }

  .main-news .inner-rec .rectangle2 {
    margin-right: 10px;
    padding-right: 0;
  }

  .main-news .inner-rec .rectangle2 .rectangle-text {
    font-family: inherit;
    color: #707070;
    font-weight: Regular;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .inner-rec .rectangle1 {
    height: 13px;
    width: 55px;
    background-color: #cfcfcf;
  }

  .inner-rec .rectangle2 {
    height: 50px;
    width: 55px;
    background-color: #e3e3e3;
  }

  .inner-rec .rectangle2 .rectangle-text {
    font-family: inherit;
    color: #707070;
    font-weight: Regular;
    font-size: 26px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
  }

  .heading {
    margin: 2px 0 0 0;
  }

  .heading .headview1 {
    text-align: left !important;
  }

  .heading .headview2 {
    text-align: right !important;
  }

  .heading .headview2 a {
    color: #ffffff;
  }

  #slider {
    height: 70vh;
  }

  .ticker-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cont {
    display: block;
    left: -31px;
  }

  .top-menu {
    background-color: #f6b220;
    padding: 0 20px;
    z-index: 500 !important;
    width: 200px;
    text-align: center;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  #slider {
    width: 100%;
    height: 70vh;
  }

  .main-news a p {
    font-size: 14px;
  }

  .main-news a h4 {
    font-size: 16px;
  }

  .main-news .inner-rec .rectangle2 .rectangle-text {
    font-family: inherit;
    color: #707070;
    font-weight: Regular;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
  }
}

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/*# sourceMappingURL=custom.css.map */
