.no-margin {
  margin: 0;
}
nav ul a,
nav .brand-logo {
  color: #444;
}
.navbar-fixed {
  position: fixed;
}
.main-nav {
  background-color: #000000ad;
  transition: background-color 300ms;
  webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
}
.transparent {
  background-color: rgba(0, 0, 0, 0);
}

nav ul a, nav .brand-logo {
  color: #bbb;
}
.brand-logo {
  margin-top: 0px;
  transition: margin-top 300ms;
}
.logo-index {
  margin-top: -50px;
}
.brand-logo.active {
  margin-top: 0px;
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    font-size: 20px;
    margin-top: 0px;
  }
}


p {
  line-height: 2rem;
}

body {

}

.breadcrumb-gallery {
  background-color: #191919;
  padding: 0 106px;
}

.h-250px {
  height: 250px;
}
.h-400px {
  height: 400px;
}
.h-90vh {
  height: 90vh;
}
.h-100vh {
  height: 100vh;
}
.bg-image {
  background-image: url("../img/charles-adelman-thomson-reuters-2014-keynote.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.software-bg {
  background-image: url("../img/authoring-tools.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.section-img {
  height: 100%;
}
.bg-overlay {
  width: 100vw;
  height: 100vh;
  background-color: #16242fe0;
  opacity: 1;
  position: fixed;

}
.main-title {
  font-size: 61px;
  text-align: center;
  padding-top: 23vh;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.section-title h4 {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.section-title h4.sub-title {
  font-weight: 100;
  margin: 0;
  color: #a5a9b7;
}
.section-title span {
  /*color: #FFBA00;*/
  color: #6bccef;
}
h2 {
  font-size: 34px;
  color: #6bccef;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}
.desc-txt {
  font-size: 20px;
  color: white !important;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 25px;
}
.long-desc {
  font-size: 19px;
  line-height: 24px;
}

.info-1 {
  height: 70vh;
}
@media only screen and (max-width: 992px) {
  .info-1 {
    height: 715px;
  }
}
.software-1 {
  height: 50vh;
}
.bio-1 {
  height: 50vh;
}
.bio-1 img {
  width: 30vw;
}
.sidenav-trigger {
  color: #26a69a;
}

#index-banner {
  height: 70vh;
}
.parallax-container {
  min-height: 380px;
  line-height: 0;
  /*height: auto;*/
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
  .mid-desc-block {
    height: auto !important;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.mid-desc-block {
  background-color: #353535e0;
  height: 30vh;
  padding-top: 32px;
}
.btn-block a {
  color: white;
}
.btn-block {
  background-color: #353535e0;
  height: auto;
  padding-top: 32px;
}
.icon-block {
  padding: 25px;
  height: 175px;
  transition: background-color 300ms;
}
.icon-block:hover {
  /*background-color: #232323db;*/
  background-color: #2b5565d4;
}
/*.icon-block.purple-overlay:hover h5 {*/
  /*color: #800080d1;*/
/*}*/
.btn-border {
  border: 1px solid #ffffff45;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.software-block {
  background: url("../img/charles-adelman-thomson-reuters-2014-keynote.webp") scroll no-repeat center center;
  background-size: 100%;
  /*-webkit-transition: background-size 1500ms linear;*/
  /*-moz-transition: background-size 1500 linear;*/
  /*-o-transition: background-size 1500 linear*/
  /*-ms-transition: background-size 1500ms linear;*/
  /*transition: background-size 1500ms linear;*/
}
.software-block:hover {
  /*background-size: 120%;*/
  /*background-position: 50% 30%;*/
}
.event-block {
  background-image: url("../img/charles-adelman-thomson-reuters-2014-keynote.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.patent-block {
  background-image: url("../img/charles-adelman-thomson-reuters-2014-keynote.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.purple-overlay {
  /*background-color: #800080d1;*/
  background-color: #232323db;
}
.blue-overlay {
  /*background-color: #003380d1;*/
  background-color: #232323db;
}
.orange-overlay {
  /*background-color: #ffa500b8;*/
  background-color: #232323db;
}
.icon-block .material-icons {
  font-size: inherit;
}

.md-logo {
  height: 80px;
}
.md-wordart {
  height: 50px;
  margin: 14px;
  position: absolute;
}

.cap-list p {
  line-height: 1.3rem;
}
.cap-list h3 {
  color: #039be5;
  font-size: 24px;
}
.desc-img {
  width: 100%;
}
footer.page-footer {
  margin: 0;
  background-color: #292929c2 !important;
}

footer .col.s2 {
  height: 75px;
} {

}
.skills-section {
  padding: 80px 0;
}
.skills-section ul {
  font-size: 18px;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}
.skills-section ul {
  list-style-type: circle;
}
.authoring-section {
  background-color: #1b1b1bc7;
}
.authoring-section ul {
  font-size: 18px;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
}
.authoring-section a {
  color: #c6e3f1;
}
.card-block {
  background: #9a9a9a;
}

.card-block .card {
  color: #a5a5a5;
  background-color: #3e3e3e;
}
.card-block .grey-text.text-darken-4 {
  color: #f7f7f7 !important;
}

.card-block .card .card-reveal {
  background-color: #353535;
}

.card-block .card .card-action {
  padding: 8px 24px;
}

.gallery-section {
  background-color: #1b1b1bc7;
  padding-top: 60px;
}
.gallery-section img {
  width: 100%;
  padding-bottom: 20px;
}
.gallery-section .container {
  padding: 25px 0;
}

.vertical-img {
  max-height: 300px;
}
.sidenav {
  background-color: #2d2d2d;
}
.sidenav li > a {
  color: rgb(214 214 214 / 87%);
  font-size: 17px;
}
.sidenav-overlay {
  z-index: 30 !important;
}
.sidenav-trigger {
  color: #e4e4e4;
}
.patent-container .desc-img {
  max-height: 350px;
  width: auto;
}
@media only screen and (max-width : 992px) {
  .patent-container .desc-img {
    max-height: auto;
    width: 100%;
  }
}
.patent-container .collapsible {
  border-top: none;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.collapsible li.active .collapsible-header {
  border-bottom: 1px solid #ddd;
}
.patent-container .collapsible .collapsible-header {
  padding-left: 60%;
  color: #0c9ee6;
  border-bottom: none;
}


@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(18px);
  }
}

.scroll-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5vh;
  left: 49%;
}

.scroll-animation .mouse {
  height: 45px;
  width: 30px;
  border-radius: 30px;
  border: 2px solid white;
  margin-bottom: 3px;
}
.scroll-animation .mouse .wheel {
  animation: mouse-wheel 1.5s ease infinite;
  height: 15px;
  width: 6px;
  background: white;
  margin: 3px auto;
  border-radius: 3px;
}
.scroll-animation .arrows .first {
  animation-delay: 0.1s;
}
.scroll-animation .arrows .second {
  animation-delay: 0.2s;
}
.scroll-animation .arrows .third {
  animation-delay: 0.3s;
}
.scroll-animation .arrows span {
  width: 9px;
  height: 9px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  display: block;
  margin: 0 auto;
  animation: mouse-scroll 2s infinite;
}
.inspire-section h5 {
    font-size: 24px;
    line-height: 35px;
}
.case-study-gallery {
  margin-top: 50px;
  width: 90%;
  margin: 50px auto;
  max-width: 1100px;
}

.case-study {
  position: relative;
  display: block;
  width: 90%;
  height: 250px;
  margin: 0 auto 2rem;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all 0.4s ease;
}
@media screen and (min-width: 37.5em) {
  .case-study {
    height: 300px;
  }
}
@media screen and (min-width: 45em) {
  .case-study {
    display: inline-block;
    width: 45%;
    margin-left: 25px;
  }
}

.case-study__img {
  width: 55%;
  display: block;
  /* margin-top: 50%; */
  transform: translateY(50%);
  margin: -16% auto;
}

.case-study__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.case-study__overlay:after {
  content: "";
  width: 100%;
  border-radius: 10px;
  height: 100%;
  background-color: #202020;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
  transition: all 0.3s ease;
}

.case-study__title {
  position: relative;
  top: -200px;
  margin-bottom: 2rem;
  margin-top: 4rem;
  font-size: 2rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: white;
  text-align: center;
  letter-spacing: 5px;
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.3);
}

.case-study__link {
  position: relative;
  display: block;
  width: 60%;
  top: 200px;
  padding: 10px;
  margin: 0 auto;
  font-weight: 100;
  font-family: 'Roboto', sans-serif;
  color: white;
  letter-spacing: 3px;
  text-decoration: none;
  text-align: center;
  border: 2px solid white;
  border-radius: 3px;
  font-size: 1.25em;
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.3);
}
.case-study__link:hover {
  background-color: white;
  color: #202020;
}

.case-study:hover .case-study__title {
  top: 0;
}
.case-study:hover .case-study__link {
  top: 0;
}
.case-study:hover .case-study__overlay:after {
  opacity: 0.75;
}

.study1 {
  background-image: url("../img/software-bg.jpg");
}

.study2 {
  background-image: url("../img/patent-bg.jpg");
}

.study3 {
  background-image: url("../img/events-and-production/tr/charles-adelman-thomson-reuters-elite-vantage-2013-1.jpg");
}

.study4 {
  background-image: url("../img/media-bg.jpg");
}

.software-gallery {
    background-color: transparent;
    padding-top: 0px;
}

/* -------------------------------------
 * timeline
 * ------------------------------------- */
.timeline-container {
  background-color: #4a5a6d;
  font-family: 'Roboto', sans-serif;
  padding: 65px 0;
}
.t-holder {
  height: 750px;
}
#timeline {
  list-style: none;
  margin: 50px 0 30px 120px;
  padding-left: 30px;
  border-left: 8px solid #eee9dc;
}
#timeline li {
  margin: 40px 0;
  position: relative;
}
#timeline p {
  margin: 0 0 15px;
  line-height: 20px;
  padding-left: 15px;
}

.date {
  margin-top: -10px;
  top: 50%;
  left: -189px;
  font-size: 0.95em;
  line-height: 20px;
  position: absolute;
}

.circle {
  margin-top: -10px;
  top: 50%;
  left: -44px;
  width: 19px;
  height: 19px;
  background: #425162;
  border: 5px solid #eee9dc;
  border-radius: 50%;
  display: block;
  position: absolute;
}

.content {
  max-height: 20px;
  padding: 50px 20px 0;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}
.content:before, .content:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  right: 100%;
}
.content:before {
  border-right-color: inherit;
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
.content:after {
  border-right-color: #4a5a6d;
  border-width: 17px;
  top: 50%;
  margin-top: -17px;
}
.content p {
  max-height: 0;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}
.desc-wrapper {
  opacity: 0;
  transition: opacity 0.4s 0s;
  transition-delay: 0.2s;
}
#timeline label {
  font-size: 1.3em;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  top: 20px;
  transition: transform 0.2s linear;
  color: #6bccef;
}
#timeline label>span {
  color: white;
}
#timeline p {
  color: #9e9e9e;
}
.radio {
  display: none;
}

.radio:checked + .relative label {
  cursor: auto;
  transform: translateX(42px);
}
.radio:checked + .relative .circle {
  background: #f98262;
}
.radio:checked ~ .content {
  max-height: 380px;
  border-color: #eee9dc;
  margin-right: 20px;
  transform: translateX(20px);
  transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
}
.radio:checked ~ .content .desc-wrapper {
  opacity: 1;
}
.radio:checked ~ .content p {
  max-height: 380px;
  color: #eee9dc;
  transition: color 0.3s linear 0.3s;
  overflow: hidden;
}

.sonic-title {
  height: 140px;
}
.winner-txt {
 font-size: 20px;
  color: #039be5;
  padding-bottom: 10px;
}
.link-btn {
  background-color: #3c3c3cab;
  margin: 5px 0;
}

.loading-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #272727;
  z-index: 999;
  opacity: 1;
  /*transition: opacity 1s linear;*/
  transition: z-index 0.5s step-end, opacity 0.5s linear;
  transition-delay: 500ms;
}
.loading-overlay.hidden {
  opacity: 0;
  z-index: -1;
}
.loading-txt {
  font-size: 25px;
  color: white;
  padding-top: 62px;
}
.ball {
  width: 10px;
  height: 10px;
  margin: 10px auto;
  border-radius: 50px;
}

.ball:nth-child(1) {
  background: #ffffff;
  -webkit-animation: right 1s infinite ease-in-out;
  -moz-animation: right 1s infinite ease-in-out;
  animation: right 1s infinite ease-in-out;
}

.ball:nth-child(2) {
  background: #ffffff;
  -webkit-animation: left 1.1s infinite ease-in-out;
  -moz-animation: left 1.1s infinite ease-in-out;
  animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
  background: #ffffff;
  -webkit-animation: right 1.05s infinite ease-in-out;
  -moz-animation: right 1.05s infinite ease-in-out;
  animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
  background: #ffffff;
  -webkit-animation: left 1.15s infinite ease-in-out;
  -moz-animation: left 1.15s infinite ease-in-out;
  animation: left 1.15s infinite ease-in-out;
}

.ball:nth-child(5) {
  background: #ffffff;
  -webkit-animation: right 1.1s infinite ease-in-out;
  -moz-animation: right 1.1s infinite ease-in-out;
  animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
  background: #ffffff;
  -webkit-animation: left 1.05s infinite ease-in-out;
  -moz-animation: left 1.05s infinite ease-in-out;
  animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
  background: #ffffff;
  -webkit-animation: right 1s infinite ease-in-out;
  -moz-animation: right 1s infinite ease-in-out;
  animation: right 1s infinite ease-in-out;
}

@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(-15px);
  }
  50% {
    -webkit-transform: translate(15px);
  }
  100% {
    -webkit-transform: translate(-15px);
  }
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(15px);
  }
  50% {
    -webkit-transform: translate(-15px);
  }
  100% {
    -webkit-transform: translate(15px);
  }
}

@-moz-keyframes right {
  0% {
    -moz-transform: translate(-15px);
  }
  50% {
    -moz-transform: translate(15px);
  }
  100% {
    -moz-transform: translate(-15px);
  }
}

@-moz-keyframes left {
  0% {
    -moz-transform: translate(15px);
  }
  50% {
    -moz-transform: translate(-15px);
  }
  100% {
    -moz-transform: translate(15px);
  }
}

@keyframes right {
  0% {
    transform: translate(-15px);
  }
  50% {
    transform: translate(15px);
  }
  100% {
    transform: translate(-15px);
  }
}

@keyframes left {
  0% {
    transform: translate(15px);
  }
  50% {
    transform: translate(-15px);
  }
  100% {
    transform: translate(15px);
  }
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #e3ad1d;
}

/* -------------------------------------
 * mobile phones (vertical version only)
 * ------------------------------------- */
@media screen and (max-width: 767px) {
  #timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #timeline li {
    margin: 50px 0;
  }
  .t-holder {
    height: auto;
  }
  label {
    width: 85%;
    font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    transform: translateX(18px);
  }

  .content {
    padding-top: 45px;
    border-color: #eee9dc;
  }
  .content:before, .content:after {
    border: solid transparent;
    bottom: 100%;
  }
  .content:before {
    border-bottom-color: inherit;
    border-width: 17px;
    top: -16px;
    left: 50px;
    margin-left: -17px;
  }
  .content:after {
    border-bottom-color: #4a5a6d;
    border-width: 20px;
    top: -20px;
    left: 50px;
    margin-left: -20px;
  }
  .content p {
    font-size: 0.9em;
    line-height: 1.4;
  }

  .circle, .date {
    display: none;
  }
  .material-placeholder .vertical-img {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .parallax-container .section {
    position: absolute;
    top: 5%;
  }
  .sonic-title {
    height: auto;
    width: 100%;
  }
  h4 {
    font-size: 1.8rem;
  }
  .chuck-bg {
    left: 7% !important;
  }
  .mobile-top-350px {
    margin-top: 350px !important;
  }
  .mh-250px {
    height: 250px !important;
  }
  .mh-710px {
    height: 710px;
  }
}
