/* NCSES Redesign Medium CSS */

.grid-6 {
	width: 48%;
}

.ui-tabs-nav li {
	padding: 18px 28px !important;
}

.smtabs  li {
	font-size: 11px !important;
	padding: 5px 5px !important;
}	

.medtabs  li {
	font-size: 15px !important;
	padding: 10px 14px !important;
}

.homeOverview {
	padding: 20px;
}

.homeOverview h1 {
	font-size: 1.9em;
}

.inf div, .dst div {
	width: 80%;
}

#rotating-banner {
	height: 104px;
	margin-bottom: 18px;
}

ul.image-rotator {
	width: 226px !important;
}

ul.image-rotator a img {
	top: -120px;
	left: 0px;
	width: 218px !important;
}

.tip {
	margin-left: 1px;
	width: 220px;
}

#statistics_logo {
	float: right;
}

#statistics_logo img {
	padding-top: 4px; 
	padding-left: 8px; 
	padding-right: 0px;
	padding-bottom: 4px;
}

/*! NAV */
.banner1 {
	text-align:left;
	width: 100%;
}
.block {
        margin-top:0px;
        background:#162e51;
        width:100%;
        color: #fff;
        border-radius:3px;
        border:1px solid #adc8c9;
        box-shadow:0px 0px 0 0 #e6e6e6;
        font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;        
        }
.block ol li a, .block ul li a {color: #000; text-decoration: none;}
details summary{text-align:left; list-style:none; font-size: 12px; color: #fff; line-height:25px;}
details summary::-webkit-details-marker{display:none;}
details:focus,summary:focus{outline:0;}
details summary::after{
						content: url("/profiles/resources/images/caret-down_25.png");
						color:#73b3e7;
						margin: 2px;
						display:inline-block;
						width:17px;
						height:17px;
						line-height:25px;
						font-size:16px;
						background:#162e51;
						text-align:left;
						vertical-align:top;
						border-radius:2px;
						cursor:pointer;
						font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
						}
details[open] summary::after{content:url("/profiles/resources/images/caret-up_25.png");}
:root,html{scroll-behavior:smooth;}
:target{scroll-margin-top:1px;}
@media (min-width: 40em) {
    .usa-banner .grid-row .tablet :grid-col-6 {
        flex: 0 1 auto;
        width: 50%;
    }   
}
