.container-fluid .row-fluid .pillar-container .w-container.o-container--large {
  max-width: 960px;
}
#stickyTab{
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
#stickyTab.open-tabs {
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
body.locked {
  overflow: hidden;
}
.tab-toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.open-tabs .tab-toggle.close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.tab-toggle.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.open-tabs .tab-toggle.open {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.open-tabs.table-of-contents-block-wrapper {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.table-of-contents-block-wrapper {
  position: fixed;
  left: 0px;
  top: 30%;
  z-index: 9999;
  width: 195px;
  height: auto;
  padding-bottom: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}
.table-of-contents-block-wrapper.show-index {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform: translate(-150px, 0px);
  -ms-transform: translate(-150px, 0px);
  transform: translate(-150px, 0px);
}
#stickyTab.open-tabs {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.c-interaction-block-table-contents {
  position: relative;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  transition:all 350ms ease-in;
}

.open-tabs .c-interaction-block-table-contents{
  border-bottom-right-radius: 0px;
}

.c-text-table-of-contents {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.c-icon-table-of-contents {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 50px;
  height: 40px;
  background-image: url(https://www.otainsight.com/hubfs/OTA-Live-Files/ota-images/ota-minus.svg);
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  cursor: pointer;
}

.c-icon-table-of-contents.open {
  background-image: url(https://www.otainsight.com/hubfs/OTA-Live-Files/ota-images/ota-plus.svg);
}

.c-content-wrapper-table-contents {
  position: relative;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  background-color: #fff;
  width:200px;
  border-bottom-right-radius: 5px;
}
.open-tabs .c-content-wrapper-table-contents {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: #fff;
}
.c-text-link-wrapper.table-of-contents {
  position: relative;
  width: 100%;

}

.c-text-link-wrapper.table-of-contents a {
  padding: 10px 20px;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  z-index
}
.c-text-link-wrapper.table-of-contents:hover a {
  color: #000;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.c-text-link-wrapper.table-of-contents:after {
  content: "";
  height: 100%;
  width: 0%;
  position: absolute;
  background-color: #f5f5f5;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.c-text-link-wrapper.table-of-contents:hover:after {
  width: 100%;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

.c-text-link-table-contents {
  position: relative;
  display: block;
  font-size: 14px;
  text-decoration: none;
}

.c-sidebar-bg-slide-out {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 0%;
  background-color: #f5f5f5;
}

.c-text-link-table-contents {
  position: relative;
  display: block;
  color: #9e9e9e;
  font-size: 14px;
  text-decoration: none;
}

.md-card-overlay-img-text.o-section {
  background-color: #f5f5f5;
}
.md-card-overlay-img-text--row {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  grid-gap: 1rem;
}
.md-card-overlay-img-text--section-header{
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
  color: #005e9f;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.md-card-overlay-img-text--item {
  position: relative;
  height: 200px;
  padding: 5%;
  color: white; 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
}
a.md-card-overlay-img-text--item:hover {
  box-shadow: 6px 6px 50px -16px #231f20;
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  color: white;
}
a.md-card-overlay-img-text--item:active,
a.md-card-overlay-img-text--item:focus,
a.md-card-overlay-img-text--item:visited {
  color: white;
}
.md-card-overlay-content {
  position: relative;
  color: white; 
}
.md-card-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: repeating-linear-gradient(180deg, rgba(0, 147, 214, .4), rgba(0, 31, 43, .9)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 31, 43, .6)), to(rgba(0, 31, 43, .6)));
  background-image: repeating-linear-gradient(180deg, rgba(0, 147, 214, .4), rgba(0, 31, 43, .9)), linear-gradient(180deg, rgba(0, 31, 43, .6), rgba(0, 31, 43, .6));
}
.md-card-overlay-img-text--heading,
.md-card-overlay-img-text--link-text {
  position: absolute;
  right:0;
  left:0;
}
.md-card-overlay-transparent {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index:1;
}
a.md-card-overlay-img-text--item:hover .md-card-overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 94, 160, .6)), to(rgba(0, 94, 160, .6))), repeating-linear-gradient(180deg, rgba(0, 147, 214, .4), rgba(0, 31, 43, .29)), -webkit-gradient(linear, left top, left bottom, from(rgba(35, 31, 32, .4)), to(rgba(35, 31, 32, .4)));
  background-image: linear-gradient(180deg, rgba(0, 94, 160, .6), rgba(0, 94, 160, .6)), repeating-linear-gradient(180deg, rgba(0, 147, 214, .4), rgba(0, 31, 43, .29)), linear-gradient(180deg, rgba(35, 31, 32, .4), rgba(35, 31, 32, .4));
}
.md-card-overlay-img-text--heading {
  font-size: 19px;
  top: 40%;
}
.md-card-overlay-img-text--link-text {
  bottom:20px;
}
.md-card-overlay-img-text--img img{
  padding: 5% 10%;
}
.md-card-overlay-img-text--heading {
  font-size: 19px;
  top: 40%;
  padding: 10px;
  line-height: 1.2;
}
.md-card-overlay-img-text--section-header {
  color: #000;
}

.c-content-table-head {
    font-family: 'Playfair Display', sans-serif;
    color: #000;
    font-weight: 400;
}
.c-link-footer.c-tab__link {
    display: inline-block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #80858f;
    font-weight: 300;
    text-decoration: none;
    text-transform:none;
    width:100%;
}
.c-link-footer.c-tab__link:hover{
    color: #000;
    font-weight: 600;
}
@media (min-width: 768px){
  .md-card-overlay-img-text.o-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1080px){
  .md-card-overlay-img-text--row {
    grid-template-columns: 2fr 2fr 2fr;
  }
}
@media (max-width: 767px){
/*   .table-of-contents-block-wrapper{
    top:0;
  } */
  .c-text-link-wrapper.table-of-contents:hover:after {
  width: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
  .md-card-overlay-img-text--row {
    grid-template-columns: 2fr 2fr;
  }
  .md-card-overlay-img-text--section-header {
    padding-top: 0;
    padding-bottom: 1rem;
    margin-top:0;
  }
  .md-card-overlay-img-text--img {
    width: 100%;
    margin: 0 auto;
  }
  #stickyTab.open-tabs {
    -webkit-transition: all 350ms ease, background-color 0s ease;
    transition: all 350ms ease, background-color 0s ease;
    background-color: transparent;
  }
  #stickyTab {
    background-color: transparent;
    transition: all 350ms ease, background-color 0s ease;
  }
  #stickyTab.open-tabs {
    -webkit-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
    top: 0;
    background-color: rgba(4, 4, 4, 0.6);
    width: 100%;
    padding: 20px;
    overflow: auto;
    height: 100%;
  }
  .open-tabs .c-interaction-block-table-contents {
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
  }
  .open-tabs .c-content-wrapper-table-contents {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (max-width: 479px){
  .desktop-index {
    display: none;
  }
  
/*   .table-of-contents-block-wrapper {
    top: 17%;
  } */
  .md-card-overlay-img-text--desc {
    font-size: 16px;
  }
  .md-card-overlay-img-text--row {
    display: block;
    grid-template-columns: inherit;
    grid-gap:0;
  }
  .md-card-overlay-img-text--item {
    display: block;
    margin-bottom: 20px;
  }
  
}

@media screen and (-ms-high-contrast:none){
  .md-card-overlay-img-text--row {
    display: block;
  }
  .md-card-overlay-img-text--item {
    float: left;
    width: 24%;
    padding: 20px;
    margin: 6px;
  }
  .md-card-overlay-img-text--desc {
    padding: 0 20px 20px; 
  }
}