@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html {
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* 
* {
  border: 2px solid black;
} */

html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  /* overflow-x: hidden; */
}

body {
  /* margin: 0;
  padding: 0; */
  /* overflow-x: hidden; */
}
div#footer-left-col {
  display: flex;
  flex-direction: row;
}
div#footer-left-col,
div#footer-right-col {
  width: 100%;
  float: left;
}

.page-subtitle:hover {
  cursor: pointer;
}

.nav-icon,
.nav-icon-2 {
  z-index: 3001;
  top: 0;

  right: 32.5px;
}

.footer-rectangle {
  width: 90%;
}
div.footer-right-inner-col {
  width: 59%;
}
div.footer-left-inner-col,
div.footer-right-inner-col {
  display: inline-block;
  vertical-align: top;
}

html {
  scroll-behavior: smooth !important;
}
p.footer-email img {
  width: 25px;
}

button:focus {
  outline: 0;
}

.client-name {
  cursor: pointer;
}

.main img {
  width: 575px;
  height: auto;
  transition: 0.25s ease-in-out;
  margin-bottom: 0px;

  border: 1px solid rgba(153, 153, 153, 0.562);
  box-shadow: 2px 2px 5px rgba(141, 141, 141, 0.568);
}

* {
  box-sizing: border-box;
}

p {
  color: white;
  margin: 0;
}

p.footer-email span {
  display: inline-block;
}
p.footer-email {
  margin-bottom: 8px;
}

p.footer-email,
p.footer-call,
p.footer-email a,
p.footer-email a:visited {
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  margin: 0px;
  text-decoration: none;
}

.footer-email span.span-inner,
p.footer-call span.span-inner {
  width: 20px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

div.footer-right-inner-col {
  width: 59%;
}
div.footer-left-inner-col,
div.footer-right-inner-col {
  display: inline-block;
  vertical-align: top;
}

div.location-wrap h2 {
  font-size: 20px;
  color: #f1f1e6;
  text-align: left;
  line-height: 25px;
  font-weight: 700;
}

h2 {
  margin: 0;
}
p.footer-email {
  margin-bottom: 8px;
}

p.footer-email,
p.footer-call,
p.footer-email a,
p.footer-email a:visited {
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  width: 500px;
  margin: 0px;
  text-decoration: none;
}

.footer-left-inner-col {
  margin-right: 50px;
}

p.footer-email {
  margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Assistant", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h5 {
  color: darkblue;
  transition: 0.25s ease-in-out;
}

h5:hover {
  color: rgb(111, 111, 207);
}
.policy {
  margin-left: 0;
  margin-top: 55px;
  color: black;
}

#hero-image {
  width: 100%;
}

.privacy {
  width: 90%;
  margin: auto 50px;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
}

body {
  margin: 0;
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
  position: relative;
}

.page {
  min-height: 2000px;
}

img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.hero-image {
  width: 100%;
}

.save-concept:hover,
.add-concept:hover,
.edit-concept:hover {
  background-color: darkblue;
  border-color: darkblue;
}

.edit-concept:hover .edits-p,
.edit-concept:active .edits-p,
.edit-concept:focus .edits-p {
  display: none;
}

.edit-concept {
  text-align: center;
  transition: 0.5s ease-in-out;
}

.edit-concept:hover .save-p,
.edit-concept:active .save-p,
.edit-concept:focus .save-p {
  text-align: center;
  display: inline;
  width: 100%;
  margin: 0 auto;
}

.save-concept:hover p,
.add-concept:hover p,
.edit-concept:hover p,
.save-p {
  color: white;
}
.save-p {
  display: none;
}

.save-concept,
.add-concept {
  transition: 0.5s ease-in-out;
  border: darkblue;
}

.comment-description {
  width: 90%;
  margin: 10px auto 40px auto;
}

.comment-description-text {
  font-size: 13px;
}

.toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 0 0px 0 0px;
  margin: 20px 0 0px 0;
}

.toggle-wrapper * {
  /* transform: translate(75%, 75%); */
  transform: scale(0.8);
}

.toggle-control {
  display: block;
  position: absolute;
  padding-left: 0px;
  right: 0;
  margin-bottom: 12px;
  margin-right: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.status-checked,
.status-unchecked {
  margin-left: 100px;
  line-height: 0.8;
}

.status-unchecked {
  text-align: right;
}

.checkbox:checked ~ .status-unchecked {
  display: none;
}

.checkbox:not(:checked) ~ .status-checked {
  display: none;
}

.toggle-control input:checked ~ .control {
  background-color: rgb(54, 158, 13);
}
.toggle-control input:checked ~ .control:after {
  left: 45px;
}
.toggle-control .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 80px;
  border-radius: 45px;
  background-color: rgb(156, 0, 0);
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.toggle-control .control:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  background: white;
  -webkit-transition: left 0.15s ease-in;
  transition: left 0.15s ease-in;
}

p,
li,
ul {
  font-family: Roboto;
}

h1 {
  margin: auto;
  font-size: 35px;
  font-weight: bold;
  font-stretch: normal;
  text-transform: uppercase;
  width: 50%;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #252525;
  min-width: 575px;
  padding: 10px 0 10 72qpx 0;
}

h3 {
  color: black;

  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #ffffff;
  margin: auto;
  padding: 15px;
}

.highlighter {
  padding: 0.1px 5px;

  color: white;
  line-height: 1.55;
  border-radius: 5px;
  text-shadow: 1px 1px 1px rgb(209, 209, 209);
  background-image: -o-linear-gradient(
    190deg,
    #000000f3,
    #130d00fd 50%,
    #0a0a0ad8
  );
  background-image: linear-gradient(
    -100deg,
    #000000f3,
    #181818fd 50%,
    #2b2b2bd8
  );
}
.magnify {
  opacity: 0.5;
  margin: 13px;
}
.header {
  display: flex;
  flex-direction: row;
  height: 80px;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0px 2px 5px rgb(231, 231, 231);
}

.search-header {
  width: 350px;
  border: 0px;
  text-indent: 20px;
  margin: auto 50px;
  background-size: 20px;
  padding-left: 23px;
  background-image: url(img/magnifying-glass.svg);
  background-position: 12px 12px;
  background-repeat: no-repeat;
  font-size: 20px;
  height: 43px;
  opacity: 0.7;
  background-color: #f1f1f1;
}

.header img {
  height: 30px;
  margin-top: 2px;
}

.page-title,
.page-subtitle {
  transition: 0.5s ease-in-out;
}

.nav-icon,
.nav-icon-2 {
  /* z-index: 3001;
  top: 0;
  margin-top: 31px;
  right: 32.5px; */
  display: flex;
  flex-direction: row;
}

/* .nav-icon {
  position: absolute;
}

.nav-icon-2 {
  position: fixed;
} */

.hamburger {
  color: #223e98;
}

.nav-content {
  margin-top: 100px;
}

.image-content,
.av-content {
  margin-top: 150px;
}
.hamburger-inner::before {
  background-color: #ffffff;
}
.concept.approved {
  color: rgb(0, 199, 0);
}
.nav-content {
  display: block;
}

.header img {
  z-index: 1000;
  transition: 1s ease-in-out;
}
.page-title,
.page-subtitle {
  font-family: Roboto;
  z-index: 1000;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  margin: 12px;
  letter-spacing: normal;
  color: #223e98;
}

.comment-name {
  color: black;
  padding: 0;
  margin-top: 0;
  width: 30%;
  margin-left: 10px;
  text-align: left;
}

.comment-date {
  color: rgb(94, 94, 94);
  padding: 0;
  font-weight: 400;
  margin-top: 0;
  width: 20%;
  min-width: 300px;
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(204, 204, 204, 0.158);
  margin: 1em 0;
  padding: 0;
}

.black-rule {
  width: 90%;
  margin: 25px auto;
  border-color: rgb(214, 214, 214);
}

.duplicate-frame:hover {
  filter: invert(0.7);
}

.duplicate-frame {
  transition: 0.5s ease-in-out;
  opacity: 0.9;
}

.close,
.close-frame {
  height: 30px;
  width: 50px;
  border-radius: 5px;
  margin-top: 1px;
  position: relative;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.close-asset {
  margin-top: -15px;
  margin-left: 0px;
  height: 30px;
  border: 0;
  background-color: white;
  width: 35px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
}

.close:hover,
.close-frame:hover,
.add-frame:hover {
  color: rgb(172, 172, 172);

  transition: 0.25s ease-in-out;
}

.add-frame {
  line-height: 1;
  font-size: 27px;
  cursor: pointer;
  margin-top: 1px;
  color: rgb(39, 39, 39);
  transition: 0.25s ease-in-out;
}

.close:hover:after,
.close-frame:hover:after {
  color: rgb(172, 172, 172);
  transition: 0.5s ease-in-out;
}

.close:after,
.close-frame:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 700;
  content: "\00D7"; /* use the hex value here... */
  font-size: 25px;
  color: rgb(39, 39, 39);
  line-height: 1;
  text-align: center;
}

.disclaimer,
.comments,
.add-comment,
.frame {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 20px;
  height: 30px;
  width: 90%;
}

.disclaimer,
.comments,
.frame {
  background-color: rgb(216, 216, 216);
}

.add-comment {
  margin: 00px auto 0 auto;
  background-color: rgb(228, 228, 228);
}

.asset-frame {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px auto 0 auto;
  height: 50px;
  width: 70%;
  border: 0.5px solid rgba(211, 211, 211, 0.363);
}

.small-frame:hover {
  background-color: rgb(77, 77, 77);
}

.asset-type img {
  height: 30px;
  width: 27px;
  opacity: 0.8;
}

.disclaimer {
  margin: 10px auto 0px auto;
}

.upload-image-box img {
  height: 100px;
  float: left;
  margin-left: 20px;
  margin-top: 15px;
}

.cloud-image {
  margin: 32px 0px 10px 38px;
  width: 70px;
  height: 70px;
  float: left;
}

.insert-image h4,
.insert-video h4,
.insert-audio h4 {
  color: white;
}

.insert-asset {
  background-color: rgb(55, 133, 221);
  width: 15%;
}

.upload-asset {
  width: 100px;
}

.insert-asset:hover,
.insert-image:hover,
.insert-video:hover,
.insert-audio:hover {
  cursor: pointer;
  background-color: rgb(150, 183, 221);
}

.insert-asset h4 {
  color: white;
}

.insert-asset:hover ~ .asset-options,
.insert-asset:focus ~ .asset-options,
.insert-asset:active ~ .asset-options,
.asset-options:hover {
  display: flex;
}
/* 
.insert-asset:not(:active) ~ .asset-options {
  display: none;
} */

.previous-text,
.next-text {
  display: inline;
}
.previous-text {
  margin-right: 30px;
}

.mobile-info {
  display: none;
}
.concept-nav {
  display: inline-block;
  width: 15%;
  height: 100%;
  min-width: 170px;
  margin-top: 10px;
  margin-right: 15px;
}

.main {
  background-color: rgba(0, 0, 0, 0.041);
  padding: 50px 0;
  box-shadow: 0px 2px 5px rgb(231, 231, 231);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.concept-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 60%;
}
.concept-title {
  display: inline;
  margin-bottom: 6px;
}
.concept-job-code {
  display: inline;
}
.concept-job-name {
  display: inline;
  font-weight: 400;
  margin-left: 5px;
}
.concept-job-version {
  display: inline;
  font-weight: 400;
  color: rgb(72, 113, 248);
  margin-left: 5px;
}

.status {
  width: 50px;
  font-size: 22px;
  line-height: 1.3;
  margin-left: 00px;
}
.concept-job-status {
  display: inline;
}

.concept-job-status .checkmark,
.concept-job-status .bubble {
  float: none;
}

.concept-job-status .checkmark {
  height: 16px;
  margin-left: 6px;
}

.concept-timestamps {
  display: inline;
}

.concept-job-date {
  display: inline;
}
.concept-job-time {
  display: inline;
}

.concept-summary {
  width: 450px;
}
.concept-summary h6 {
  line-height: 1.75;
  padding: 5px 0px;
  margin: 5px 0px;
}

.concept-count {
  display: inline;
}

.word-count-text {
  display: inline;
}

.vo-count-text {
  display: inline;
}

.arrow {
  border: solid rgb(0, 25, 136);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transition: 0.5s ease-in-out;
}

.nav-left:hover .arrow,
.nav-left:hover .previous-text {
  border-color: rgba(47, 59, 226, 0.616);
  color: rgba(47, 59, 226, 0.616);
}

.nav-right:hover .arrow,
.nav-right:hover .next-text {
  border-color: rgba(47, 59, 226, 0.616);
  color: rgba(47, 59, 226, 0.616);
}

.previous-text,
.next-text {
  transition: 0.5s ease-in-out;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.checkmark {
  display: inline-block;
  width: 22px;
  height: 22px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  float: left;
}

.bubble {
  fill: rgba(255, 255, 255, 0.829);
  float: left;
}

.blackfill {
  fill: rgb(82, 82, 82);
}

p {
  color: black;
}

.add-concept,
.save-concept,
.edit-concept,
.generate-concept {
  border: 2px solid rgb(92, 122, 255);
  width: 100px;
  height: 30px;
  font-size: 10px;
  margin: 0 5px;
  border-radius: 3px;
  line-height: 2.5;
  cursor: pointer;
}

.generate-concept {
  background-color: rgb(92, 122, 255);
}

a {
  text-decoration: none;
  color: inherit;
}

.generate-concept {
  transition: 0.5s ease-in-out;
}

.location-wrap p {
  color: white;
}

.bluefill {
  fill: rgba(64, 111, 199, 0.966);
}
.checkmark_stem {
  position: absolute;
  width: 3px;
  height: 17px;
  background-color: rgb(0, 199, 0);
  left: 11px;
  top: -2px;
}

.checkmark_kick {
  position: absolute;
  width: 8px;
  height: 3px;
  background-color: rgb(0, 199, 0);
  left: 6px;
  top: 12px;
}

.nav-overlay,
.av-overlay,
.image-overlay {
  color: white;
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  z-index: 100;
  background-color: #001277e8;
  opacity: 98%;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  z-index: 999;
  position: fixed;
  transition: 0.5s ease-out;
}

.av-overlay,
.image-overlay {
  top: 0;
}

.av-box,
.image-box {
  background-color: white;
  width: 470px;
  z-index: 20000;
}

.av-box {
  height: 420px;
}

.image-box {
  height: 350px;
}

.nav-overlay {
  top: -2000px;
}

.av-overlay {
  top: -2000px;
}

.image-overlay {
  top: -2000px;
}
.concept {
  margin-left: 40px;
}

.job-code {
  margin-bottom: 20px;
}
h3,
h4,
h5,
h6 {
  font-family: Roboto;
  z-index: 1000;
  margin: 10px 0px 10px 0;
  padding: 5px 0 5px 0;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
}

h4 {
  padding: 0;
}

.word-count-image,
.vo-count-image {
  width: 18px;
}
.vo-count-image {
  margin-left: 12px;
}

.page-title {
  font-size: 25px;
  transition: 0s;
}
.page-subtitle {
  font-size: 25px;
}

.word-count-text,
.vo-count-text {
  line-height: 2;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;

  height: auto;
  position: relative;
  background-color: #183e9e;
  z-index: 2;
  min-height: 308px;
  max-height: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-email a {
  color: orange !important;
}

.footer-call {
  margin-top: 5px;
  line-height: 2;
}

.footer-disclaimer {
  margin: 0 auto;
}

.footer-text {
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  margin-top: 20px;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 75px;
}

.footer-link {
  color: white;
}

@media (max-width: 730px) {
  p.footer-email,
  p.footer-call,
  p.footer-email a,
  p.footer-email a:visited {
    width: unset;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 23px !important;
  }

  h2 {
    font-size: 20px !important;
  }

  h3 {
    font-size: 17px !important;
  }

  .footer {
    min-height: 180px;
  }

  .footer-rectangle {
    margin-top: 30px;
  }

  .footer-text {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .client-name {
    line-height: 0.8;
    font-size: 22px;
  }

  .header {
    height: 50px !important;
  }

  .main {
    padding-top: 20px !important;
  }
}

@media (max-width: 580px) {
  .main img {
    width: 400px;
  }

  .footer-email,
  .footer-call {
    display: none;
  }

  .mobile-info {
    display: block;
  }

  h3 {
    font-size: 16px !important;
  }

  h4 {
    font-size: 15px !important;
  }

  .page-subtitle {
    margin-top: 18px !important;
  }

  .client-name {
    line-height: 0.8;
    font-size: 17px !important;
  }

  .nav-content {
    margin-top: 100px;
  }

  h5 {
    font-size: 14.5px !important;
  }

  h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 410px) {
  .footer-left-inner-col {
    display: none !important;
  }

  .main img {
    width: 320px;
  }
}
