/* Scss Document */


@font-face {
    font-family: "Gotham-Book";
    src: url("Gotham/Gotham-Book.eot?") format("eot"), url("Gotham/Gotham-Book.woff") format("woff"), url("Gotham/Gotham-Book.svg#Gotham-Book") format("svg")
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("Gotham/Gotham-Bold.eot?") format("eot"), url("Gotham/Gotham-Bold.woff") format("woff"), url("Gotham/Gotham-Bold.svg#Gotham-Bold") format("svg")
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("Gotham/Gotham-Medium.eot?") format("eot"), url("Gotham/Gotham-Medium.woff") format("woff"), url("Gotham/Gotham-Medium.svg#Gotham-Medium") format("svg")
}

@font-face {
    font-family: "Gotham-Black";
    src: url("Gotham/Gotham-Black.eot?") format("eot"), url("Gotham/Gotham-Black.woff") format("woff"), url("Gotham/Gotham-Black.svg#Gotham-Black") format("svg")
}

body {
	color:#565656;
  	font-family: 'Gotham-Medium', sans-serif;
	background-color: #F7F7F7;
}


a {
	color: #5B7F95;
}
a:hover {
	color: #669cba;
}

h1, .h1 {
  font-family: 'Gotham-Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #435B6A;
  text-rendering: optimizeLegibility; }
h2, .h2 {
  font-family: 'Gotham-Black', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #435B6A;
  text-rendering: optimizeLegibility; }

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Gotham-Bold', sans-serif;
  font-style: normal;
  font-weight: 800;
  color: inherit;
  text-rendering: optimizeLegibility; }

h1, .h1 {
	font-size: 60px;
	font-size: calc(1rem + 2vw);
	margin-bottom: 2rem;
}
.back-ylw {
	background: #fc842c;
}
.back-slate {
	background: #5B7F95;
}
.back-dkg {
	background: #565656;
	color:#fff;
}
.back-dkb {
	background: #333340;
	color:#fff;
}
.back-dkb .breaker {
	border-bottom:1px solid #666;
}
.back-ltg {
	background: #EBEBEB;
}
.back-wt {
	background: #ffffff;
}
.back-sub1 {
	background: #FE9940;
	border-radius: 10px 10px 0 0;
    border: 2px solid #ffffff;
	color: #2C2C2C;
}
.back-sub2 {
	background: #FC6621;
	border-radius: 10px 10px 0 0;
    border: 2px solid #ffffff;
	color: #2C2C2C;
}
.back-sub3 {
	background: #97320D;
	border-radius: 10px 10px 0 0;
    border: 2px solid #ffffff;
	color: #fff;
}
.back-sub4 {
	background: #653208;
	border-radius: 10px 10px 0 0;
    border: 2px solid #ffffff;
	color: #fff;
}
.site-logo {
	padding: 1rem 0;
}
.navbar.back-ylw {
	border-bottom: 20px solid #565656;
	margin-bottom: 2rem;
}
.navbar.back-slate {
	border-bottom: 8px solid #fff;
	box-shadow: 0px 8px 0px 0px rgba(86,86,86,1);
	-webkit-box-shadow: 0px 8px 0px 0px rgba(86,86,86,1);
	-moz-box-shadow: 0px 8px 0px 0px rgba(86,86,86,1);
	margin-bottom: 2rem;
}
.site-logo img {
	max-width: 100%;
}
.nav-item {
    padding: 5px;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
	text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
	border-bottom: 1px solid #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #ffffff;
	border-bottom: 3px solid #fff;
}
.rounded-lg {
	overflow: hidden;
}
.card.charts-and-rec {
	border: 2px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 1rem;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}
.card.charts-and-rec h2 {
	color: #435B6A;
	font-size: 1.5rem;
	text-transform: uppercase;
	text-align: left;
	padding: 0.25rem 0 1.25rem 1rem;
}
.card.charts-and-rec.noexpand h2 {
	text-align: center;
	padding: 0.25rem 0;
}
.card.charts-and-rec h3 {
	font-size: 1.125rem;
	text-transform: uppercase;
	text-align: left;
	padding: 0.5rem 1rem;
}
.back-dkb.card.charts-and-rec h3 {
    border-bottom: 1px solid #999;
}
.card.charts-and-rec h3.back-underline {
	padding: 1rem 0;
}
.card.charts-and-rec h4 {
	font-size: 1rem;
	text-transform: uppercase;
	text-align: center;
	padding: 0.25rem 0;
}
.noexpand {
	margin-bottom: 3rem;
}
.radius-holder, .radius-holder-sm {
	margin: 0 auto;
	
}
.radius-holder-sm {
	margin-bottom: -1rem;
}
.nav-tabs .nav-link {
    color: #999;
	padding: 0.5rem 2rem;
	text-align: left;
}
.nav-tabs .nav-link.active {
    color: #435B6A;
    background-color: #fff;
    border-color: #fff #fff #435B6A;
    border-bottom-width: 4px;
    margin-bottom: -4px;
}

/*.prestochango {
	overflow: hidden;
	padding-top: 2rem;
	top: -2rem;
	position: relative;
	transition: height 600ms ease;
	height: auto;
}
.prestochango.closedup {
	height:0;
}*/
.prestochango .card.charts-and-rec{
	margin-bottom: 2rem;
	overflow: visible;
}
.prestochango .card.charts-and-rec:after {
	content: " ";
	display: block;
	width: 2px;
	height: 1.75rem;
	position: absolute;
    bottom: -2rem;
    left: 50%;
    background: #565656;
}
.prestochango .card.charts-and-rec:last-child:after {
	content: " ";
	display: none;
}
.prestochango .card.charts-and-rec:first-child:before {
	content: " ";
	display: block;
	width: 2px;
	height: 1.75rem;
	position: absolute;
    top: -2rem;
    left: 50%;
    background: #565656;
}

table.feature-detail {
    font-size: 0.75rem;
    text-transform: uppercase;
}
table.feature-detail thead {
	border-bottom:2px solid #707070;
}
table.feature-detail tbody tr:nth-child(even) {
	background: #EBEBEB;
}
table.feature-detail tbody tr:nth-child(odd) {
	background: #FFFFFF;
}
	.feature-detail td {
		overflow-wrap: break-word;
		word-break: break-word;
	}
	.feature-detail tfoot tr {
		border-top: 2px solid #95989A;
	}
.donut-legend dd img {
    width: 30px;
    height: 10px;
}

@media screen and (min-width: 991px) and (max-width: 1260px) {
	table.feature-detail {
		font-size: 0.5rem;
	}
}

.rounded-lg {
    border-radius: .6rem!important;
}
.expand-button {
    padding: 3px 0 4px;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    line-height: 0;
    position: relative;
	color: #ffffff;
    left: calc(50% - 20px);
    top: -36px;
	background: #435B6A;
	border-color: #565656;
	transform: rotate(0);
	transition: transform 300ms ease;
}
.expand-button:hover,.expand-button.focus, .expand-button:focus {
	background: #5B7F95;
	border-color: #565656;
	color: #ffffff;
}
.expand-button:not(:disabled):not(.disabled).active, .expand-button:not(:disabled):not(.disabled):active  {
	background: #435B6A;
	border-color: #565656;
	color: #ffffff;
	transform: rotate(45deg);
}


.downarrow {
	padding: 5px 30px;
	position: relative;
	float: right;
	cursor: pointer;
}
.downarrow span {
	display: block;
	position: relative;
	width: 0; 
	height: 0; 
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
    border-top: 1rem solid #888;
}
.downarrow.hover span {
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
    border-bottom: 1rem solid #888;
    border-top: 0 solid transparent;
}
.dropdown-pane a {
	color: #003663;
}
.dropdown-pane a:hover {
	color: #f26522;
}
.dropdown-pane a.aor-select-button {
	color: #fff;
}

.aor-selection button.toolbar {
    width: 300px;
    background: #435B6A;
	border-radius: 0;
	border: 5px solid #fff;
    border-top-width: 0;
    border-bottom-width: 1px;
	border-bottom-color: #435B6A;
    margin: 0 0 -1rem 0;
    position: relative;
    top: -0.5rem;
    height: 4.2rem;
	
}
.aor-selection button.toolbar:after {
	content: "";
	width: 0;
	height: 0;
	margin-left: 20px;
	display: inline-block;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #5B7F95;
}
.aor-selection .dropdown-pane  {
    width: 300px;
    background: #435B6A;
	border: 5px solid #fff;
    border-top-width: 0;
    border-bottom-width: 0;
	z-index: 500;
	position: absolute;
	
}


/* The container must be positioned relative: */
.aor-selection  .form-group {
  position: relative;
	margin-bottom: 0.5rem;
}

.aor-selection .form-control {
	width: 100%;
	background: #5B7F95;
    border-color: #ffffff;
    border-width: 2px;
    color: #fff;
}

.aor-selection fieldset {
    padding: 1rem;
}

.select-selected {
  background-color: #435B6A;
  color: #ffffff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #565656 transparent;
  top: 14px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #565656;
  padding: 8px 16px;
  border: 1px solid transparent;
	border-width: 0 2px 1px 2px;
  border-color: transparent #FC842C rgba(0, 0, 0, 0.3) #FC842C;
  cursor: pointer;
}
.select-selected {
  color: #ffffff;
	border: 2px solid #FC842C;
	border-radius: 6px;
}
.select-selected.select-arrow-active {
  background-color: #ebebeb;
  color: #565656;
	border-width: 2px 2px 1px 2px;
	border-radius: 6px 6px 0 0;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ebebeb;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 199;
	border-bottom: 2px solid #FC842C;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

button.button.refine-search {
    background: #5B7F95;
    border-radius: 6px;
    width: 100%;
	padding: 0.5rem;
	color: #fff;
}
button.button.refine-search span {
	display: inline-block;
	line-height: 35px;
}
button.button.refine-search svg {
	padding-left: 0.5rem;
	display: inline-block;
	position: relative;
    margin: 0 0 0 0;
}

.overview-percents caption {
    font-size: 0.825rem;
    text-align: center;
    background: none;
    padding: 0.5rem;
}

@media screen and (max-width: 39.999em) {
	.site-logo .col-10 {
		padding-top: 1rem;
	}
	
	p.subnav-title {
		font-size: 45px;
	}
	.top-bar .menu li {
		display: block;
		    width: 100%;
	}
	.top-bar .menu li .text-right {
		text-align: left;
	}
	
	.aor-selection button.toolbar {
		width: 100%;
		background: #ED6502;
		border: 1px solid #fff;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-bottom-color: #FC842C;
		border-radius: 6px;
		margin: 0 0 -1rem 0;
		position: relative;
		top: -0.5rem;
		height: 4rem;

	}
	.aor-selection .dropdown-pane  {
		width: calc(100% - 2rem);
		background: #ED6502;
		border: 1px solid #fff;
		border-top-width: 0;
		border-bottom-width: 0;
		z-index: 500;

	}
}

.chartdonut {
	height: 100vw;
}
.market-chart {
	max-width: 500px;
	margin: 0 auto;
}
.engine-chart {
	max-width: 545px;
	margin: 0 auto;
}
.market-chart .apexcharts-legend-text, .chassis-chart .apexcharts-legend-text {
	bottom: 4px;
}
.donut-legend {
	font-size: 2vw;
}
.donut-legend dt {
	font-size: 2.6vw;
	margin-bottom: 2vw;
}
.nav2 h1 {
	font-size: 2.5rem;
}
.innerpageh2 {
	text-transform: uppercase;
}

.legend-square:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	content: "";
	background: #000;
	position: relative;
	bottom: -2px;
	margin-right: 10px;
}

.your-dealership:before {
	background-color: #435B6A;
}
.out-of-aor:before {
	background-color: #ED6D00;
}
.conquest:before {
	background-color: #CDD8D6;
}
.construction:before {
	background-color: #BCBDBC;
}
.freight:before {
	background-color: #CDD8D6;
}
.private:before {
	background-color: #D56852;
}
.lease:before {
	background-color: #E09B4B;
}
.utility:before {
	background-color: #5F955B;
}
.segment1:before {
	background-color: #955B7A;
}
.segment2:before {
	background-color: #435B6A;
}
.segment3:before {
	background-color: #5B7F95;
}




@media screen and (min-width: 768px) {
	.donut-legend {
		font-size: 1.5vw;
	}
	.donut-legend dt {
		font-size: 1.7vw;
		margin-bottom: 1vw;
	}
	.nav2 h1 {
		font-size: 3rem;
	}
	.chartdonut {
		height: 50vw;
	}
}
@media screen and (min-width: 992px) {
	.donut-legend {
		font-size: 1vw;
	}
	.donut-legend {
		font-size: 0.7vw;
	}
	.donut-legend dt {
		font-size: 0.75vw;
		margin-bottom: 0.5vw;
	}
	.nav2 h1 {
		font-size: 4rem;
	}
}
@media screen and (min-width: 1025px) {
	.chartdonut {
		height: 16vw;
	}
}

@media screen and (min-width: 996px) and (max-width: 1199px) {
	
}


.cls-1 {
        fill: #565656;
      }
.cls-1:hover, .cls-1:focus {
        fill: #565656;
      }
.active .cls-1 {
        fill: #ffffff;
      }
.nav-pills a.nav-link {
    color: #565656;
	border:2px solid #C6C6C6;
	border-radius: 10px;
	font-size: 0.75rem;
}
.nav-pills .nav-link:hover {
    background-color: #435B6A;
    border-color: #565656;
	color: #fff;
}
.nav-pills .nav-link:hover .cls-1 {
        fill: #fff;
      }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #565656;
    border-color: #565656;
}
a.aor-select-button {
        text-transform: uppercase;
}
a.aor-select-button svg {
        margin-left: 1rem;
}
a.aor-select-button .cls-1 {
        fill: #ffffff;
}
a.aor-select-button:active .cls-1, a.aor-select-button:focus .cls-1, a.aor-select-button:hover .cls-1 {
        fill: #ffffff;
}
.max-65 {
	max-width: 85px;
	margin: 1rem auto;
}
.big-num {
	font-size: 3rem;
	color: #5B7F95;
	font-family: "Gotham-Bold";
}
.report-actions button {
	border:none;
	background:none;
	display: inline-block;
}
.report-actions li {
	position: relative;
	padding: 0.75rem;
	z-index: 1;
}
.report-actions li:after {
	content: "";
	height: 2px;
	width: 100%;
	display:inline-block;
	background: #445B69;
	position: absolute;
	top: 60px;
	left:-2px;
	z-index: -1;
}
.report-actions li:last-child:after {
	border: none;
}
.report-actions .nav-link {
    padding: .5rem;
	background: #F7F7F7;
	border-radius: 4px;
	box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
}
@media screen and (max-width: 800px) {
	.report-actions li:after {
		width: 1rem;
	}
	
}

.toggle-filter {
	width: 100%;
	display: block;
    position: relative;
	color: #666666;
}
.toggle-filter svg {
	transform: rotate(180deg);
	transition: transform 500ms;
	width: 14px;
    height: 14px;
}
.toggle-filter.collapsed svg {
	transform: rotate(0deg);
}
.market-filter, .market-filter input, .market-filter button {
	font-size:0.75rem;
}
.market-filter .bi-search {
	float: right;
	pointer-events: none;
    margin-top: -1.7rem;
    margin-right: 0.5rem;
    fill: #999999;
}
.filter-checks {
	height:250px;
	overflow-y: auto;
}
.filter-checks label {
	font-family: "Gotham-Book";
}
.filter-checks .custom-control {
    min-height: 2rem;
    padding-left: 2.5rem;
}
.filter-checks .custom-control-label {
    line-height: 1.5rem;
}
.filter-checks .custom-control-label::before {
    position: absolute;
    top: 0rem;
    left: -2rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #999999 solid 1px;
}
.filter-checks .custom-control-label::after {
    position: absolute;
    top: -0.25rem;
    left: -2.25rem;
    display: block;
    width: 2rem;
    height: 2rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.filter-checks .custom-control-input:checked~.custom-control-label::before {
    color: #666;
	fill: #666;
    border-color: #666;
    background-color: #EEEEEE;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23666' d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23666'/%3e%3c/svg%3e");
}


.mdash-prog dt {
    font-size: 4.2vw;
}
.mdash-prog dd {
    font-size: 4vw;
	color: #B9B9B9;
}
.mdash-prog-sm dt {
    font-size: 4.2vw;
}
.mdash-prog-sm dd {
    font-size: 4vw;
	color: #B9B9B9;
}

.market-filter .card-body {
    padding: 0.5vw;
}
.market-filter p {
    font-size: 0.65rem;
}
.card.charts-and-rec .mdash-prog h4 {
    font-size: 4vw;
}

.card-body.donut-card {
	padding: 0 0.5vw 0.5vw 0.5vw;
}

      .morepie-1 {
        fill: #bebebe;
      }

      .morepie-2 {
        fill: #565656;
      }
	.more-pie {
		display: block;
		width:131px;
		height:48px;
		position: absolute;
		top: 2px;
    	right: 10px;
    	z-index: 10;
	}

.rigdig-table {
	table-layout: fixed;
}
.rigdig-table th.cargo-type {
	width: 20%;
}

@media screen and (max-width: 576px) {
	.nav-link {
		padding: .75vw 1vw;
	}
	.nav-pills a.nav-link {
		font-size: 2.5vw;
	}
	.nav-link svg {
		width: 10vw;
	}
}


@media screen and (min-width: 576px) and (max-width: 767px) {

	.mdash-prog dt {
		font-size: 2vw;
	}
	.mdash-prog dd {
		font-size: 1.9vw;
	}
	.mdash-prog-sm dt {
		font-size: 2vw;
	}
	.mdash-prog-sm dd {
		font-size: 1.9vw;
	}
	.card.charts-and-rec .mdash-prog h4 {
		font-size: 2vw;
	}
	.card.charts-and-rec .mdash-prog-sm h4 {
		font-size: 2vw;
	}
	
	
}


@media screen and (min-width: 768px) {

	.mdash-prog dt {
		font-size: 1.25vw;
	}
	.mdash-prog dd {
		font-size: 1vw;
	}
	.mdash-prog-sm dt {
		font-size: 0.8vw;
	}
	.mdash-prog-sm dd {
		font-size: 0.75vw;
	}
	.card.charts-and-rec .mdash-prog h4 {
		font-size: 0.75vw;
	}
	.card.charts-and-rec .mdash-prog-sm h4 {
		font-size: 0.75vw;
	}
	
	/*
	.chartdonut {
		height: 250px;
	}*/
	
}


@media screen and (min-width: 768px) and (max-width: 991px) {

	
	.progress-radius svg {
		height: auto !important;
	}
	
	
}
.btn {
	transition: padding 300ms ease, margin 300ms ease;
}

.btn-tab {
    color: #435B6A;
    background-color: #CDD8D6;
    border-color: #CDD8D6;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
}
.btn-tab:not(:disabled):not(.disabled).active, .btn-tab:not(:disabled):not(.disabled):active, .show>.btn-tab.dropdown-toggle {
    color: #fff;
    background-color: #435B6A;
    border-color: #435B6A;
}
.btn-tab:hover {
    color: #435B6A;
    background-color: #CDD8D6;
    border-color: #435B6A;
	box-shadow: -1px -1px 7px 0px rgba(67,91,106,0.75);
		-webkit-box-shadow: -1px -1px 7px 0px rgba(67,91,106,0.75);
		-moz-box-shadow: -1px -1px 7px 0px rgba(67,91,106,0.75);
}
.btn-primary {
    color: #fff;
    background-color: #003663;
    border-color: #003663;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003663;
    border-color: #003663;
}
.aor-selection .btn-primary:not(:disabled):not(.disabled).active, .aor-selection .btn-primary:not(:disabled):not(.disabled):active, .aor-selection .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #435B6A;
    border-color: #435B6A;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5B7F95;
    border-color: #5B7F95;
    padding: 0.375rem 1.75rem;
	margin: 0 0 0 -1rem;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #5B7F95;
    border-color: #5B7F95;
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
    padding: 0.375rem 1.75rem;
	margin: 0 0 0 -1rem;
}

.btn-outline-primary {
    color: #565656;
    border-color: #565656;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #FFA00A;
    border-color: #FFA00A;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #FFA00A;
    border-color: #FFA00A;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    color: #fff;
    background-color: #FFA00A;
    border-color: #FFA00A;
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

#map {
	height: 100%;
}

@media screen and (max-width: 768px) {	
	#map {
		height: 400px;
	}
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #EBEBEB;
}
.table-striped tbody tr:nth-of-type(odd):hover {
    background-color: rgba(0,0,0,.25);
    background-color: #fc842c;
}
.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(0,0,0,.1);
    background-color: #fc842c;
}
.table-hover tbody tr:hover a {
	color:#fff;
}
.table-responsive {
    border: 0 solid #ccc;
    border-radius: 0;
}
.table thead th, .table tbody tr {
    border-bottom: 0 solid #95989A;
}

caption {
    padding: 0.75rem;
    color: #333;
    text-align: left;
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 1.25rem;
    caption-side: top;
	background: #ccc;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 2px;
    line-height: 1.25;
    color: #5B7F95;
    background-color: #fff;
    border: 1px solid #fff;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.page-link:hover {
    z-index: 2;
    color: #435B6A;
    background-color: #ddd;
    border-color: #fff;
	text-decoration: underline;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #5B7F95;
    border-color: #fff;
}

.table.table-middle td {
    vertical-align: middle;
}
li.list-group-item {
    font-size: 0.75rem;
    text-align: center;
    padding: 0 1rem;
    border: none;
}
fieldset legend {
	color: #fff;
	font-size: 1rem;
    line-height: 1;
    padding-bottom: 0;
    margin-bottom: 0;
}

.gov-funnel .card {
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	border-width: 3px;
	padding: 0.5rem;
	min-width: 12rem;
}
.gov-funnel dd {
	font-size: 3rem;
	line-height: 1;
}
.triangle-holder {
	display: inline-block;
	max-width:4rem;
	min-width: 4rem;
	padding-left: 0.5rem;
}
.triangle {
    width:auto;
	max-width:3rem;
}
.triangle {
  display: flex;
  justify-content: center;
  align-items: center;
	height: calc(100% - 1rem);
}

@media screen and (max-width: 1023px) {
	.gov-funnel .card {
		min-width: auto;
	}
}
@media screen and (max-width: 651px) {
	.gov-funnel .card {
		display: block;
		max-width: 12rem;
		margin: 0 auto;
	}
	.triangle-holder {
		display: block;
		max-width:4rem;
		min-width: 4rem;
		padding-left: 0;
		margin: 0 auto;
	}
	.triangle {
		transform: rotate(90deg);
		padding: 0.5rem;
	}
}
.solo-tip:after {
	content: "?";
    display: inline-block;
	font-family: 'Gotham-Light', sans-serif;
    line-height: 1rem;
    font-size: 0.7rem;
    padding: 0.1rem 0.4rem 0.05rem;
    margin-left: 0.5rem;
    background: #999;
    color: #fff;
    border-radius: 2rem;
}
#ms-by-oem .apexcharts-xaxis {
    transform: translate(0, -10px)!important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.41 0l-.69.72-2.78 2.78-.81-.78-.72-.72-1.41 1.41.72.72 1.5 1.5.69.72.72-.72 3.5-3.5.72-.72-1.44-1.41z' transform='translate(0 1)' /%3E%3C/svg%3E");
    color: #fff;
}

button.btn.btn-block.aor-level-1 {
    color: #fff;
    text-align: left;
    padding-left: 1rem;
	border-bottom: 1px solid #fff;
}
button.btn.btn-block.aor-level-2 {
    color: #fff;
    text-align: left;
    padding-left: 3rem;
	border-bottom: 1px solid #fff;
}
button.btn.btn-block.aor-level-3 {
    color: #fff;
    text-align: left;
    padding-left: 5rem;
	background: #5B7F95;
	border-bottom: 1px solid #fff;
	transition: all 300ms ease;
}
button.btn.btn-block.aor-level-3:hover, button.btn.btn-block.aor-level-3:focus {
    text-decoration: underline;
}
button.btn.btn-block.aor-level-1:after, button.btn.btn-block.aor-level-2:after {
	content: ">";
	padding-left: 0.5rem;
	transition: padding 300ms ease;
}
button.btn.btn-block.aor-level-1:hover:after, button.btn.btn-block.aor-level-1:focus:after, button.btn.btn-block.aor-level-2:hover:after, button.btn.btn-block.aor-level-2:focus:after {
    padding-left: 1rem;
}
button.btn.btn-block.aor-level-3:active, button.btn.btn-block.aor-level-3.active {
    background-color: rgba(86,86,86,1);
    font-size: 1.2rem;
    padding-left: 4.5rem;
    text-decoration: none;
}

.form-control {
    border-radius: 0;
}
p.underline {
	margin-bottom: 1.5rem;
}
p.underline strong {
	border-bottom: 2px solid #435B6A;
	padding-bottom: 0.5rem;
}
.logo-row td {
	padding: 0.5rem 0.3rem;
}
.logo-row td img {
	max-width: 120px;
}