html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  position: relative;
  color: #373737;
  text-size-adjust: none;
  font-size: 1rem;
}

h1, h2, h3 {
  font-family: 'Merriweather', serif;
  color: #222;
  font-weight: 400;
}

h4, h5 {
  font-family: 'Source Sans Pro', sans-serif;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.45rem;
}

h5 {
  font-size: 1.2rem;
}

p a {
  color: #4096c4;
  text-decoration: none;
  background: linear-gradient(#4096c4, #4096c4);
  background-size: 0 .1em;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 500ms;
}

p a:hover {
  background-size: 100% .1em;
  background-position: 0 100%;
  text-decoration: none;
  color: #3a84ac;
}

p.lh-p {
  line-height: 2.3rem;
}

.leader {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #3d3d3d;
}

a:hover {
  color: #3e7b9c;
}

.container {
  max-width: 1500px !important;
}

.navbar .container {
  max-width: 1500px !important;
}

.avatar {
  border-radius: 100px;
}

.text-green {
  color: #7CB342;
}

.text-blue {
  color: #3e7b9c;
}

.text-red {
  color: #a6112a;
}

.text-red:hover,
.text-dark-red {
  color: #7e0d20;
}

.text-dark-red {
  color: #7e0d20;
}

.text-dark-blue {
  color: #2e404b;
}

.text-yellow {
  color: #FFAC00;
}

.display-lh {
  line-height: 4rem;
}

.bg-blue {
  background: #2e404b;
}

.bg-green {
  background: #7CB342;
}

.bg-ltgray {
  background: #eee;
}

.bg-oat {
  background: #f3f0ec;
}

.bg-light-oat {
  background: #f8f6f4;
}

.fa-minus-circle,
.fa-plus-circle {
  font-size: 1.3rem;
}

.legend .fa-minus-circle,
.legend .fa-plus-circle {
  font-size: 1rem;
}

.fa-trash {
  color: #a6112a;
}

.file_ready::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f15b";
  padding-right: 10px;
}

.lead {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #3d3d3d;
}

.fw-700 {
  font-weight: 900;
}

.col-lg-3,
.col-lg-2 {
  display: flex;
}

.callout-icon {
  width: 50px;
}

.navbar {
  padding: 10px 20px 5px;
  background-color: #fff;
  position: relative;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #2e404b;
  font-size: 1.1rem;
  padding-left: 20px;
}

.navbar .navbar-nav .dropdown {
  padding: 0 !important;
  position: relative;
}

.navbar .navbar-nav .dropdown .dropdown-menu {
  background: #2e404b;
}

.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  color: #fff;
}

.navbar .dropdown {
  padding: 0 10px;
  border: 0;
}

.navbar .dropdown .dropdown-menu {
  position: relative;
  background: #2e404b;
  border: 0;
}

.navbar .dropdown .dropdown-menu .dropdown-item {
  color: #fff;
  margin: 0;
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover, .navbar .dropdown .dropdown-menu .dropdown-item:focus {
  background: #EEF2F4;
  color: #2e404b;
}

.navbar .dropdown .dropdown-toggle img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.navbar .dropdown .dropdown-toggle p {
  font-size: 1.1rem;
  padding-left: 10px;
}

.navbar.dashboard-nav {
  border-radius: 4px;
  background-color: #2e404b;
  margin-top: 15px;
}

.navbar.dashboard-nav .navbar-nav {
  padding: 20px 20px 10px;
}

.navbar.dashboard-nav .navbar-nav .nav-item .nav-link {
  margin: 0;
  padding: 10px 0;
  border: 0;
  color: #fff;
}

.navbar.dashboard-nav .navbar-nav .nav-item .nav-link .active {
  margin: 0;
  border: 0;
  color: #AEF028;
}

.navbar.dashboard-nav .navbar-nav .nav-item .nav-link:hover {
  color: #AEF028;
}

.side-nav {
  background: #dde2e6;
  border-radius: 6px;
  padding: 20px 10px 20px 0;
  border: 1px solid #e6e2dd;
  box-shadow: 0 2px 5px rgba(173, 171, 169, 0.25);
  position: relative;
  overflow: hidden;
}

.side-nav .side-nav-menu {
  padding: 0 20px;
}

.side-nav .side-nav-menu li {
  list-style: none;
}

.side-nav .side-nav-menu .nav-item {
  margin-bottom: 10px;
}

.side-nav .side-nav-menu .nav-item:hover::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 42px;
  margin-right: 10px;
  background-color: #9aa4ac75;
  border-radius: 0 4px 4px 0;
  transform: translateX(0px);
}

.side-nav .side-nav-menu .nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 42px;
  margin-right: 10px;
  background-color: #9aa4ac75;
  border-radius: 0 4px 4px 0;
  transform: translateX(-10px);
  transition: 0.4s;
}

.side-nav .side-nav-menu .nav-item.active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 42px;
  margin-right: 10px;
  background-color: #7CB342;
  border-radius: 0 4px 4px 0;
  transform: translateX(0px);
}

.side-nav .side-nav-menu .nav-item.active:hover::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 42px;
  margin-right: 10px;
  background-color: #6e9e3a;
  border-radius: 0 4px 4px 0;
}

.side-nav .side-nav-menu .nav-item.active .nav-link {
  color: #233038;
  font-weight: 600;
  font-size: 1.1rem;
}

.side-nav .side-nav-menu .nav-item.active .nav-link:hover {
  font-weight: 600;
  border-radius: 6px;
  transform: translate(0, 0);
}

.side-nav .side-nav-menu .nav-item .nav-link {
  font-weight: 400;
  color: #5a6770;
  font-size: 1.1rem;
  transition: 0.4s;
}

.side-nav .side-nav-menu .nav-item .nav-link:hover {
  border-radius: 6px;
  transform: translate(10px, 0);
}

.footer {
  background: #2e404b;
  margin-top: auto;
  padding: 15px 15px 3px;
}

.footer p {
  color: #fff;
  font-size: 1rem;
}

.footer .footer-social a .fab {
  font-size: 1.8rem;
  margin-right: 1rem;
  color: #fff;
}

.footer .footer-social a .fab.fa-linkedin:hover {
  color: #167abd;
}

.footer .footer-social a .fab.fa-twitter-square:hover {
  color: #36a1e9;
}

.footer .footer-social a .fa-brands {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #fff;
}
.footer .footer-social a .fa-brands.fa-linkedin:hover {
  color: #167abd;
}
.footer .footer-social a .fa-brands.fa-twitter-square:hover {
  color: #36a1e9;
}
.footer .footer-social a .fa-brands.fa-medium:hover {
  color: #1a8917;
}
.footer .footer-social a .fa-brands.fa-instagram:hover {
  color: #f530aa;
}


/**************************************
PAGINATIONS
**************************************/
.pagination .page-item .active .page-link {
  background: #478db4;
  border: 1px solid #478db4;
  color: #fff;
}

.pagination .page-item .page-link {
  background: #f3f8fb;
  border: 1px solid #478db4;
  color: #478db4;
  font-weight: 600;
  border-radius: 4px;
}

.pagination .page-item .page-link:hover {
  background: #478db4;
  border: 1px solid #478db4;
  color: #fff;
}

/**************************************
ICON NAVIGATION
**************************************/
.reactions {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.reactions p {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}

.reactions .far {
  margin-top: -10px;
  padding: 0 10px;
  color: #2e404b;
  transition: 0.4s;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.reactions .far:hover {
  position: relative;
  color: #d42a2a;
  background-color: #f3e4e4;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-decoration: none;
}

.reactions .far:focus {
  position: relative;
  background-color: #f3e4e4;
  color: #d42a2a;
}

.reactions .far:active {
  position: relative;
  background-color: #f3e4e4;
  color: #d42a2a;
}

.reactions .far.fa-bookmark:hover {
  color: #4098c7;
  background-color: #dcedf6;
}

.reactions .far.fa-bookmark:focus {
  position: relative;
  background-color: #dcedf6;
  color: #4098c7;
}

.reactions .far.fa-building:hover {
  color: #bb7f11;
  background-color: #f5edde;
}

.reactions .far.fa-building:focus {
  position: relative;
  color: #bb7f11;
  background-color: #f5edde;
}

.reactions .fas {
  margin-top: -10px;
  padding: 0 10px;
  transition: 0.4s;
  font-size: 1.2rem;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.reactions .fas .fa-heart {
  background-color: #d42a2a;
}

.reactions .fas .fa-heart:active {
  position: relative;
  background-color: #f3e4e4;
  color: #d42a2a;
}

.reactions .fas .fa-bookmark {
  background-color: #4098c7;
}

.reactions .fas .fa-bookmark:focus {
  position: relative;
  background-color: #dcedf6;
  color: #4098c7;
}

.reactions .fas .fa-heart {
  background-color: #bb7f11;
}

.reactions .fas .fa-heart:focus {
  position: relative;
  color: #bb7f11;
  background-color: #f5edde;
}

.social-icons a {
  padding-right: 10px;
  font-size: 1.5rem;
  color: #2e404b;
}

.social-share .social-icons a {
  padding-right: 10px;
  font-size: 2rem;
  color: #2e404b;
}

.btn {
  padding: 0.7rem 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
}

.btn.btn-primary {
  background: #75a611;
  border: 1px solid #75a611;
  color: #fff;
}

.btn.btn-primary:hover {
  background: #6f9e10;
}

.btn.btn-primary.btn-blue {
  background: #0C465E;
  border: 1px solid #0C465E;
  color: #fff;
}

.btn.btn-primary.btn-sm {
  padding: 1px 10px;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  display: inline;
  font-weight: 600;
}

.btn.btn-outline-white:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #222;
}

.btn.btn-outline-edit {
  border: 2px solid #478db4;
  color: #478db4;
  background: transparent;
  display: inline;
  font-weight: 600;
  margin-top: 20px;
}

.btn.btn-outline-edit:hover {
  border: 2px solid #478db4;
  background: #478db4;
  color: #fff;
}

.btn.btn-outline-edit.btn-sm {
  padding: 1px 10px;
}

.btn.btn-outline-danger {
  border: 1px solid #a6112a;
}

.btn.btn-remove {
  padding: 2px;
  transition: 200ms ease-out;
}

.btn.btn-remove:hover {
  width: 100px;
  height: 100px;
  background: #f0edea;
  border-radius: 6px;
  padding: 2px;
  transition: 200ms ease-in;
}

.edit-btn,
.save-btn {
  font-size: 1.12rem;
  border: 0;
  background: transparent;
  font-weight: 600;
}

input.save-btn {
  color: #7cb342;
  font-size: 1.2rem;
  font-weight: 600;
}

.influencer-form input[type="submit"].save-btn:before {
  content: "\f0c7";
}

.alert {
  max-width: 100%;
  margin: 0 0 25px;
  font-weight: 600;
  display: inline-block;
}

.alert .alert-text p {
  margin-bottom: 0;
}

.alert .alert-text li {
  font-weight: 500;
}

.alert .error-alert {
  background: #f8d7da;
  border: 1px solid #a6112a;
  color: #a6112a;
}

.alert .success-alert {
  background: #d3eea0;
  border: 1px solid #4b6b0c;
  color: #4b6b0c;
}

.auth {
  padding-top: 25px;
}

.auth.feature-login img.login-img {
  margin-right: 350px;
  z-index: 1;
}

.auth img.login-img {
  width: 900px;
  margin-right: 230px;
  margin-top: -50px;
  z-index: 1;
}

.auth form .card-footer p {
  font-size: 1.2rem;
}

form fieldset {
  border: 1px solid #dad5cf;
}

form legend a {
  font-size: 1.2rem;
}

form label {
  font-size: 1.12rem;
}

form .form-label {
  position: relative;
  top: 44px;
  left: 15px;
}

form .form-input:focus ~ .form-label {
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 0.9rem;
}

form input[type="checkbox"] {
  width: 25px;
  height: 25px;
}

form textarea::placeholder {
  font-size: 1.15rem;
}

form select option {
  margin: 5px 0;
  padding: 5px 10px;
}

form select option:checked {
  color: #333;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 600;
  max-height: 100%;
}

form select option:hover {
  background: #478db4;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
}

form select:focus option {
  padding: 5px 10px;
}

form .form-control {
  background: #fbfbf9;
  height: 45px;
}

form .form-control:focus {
  box-shadow: 0 0 1px 1px #3e7b9c;
  background: #fff;
}

form .chosen-container.chosen-container-multi .chosen-choices {
  background: #fbfbf9;
  height: 100% !important;
  font-size: 0.8rem;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

form .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  height: 36px;
  padding: 10px 20px 3px 5px;
  background-image: none;
  background-color: #eee;
  border: 1px solid #333;
}

form .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 5px;
}

form .chosen-container.chosen-container-multi .chosen-results li.highlighted {
  background-color: #478db4;
  background-image: none;
  color: #fff;
}

form .chosen-container.chosen-container-multi .chosen-results li.active-result {
  font-size: 1rem;
}

form .chosen-container.chosen-container-multi .chosen-results li.result-selected {
  font-size: 1rem;
}

form .custom-select {
  font-size: 1.15rem;
  height: 45px;
  font-weight: 600;
}

form .custom-select:focus {
  box-shadow: 0 0 1px 1px #3e7b9c;
  background: #fff;
  color: #333;
}

.influencer-form {
  width: 100%;
}

.influencer-form label {
  font-size: 1.4rem;
}

.influencer-form input {
  font-size: 1.4rem;
}

.influencer-profile div {
  font-size: 1.2rem;
}

.file-picker {
  background: #e2e2e2;
  border: 1px solid #444;
  padding: 10px;
  border-radius: 4px;
  font-weight: 600;
}

.image-preview {
  width: 300px;
  height: 200px;
  background-color: rgba(212, 226, 233, 0.4);
  border: 1px solid #d4e2e9;
}

#image-preview {
  position: relative;
  content: "Preview";
  background: rgba(131, 131, 131, 0.2);
  color: #333;
  border-radius: 4px;
  width: 100%;
  max-width: 400px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  object-fit: cover;
}

.avatar img {
  border-radius: 4px;
}

.social-login {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  z-index: 2;
}

.social-login.features .social-btn {
  width: 100%;
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 1.5rem;
}

.social-login .social-btn {
  background-color: #ddd;
  margin-bottom: 0;
  padding: 5px 20px;
  text-align: left;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.social-login .social-btn:hover {
  color: #fff;
  text-decoration: none;
}

.social-login .social-btn.linkedin {
  border: 1px solid #2867b2;
  background: #2867b2;
  align-items: center;
}

.social-login .social-btn.linkedin:hover {
  border: 1px solid #255da1;
  background: #255da1;
}

.social-login .social-btn.google {
  border: 1px solid #4285f4;
  background: #4285f4;
  align-items: center;
}

.social-login .social-btn.google:hover {
  border: 1px solid #3d7ce0;
  background: #3d7ce0;
}

.social-login .social-btn.slack {
  border: 1px solid #4a154b;
  background: #4a154b;
}

.social-login .social-btn.slack:hover {
  border: 1px solid #340e35;
  background: #340e35;
}

.register-pricing h5 {
  font-size: 1.5rem;
}

.register-pricing span {
  font-size: 4rem;
}

.card.card-add {
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #7cb342;
  color: #7cb342;
  background: #ebf0e6;
  box-shadow: none;
  font-weight: 600;
  transition: 100ms ease-in-out;
}

.card.card-add:hover {
  text-decoration: none;
  border: 1px solid #6ba032;
  color: #6ba032;
  background: #e1ebd7;
  transition: 100ms ease-in-out;
}

.card.card-add .fal {
  font-size: 5rem;
}

ol.steps {
  list-style: none;
  counter-reset: nwai-steps-counter;
}

ol.steps li {
  content: "";
  line-height: 2;
  position: relative;
  z-index: 999;
  color: #000;
  counter-increment: nwai-steps-counter;
}

ol.steps li:before {
  content: "";
  position: absolute;
  --size: 22px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 3px;
  color: #fff;
  background-color: #3e7b9c;
  z-index: -1;
  border-radius: 100px;
  content: counter(nwai-steps-counter);
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
}

form textarea.form-control {
  height: unset;
}

.checkbox-section .col-xl-4 {
  display: flex;
}

.checkbox-section .custom-control.custom-switch {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}

.checkbox-section .custom-control.custom-switch .custom-control-label {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 0;
}

.checkbox-section .custom-control.custom-switch .custom-control-label h2 {
  margin-top: -5px;
  color: #3b3b3b;
  font-weight: 400;
}

.checkbox-section .custom-control.custom-switch .custom-control-label::before {
  transform: scale(1.4);
}

.checkbox-section .custom-control.custom-switch .custom-control-label .default-tag {
  margin-top: 10px;
  background-color: #b9d4dfd2;
  border: 1px solid #83afc0d2;
  border-radius: 100px;
  padding: 1px 7px;
  color: #315b6bd2;
  font-size: 1rem;
  font-weight: 600;
}

.checkbox-section .custom-control.custom-switch .custom-control-label .default-tag:hover {
  color: #35738bd2;
  text-decoration: none;
  font-weight: 600;
}

.checkbox-section .custom-control.custom-switch .custom-control-label .default-dash-tag {
  margin-top: 10px;
  background-color: #dbf3c2d2;
  border: 1px solid #3f58233b;
  border-radius: 100px;
  padding: 2.5px 7px;
  color: #3f5823da;
  font-weight: 600;
  width: 140px;
  display: inline;
}

.checkbox-section .custom-control.custom-switch .custom-control-input ~ .custom-control-label::before {
  border-color: #d84242;
  background-color: #d84242;
  color: #fff;
  transform: scale(1.4);
}

.checkbox-section .custom-control.custom-switch .custom-control-input ~ .custom-control-label::after {
  background-color: #fff;
}

.checkbox-section .custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #75a611;
  background-color: #75a611;
  transform: scale(1.4);
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
}

.category-tags .pills {
  font-size: 0.8rem;
  margin: 5px;
  padding: 0.5px 5px;
  font-weight: 400;
  color: #333;
}

.category-tags .pills.pills-info {
  border: 1px solid #3e7b9cc9;
  background: #c7f7ff78;
  border-radius: 100px;
}

.status-wrapper {
  margin: 0 0 7px;
  padding: 0 25px 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  color: #2e404b;
}

.status-wrapper:focus {
  outline: none;
  border: 2px solid #7CB342;
  border-radius: 4px;
  text-decoration: underline;
}

.status-wrapper p {
  margin: 0 5px;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.status-wrapper p:hover {
  color: #3e7b9c;
}

.status-wrapper .status-title p {
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 0;
}

.status-wrapper .status {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin: 4px 0;
  text-align: left;
  position: relative;
}

.status-wrapper .status.draft {
  background: #7942b3;
  border: 1px solid #7942b3;
  position: relative;
}

.status-wrapper .status.draft::after {
  content: "";
  width: 12px;
  height: 20px;
  border-radius: 0 50px 50px 0;
  top: -0.7px;
  margin-left: 6.9px;
  background: #fff;
  position: absolute;
  border: 2px solid #7942b3;
}

.status-wrapper .status.errors {
  background: #a6112a;
  border: 1px solid #a6112a;
}

.status-wrapper .status.review {
  background: #FFAC00;
  border: 1px solid #FFAC00;
}

.status-wrapper .status.approved {
  background: #3e7b9c;
  border: 1px solid #3e7b9c;
}

.status-wrapper .status.sent {
  background: #7CB342;
  border: 1px solid #7CB342;
}

.legend {
  background: #e6e2dd;
  margin-bottom: 25px;
  padding: 10px 0 5px;
}

.legend.status-legend {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
}

.legend.status-legend .status-wrapper {
  margin: 0 0 7px;
  padding: 0 25px 0 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  color: #2e404b;
}

.legend.status-legend .status-wrapper:focus {
  outline: none;
  border: 2px solid #7CB342;
  border-radius: 4px;
  text-decoration: underline;
}

.legend.status-legend .status-wrapper p {
  margin: 0 5px;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.legend.status-legend .status-wrapper p:hover {
  color: #3e7b9c;
}

.legend.status-legend .status-wrapper .status-title p {
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 0;
}

.legend.status-legend .status-wrapper .status {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin: 4px 5px;
  text-align: left;
  position: relative;
}

.legend.status-legend .status-wrapper .status.draft {
  background: #7942b3;
  border: 1px solid #7942b3;
  position: relative;
}

.legend.status-legend .status-wrapper .status.draft::after {
  content: "";
  width: 12px;
  height: 20px;
  border-radius: 0 50px 50px 0;
  top: -0.7px;
  margin-left: 6.9px;
  background: #fff;
  position: absolute;
  border: 2px solid #7942b3;
}

.legend.status-legend .status-wrapper .status.errors {
  background: #a6112a;
  border: 1px solid #a6112a;
}

.legend.status-legend .status-wrapper .status.review {
  background: #FFAC00;
  border: 1px solid #FFAC00;
}

.legend.status-legend .status-wrapper .status.approved {
  background: #3e7b9c;
  border: 1px solid #3e7b9c;
}

.legend.status-legend .status-wrapper .status.sent {
  background: #7CB342;
  border: 1px solid #7CB342;
}

.legend.approval-legend {
  padding: 5px 25px;
  border-radius: 4px;
}

.legend.approval-legend p {
  font-weight: 600;
}

.legend.campaign-status {
  padding: 4px 0;
  border-radius: 4px;
  max-width: 400px;
}

.legend.campaign-status .start-campaign {
  display: flex;
  align-items: center;
}

.legend.campaign-status .start-campaign::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: #7CB342;
}

.legend.campaign-status .start-campaign span {
  font-size: 1rem;
}

.legend.campaign-status .pause-campaign {
  display: flex;
  align-items: center;
}

.legend.campaign-status .pause-campaign::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: #a6112a;
}

.legend.campaign-status .pause-campaign span {
  font-size: 1rem;
}

.news-section {
  margin-bottom: 50px;
}

.news-section .container {
  max-width: 1500px !important;
}

.news-section .featured .category-title {
  position: relative;
}

.news-section .featured .category-title span {
  color: #222;
  display: flex;
  left: 0;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 0 3px 3px 0;
}

.news-section .featured .category-title:after {
  width: 100%;
  height: 1rem;
  background-color: #222;
  position: absolute;
}

.news-section .featured .lg-post img {
  width: 100%;
  height: 133px;
}

.news-section .featured .lg-post h2 {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.news-section .featured .lg-post h2 a {
  color: #222;
}

.news-section .featured .lg-post h2 a:hover {
  text-decoration: none;
}

.news-section .featured .latest-posts .md-post .md-post-img {
  width: 100%;
  height: 175px;
  padding-right: 0;
}

.news-section .featured .latest-posts .md-post h2 {
  font-size: 1.175rem;
  line-height: 1.6rem;
}

.news-section .featured .latest-posts .md-post h2 a {
  color: #222;
}

.news-section .featured .latest-posts .md-post h2 a:hover {
  text-decoration: none;
  color: #3e7b9c;
}

.news-section .featured .latest-posts .md-post .read-on {
  color: #222;
  font-size: 1rem;
}

.news-section .featured .latest-posts .md-post .read-on:hover {
  text-decoration: none;
  color: #3e7b9c;
}

.news-section .featured .latest-posts .md-post .read-on .fal {
  font-size: 0.7rem;
}

.news-section .featured .latest-posts .sm-post .sm-post-img {
  float: right;
  margin-left: 10px;
  padding-right: 25px;
}

.news-section .featured .latest-posts .sm-post h3 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.news-section .featured .latest-posts .sm-post h3 a {
  color: #222;
}

.news-section .featured .latest-posts .sm-post h3 a:hover {
  text-decoration: none;
  color: #3e7b9c;
}

.news-section .featured .latest-posts .sm-post .read-on {
  color: #222;
  font-size: 1rem;
}

.news-section .featured .latest-posts .sm-post .read-on:hover {
  text-decoration: none;
  color: #3e7b9c;
}

.news-section .featured .latest-posts .sm-post .read-on .fal {
  font-size: 0.7rem;
}

.news-section .featured article img {
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.news-section .featured article h2 {
  font-family: "Merriweather";
  font-weight: 300;
  line-height: 1.5rem;
}

.news-section .featured article h2 a {
  color: #222;
}

.news-section .featured article h2 a:hover {
  text-decoration: none;
}

.news-section .featured article p {
  font-family: "Source Sans Pro";
  font-weight: 400;
  line-height: 1.4rem;
}

.news-section .featured article .read-on {
  font-size: 1.2rem;
  font-weight: 600;
  color: #3e7b9c;
}

.news-section .featured article .read-on .fal {
  font-size: 1rem;
}

.news-section .featured article.featured-post .pr-image {
  width: 100%;
  max-width: 526px;
  height: 260px;
  max-height: 260px;
  margin-bottom: 20px;
}

.news-section .featured article.featured-post .featured-post-content .category-title {
  background: #fff;
  color: #222;
  display: inline;
  position: absolute;
  left: 0;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 900;
}

.news-section .featured article.featured-post .featured-post-content h1 {
  line-height: 1;
}

.news-section .featured article.featured-post .featured-post-content h1 a {
  font-family: "Merriweather";
  color: #222;
  text-decoration: none;
  font-size: 1.6rem;
}

.news-section .featured article.featured-post .featured-post-content p {
  color: #222;
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding-top: 10px;
}

.news-section .featured article.featured-post .featured-post-content .btn {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.news-section .featured .col-lg-3 {
  display: block;
}

.news-section .featured .col-lg-3 .cta-block {
  background: #2e404b;
  background: linear-gradient(156deg, #2d5d76 0%, #3e7b9c 100%);
}

.news-section .featured .col-lg-3 .cta-block .btn {
  font-size: 1.3rem;
}

.news-section .featured .col-lg-3 .cta-block.register {
  background: #2e404b;
  background: linear-gradient(156deg, #521d8b 0%, #4398c5 100%);
}

.news-section .featured .col-lg-3 .cta-block.register .btn {
  font-size: 1.3rem;
}

.news-section .featured .col-lg-3 .cta-block.newsworthy {
  background: #e6e2dd;
}

.news-section .featured .col-lg-3 .cta-block.newsworthy .btn {
  font-size: 1.3rem;
}

.pr-article .article iframe {
  float: left;
}

.pr-article .article .article-body h1 {
  font-size: 1.8rem;
  line-height: 2.7rem;
}

.pr-article .article .article-body .figure {
  float: right;
}

.pr-article .article .article-body .figure .pr-social-image {
  width: 100%;
  max-width: 100%;
}

.pr-article .article .article-body .pr-video {
  float: right;
  width: 400px;
  margin-left: 15px;
}

.pr-article .article .article-body .pr-image-box {
  float: left;
  margin-right: 20px;
}

.pr-article .article .article-body .pr-image-box .release-img {
  width: 100%;
}

.pr-article .article .article-body .pr-image-box p {
  overflow-wrap: break-word;
}

.pr-article .article .article-body .pullquote {
  border-radius: 4px;
  position: relative;
  width: 100%;
}

.pr-article .article .article-body .pullquote.full-width-quote {
  width: 100%;
}

.pr-article .article .article-body .pullquote .fas {
  color: #5cc1f859;
  position: absolute;
  z-index: 1;
  font-size: 2.5rem;
}

.pr-article .article .article-body .pullquote .top-quotemark {
  background-color: #fff;
}

.pr-article .article .article-body .pullquote .top-quotemark .fas {
  left: 5px;
  top: 10px;
  float: left;
}

.pr-article .article .article-body .pullquote .bottom-quotemark {
  display: flex;
  justify-content: flex-end;
}

.pr-article .article .article-body .pullquote .bottom-quotemark .fas {
  right: 35px;
  bottom: 25px;
}

.pr-article .article .article-body .pullquote .lead {
  font-size: 1.3rem;
  font-style: italic;
}

.card {
  display: flex;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e6e2dd;
  margin-bottom: 25px;
  box-shadow: 0 2px 5px rgba(173, 171, 169, 0.25);
}

.card .title {
  padding: 15px 20px;
  color: var(--dark-blue);
  border-radius: 5px 5px 0 0;
  background: #e6e2dd;
}

.card .title .fal {
  font-size: 1.1rem;
}

.card .title h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
  color: #2e404b;
}

.card .title p {
  margin-bottom: 0;
}

.card .company {
  margin: 0;
  padding: 0;
}

.card .company li {
  list-style: none;
  padding: 0;
}

.card .company li button {
  padding: 0.5rem 0.8rem;
  color: #3e7b9c;
}

.card .company li button:hover {
  text-decoration: none;
  background: #f8f5f2;
  color: #2e404b;
}

.card .company li button:focus {
  border: 2px solid #7CB342;
}

.media-card {
  margin-bottom: 25px;
  display: flex;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(173, 171, 169, 0.25);
  border-radius: 5px;
  position: relative;
  border: 1px solid #e6e2dd;
}

.media-card .status-wrapper {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

.media-card .media-card-image {
  width: 150px;
  max-width: 200px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
  position: relative;
  margin-left: 25px;
  margin-top: 20px;
  z-index: 1;
}

.media-card .media-card-text {
  margin: 15px 0;
  padding: 0 25px;
}

.media-card .media-card-text h4 {
  margin: 0 0 10px;
}

.media-card .media-card-text h4 a {
  color: #2e404b;
  text-decoration: none;
  display: flex;
  font-size: 1.23rem;
}

.media-card .media-card-text h4 a:hover {
  color: #3e7b9c;
  transition: 300ms ease-in-out;
}

.media-card .media-card-text .media-card-links {
  display: flex;
}

.media-card .media-card-text .media-card-links a {
  color: #3e7b9c;
  text-decoration: none;
  padding: 5px 20px;
}

.media-card .media-card-text .media-card-links a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  color: #3e9b9c;
  transition: 300ms ease-in-out;
}

@media (min-width: 360px){
  .banner-ad {
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 0;
    background-color: #fbf9f6;
    position: relative;
  }
  .banner-ad img {
    width: 150px;
    margin: 0;
  }
  .banner-ad .ad-copy {
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .banner-ad .btn.btn-primary {
    display: inline;
    width: 200px;
    background-color: #188BBC;
    border: 1px solid #188BBC;
    margin: -15px 105px 0;
  }
  .banner-ad .banner-image {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
  }
  .banner-ad .ad-copy h3 {
    font-size: 2rem;
    padding: 0;
    max-width: 300px;
    line-height: 1;
    margin: 0 20px;
  }
  .pr-ad {
    border-radius: 5px;
    background-color: #fbf9f6;
  }
  .pr-ad img {
    border-radius: 0 0 5px 5px;
    width: 100%;
  }
  .banner-ad .ad-copy,
  .pr-ad .ad-copy {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .banner-ad .ad-copy img,
  .pr-ad .ad-copy img {
    width: 200px;
  }
  .banner-ad .ad-copy h3,
  .pr-ad .ad-copy h3 {
    font-family: "Source Serif Pro";
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    color: #333;
    margin-bottom: 0px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px){
  .banner-ad {
    width: 100%;
    max-width: 970px;
    height: 100%;
    max-height: 250px;
  }
  .banner-ad .ad-copy {
    padding: 0 30px;
  }
  .banner-ad .banner-image {
    width: 970px;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  .ad-copy h3 {
    font-family: "Source Serif Pro";
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
    color: #333;
    margin-bottom: 0px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .container-fluid {
    padding: 0 50px;
  }
  .navbar .navbar-nav .dropdown {
    padding: 0 10px;
    border: 0;
  }
  .navbar .navbar-nav .dropdown .dropdown-menu {
    position: absolute;
    background: #2e404b;
    border: 0;
  }
  .navbar.dashboard-nav .navbar-nav {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .navbar.dashboard-nav .navbar-nav .nav-item .nav-link {
    margin: 0;
    padding: 0 25px;
    border: 0;
    color: #fff;
  }
  .navbar.dashboard-nav .navbar-nav .v-divider {
    border-left: 1px solid rgba(255, 255, 255, 0.526);
    margin-right: 6px;
  }
  .btn-remove {
    padding: 8px;
    transition: 200ms ease-out;
  }
  .btn-remove:hover {
    width: 100px;
    height: 100px;
    background: #f0edea;
    border-radius: 6px;
    padding: 8px;
    transition: 200ms ease-in;
  }
  .side-nav {
    position: relative;
  }
  .media {
    display: flex;
    flex-direction: row;
  }
  .media .legend.status-legend {
    padding: 0;
  }
  .media .legend.status-legend .status-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    text-align: left;
  }
  .media .legend.status-legend .status-wrapper .status {
    width: 25px;
    height: 25px;
    border: 3px solid #fff;
    top: 0px;
  }
  .media .legend.status-legend .status-wrapper .status.draft::after {
    content: "";
    border: 1px solid #7942b3;
    width: 10px;
    height: 17px;
    top: 1px;
    left: 0.9px;
  }
  .media .legend.status-legend .status-wrapper .status.errors.pulse {
    transform: scale(1);
    animation: pulse 2s infinite;
  }
  .pullquote {
    width: 550px;
    max-width: 100%;
    margin: 0;
    padding: 25px;
    border-radius: 4px;
    position: relative;
  }
  .pullquote .fas {
    color: #5cc1f859;
    position: absolute;
    z-index: 1;
    font-size: 2.5rem;
  }
  .pullquote .top-quotemark {
    background-color: #fff;
  }
  .pullquote .top-quotemark .fas {
    left: 5px;
    top: 10px;
    float: left;
  }
  .pullquote .bottom-quotemark {
    display: flex;
    justify-content: flex-end;
  }
  .pullquote .bottom-quotemark .fas {
    right: 35px;
    bottom: 20px;
  }
  .pullquote .lead {
    font-size: 1.2rem;
    font-style: italic;
    position: relative;
    z-index: 2;
  }
  .dashboard-section {
    padding: 0 25px;
  }
  .dashboard-section h1 {
    font-family: "Source Serif Pro";
    font-weight: 700;
    color: #0C465E;
  }
  .dashboard-section h3 {
    font-family: "Source Serif Pro";
    font-weight: 500;
    color: #0C465E;
  }
  .dashboard-section a {
    color: #46A2C9;
  }
  .dashboard-section .fa-chevron-right,
  .dashboard-section .fa-chevron-down {
    font-size: 1rem;
    padding-left: 10px;
  }
  .form-row {
    padding: 30px;
    border-radius: 5px;
    background: #eee;
    border: 1px solid #eee;
    margin-bottom: 30px;
  }
}

@media (min-width: 1300px) {
  .pullquote {
    width: 550px;
    max-width: 100%;
    margin: 0;
    padding: 20px 25px;
    border-radius: 4px;
    position: relative;
  }
  .pullquote .fas {
    color: #5cc1f859;
    position: absolute;
    z-index: 1;
    font-size: 2.5rem;
  }
  .pullquote .top-quotemark {
    background-color: #fff;
  }
  .pullquote .top-quotemark .fas {
    left: 5px;
    top: 10px;
    float: left;
  }
  .pullquote .bottom-quotemark {
    display: flex;
    justify-content: flex-end;
  }
  .pullquote .bottom-quotemark .fas {
    right: 35px;
    bottom: 20px;
  }
  .pullquote .lead {
    font-size: 1.2rem;
    font-style: italic;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 800px) {
  .auth img {
    width: 300px;
  }
  .auth img.login-img {
    width: 100%;
    margin-right: 0;
    margin-top: 75px;
  }
  .auth form .card-footer p {
    font-size: 1.2rem;
  }
}

@media (max-width: 500px) {
  .auth img {
    width: 300px;
  }
  .auth img.login-img {
    width: 100%;
    margin-right: 0;
    margin-top: 75px;
  }
  .auth form .card-footer p {
    font-size: 1.2rem;
  }
  .navbar {
    margin-top: 5px;
  }
  .news-section {
    margin-top: 5px;
  }
  .news-section .featured article.featured-post {
    height: unset;
  }
  .news-section .featured article.featured-post .featured-post-content .category-title {
    font-size: 1.2rem;
  }
  .news-section .featured article.featured-post .featured-post-content h1 {
    font-size: 1.3rem;
    padding-bottom: 5px;
  }
  .news-section .featured article.featured-post .featured-post-content p {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  .news-section .featured article.featured-post .featured-post-content .btn {
    width: 100%;
  }
  .news-section .featured article.lg-post {
    margin-bottom: 20px;
  }
  .news-section .featured article.lg-post img {
    margin-bottom: 15px;
  }
  .news-section .featured article.lg-post h2 {
    font-size: 1.1rem;
  }
  .news-section .featured article.lg-post p {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #51575a;
  }
  .news-section .featured .cta-section h3 {
    font-size: 1.3rem;
  }
}

#imageGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.2rem;
  grid-auto-flow: dense;
}

#unsplash_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-auto-flow: dense;
  gap: 0.2rem;
  margin: 1.56rem;
  width: 100%;
  max-width: 100%;
}

#unsplash_grid .grid-image {
  display: flex;
}

#unsplash_grid .grid-image img {
  width: 100%;
}

#unsplash_grid #loadMore {
  display: flex;
  justify-content: center;
  background: aliceblue;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: 200ms ease-in-out;
  color: #2e404b;
}

#unsplash_grid #loadMore:hover {
  background-color: #d3e9fd;
  transition: 200ms ease-in-out;
}

#unsplash_grid #loadMore:focus {
  outline: none;
  border: 1px solid #3e7b9c;
}
/*# sourceMappingURL=styles.css.map */