@font-face {
  font-family: 'GothamBold';
  src: url("assets/fonts/GothamBold.eot"), url("assets/fonts/GothamBold.woff") format("woff"), url("assets/fonts/GothamBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamLight';
  src: url("assets/fonts/GothamLight.eot"), url("assets/fonts/GothamLight.woff") format("woff"), url("assets/fonts/GothamLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: 'GothamLight';
  font-size: 20px;
  color: #4a4a4a;
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1500px;
  }
}

h1 {
  font-size: 72px;
  font-family: 'GothamBold';
  color: #000000;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 40px;
  font-family: 'GothamBold';
  color: #000000;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 34px;
  font-family: 'GothamLight';
  color: #000000;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 25px;
  }
}

h5 {
  font-size: 20px;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  font-family: 'GothamBold';
  border-left: 3px solid #4a4a4a;
}

.content {
  min-height: calc(100vh - 14rem);
  overflow: auto;
}

.navbar {
  padding: 2rem 1rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .navbar {
    padding: 0.5rem 0;
  }
}

.warnermedia {
  width: 270px;
  border-right: 2px solid #00000040;
  padding-right: 1rem;
}

@media screen and (max-width: 768px) {
  .warnermedia {
    width: 130px;
  }
}

.nav-text {
  font-size: 34px;
  font-family: 'GothamBold';
  color: black;
  vertical-align: middle;
  padding-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .nav-text {
    font-size: 16px;
  }
}

.back_arrow {
  width: 1rem;
}

.card {
  border: none;
}

.card-header {
  background-color: transparent;
  border-bottom: none;
}

.card-header .collapsed h5 {
  font-family: 'GothamLight' !important;
  border-left: none;
}

.card-header .collapsed .rotate-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.card-header .collapsed:hover h5 > span {
  border-left: 3px solid #4a4a4a;
  -webkit-transition: border-left 60ms ease-in-out;
  transition: border-left 60ms ease-in-out;
}

.card-header a {
  color: #4a4a4a;
}

.card-header a h5 > span {
  padding-left: 1rem;
}

.card-header a:hover {
  text-decoration: none;
}

.card-header a:hover h5 > span {
  font-family: 'GothamBold';
}

.fa-angle-down:before {
  font-size: 15px;
}

.rotate-icon {
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.card-element {
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}

.card-element a {
  color: #4a4a4a;
}

.card-element a:hover {
  text-decoration: none;
  font-family: 'GothamBold';
}

.search-div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.form-control {
  border-radius: 1.5rem;
  height: 2.5rem;
  padding-left: 3.5rem;
}

.form-control::-webkit-input-placeholder {
  font-family: 'GothamLight';
  font-size: 20px;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  font-family: 'GothamLight';
  font-size: 20px;
  opacity: 1;
  /* Firefox */
}

.form-control::-ms-input-placeholder {
  font-family: 'GothamLight';
  font-size: 20px;
  opacity: 1;
  /* Firefox */
}

.form-control::placeholder {
  font-family: 'GothamLight';
  font-size: 20px;
  opacity: 1;
  /* Firefox */
}

.form-control:focus {
  border-color: #ffbb33;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(255, 187, 51, 0.25);
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 505;
  background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
}

input[type='search']:focus::-webkit-search-cancel-button {
  opacity: 0.3;
  pointer-events: all;
}

.search-icon {
  position: absolute;
  margin-left: 1.7rem;
  margin-top: 0.85rem;
  color: #4a4a4a;
  font-size: 16px;
  width: 0.8rem;
}

.footer {
  padding: 1rem 1rem;
  width: 100%;
  background-color: #fff;
}

.text {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .text {
    font-size: 18px;
  }
}
/*# sourceMappingURL=styles.css.map */