@import url('ie-style-part-1.css?z=680');

@import url('ie-style-part-2.css?z=680');

.gallery:hover .gallery__detail {
  opacity: 1;
}

.gallery__detail {
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
  background-color: rgba(55, 55, 55, 0.6);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.gallery__thumbnail {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.gallery__action {
  padding: .5rem;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gallery__action .icons {
  font-size: 1.4rem;
}

.gallery__caption {
  font-weight: normal;
  padding: 1rem;
  position: absolute;
  bottom: 0;
}

/* gallery popup styling */

.js-gallery-modal .close {
  opacity: 1;
}

.js-gallery-modal .close::before,
.js-gallery-modal .close::after {
  background-color: #fff;
  height: 24px;
}

.js-gallery-modal .modal-dialog {
  height: 100%;
  width: 800px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .js-gallery-modal .modal-dialog {
    width: 88%;
  }
}

@media (max-width: 575.98px) {
  .js-gallery-modal .modal-dialog {
    width: auto;
  }
}

.js-gallery-modal .modal-content,
.js-gallery-modal .modal-dialog--centered .modal-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
}

.js-gallery-modal .modal-body {
  padding: 0;
  overflow: hidden;
}

.js-gallery-modal .image-frame {
  border-radius: 8px;
  overflow: hidden;
}

.js-gallery-modal .js-gallery-image {
  width: 100%;
  height: auto;
}

.js-gallery-modal .image-desc {
  padding-top: 5px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.js-gallery-modal .gallery-nav {
  width: 45px;
  height: 45px;
  margin-top: -23px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .js-gallery-modal .gallery-nav {
    width: 33px;
    height: 33px;
    opacity: 0.75;
  }
}

.js-gallery-modal .js-gallery-prev {
  left: 55px;
  background: url("/Assets/img/icons/gallery-popup-prev.png") center center no-repeat;
}

@media (max-width: 767.98px) {
  .js-gallery-modal .js-gallery-prev {
    left: 15px;
  }
}

@media (max-width: 575.98px) {
  .js-gallery-modal .js-gallery-prev {
    left: 5px;
    background-size: contain;
  }
}

.js-gallery-modal .js-gallery-next {
  right: 55px;
  background: url("/Assets/img/icons/gallery-popup-next.png") center center no-repeat;
}

@media (max-width: 767.98px) {
  .js-gallery-modal .js-gallery-next {
    right: 15px;
  }
}

@media (max-width: 575.98px) {
  .js-gallery-modal .js-gallery-next {
    right: 5px;
    background-size: contain;
  }
}

/* create the x shape */

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  opacity: 0.3;
  z-index: 2;
  -webkit-transition: .2s;
  transition: .2s;
}

.close:hover {
  opacity: 1;
}

.close:before,
.close:after {
  content: ' ';
  position: absolute;
  left: 15px;
  height: 24px;
  width: 2px;
  background-color: #171717;
}

.close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* for /faq pages */

.most-asked-list h3 {
  margin-bottom: 15px;
}

.most-asked-list .p-group {
  margin-bottom: 35px;
}

.split-side .split-frame {
  min-height: 880px;
  position: relative;
  overflow: hidden;
}

.split-side .side {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .split-side .side {
    width: 300px;
  }
}

@media (max-width: 991.98px) {
  .split-side .side {
    position: relative;
    width: auto;
  }
}

.split-side .side .inner-frame {
  width: 300px;
  height: 100%;
  margin-right: 285px;
  padding: 60px 0 0 0;
  background-color: #ededed;
  float: right;
  position: relative;
}

@media (max-width: 1199.98px) {
  .split-side .side .inner-frame {
    width: auto;
    margin: 0;
    padding: 30px 20px 0;
    float: none;
  }
}

@media (max-width: 991.98px) {
  .split-side .side .inner-frame {
    padding: 20px;
  }
}

.split-side .side .inner-frame::before {
  content: '';
  display: block;
  width: 99999px;
  height: 100%;
  background-color: #ededed;
  position: absolute;
  right: 100%;
  top: 0;
}

.split-side .side.white {
  top: 50px;
  bottom: 40px;
}

@media (max-width: 1199.98px) {
  .split-side .side.white {
    top: 30px;
    bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .split-side .side.white {
    top: 0;
    bottom: 0;
  }
}

.split-side .side.white .inner-frame {
  padding-top: 10px;
  background-color: #fff;
  border-right: solid 1px #d7d7d7;
}

@media (max-width: 1199.98px) {
  .split-side .side.white .inner-frame {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .split-side .side.white .inner-frame {
    border-right: 0;
    border-bottom: solid 1px #d7d7d7;
    padding-top: 20px;
  }
}

.split-side .side.white .inner-frame::before {
  background-color: #fff;
}

.split-side .main {
  height: 100%;
  margin-left: 50%;
  position: relative;
}

@media (max-width: 1199.98px) {
  .split-side .main {
    margin-left: 300px;
  }
}

@media (max-width: 991.98px) {
  .split-side .main {
    margin: 0;
  }
}

.split-side .main .inner-frame {
  width: auto;
  height: 100%;
  margin-left: -285px;
  padding: 60px 0 0;
  background-color: #fff;
}

@media (max-width: 1199.98px) {
  .split-side .main .inner-frame {
    margin: 0;
    padding-top: 30px;
  }
}

.split-side .main .inner-frame .no-result {
  text-align: center;
}

.split-side .main .inner-frame .no-result h1,
.split-side .main .inner-frame .no-result p {
  display: block;
  text-align: center;
}

.split-side .main .inner-frame .no-result h1 {
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  .split-side .main .inner-frame .no-result h1 {
    margin-top: 0px;
  }
}

.split-side .main.partial .faq-header,
.split-side .main.partial .faq-list {
  width: 840px;
  margin-left: 30px;
}

@media (max-width: 1199.98px) {
  .split-side .main.partial .faq-header,
  .split-side .main.partial .faq-list {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 991.98px) {
  .split-side .main.partial .faq-header,
  .split-side .main.partial .faq-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.split-side .main.partial .faq-header {
  padding-left: 0;
  padding-right: 0;
}

.split-side .main.partial .faq-item .frame {
  width: auto;
  padding-left: 0;
}

@media (max-width: 1199.98px) {
  .split-side .main.partial .faq-item .frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.faq-header {
  padding: 0 30px 1rem;
  border-bottom: solid 1px #d7d7d7;
}

@media (max-width: 1199.98px) {
  .faq-header {
    padding-bottom: 30px;
  }
}

@media (max-width: 991.98px) {
  .faq-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.faq-header p,
.faq-header h1 {
  margin: 0;
}

.faq-item {
  padding: 40px 0;
  border-top: solid 1px #d7d7d7;
  /* pagination - altered align, margin, & padding */
}

@media (max-width: 1199.98px) {
  .faq-item {
    padding: 30px 0;
  }
}

.faq-item:first-child {
  border-top: none;
}

.faq-item h3,
.faq-item p,
.faq-item ul,
.faq-item ol {
  width: 80%;
}

@media (max-width: 1199.98px) {
  .faq-item h3,
  .faq-item p,
  .faq-item ul,
  .faq-item ol {
    width: auto;
  }
}

.faq-item img {
  display: block;
  max-width: 100%;
  margin-top: 20px;
}

.faq-item img:first-child {
  margin-top: 0;
}

.faq-item .frame {
  width: 870px;
  padding: 0 0 0 30px;
}

@media (max-width: 1199.98px) {
  .faq-item .frame {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 991.98px) {
  .faq-item .frame {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.faq-item .pagination-wrapper {
  text-align: left;
  padding: 0;
}

.faq-item .pagination {
  margin: 0;
}

/* for /forex-rates page */

.forex-header {
  margin-bottom: 50px;
}

.forex-header h1,
.forex-header h2,
.forex-header h3,
.forex-header h4,
.forex-header p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .forex-header h1 {
    margin-bottom: 10px;
  }
}

.forex-header .btn,
.forex-header .button-cta {
  width: 100%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .forex-header .btn,
  .forex-header .button-cta {
    max-width: 200px;
    margin-top: 15px;
  }
}

.forex-header .btn .icons,
.forex-header .button-cta .icons {
  margin-left: 10px;
  font-size: 20px;
  line-height: 16px;
  position: relative;
  top: 4px;
}

.forex-converter {
  margin-bottom: 40px;
}

.forex-converter h1,
.forex-converter h2,
.forex-converter h3,
.forex-converter h4,
.forex-converter p {
  margin: 0;
}

.forex-converter .frame {
  padding: 30px 50px 30px 40px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 991.98px) {
  .forex-converter .frame {
    padding: 20px;
  }
}

.forex-converter .frame::after {
  content: '';
  display: block;
  width: 100%;
  float: none;
  clear: both;
}

@media (max-width: 991.98px) {
  .forex-converter .conv-title h2 {
    margin-bottom: 10px;
  }
}

.forex-converter .conv-input {
  margin-top: 8px;
}

@media (max-width: 991.98px) {
  .forex-converter .conv-input {
    margin-top: 0;
  }
}

.forex-converter .conv-input form .form-group {
  padding-top: 10px;
  padding-bottom: 10px;
}

.forex-converter .conv-input form .left {
  width: 26.315%;
  margin-right: 3.289%;
}

.forex-converter .conv-input form .right {
  width: 70.395%;
}

@media (max-width: 767.98px) {
  .forex-converter .conv-input form .m2u-select .value {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 767.98px) {
  .forex-converter .conv-input form input[type="text"],
  .forex-converter .conv-input form input[type="number"] {
    font-size: 22px;
  }
}

.forex-converter .conv-input .separator {
  text-align: center;
  line-height: 50px;
}

@media (max-width: 767.98px) {
  .forex-converter .conv-input .separator {
    margin: 10px 0;
    text-align: left;
    line-height: 24px;
  }
}

.career-what-happening .container {
  position: relative;
}

.career-what-happening .row.sticky,
.career-what-happening .skeleton .sticky.skeleton__wrapper,
.skeleton .career-what-happening .sticky.skeleton__wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .career-what-happening .row.sticky,
  .career-what-happening .skeleton .sticky.skeleton__wrapper,
  .skeleton .career-what-happening .sticky.skeleton__wrapper {
    position: static;
  }
}

.career-what-happening .shifted {
  margin-top: 130px;
}

@media (max-width: 991.98px) {
  .career-what-happening .shifted {
    margin-top: 0;
  }
}

.career-testimonial .quote-text {
  font-family: 'latoregular';
  padding-top: 55px;
  padding-right: 20px;
  margin-bottom: 35px;
}

@media (max-width: 991.98px) {
  .career-testimonial .quote-text {
    padding-top: 30px;
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.career-testimonial .quote-writer {
  font-family: 'latolight';
  font-style: italic;
}

/* can be used for others */

@media (max-width: 991.98px) {
  .desktop-only {
    display: none;
  }
}

/* a.k.a article detail, also used in article detail page,
   and maybe some other detail pages in the future */

.career-program .career-program-content {
  width: 770px;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .career-program .career-program-content {
    width: auto;
  }
}

.career-program .career-program-content .date {
  margin-bottom: 30px;
}

.career-program .career-program-content img {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.career-program .career-program-content .filter-tag-wrapper {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .career-program .career-program-content .filter-tag-wrapper .filter-tag-list span {
    font-size: 11px;
    line-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.career-category-list .container {
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .career-category-list .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.career-category-list .row,
.career-category-list .skeleton .skeleton__wrapper,
.skeleton .career-category-list .skeleton__wrapper {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.career-category-list .col {
  margin-top: -1px;
  border-top: solid 1px #9d9d9d;
  position: relative;
  padding: 20px 30px 21px 0;
}

@media (min-width: 768px) {
  .career-category-list .col:nth-child(2n) {
    padding-right: 0;
    padding-left: 31px;
  }

  .career-category-list .col:nth-child(2n)::before {
    content: '';
    display: block;
    width: 1px;
    background: #9d9d9d;
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
  }
}

.career-category-list h3 {
  margin-top: 12px;
  margin-bottom: 10px;
  height: 26px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .career-category-list h3 {
    padding-right: 90px;
    height: 52px;
  }
}

@media (max-width: 767.98px) {
  .career-category-list h3 {
    padding-right: 80px;
    height: auto;
  }
}

.career-category-list a.see-more {
  margin-top: 0;
  margin-bottom: 10px;
  color: #9d9d9d;
}

.career-category-list .opening-label {
  padding: 0 10px;
  margin: 0;
  border-radius: 8px;
  background: #FFC600;
  font-family: 'latobold';
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #373737;
  position: absolute;
  right: 8%;
  top: 30px;
}

@media (max-width: 1199.98px) {
  .career-category-list .opening-label {
    font-size: 11px;
    right: 3%;
  }
}

@media (max-width: 767.98px) {
  .career-category-list .opening-label {
    font-size: 14px;
  }
}

.career-summary {
  padding-top: 10px;
  padding-bottom: 10px;
}

.career-summary .container {
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .career-summary .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.career-summary .row,
.career-summary .skeleton .skeleton__wrapper,
.skeleton .career-summary .skeleton__wrapper {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.career-summary .col {
  padding-top: 20px;
  padding-bottom: 21px;
  padding-left: 0;
  margin-top: -1px;
  border-top: solid 1px #9d9d9d;
}

.career-summary .col p {
  margin: 0;
}

@media screen and (max-width: 420px) {
  .career-summary .col p {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .career-filter form .col,
  .subscribe-bar form .col {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .career-filter form .col:first-child,
  .subscribe-bar form .col:first-child {
    margin-top: 0;
  }
}

.career-filter form .form-group,
.subscribe-bar form .form-group {
  padding: 0;
}

@media (max-width: 767.98px) {
  .career-filter form .form-group label,
  .subscribe-bar form .form-group label {
    font-size: 20px !important;
    margin-bottom: 3px;
  }
}

.career-filter form .form-group label.sm,
.subscribe-bar form .form-group label.sm {
  display: none;
}

@media (max-width: 767.98px) {
  .career-filter form .form-group label.sm,
  .subscribe-bar form .form-group label.sm {
    display: block;
  }
}

.career-filter form .button-col,
.subscribe-bar form .button-col {
  padding-top: 13px;
  text-align: right;
}

@media (max-width: 1199.98px) {
  .career-filter form .button-col,
  .subscribe-bar form .button-col {
    padding-top: 30px;
    text-align: left;
  }
}

.career-filter form .btn,
.subscribe-bar form .btn,
.career-filter form .button-cta,
.subscribe-bar form .button-cta {
  display: inline-block;
  width: 88%;
  max-width: 230px;
}

.career-filter form .m2u-select select,
.subscribe-bar form .m2u-select select {
  font-size: 20px !important;
  padding: 0 0 3px;
  margin-left: -3px;
  color: #fff;
  height: 37px;
  border-bottom: solid 1px #fff;
}

.career-filter form .m2u-select .select-custom,
.subscribe-bar form .m2u-select .select-custom {
  max-height: 73px;
  border-bottom: solid 1px #fff;
}

.career-filter form .m2u-select .select-custom__header .title,
.subscribe-bar form .m2u-select .select-custom__header .title {
  font-family: 'latobold';
  font-weight: normal;
  font-size: 20px !important;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.career-filter form .m2u-select .select-custom__header .header__value,
.subscribe-bar form .m2u-select .select-custom__header .header__value {
  font-size: 20px;
  font-family: 'latolight';
}

.career-list table {
  width: 100%;
}

.career-list table th {
  padding-bottom: 10px;
  padding-right: 10px;
}

.career-list table th span {
  display: inline-block;
  position: relative;
  font-size: 26px;
  line-height: 32px;
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .career-list table th span {
    font-size: 21px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  .career-list table th span {
    padding-right: 24px;
    font-size: 17px;
    line-height: 24px;
  }
}

.career-list table th span .icon {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .career-list table th span .icon {
    height: 13px;
    font-size: 15px;
  }
}

.career-list table th .sortable {
  cursor: pointer;
}

.career-list table th .desc .icon-arrow-down {
  display: block;
}

.career-list table th .asc .icon-arrow-up {
  display: block;
}

.career-list table td {
  padding: 30px 10px 30px 0;
  border-bottom: solid 1px #9d9d9d;
  font-size: 20px;
  color: #808080;
  vertical-align: top;
}

@media (max-width: 991.98px) {
  .career-list table td {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .career-list table td {
    font-size: 15px;
  }
}

.career-list table td h3,
.career-list table td p {
  margin: 0;
  padding: 0;
  color: #373737;
}

@media (max-width: 767.98px) {
  .career-list table td h3 {
    font-size: 17px;
  }
}

.career-list table td p {
  font-size: 14px;
  color: #808080;
}

.career-list table tr:nth-last-child(1) td {
  border-bottom: none;
}

.second-property-filter form .form-group {
  padding: 0;
}

.second-property-filter form .form-control.invisible {
  display: none;
}

@media (max-width: 991.98px) {
  .second-property-filter .m2u-select {
    margin-bottom: 30px;
  }
}

.second-property-filter .m2u-select .icon {
  top: 10px;
}

.second-property-filter .m2u-select .select-custom__header .title {
  display: none;
}

.second-property-filter .m2u-select .select-custom__header .header__value {
  top: 0;
  padding-top: 7px;
  padding-bottom: 12px;
}

.second-property-filter .m2u-select .select-custom__header .header__value .value {
  font-size: 20px;
}

.second-property-filter .m2u-select .select-custom {
  max-height: 42px;
}

.second-property-filter .m2u-select .select-custom__lists {
  top: 100%;
}

/* the slides */

.slick-slide {
  margin: 0 15px;
}

/* the parent */

.slick-list {
  margin: 0 -15px;
}

.slick-arrow {
  display: none !important;
}
/*# sourceMappingURL=maps/ie-style.css.map */
