html {
  scroll-behavior: smooth;
  height: 100%;
  /* required for scrollspy on body element to work! */
  font-size: 18px;
}

body {
  font: 300 18px proxima-nova,arial,sans-serif;
  color: #666;
}

img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

/* this shifts any anchors to appear below the fixed position header */

:target:before {
  content: "";
  display: block;
  height: 100px;
  /* fixed header height*/
  margin: -100px 0 0;
  /* negative fixed header height */
}

h1,
h2,
h3,
h4 {
  color: #404041;
}

h1.pageTitle {
  text-align: center;
  margin-bottom: 20px;
}

h1.pageTitle.text-left {
  text-align: left;
}

b, strong {
	font-weight: bold;
}

.btn {
	line-height: 1.42857143;
}

.rounded-4 {
  border-radius: 0.5rem !important;
}

.rounded-5 {
  border-radius: 1rem !important;
}


.home-video.hk-video h1,
.home-video.bstar-video h1 {
  text-shadow: 1px 1px 2px #000;
}

.home-video.hk-video p.h2,
.home-video.bstar-video p.h2 {
  font-size: 2.33rem;
  color: #FFF;
  font-weight: 600;
  margin-top: 10px;
  text-shadow: 1px 1px 2px #000;
}

.home-video.hk-video p,
.home-video.bstar-video p {
  font-size: 24px;
  color: #FFF;
  font-weight: 500;
  margin-top: 10px;
  text-shadow: 1px 1px 2px #000;
}

.home-video.rf18-sessions h2 {
  color: #00c5d5;
  font-weight: 700;
  font-size: 3rem;
}

.home-video.rf18-sessions p {
  font-size: 22px;
  color: #FFF;
  font-weight: 300;
  margin-top: 10px;
}

.hero.with-videobg.rf18-sessions .hero-content {
  padding-top: 8%;
  padding-bottom: 8%;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h2 {
  font-weight: 400;
  font-size: 1.875rem;
  margin-top: 40px;
  margin-bottom: 10px;
}

h3,
#blog .mura-body h2 {
  font-size: 1.11rem;
  margin-top: 40px;
  margin-bottom: 10px;
}

.h3 {
  font-size: 1.11rem;
  margin-top: 0;
  margin-bottom: 10px;
  color: #404041;
}

#blog .h3 {
  margin-top: 40px;
}

h4 {
  font-weight: 700;
  font-size: 1rem;
}

a {
  color: #F8981D;
  font-weight: 700;
  /*text-decoration: underline; transition: ease 0.15s;	*/
  transition: cubic-bezier(0.4,0,1,1) .25s;
}

h2 a {
  color: #404041;
  text-decoration: none;
}

.media-gallerybrand-guide img {
  max-width: inherit;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 14px;
}

.checkbox label {
  color: inherit;
}

span.datacenter {
  font-size: .8rem;
}

a:hover,
a:focus {
  color: #F8981D;
  text-decoration: underline;
  outline: 0;
}

a.nobg:hover,
a.nobg:active,
a.nobg:focus {
  background-color: transparent;
}

a.carousel-control:hover,
a.carousel-control:focus {
  background-color: transparent;
}

.arrow {
  padding-right: .7em;
  color: #1b1d1f;
  font-weight: 500;
	text-decoration: none !important;
}

.arrow:after {
 display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  content: "\f138";
  font-family: bootstrap-icons !important;
  -moz-transition: transform .3s ease-out;
  -ms-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}

.arrow:hover,
.arrow:hover:after, 
.arrow:focus,
.arrow:focus:after,
a.push-pop .arrow:hover,
a.push-pop .arrow:hover:after, 
a.push-pop .arrow:focus,
a.push-pop .arrow:focus:after{
  text-decoration: underline;
  text-decoration-color: transparent;
  color:inherit;
}

.arrow:hover:after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

.titleCase {
  text-transform: capitalize;
}

img.talkdesk_icon {
  display: none;
}

.carousel-indicators {
  bottom: 0;
  position: relative;
  margin-top: 25px;
}

/*
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
  border: 1px solid #999;
  border-radius: 10px;
}
*/

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border: 1px solid #999;
  border-radius: 10px;	
  background-color: rgba(0,0,0,0);
}

.btn-sm {
  padding: 5px 20px;
  font-size: .9rem;
  border-radius: 18px;
}

.btn-primary {
  font: 500 1rem proxima-nova,arial,sans-serif;
  padding: 10px 30px;
  color: #F8981D;
  background-color: transparent;
  border: 2px solid #F8981D;
  border-radius: 26px;
  transition: ease .15s;
  text-decoration: none;
  outline: 0;
  text-transform: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
  color: #F8981D;
  border-color: #F8981D;
  background-color: transparent;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:active:focus {
  border-radius: 4px;
}


.btn-primary-solid,
.btn-primary-solid:hover,
.btn-primary-solid:focus,
.btn-primary-solid:visited,
.btn-primary-solid:active {
	color:#fff;
	background-color:#F8981D;
	text-decoration: none;
}

.btn-primary-solid:hover,.navbar-nav > li > a.btn-primary-solid:hover,#primary-nav.navbar-nav > li > a.btn-primary-solid:hover,#primary-nav.navbar-nav > li > a.btn-primary-solid:focus,#primary-nav.navbar-nav > li.active > a.btn-primary-solid:hover, #footer-main .btn-primary-solid:hover {
	border-radius:4px;
	color:#fff;
	background-color:#F8981D;
}


.btn-fest-teal {
  transition: ease .25s;
  padding: 10px 30px;
  border-radius: 26px;
  font: 500 1rem "proxima-nova",arial,sans-serif;
  color: #fff;
  background-color: #00c5d5;
  text-decoration: none;
  outline: 0;
  border-width: 2px;
}

.btn-fest-teal:hover,
.btn-fest-teal:active,
.btn-fest-teal:active:hover,
.btn-fest-teal:active:focus {
  border-radius: 4px;
  color: #00c5d5;
  background-color: #FFF;
}

a.btn:hover {
	text-decoration: none;
}

.noscroll {
  overflow: hidden;
}

#sitewide-alert {
  background: #F8981D;
  color: #FFF;
  padding: 15px;
}

#sitewide-alert a {
  color: inherit;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-default .navbar-nav > li > a {
  width: 200px;
  font-weight: 700;
}

.mega-dropdown {
  position: static!important;
  width: auto;
}

.mega-dropdown-menu {
  padding: 20px 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 285px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li ul > li > {
  background-color: #f5f5f5;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: 700;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

.mega-dropdown-menu .btn-primary:hover,
.mega-dropdown-menu .btn-primary:focus,
.mega-dropdown-menu .btn-primary:active,
.mega-dropdown-menu .btn-primary:active:hover,
.mega-dropdown-menu .btn-primary:active:focus {
  color: #F8981D;
  border-color: #F8981D;
  background-color: #fff!important;
  border-radius: 4px;
}

.mega-dropdown-menu .nav-label {
  color: #AD5E00;
  font-weight: 700;
  text-transform: uppercase;
}

.mega-dropdown-menu .features {
  border-right: 1px solid rgba(173,94,0,.5);
}

.btn-primary.fill {
  color: #fff;
  background-color: #F8981D;
  border-color: #F8981D;
}

.btn-primary.fill:hover,
.btn-primary.fill:focus,
.btn-primary.fill:active,
.btn-primary.fill:active:hover,
.btn-primary.fill:active:focus {
  color: #fff;
  background-color: #F8981D;
  border-color: #F8981D;
}

#primary-nav .btn-primary {
  font-size: 1rem;
}

.btn-primary-solid,
.hs-button.primary {
  transition: ease .25s;
  padding: 10px 30px;
  border-radius: 26px;
  font: 500 1rem "proxima-nova",arial,sans-serif;
  color: #fff;
  background-color: #F8981D;
  text-decoration: none;
  outline: 0;
  border-width: 2px;
}

.btn-primary-solid:hover,
.hs-button.primary:hover,
.btn-primary-solid:active,
.btn-primary-solid:active:hover,
.btn-primary-solid:active:focus {
  border-radius: 4px;
  color: #fff;
  background-color: #F8981D;
}

.btn-primary.white-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-primary.white-outline:hover,
.btn-primary.white-outline:focus,
.btn-primary.white-outline:active,
.btn-primary.white-outline:active:hover,
.btn-primary.white-outline:active:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-radius: 4px;
}

.btn-primary.black-outline {
  color: #1a1a1a;
  background-color: transparent;
  border-color: #1a1a1a;
}

.btn-primary.black-outline:hover,
.btn-primary.black-outline:focus,
.btn-primary.black-outline:active,
.btn-primary.black-outline:active:hover,
.btn-primary.black-outline:active:focus {
  color: #1a1a1a;
  background-color: transparent;
  border-color: #1a1a1a;
  border-radius: 4px;
}

.pagination > li > a {
  font-weight: 400;
  color: #F8981D;
}

.pagination > li > a:hover {
  color: #F8981D;
}

.pagination > li.active > a,
.pagination > li.active > a:hover {
  background-color: #F8981D;
  border-color: inherit;
}

.form-control {
  border-color: #cacaca;
  font-size: 16px;
}

.has-success .form-control {
  border-color: inherit;
}

.has-success .form-control:focus {
  border-color: inherit;
  box-shadow: inherit;
}

.has-error .form-control {
  border-color: #EC634D;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #EC634D;
  font-weight: 500;
}

.bootstrap-select.btn-group .dropdown-toggle .caret,
.orange {
  color: #F8981D;
}

.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select .btn-info:active,
.bootstrap-select .btn-info.active,
.bootstrap-select .open > .dropdown-toggle.btn-info,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-color: transparent;
  color: #444;
  border-color: #CACACA;
  font-size: 16px;
}

.bkg-ltgrey {
  background-color: #f4f4f4;
}

.bkg-blue-gradient {
	background: linear-gradient(241deg, #DDF1FF 4.24%, rgba(255, 236, 221, 0.42) 60.02%), #FFF;
}

.breadcrumb {
  background-color: transparent;
  padding: 1em 0;
}

.breadcrumb > li + li::before {
  color: #ccc;
  content: ">";
  padding: 0 .5em 0 0;
}

.breadcrumb li a {
  font-weight: 300;
}

.filters {
  margin: 2em auto;
  text-align: center;
}

.filters .filter,
.filters .table-filter {
  margin: 10px 10px 10px 10px !important;
}

.hidden-filter {
  visibility: hidden;
  width: 0;
  height: 0;
}

.filter.textfilter {
  font-size: 16px;
  height: 37px;
  width: 180px;
  display: inline-block;
}

.filters .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 180px;
}

.filters .daterange-wrapper {
  width: auto;
  display: inline-block;
}

.filters .form-group label + {
  margin-top: 0!important;
}

.filters input.daterange {
  font-weight: 300;
  font-size: 16px;
  color: #444;
  height: 36px;
  width: 220px;
}

.filters input.daterange[readonly] {
  background-color: transparent;
  cursor: pointer;
}

.filters .daterange-wrapper i {
  position: absolute;
  bottom: 20px;
  right: 16px;
  top: auto;
  cursor: pointer;
}

.daterangepicker .btn-success {
  background-color: #F8981D;
  color: #fff;
  border-color: #F8981D;
}

.filters .dropdown-menu > li > a {
  padding: 5px 15px;
  line-height: 1.4;
}

/* new styles to be added with 8-2018 filter changes */

.filters .form-inline .form-group {
  vertical-align: top;
}

.filters .form-group label {
  display: block;
  text-align: left;
  margin-left: 10px;
}

.filters .form-group label + .filter,
.filters .form-group label + .table-filter,
.filters .form-group label + .daterange-wrapper input {
  margin-top: 0!important;
}

.active-filters {
  /*width: 200px;*/
  margin: 0 10px 10px;
}


.active-filters a {
  display: block;
  /*padding-left: 1.3em;*/
  font-size: 12px;
  text-decoration: none;
  text-align: left;
  color: inherit!important;
  line-height: 1.25;
  padding-bottom: .25em;
}

.active-filters a:hover {
  background-color: transparent;
}

.filters .bs-actionsbox .btn-group {
  color: #ccc;
  border-color: #ccc;
}

.filters .bs-actionsbox .btn {
  border: 1px solid #F8981D;
  color: #F8981D;
}

.filters .bs-actionsbox .btn:hover {
  background-color: #F8981D;
  color: #FFF;
}

.bs-actionsbox .btn-group .bs-select-all {
  display: none;
}

.bs-actionsbox .btn-group .bs-deselect-all {
  width: 100%;
  border-radius: 3px !important;
}

.filters .bs-actionsbox .btn-group .btn:disabled,
.filters .bs-actionsbox .btn-group .btn:disabled:hover {
  background-color: transparent;
  color: #ccc;
  border-color: #ccc;
}

@media only screen and (max-width : 768px) {
  .filters {
    margin-left: 0!important;
  }

  .filters .form-group label {
    margin-left: 0;
  }

  .filters .filter.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    margin-right: 0!important;
  }

  .card-grid.cols-3 .grid-item {
    width: 50%;
  }

  #table-sessions h2.title {
    font-size: 15px;
  }

  #table-sessions thead th,
  #table-sessions td {
    font-size: 12px;
  }

  .partnerdetails p {
    font-size: 16px;
  }

  #footer-main {
    padding: 1em 0;
    text-align: center;
  }

  #footer-secondary {
    padding: 1em 0;
  }

  .datacenter .pull-right.badge-img {
    float: none!important;
  }

  #ediscoverysoftware .hero video {
    display: none;
  }

  .video-col .img-responsive {
    max-width: 100%;
  }

  .block2.testimonial h2 {
    font-size: 1.3rem;
  }

  .filters .filter.textfilter,
  .filters .table-filter,
  .filters .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    margin-right: 1em!important;
  }

  .active-filters {
    margin-left: 0;
  }

  .filters .daterange-wrapper i {
    right: 32px;
  }

  .hero.with-videobg .hero-content {
    padding-top: 25%;
  }

  .hero.with-videobg.rf18-sessions .hero-content {
    padding-top: 8%;
  }
}

/* end new styles to be added with 8-2018 filter changes */

.alert > p {
  margin: 12px 0;
}

.intro {
  margin-bottom: 4em;
}

.cta-row {
  margin: 2em 0;
}

.cta-row .btn-primary {
  padding: 10px 30px;
  border-radius: 26px;
}

.cta-row .btn-primary:hover {
  border-radius: 4px;
}

.card-grid {
  margin: 4em 0;
}

.card-grid.no-top-pad {
  margin-top: 2em;
}

.card-grid.cols-3 .grid-item {
  width: 33.33%;
}

.card-grid.topics {
  margin-bottom: 3em;
}

.card-grid.topics .grid-item .card .subtitle {
  font-weight: 600;
}

.card-grid.content-repo .resource-type {
  font-weight: 700;
}

.card-grid.ecoapps {
  margin-bottom: 3em;
}

.card-grid img.certbadge {
  margin-bottom: 2em;
}

@media only screen and (max-width : 500px) {
  .card-grid.cols-3 .grid-item {
    width: 100%;
  }
}

.card {
  border: 1px solid #D0D2D3;
  box-shadow: 0 2px 3px rgba(0,0,0,0.1);
  margin: 10px;
  padding: 52px 30px;
  text-align: center;
  font-size: 1rem;
}

.card.with-header {
  padding: 0;
}

.card .card-header {
  font-size: 20px;
  font-weight: 400;
  padding: .3em;
}

.card .card-header img {
  margin: 0 auto;
}

.card .card-header.blue {
  background-color: #34AAE3;
  color: #fff;
}

.card .card-header.orange {
  background-color: #F6A930;
  color: #fff;
}

.card .card-header.rocp {
  background-color: #6D6E70;
  color: #fff;
}

.card .card-header.gray {
  background-color: #6B6C6D;
  color: #fff;
}

.card .card-header-customer {
  padding: 0;
}

p.customercard {
  font-size: 1.8em;
  font-weight: 700;
}

.card-grid.content-repo {
  margin-top: 1em;
}

p.customercard span {
  display: block;
  font-size: .7em;
  font-weight: 400;
}

p.customer-result-text {
  font-size: 1.4em;
  font-weight: 800;
}

p.customer-result-text span {
  text-transform: uppercase;
  font-size: .8em;
  display: block;
  font-weight: 400;
}

.card .card-body {
  padding: 52px 30px;
}

.card .title {
  margin-top: 0;
  margin-bottom: .5em;
  color: #009DDF;
  font-size: 22px;
}

.card .title a {
  color: inherit;
  font-weight: inherit;
}

.card .title a:hover,
.card .title a:focus {
  background-color: inherit;
}

.card .trainingcredits {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: .5em;
}

.card .type-duration {
  font-weight: 600;
  margin-bottom: 1em;
}

.card .cta-row {
  margin-bottom: 0;
}

.card .cta-row a {
  font-size: 18px;
  font-weight: 600;
}

.card-grid.content-repo .summary {
  margin-top: 1em;
}

.card-grid.customers a {
  font-size: 18px;
}

.card-grid.partners a,
.card-grid.ecoapps a {
  font-size: 18px;
}

.card-grid.partners h2 {
  color: #919191;
  font-size: 14px;
}

.card-grid.customers .card-inner a {
  margin-top: 23px;
  display: inline-block;
}

.partner-banner p a {
  color: inherit;
  font-weight: inherit;
}

.partner-banner p a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.card-header.ribbon-rogp {
  background-color: #e9ca68;
  color: #fff;
}

.card-header.ribbon-rosp {
  background-color: #afafaf;
  color: #fff;
}

.card-header.ribbon-rocp {
  background-color: #f8981d;
  color: #fff;
}

.card-header.ribbon-rcp {
  background-color: #00A5DB;
  color: #fff;
}

.card-header.ribbon-sp {
  background-color: #2A6EA5;
  color: #fff;
}

.datacenter {
  border: 1px solid #efefef;
  padding: 25px;
  margin-bottom: 25px;
}

.datacenter h4 {
  color: #D6E70;
  margin-top: 0;
}

.datacenter .badge-img {
  display: block;
  margin-bottom: 1em;
}

.st-custom-button[data-network] {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
}

.partner-card {
  border: 1px solid #d0d2d3;
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
  font-size: 14px;
  margin: 0 2% 20px;
  text-align: center;
}

#share-nav.affix {
  top: 120px;
}

#share-nav.affix-bottom {
  position: absolute;
}

#share-nav .st-custom-button[data-network] {
  display: block;
}


@media only screen and (max-width : 991px) {
  #share-nav.affix-top,
  #share-nav.affix,
  #share-nav.affix-bottom {
    position: relative;
    top: 0!important;
    text-align: center;
  }

  #share-nav .st-custom-button[data-network] {
    display: inline-block;
  }

  #secondary-nav.display-mobile .container {
    padding: 0;
  }

  #secondary-nav.display-mobile .navbar-header {
    float: none;
    margin: 0;
  }

  #secondary-nav.display-mobile .navbar-header .navbar-brand {
    padding: 8px 0 8px 10px;
  }

  #secondary-nav.display-mobile .navbar-nav {
    margin: 0;
    float: none;
  }

  #secondary-nav.display-mobile .navbar-nav a {
    padding: 8px 25px;
    display: block;
  }

  #main-header {
    padding: 0;
  }

  #main-header .container.menu {
    padding: 0;
  }

  #secondary-nav {
    display: none;
  }

  #main-content {
    /*margin-top: 60px;*/
  }

  /* changes breakpoint width for navbar */

  .navbar-header {
    float: none;
  }

  .navbar-left,
  .navbar-right {
    float: none!important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  #primary-nav.navbar-nav {
    float: none!important;
    margin: 0;
    padding-top: 0;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block!important;
  }

  .navbar-nav > li > {
    width: auto;
  }

  /* end changes breakpoint width for navbar */

  #main-header .navbar-nav > li > ul.mega-dropdown-menu,
  #main-header .navbar-nav > li:hover > ul.mega-dropdown-menu,
  #main-header .navbar-collapse.in .dropdown-menu.mega-dropdown-menu {
    position: relative;
    margin-top: 0;
    display: none;
  }

  #main-header .navbar-nav > li.open > ul.mega-dropdown-menu {
    display: block;
  }

  #main-header .navbar-nav > li.open ul.mega-dropdown-menu > li {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .mega-dropdown-menu .menu-header {
    margin-bottom: .25em;
    display: none;
  }

  .mega-dropdown-menu .cta-row {
    margin: 1em 0 2em;
  }

  .mega-dropdown-menu .img-background {
    display: none;
  }

  .mega-dropdown-menu .btn-primary {
    font-size: 12px;
    padding: 6px 12px;
  }

  .mega-dropdown-menu .container {
    width: auto;
  }

  .mega-dropdown-menu .cta-row:last-child {
    margin: 1em 0;
  }

  .mega-dropdown-menu .features {
    border-right: 0;
  }

  .mega-dropdown-menu .nav-label {
    margin-top: 1.5em;
  }

  .additional-resources {
    margin: 1em 0 2em;
  }

  .additional-resources,
  body.leadership-team .col-xs-12.col-md-8 {
    text-align: center;
  }

  .blog-article-hero h1 {
    font-size: 1.5rem;
  }

  .home-video {
    background: #4a4e4f url(/relativity/images/home/relativityone-still-image.jpg) no-repeat center top;
    background-size: cover;
  }

  .home-video.about-video {
    background-image: url(/relativity/images/home/we-are-relativity.png);
  }

  .relativityone .home-video.hk-video {
    background-image: url(/relativity/images/home/relativityone-hongkong-still.jpg)!important;
  }

  .home-video.bstar-video {
    background-image: url(/relativity/images/home/relativityone-communication-analysis.jpg);
  }

  .home-video.rf18-sessions {
    background: url(/relativity/images/home/rf18-session-announcement.jpg) right;
  }

  .home-video.rf18-sessions h2 {
    font-size: 2rem;
  }

  .row.icons .col-md-3 {
    margin-top: 50px;
  }

  .row.icons .icon {
    margin-bottom: 0;
  }
}


/*------------ styes for megamenus ---------------------------------*/

#primary-nav .mega-dropdown-menu .megamenu-heading {
	color: #000000;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; /* 123.077% */
	letter-spacing: -0.78px;
	margin-bottom: 0.6em;
}

#primary-nav .mega-dropdown-menu .megamenu-subtext {
	color: #000000;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px; /* 173.333% */	
}

#primary-nav .mega-dropdown-menu .navigation-section .heading {
	color: #666;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 169.231% */
	letter-spacing: 0.65px;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid #E8E8E9;
	margin-bottom: 1.5em;
}

#primary-nav .mega-dropdown-menu .navigation-section .subtext {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px; /* 142.857% */
	margin-top: 0;
}

#primary-nav .mega-dropdown-menu a:hover {
	background-color: inherit;
	text-decoration: none;
	color: #F8981D;
}

#primary-nav .mega-dropdown-menu .card {
	border-radius: 11px;
	border: 1px solid var(--gray-line, #E8E8E9);
	background: var(--White, #FFF);
	padding: 10px;
	padding-bottom: 20px;
	margin: 0;
	text-align: left;
}

#primary-nav .mega-dropdown-menu .card p {
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
}

#primary-nav .mega-dropdown-menu .menu-item {
	margin-bottom: 1rem;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon {
	margin-bottom: 2em;	
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon a {
	display: flex;
	color: #000000;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon.with-icon-circle > a {
	display: flex;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon a .title {
	margin-top: 8px;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon .icon {
	display: flex;
	position: relative;
	width: 24px;
	margin-right: 10px;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon.with-icon-circle .icon {
	position: relative;
	display: flex;
	justify-content: center;
	width: 42px;
	height: 42px;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon.with-icon-circle .icon:before {
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-color: #F0F3F5;	
	content: '';
	z-index: -1;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon .icon > img {
	align-self: center;
	width: 24px;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.25s;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon.with-icon-circle .icon > img {
	width: 22px;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon .icon .img-hover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	opacity: 0;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon.with-icon-circle .icon .img-hover {
	transform: translate(-50%, -50%);
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon a:hover .icon .img-hover {
	opacity: 1;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon a:hover .icon img:first-child {
	opacity: 0;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon p {
	margin-left: 34px;
}

#primary-nav .mega-dropdown-menu .menu-item.with-icon.with-icon-circle p {
	margin-left: 52px;
}

#primary-nav .mega-dropdown-menu .menu-item .title {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	margin-top: 0;
	margin-bottom: 0.6em;	
}

#primary-nav .mega-dropdown-menu .menu-item a {
	color: #000000;
}

#primary-nav .mega-dropdown-menu .menu-item a:hover {
	color: #F8981D;
}

#primary-nav .mega-dropdown-menu .menu-item p {
	color: #666;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px; /* 142.857% */	
}


#primary-nav .mega-dropdown-menu ul.navigation-group {
	font-size: 1.0rem;
	line-height: normal;
	list-style: none;
	padding-left: 0;
	margin-bottom: 2.5em;
}

#primary-nav .mega-dropdown-menu .navigation-section li {
	font-size: 0.9rem;
	margin: 1em 0;
}

#primary-nav .mega-dropdown-menu .navigation-section > ul.navigation-group > li > a {
	font-weight: 500;
	color: #000;
}

#primary-nav .mega-dropdown-menu .navigation-section > ul.navigation-group > li > a:hover {
	color: #F8981D;
}


/*------------ end styes for megamenus ---------------------------------*/



.blogcard {
  border: 1px solid #D0D2D3;
  box-shadow: 0 0 4px rgba(0,0,0,0.10);
  margin: 0 2% 20px;
  /*padding: 52px 30px;*/
  text-align: center;
  font-size: 14px;
  padding: 0;
}

.blogcard .card-header {
  min-height: 200px;
  padding: 30px;
}

.blogcard .date {
  margin: 1em 0;
}

.blogcard .title {
  margin-top: 0;
  margin-bottom: .5em;
  color: #404041;
  font-size: 18px;
}

.blogcard-bottom {
  padding: 10px 30px;
}

.blogcard .logo {
  margin-bottom: 30px;
}

.blogcard .article-categories {
  margin-top: 2em;
}

.ecoapps h2.title {
  color: #919191;
  font-size: 16px;
  margin-top: 10px;
}

.video-col {
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.ecoappbenefits {
  margin-top: 50px;
}

.ecoappfeatures {
  margin-bottom: 25px;
}

.ecoappcontact {
  margin-bottom: 50px;
}

.ecoapps a.learn-more {
  font-size: 18px;
  display: inline-block;
  margin-top: 70px;
}

.websitebutton {
  margin: 50px 0;
}

.customer-win-quote {
  font: 400 1.38rem 'ff-tisa-web-pro',serif;
  color: #404041;
  padding: 50px;
  margin: 50px;
  border-top: 1px solid #f8981d;
  border-bottom: 1px solid #f8981d;
  text-align: center;
}

.article-categories a {
  color: inherit;
  font-weight: inherit;
  font-size: 16px;
}

span.opening {
  font: 400 1.38rem 'ff-tisa-web-pro',serif;
}

span.leadin {
  font-weight: 700;
}

.row.whats-new {
  margin-bottom: 3em;
}

.video-col .img-responsive {
  max-width: 711px;
  margin: 0 auto;
}

.col-md-4 .video-col .img-responsive {
  max-width: 100%;
}

.col-md-6 .video-col .img-responsive {
  max-width: 100%;
}

.card-grid.partners .card {
  min-height: 420px;
}

.card-grid.partners .card img {
  max-height: 120px;
}

.card-grid.customers .card img {
  max-height: 300px;
}

.whats-new-in-relativityone .card-grid.customers .card img {
  border-bottom: 1px solid #D0D2D3;
}

.video-col .play-btn {
  display: inline;
  left: calc(50% - 40px);
  position: absolute;
  top: calc(50% - 28px);
}

#homepage .video-col .play-btn {
  display: inline;
  left: calc(50% - 40px);
  position: absolute;
  top: calc(40% - 28px);
}

.related .version {
  margin-bottom: 0;
  font-size: 80%;
}

p.lead {
  font-size: 26px;
}

hr.divider {
  margin: 4em 0;
}

.relativityone-security .text-grid hr {
  margin-top: 40px;
}

.job-listing-meta li {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #666;
  margin: .75em 0;
}

.blog-article-hero {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 400px;
  min-height: 400px;
  text-align: center;
  margin-bottom: 50px;
}

.blog-article-hero > div {
  max-width: 100%;
  /* hack to make IE10 flex wrap text */
}

.blog-article-hero h1 {
  color: #fff;
}


#main-header {
  background-color: #fff;
  position: sticky;
  /*position: fixed;*/
  top: 0;
  width: 100%;
  transition: all .4s ease;
  z-index: 100;
}

#main-header.sticky {
	/*
	-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,0.35);
	-moz-box-shadow:0 0 30px 0 rgba(0,0,0,0.35);
	box-shadow:0 0 30px 0 rgba(0,0,0,0.35);
	*/
}

@media (min-width: 1350px ) {
	main-header #top-nav > .container {
		max-width: 1300px;
	}
}

#main-header #logo {
	height: 61px;	
}

#main-header .navbar-brand {
	float: none;
	padding: 0;
}

#main-header .navbar-brand:hover,
#main-header .navbar-brand:focus {
  background-color: inherit;
}

#main-header .navbar-brand img {
	width: 161px;
}

#main-header a.search-toggle {
	text-decoration: none;
	color: #333333;
	border: 0;
	background-color: transparent;
	border: 1px solid transparent;
}

#main-header a.search-toggle:hover {
	color: #F8981D;
}

#main-header-mobile-actions .navbar-toggle {
	padding: 0;
	margin: 0;
	height: 24px;
	background-color: transparent;
	border: 1px solid transparent;
}

#main-header-mobile-actions .navbar-toggle:hover {
	/*color: #F8981D;*/
}

#main-header-mobile-actions .navbar-toggle .glyphicon {
	vertical-align: top;
	
}

#main-header a.close-mobile-menu {
	text-decoration: none;
	color: #333333;
	display: none;
}

#main-header-mobile-actions.open a.close-mobile-menu {
	display: inline-block;
	margin-right: 10px;
}

#main-header-mobile-actions.open .search-toggle {
	display: none !important;
}

#main-header-mobile-actions .search-toggle img {
	height: 24px;
}

#main-header-mobile-actions.open .navbar-toggle {
	display: none;
}

#main-header .btn-primary-solid {
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
}

#main-header .mega-dropdown-menu .btn-primary-solid:hover {
	background-color: #F8981D;
	color: #ffffff;
	text-decoration: none;
}

#main-header .bkg-ltgrey {
  background-color: #f9f9f9;
}

#main-header .container.menu {
  padding: 20px 0 0;
  transition: all .4s ease;
}

#primary-nav.navbar-nav > li.active > {
  color: #f8981d;
}

#main-header.sticky .container.menu {
  padding: 0;
}

#main-header .navbar {
	min-height: inherit;
	padding: 0;
  margin: 0;
  border: none;
  position: inherit;
}


.navbar-toggle {
  color: #404041;
  font-size: 24px;
  margin: 0;
}

#main-nav-right a:not(.btn):hover,
#main-header-mobile-actions a:hover {
	background-color: inherit;
}


#primary-nav .nav-item {
	padding-left: 15px;
	padding-right: 15px;
}

#primary-nav .nav-item .nav-link {
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 3px solid transparent;
	line-height: 20px;
}

#primary-nav .nav-item.open .nav-link,
#primary-nav .nav-item.active .nav-link {
	border-bottom-color: #F8981D;
}

@media (max-width: 1199px ) {
	#primary-nav .nav-item .nav-link {
		padding-left: 15px;
		padding-right: 15px; 
	}


	#top-nav > .container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
		
	#main-nav-left {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#main-nav-mobile-talk-to-sales {
		padding-left: 15px;
		padding-right: 15px;		
	}

	#primary-nav > .nav-item {
		border-top: 1px solid #cccccc;
	}	

	#primary-nav .nav-item .nav-link {
		border-bottom: none !important;
		display: block !important;
		height: auto !important;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	#primary-nav > .nav-item > .nav-link::after {
		float: right;
	}
}

#primary-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

#primary-nav > li > a {
  font: 16px proxima-nova,arial,sans-serif;
	font-weight: 500;
	color: #000000;
  text-transform: none;
	padding-right: 30px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
	#primary-nav > li > a {
		font-size: 14px;
	}
}

@media (min-width: 1200px ) {
	#primary-nav > li > a {
		padding-left: 0;
		padding-right: 0;		
	}
}

#primary-nav.navbar-nav > li > a > i {
	font-size: 12px;
	margin-left: 0.5em;
}

#primary-nav.navbar-nav > li.active > a {
  background-color: transparent;
  color: #f8981d;
}


#primary-nav.navbar-nav > li.active > a:hover,
#primary-nav.navbar-nav > li > a:hover,
#primary-nav.navbar-nav > li.open > a,
#primary-nav.navbar-nav a:focus {
  background-color: transparent;
  color: #F8981D;
}

#primary-nav .nav-item > .dropdown-toggle::after {
	
	font-family: bootstrap-icons !important;
	content: "\f282";
	font-size: 0.65em;
	font-weight: 800;
	display: inline-block;
	/*
	content: url(/relativity/images/megamenus/chevron-down-black.svg);
	width: 10px;
	*/
	margin-left: 0.5em;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.25s;
	vertical-align: middle;
	border: none;
	color: inherit;
}

#primary-nav .nav-item:hover > .dropdown-toggle::after,
#primary-nav .nav-item.active > .dropdown-toggle::after,
#primary-nav .nav-item.open > .dropdown-toggle::after {
	color: #F8981D;
	/*content: url(/relativity/images/megamenus/chevron-down-orange.svg);*/
}

.navbar-nav > li > a.search-toggle {
  font-size: 20px;
  padding-top: 14px;
  transition: ease .15s;
}

/* megamenu overrides */

.mega-dropdown-menu::before,
.mega-dropdown-menu::after {
  border: none;
}


.navbar-nav > li > ul.mega-dropdown-menu {
  border-radius: 0;
  margin-top: -1.75rem;
  padding: 1.75rem 0 0;
  left: 0;
  min-width: 0;
  display: block;
  transition: height .5s;
}

#main-header.sticky .navbar-nav > li > .mega-dropdown-menu {
  padding-top: 0;
  margin-top: 0;
}

#main-header .navbar-nav > li.open ul.mega-dropdown-menu > {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

#main-header .navbar-nav > li.open > ul.mega-dropdown-menu,
#main-header .navbar-nav > li > ul.mega-dropdown-menu.show {
  display: block;
  width: 100%;
  height: auto;
}

#main-header .navbar-nav > li ul.mega-dropdown-menu > li {
  height: 0;
	max-height: 0;
  overflow-y: hidden;
  background-color: transparent;
  color: #666;
	box-shadow: none;
	opacity: 0;
	transition: opacity 0.25s cubic-bezier(0.4, 0, 1, 1);
}

#main-header .navbar-nav > li.open ul.mega-dropdown-menu > li,
#main-header .navbar-nav > li ul.mega-dropdown-menu.show > li {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 30px 30px -30px rgba(0,0,0,0.35);
}


#main-header .navbar-nav > li.open ul.mega-dropdown-menu > li.no-bottom-pad {
  padding-bottom: 0;
}


.mega-dropdown-menu.no-bottom-pad > li {
  padding-bottom: 0;
}

.mega-dropdown-menu .menu-header {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: .75em;
}

.mega-dropdown-menu .btn-primary {
  color: #fff;
  border: 2px solid #fff;
}



.mega-dropdown-menu .menu-intro {
  margin: 1em 0;
  font-size: 16px;
}


.navbar-collapse.in,
.navbar-collapse.show {
  overflow: scroll!important;
}

.navbar-collapse.in .dropdown-menu.mega-dropdown-menu,
.navbar-collapse.show.dropdown-menu.mega-dropdown-menu {
  position: relative;
  padding-top: 0;
  margin-bottom: 2em;
}

.navbar-collapse.in li.dropdown.mega-dropdown.open > a,
.navbar-collapse.show li.dropdown.mega-dropdown.open > a {
  background-color: #F8981D;
}

.navbar-collapse.in .dropdown-menu.mega-dropdown-menu > li,
.navbar-collapse.show .dropdown-menu.mega-dropdown-menu > li {
  padding: 0 20px 12px 30px;
}

#main-header #primary-nav > li.open ul.mega-dropdown-menu > li,
#main-header #primary-nav > li ul.mega-dropdown-menu.show > li {
	opacity: 1;
	max-height: 5000px;
}

/* new 2022 styles for main nav */

#primary-nav.navbar-nav > li > a.btn-primary-solid {
  margin: 0 15px;
}

#primary-nav.navbar-nav > li > .mega-dropdown-menu {
  margin-top: 0;
  padding-top: 0;
  background-color: #fff;
}

#primary-nav .mega-dropdown-menu hr {
  margin: 0;
}

#primary-nav #main-header .navbar-nav > li.open ul.mega-dropdown-menu > li {
  box-shadow: 0 30px 30px -30px rgba(0,0,0,0.35);
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu { 
		display: none; 
	}
	
	.navbar .nav-item:hover .dropdown-menu { 
		display: block; 
	}
}	

#primary-nav .megamenu .main-col {
  background-color: #F9F9F9;
}



#primary-nav.navbar-nav .mega-dropdown a.mobile-back {
  text-transform: uppercase;
  font-size: .8rem;
  color: #999;
  display: none;
}

#primary-nav.navbar-nav .mega-dropdown .mobile-title {
  display: none;
}

#primary-nav-container ul.child-open > li.open > a.mobile-back {
  padding: .25rem 1rem;
  display: none;
}

#primary-nav-container ul.child-open > li.open > .mobile-title {
  display: none;
  color: #1A1A1A;
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-weight: 600;
  font-size: .8rem;
}

@media screen and (max-width: 991px) {
  #primary-nav-collapse {
    background-color: #f9f9f9;
    box-shadow: 0 30px 30px -30px rgba(0,0,0,0.35);
  }

  #primary-nav.navbar-nav .mobile-py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  #main-header .navbar-nav > li.open ul.mega-dropdown-menu > li {
    box-shadow: none;
  }

  #primary-nav-collapse.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  #primary-nav-container ul.child-open > li:not(.open) {
    display: none;
  }

  #primary-nav-container ul.child-open > li.open > a.dropdown-toggle {
    display: none;
  }

  #primary-nav-container ul.child-open > li.open.in .mobile-back {
    display: block;
  }

  #primary-nav-container ul.child-open > li.open.in > .mobile-title {
    display: block;
  }

  #primary-nav.navbar-nav > li > .mega-dropdown-menu {
    background-color: inherit;
  }

  #primary-nav.navbar-nav .mega-dropdown-menu > li > hr {
    display: none;
  }


  #primary-nav.navbar-nav {
    padding-top: 1rem;
  }

  #primary-nav.navbar-nav.level1-open {
    padding-top: 0;
  }

  #primary-nav .cmp-navigation.in {
    visibility: visible;
  }

  #primary-nav .cmp-navigation.in .navigation-megamenu {
    display: none;
  }

  #primary-nav .navigation-item.open.in > .navigation-megamenu {
    display: block;
    position: relative;
    padding-bottom: 0;
  }

  #primary-nav .row.gx-5 {
    margin-left: 0;
    margin-right: 0;
  }

  #primary-nav .row.gx-5 > [class^="col"] {
    padding-left: 0;
    padding-right: 0;
  }

  #sidebar-nav.affix {
    position: static!important;
    width: 100%!important;
  }

  #sidebar-nav .nav li.active > ul.nav {
    display: none!important;
  }
}

@media only and (min-width: 992px) {
  #main-header #primarynav.open #nav-back-btn {
    display: none;
  }
}

/* end new 2022 styles for main nav */


/*---------------------- styles for search dialog -----------------------------------*/

#search-collapse {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffff;
	z-index: 101;
	padding-top: 8px;
	padding-bottom: 2em;
	border-bottom: 1px solid #E8E8E9;
}

#search-collapse > .container {
	max-width: 100%;
}

@media (min-width: 1350px ) {
	#search-collapse > .container {
		max-width: 1300px;
	}
}

#search-collapse .navbar-brand {
	display: block;
	margin-top: 22px;
	margin-right: 15px;
	padding: 0;
	width: 161px;
}

#search-collapse a:hover {
	background-color: inherit;
}

#search-collapse .input-group {
	margin-top: 12px;	
}

#search-collapse .input-group .input-group-addon {
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	background-color: #F0F3F5;
	border-color: #F0F3F5;
	padding-right: 0;
	width: 40px;
}

#search-collapse .input-group .input-group-addon img {
	width: 18px;
	height: 18px;
}

#search-collapse .input-group input {
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	border-left: none;
	background-color: #F0F3F5;
	border-color: #F0F3F5;
	webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}

#search-collapse .list-header {
	font-size: 0.72rem;
	font-weight: 400;
	color: #666666;
	padding-bottom: 0.8em;
	margin-top: 40px;
	margin-bottom: 1em;
	letter-spacing: 0.65px;
	text-transform: uppercase;
}

#search-collapse li {
	margin-bottom: 0.75em;
}

#search-collapse a {
	font-weight: 500;
	font-size: .86rem;
	color: #1A1A1A;
	text-decoration: none;
}

#search-collapse li a:hover {
	text-decoration: underline;
}

#search-collapse .close-col {
	padding-top: 22px;
}

#search-collapse .close-col a {
	width: 14px;
	display: inline-block;
}

.popular-search > .col {
	margin-bottom: 10px;
}

@media (max-width: 767px ) {
	#search-collapse .close-col {
		margin-left: 1rem !important;
	}
}

/*---------------------- end styles for search dialog -----------------------------------*/


#mobile-nav-contact-btn {
  font-size: 16px;
  display: block;
  margin: 0 15px;
}

/* secondary nav styles */

#secondary-nav .navbar-nav.tabs > li > {
  background-color: #e1e1e1;
}

#secondary-nav {
  background-color: #f1f1f1;
  border: none;
  margin-bottom: 0;
}

#secondary-nav .navbar-brand {
  margin-left: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding: 25px 20px 25px 0;
  font-size: 16px;
}

#secondary-nav .navbar-nav > li > a {
  width: auto;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-transform: none;
  padding: 25px 15px;
}

.calder7-security-team #secondary-nav .navbar-nav > li.active.trust-nonactive > a {
  font-weight: 400;
  color: #333;
  background-color: transparent;
}

#secondary-nav .navbar-nav > li > a:hover,
#secondary-nav .navbar-nav > li > a:focus,
#secondary-nav .navbar-nav > li.active > a:hover,
#secondary-nav .navbar-nav > li.active > a:focus,
#secondary-nav .navbar-nav > li:hover a,
.calder7-security-team #secondary-nav .navbar-nav > li.active.trust-nonactive > a:hover {
  background-color: #F3992A;
  color: #fff;
}

#secondary-nav .navbar-nav > li:hover .dropdown-toggle::after {
	color: #ffffff;
}


#secondary-nav .navbar-nav > li.active > a {
  color: #000;
  font-weight: 600;
}

#secondary-nav .navbar-nav > li > a.btn {
  padding: 10px 30px;
  color: #fff;
  margin-top: 14px;
}

#secondary-nav .navbar-nav > li .dropdown-menu {
  margin: 0;
  background-color: #F3992A;
  border: none;
  border-radius: 0;
  font-size: 14px;
}

#secondary-nav .navbar-nav > li .dropdown-menu a {
  color: #fff;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

#secondary-nav .navbar-nav > li .dropdown-menu a:hover,
#secondary-nav .navbar-nav > li .dropdown-menu a:focus {
  color: #fff;
  background-color: #DD8D18;
}

#secondary-nav .navbar-nav.tabs > li > a:hover,
#secondary-nav .navbar-nav.tabs > li > a:focus,
#secondary-nav .navbar-nav.tabs > li:hover a {
  background-color: #e1e1e1;
  color: #000;
}

#secondary-nav .navbar-nav.tabs > li.active > a,
#secondary-nav .navbar-nav.tabs > li.active > a:hover,
#secondary-nav .navbar-nav.tabs > li.active > a:focus,
#secondary-nav .navbar-nav.tabs > li > a.active,
#secondary-nav .navbar-nav.tabs > li > a.active:hover,
#secondary-nav .navbar-nav.tabs > li > a.active:focus {
  background-color: #F3992A;
  color: #fff;
}

#secondary-nav.display-mobile {
  display: block;
}

#secondary-nav .navbar-nav > li > a.rss:hover,
#secondary-nav .navbar-nav > li > a.rss:active,
#secondary-nav .navbar-nav > li > a.rss:focus {
  background-color: transparent;
}

#secondary-nav .navbar-nav > li > a.rss img:hover {
  opacity: .7;
  transition: ease .15s;
}

@media (min-width:992px) {
  #secondary-nav.navbar.navbar-default.display-mobile.blog-nav {
    display: none;
  }
}

/* full screen semi dark background that appears whenever drop down is activated */
#bg-layer {
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}

#bg-layer.darken {
	background:rgba(0,0,0,0.3);
}

#main-content {
  /*margin-top: 61px;*/
  padding-bottom: 0;
}

@media (min-width: 1200px ) {
	#main-content {
		/*margin-top: 81px;*/
	}
}

.fancybox-mp4-wrapper {
  width: 90%;
  max-width: 1688px;
  padding: 0 0 0 0 !important;
}

.moreResults {
  background: #f2f2f2 none repeat scroll 0 0;
  clear: both;
  display: block;
  margin: .75em 0;
  padding: .75em;
}

.moreResults > p {
  float: left;
  margin: 6px 0;
}

/* need to raise the z index on the main column to prevent issues with the share this icons in the gutter column masking the video and links in tghe main column */

#main-content .col-md-11 {
  z-index: 2;
}

.training-meta.list-inline {
  color: #009DDF;
  font-weight: 600;
}

.training .col2 ul.related {
  padding-left: 1em;
  padding-right: 1em;
}

footer a {
  text-decoration: none;
}

#footer-main {
  background-color: #F9F9F9;
  color: #666;
  padding: 3em 0;
  font-weight: 500;
  font-size: .86rem;
}

#footer-main li {
  margin-bottom: .75em;
}

#footer-main .list-header {
  font-size: .72rem;
  font-weight: 400;
  color: #666;
  border-bottom: 0;
  padding-bottom: .8em;
  margin-bottom: 1em;
  letter-spacing: .65px;
  text-transform: uppercase;
}

#footer-main a {
  color: #1A1A1A;
  font-weight: 500;
  font-size: 0.86rem;
}

#footer-main a:hover,
#footer-secondary a:hover {
  background-color: inherit;
}

#footer-main .social-icons {
  margin-top: 1em;
  margin-left: 0;
  margin-bottom: 0;
}

#footer-main .social-icons li {
  padding-left: 0;
  padding-right: 1em;
}

#footer-main .social-icons img {
  width: 18px;
	opacity:1;
	transition:opacity ease .25s;
}

#footer-main .social-icons > li > a:hover > img,
#footer-main .social-icons > li > a:focus > img {
	opacity:.5;
}

#footer-secondary {
  font-size: .8rem;
  padding: 4em 0;
  color: #999;
}

#footer-secondary img.logo {
  display: block;
  margin: 0 auto 2em;
  width: 50px;
}

#footer-secondary a {
  color: #999;
  font-weight: 300;
  transition: text-decoration .25s ease,color .25s ease;
}

#footer-secondary a:hover,#footer-secondary a:focus {
	text-decoration:underline;
	color:#F8941C;
}

#footer-secondary button#ot-sdk-btn.ot-sdk-show-settings{
	border:none; background:none;  color: #999999;
	font-weight: 300;
	font-size: 0.8rem;
	padding:0;
	float:none;
}

#footer-secondary a:hover,#footer-secondary button#ot-sdk-btn.ot-sdk-show-settings:hover,#footer-secondary a:focus,#footer-secondary button#ot-sdk-btn.ot-sdk-show-settings:focus {
	text-decoration:underline;
	background: transparent;
	color:#F8941C;
}

button#ot-sdk-btn.ot-sdk-show-settings{
	border:none; 
	background:none; 
	color: #F8981D;
	font-weight: 600;
	font-size:1rem;
	text-decoration: none;
	padding:0;
	float:none;
	transition:text-decoration .25s ease,color .25s ease;
}

button#ot-sdk-btn.ot-sdk-show-settings:hover, button#ot-sdk-btn.ot-sdk-show-settings:focus {
	color: #F8981D;
	text-decoration: none;
	background-color: rgba(248, 152, 29, 0.2);
	outline: none;
}

.on-demand-video-container {
  border: 1px solid #D0D2D3;
  box-shadow: 0 0 4px rgba(0,0,0,0.10);
  margin: 2em 0 3em;
}

.on-demand-video-container.embed-responsive-4by3 {
  border: none;
  box-shadow: none;
}

ul.class-sessions .cta-row {
  margin-left: 1em;
  margin-top: .5em;
  margin-bottom: 0;
}

h2.underline {
  padding-bottom: 6px;
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
}

.training-meta.list-inline li:before {
  content: '\a0\2022\a0\a0';
  color: #009DDF;
}

.training-meta.list-inline li:first-child:before {
  content: '';
}

.training-meta.list-inline li {
  padding: 0;
  display: inline;
}

.training .col2 ul.related li {
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
  margin-bottom: 1em;
}

.training .col2 ul.related h3 {
  font-size: 20px;
}

.agenda .module {
  border-bottom: 1px solid #ccc;
}

.agenda .module .glyphicon {
  float: right;
}

.agenda .module h3 {
  margin: 1em 0;
}

.agenda .module a {
  text-decoration: none;
}

.agenda .module .body {
  margin-bottom: 1em;
}



ul.class-sessions li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.2em;
  margin: 1em 0;
}

ul.class-sessions .date-location {
  font-weight: 600;
}



ul.class-sessions .cta-row .badge {
  font-weight: 400;
}

.right-sidebar .awards a {
  display: block;
  margin: 2em auto;
}

.pager.wizard li > a,
.pager.wizard li > .btn-primary {
  font: 500 1rem proxima-nova,arial,sans-serif;
  padding: 4px 30px 3px;
  border: 2px solid #F8981D;
  color: #fff;
  background-color: #F8981D;
  border-color: #F8981D;
  border-radius: 17px;
  transition: ease;
  text-decoration: none;
}

.pager .submit-link > .btn {
  float: right;
}

.pager.wizard li > a:hover,
.pager.wizard li > a:focus,
.pager.wizard li > .btn-primary:hover,
.pager.wizard li > .btn-primary:focus {
  color: #fff;
  background-color: #F8981D;
  border-color: #F8981D;
  border-radius: 4px;
}

.pager.wizard li.previous.disabled > a {
  display: none;
}

.register-terms {
  font-size: 14px;
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

video#bgvid {
  background-size: cover;
  background: rgba(35,31,32,0.9) no-repeat scroll center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -100;
}

hero.with-videobg {
  position: relative;
}

.hero.with-videobg .hero-content {
  background-color: rgba(35,31,32,0.7);
  padding-top: 15%;
  text-align: center;
  padding-bottom: 10%;
}

.hero.with-videobg .hero-content h1 {
  color: #fff;
}

.hero.with-videobg .hero-content h1 small {
  color: #fff;
}

.logos {
  margin-bottom: 1em;
  display: table;
  height: 100%;
  width: 100%;
}

.logos [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
}

.fluid-callout-yellow {
  background-color: gold;
  padding: 12px;
  text-align: center;
  margin-bottom: 4em;
}

.fluid-callout-yellow a {
  color: #fff;
}

.row.icons {
  margin: 3em 0;
}

.row.icons .icon {
  height: 65px;
  margin-bottom: 16px;
}

.row.icons .icon-title {
  text-align: center;
  font-size: 30px;
  color: #333;
}

.row.icon-stats .icon-title {
  font-weight: 600;
  font-size: 1.875rem;
  color: #F8981A;
  margin-top: 1em;
}

.row.icons .icon-description {
  text-align: center;
}

.row.icon-stats .icon-description {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #404041;
  margin-bottom: 1.5em;
}

a.scrollit {
  display: block;
  margin-top: 2em;
  margin-bottom: 0;
}

.news-item {
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #eee;
}

.news-item .date {
  margin-bottom: 0;
}

.news-item .title {
  margin-top: .25em;
}

.more-btn {
  font-size: 18px;
}

#news-carousel.carousel {
  margin: 0;
}

#news-carousel.carousel .item {
  height: auto;
  background-color: inherit;
}

#newsevents.depth-2 #main-content section .container .mura-body {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.img-thumbnail,
.thumbnail {
  box-shadow: none;
}

/* academic partner styles */

.block2.testimonial {
  background: #e68f1a url(https://kcura-media.s3.amazonaws.com/app/uploads/sites/2/2015/08/testimonial-bkgrd-1.png) no-repeat scroll center center / cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 600px;
  overflow: hidden;
  padding: 5% 0;
  color: #fff;
}

.block2.testimonial h2 {
  color: #fff;
}

.attribution {
  text-align: right;
}

.attribution .attribution-logo {
  margin-top: 2em;
}

.academic-partners-grid {
  padding: 30px;
}

.student-scholarship {
  background: rgba(0,0,0,0) url(https://kcura-media.s3.amazonaws.com/app/uploads/sites/2/2017/04/AP_fest-background-copy.png) no-repeat scroll center center / cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 5%;
  color: #fff;
}

.student-scholarship h3 {
  color: #00c7d6;
  font-weight: 500;
  margin-bottom: 11px;
  margin-top: 22px;
  font-size: 30px;
  text-align: center;
}

.student-scholarship a {
  color: #00c7d6;
}

a.btn-fest {
  background-color: #00c7d6;
  border: 2px solid #00c7d6;
  border-radius: 3px;
  color: #fff;
  font-size: 1em;
  padding: 16px 30px;
  text-decoration: none;
  transition: background-color .5s ease 0s,color .5s ease 0s,border .5s ease 0;
}

.block5.testimonial {
  background: #999 none no-repeat scroll center center / cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 600px;
  overflow: hidden;
  color: #fff;
}

.block5.testimonial h2 {
  color: #fff;
}

#join-the-community {
  font-weight: 300;
  padding-bottom: 4em;
}

#join-the-community form {
  margin: 2em auto 0;
  max-width: 500px;
}

.hs-form .input {
  display: block;
  text-align: left;
}

.hs-form .hs-form-field {
  margin-bottom: 1em;
}

.hs-form .multi-container {
  padding-left: 0;
}

.hs-form input[type="radio"] {
  margin-right: .5em;
}

#main-content.academic-partners {
  padding-bottom: 0;
}

.academic-partners-grid div[class^="col-"] {
  padding: 30px;
}

.academic-partners-grid img {
  max-width: 100%;
  max-height: 85%;
}

/* product page styles */

.card-grid.products a {
  text-decoration: none;
  color: inherit;
}

.card-grid.products a:hover .card,
.card-grid.products a:focus .card {
  background-color: #efefef;
}

.card-grid.products .card {
  height: 248px;
}

.card-grid.products .icon {
  display: block;
  margin: 0 auto 1em;
}

.card-grid.products .summary {
  font-weight: 300;
}

#promo-relativityone {
  background: url(/relativity/images/product/relone-mini-ad-bkgd.png) no-repeat center center;
  background-size: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
  overflow: hidden;
  padding: 90px 15px 50px;
  color: #fff;
}

.relativityOne_product {
  background: url(https://www.kcura.com/app/uploads/sites/2/2016/09/relone-mini-ad-bkgd.png) no-repeat center center;
  background-size: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
  overflow: hidden;
  padding: 90px 15px 50px;
  z-index: 99;
}

.metrics-grid {
  margin: 3em 0;
}

.metrics-grid .metric {
  padding: 20px 0;
}

.metrics-grid .metric .metric-value {
  color: #333;
  font-size: 30px;
}



.text-grid {
  text-align: left;
  margin-bottom: 4em;
}

.text-grid div[class^="col-"] {
  margin: 2rem 0;
}

.text-grid h3 {
  font-weight: 300;
  font-size: 1.6rem;
}

.testimonial .source {
  font-weight: 600;
  margin-top: 1em;
}

#testimonial-wendy {
  background: rgba(0,0,0,0) url(https://kcura-media.s3.amazonaws.com/app/uploads/sites/2/2017/05/overview-ldiscovery-bg-2016.jpg) no-repeat scroll center top / cover;
  padding: 100px 0;
  color: #fff;
}

#svSearchResults dl {
  border-bottom: 0;
}

#svSearchResults .record-index {
  display: none;
}

#svSearchResults dt {
  font-size: 1.2rem;
}

#svSearchResults dt.date {
  font-size: .85em;
  font-weight: 300;
  color: #777;
  margin-top: .5em;
}

#svSearchResults h1:first-child {
  margin-top: 0;
}

#blog-search-form {
  margin: 18px 0;
}

#blog-search-form .input-group input {
  border-right: 0;
}

#blog-search-form .input-group .btn {
  border-left: 0;
}

.form-inline.filters.job-filters .form-group {
  margin: 0 .5em;
}

#job-listings_filter {
  display: none;
}

#job-listings th,
#job-listings td {
  font-size: 16px;
}

#job-listings_wrapper #job-listings td {
  padding: 20px 10px;
}

#job-listings_wrapper table.dataTable.order-column tbody tr>.sorting_1,
#job-listings_wrapper table.dataTable.order-column tbody tr>.sorting_2,
#job-listings_wrapper table.dataTable.order-column tbody tr>.sorting_3,
#job-listings_wrapper table.dataTable.display tbody tr>.sorting_1,
#job-listings_wrapper table.dataTable.display tbody tr>.sorting_2,
#job-listings_wrapper table.dataTable.display tbody tr>.sorting_3,
#job-listings_wrapper table.dataTable.stripe tbody tr.odd,
#job-listings_wrapper table.dataTable.display tbody tr.odd {
  background-color: #fff;
}

#job-listings_wrapper table.dataTable.row-border tbody th,
#job-listings_wrapper table.dataTable.row-border tbody td,
#job-listings_wrapper table.dataTable.display tbody th,
#job-listings_wrapper table.dataTable.display tbody td {
  border-top: 1px solid #eee;
}

#job-listings_wrapper table.dataTable.display tbody tr:hover>.sorting_1,
#job-listings_wrapper table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
#job-listings_wrapper table.dataTable.display tbody tr.odd:hover {
  background-color: #f6f6f6;
}

.grey-callout {
  background-color: #f1f1f1;
  padding: 16px;
  margin-bottom: 20px;
}



.grey-callout p a {
  font-weight: 600;
}

.grid-logos img {
  margin: 1em 0;
}

.grid-logos img.logo {
  max-width: 80%;
  max-height: 100px;
}

/* fade in/out customer logo styles */

:root {
  --p-img-fadein-duration: 4s;
}

.fadein-logos .fadein {
  position: relative;
  max-width: 80%;
  margin: 1em 0;
  height: 100px;
}

.fadein-logos .fadein .img-wrapper {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

.fadein-logos .img-wrapper a:hover,
.fadein-logos .img-wrapper a:focus {
  background-color: inherit;
}

.fadein-logos:hover .fadein .img-wrapper {
  animation-play-state: paused;
}

.fadein-logos .fadein-2 .img-wrapper {
  -webkit-animation-name: fadein-logos-fade-2;
  -webkit-animation-duration: calc(2 * var(--p-img-fadein-duration));
  animation-name: fadein-logos-fade-2;
  animation-duration: calc(2 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein-3 .img-wrapper {
  -webkit-animation-name: fadein-logos-fade-3;
  -webkit-animation-duration: calc(3 * var(--p-img-fadein-duration));
  animation-name: fadein-logos-fade-3;
  animation-duration: calc(3 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein-4 .img-wrapper {
  -webkit-animation-name: fadein-logos-fade-4;
  -webkit-animation-duration: calc(4 * var(--p-img-fadein-duration));
  animation-name: fadein-logos-fade-4;
  animation-duration: calc(4 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein-5 .img-wrapper {
  -webkit-animation-name: fadein-logos-fade-5;
  -webkit-animation-duration: calc(5 * var(--p-img-fadein-duration));
  animation-name: fadein-logos-fade-5;
  animation-duration: calc(5 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein-6 .img-wrapper {
  -webkit-animation-name: fadein-logos-fade-6;
  -webkit-animation-duration: calc(6 * var(--p-img-fadein-duration));
  animation-name: fadein-logos-fade-6;
  animation-duration: calc(6 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein-7 .img-wrapper {
  -webkit-animation-name: fadein-logos-fade-7;
  -webkit-animation-duration: calc(7 * var(--p-img-fadein-duration));
  animation-name: fadein-logos-fade-7;
  animation-duration: calc(7 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein-8 .img-wrapper {
  -webkit-animation-name: fadein-logos-fade-8;
  -webkit-animation-duration: calc(8 * var(--p-img-fadein-duration));
  animation-name: fadein-logos-fade-8;
  animation-duration: calc(8 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein-9 .img-wrapper {
  -webkit-animation-name: fadein-logos-fade-9;
  -webkit-animation-duration: calc(9 * var(--p-img-fadein-duration));
  animation-name: fadein-logos-fade-9;
  animation-duration: calc(9 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein-10 .img-wrapper {
  -webkit-animation-name: fadein-logos-fade-10;
  -webkit-animation-duration: calc(10 * var(--p-img-fadein-duration));
  animation-name: fadein-logos-fade-10;
  animation-duration: calc(10 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein-11 .img-wrapper {
  -webkit-animation-name: fadein-logos-fade-11;
  -webkit-animation-duration: calc(11 * var(--p-img-fadein-duration));
  animation-name: fadein-logos-fade-11;
  animation-duration: calc(11 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein-12 .img-wrapper {
  -webkit-animation-name: fadein-logos-fade-12;
  -webkit-animation-duration: calc(12 * var(--p-img-fadein-duration));
  animation-name: fadein-logos-fade-12;
  animation-duration: calc(12 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein .img-wrapper:nth-of-type(1) {
  -webkit-animation-delay: 0;
}

.fadein-logos .fadein .img-wrapper:nth-of-type(2) {
  -webkit-animation-delay: calc(-1 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein .img-wrapper:nth-of-type(3) {
  -webkit-animation-delay: calc(-2 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein .img-wrapper:nth-of-type(4) {
  -webkit-animation-delay: calc(-3 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein .img-wrapper:nth-of-type(5) {
  -webkit-animation-delay: calc(-4 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein .img-wrapper:nth-of-type(6) {
  -webkit-animation-delay: calc(-5 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein .img-wrapper:nth-of-type(7) {
  -webkit-animation-delay: calc(-6 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein .img-wrapper:nth-of-type(8) {
  -webkit-animation-delay: calc(-7 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein .img-wrapper:nth-of-type(9) {
  -webkit-animation-delay: calc(-8 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein .img-wrapper:nth-of-type(10) {
  -webkit-animation-delay: calc(-9 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein .img-wrapper:nth-of-type(11) {
  -webkit-animation-delay: calc(-10 * var(--p-img-fadein-duration));
}

.fadein-logos .fadein .img-wrapper:nth-of-type(12) {
  -webkit-animation-delay: calc(-11 * var(--p-img-fadein-duration));
}

@-webkit-keyframes fadein-logos-fade-2 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  10% {
    opacity: 1;
    z-index: 2;
  }

  30% {
    opacity: 0;
    z-index: 1;
  }

  70% {
    opacity: 0;
    z-index: 1;
  }

  90% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-keyframes fadein-logos-fade-2 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  10% {
    opacity: 1;
    z-index: 2;
  }

  30% {
    opacity: 0;
    z-index: 1;
  }

  70% {
    opacity: 0;
    z-index: 1;
  }

  90% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-webkit-keyframes fadein-logos-fade-3 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  6.666666666667% {
    opacity: 1;
    z-index: 2;
  }

  20% {
    opacity: 0;
    z-index: 1;
  }

  80% {
    opacity: 0;
    z-index: 1;
  }

  93.333333333333% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-keyframes fadein-logos-fade-3 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  6.666666666667% {
    opacity: 1;
    z-index: 2;
  }

  20% {
    opacity: 0;
    z-index: 1;
  }

  80% {
    opacity: 0;
    z-index: 1;
  }

  93.333333333333% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-webkit-keyframes fadein-logos-fade-4 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  5% {
    opacity: 1;
    z-index: 2;
  }

  15% {
    opacity: 0;
    z-index: 1;
  }

  85% {
    opacity: 0;
    z-index: 1;
  }

  95% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-keyframes fadein-logos-fade-4 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  5% {
    opacity: 1;
    z-index: 2;
  }

  15% {
    opacity: 0;
    z-index: 1;
  }

  85% {
    opacity: 0;
    z-index: 1;
  }

  95% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-webkit-keyframes fadein-logos-fade-5 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  4% {
    opacity: 1;
    z-index: 2;
  }

  12% {
    opacity: 0;
    z-index: 1;
  }

  88% {
    opacity: 0;
    z-index: 1;
  }

  96% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-keyframes fadein-logos-fade-5 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  4% {
    opacity: 1;
    z-index: 2;
  }

  12% {
    opacity: 0;
    z-index: 1;
  }

  88% {
    opacity: 0;
    z-index: 1;
  }

  96% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-webkit-keyframes fadein-logos-fade-6 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  3.333333333333% {
    opacity: 1;
    z-index: 2;
  }

  10% {
    opacity: 0;
    z-index: 1;
  }

  90% {
    opacity: 0;
    z-index: 1;
  }

  96.666666666667% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-keyframes fadein-logos-fade-6 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  3.333333333333% {
    opacity: 1;
    z-index: 2;
  }

  10% {
    opacity: 0;
    z-index: 1;
  }

  90% {
    opacity: 0;
    z-index: 1;
  }

  96.666666666667% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-webkit-keyframes fadein-logos-fade-7 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  2.857142857143% {
    opacity: 1;
    z-index: 2;
  }

  8.571428571429% {
    opacity: 0;
    z-index: 1;
  }

  91.428571428571% {
    opacity: 0;
    z-index: 1;
  }

  97.142857142857% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-keyframes fadein-logos-fade-7 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  2.857142857143% {
    opacity: 1;
    z-index: 2;
  }

  8.571428571429% {
    opacity: 0;
    z-index: 1;
  }

  91.428571428571% {
    opacity: 0;
    z-index: 1;
  }

  97.142857142857% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-webkit-keyframes fadein-logos-fade-8 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  2.5% {
    opacity: 1;
    z-index: 2;
  }

  7.5% {
    opacity: 0;
    z-index: 1;
  }

  92.5% {
    opacity: 0;
    z-index: 1;
  }

  97.5% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-keyframes fadein-logos-fade-8 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  2.5% {
    opacity: 1;
    z-index: 2;
  }

  7.5% {
    opacity: 0;
    z-index: 1;
  }

  92.5% {
    opacity: 0;
    z-index: 1;
  }

  97.5% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-webkit-keyframes fadein-logos-fade-9 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  2.222222222222% {
    opacity: 1;
    z-index: 2;
  }

  6.666666666667% {
    opacity: 0;
    z-index: 1;
  }

  93.333333333333% {
    opacity: 0;
    z-index: 1;
  }

  97.777777777778% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-keyframes fadein-logos-fade-9 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  2.222222222222% {
    opacity: 1;
    z-index: 2;
  }

  6.666666666667% {
    opacity: 0;
    z-index: 1;
  }

  93.333333333333% {
    opacity: 0;
    z-index: 1;
  }

  97.777777777778% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-webkit-keyframes fadein-logos-fade-10 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  2% {
    opacity: 1;
    z-index: 2;
  }

  6% {
    opacity: 0;
    z-index: 1;
  }

  94% {
    opacity: 0;
    z-index: 1;
  }

  98% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-keyframes fadein-logos-fade-10 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  2% {
    opacity: 1;
    z-index: 2;
  }

  6% {
    opacity: 0;
    z-index: 1;
  }

  94% {
    opacity: 0;
    z-index: 1;
  }

  98% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-webkit-keyframes fadein-logos-fade-11 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  1.818181818182% {
    opacity: 1;
    z-index: 2;
  }

  5.454545454545% {
    opacity: 0;
    z-index: 1;
  }

  94.545454545455% {
    opacity: 0;
    z-index: 1;
  }

  98.181818181818% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-keyframes fadein-logos-fade-11 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  1.818181818182% {
    opacity: 1;
    z-index: 2;
  }

  5.454545454545% {
    opacity: 0;
    z-index: 1;
  }

  94.545454545455% {
    opacity: 0;
    z-index: 1;
  }

  98.181818181818% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-webkit-keyframes fadein-logos-fade-12 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  1.666666666667% {
    opacity: 1;
    z-index: 2;
  }

  5% {
    opacity: 0;
    z-index: 1;
  }

  95% {
    opacity: 0;
    z-index: 1;
  }

  98.333333333333% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

@-keyframes fadein-logos-fade-12 {
  0% {
    opacity: 1;
    z-index: 2;
  }

  1.666666666667% {
    opacity: 1;
    z-index: 2;
  }

  5% {
    opacity: 0;
    z-index: 1;
  }

  95% {
    opacity: 0;
    z-index: 1;
  }

  98.333333333333% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 1;
    z-index: 2;
  }
}

/* end fade in/out customer logo styles */

[id="404"] .pageTitle {
  display: none;
}

.page-404 h1 {
  text-transform: uppercase;
  color: #f8981d;
}

.page-404 p {
  text-transform: uppercase;
  font-weight: 600;
}

.partnerdetails img {
  padding-bottom: 5px;
}

section.register-terms {
  padding: 1em 0;
}

/*Responsive iFrame*/

.responsive-iframe {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* RelativityOne Hmpg Hero */

.hero-content img {
  padding-left: 20px;
  padding-right: 20px;
}

.training-list tbody tr.odd,
.training-list tbody tr.even:hover {
  background-color: transparent!important;
}

.training-list.dataTable.display tbody tr.even > .sorting_1,
.training-list.dataTable.order-column.stripe tbody tr.even > .sorting_1,
.training-list.dataTable.display tbody tr.odd > .sorting_1,
.training-list.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #fafafa;
}

.training-list thead th,
.training-list td {
  font-size: 14px;
}

.training-list.dataTable tbody td {
  padding: 20px 14px;
}

.training-list h2.title {
  font-size: 20px;
  color: #009DDF;
  margin-top: 0;
  margin-bottom: 2px;
}

.training-list h2.title a,
.training-list h2.title a:hover {
  color: inherit;
  font-weight: inherit;
  background-color: inherit;
}

.training-list .class-subheading {
  font-weight: 700;
  margin-bottom: 12px;
}

.training-list .training-credits {
  font-weight: 700;
  margin-bottom: 12px;
}

.training-list .see-details {
  margin-bottom: 0;
}

.training-list .see-details a {
  font-weight: 500;
  text-decoration: none;
}

.training-list .btn-primary {
  font-size: .8rem;
  padding: 8px 30px;
}

#register-form .discount-disclaimer.price {
  font-size: 85%;
}

.alert-survey {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #009DDF;
  color: #FFF;
}

.alert-survey a,
.alert-surver a:hover {
  color: #FFF;
  background-color: transparent;
}

/* podcast landing page styles */

section.podcast-section {
  background: no-repeat center center;
  background-size: cover;
  color: #fff;
}

section.podcast-section.uncivil-procedure {
  background: #f68a1e url(/relativity/images/blog/uncivil/uncivil-procedure-bg.jpg);
}

section.podcast-section.stellar-women,
section.podcast-section.stellar-women h3 {
  background-color: #d8d8f0;
  color: #333;
}

section.podcast-section.security-sandbox {
  background: url(/relativity/images/blog/security-sandbox/security-sandbox-bkgrd-tile.png) #1A1A1A repeat top left;
}

section.podcast-section .blogcard {
  border: 4px solid #fff;
  box-shadow: none;
  padding-bottom: 0;
}

section.podcast-section .card-header {
  background-color: #eee;
}

section.podcast-section .blogcard-bottom {
  color: #666;
  background-color: #fff;
  padding: 22px 25px;
  height: 250px;
}

section.podcast-section .blogcard .title {
  color: #000;
  font-weight: 600;
}

section.podcast-section h3 {
  color: #fff;
}

section.podcast-section .blogcard-bottom .cta-row {
  margin-top: 1em;
}

section.podcast-section .social-icons {
  margin-bottom: 3em;
}

section.podcast-section .social-icons img {
  height: auto;
}

section.podcast-section.on-the-merits {
  background-color: #404041;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0,0,0,0.5) 0 0 0 0;
  width: 30px;
  height: 30px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: none;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 6px;
  top: 3px;
  font-size: 19px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#return-to-top:hover {
  background: rgba(0,0,0,0.7);
}

#return-to-top:hover i {
  color: #fff;
}

#sidebar-nav {
  background-color: #fafafa;
  padding: 1em;
  z-index: 10;
  opacity: .95;
}

#sidebar-nav.affix {
  position: fixed!important;
  top: 100px;
}

#sidebar-nav.affix-top {
  position: static;
}

#sidebar-nav.affix-bottom {
  position: absolute;
}

#main-content #sidebar-nav h3 {
  margin-top: 0;
  margin-bottom: .75em;
}

#sidebar-nav ul.nav {
  padding-left: 1em;
  font-size: 14px;
  margin-bottom: 0;
}

#sidebar-nav ul.nav.level-1 {
  font-size: 16px;
  padding-left: 0;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#sidebar-nav ul.nav ul.nav {
  display: none;
}

#sidebar-nav .nav li.active > ul.nav {
  display: block;
}

#sidebar-nav ul.nav.level-1 > li {
  padding-bottom: .2em;
}

#sidebar-nav .nav a {
  background-color: transparent;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.2;
  display: block;
  color: #404041;
  padding: 0;
  margin-bottom: .5em;
}

#sidebar-nav ul.nav.level-1 > li > a {
  padding-left: 0;
}

#sidebar-nav .nav li.active > a {
  color: #F8981D;
}

.bkg-learning-path-promo {
  color: #fff!important;
  padding: 3em 1em;
  margin-bottom: 2em;
}

.bkg-learning-path-promo.rel-basics {
  background: url(/relativity/images/training/relativity-basics-orange-header.jpg) top center;
  background-size: cover;
}

.bkg-learning-path-promo.investigations-basics {
  background: url(/relativity/images/training/investigations-basics.png) center right;
  background-size: cover;
}

.bkg-learning-path-promo h2 {
  color: #fff;
  margin-top: 1%;
}

.bkg-learning-path-promo .btn-primary {
  background-color: #fff;
  border-color: #fff;
}

@media only screen and (max-width : 480px) {
  #table-sessions h2.title {
    font-size: 14px;
  }

  .filters .form-inline .form-group {
    display: block;
  }

  .filters .filter.textfilter,
  .filters .table-filter,
  .filters .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
  }

  .filters .bootstrap-select > select {
    left: 0;
  }

  .filters .daterange-wrapper {
    width: 100%;
  }

  .filters input.daterange {
    width: 100%;
  }

  .filters .active-filters {
    display: none;
  }

  .mura-region p img {
    display: block!important;
    margin: 20px auto 20px auto !important;
    float: none!important;
    width: 100%!important;
  }

  .block2.testimonial h2 {
    font-size: 1.2rem;
  }

  .home-video.hk-video h1,
  .home-video.bstar-video h1 {
    font-size: 2.1rem;
  }
}

@media only screen and (min-width : 992px) {
  .is-table-row {
    display: table;
    height: 100%;
    width: 100%;
  }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
}

@media only screen and (max-width : 1199px) {
  #main-content {
    /*margin-top: 102px;*/
  }

  .navbar-brand img {
    width: 150px;
  }

  #primary-nav {
    padding-top: 6px;
  }

  .navbar-nav > li > a {
    font-size: 14px;
  }

  .st-custom-button[data-network] {
    padding: 10px;
  }

  .card-grid.products .card {
    height: 280px;
  }

  .filters {
    text-align: left;
  }

  .filters .form-inline .form-group {
    display: inline-block;
  }
}

/* Medium Devices, Desktops */

/* Small Devices, Tablets */

/* Homepage hero for RelativityOne */

/* Extra Small Devices, Phones */

/* Custom, iPhone Retina */

@media only screen and (max-width : 320px) {
  .hero.with-videobg .hero-content {
    padding-top: 35%;
  }
}

/*Training Center HTML5 Video CSS*/

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */

.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */

.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.rf19-keynote-recap {
  background: #3698c1 url(/relativity/images/home/rf19-keynote-recap-bg.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 50px 0 70px;
}

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*IDC MarketScape Report 2019*/

.idc-report {
  background: url(/relativity/images/product/IDC-marketscape-report.png) no-repeat;
  background-size: cover;
  padding: 4em 1em;
}

.idc-report h1 {
  color: #4d4d4d;
  margin-top: 40px;
  font-size: 2.2rem;
}

.idc-report p {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 400;
}

.idc-report .col-md-5 img {
  margin-top: 13%;
}

.idc-report .btn.btn-primary {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.idc-report .btn.btn-primary:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

@media (max-width:1199px) {
  .idc-report .col-md-5 img {
    margin-top: 27%;
  }

  .blognav .container {
    width: 590px;
  }
}

@media (max-width:767px) {
  .idc-report h1 {
    font-size: 1.4rem;
  }

  .nav-tabs.nav-tabs-plain {
    border-radius: 25px;
  }
}

/*RF19 Keynote Recap*/

.rf19-keynote-recap h1 {
  color: #191919;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
}

.rf19-keynote-recap h1 span.keynote-header {
  font-size: 4.5rem;
  -webkit-text-stroke: 2px #fff;
  -webkit-text-fill-color: transparent;
}

.rf19-keynote-recap p {
  font-size: 22px;
  padding: 20px 0;
}

.rf19-keynote-recap .btn-primary {
  background-color: #191919;
  border-color: #191919;
}

.rf19-keynote-recap .btn-primary:hover {
  background-color: #191919;
  border-color: #191919;
}

@media (max-width:991px) {
  .rf19-keynote-recap h1 {
    font-size: 2.9rem;
  }

  .rf19-keynote-recap h1 span.keynote-header {
    font-size: 3.3rem;
  }
}

@media (max-width:520px) {
  .rf19-keynote-recap h1 {
    font-size: 2.2rem;
  }

  .rf19-keynote-recap h1 span.keynote-header {
    font-size: 2.3rem;
    letter-spacing: 2.5px;
  }
}

@media (max-width:420px) {
  .rf19-keynote-recap h1 {
    font-size: 1.6rem;
  }

  .rf19-keynote-recap h1 span.keynote-header {
    font-size: 1.7rem;
    letter-spacing: 2px;
  }
}

/*Blog subnav Style updates*/

.blognav .container {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 780px;
}

.blognav .dropdown-menu li {
  margin-bottom: 1.5em;
}

.nav-tabs.nav-tabs-plain > li > {
  border-bottom: 0;
}

.blognav .col-md-4 {
  padding-left: 50px;
}

.blognav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.blognav .dropdown-menu a:hover {
  background-color: transparent!important;
}

.blognav .menu-header {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: .75em;
  color: #fff;
}

.blognav .menu-intro {
  margin: 1em 0;
  font-size: 16px;
  color: #fff;
}

ul.win-stats {
  padding-left: 0;
}

.nav-tabs.nav-tabs-plain > li.active > {
  transition: ease .15s;
}

ul.win-stats > li {
  border: 1px solid #666;
  border-radius: 1em;
  margin: 1em 0;
  overflow: hidden;
}

ul.win-stats .stat {
  padding: 1em;
  border-left: 1em solid red;
  display: flex;
  align-items: center;
  font-weight: 500;
}

ul.win-stats .stat.ltblue .stat-value {
  color: #65B5DF;
}

ul.win-stats .stat-value {
  font-size: 2em;
  font-weight: 700;
}

ul.win-stats .stat-text {
  padding-left: .5em;
}

ul.win-stats .stat.ltpurple {
  border-color: #C298C5;
}

ul.win-stats .stat.ltpurple .stat-value {
  color: #C298C5;
}

ul.win-stats .stat.ltblue {
  border-color: #65B5DF;
}

.tabs-container {
  border-color: #666!important;
  padding: 0;
}

.nav-tabs.nav-tabs-plain {
  border: 1px solid #cfcfcf;
  background-color: transparent;
  padding: 7px;
  border-radius: 40px;
}

.nav-tabs.nav-tabs-plain > li {
  margin-bottom: 0;
  margin-right: 1px;
}

.nav-tabs.nav-tabs-plain > li:last-of-type {
  margin-right: 0;
}

.nav-tabs.nav-tabs-plain .tabs-label {
  text-transform: uppercase;
  font-size: .83333333333333rem;
  font-weight: 500;
  text-transform: none;
  padding: 10px 20px;
  margin-right: 1px;
  color: #1b1d1f;
}

.nav-tabs.nav-tabs-plain > li > a {
  display: block;
  color: #1A1A1A;
  border: none;
  border-bottom: 0;
  border-radius: 40px;
  margin: 0;
  width: auto;
  text-decoration: none;
  font-size: .83333333333333rem;
  font-weight: 500;
  text-transform: none;
  padding: 10px 20px;
}

.nav-tabs.nav-tabs-plain > li.active > a,
.nav-tabs.nav-tabs-plain > li > a.active {
  background-color: #FFECDD;
  color: #1a1a1a;
  border: none;
  transition: ease .15s;
}

.nav-tabs.nav-tabs-plain > li > a:hover {
  color: #666;
}

.nav-tabs.nav-tabs-plain > li.active > a:hover {
  color: #1a1a1a;
}

.nav-tabs.nav-tabs-plain > li.active.active-blue > a {
  background-color: #d9eff9;
}

.nav-tabs.nav-tabs-plain > li.active.active-red > a {
  background-color: #f7cdd1;
}

.nav-tabs.nav-tabs-plain > li.active.active-green > a {
  background-color: #ebf3cf;
}

.tab-content blockquote.testimonial {
  background-color: #f8f8f8;
  border-radius: 30px;
}

.tab-content .testimonial > .testimonial-quote {
  font-style: normal;
  color: #1a1a1a;
}

.tab-content .testimonial > .testimonial-image {
  max-width: 200px;
}

.tab-content > .tab-pane > section > .container > .row.text-grid > div[class^="col-"] > a > img {
  height: 2rem;
}

.nav-tabs.nav-tabs-blockstyle {
  border: none;
}

.nav-tabs.nav-tabs-blockstyle > li {
  margin-bottom: 0;
  background-color: #E2E0E2;
}

.nav-tabs.nav-tabs-blockstyle > li > a,
.nav-tabs.nav-tabs-blockstyle > li.active > a {
  text-decoration: none;
  border: none;
  border-radius: 0;
  margin: 0;
  color: #1a1a1a;
  background-color: inherit;
  padding: 1.2em 2.5em;
}

.nav-tabs.nav-tabs-blockstyle > li.active > a:hover,
.nav-tabs.nav-tabs-blockstyle > li.active > a:focus {
  border: none;
  background-color: inherit;
}

.nav-tabs.nav-tabs-blockstyle > li.hl-blue:hover,
.nav-tabs.nav-tabs-blockstyle > li.active.hl-blue {
  background-color: #5fc9eb;
}

.nav-tabs.nav-tabs-blockstyle > li.hl-orange:hover,
.nav-tabs.nav-tabs-blockstyle > li.active.hl-orange {
  background-color: #fdc170;
}

.nav-tabs.nav-tabs-blockstyle > li.hl-green:hover,
.nav-tabs.nav-tabs-blockstyle > li.active.hl-green {
  background-color: #cce382;
}

.nav-tabs.nav-tabs-blockstyle > li.hl-pink:hover,
.nav-tabs.nav-tabs-blockstyle > li.active.hl-pink {
  background-color: #ee7f8a;
}

@media screen and (max-width: 788px) {
  .nav-tabs.nav-tabs-blockstyle > li {
    float: none;
  }
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.aspect-1x1 {
	aspect-ratio: 1 / 1;
}

.aspect-4x3 {
	aspect-ratio: 4 / 3;
}

.aspect-16x7 {
	aspect-ratio: 16 / 7;
}

.aspect-16x9 {
	aspect-ratio: 16 / 9;
}

.aspect-1x1 img,
.aspect-4x3 img,
.aspect-16x7 img,
.aspect-16x9 img {
	max-height: 100%;
	max-width: 100%;
}

.grid {
	display: grid;	
	grid-column-gap: 1.5em;
	grid-row-gap: 1.5em;
}

@media (min-width:768px) {
	.sm-grid-cols-2{
		grid-template-columns: 1fr 1fr;
	}
	.sm-grid-cols-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width:992px) {
	.md-grid-cols-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.md-grid-cols-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.md-grid-cols-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	.md-grid-cols-6 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}
@media (min-width:1200px) {
	.lg-grid-cols-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.lg-grid-cols-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.lg-grid-cols-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}
	.lg-grid-cols-6 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}
.grid.list {
	grid-template-columns: 1fr;
}

.grid.list .media {
	border: none !important;
	border-bottom: 1px solid #dee2e6 !important;
	border-radius: 0 !important;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem.
}

.grid.list .media .media-left {
	width: 20%;
	height: auto;
	display: inline-block;
	float: left;
	padding: 0;
}

.grid.list .media .media-left .media-object {
	width: auto;
	padding: 0.5rem !important;
}

.grid.list .media .media-body {
	padding-bottom: 0.75rem;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.grid-display-toggles .display-toggle {
	color: #666666;
}

.grid-display-toggles .display-toggle.active {
	color: #F8981D;
}

.grid-display-toggles a.display-toggle:hover,
.grid-display-toggles a.display-toggle:focus {
	background-color: inherit;
}

.modal-dialog .modal-header button.close {
	border: 0;
	background: inherit;
}