section#content,.col,.col:last-child {
    margin: 0;
    padding: 0;
}
.youtube-button {
    background: #f55252;
    width: 150px;
    color: white;
    border: 0;
    margin-top: 15px;
}
button.youtube-button:hover {
    background: #e62323;
}
#body #outer-wrapper {
	box-shadow: none;
	border: 0;
	transform: none;
}
#outer-wrapper, #inner-wrapper {
	width: 100% !important;
	max-width: initial;
	background-color: #f0f0f0;
}
#inapp-wrapper {
	margin: auto; 
	height: 100vh;
	width: 100%;
	margin-left:auto;
	margin-right: auto;
	box-sizing: border-box;
	overflow-y: scroll;
}
.inapp-page {
	margin: auto; 
	height: 100vh;
	width: 100%;
	margin-left:auto;
	margin-right: auto;
	box-sizing: border-box;
	max-width: 800px;
}
.inapp-toparea {
	height: 142px;
	border-radius: 8px;
	background-color: #262626;
	margin-top: 10px;
	margin-bottom: 15px;
	overflow:hidden;
	color: #d8d8d8;
    font-size: 12px;
}
.inapp-toparea h1 {
    color: #d8d8d8;
    font-size: 16px;
    display: inline-block;
    margin:0; padding: 0;
}
.inapp-toparea-text {
	margin: 50px 0 0 40px;
	display: inline-block;
	width: 50%;
}
.inapp-toparea img.inapp-topicon {
    float: right;
    margin: 20px;
}

.inapp-videobox {
	background: #f8f8f8;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    width: 96%;
    height: 155px;
    overflow: hidden;
    display: inline-block;
    margin:2%;
    text-align: center;
    font-size: 11px;
}
.inapp-videobox:hover {
    border: 1px;
    box-shadow: 1px 2px 2px #b3b3b3;
    transition: 0.5s;
}
.videobox-img {
	height: 100px;
    background-size: 100%; /* IE */
    background-size: cover;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 -16px;
}
.videobox-text {
	padding: 5px;
	font-size: 11px;
}
img.videobox-playoverlay {
     margin-top: 28px;
    width: 45px;
}
.videobox-img {
	position: relative;
	z-index: 10;
}
span.videocategory {
    position: absolute;
    right: 0;
    background: gray;
    color: white;
    padding: 0 5px 0 5px;
    font-size: 10px;
    width: 40px;
    border-radius: 0 0 0 5px;
    z-index: 15;
}

.inapp-videobox.tutorial-seen {
    background-color: #f7f7f7;
    color: #b5b5b5;
}
.inapp-videobox.tutorial-seen .videobox-img {
    opacity: 0.5;
}.inapp-videobox.tutorial-seen .videobox-playoverlay {
    opacity: 0.8;
}

.mfp-bg {
	background: white;
	opacity: 0.95;
	position: relative;
	z-index: 20;
}
.mfp-wrap {
	position: absolute !important;
}
#inappvideo-pop {
	background: white;
	height: auto;
	width: 90%;
	color: #d8d8d8;
	margin:auto;
	max-width: 900px;
	position: relative;
	z-index: 25;
    max-width: 1400px;
}
.youtube-container {
	background: black;
}
.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    cursor: pointer;
    background-position: top left;
    background-size: cover;
    z-index: 30;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
}
.mfp-close{display: none !important;}
.pop-close {
	padding-top: 15px;
	color: black;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
.pop-close i {
	font-size: 18px;
}
img.ajaxload {
	display: block;
	width: 50px;
	margin:auto;
	margin: 0;
    position: absolute;
    z-index: 40;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
hr {
	 border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
p {
    margin: 0;
    padding: 0 !important;
    display: inline-block;
}

.inappbutton {
	background: white;
	width: 120px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	box-sizing: border-box;
	margin-right: 10px;
}
.inappbutton:hover{
	background: #f0f0ff;
}

.inapp-videobox {
    height: 300px;
    overflow: hidden;
    font-size: 1em;
}
.videobox-img {
    height: 200px;
    background-size: 110%;
    background-position: center;
 }
.videobox-text {
    font-size: 1.1em;
    width: 90%;
    margin: auto;
    max-height: 110px;
    overflow: hidden;
}
span.videocategory {
    padding: 5px;
    font-size: 0.9em;
    width: 100px;
    border-radius: 0 0 0 10px;
    font-weight: bold;
}
img.videobox-playoverlay {
    margin-top: 20%;
    width: 65px;
    opacity: 0.9;
}
h2.videotutorialpage-title {
    text-align: center;
    width: 100%;
    background: #313131;
    padding: 10px 40px 10px 40px;
    color: white;
    box-sizing: border-box;
}
section.fullgrid.videotutorialpage-section {
    padding: 40px;
    background: #f9f9f9;
    box-sizing: border-box;
}

.helpcenter_box {
    width: 96%;
    height: 250px;
    background: #fbfbfb;
    display: inline-block;
    clear: both;
    margin: 2%;
    text-align: center;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.helpcenter_box h2 {
    font-size: 1.2em;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

#videotutorial-episode .videobox-img {
    height: auto;
    padding-bottom: 62%;
}

section#videotutorial-episode {
    background: #f8f8f8;
    border: 1px solid #dcdcdc;
}

#videotutorial-episode .inapp-videobox {
	height: auto;
    background: transparent;
    border: none;
}
#videotutorial-episode img.videobox-playoverlay {
    margin-top: 24%;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.videotutorials-searchresults {text-align: left;}
.videotutorials-searchresults {
    padding: 5%;
    box-sizing: border-box;
}
.videotutorials-searchresults h2 {
    text-align: center;
    margin: 0 0 10px 0;
}
.videotutorials-searchtoptext {;
    display: block;
}

.videotutorials-searchresults ul {
    padding: 0;
    margin: 0;
}
.videotutorials-searchresults li {
    display: block;
    margin: 5px 0 5px 0;
}
#videotutorial-episode .inapp-videobox:hover {
    border: 0;
    box-shadow: none;
}

ul.breadcrumb {list-style: none; font-size: 1em;}
ul.breadcrumb li {display: inline;}
ul.breadcrumb li+li:before {content: "/\00a0";}
ul.breadcrumb li a {text-decoration: none;}
ul.breadcrumb li a:hover {text-decoration: underline;}

#videobox-fullscreen {display: none;}
@media screen and (min-width: 48em) {
    #videobox-fullscreen {display: block;}
}


/* DARK MODE */

body.darkmode .breadcrumb, body.darkmode .helpcenter_box {background-color: #333334;border: 1px solid #181818;}
body.darkmode .helpcenter_box { color: silver;}
body.darkmode .helpcenter_box:hover {background-color: #3a3a3c;}
body.darkmode .helpcenter_box img {filter: invert(1) brightness(0.8);}

body.darkmode section#videotutorial-episode {
    background: #333334;
    border: 1px solid #141414;
}

body.darkmode .inapp-videobox {
    background: #333334;
    border: 1px solid #1a1a1a;
    color:#c6c6c6;
  }
body.darkmode .inapp-videobox:hover {
    border: 1px solid #9e9e9e;
    box-shadow: 1px 2px 2px #262626;
    transition: 0.5s;
    background: #57585d;
}
body.darkmode .inapp-toparea {
    background-color: #1c1c1d;
}
body.darkmode .inapp-videobox.tutorial-seen {
    background-color: #606267;
    color: #9e9e9e;
}
body.darkmode .mfp-bg {
    background: #131313;
} 
body.darkmode #inappvideo-pop {background: #151516;}
body.darkmode .pop-close {
    color: #c1c1c1;
}
body.darkmode .inappbutton {
    background: #48494c;
    border: 1px solid #000000;
    color: silver;
}