/* ------------------------------------------------------------ *\
  New GDRV App Styles
\* ------------------------------------------------------------ */

body {
	background: #292929;
	/* --webkit-overflow-scrolling: auto; */
}
.header {
	z-index: 500;
	min-height: 72px;
	height: 72px;
	background-color: #000;
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 0%, #222222 64%);
	background: -webkit-linear-gradient(top,  #000000 0%,#222222 64%);
	background: linear-gradient(to bottom,  #000000 0%,#222222 64%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=0 );
}
.wrapper {
	background: none;
}
@media only screen and (min-width: 900px) {
	.wrapper{
		box-shadow: 0 0 32px #111;
	}
}
.header .header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 72px;
	height: 72px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 27px 5px;
}
.nav {
	position: absolute;
	top: 72px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
	min-height: calc(100vh - 72px);
	background-color: #000;
}
.page-title {
	height: 37px;
	background: #000;
}

@media only screen and (max-width: 900px) {
	.page-title {
		position: sticky;
		width: 100%;
		z-index: 9;
		top: 72px;
		left: 0;
	}
}

div.page-title h1 a:not(.no-style)::after,
div.page-title-nolink h1::after  {
  content: "";
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 37px;
  background: url('../images/title-slice.png') top right no-repeat;
  background-size: contain;
  float: right;
  margin-left: 1em;
}

.page-title h1 a.no-style {
    text-decoration: none;
}

.page-title h1 a:not(.no-style),
.page-title-nolink h1 {
    color: #fff;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 128px;
    height: 37px;
    line-height: 2.1em;
    padding-left: 1.5em;
    width: auto;
    text-decoration: none;
}
.page-title--red h1 a,
.page-title--orange h1,
.page-title--green h1 a,
.page-title--yellow h1,
.page-title--dark-red h1,
.page-title--purple h1 a,
.page-title--black h1 a:not(.no-style) {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e10f2b+0,830c1b+100 */
    background: #e10f2b; /* Old browsers */
    background: -moz-linear-gradient(top, #e10f2b 0%, #830c1b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e10f2b 0%,#830c1b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e10f2b 0%,#830c1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10f2b', endColorstr='#830c1b',GradientType=0 ); /* IE6-9 */
}

div.page-title h1 span:first-of-type {
    padding-left: 9.75em;
    margin-top:4px;
}
div.page-title h1 span {
    display: block;
    font-size: .6em;
    font-weight: 600;
    margin-top: 3px;
    line-height: .5em;
    float: left;
    color: #aaa;
    text-transform: none;
    font-style: normal;
}
.page-title h1 span i {
	display: inline-block;
	margin: 0 .5em;
	color: #555;
}

div.sales-tools-title h1 span {padding-left: 8.5em;}
div.academy-title h1 span {padding-left: 8em;}

div.academy-title h1 span.golden {color: #E2CAA1;}
div.academy-title h1 span.tour {color: #8AC0C4;}
div.academy-title h1 span.sink {color: #BDA1D3;}
div.academy-title h1 span.file {color: #A8E6C0;}

.golden-intro .golden-intro-image {
	width: auto;
	max-width: 80%;
	margin: 3.5em auto .5em;
	display: block;	
}
.golden-intro .golden-intro-copy {
	margin: 0 2em 2.5em;
	font-size: 1.3em;
	text-align: center;
}

.container {margin-bottom:30px;}
.container h2,
.container h2 a {
	text-decoration: none;
	font-style: normal;
	color: #fff;
}
.container h2 {
	font-size: 1.75em;
	line-height: 1.3em;
}

.paragraphs-items .paragraphs-item-mg-parag-text-html p {
	clear: both;
	font-size: 1.25em;
	line-height: 1.4em;
	margin: 1em 0 2.5em;
}

.paragraphs-items .paragraphs-item-mg-parag-embedded-video {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	margin-top: 1.5em;
} 
.paragraphs-items .paragraphs-item-mg-parag-embedded-video iframe, 
.paragraphs-items .paragraphs-item-mg-parag-embedded-video object, 
.paragraphs-items .paragraphs-item-mg-parag-embedded-video embed { 
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

.paragraphs-items .videotour {
	display: block;
	margin: 1em 0;
	font-size: 1.75em;
	padding: .5em 2em;
	background: #e10f2b;
	background: -moz-linear-gradient(top,  #e10f2b 0%, #830c1b 100%);
	background: -webkit-linear-gradient(top,  #e10f2b 0%,#830c1b 100%);
	background: linear-gradient(to bottom,  #e10f2b 0%,#830c1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10f2b', endColorstr='#830c1b',GradientType=0 );
	float: left;
	clear: both;
	color: white;
	border-radius: 1;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
}

.slider-simple .slider__clip {padding-left: 7px}

.container #alogo {
	margin: 2em auto;
	width: 80%;
	display: block;
}

.academy-list {
	padding-left: 0;
	padding-right: 0;
}

.academy-section {border-top: 8px solid #000}

.academy-section .section-header {
	height: 36px;
	margin-bottom: 2.25em;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#373737+0,6e6e6e+100 */
	background: #353535; /* Old browsers */
	background: -moz-linear-gradient(left,  #353535 0%, #3e3e3e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #353535 0%,#3e3e3e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #353535 0%,#3e3e3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#3e3e3e',GradientType=1 ); /* IE6-9 */

}

.academy-section .section-header span.view-all-link,
.academy-section .section-header span.section-title {
	display: block;
}

.academy-section .section-header span.section-title {
	float: left; 
	background:#000;
	float: left;
	background: #000;
	height: 36px;
	padding: 0 1.65em;
	font-weight: 600;
	font-size: 1.25em;
	line-height: 1.85em;
}
.academy-section .section-header span.golden {color:#E2CAA1}
.academy-section .section-header span.tour {color:#8AC0C4}
.academy-section .section-header span.sink {color:#BDA1D3}


.academy-section .section-header span.section-title::after {
  content: "";
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 37px;
  background: url('../images/title-slice-flipped.png') top right no-repeat;
  background-size: contain;
  float: right;
  margin-right: -44px;
}

.academy-section .section-header span.view-all-link {float: right}

.academy-section .section-header span.view-all-link a,
.academy-section .section-header span.section-title a {
	text-decoration: none;
}
.academy-section .section-header span.view-all-link a {
	color: #908E8E;
	display: block;
	padding: .55em 1.85em .5em .5em;
}

.academy-list .section-content {
	padding-left: 14px;
	padding-right: 14px;
}

.owl-carousel.owl-drag .owl-item,
.sales-tracker-content .tile {
	border-radius: 7px;
	overflow: hidden;
}

.academy-section .section-content .slider-simple .owl-stage .owl-item a {
	text-decoration: none;
}

.academy-section .section-content .slider-simple .owl-stage .owl-item a img {
	border: 2px solid #666;
}
.academy-section .section-content .slider-simple .owl-carousel .owl-nav,
.academy-section .section-content .slider-simple .owl-stage .owl-item a br {
 	display: none;
}

.academy-section .section-content .slider-simple .owl-stage .owl-item a .slide-title  {
	display: block;
	margin-top: .6em;
	font-size: 1.2em;
	text-align: center;
	width: 100%;
	line-height: 1.35em;
	font-weight: 600;
	color: #bbb;
}

.sales-tracker-content .yearlygoal {
    margin-left: 7px;
    margin-right: 7px;
}


.golden-section {border-top: none}

.academy-section .video-list {padding-top: 2.5em}

.academy-section .video-list .slider__slide,
.academy-section .video-list .tour-item {
	display: block;
	float: left;
	width: 45%;
	margin: .5em 2.25% 2em;
	text-align: center;
}
.academy-section .video-list .slider__slide a,
.academy-section .video-list .tour-item a {
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	width: 100%;
	line-height: 1.35em;
	font-weight: 600;
	color: #bbb;
}
.academy-section .video-list .slider__slide img {
	border: inset 2px #E2CAA1;
	box-shadow: 0 3px 18px #111;
	margin-bottom:.6em;
}
.academy-section .video-list .tour-item img {
	border: solid 2px #ffffff;
	box-shadow: 0 3px 18px #111;
	margin-bottom:.6em;
}

.tour-nav {margin-top: 20px}

.tour-nav .tour-nav-item {
	margin: 0 1px;
	display: inline-block;
	padding: .25em .575em;
	border-radius: 12px;
	font-size: .95em;
	cursor: pointer;
	font-weight: 600;
}

.tour-nav .tour-nav-item.active {
	background: #8AC0C4;
	color: #333;
}

.container .tours-section, 
.container .sink-section {
	border-top: none;
}

.model-specs-content .container div.feature:first-child {
	margin-top: 2em;
}

.news-content .container .article {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 18px #111;
	border: 2px solid #000;
}

.feature {
	-webkit-box-shadow: 0px 3px 5px 0px #111;
	box-shadow: 0px 3px 5px 0px #111;
	border-radius: 7px;
	overflow: hidden;
}

.leadboard {background: #111;}

.owl-item .slider__slide .leadboard .leadboard__head .leadboard__head-content h4 {color: #888;}
.owl-item .slider__slide .leadboard .leadboard__head .leadboard__head-content h3 {color: #fff;}

.leadboard .leadboard__item {
	border-top: 1px solid #2f2f2f;
	border-bottom: 1px solid #111;
}

.model-specs-content .leadboard--secondary .leadboard__item {
	border: 1px solid #222;
}

.leadboard__head--alt h3 {
	color: #fff;
}

.leadboard .leadboard__image {
	background: #ffffff;
}

.leadboard .leadboard__label,
.leadboard .leadboard__value {
	min-height: 50px;
	padding: 15px 0 16px 13px;
	color: #959796;
	font-weight: 500;
}

.model-specs-content .leadboard--secondary .leadboard__item-inner .leadboard__label {
	letter-spacing: .05em;
	font-size: 1.25em;
	color: #7a7a7a;	
}

.model-specs-content .leadboard--secondary .leadboard__item-inner .leadboard__value {
	color: #fff;
	font-weight: 600;
	font-size: 1.3em;
}

.leadboard .leadboard__value {font-weight: 600;padding-right: 1em}

.info-icon {
	color: #565656;
	border: 1px solid #565656;
}
.leadboard .leadboard__head-aside p {color:#eee;}

.leadboard--yellow .leadboard__head h3, 
.leadboard--yellow .leadboard__head p {color: #f3d260}

.slider-simple .owl-dots .owl-dot {background-color: #404040;}

.search {
	top: 72px;
	background-color: rgba(0,0,0,.9);
}

.search ul {background:transparent;}

.search .search__item .btn--pill {
	width: auto;
	min-width: 50px;
	border-radius: 7px;
	padding-left: 1.35em;
	padding-right: 1.35em;
	font-size: 11px;
}

.academy-section .file-content a {
	display: block;
	border: 2px solid #A8E6C0;
	float: left;
	width: 45%;
	height: 96px;
	border-radius: 7px;
	padding-top: 1.5em;
	text-decoration: none;
	margin: 0 2.5%;
}

.academy-section .file-content a div {
	text-align: center;
}

.academy-section .file-content a div img {
	width: 32px;
	display: inline-block;
}

.academy-section .file-content a div span {
	text-decoration: none;
	clear: both;
	display: block;
	color: #A8E6C0;
	margin-top: .5em;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 600;
}

.training-container {
	padding-left: 0;
	padding-right: 0;
}

.file-intro {
	text-align: center;
	margin: 2.2em 0;
}

.file-intro #file-into-icon,
.file-intro #file-intro-icon {
	width: 48px;
}

.file-intro #file-intro-label {
	color: #A8E6C0;
	display: block;
	clear: both;
	margin-top: 1em;
	font-size: 1.3em;
	font-weight: 600;
}
.training-section .academy-video-thumb {
	display: flex;
	flex-wrap: wrap;
}
.training-section .file-item {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	clear: both;
	width: 100%;
	min-height: 72px;
}

.training-section .file-item .file-info {
	float: left;
	width: 58%;
	font-weight: 600;
	color: #A8E6C0;
	padding: .5em 0 .5em 1em;
}

.training-section .file-item .file-info .file-title {
	color: #A8E6C0;
	display: block;
	font-size: 1.4em;
	line-height: 1.35em;
}

.training-section .file-item .file-info .file-updated {
	clear: both;
	color: #777;
	display: block;
}

.training-section .file-item .file-view,
.training-section .file-item .file-email {
	display: block;
	text-align: center;
	float: right;
	height: 100%;
	border-left: 2px solid black;
	width: 20%;
	max-width: 76px;
}

.training-section .file-item .file-view a,
.training-section .file-item .file-email a {
	width: 78px;
	font-weight: 600;
	color: #aaa;
	text-decoration: none;
	display: block;
	height: 100%;
	-webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6px;
}
.training-section .file-item .file-view a img,
.training-section .file-item .file-email a img {
	height: 32px;
	margin-top: 6px;
}
.training-section .file-item .file-view a span,
.training-section .file-item .file-email a span {
	display: block;
	margin-top: -4px;
}

.training-section .video-list {padding-top:0}


.btn.claim-btn.sales-tracker {
	width: auto;
    padding: 1em 1.5em;
    font-size: .95em;
}

.info-icon {
	font-size: 13px;
	opacity: .5;
}