/*! * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) * * Copyright 2013-2017 bootstrap-select * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) */ select.bs-select-hidden, select.selectpicker {
  display: none !important
}
.bootstrap-select {
  width: 220px;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1
}
.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 {
  color: #999
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: .5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2
}
.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48
}
.bootstrap-select.fit-width {
  width: auto !important
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none
}
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0
}
.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right
}
.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0
}
.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%
}
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
  cursor: not-allowed
}
.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle
}
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  pointer-events: none;
  opacity: .9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, .2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, .2);
  border-bottom: 0
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.bs-actionsbox .btn-group button {
  width: 50%
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.bs-donebutton .btn-group button {
  width: 100%
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none
} 
/* end Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select) */ 

html {
  scroll-behavior: smooth;
  height: 100%; /* required for scrollspy on body element to work! */ font-size: 18px;
}
body {
  font-family: proxima-nova, arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #666666;
}
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; /*font-size: 2.33rem;*/
}
h1.pageTitle.text-left {
  text-align: left;
}
.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: #FFFFFF;
  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: #FFFFFF;
  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: #FFFFFF;
  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: 0px;
  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) 0.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: none;
  background-color: rgba(248, 152, 29, 0.2);
  outline: none;
}
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;
}

.arrow:after {
	display: inline-block;
	padding-left: 8px;
	content: "\2192"; // arrow right unicode
	-webkit-transition: transform 0.3s ease-out;
	-moz-transition: transform 0.3s ease-out;
	-ms-transition: transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.arrow:hover, .arrow:hover:after {
	text-decoration:underline;
	text-decoration-color: transparent;
}

.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: #000\9; */
	background-color: rgba(0,0,0,0);
	border: 1px solid #999;
	border-radius: 10px;
}

.btn-sm {
	padding: 5px 20px;
	font-size: 0.9rem;
	border-radius: 18px;
}

.btn-primary {
  font-family: proxima-nova, arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 30px;
  color: #F8981D;
  background-color: transparent;
  border: 2px solid #F8981D;
  border-radius: 26px;
  transition: ease 0.15s;
  text-decoration: none;
  outline: 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;
  border-radius: 4px;
}
.btn-fest-teal {
  transition: ease 0.25s;
  padding: 10px 30px;
  border-radius: 26px;
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #00c5d5;
  text-decoration: none;
  outline: none;
  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: #FFFFFF;
}

.noscroll { 
	overflow: hidden;
}

.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: bold;
}
.mega-dropdown {
  position: static !important;
  width: 100%;
}
.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: 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 > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  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: bold;
}
.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: #ffffff !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: #ffffff;
  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: #ffffff;
  background-color: #F8981D;
  border-color: #F8981D;
}
#primary-nav .btn-primary {
  font-size: 1rem;
}
.btn-primary-solid, .hs-button.primary {
  transition: ease 0.25s;
  padding: 10px 30px;
  border-radius: 26px;
  font-family: "proxima-nova", arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #F8981D;
  text-decoration: none;
  outline: none;
  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: #ffffff;
  background-color: #F8981D;
}
.btn-primary.white-outline {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.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: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  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;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  line-height: 1.1;
  padding: 4px 12px;
}
.pagination > li > a {
  font-weight: normal;
  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: #444444;
  border-color: #CACACA;
  font-size: 16px;
}
.bkg-ltgrey {
  background-color: #f4f4f4;
}
.breadcrumb {
  background-color: transparent;
  padding: 1em 0;
}
.breadcrumb > li + li::before {
  color: #ccc;
  content: ">";
  padding: 0;
  padding-right: 0.5em;
}
.breadcrumb li a {
  font-weight: 300;
}
.filters {
  margin: 2em auto;
  text-align: center;
}
.filters .filter, .filters .table-filter {
  margin: 10px 10px !important;
}
.hidden-filter {
  visibility: hidden;
  width: 0;
  height: 0;
}
.filter.textfilter {
  font-size: 16px;
  height: 37px;
  width: 200px;
  display: inline-block;
}
.filters .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 200px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  white-space: normal;
}
.filters .daterange-wrapper {
  width: auto;
  display: inline-block;
  position: relative;
}
.filters input.daterange {
  font-weight: 300;
  font-size: 16px;
  color: #444444;
  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: #ffffff;
  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: 0px !important;
}
.active-filters {
  width: 200px;
  margin: 10px 10px;
  margin-top: 0;
}
.active-filters a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e088"; /*color: #F8981D;*/ color: #bbbdbf;
  position: absolute;
  margin-left: -1.3em;
  font-weight: normal;
}
.active-filters a:hover:before {
  color: #F8981D;
}
.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: 0.25em;
}
.active-filters a:hover {
  background-color: transparent;
}
.filters .bs-actionsbox .btn {
  border: 1px solid #F8981D;
  color: #F8981D;

}
.filters .bs-actionsbox .btn:hover {
  border: 1px solid #F8981D;
  background-color: #F8981D;
  color: #FFFFFF;
}
.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: #cccccc;
  border-color: #cccccc;
}
@media only screen and (max-width : 768px) {
  .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-left: 0 !important;
    margin-right: 0 !important;
  }
} /* 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, .cta-row .btn-primary:focus {
  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 { /*min-height: 320px;*/
}
.card-grid.classes .grid-item .card { /*min-height: 480px;*/
}
.card-grid.topics .grid-item .card .subtitle {
  font-weight: 600;
}
.card-grid.content-repo .resource-type {
  font-weight: bold;
}
.card-grid.ecoapps {
  margin-bottom: 3em;
}
.card-grid img.certbadge {
  margin-bottom: 2em;
}
@media only screen and (max-width : 768px) {
  .card-grid.cols-3 .grid-item {
    width: 50%;
  }
}
@media only screen and (max-width : 500px) {
  .card-grid.cols-3 .grid-item {
    width: 100%;
  }
}
.card {
  border: 1px solid #D0D2D3;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 52px 30px;
  text-align: center;
  font-size: 14px;
}
.card.with-header {
  padding: 0;
}
.card .card-header {
  font-size: 20px;
  font-weight: 400;
  padding: 0.3em;
}
.card .card-header img {
  margin: 0 auto;
}
.card .card-header.blue {
  background-color: #34AAE3;
  color: #ffffff;
}
.card .card-header.orange {
  background-color: #F6A930;
  color: #ffffff;
}
.card .card-header.rocp {
  background-color: #6D6E70;
  color: #ffffff;
}
.card .card-header.gray {
  background-color: #6B6C6D;
  color: #ffffff;
}
.card .card-header-customer {
  padding: 0em;
}
p.customercard {
  font-size: 1.8em;
  font-weight: 700;
}
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: 0.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: 0.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.content-repo .card { /*min-height: 420px;*/
}
.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: #ffffff;
}
.card-header.ribbon-rosp {
  background-color: #afafaf;
  color: #ffffff;
}
.card-header.ribbon-rocp {
  background-color: #f8981d;
  color: #ffffff;
}
.card-header.ribbon-rcp {
  background-color: #00A5DB;
  color: #ffffff;
}
.card-header.ribbon-sp {
  background-color: #2A6EA5;
  color: #ffffff;
}
.datacenter {
  border: 1px solid #efefef;
  padding: 25px 25px;
  margin-bottom: 25px;
}
.datacenter h4 {
  color: #D6E70;
  margin-top: 0px;
}
.datacenter .badge-img {
  display: block;
  margin-bottom: 1em;
}
.st-custom-button[data-network] {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
  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;
  }
}
.blogcard {
  border: 1px solid #D0D2D3;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.10);
  margin: 0 2% 20px;
  margin-bottom: 20px; /*padding: 52px 30px;*/ text-align: center;
  font-size: 14px;
  padding: 0;
  padding-bottom: 20px;
}
.blogcard .card-header {
  min-height: 200px;
  padding: 30px;
}
.blogcard .date {
  margin: 1em 0;
}
.blogcard .title {
  margin-top: 0;
  margin-bottom: 0.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;
}
.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;
}
.ecoapps h2.title {
  margin-top: 10px;
}
.websitebutton {
  margin: 50px 0px;
}
.customer-win-quote {
  font-family: 'ff-tisa-web-pro', serif;
  font-weight: 400;
  font-size: 1.38rem;
  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-family: 'ff-tisa-web-pro', serif;
  font-weight: 400;
  font-size: 1.38rem;
}
span.leadin {
  font-weight: 700;
}
.row.whats-new {
  margin-bottom: 3em;
}
.video-col {
  position: relative;
  cursor: pointer;
}
.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: #666666;
  margin: 0.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: white;
}

#main-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.4s ease;
  z-index: 100;
}

#main-header .bkg-ltgrey {
	background-color: #f9f9f9;	
}

#main-header .container.menu {
  padding: 20px 0 0;
  transition: all 0.4s ease;
}
#main-header.sticky .container.menu {
  padding: 0 0;
}
#main-content {
  margin-top: 112px;
  padding-bottom: 6em;
}
#main-header .navbar {
  margin: 0;
  border: none;
  position: inherit;
}
.navbar-brand {
  height: auto;
  padding-bottom: 0;
  outline: none;
}
a.navbar-brand:hover, a.navbar-brand:focus {
  background-color: inherit;
}
.navbar-brand img {
  width: 200px;
}
.navbar-toggle {
  color: #404041;
  font-size: 24px;
  margin: 0;
  margin-top: 3px;
}
#primary-nav {
  padding-top: 9px;
}
#primary-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.navbar-nav > li > a {
  font-size: 15px;
  color: #404041;
  font-family: proxima-nova, arial, sans-serif;
  text-transform: uppercase;
}
#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;
}
.navbar-nav > li > a.search-toggle {
  font-size: 20px;
  padding-top: 14px;
  transition: ease 0.15s;
} /* megamenu overrides */ .mega-dropdown {
  width: auto;
}
.mega-dropdown-menu {
  border: none;
}
.mega-dropdown-menu::before, .mega-dropdown-menu::after {
  border: none;
}
.nav > li.megadropdown {
  position: inherit;
}
.navbar-nav > li > ul.mega-dropdown-menu {
  border-radius: 0;
  margin-top: -1.75rem;
  padding: 1.75rem 0 0;
  left: 0; /*width: 0;*/ min-width: 0;
  display: block;
  transition: height 0.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 {
  display: block;
  width: 100%;
  height: auto;
}
#main-header .navbar-nav > li ul.mega-dropdown-menu > li {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow-y: hidden;
  transition: all 0.25s ease;
} /*#main-header .navbar-nav > li:hover ul.mega-dropdown-menu > li,*/ #main-header .navbar-nav > li.open ul.mega-dropdown-menu > 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;
}

#primary-nav .mega-dropdown-menu > li {
	padding: 0;
	background-color: transparent;
	color: #666666;
}

.mega-dropdown-menu.no-bottom-pad > li {
  padding-bottom: 0;
}
.mega-dropdown-menu .menu-header {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0.75em;
}
.mega-dropdown-menu .btn-primary {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.mega-dropdown-menu .mega-submenu li {
  margin-bottom: 1.5em;
}
.mega-dropdown-menu .mega-submenu {}
.mega-dropdown-menu .menu-intro {
  margin: 1em 0;
  font-size: 16px;
}
.mega-dropdown-menu .mega-submenu a {
  color: #ffffff;
}
.navbar-collapse.in {
  overflow: scroll !important;
}
.navbar-collapse.in .dropdown-menu.mega-dropdown-menu {
  position: relative;
  padding-top: 0;
  margin-bottom: 2em;
}
.navbar-collapse.in li.dropdown.mega-dropdown.open > a {
  background-color: #F8981D;
}
.navbar-collapse.in .dropdown-menu.mega-dropdown-menu > li {
  padding-top: 0;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 20px;
}


/* new 2022 styles for main nav */

#primary-nav.navbar-nav > li > a.btn-primary-solid {
	margin: 0 15px;
}

#primary-nav .mega-dropdown-menu > li {
	padding: 0;
	background-color: transparent;
	color: #666666;
}

#primary-nav.navbar-nav > li > .mega-dropdown-menu {
	margin-top: 0;
	padding-top: 0;
	background-color: #ffffff;
}

#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);	
}

#primary-nav .megamenu .main-col {
	background-color: #F9F9F9;
}


#primary-nav .col-megamenu {
	position: relative;
	min-height: 185px;	
	height: calc(100vh - 100px);
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}

#primary-nav .col-megamenu > .backdrop {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

#primary-nav .col-megamenu > .backdrop .col {
	height: 100%;
}

#primary-nav .col-megamenu > a.close {
	position: absolute;
	top: 10px;
	right: 20px;
}

#primary-nav .col-megamenu > .container {
	height: 100%;
	padding: 0;
}

#primary-nav .col-megamenu > .container > ul.navigation-megamenu {
	height: 100%;
}


#primary-nav .col-megamenu a {
	text-decoration: none;
}

#primary-nav .col-megamenu a:hover {
	background-color: inherit;
	text-decoration: underline;
}

#primary-nav .col-megamenu ul.navigation-megamenu {
	position: relative;
	width: 25%;
	padding-left: 0; 
	margin-bottom: 0;
}

#primary-nav .col-megamenu .navigation-group.level-0 .navigation-megamenu {
	height: auto;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.25s;
}

#primary-nav .col-megamenu ul.navigation-group {
	font-size: 1.0rem;
	line-height: normal;
	list-style: none;
	padding-left: 0;
}

#primary-nav .col-megamenu ul.navigation-group > li:first-child > div.navigation {
	padding: 1.5rem 0;
}


#primary-nav .col-megamenu .navigation-item.level-0 > ul {
	height: 100%;
	left: 100%;
	margin: 0;
	/*overflow-y: scroll;*/
	padding: 1.0rem 2rem;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 300%;
	z-index: 0;
}

#primary-nav .col-megamenu .navigation-item.level-0.active > ul {
	visibility: visible;
	z-index: 1;
}

#primary-nav .col-megamenu .navigation-item.level-0 > a:not(.btn) {
	color: #1A1A1A;
	background: none;
	display: block;
	font-size: 1rem;
	line-height: normal;
	padding: 0.7rem 1rem;
	width: 100%;
}

#primary-nav .col-megamenu .navigation-item.level-0 > a:hover {
	text-decoration: none;
}

#primary-nav .col-megamenu .navigation-item.level-0.active > a:not(.btn) {
	color: #F8981D;
}

#primary-nav .col-megamenu .navigation-item.level-0 > .heading {
	padding: 0.7rem 1rem;
	font-size: 1rem;
	font-weight: 600;
	color: #1A1A1A;
}


#primary-nav .col-megamenu .navigation-item.level-0 > .subtext {
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 1rem;
	margin-right: 2rem;
}

#primary-nav .col-megamenu .navigation-section {
	margin-top: 1.0rem;
	margin-bottom: 1.0rem;
	
}

#primary-nav .col-megamenu .navigation-section.border-top {
	border-top: 1px solid #F8981D !important;
	padding-top: 1.0rem;
}

@media (min-width: 992px) {
	#primary-nav .col-megamenu .navigation-section.border-top:first-child {
		border-top: none !important;
		padding-top: 0;
	}
}

#primary-nav .col-megamenu .navigation-section .heading {
	font-size: 1rem;
	margin-bottom: 0.25rem;
}


#primary-nav .col-megamenu .navigation-section > .heading > a {
	font-size: 1rem;
	font-weight: 700;
	color: #1A1A1A;
}
#primary-nav .col-megamenu .navigation-section > .heading.segment-title > a{
	font-size: 1.5rem;
	font-weight: 300;
}

#primary-nav .col-megamenu .navigation-section > .heading.no-link {
	font-size: 0.8rem;
	font-weight: 400;
	color: #666666;
	text-transform: uppercase;
}

#primary-nav .col-megamenu .navigation-section > .heading.border-bottom {
	border-bottom: 1px solid #F8981D !important;
	padding-bottom: 0.25rem;
	margin-bottom: 1rem;
}

#primary-nav .col-megamenu .navigation-section > .subtext {
	margin-top: 0;
	margin-bottom: 0.75rem;
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 1.6;
	color: #1A1A1A;
}

#primary-nav .col-megamenu .navigation-section li {
	font-size: 0.9rem;	
	margin: 0.4rem 0;
}

#primary-nav .col-megamenu .navigation-section > ul > li > a {
	font-weight: 400;
	color: #1a1a1a;
}

#primary-nav .col-megamenu .navigation-section > ul > li > a.orange {
	color: #F8981D;
}

#primary-nav .col-megamenu .navigation-section > ul.navigation-group > li > a {
	font-weight: 500;
}

#primary-nav .col-megamenu .btn-primary {
	color: #F8981D;
	border: 2px solid #F8981D;
	padding: 5px 30px;
}

#primary-nav .col-megamenu .btn-primary:hover {
	text-decoration: none;
	background-color: transparent !important;
}

#primary-nav.navbar-nav .mega-dropdown a.mobile-back {
	text-transform: uppercase;
	font-size: 0.8rem;
	color: #999999;
	display: none;
}

#primary-nav.navbar-nav .mega-dropdown .mobile-title {
	display: none;
}

#primary-nav-container ul.child-open > li.open > a.mobile-back {
	padding: 0.25rem 1rem;
	display: none;
}

#primary-nav-container ul.child-open > li.open > .mobile-title {
	display: none;
	color: #1A1A1A;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
	font-weight: 600;
	font-size: 0.8rem;
}


@media screen and (max-width: 991px) {	
	#primary-nav-collapse {
		background-color: #f9f9f9;
	}
	
	#primary-nav.navbar-nav .mobile-py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}	
	
	#primary-nav-collapse {
		box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.35);
	}

	#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 .col-megamenu .navigation {
		padding: 0 !important;
	}

	#primary-nav.navbar-nav .col-megamenu .navigation-item.level-0 > a:not(.btn) {
		padding-left: 2rem;
	}
		
	#primary-nav.navbar-nav .col-megamenu {
		width: 100%;
		height: auto !important;
		min-height: inherit;
	}
	
	#primary-nav.navbar-nav  .col-megamenu .backdrop {
		display: none;
	}
	
	#primary-nav.navbar-nav {
		padding-top: 1rem;
	}

	#primary-nav.navbar-nav.level1-open {
		padding-top: 0;
	}
	
	#primary-nav .col-megamenu > .container {
		padding-right: 0;
	}
	
	#primary-nav .col-megamenu ul.navigation-megamenu {
		width: 100%;
	}
	
	#primary-nav .col-megamenu .navigation-item.level-0 > ul {
		width: 100%;
		left: 0;
		position: relative;
		visibility: visible;
	}
	
	#primary-nav .cmp-navigation.in {
		visibility: visible;
	}
	
	#primary-nav .cmp-navigation.in .navigation-megamenu {
		display: none;
	}
	
	#primary-nav .col-megamenu .navigation-item.open.in > a {
		display: none;
	}
	
	#primary-nav .navigation-item.open.in > .navigation-megamenu {
		display: block;
		position: relative;
		padding-bottom: 0;
	}
	
	#primary-nav .col-megamenu .navigation-item.level-0 > ul {
		padding: 1.5rem 1.0rem;
	}

	#primary-nav .row.gx-5 {
		margin-left: 0;
		margin-right: 0;
	}

	#primary-nav .row.gx-5 > [class^="col"] {
		padding-left: 0;
		padding-right: 0;
	}
	
	#primary-nav .col-megamenu .navigation-section > .heading.segment-title > a {
	font-size: 1.2rem;
}

	#primary-nav .col-megamenu .navigation-item.level-0.active > a:not(.btn) {
		color: #1A1A1A;
	}	
	
	#primary-nav  .col-megamenu .navigation-megamenu > li > .row > .col-md-6:first-child > .navigation-section.border-top:first-child {
		border-top: none !important;
		padding-top: 0;
	}
}

@media only and (min-width: 992px) {
	#main-header #primarynav.open #nav-back-btn {
		display: none;
	}	
}


/* end new 2022 styles for main nav */


#search-desktop {
  background-color: #f1f1f2;
  border-bottom: 2px solid #dddddd;
}
#search-desktop .form-inline {
  padding: 40px 0;
  text-align: right;
}
#search-desktop .form-group {
  width: 80%;
  margin-right: 1em;
}
#search-desktop .form-group .form-control {
  width: 100%;
  font-weight: 600;
  color: #f8981d;
}

#search-desktop a.close {
	font-size: 22px;
	padding-top: 0;
	margin-left: 1em;
	vertical-align: middle;
	display: inline-block;
	float: none;
}

#search-mobile {
	background-color: #f2f2f2;
	margin-bottom: 0;
}

#search-mobile .form-inline {
	padding: 1em 0;
}

#search-mobile .glyphicon-search {
  font-size: 22px;
  vertical-align: middle;
  padding-right: 4px;
}
#search-mobile .form-group {
  width: 80%;
  display: inline-block;
  margin-bottom: 0;
}
#search-mobile .container {
  width: 100%;
}
#search-mobile .form-group .form-control {
  width: 100%;
  display: inline-block;
} 

#mobile-nav-contact-btn {
	font-size: 16px;
	display: block;
	margin: 0 15px;
}

/* secondary nav styles */ 

#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 0;
  padding-right: 20px;
  font-size: 16px;
}
#secondary-nav .navbar-nav > li > a {
  width: auto;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-transform: none;
  padding: 25px 15px;
}
.calder7-security-team #secondary-nav .navbar-nav > li.active.trust-nonactive > a {
  font-weight: 400;
  color: #333333;
  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: #ffffff;
}
#secondary-nav .navbar-nav > li.active > a {
  color: #000000;
  font-weight: 600;
}
#secondary-nav .navbar-nav > li > a.btn {
  padding: 10px 30px;
  color: #ffffff;
  margin-top: 14px;
}
#secondary-nav .navbar-nav > li .dropdown-menu {
  margin: 0;
  background-color: #F3992A;
  border: none;
  border-radius: 0;
}
#secondary-nav .navbar-nav > li .dropdown-menu a {
  color: #ffffff;
  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: #ffffff;
  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: #000000;
}
#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 {
  background-color: #F3992A;
  color: #ffffff;
}
#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 0.15s;
}
@media only screen and (max-width : 991px) {
  #secondary-nav.display-mobile {}
  #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;
    padding-left: 10px;
  }
  #secondary-nav.display-mobile .navbar-nav {
    margin: 0;
    float: none;
  }
  #secondary-nav.display-mobile .navbar-nav a {
    padding: 8px 25px;
  }
}
@media (min-width:992px) {
  #secondary-nav.navbar.navbar-default.display-mobile.blog-nav {
    display: none;
  }
}
.fancybox-mp4-wrapper {
  width: 90%;
  max-width: 1688px;
  padding: 0 !important;
}
.moreResults {
  background: #f2f2f2 none repeat scroll 0 0;
  clear: both;
  display: block;
  margin: 0.75em 0;
  padding: 0.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;
}
footer a {
  text-decoration: none;
}

#footer-main {
	background-color: #F9F9F9;
	color: #666666;
	padding: 3em 0;
}

#footer-main, #footer-main a {
  font-weight: 600;
  font-size: 16px;
}
#footer-main li {
  margin-bottom: 0.75em;
}
#footer-main .list-header, #footer-main .list-header a {
  text-transform: uppercase;
  font-weight: 600;
}


#footer-main .list-header {
	font-size: 0.8rem;
	font-weight: 400;
	color: #666666;
	border-bottom: 1px solid #F8981D;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

#footer-main a {
	color: #1A1A1A;
}

#footer-main a:hover {
	background-color: inherit;
}

#footer-secondary a:hover {
	background-color: inherit;
}

.social-icons {
  margin-top: 1em;
  margin-left: 0;
  margin-bottom: 0;
}
.social-icons li {
  padding-left: 0;
  padding-right: 1em;
}
.social-icons img {
  height: 23px;
}
.right-sidebar .social-icons {
  margin-bottom: 3em;
}
.right-sidebar .social-icons li {
  padding: 0 8px;
}
#footer-secondary {
  font-size: 0.8rem;
  padding: 4em 0;
  color: #999999;
}
#footer-secondary img.logo {
  display: block;
  margin: 2em auto;
  margin-top: 0;
  width: 50px;
}
#footer-secondary a {
  color: #999999;
  font-weight: 300;
}
.on-demand-video-container {
  border: 1px solid #D0D2D3;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.10);
  margin: 2em 0;
  margin-bottom: 3em;
}
.on-demand-video-container.embed-responsive-4by3 {
  border: none;
  box-shadow: none;
}
h2.underline {
  padding-bottom: 6px;
  border-bottom: 1px solid #333333;
  margin-bottom: 1em;
}
.training-meta.list-inline {
  color: #009DDF;
  font-weight: 600;
}
.training-meta.list-inline li:before {
  content: '\00a0\2022\00a0\00a0';
  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 #aaaaaa;
  margin-bottom: 1em;
}
.training .col2 ul.related h3 {
  font-size: 20px;
}
.agenda .module {
  border-bottom: 1px solid #cccccc;
}
.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 {}
ul.class-sessions li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.2em;
  margin: 1em 0;
}
ul.class-sessions .date-location {
  font-weight: 600;
}
ul.class-sessions .cta-row {
  margin-top: 0.5em;
  margin-bottom: 0;
}
ul.class-sessions .cta-row .btn-primary {}
ul.class-sessions .cta-row .badge {
  margin-left: 1em;
  font-weight: 400;
}
.right-sidebar .awards a {
  display: block;
  margin: 2em auto;
}
.pager.wizard li > a, .pager.wizard li > .btn-primary {
  font-family: proxima-nova, arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 4px 30px 3px;
  border: 2px solid #F8981D;
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
video#bgvid {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: rgba(35, 31, 32, 0.9);
  background-position: 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: #ffffff;
}
.hero.with-videobg .hero-content h1 small {
  color: #ffffff;
}
.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: #ffffff;
}
.row.icons {
  margin: 3em 0;
}
.row.icons .icon {
  height: 65px;
  margin-bottom: 16px;
}
.row.icons .icon-title {
  text-align: center;
  font-size: 30px;
  color: #333333;
}
.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: 0.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 paretner 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: #ffffff;
}
.block2.testimonial h2 {
  color: #ffffff;
}
.attribution {
  text-align: right;
}
.attribution .attribution-logo {
  margin-top: 2em;
}
.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: #ffffff;
}
.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 0.5s ease 0s, color 0.5s ease 0s, border 0.5s ease 0s;
}
.block5.testimonial {
  background: #999999 none no-repeat scroll center center / cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 600px;
  overflow: hidden;
  color: #ffffff;
}
.block5.testimonial h2 {
  color: #ffffff;
}
#join-the-community {
  font-weight: 300;
  padding-bottom: 4em;
}
#join-the-community form {
  margin: 0 auto;
  margin-top: 2em;
  max-width: 500px;
}
.hs-form .input {
  display: block;
  text-align: left;
} /*.hs-form div.hs_submit input.hs-button {  background-color: transparent;  background-image: none;  text-shadow: none;  border: 2px solid #fff;  border-radius: 3px;  color: #fff;  display: inline-block;  font-size: 16px;  padding: 16px 32px;  position: relative;  transition: background-color 0.5s ease 0s, color 0.5s ease 0s, border 0.5s ease 0s;}*/ .hs-form .hs-form-field {
  margin-bottom: 1em;
}
.hs-form .multi-container {
  padding-left: 0;
}
.hs-form input[type="radio"] {
  margin-right: 0.5em;
}
#main-content.academic-partners {
  padding-bottom: 0;
}
.academic-partners-grid div[class^="col-"] {
  padding: 30px 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;
  margin-bottom: 1em;
}
.card-grid.products .summary {
  font-weight: 300;
}
#promo-relativityone {
  background-image: url("/relativity/images/product/relone-mini-ad-bkgd.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
  overflow: hidden;
  padding: 90px 15px 50px;
  color: #ffffff;
}
.relativityOne_product {
  background-image: url("https://www.kcura.com/app/uploads/sites/2/2016/09/relone-mini-ad-bkgd.png");
  background-position: center center;
  background-repeat: no-repeat;
  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: #333333;
  font-size: 30px;
}
.metrics-grid .metric .metric-description {}
.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: #ffffff;
}
#svSearchResults dl {
  border-bottom: none;
}
#svSearchResults .record-index {
  display: none;
}
#svSearchResults dt {
  font-size: 1.2rem;
}
#svSearchResults dt.date {
  font-size: 0.85em;
  font-weight: 300;
  color: #777777;
  margin-top: 0.5em;
}
#svSearchResults h1:first-child {
  margin-top: 0;
}
#blog-search-form {
  margin: 18px 0;
  margin-left: 0;
}
#blog-search-form .input-group input {
  border-right: none;
}
#blog-search-form .input-group .btn {
  border-left: none;
}
.form-inline.filters.job-filters .form-group {
  margin: 0 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 h3 {}
.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: 0s;
}

.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: 0.8rem;
  padding: 8px 30px;
}
#register-form .discount-disclaimer.price {
  font-size: 85%;
}
.alert-survey {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #009DDF;
  color: #FFFFFF;
}
.alert-survey a, .alert-surver a:hover {
  color: #FFFFFF;
  background-color: transparent;
} /* podcast landing page styles */ section.podcast-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
section.podcast-section.uncivil-procedure {
  background-image: url("/relativity/images/blog/uncivil/uncivil-procedure-bg.jpg");
	 background-color: #f68a1e;
}
section.podcast-section.stellar-women, section.podcast-section.stellar-women h3 {
  background-color: #d8d8f0;
  color: #333333;
}
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 #ffffff;
  box-shadow: none;
  padding-bottom: 0;
}
section.podcast-section .card-header {
  background-color: #eeeeee;
}
section.podcast-section .blogcard-bottom {
  color: #666666;
  background-color: #ffffff;
  padding: 22px 25px;
  height: 250px;
}
section.podcast-section .blogcard .title {
  color: #000000;
  font-weight: 600;
}
section.podcast-section h3 {
  color: #ffffff;
}
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: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  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 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 6px;
  top: 3px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.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: 0.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: 0.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: none;
  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: 0.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: 0.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);
    background-size: cover;
    background-position: top center;
}
.bkg-learning-path-promo.investigations-basics {
    background: url(/relativity/images/training/investigations-basics.png);
    background-size: cover;
    background-position: center right;
}
.bkg-learning-path-promo h2 {
  color: #fff;
  margin-top: 1%;
}
.bkg-learning-path-promo .btn-primary {
  background-color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 991px) {
  #sidebar-nav.affix {
    position: static !important;
    width: 100% !important;
  }
  #sidebar-nav .nav li.active > ul.nav {
    display: none !important;
  }
}
@media only screen and (max-width : 768px) {
  #table-sessions h2.title {
    font-size: 15px;
  }
  #table-sessions thead th, #table-sessions td {
    font-size: 12px;
  }
}
@media only screen and (max-width : 480px) {
  #table-sessions h2.title {
    font-size: 14px;
  }
}
@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%;
  }
}
.is-table-row [class*="col-"] {}
@media only screen and (min-width : 1200px) {}
@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 10px;
  }
  .card-grid.products .card {
    height: 280px;
  }
  .filters {
    text-align: left;
  }
  .filters .form-inline .form-group {
    display: inline-block;
  }
} /* Medium Devices, Desktops */ @media only screen and (max-width : 991px) {
  #main-header {
    padding: 0;
  }
  #main-header .container.menu {
    padding: 0px 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;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  #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;
  } /* end changes breakpoint width for navbar */ .navbar-nav > li > ul.mega-dropdown-menu, .navbar-nav > li:hover > ul.mega-dropdown-menu, .navbar-collapse.in .dropdown-menu.mega-dropdown-menu {
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
    width: auto;
    display: none;
  } /*#main-header .navbar-nav > li:hover > ul.mega-dropdown-menu,*/ #main-header .navbar-nav > li.open > ul.mega-dropdown-menu {
    display: block;
  } /*#main-header .navbar-nav > li:hover ul.mega-dropdown-menu > li,*/ #main-header .navbar-nav > li.open ul.mega-dropdown-menu > li {padding-top: 15px;
padding-bottom: 10px;}
  .mega-dropdown-menu .menu-header {
    margin-bottom: 0.25em;
  }
  .mega-dropdown-menu .cta-row {
    margin: 2em 0;
    margin-top: 1em;
  }
  .mega-dropdown-menu .mega-submenu li {
    margin-bottom: 0.75em;
  }
  .mega-dropdown-menu .img-background {
    display: none;
  }
  .mega-dropdown-menu .btn-primary {
    font-size: 12px;
    padding: 6px 12px;
  }
  .mega-dropdown-menu .menu-header {
    display: none;
  }
  .mega-dropdown-menu .container {
    width: auto;
  }
  .mega-dropdown-menu .cta-row:last-child {
    margin: 1em 0;
  }
  .mega-dropdown-menu .features {
    border-right: none;
  }
  .mega-dropdown-menu .nav-label {
    margin-top: 1.5em;
  }
  .additional-resources, body.leadership-team .col-xs-12.col-md-8 {
    text-align: center;
  }
  .additional-resources .cta-row, .additional-resources .cta-row:last-child {
    margin: 1em 0 2em;
  }
  .blog-article-hero h1 {
    font-size: 1.5rem;
  }
  .home-video {
    background-color: #4a4e4f; /*background-image: url('/relativity/images/home/we-are-relativity.png');*/ background-image: url('/relativity/images/home/relativityone-still-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .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-image: url('/relativity/images/home/rf18-session-announcement.jpg');
    background-position: right;
  }
  .home-video.rf18-sessions h2 {
    font-size: 2rem;
  }
  .row.icons .col-md-3 {
    margin-top: 50px;
  }
  .row.icons .icon {
    margin-bottom: 0px;
  }
} /* Small Devices, Tablets */ @media only screen and (max-width : 768px) {
  .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;
  }
  #partners .hero video {
    display: none;
  }
  #partners .hero {
    background: #4a4e4f url("/relativity/images/partners/partner-page-header-2019-Q3.png") no-repeat scroll center top / cover;
  }
  #customers .hero video {
    display: none;
  }
  #customers .hero {
    background: #4a4e4f url("/relativity/images/customer-page-poster.jpg") no-repeat scroll center top / cover;
  }
  #ediscoverysoftware .hero video {
    display: none;
  } /*#ediscoverysoftware .hero {		background: #4a4e4f url("/relativity/images/whyrelativity-page-poster.jpg") no-repeat scroll center top / cover;	}*/ .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-left: 0 !important;
    margin-right: 1em !important;
  }
  .active-filters {
    margin-left: 0;
  }
  .filters .daterange-wrapper i {
    right: 32px;
  }
} /* Homepage hero for RelativityOne */ @media only screen and (max-width : 768px) {
  .hero.with-videobg .hero-content {
    padding-top: 25%;
  }
  .hero.with-videobg.rf18-sessions .hero-content {
    padding-top: 8%;
  }
} /* Extra Small Devices, Phones */ @media only screen and (max-width : 480px) {
  .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 !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;
  }
} /* 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%;
}
.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%;
  }
}
@media (max-width:767px) {
  .idc-report h1 {
    font-size: 1.4rem;
  }
} /*RF19 Keynote Recap*/ .rf19-keynote-recap {
  background: #3698c1 url('/relativity/images/home/rf19-keynote-recap-bg.png') no-repeat;
  background-size: cover;
  color: #fff;
  padding: 50px 0 70px;
  background-position: center center;
}
.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 0px;
}
.rf19-keynote-recap .btn-primary {
  background-color: #191919;
  color: #00c7d6;
  border-color: #191919;
}
.rf19-keynote-recap .btn-primary:hover {
  background-color: #191919;
  color: #00c7d6;
  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;
}
.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: bold;
  font-size: 18px;
  margin-bottom: 0.75em;
  color: #fff;
}
.blognav .menu-intro {
  margin: 1em 0;
  font-size: 16px;
  color: #fff;
}
@media (max-width:1199px) {
  .blognav .container {
    width: 590px;
  }
}



ul.win-stats {
	padding-left: 0;
}

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: 0.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: 0.8333333333333334rem;
	font-weight: 500;
	text-transform: none;
	padding: 10px 20px;
	margin-right:1px;
	color:#1b1d1f;
}

.nav-tabs.nav-tabs-plain > li > a {
	color: #1A1A1A;
	text-decoration: none;
	border: none;
	border-bottom: none;
	border-radius: 40px;
	margin: 0;
	width: auto;
	text-decoration: none;
	font-size: 0.8333333333333334rem;
	font-weight: 500;
	text-transform: none;
	padding: 10px 20px;
	
}

/*.nav-tabs.nav-tabs-plain > li > a:hover,
.nav-tabs.nav-tabs-plain > li > a:focus,
.nav-tabs.nav-tabs-plain > li > a:focus-visible,*/
.nav-tabs.nav-tabs-plain > li.active > a {
	background-color: #FFECDD;
	color: #1a1a1a;
	border: none;
	transition: ease 0.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-blue > a:hover,
.nav-tabs.nav-tabs-plain > li.active-blue > a:focus,
.nav-tabs.nav-tabs-plain > li.active-blue > a:focus-visible,*/
.nav-tabs.nav-tabs-plain > li.active.active-blue > a {
	background-color: #d9eff9;
	
}

/*.nav-tabs.nav-tabs-plain > li.active-red > a:hover,
.nav-tabs.nav-tabs-plain > li.active-red > a:focus,
.nav-tabs.nav-tabs-plain > li.active-red > a:focus-visible,*/
.nav-tabs.nav-tabs-plain > li.active.active-red > a {
	background-color: #f7cdd1;
}

/*.nav-tabs.nav-tabs-plain > li.active-green > a:hover,
.nav-tabs.nav-tabs-plain > li.active-green > a:focus,
.nav-tabs.nav-tabs-plain > li.active-green > a:focus-visible,*/
.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;}

@media (max-width:767px) {
  .nav-tabs.nav-tabs-plain {
    border-radius: 25px;
  }



.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;
	}
}
