@font-face {
  font-family: CenturyGothic;
  src: url("../fonts/century-gothic.ttf");
}

@font-face {
  font-family: DidactGothic;
  src: url("../fonts/DidactGothic-Regular.ttf");
}

@font-face {
  font-family: Arimo;
  src: url("../fonts/Arimo.ttf");
}

@font-face {
  font-family: ArimoBold;
  src: url("../fonts/Arimo-Bold.ttf");
}

@font-face {
  font-family: AdamCGPro;
  src: url("../fonts/adam-cg-pro.otf");
}

body {
  font-family: DidactGothic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: ArimoBold;
}

a, a:hover {
  color: #AC8220;
}

.text-primary {
  color: #AC8220 !important;
}

.border-bottom-5px {
  border-bottom: 5px solid #AC8220;
}

.bg-primary {
  background-color: #AC8220 !important;
}

.border-primary {
  border-color: #AC8220 !important;
}

.font-small {
  font-size: small;
}

a.text-primary:focus, a.text-primary:hover {
  color: #AC8220 !important;
}

.text-dark {
  color: #111111;
}

.fade-in {
  -webkit-animation: fadeIn ease 1s;
          animation: fadeIn ease 1s;
}

.fade-top {
  -webkit-animation: fadeTop ease 1s;
          animation: fadeTop ease 1s;
}

.fade-left {
  -webkit-animation: fadeLeft ease 1s;
          animation: fadeLeft ease 1s;
}

.fade-right {
  -webkit-animation: fadeRight ease 1s;
          animation: fadeRight ease 1s;
}

.fade-bottom {
  -webkit-animation: fadeBottom ease 1s;
          animation: fadeBottom ease 1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
  color: #000;
  opacity: 0.7;
}

.site-mobile-menu .site-nav-wrap {
  font-family: 'AdamCGPro';
}

.btn-primary {
  background-color: #AC8220;
  border-color: #AC8220;
  color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:disabled {
  background-color: #AC8220 !important;
  border-color: #AC8220 !important;
}

.btn-outline-light:hover {
  color: #AC8220;
  background-color: transparent;
  border-color: #AC8220;
}

.btn-logout {
  width: 150px;
}

.site-navbar-wrap {
  position: fixed;
  width: auto;
  right: 0;
}

.scrolling, section#performance-tally .content-body .grid-by-3, section#accountManagementDepartment .table-container,
section#creativesDepartment .table-container,
section#operationsDepartment .table-container, #carousel_employees .grid-by-3 {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.scrolling::-webkit-scrollbar, section#performance-tally .content-body .grid-by-3::-webkit-scrollbar, section#accountManagementDepartment .table-container::-webkit-scrollbar,
section#creativesDepartment .table-container::-webkit-scrollbar,
section#operationsDepartment .table-container::-webkit-scrollbar, #carousel_employees .grid-by-3::-webkit-scrollbar {
  width: 7px;
  display: initial;
}

.scrolling::-webkit-scrollbar-track, section#performance-tally .content-body .grid-by-3::-webkit-scrollbar-track, section#accountManagementDepartment .table-container::-webkit-scrollbar-track,
section#creativesDepartment .table-container::-webkit-scrollbar-track,
section#operationsDepartment .table-container::-webkit-scrollbar-track, #carousel_employees .grid-by-3::-webkit-scrollbar-track {
  background: #AC8220;
  border-radius: 5px;
}

.scrolling::-webkit-scrollbar-thumb, section#performance-tally .content-body .grid-by-3::-webkit-scrollbar-thumb, section#accountManagementDepartment .table-container::-webkit-scrollbar-thumb,
section#creativesDepartment .table-container::-webkit-scrollbar-thumb,
section#operationsDepartment .table-container::-webkit-scrollbar-thumb, #carousel_employees .grid-by-3::-webkit-scrollbar-thumb {
  background: #111111;
  border: 0.5px solid #AC8220;
  border-radius: 5px;
}

.scrolling::-webkit-scrollbar-thumb:hover, section#performance-tally .content-body .grid-by-3::-webkit-scrollbar-thumb:hover, section#accountManagementDepartment .table-container::-webkit-scrollbar-thumb:hover,
section#creativesDepartment .table-container::-webkit-scrollbar-thumb:hover,
section#operationsDepartment .table-container::-webkit-scrollbar-thumb:hover, #carousel_employees .grid-by-3::-webkit-scrollbar-thumb:hover {
  background: #AC8220;
}

.scrolling-x {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.scrolling-x::-webkit-scrollbar {
  width: 5px;
  display: initial;
}

.scrolling-x::-webkit-scrollbar-track {
  background: #AC8220;
}

.scrolling-x::-webkit-scrollbar-thumb {
  background: #111111;
  border: 0.5px solid #AC8220;
}

.scrolling-x::-webkit-scrollbar-thumb:hover {
  background: #AC8220;
}

.text-hidden {
  visibility: hidden !important;
}

.site-navbar-wrap a {
  color: #AC8220;
}

.site-navbar-wrap a.black {
  color: #000;
}

@media screen and (max-width: 767px) {
  .site-navbar-wrap a.black {
    color: #e0a212;
  }
}

#landing-awards h3, #landing-awards h5 {
  font-family: 'CenturyGothic';
}

#landing-awards .btnSubmitEntry {
  cursor: pointer;
}

#landing-awards .aurum-logo-img {
  width: 50%;
}

#landing-awards .aurum-awards-img {
  width: 50%;
}

#landing-awards .form-control {
  border-radius: 10px;
}

#landing-awards .btn-awards {
  text-align: center;
  border-radius: 5px;
  background-color: #AC8220;
  border-color: #AC8220;
  color: #000;
  font-family: 'AdamCGPro';
  height: 35px;
}

#landing-awards .modal-content {
  border-radius: 0px !important;
  background-color: #111111;
  border: 1px solid #444040;
}

#landing-awards .modal-content .modal-header {
  border-bottom: none;
}

#landing-awards .modal-content .modal-header .close {
  opacity: inherit;
  padding: 0;
  margin: 1rem 1rem 0 auto;
}

#landing-awards .modal-content .modal-header .close-button {
  width: 30px;
}

#landing-awards .modal-content .aurum-box {
  position: relative;
}

#landing-awards .modal-content .aurum-box .cut-border {
  border: 5px solid #AC8220;
  width: 100%;
  border-radius: 25px;
  position: relative;
  display: inline-block;
  border-radius: 15px;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  cursor: pointer;
}

#landing-awards .modal-content .aurum-box .cut-border::before {
  content: "";
  position: absolute;
  height: calc(100% + 10px);
  width: 80%;
  background-color: #111111;
  top: -5px;
  left: 10%;
}

#landing-awards .modal-content .aurum-box .cut-border::after {
  content: "";
  position: absolute;
  height: 50%;
  width: calc(100% + 10px);
  background-color: #111111;
  top: 25%;
  left: -5px;
}

#landing-awards .modal-content .aurum-box .cut-border .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

#landing-awards .modal-content .aurum-box .cut-border .content .title {
  color: #fff;
  text-align: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  font-size: 1.25rem;
}

#landing-awards table {
  width: 100%;
}

#landing-awards td {
  border: 1px solid #AC8220;
  text-align: left;
  padding: 8px;
}

#landing-awards th {
  border: 1px solid #AC8220;
  background-color: #AC8220;
  color: #fff;
  text-align: center;
  padding: 8px;
}

#landing-awards .center {
  text-align: center;
}

#landing-awards .close {
  margin-left: auto;
  padding: 2rem;
}

#landing-awards .modal .wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 15px;
}

#landing-awards .modal .wrapper ul li {
  line-height: 1.5rem;
}

#landing-awards .modal .wrapper:before, #landing-awards .modal .wrapper:after, #landing-awards .modal .wrapper > :first-child:before, #landing-awards .modal .wrapper > :first-child:after {
  position: absolute;
  width: 100px;
  height: 100px;
  border-color: #AC8220;
  /* or whatever colour */
  border-style: solid;
  /* or whatever style */
  content: ' ';
}

#landing-awards .modal .wrapper:before {
  top: 0;
  left: 0;
  border-width: 5px 0 0 5px;
  border-top-left-radius: 30px;
}

#landing-awards .modal .wrapper:after {
  top: 0;
  right: 0;
  border-width: 5px 5px 0 0;
  border-top-right-radius: 30px;
}

#landing-awards .modal .wrapper > :first-child:before {
  bottom: 0;
  right: 0;
  border-width: 0 5px 5px 0;
  border-bottom-right-radius: 30px;
}

#landing-awards .modal .wrapper > :first-child:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 5px 5px;
  border-bottom-left-radius: 30px;
}

@font-face {
  font-family: CenturyGothic;
  src: url("../fonts/century-gothic.ttf");
}

@font-face {
  font-family: DidactGothic;
  src: url("../fonts/DidactGothic-Regular.ttf");
}

@font-face {
  font-family: Arimo;
  src: url("../fonts/Arimo.ttf");
}

@font-face {
  font-family: ArimoBold;
  src: url("../fonts/Arimo-Bold.ttf");
}

@font-face {
  font-family: AdamCGPro;
  src: url("../fonts/adam-cg-pro.otf");
}

section#spotlight .title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  height: 100%;
  line-height: normal;
  margin: 0 auto;
  font-size: 4vw;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

section#spotlight .img-wrapper {
  position: relative;
  height: 280px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  overflow: hidden;
}

section#spotlight .img-wrapper:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

section#spotlight .img-wrapper:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

section#spotlight .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all .25s;
  transition: all .25s;
}

section#spotlight .card {
  height: 280px;
}

section#spotlight .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

section#spotlight .card .card-title {
  text-transform: uppercase;
}

section#spotlight .line-clamp-3x {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#spotlight-modals .modal .modal-content {
  background-color: #111111;
}

#spotlight-modals .modal .modal-content .modal-header {
  background-color: #AC8220;
  position: relative;
}

#spotlight-modals .modal .modal-content .modal-header .modal-title {
  position: relative;
  text-transform: uppercase;
}

#spotlight-modals .modal .modal-content .modal-header .modal-title::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #fff;
  left: 0;
}

#spotlight-modals .modal .modal-content .modal-header .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0;
}

#spotlight-modals .modal .modal-content .modal-header .close img {
  width: 30px;
}

@media (min-width: 992px) {
  #spotlight-modals .modal-lg, #spotlight-modals .modal-xl {
    max-width: 1000px;
  }
}

/* articles */
section#articles .title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  height: 100%;
  line-height: normal;
  margin: 0 auto;
  font-size: 4vw;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

section#articles .img-wrapper {
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  overflow: hidden;
}

section#articles .img-wrapper:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

section#articles .img-wrapper:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

section#articles .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all .25s;
  transition: all .25s;
}

section#articles .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

section#articles .line-clamp-3x {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section#articles hr {
  border: 1px solid white;
}

section#articles h5 {
  font-family: 'AdamCGPro';
}

#articles-modals .modal .modal-content {
  background-color: #111111;
}

#articles-modals .modal .modal-content .modal-header {
  background-color: #AC8220;
  position: relative;
}

#articles-modals .modal .modal-content .modal-header .modal-title {
  position: relative;
}

#articles-modals .modal .modal-content .modal-header .modal-title::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: #fff;
  left: 0;
}

#articles-modals .modal .modal-content .modal-header .modal-title h3 {
  font-family: AdamCGPro;
}

#articles-modals .modal .modal-content .modal-header .modal-title h5 {
  font-family: DidactGothic;
}

#articles-modals .modal .modal-content .modal-header .close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0;
}

#articles-modals .modal .modal-content .modal-header .close img {
  width: 30px;
}

#articles-modals .nested li {
  display: block;
  position: relative;
  color: #AC8220;
}

#articles-modals .nested-a li {
  display: block;
  position: relative;
  color: #AC8220;
}

#articles-modals .nested {
  margin-bottom: 0;
  counter-reset: number;
}

#articles-modals .parent .nested {
  counter-reset: letter;
}

#articles-modals .parent .nested li::before {
  content: counter(letter, lower-alpha) ".";
  counter-increment: letter;
}

#articles-modals .nested li::before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  margin-right: 100%;
  right: 10px;
  color: #AC8220;
}

@media (max-width: 1200px) and (min-width: 1024px) {
  section#spotlight .card {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    overflow-x: hidden;
  }
  section#spotlight .card::-webkit-scrollbar {
    width: 7px;
    display: initial;
  }
  section#spotlight .card::-webkit-scrollbar-track {
    background: #AC8220;
    border-radius: 5px;
  }
  section#spotlight .card::-webkit-scrollbar-thumb {
    background: #111111;
    border: 0.5px solid #AC8220;
    border-radius: 5px;
  }
  section#spotlight .card::-webkit-scrollbar-thumb:hover {
    background: #AC8220;
  }
}

@media (min-width: 992px) {
  #articles-modals .modal-lg, #articles-modals .modal-xl {
    max-width: 1000px;
  }
}

/*
* Landing
*/
#landing-page h2, #landing-page h3 {
  font-family: CenturyGothic;
}

#landing-page .btn-logout {
  font-family: CenturyGothic;
}

#landing-page .aurum-box {
  position: relative;
}

#landing-page .aurum-box .cut-border {
  border: 3px solid #fff;
  width: 100%;
  height: 250px;
}

#landing-page .aurum-box .cut-border:hover {
  border: 3px solid #AC8220;
}

section.site-blocks-cover.one #jlr-welcome {
  position: relative;
}

section.site-blocks-cover.one #jlr-welcome::before {
  content: '';
  position: absolute;
  width: 60%;
  height: 100%;
  background-color: #AC8220;
  left: 0;
  top: 0;
  z-index: -1;
}

section.site-blocks-cover.one #jlr-welcome::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

section.site-blocks-cover.one #welcome-border {
  top: 50%;
  height: 5px;
  width: 90%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -100%;
  border-bottom: 3px solid #AC8220;
  position: absolute;
}

section.site-blocks-cover.one .content {
  height: 500px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

section.site-blocks-cover.one .content::-webkit-scrollbar {
  width: 7px;
  display: initial;
}

section.site-blocks-cover.one .content::-webkit-scrollbar-track {
  background: #AC8220;
  border-radius: 5px;
}

section.site-blocks-cover.one .content::-webkit-scrollbar-thumb {
  background: #111111;
  border: 0.5px solid #AC8220;
  border-radius: 5px;
}

section.site-blocks-cover.one .content::-webkit-scrollbar-thumb:hover {
  background: #AC8220;
}

@media (max-width: 767px) and (orientation: portrait) {
  section.site-blocks-cover.one {
    height: auto;
    scroll-snap-align: initial;
  }
  section.site-blocks-cover.one .content {
    height: auto;
    overflow: initial;
  }
}

section#bulletin .bulletin-title {
  font-size: 3rem;
}

section#bulletin .bulletin-menu .menu-item {
  font-size: 1.25rem;
  font-weight: 600;
  color: #AC8220;
  list-style: none;
  margin-bottom: 3rem;
  padding-left: 0;
  cursor: pointer;
  position: relative;
  font-family: 'AdamCGPro';
}

section#bulletin .bulletin-menu .menu-item.active {
  margin-bottom: 1.5rem;
}

section#bulletin .bulletin-menu .menu-item:not(.active)::after {
  content: "";
  display: block;
  height: 3px;
  left: -50%;
  position: absolute;
  bottom: -3px;
  background: #AC8220;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

section#bulletin .bulletin-menu .menu-item:not(.active):hover:after {
  width: 100%;
  left: -20%;
}

section#bulletin .bulletin-menu .dropdown-container, section#bulletin .bulletin-menu .epr-menu {
  display: none;
  -webkit-animation: fadeLeft .25s ease alternate;
          animation: fadeLeft .25s ease alternate;
}

section#bulletin .bulletin-menu .dropdown-container li, section#bulletin .bulletin-menu .epr-menu li {
  display: block;
  list-style: none;
  font-size: 1rem;
  font-weight: 600;
  color: #AC8220;
  list-style: none;
  margin-bottom: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  opacity: 0.7;
}

section#bulletin .bulletin-menu .dropdown-container li:not(.with-drop):hover, section#bulletin .bulletin-menu .epr-menu li:not(.with-drop):hover {
  opacity: 1;
}

section#bulletin .bulletin-menu .dropdown-container li:not(.with-drop)::after, section#bulletin .bulletin-menu .epr-menu li:not(.with-drop)::after {
  content: "";
  display: block;
  height: 3px;
  left: -50%;
  position: absolute;
  bottom: -3px;
  background: #AC8220;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

section#bulletin .bulletin-menu .dropdown-container li:not(.with-drop):hover:after, section#bulletin .bulletin-menu .epr-menu li:not(.with-drop):hover:after {
  width: 100%;
  left: -20%;
}

section#bulletin .bulletin-menu .epr-menu {
  display: block;
  -webkit-animation: fadeTop ease 1s;
          animation: fadeTop ease 1s;
}

section#bulletin li::-moz-selection {
  color: #AC8220;
  background: initial;
}

section#bulletin li::selection {
  color: #AC8220;
  background: initial;
}

section#bulletin .title {
  font-size: 2.5rem;
  position: relative;
  padding-right: 1.5rem;
  font-weight: 600;
  margin-right: 100px;
}

section#bulletin .title::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 10%;
  width: 6px;
  background-color: #111111;
  height: 200%;
}

section#bulletin #qoutes-container {
  margin-top: 5rem;
}

section#bulletin #qoutes-container .qoutes {
  font-weight: normal;
  line-height: 1.8;
  font-family: 'DidactGothic';
}

section#bulletin #qoutes-container .author {
  font-size: 1.25rem;
  position: relative;
  max-width: 30%;
  color: #ccc;
  opacity: 0.7;
}

section#bulletin #qoutes-container .author::before {
  content: '';
  position: absolute;
  width: 146%;
  height: 3px;
  background-color: #ccc;
  bottom: -0.5rem;
  right: 0;
}

section#performance-tally .content-body {
  overflow: hidden;
}

section#performance-tally .content-body .grid-by-3 {
  overflow-y: auto;
}

section#performance-tally .percentage-label {
  color: #AC8220;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.25rem;
}

section#performance-tally .bar {
  border: 1px solid #AC8220;
  width: 50px;
  height: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

section#performance-tally .bar .percentage {
  background-color: #AC8220;
  width: 100%;
}

section#performance-tally .cut-border,
section#accountManagementDepartment .cut-border,
section#creativesDepartment .cut-border,
section#operationsDepartment .cut-border,
section#employees .cut-border,
section#spotlight .cut-border {
  border: 2px solid #AC8220;
  width: 100%;
  min-height: 60vh;
}

section#performance-tally .content-body,
section#accountManagementDepartment .content-body,
section#creativesDepartment .content-body,
section#operationsDepartment .content-body,
section#employees .content-body,
section#spotlight .content-body {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 2rem 1rem;
  top: 0;
}

section#performance-tally .content-body .company,
section#accountManagementDepartment .content-body .company,
section#creativesDepartment .content-body .company,
section#operationsDepartment .content-body .company,
section#employees .content-body .company,
section#spotlight .content-body .company {
  height: 40px;
}

section#performance-tally .content-header,
section#accountManagementDepartment .content-header,
section#creativesDepartment .content-header,
section#operationsDepartment .content-header,
section#employees .content-header,
section#spotlight .content-header {
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}

section#performance-tally .content-header p,
section#accountManagementDepartment .content-header p,
section#creativesDepartment .content-header p,
section#operationsDepartment .content-header p,
section#employees .content-header p,
section#spotlight .content-header p {
  font-size: .9rem;
  line-height: 1.2;
  margin-bottom: 0;
}

section#performance-tally .content-footer,
section#accountManagementDepartment .content-footer,
section#creativesDepartment .content-footer,
section#operationsDepartment .content-footer,
section#employees .content-footer,
section#spotlight .content-footer {
  position: absolute;
  bottom: -12%;
}

section#performance-tally .content-footer .total,
section#accountManagementDepartment .content-footer .total,
section#creativesDepartment .content-footer .total,
section#operationsDepartment .content-footer .total,
section#employees .content-footer .total,
section#spotlight .content-footer .total {
  font-size: 2.5rem;
}

section#performance-tally .content-footer .cf-desc,
section#accountManagementDepartment .content-footer .cf-desc,
section#creativesDepartment .content-footer .cf-desc,
section#operationsDepartment .content-footer .cf-desc,
section#employees .content-footer .cf-desc,
section#spotlight .content-footer .cf-desc {
  font-size: x-small;
  line-height: 1.2;
}

section#performance-tally .carousel-inner,
section#accountManagementDepartment .carousel-inner,
section#creativesDepartment .carousel-inner,
section#operationsDepartment .carousel-inner,
section#employees .carousel-inner,
section#spotlight .carousel-inner {
  overflow: initial;
}

section#performance-tally .carousel-indicators,
section#accountManagementDepartment .carousel-indicators,
section#creativesDepartment .carousel-indicators,
section#operationsDepartment .carousel-indicators,
section#employees .carousel-indicators,
section#spotlight .carousel-indicators {
  bottom: -10%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 3rem;
  margin-bottom: 0;
}

section#performance-tally .carousel-indicators li,
section#accountManagementDepartment .carousel-indicators li,
section#creativesDepartment .carousel-indicators li,
section#operationsDepartment .carousel-indicators li,
section#employees .carousel-indicators li,
section#spotlight .carousel-indicators li {
  text-indent: 0;
  border: 0;
  height: 23px;
  background-color: transparent;
  font-weight: bold;
  color: #AC8220;
  opacity: 1;
}

section#performance-tally .carousel-indicators li.active,
section#accountManagementDepartment .carousel-indicators li.active,
section#creativesDepartment .carousel-indicators li.active,
section#operationsDepartment .carousel-indicators li.active,
section#employees .carousel-indicators li.active,
section#spotlight .carousel-indicators li.active {
  color: #fff;
}

section#performance-tally .carousel-indicators li:hover,
section#accountManagementDepartment .carousel-indicators li:hover,
section#creativesDepartment .carousel-indicators li:hover,
section#operationsDepartment .carousel-indicators li:hover,
section#employees .carousel-indicators li:hover,
section#spotlight .carousel-indicators li:hover {
  opacity: 0.8;
}

section#performance-tally .carousel-control-prev-icon,
section#accountManagementDepartment .carousel-control-prev-icon,
section#creativesDepartment .carousel-control-prev-icon,
section#operationsDepartment .carousel-control-prev-icon,
section#employees .carousel-control-prev-icon,
section#spotlight .carousel-control-prev-icon {
  background-image: url(../img/prev-icon.png);
}

section#performance-tally .carousel-control-next, section#performance-tally .carousel-control-prev,
section#accountManagementDepartment .carousel-control-next,
section#accountManagementDepartment .carousel-control-prev,
section#creativesDepartment .carousel-control-next,
section#creativesDepartment .carousel-control-prev,
section#operationsDepartment .carousel-control-next,
section#operationsDepartment .carousel-control-prev,
section#employees .carousel-control-next,
section#employees .carousel-control-prev,
section#spotlight .carousel-control-next,
section#spotlight .carousel-control-prev {
  width: auto;
  top: auto;
  bottom: -10%;
  opacity: 1;
}

section#performance-tally .carousel-control-next:hover, section#performance-tally .carousel-control-prev:hover,
section#accountManagementDepartment .carousel-control-next:hover,
section#accountManagementDepartment .carousel-control-prev:hover,
section#creativesDepartment .carousel-control-next:hover,
section#creativesDepartment .carousel-control-prev:hover,
section#operationsDepartment .carousel-control-next:hover,
section#operationsDepartment .carousel-control-prev:hover,
section#employees .carousel-control-next:hover,
section#employees .carousel-control-prev:hover,
section#spotlight .carousel-control-next:hover,
section#spotlight .carousel-control-prev:hover {
  opacity: 0.8;
}

section#accountManagementDepartment .table-container,
section#creativesDepartment .table-container,
section#operationsDepartment .table-container {
  height: 100%;
  overflow-y: auto;
}

section#accountManagementDepartment .bulletin-table,
section#creativesDepartment .bulletin-table,
section#operationsDepartment .bulletin-table {
  text-align: center;
  border-spacing: 0 8px;
}

section#accountManagementDepartment .bulletin-table thead,
section#creativesDepartment .bulletin-table thead,
section#operationsDepartment .bulletin-table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #111111;
}

section#accountManagementDepartment .bulletin-table th,
section#creativesDepartment .bulletin-table th,
section#operationsDepartment .bulletin-table th {
  color: #AC8220;
  padding-bottom: 1em;
  line-height: 1;
}

section#accountManagementDepartment .bulletin-table tbody tr,
section#creativesDepartment .bulletin-table tbody tr,
section#operationsDepartment .bulletin-table tbody tr {
  color: #ddd;
  font-weight: 400;
}

section#accountManagementDepartment .bulletin-table tbody tr:nth-child(1),
section#creativesDepartment .bulletin-table tbody tr:nth-child(1),
section#operationsDepartment .bulletin-table tbody tr:nth-child(1) {
  color: #AC8220;
}

section#employees .title {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  height: 100%;
  line-height: normal;
  margin: 0 auto;
  font-size: 4vw;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

section#employees .employee-details {
  margin-top: 1rem;
  text-align: center;
  font-family: 'DidactGothic';
}

section#employees .employee-details p {
  margin-bottom: 0;
}

section#employees .employee-details .name {
  color: #AC8220;
  font-weight: bold;
  border-bottom: 1px solid #AC8220;
  padding-bottom: .25rem;
}

section#employees .employee-details .position {
  text-transform: uppercase;
  font-size: .9rem;
  margin-top: .75rem;
}

section#employees .employee-details .position, section#employees .employee-details .agency {
  line-height: 1.5;
}

section#employees .carousel-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 20px;
  bottom: 2rem;
  right: 0;
}

section#employees .carousel-nav .carousel-control-prev, section#employees .carousel-nav .carousel-indicators {
  position: initial;
}

.asterisk {
  width: 10px;
  display: inline-block;
  line-height: .5;
}

.asterisk-1x::before {
  content: '*';
  font-size: 1.5rem;
  position: absolute;
  left: -5px;
}

.asterisk-2x::before {
  content: '**';
  font-size: 1.5rem;
  position: absolute;
  left: -10px;
}

.asterisk-3x::before {
  content: '***';
  font-size: 1.5rem;
  position: absolute;
  left: -15px;
}

#carousel_employees .grid-by-3 {
  height: 560px;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}

#carousel_employees .grid-by-3 .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border: 3px solid #AC8220;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  section#performance-tally {
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  #col-content-container {
    display: none;
  }
  section#accountManagementDepartment .bulletin-table,
  section#creativesDepartment .bulletin-table,
  section#operationsDepartment .bulletin-table {
    overflow-x: scroll;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    height: 100%;
  }
  section#performance-tally,
  section#accountManagementDepartment,
  section#creativesDepartment,
  section#operationsDepartment,
  section#employees,
  section#spotlight {
    height: auto;
  }
  section#performance-tally .content-footer,
  section#accountManagementDepartment .content-footer,
  section#creativesDepartment .content-footer,
  section#operationsDepartment .content-footer,
  section#employees .content-footer,
  section#spotlight .content-footer {
    position: initial;
    margin-top: 2rem;
  }
  section#performance-tally .carousel-indicators,
  section#accountManagementDepartment .carousel-indicators,
  section#creativesDepartment .carousel-indicators,
  section#operationsDepartment .carousel-indicators,
  section#employees .carousel-indicators,
  section#spotlight .carousel-indicators {
    position: initial;
    margin-left: 4rem;
    padding-top: .65rem;
  }
  section#performance-tally .carousel-control-next, section#performance-tally .carousel-control-prev,
  section#accountManagementDepartment .carousel-control-next,
  section#accountManagementDepartment .carousel-control-prev,
  section#creativesDepartment .carousel-control-next,
  section#creativesDepartment .carousel-control-prev,
  section#operationsDepartment .carousel-control-next,
  section#operationsDepartment .carousel-control-prev,
  section#employees .carousel-control-next,
  section#employees .carousel-control-prev,
  section#spotlight .carousel-control-next,
  section#spotlight .carousel-control-prev {
    width: auto;
    position: initial;
    float: left;
  }
  #carousel_employees .grid-by-3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    overflow-x: hidden;
    overflow-y: auto;
    height: 80vh;
  }
  #carousel_employees .grid-by-3 .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 575px) {
  section#performance-tally .bar {
    width: 30px;
    height: calc(50vh - 120px);
  }
  section#performance-tally .percentage-label {
    font-size: 2vw;
  }
  section#performance-tally .cut-border,
  section#accountManagementDepartment .cut-border,
  section#creativesDepartment .cut-border,
  section#operationsDepartment .cut-border,
  section#employees .cut-border,
  section#spotlight .cut-border {
    min-height: 50vh;
  }
}

.close-galleries {
  position: fixed;
  right: 1.5rem;
  top: 1.5rem;
  width: 35px;
  height: 35px;
  z-index: 2000;
}

.nav-wrapper .indicator {
  position: fixed;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  cursor: pointer;
}

.nav-wrapper .indicator img {
  -webkit-user-drag: none;
}

.nav-wrapper .indicator:hover {
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}

.nav-wrapper .indicator.disabled {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.nav-wrapper .indicator#prev-indicator {
  bottom: 1rem;
  left: 2rem;
}

.nav-wrapper .indicator#next-indicator {
  bottom: 1rem;
  right: 2rem;
}

#overflowGalleriesXaxis {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#overflowGalleriesXaxis::-webkit-scrollbar {
  width: 0px;
  display: initial;
}

#overflowGalleriesXaxis::-webkit-scrollbar-track {
  background: transparent;
}

#overflowGalleriesXaxis::-webkit-scrollbar-thumb {
  background: transparent;
}

#overflowGalleriesXaxis::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

#winners-board {
  overflow-x: hidden;
}

#winners-board .table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#winners-board .table-container-values {
  overflow-x: auto;
}

#winners-board .tbl-style-1 th, #winners-board .tbl-style-1 td {
  border: 1px solid #111111;
  background-color: #AC8220;
  color: #111111;
}

#winners-board .tbl-style-1 tr.blocker td {
  border-color: #111111;
  background-color: transparent;
}

#winners-board .tbl-style-2 {
  margin-left: .5rem;
}

#winners-board .tbl-style-2 th, #winners-board .tbl-style-2 td {
  border: 1px solid #AC8220;
  background-color: transparent;
}

#winners-board .tbl-style-2 th {
  color: #AC8220;
}

#winners-board .tbl-style-2 td {
  color: #fff;
}

#winners-board .tbl-style-2 tr.blocker td {
  border-color: #AC8220;
  background-color: #AC8220;
}

#winners-board .tbl-style-3 th {
  border: 1px solid #111111;
  background-color: #AC8220;
  color: #111111;
  white-space: nowrap;
}

#winners-board .tbl-style-3 th:first-child {
  border-left-color: #AC8220;
}

#winners-board .tbl-style-3 th:last-child {
  border-right-color: #AC8220;
}

#winners-board .tbl-style-3 td {
  border: 1px solid #AC8220;
  background-color: transparent;
  color: #fff;
}

#winners-board table th, #winners-board table td {
  text-align: center;
  white-space: nowrap;
}

#winners-board table tr.blocker td {
  border: 1px solid;
  height: 5px;
  padding: 0;
}

@media (max-width: 991px) {
  #winners-board .table-container-values {
    overflow: initial;
  }
  #winners-board .table-wrapper {
    overflow-x: scroll;
  }
}

@media (min-width: 768px) {
  #winners-board table th, #winners-board table td {
    padding: .25rem 1rem;
  }
  #anualTallyTable .table-container, #overallTallyTable .table-container {
    overflow-x: auto;
  }
}

/* Nominees */
#nominees-board {
  overflow-x: hidden;
}

#nominees-board .table-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#nominees-board .table-container-values {
  overflow-x: auto;
}

#nominees-board .tbl-style-1 th, #nominees-board .tbl-style-1 td {
  border: 1px solid #111111;
  background-color: #AC8220;
  color: #111111;
}

#nominees-board .tbl-style-1 tr.blocker td {
  border-color: #111111;
  background-color: transparent;
}

#nominees-board .tbl-style-2 {
  margin-left: .5rem;
}

#nominees-board .tbl-style-2 th, #nominees-board .tbl-style-2 td {
  border: 1px solid #AC8220;
  background-color: transparent;
}

#nominees-board .tbl-style-2 th {
  color: #AC8220;
}

#nominees-board .tbl-style-2 td {
  color: #fff;
}

#nominees-board .tbl-style-2 td.blocker {
  border-color: #AC8220;
  background-color: #AC8220;
}

#nominees-board .tbl-style-2 td.dark-blocker {
  border-color: #AC8220;
  background-color: transparent;
}

#nominees-board .tbl-style-2 .blackText-bgGold {
  color: #111111;
  background-color: #AC8220;
  border-color: #111111;
}

#nominees-board .tbl-style-3 th {
  border: 1px solid #111111;
  background-color: #AC8220;
  color: #111111;
  white-space: nowrap;
}

#nominees-board .tbl-style-3 th:first-child {
  border-left-color: #AC8220;
}

#nominees-board .tbl-style-3 th:last-child {
  border-right-color: #AC8220;
}

#nominees-board .tbl-style-3 td {
  border: 1px solid #AC8220;
  background-color: transparent;
  color: #fff;
}

#nominees-board table th, #nominees-board table td {
  white-space: pre-wrap;
}

#nominees-board table tr.blocker td {
  border: 1px solid;
  height: 5px;
  padding: 0;
}

@media (max-width: 991px) {
  #nominees-board .table-container-values {
    overflow: initial;
  }
  #nominees-board .table-wrapper {
    overflow-x: scroll;
  }
}

@media (min-width: 768px) {
  #nominees-board table th, #nominees-board table td {
    padding: .25rem 1rem;
  }
  #anualTallyTable .table-container, #overallTallyTable .table-container {
    overflow-x: auto;
  }
}

.aurum-awards-logo-right {
  position: absolute;
  right: 0;
  top: 3%;
  z-index: 2;
  height: 20%;
  width: 11%;
  background: url(../img/aurum-awards-logo-2021.png) no-repeat;
  background-size: 50%;
}

.carousel-control-prev-icon {
  background-image: url(../img/arrow_left.png);
}

.carousel-control-next-icon {
  background-image: url(../img/arrow_right.png);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

.cut-border {
  position: relative;
  display: inline-block;
  border-radius: 15px;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  cursor: pointer;
}

.cut-border:hover {
  border: 3px solid #AC8220;
}

.cut-border:hover .content .title {
  color: #AC8220;
}

.cut-border:hover .content .btn-outline-light {
  color: #AC8220;
  border-color: #AC8220;
}

.cut-border::before {
  content: "";
  position: absolute;
  height: calc(100% + 10px);
  width: 50%;
  background-color: #111111;
  top: -5px;
  left: 25%;
}

.cut-border::after {
  content: "";
  position: absolute;
  height: 50%;
  width: calc(100% + 10px);
  background-color: #111111;
  top: 25%;
  left: -5px;
}

.cut-border .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.cut-border .content .title {
  color: #fff;
  text-align: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  font-size: 1.25rem;
}

/*
* Guidelines
*/
#guidelines ol {
  list-style: none;
  counter-reset: li;
}

#guidelines ol li::before {
  content: counters(li, ".") ". ";
  counter-increment: item;
  color: #AC8220;
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}

#guidelines li {
  counter-increment: li;
  color: #ffffff;
}

/* for fullscreen */
.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* landing */
#guidelines .content, #landing .content {
  height: 500px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#guidelines .content::-webkit-scrollbar, #landing .content::-webkit-scrollbar {
  width: 7px;
  display: initial;
}

#guidelines .content::-webkit-scrollbar-track, #landing .content::-webkit-scrollbar-track {
  background: #AC8220;
  border-radius: 5px;
}

#guidelines .content::-webkit-scrollbar-thumb, #landing .content::-webkit-scrollbar-thumb {
  background: #111111;
  border: 0.5px solid #AC8220;
  border-radius: 5px;
}

#guidelines .content::-webkit-scrollbar-thumb:hover, #landing .content::-webkit-scrollbar-thumb:hover {
  background: #AC8220;
}

/*
* Viewpoint
* Scroll 1by1 Reference: https://stackoverflow.com/questions/19134967/scroll-to-section-by-section
*/
section.site-blocks-cover {
  position: relative;
  height: 100vh;
  scroll-snap-align: start;
}

.Loop {
  position: relative;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

#viewpoint-page {
  font-family: 'AdamCGPro';
}

#viewpoint-page h2, #viewpoint-page h4, #viewpoint-page h5 {
  font-family: 'AdamCGPro';
}

#viewpoint-page section.site-blocks-cover.one .content {
  font-family: 'DidactGothic';
}

.grid-by-7 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
      grid-template-columns: repeat(7, 1fr);
  margin: 0 1rem;
  justify-items: center;
}

.grid-by-7 .grid-col {
  margin: 0 .5rem;
}

.grid-by-6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  margin: 0 1rem;
  justify-items: center;
}

.grid-by-6 .grid-col {
  margin: 0 .5rem;
}

.grid-by-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  justify-items: center;
}

.grid-by-3 .grid-col {
  margin: 0 .5rem;
}

@media (max-width: 575px) {
  .grid-by-6 {
    width: 100% !important;
    overflow-x: auto;
  }
}
/*# sourceMappingURL=project-aurum.css.map */