/* CSS Document */

body { background-color: #034; }
div.streaks { background: url(/images/ch00_splash/streaks.png) center 1350px; background-attachment: fixed; }
.webp div.streaks { background-image: url(/images/ch00_splash/streaks.webp); }

/* Optimized version for better performance */
.optimized div.streaks { background-image: none !important; }
.optimized .header_outer_top, .optimized .body_content, .optimized aside.touts div.tout.bgimage { box-shadow: none !important; }

/* ========
	LOADING
	======= */

div.loading { position: absolute; z-index: 100; width: 100%; height: 100%; top: 0; left: 0; transition: opacity 1s; 
background: #007788;
background: -moz-radial-gradient(center, ellipse cover,  #007788 0%, #001122 100%);
background: -webkit-radial-gradient(center, ellipse cover,  #007788 0%,#001122 100%);
background: radial-gradient(ellipse at center,  #007788 0%,#001122 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007788', endColorstr='#001122',GradientType=1 );
 }
div.loading.ready { opacity: 0; } 
#tridiv { display: flex; perspective: 800px; height: 100%; flex-direction: column; justify-content: center; align-items: center; background: transparent; font-size: 100%; transition: opacity 2s; }
.no-js #tridiv.standby { display: none; }
.face { box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.4); }
.scene, .shape, .face, .face-wrapper, .cr { position: absolute; transform-style: preserve-3d; }
.scene { position: static; width: 128px; height: 128px; }
.shape { top: 50%; left: 50%; width: 0; height: 0; transform-origin: 50%; }
.face, .face-wrapper { overflow: hidden; transform-origin: 0 0;	backface-visibility: hidden; } /*hidden by default, prevent blinking and other weird rendering glitches*/
.face { background-size: 100% 100% !important; background-position: center; }
.face-wrapper .face { left: 100%; width: 100%; height: 100% }
.photon-shader { position: absolute; left: 0; top: 0; width: 100%; height: 100% }
.side { left: 50%; }
.cr, .cr .side { height: 100%; }
[class*="cuboid"] .ft, [class*="cuboid"] .bk { width: 100%; height: 100%; }
[class*="cuboid"] .bk { left: 100%; }
[class*="cuboid"] .rt { transform: rotateY(-90deg) translateX(-50%); }
[class*="cuboid"] .lt { transform: rotateY(90deg) translateX(-50%); }
[class*="cuboid"] .tp { transform: rotateX(90deg) translateY(-50%); }
[class*="cuboid"] .bm { transform: rotateX(-90deg) translateY(-50%); }
[class*="cuboid"] .lt { left: 100%; }
[class*="cuboid"] .bm { top: 100%; }

.kce3dlogo { transform:translate3D(0em, 0em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(45deg); opacity:1; width:5em; height:5em; margin:-2.5em 0 0 -2.5em; }
.kce3dlogo .ft { transform:translateZ(0.25em); }
.kce3dlogo .bk { transform:translateZ(-0.25em) rotateY(180deg); }
.kce3dlogo .rt, .kce3dlogo .lt { width:0.5em; height:5em; }
.kce3dlogo .tp, .kce3dlogo .bm { width:5em; height:0.5em; }
.kce3dlogo .face { background-color:#002233; }
.kce3dlogo .face.ft, .kce3dlogo .face.bk { background-color: transparent; backface-visibility: visible; }
.kce3dlogo .ft div::before,
.kce3dlogo .bk div::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(/images/header/kce_logo_main.png); background-size: contain; }
.kce3dlogo .ft div::before { transform: scale(1.35) rotate(-45deg); }
.kce3dlogo .bk div::before { transform: scale(-1.35) rotate(45deg); }
#tridiv p { color: #fff; }

/* ===================
   SPLASH LANDING PAGE
   ===================

/* Body Area */
.body_outer { position: relative; margin: 0 auto; max-width: 1360px; }
.body_inner { 
	position: relative; padding: 8px 16px 16px 16px; overflow: hidden; /* was 8 16 24 16, check for padding across breakpoints */
	display: -ms-grid; display: grid; grid-template-columns: 15fr 4fr; -ms-grid-columns: 15fr 4fr; 
}
.body_content { margin-right: 24px; display: flex; flex-wrap: nowrap; box-shadow: 2px 4px 8px rgba(0,0,0,0.6); 
	-ms-grid-row: 1; -ms-grid-column: 1; grid-row: 1; grid-column: 1; -webkit-border-radius: 10px; border-radius: 10px;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(195,227,230,0.35) 0%, rgba(184,222,226,0.20) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(195,227,230,0.35) 0%,rgba(184,222,226,0.20) 100%);
    background: radial-gradient(ellipse at center,  rgba(195,227,230,0.35) 0%,rgba(184,222,226,0.20) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c3e3e6', endColorstr='#30b8dee2',GradientType=1 );
}
.body_content > aside { width: 230px; min-width: 230px; background: rgba(255,255,255,0.08); box-shadow: 0 0 10px rgba(0,0,0,0.5); padding: 18px 14px; border-radius: 10px; -webkit-border-radius: 10px; }
.body_content h3 { width: 100%; padding-bottom: 6px; margin-bottom: 8px; border-bottom: 1px solid #6A8C96;  }
.body_content h3 span:not(.ui_kce) { 
    display: inline-block; font-family: 'STMicroSquareEx', Verdana, Geneva, Tahoma, sans-serif; background-color: #000; color: transparent; opacity: 0.8; letter-spacing: 1px; font-size: 28px; font-weight: bold; 
    text-transform: uppercase; text-shadow: 1px 1px 2px #053748; -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; transform: scaleX(0.51); transform-origin: left;
}
html.no-backgroundcliptext .body_content h3 span { background-color: transparent; color: #053748; text-shadow: 1px 1px 2px #000000; }
@supports (grid-column-gap: 24px) {
	.body_inner { grid-column-gap: 24px; }
	.body_content { margin-right: 0; }
}

aside.status div.social_choices { overflow: hidden; margin: 0 auto 10px; }
aside.status div.social_choices ul { display: flex; flex-wrap: nowrap; }
aside.status div.social_choices li { width: 100%; border-right: 1px solid #444444; }
aside.status div.social_choices li a { display: block; height: 8px; }
aside.status div.social_choices li a span { display: none; }
aside.status div.social_choices li a:hover,
aside.status div.social_choices .selected a { box-shadow: inset 1px 1px 2px #000000; }
aside.status div.social_choices .social_choice_all { background: #444444; }
aside.status div.social_choices .social_choice_fb { background: #4267b2; }
aside.status div.social_choices .social_choice_tw { background: #1da1f2; }
aside.status div.social_choices .social_choice_in { background: #2867b2; }
aside.status div.social_choices .social_choice_pt { background: #bd081c; border-right: 0; }

aside.status .status_post_container { position: relative; height: 100%; }
aside.status .status_post_track { position: absolute; top: 0; left: 0; width: calc(100% + 8px); height: calc(100% - 64px); }
aside.status .status_post_track .os-scrollbar-track { right: -1px; background-color: rgba(0,51,68,0.25); }
aside.status .status_posts { padding-right: 12px; transition: opacity 0.8s; opacity: 1; }
aside.status .status_posts.empty, aside.status .status_loading.fade { opacity: 0; }
aside.status .status_loading { position: absolute; width: 100%; top: 25px; left: 0; text-align: center; opacity: 1; transition: opacity 0.8s; }
aside.status .status_loading strong { margin: 0.5em auto; display: inline-block; text-transform: uppercase; font-size: 13px; color: #b6dde1; background: url(../images/animation/loading.gif) no-repeat 6px center rgba(255,255,255,0.1); background-size: 24px; padding: 6px 6px 6px 36px; }
aside.status p { position: relative; padding-left: 34px; font-size: 13px; color: #FFFFFF; line-height: 125%; margin-bottom: 20px; background-position: 0 5px; min-height: 24px; }
aside.status p img { margin-top: 4px; border: 1px solid #003333; box-shadow: 3px 3px 3px rgba(0,0,0,0.5); }
aside.status p .location { display: inline-block; font-size: 11px; border: 1px solid #6699CC; background-color: #4477AA; padding: 2px 4px; line-height: 100%; border-radius: 3px; }
aside.status p .timestamp { font-weight: 600; font-size: 12px; color: #c2dee2; white-space: nowrap; }
aside.status p::before { content: ""; position: absolute; top: 2px; left: 0; width: 26px; height: 26px; background-image: url(/images/kce_sprite_1x.png); background-size: 1100% 600%; -webkit-filter: drop-shadow(2px 2px 2px #000); filter: drop-shadow(2px 2px 2px #000); }
aside.status .facebook::before { background-position: 0 20%; }
aside.status .twitter::before { background-position: 10% 20%; }
aside.status .linkedin::before { background-position: 20% 20%; }
aside.status .pinterest::before { background-position: 30% 20%; }

.section_container { position: relative; padding: 18px 20px; height: 100%; flex: 0 1 auto; }

/* Featured plugin styles */
section.featured { margin-bottom: 1.25em; }
section.featured div.feature_indicator_container { position: absolute; top: 26px; right: 24px; z-index: 20; }
section.featured div.feature_indicator_container ul { display: flex; flex-wrap: nowrap; }
section.featured div.feature_indicator_container li { padding: 0 9px; }
section.featured div.feature_indicator_container li span { display: block; width: 9px; height: 9px; border: 1px solid #1b3239; background-color: #98c4ca; transform: rotate(45deg); box-shadow: 1px 1px 2px rgba(0,0,0,0.75); }
section.featured div.feature_indicator_container li.selected span { background-color: #ffffff; }

section.featured div.feature_container { position: relative; overflow: hidden; max-height: 428px; }
section.featured div.feature_container div.feature { position: relative; z-index: 4; }
section.featured div.feature_container div.feature.activated { z-index: 2; transform: translateX(101%); -webkit-transform: translateX(101%); -moz-transform: translateX(101%); position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
section.featured div.feature_container div.feature.animatable { transition: transform 0.8s; }
section.featured div.feature_container div.feature.feature_prev { z-index: 3; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); }
section.featured div.feature_container div.feature.feature_current { transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); z-index: 4; }
section.featured div.feature_container div.feature.feature_next { z-index: 5; }
section.featured div.feature_container img { display: block; width: 100%; height: auto; }

section.featured div.feature p { 
	position: absolute; bottom: 0; left: 0; padding: 40% 16px 16px; font-size: 16px; color: #FFFFFF; line-height: 125%; z-index: 2;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 90%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 90%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 90%, rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
}
section.featured div.feature p strong { font-weight: 600; font-size: 24px; padding-right: 2px; }
section.featured div.feature p .ui_kce { -webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.6)); filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.6)); margin-bottom: -1px; margin-right: 16px; display: inline-block; }
section.featured div.feature p em { font-size: 16px; color: #aaa; font-weight: 400; }
section.featured div.feature a { position: absolute; top: 0; left: 0; z-index: 55; display: block; width: 100%; height: 100%; }
section.featured div.feature p .mobile { display: none; font-size: calc(12px + 0.7vw); }

section.featured div.feature_container div.feature_nav { display: none; }
.no-touchdevice section.featured div.feature_container div.feature_nav { display: block; position: absolute; top: -64px; z-index: 60; width: 64px; height: 64px; transition: top 0.6s; }
.no-touchdevice section.featured div.feature_container:hover div.feature_nav { top: 0; }
.no-touchdevice section.featured div.feature_container div.feature_nav.prev { left: 0; background-position: bottom right; }
.no-touchdevice section.featured div.feature_container div.feature_nav.next { right: 0; background-position: bottom left; }
.no-touchdevice section.featured div.feature_container div.feature_nav a { position: relative; text-decoration: none; font-weight: bold; font-family: 'STMicroSquareEx', Verdana, Geneva, Tahoma, sans-serif; font-size: 24px; color: #003344; text-shadow: 0 0 2px rgba(255,255,255,0.6); display: block; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); }
.no-touchdevice section.featured div.feature_container div.feature_nav span { position: absolute; line-height: 0; top: calc(50% - 10px); -webkit-filter: drop-shadow(2px 0px 0px #fff); filter: drop-shadow(0px 0px 2px #fff); }
.no-touchdevice section.featured div.feature_container div.feature_nav.prev a { transform: rotate(45deg) scale(1.5) translate(-32px,0); }
.no-touchdevice section.featured div.feature_container div.feature_nav.next a { transform: rotate(135deg) scale(1.5) translate(-32px,0); }
.no-touchdevice section.featured div.feature_container div.feature_nav.prev a span { right: 3px; transform: rotate(135deg); }
.no-touchdevice section.featured div.feature_container div.feature_nav.next a span { right: 3px; transform: rotate(-135deg); }
section.featured div.feature_timer { z-index: 100; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background-color: #91a4a6; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; transform-origin: 0; }
section.featured div.feature_timer.empty { -webkit-transform: scale(0,1); -moz-transform: scale(0,1); transform: scale(0,1); }

/* Welcome Section */
.welcome .intro { font-size: 20px; color: #FFFFFF; line-height: 130%; margin-bottom: 12px; }
.welcome .area_container { position: relative; padding: 12px; margin-bottom: 0.1em; background-color: rgba(0,0,0,0); }
.no-touchdevice .welcome .area_container:hover { background-color: rgba(0,0,0,0.15); }
.welcome .area_content { display: flex;  color: #FFFFFF; align-items: center; }
.welcome .area_content > span { flex: 1 0 auto; width: 96px; height: 96px; -webkit-filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.6)); filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.6)); }
.welcome .area_content .area { padding: 0 16px; }
.welcome .area_content .area .area_title { display: flex; align-items: center; font-size: 20px; font-weight: 600; line-height: 24px; }
.welcome .area_content .area .area_desc {  font-size: 15px; font-weight: 400; line-height: 130%; -webkit-font-smoothing: antialiased; }
.welcome .area_container a { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; cursor: pointer; }
.welcome .area_container a span { display: none; }

/* Touts */
.touts { -ms-grid-row: 1; -ms-grid-column: 2; grid-row: 1; grid-column: 2; max-width: 270px; }
.touts .tout { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 1.3em;}
.touts .tout.bgimage { box-shadow: 2px 4px 8px rgba(0,0,0,0.6); }
.touts .tout a { display: block; width: 100%; height: 100%; position: relative; background-size: auto 100%; }
.touts .tout a img { display: block; width: 100%; }
.touts .tout.extend a,
.touts .tout.extend picture { display: flex; flex-direction: column; align-items: center; }
.touts .tout.extend a img { width: 113%; height: 100%; margin-left: 1px; }
.touts .tout a span { display: none; }
.touts .tout:last-child { margin-bottom: 0; }

/* Footer Area */
.footer_outer { position: relative; max-width: 1360px; margin: 0 auto; }
.footer_inner { padding: 0 15px; }

.footer_inner p,
.footer_inner li,
.footer_inner a { font-size: 14px; line-height: 120%; color: #D0FAFF; text-decoration: none; }
.footer_inner a:hover { color: #FFFFFF; text-decoration: underline; }

.footer_inner .first_row { display: flex; flex-wrap: nowrap; justify-content: space-between; padding: 3px 25px 16px; }
.footer_inner .footer_nav { text-align: right; }
.footer_inner .footer_nav ul { margin-bottom: 1px; }
.footer_inner .footer_nav ul li { display: inline-block; padding: 0 12px; border-right: 1px solid #D0FAFF; font-weight: 600; line-height: 90%; }
.footer_inner .footer_nav ul li:last-child { border: 0; padding-right: 0; }
.footer_inner .footer_nav ul li a { line-height: 90%; }
.footer_inner .footer_nav p a { text-decoration: underline; }

.footer_inner .second_row { 
	display: flex; flex-wrap: nowrap; justify-content: space-between; padding: 12px 25px; overflow: hidden; min-height: 100px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#00ffffff',GradientType=0 );
	-webkit-border-radius: 10px; border-radius: 10px;
}
.footer_inner .disclaimer p { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 130%; padding-right: 24px; }
.footer_inner .labels p { white-space: nowrap; }
.footer_inner .labels p span { display: inline-block; margin-left: -4px; }
.footer_inner .labels p span:last-child { margin-left: 10px; -webkit-filter: drop-shadow(2px 2px 2px #000); filter: drop-shadow(2px 2px 2px #000); }


/* Root pages

#help_center div.streaks, #help_center .background_streak:before { background-image: url(/images/ch00_splash/streaks_help.png); }
#contact div.streaks, #contact .background_streak:before { background-image: url(/images/ch00_splash/streaks_contact.png); } */
#gsp .bg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; transform: scaleX(-1); }
#gsp .background_streak { background: url(/images/ch00_splash/streaks.png); }
.webp #gsp .background_streak { background: url(/images/ch00_splash/streaks.webp); }

.root .wrapper { padding-top: 104px; }
.root .content_area { padding: 1.5em 2em; }
.root .content_area a { color: #AADDDD; }
.root .content_area h2 { font-family: 'Nasalization', san-serif; font-size: 36px; color: #fff; margin-bottom: 0.5em; }
.root .content_area h3 { font-family: 'Nasalization', san-serif; font-size: 24px; line-height: 120%; color: #fff; margin-bottom: 0.5em; margin-top: 1.5em; }
.root .content_area h4 { font-size: 18px; font-weight: 600; color: #fff; margin-top: 1em; line-height: 130%; }
.root .content_area label { font-size: 18px; font-weight: 600; color: #fff; }
.root .content_area p, .root .content_area li { font-size: 16px; line-height: 140%; color: #fff; margin-bottom: 0.75em; }
.root .content_area ul { list-style: disc; margin-left: 1.25em; }
.root .content_area ol { margin-left: 1.25em; list-style-type: decimal; }
.root .content_area > p:last-child { margin-bottom: 0; }

/* Contact page */
.root p.email { display: inline-block; }
.root p.email a { display: flex; align-items: center; padding: 12px 16px; background-color: rgba(255,255,255,0.15); font-size: 24px; color: #fff; border-radius: 10px; text-decoration: none; }
.no-touchdevice .root p.email a:hover { background-color: rgba(255,255,255,0.3); }
.root .content_area ul.contact_other_options { list-style-type: none; margin-top: 1em; margin-left: 0; text-align: center; }
.root .content_area ul.contact_other_options li { display: inline-block; }
.root .content_area ul.contact_other_options a { color: #fff; padding: 12px 18px 6px 18px; display: inline-block; text-align: center; text-decoration: none; background-color: rgba(255,255,255,0); border-radius: 10px; }
.no-touchdevice .root .content_area ul.contact_other_options a:hover { background-color: rgba(255,255,255,0.2); }
.root .content_area ul.contact_other_options a span { display: block; }

/* Browser support list */
.root .content_area ul.browser_support { list-style-type: none; display: flex; flex-wrap: wrap; padding: 12px; background-color: rgba(255,255,255,0.2); border-radius: 8px; margin: 0 auto 1em; max-width: 800px; }
.root .content_area ul.browser_support li { list-style-type: none; font-size: 18px; flex: 1 1 32%; display: flex; align-items: center; margin: 0; padding: 8px; line-height: 110%; }
.root .content_area ul.browser_support li span { min-width: 48px; max-width: 48px; }

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    aside.status p::before { background-image: url(/images/kce_sprite.png); }
}

/* -------------------------------------------------------
   962+ width resolutions (or landscape-oriented tablets)
   ------------------------------------------------------- */
@media only screen and (max-width: 1160px) {
	
	.header_outer_bottom nav ul { padding: 1px 5vw 0 4.9vw; }
	.body_content { margin-right: 18px; }

	@supports (grid-column-gap: 18px) {
		.body_inner { grid-column-gap: 18px; }
		.body_content { margin-right: 0; }
	}
	.body_content > aside { min-width: 220px; padding: 18px 12px; }
	section.featured div.feature p { font-size: calc(8px + 0.6vw); }
	section.featured div.feature p strong { font-size: calc(10px + 1vw); }
	section.featured div.feature p em { font-size: calc(8px + 0.6vw); }
}

/* -----------------------------------------------------
   640+ width resolutions (or portrait-oriented tablets)
   ----------------------------------------------------- */
@media only screen and (max-width: 960px) {
	
	.body_content h3 span { font-size: 24px; }
	
	.home .body_inner { grid-template-columns: 1fr; -ms-grid-columns: 1fr; margin: 12px 0; padding-bottom: 24px; }
	.home .body_content { margin-right: 0; margin-bottom: 12px; }
	@supports (grid-row-gap: 24px) {
		.home .body_inner { column-gap: 0; grid-column-gap: 0; row-gap: 24px; grid-row-gap: 24px; margin: 0; }
		.home .body_content { margin-right: 0; margin-bottom: 0; }
	}
	
	.home .touts { 
		width: 100%; max-width: 620px; padding: 0 24px; margin: 0 auto; -ms-grid-column: 1; -ms-grid-row: 2; grid-column: 1; grid-row: 2;
		display: -ms-grid; display: grid; grid-template-columns: 1fr 1fr; justify-items: center; -ms-grid-columns: 1fr 1fr;
	}
	.home .touts .tout { max-width: 270px; margin: 12px; }
	.home .touts .tout:nth-child(1) { -ms-grid-row: 1; -ms-grid-column: 1; grid-row: 1; grid-column: 1; }
	.home .touts .tout:nth-child(2) { -ms-grid-row: 1; -ms-grid-column: 2; grid-row: 1; grid-column: 2; }
	.home .touts .tout:nth-child(3) { -ms-grid-row: 2; -ms-grid-column: 1; grid-row: 2; grid-column: 1; }
	.home .touts .tout:nth-child(4) { -ms-grid-row: 2; -ms-grid-column: 2; grid-row: 2; grid-column: 2; margin-bottom: 12px; }
	@supports (grid-column-gap: 26px) {
		.home .touts { grid-column-gap: 26px; grid-row-gap: 24px; }
		.home .touts .tout { margin: 0; }
		.home .touts .tout:nth-child(4) { margin-bottom: 0; }
	}
	
	.root .touts { min-width: 192px; }
	
	
}

/* ------------------------------------------------
   760- width resolutions (mobile or small tablets)
   ------------------------------------------------ */
@media only screen and (max-width: 760px) {
	
	
	.body_outer { margin-top: 72px; }
	.body_inner { padding: 0 0 24px; }
	.body_content { flex-direction: column-reverse; -webkit-border-radius: 0; border-radius: 0; }
	.body_content > aside { width: 75%; min-width: 360px; max-width: 450px; margin: 1em auto 1.5em;  }
	aside.status .status_post_track { position: relative; height: auto; }
	div.status_posts p:nth-child(n+4) { display: none !important; }
	div.status_posts p:nth-child(3) { margin-bottom: 0; }
	div.status_posts p.img { position: relative; padding-right: 140px; }
	div.status_posts p.img img { position: absolute; top: 0; right: 0; }
	div.status_posts p span.location { position: relative; top: 2px; }
	div.status_posts p.img span.location { top: -8px; }

	section.featured div.feature p { font-size: calc(10px + 0.6vw); }
	section.featured div.feature p strong { font-size: calc(12px + 1vw); }
	section.featured div.feature p em { font-size: calc(10px + 0.6vw); }

	.touts { margin-bottom: 1em; }
	
	.footer_inner .first_row,
	.footer_inner .second_row { flex-direction: column; }
	.footer_inner .second_row { padding: 12px; }
	.footer_inner .second_row p { font-size: 10px; }
	.footer_inner .first_row > div { margin-bottom: 8px; }
	.footer_inner p, .footer_inner .footer_nav { text-align: center; }
	.footer_inner .footer_nav ul li:last-child { padding-right: 12px; }
	.footer_inner .disclaimer p { padding: 0; }

	.setting_items { flex-direction: column; }
	
	.root .wrapper { padding-top: 72px; }
	.root .body_outer { margin-top: 0; }
    .root .body_inner { grid-template-columns: 1fr; -ms-grid-columns: 1fr; grid-column-gap: 0; }
	.root .touts { display: -ms-grid; display: grid; width: 100%; max-width: 620px; padding: 0 24px; margin: 0 auto; 
	    grid-row: 2; grid-column: 1; -ms-grid-row: 2; -ms-grid-row: 1; grid-template-columns: 1fr 1fr; justify-items: center; -ms-grid-columns: 1fr 1fr;
	}
	.root .touts .tout { max-width: 270px; margin: 12px; }
	.root .touts .tout:nth-child(1) { -ms-grid-row: 1; -ms-grid-column: 1; grid-row: 1; grid-column: 1; }
	.root .touts .tout:nth-child(2) { -ms-grid-row: 1; -ms-grid-column: 2; grid-row: 1; grid-column: 2; }
	.root .touts .tout:nth-child(3) { -ms-grid-row: 2; -ms-grid-column: 1; grid-row: 2; grid-column: 1; }
	.root .touts .tout:nth-child(4) { -ms-grid-row: 2; -ms-grid-column: 2; grid-row: 2; grid-column: 2; margin-bottom: 12px; }
	@supports (grid-column-gap: 26px) {
	    .root .body_inner { grid-row-gap: 24px; }
		.root .touts { grid-column-gap: 26px; grid-row-gap: 24px; }
		.root .touts div.tout { margin: 0; }
		.root .touts div.tout:nth-child(4) { margin-bottom: 0; }
	}
	
	.root .content_area ul.browser_support li { flex: 1 0 48%; }
	
	
}

/* ------------------------------------
   480- width qualifies for mobile only
   ------------------------------------ */
@media only screen and (max-width: 480px) {
	
	.body_outer { margin-top: 48px; }
	.section_container { padding: 0; }
	section.featured { margin-bottom: 0; }
	section.featured h3 { position: absolute; top: 0; left: 0; z-index: 10; margin: 0; border: 0; padding: 12px 10px; -webkit-filter: drop-shadow(1px 1px 0px #daeeef); filter: drop-shadow(1px 1px 0px #daeeef); }
	section.featured div.feature_indicator_container { top: 16px; right: 6px; }
	section.featured div.feature_container { overflow: visible; margin-bottom: 1%; }
	section.featured div.feature p { font-size: calc(9px + 0.7vw); bottom: 0; line-height: 135%; background: #000; padding: 64px 12px 12px;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 80%, rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0.0) 0%,rgba(0,0,0,1) 80%, rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
	}
	section.featured div.feature_timer { bottom: 0; }
	section.featured div.feature p strong { font-size: calc(14px + 1.1vw); }
	section.featured div.feature p em { font-size: calc(11px + 0.7vw); }
	section.featured div.feature p .desktop { display: none; }
	section.featured div.feature p .mobile { display: inline; }

	.touchevents section.featured::after { content: "\00AB\00A0\00A0Swipe left or right to change slides\00A0\00A0\00BB"; color: #daeeef; font-size: 12px; text-align: right; display: block; font-style: italic; padding: 0 12px; opacity: 0.8; }

    div.status_posts p { font-size: 16px; }
    aside.status p .timestamp { font-size: 13px; }
    
	.welcome { padding: 12px 12px 0; }
	.welcome .area_container { padding: 20px 0; border-top: 1px solid rgba(255,255,255,0.25); border-radius: 0; }
	.welcome .area_container:first-of-type { margin-top: 20px; }
	.welcome .area_content { display: block; }
	.welcome .area_content > span { float: left; margin: 8px 1em 8px 8px; }
	.welcome .area_content .area { padding: 0 8px; }
	.welcome .area_content .area .area_desc { font-size: 18px; }
	.welcome .area_content .area .area_title { font-size: 22px; }
	
	.home .touts, .root .touts { grid-template-columns: 1fr; -ms-grid-columns: 1fr; -ms-grid-column-align: center; grid-row-gap: 2px; }
	.home .touts .tout, .root .touts .tout { margin: 12px auto; }
	@supports (grid-row-gap: 24px) {
	    .home .touts, .root .touts { grid-row-gap: 24px; }
	    .home .touts .tout, .root .touts .tout { margin: 0 auto; }
	}
	.home .touts .tout:nth-child(1), .root .touts .tout:nth-child(1) { -ms-grid-row: 1; -ms-grid-column: 1; grid-row: 1; grid-column: 1; }
	.home .touts .tout:nth-child(2), .root .touts .tout:nth-child(2) { -ms-grid-row: 2; -ms-grid-column: 1; grid-row: 2; grid-column: 1; }
	.home .touts .tout:nth-child(3), .root .touts .tout:nth-child(3) { -ms-grid-row: 3; -ms-grid-column: 1; grid-row: 3; grid-column: 1; }
	.home .touts .tout:nth-child(4), .root .touts .tout:nth-child(4) { -ms-grid-row: 4; -ms-grid-column: 1; grid-row: 4; grid-column: 1; margin-bottom: 8px; }
	
	.footer_inner { padding: 0; }
	.footer_inner div.first_row { padding: 2px 12px 12px; }
	.footer_inner div.first_row div.footer_nav p { margin-top: 0.75em; font-size: 13px; }
	.footer_inner div.second_row { -webkit-border-radius: 0; border-radius: 0; }
	.footer_inner div.first_row ul li a { font-size: 16px; }
	.footer_inner div.second_row p { font-size: 12px; margin: 0 auto 0.25em; }
	.footer_inner div.second_row p a { font-size: 12px; }
	.footer_inner div.second_row p .tm { display: inline-block; margin-bottom: 0.5em; }
	
	.root .content_area { padding: 1.25em; }
	.root .content_area ul.browser_support { flex-direction: column;}
	.root .content_area ul.browser_support li { flex: 1 0 auto; }
}

/* -----------------------------------
   400- width for small mobile devices
   ----------------------------------- */
@media only screen and (max-width: 374px) {

    .welcome .area_content { display: flex; flex-direction: column; justify-content: center; }
    .welcome .area_content > span { margin-bottom: 12px; width: 128px; height: 128px; }

	.body_content > aside { -webkit-border-radius: 0; border-radius: 0; margin-bottom: 0; width: 100%; min-width: 0; }
	.os-content-glue { max-width: 100% !important; width: 100% !important; }
	div.status_posts p.img { padding-right: 32vw; }
	div.status_posts p.img img { max-width: 30vw; }
	aside.touts { grid-template-columns: 1fr; }
	.root .content_area h2 { font-size: 32px; }
}

/* Fix iPad nonsense *
@media all and (device-width: 768px) and (device-height: 1024px) {
	/* iPad has a stutter delay so target those for 99.99%. All other machines/devices can be 100% *
	html.csstransforms .middle section.featured div.feature.feature_next { transform: translate(99.99%,0%); -webkit-transform: translate(99.99%,0%); }
}*/

@media only screen and (min-width : 320px) and (max-width : 720px) {
	html, body { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
}