html {
	/* height:100%; */
	font-size:75%;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', Helvetica, sans-serif;
	letter-spacing: 0.1px;
}

html, body {
	height: auto;
	min-height: 100%;
}

p, ul, ol {
	font-size: 16px;
	line-height:28px;
	color: #3C4043;
	letter-spacing: 0.1px;
}

@font-face {
	font-family: Google Sans;
	src: url("/?originalUrl=https%3A%2F%2Fpair.withgoogle.com%2Ffonts%2FGoogleSans-Regular.ttf");
}

@font-face {
	font-family: Google Sans Medium;
	src: url("/?originalUrl=https%3A%2F%2Fpair.withgoogle.com%2Ffonts%2FGoogleSans-Medium.ttf");
}


h1, h2, h3, h4, h5, h6, .display1, .display2, .display3, .sub1, .sub2, .mdl-layout-title {
	font-family: Google Sans, Roboto;
}

h1 {
	font-size: 36px;
	line-height: 44px;
}

h2 {
	font-size: 32px;
	line-height: 40px;
}

h3 {
	font-size: 28px;
	line-height: 36px;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	clear: both;
}

h5 {
	font-size: 22px;
	line-height: 28px;
	margin: 32px 0 16px 0;
}

.intro-sub {
	font-size: 18px;
}

h6 {
	font-size: 18px;
	line-height: 24px;
}

.no-bottom-margin {
	margin: 30px 0px 0px 0px;
}

.display1 {
	font-size: 64px;
	line-height: 76px;
}

.display2 {
	font-size: 56px;
	line-height: 64px;
} 

.display3 {
	font-size: 44px;
	line-height: 52px;
	margin-bottom: 20px;
	width: 83%;
	float: left;
	clear: both;
}

.guidebook-licensing-container {
	margin-top: 40px;
	padding: 0 20px;
}

.mdl-button .material-icons {
	position: relative;
	color: white;
	width: 24px;
	margin-right:8px;
}

.feedback-button {
	font-family: Google Sans, Roboto;
	border-radius: 24px;
	width: 150px;
	font-size:14px;
	font-weight: 600;
	position: fixed;
	right: 32px;
	bottom: 32px;
	z-index: 1000;
	background-color: #00695C;
	box-shadow:0px 1px 8px 0px rgba(0, 0, 0, 0.2),
		0px 3px 4px 0px rgba(0, 0, 0, 0.14),
		0px 3px 3px -2px rgba(0, 0, 0, 0.12);
	height: 48px;
	outline: none;
	user-select: none;
}

.feedback-button > a:hover {
	background-color: none;
}

.mdl-button:hover {
	background-color: rgb(0, 54, 48);
}

.mdl-button:focus:not(:active) {
	background-color: #00695C;
}

.feedback-button > a {
	text-decoration: none;
	color: white !important;
	text-transform: none;
	margin-right: 5px;
}

.home-page-title-content .display3 {
	width: 100%;
}

.chapter-title-content {
	clear:both;
	position:relative;
	margin-bottom: 15px;
	margin-top: 25px;
	padding-right: 120px;
	background: no-repeat right;
  background-size: 75px;
	background-position-y: center;
}

.sub1 {
	font-family: Google Sans Medium;
	font-size: 16px;
	line-height: 24px;
	letter-spacing:0.1px;
}

.sub2 {
	font-family: Google Sans Medium;
	font-size: 14px;
	line-height: 20px;
	letter-spacing:0.25px;
}

.thin-drawer {
	box-shadow: none;
	border-right: 0px;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
	padding: 8px 40px;
	margin: 4px 16px 4px -20px;
	border-radius: 24px;
}

.mdl-layout__drawer .mdl-navigation {
	padding-top:32px;
	height: 100%;
}

.mdl-navigation__link {
	color: #3C4043;
}

.custom-bullet-list p {
	margin-left: 1.2em;
	text-indent: -1.1em;
}

.custom-bullet-list > ul > li > p {
	text-indent: inherit;
	margin-left: 0px;
}

.sub-nav a:hover {
	text-decoration: underline;
}

.worksheet-link {
	font-size:16px;
}

.content-breadcrumb-nav {
	margin: 25px 0 10px 0;
	display: inline-block;
	float: left;
  clear: both;
}

#main-content {
	margin: 0 auto;
	max-width:762px;
	margin-bottom: 40px;
}

.mdl-layout__drawer {
	width: 304px;
	left: -152px;
}

.mdl-layout__drawer.is-visible {
  left: 0;
}

.divider {
	border-bottom: 1px solid #e0e0e0;
}

.gray-content-area {
	background-color: #F8F9FA;
	border-radius: 8px;
	padding: 25px;
	margin: 45px -25px 55px -25px;
}

.gray-content-area a {
	color: #174EA6;
}

.gray-content-area p {
	margin: 0px;
}

.gray-content-area ul {
	margin-left: -1em;
}

.gray-content-area h4 {
	margin: 12px 0 16px;
}

.mdl-layout-title a, .mdl-layout-title a:hover, .mdl-layout-title a:visited {
	color: #333;
	text-decoration:none;
}

.block-nav-link-intro-selected, .block-nav-link-resources-selected, .block-nav-link-glossary-selected, .block-nav-link-about-selected {
	background-color: #E6F4EA;
	color: #00695C !important;
}

.block-nav-link-intro:hover, .block-nav-link-resources:hover, .block-nav-link-glossary:hover, .block-nav-link-about:hover {
	background-color: #E6F4EA !important;
	color: #00695C !important;
}

.block-nav-link-intro-selected:hover, .block-nav-link-resources-selected:hover, .block-nav-link-glossary-selected:hover, .block-nav-link-about-selected:hover {
	background-color: #E6F4EA !important;
	color: #00695C !important;
}

.mdl-layout--fixed-drawer.is-upgraded:not(.is-small-screen)>.mdl-layout__header {
	width:100%;
	position:absolute;
	z-index:100;
	margin-left:0px;
}

.mdl-layout--fixed-drawer>.mdl-layout__header .mdl-layout__header-row {
	padding-left:20px;
}

.header-logo {
	width: 150px;
	/* height: 35px; */
	margin: -4px 10px 0 0;
}

.header-logo-landing, .header-logo-landing-print {
	width: 250px;
}

.header-logo-landing-print {
	display:none;
}

.pair-logo {
	width: 64px;
	margin: 16px;
}

.nav-flex-wrapper {
	flex-grow:1;
}

.google-logo {
	width: 50px;
	padding:16px 16px 36px 16px;
}

.responsive-header {
	margin: 0px 20px 30px 20px;
	display:block;
}

.home-card.mdl-card {
	width:100%;
	border-radius: 8px;
	box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 0px 0px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.home-card.mdl-card:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.home-card {
	border: 1px solid #0b4632;
	background-color: white;
}

#main-content .card-link {
	text-decoration:none;
	background: inherit;
	background-size: inherit;  
	padding: inherit
	line-height: inherit; 
}

.mdl-card__supporting-text {
	/* height: 80px; */
	padding: 0 24px 10px 24px;
	width: auto;
	font-size: 16px;
	/* min-height: 90px; */
	line-height: 20px;
	color: #202124;
} 

.home-card > .mdl-card__menu {
	color:#fff;
}

.mdl-card__title-text {
	font-size: 28px;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	color: #00695C;
	height: 80px;
}

.mdl-card {
	min-height: 190px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card-image {
	margin-left: 40px;
	align-self: flex-start;
}

.mdl-card:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.mdl-card__title {
	display: flex; 
	justify-content: space-between;
	padding: 24px 24px 10px 24px;
}

.card-image img {
  width: 40px;
  height: 40px;
  /* margin: 0 15px 15px 15px; */
}

.prev-navigation {
	
}

.next-navigation {
	/* text-align:right; */
}

.footer-nav {
	margin-top:20px;
}

.footer-nav-header {
	font-size: 16px;
	text-transform: uppercase;
	font-weight:600;
	margin: 0 0 10px 20px;
}

.footer-nav-button {
	padding: 20px;
	position: relative;
	border: 1px solid #DADCE066;
	display: table;
	width: 80%;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	
}

.footer-nav-button:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	-moz-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.footer-nav-icon {
	width:40px;
	height:40px;
}

.footer-nav-name {
	font-size:14px;
	font-weight: 600;
	color: #3C4043;
	width: 65%;
	/* float: right; */
	vertical-align: middle;
  display: table-cell;
}

.footer-nav-button-1  { background-color:white;   }
.footer-nav-button-2  { background-color:white;   }
.footer-nav-button-3  { background-color:white;   }
.footer-nav-button-4  { background-color:white;   }
.footer-nav-button-5  { background-color:white;   }
.footer-nav-button-6  { background-color:white;   }

.vignette-pair {
	margin-bottom:15px;
}

.aimfor-image-container, .avoid-image-container, .aimfor-video-container, .avoid-video-container, .video-example-container, .visual-example-container {
	padding-bottom: 20px;
}

.aimfor-video-container, .avoid-video-container, .video-example-container {
	position:relative;
	cursor:pointer;
	backface-visibility: hidden;
	--webkit-backface-visibility: hidden;
}

.aimfor-title, .avoid-title {
	text-align:center;
	padding-top: 8px;
	padding-bottom: 20px;
}

.vignette-video {
	width: 100%;
	overflow: hidden;
	object-fit: fill;
	border: 1px solid #D2E3FC;
	position: relative;
	z-index: 20;
	backface-visibility: hidden;
	--webkit-backface-visibility: hidden;
}


.video-controls {
	position: absolute;
	opacity:1.0;  
	-webkit-transition: opacity 0.5s ;  
	-moz-transition: opacity 0.5s;  
	-o-transition: opacity 0.5s;  
	transition: opacity 0.5s;
	background: rgb(0,0,0,0.5);
	width: calc(100% + 1px);
	height: calc(100% - 20px);
	pointer-events: none;
	z-index:30;
	top: 0px;
	backface-visibility: hidden;
	--webkit-backface-visibility: hidden;
}

.aimfor-video-container:hover .video-controls, .avoid-video-container:hover .video-controls, .video-example-container:hover .video-controls {
	opacity: 1.0;
	z-index: 30;
}

*:focus {
	outline: none;
}

.video-controls .material-icons {
	/* box-shadow:0px 1px 8px 0px rgba(0, 0, 0, 0.2),
		0px 3px 4px 0px rgba(0, 0, 0, 0.14),
		0px 3px 3px -2px rgba(0, 0, 0, 0.12); */
	text-shadow: 1px 1px 12px rgba(0,0,0,0.4);	
	color: white;
	font-size:75px;
}

.video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.icon-green, .icon-red {
	position: relative;
	top: 5px;
}

.icon-green {
	color: #34A853;
}

.icon-red {
	color: #EA4335;
}

.aimfor-image-container, .aimfor-video-container  {
	border-bottom: 4px solid #34A853;
}

.avoid-image-container, .avoid-video-container {
	border-bottom: 4px solid #EA4335;
}

.aimfor-title, .avoid-title {
	font-size: 16px;
}


.aimfor-content p, .avoid-content p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
	color: #5F6368;
}

.mdl-data-table {
	white-space: inherit;
	table-layout: auto;
	border-spacing: 0px;
	margin-bottom: 40px;
}

.mdl-data-table td, .mdl-data-table th {
	border: 1px solid rgba(0,0,0,.12);
}

.mdl-data-table th {
	text-align: left;
	vertical-align: middle;
	padding-bottom: 1px;
	font-size: 13px;
	color: #3C4043;
}

.mdl-data-table thead {
	background-color: #F1F3F4;
}

.mdl-data-table tr.no-hover:hover {
	background-color: #FFFFFF !important;
}

.bordered th:first-child {
	border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
}

.bordered th:last-child {
	border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
}

.bordered {
	border: 1px solid #e5e5e5;
	/* border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px; */
}

/* .bordered td:first-child, .bordered th:first-child {
	border-left: medium none;
} */

.bordered th {
	background-color: #fafafa;
	/* border-top: medium none;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
}
bordered td, .bordered th {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
}
/* .bordered td, .bordered th {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
} */

.indent-content { 
	margin-left:24px;
}


.mdl-cell .block-card-1  { background-color:#FBDAEC66;   }
.mdl-cell .block-card-2  { background-color:#FDDF8766;   }
.mdl-cell .block-card-3  { background-color:#92DDA666;   }
.mdl-cell .block-card-4  { background-color:#B7EDF566;   }
.mdl-cell .block-card-5  { background-color:#9FC1F966;   }
.mdl-cell .block-card-6  { background-color:#E0C4FD66;   }

.coming-soon {
	float: right;
	padding: 0px;
	border-radius: 4px;
	width: 90px;
	font-size: 11px;
	font-weight: 600;
	color: white;
	padding-top: 1px;
	text-align: center;
	background: #4285F4;
}

.coming-soon-inline {
	padding: 5px;
	border-radius: 4px;
	border: 1px solid #DADCE0;
	width: 90px;
	font-size: 11px;
	font-weight: 600;
	color: #5F6368;
	text-align: center;
	margin-left: 5px;
}

.sticker-underneath {
	float:left;
	clear:both;
	margin: -20px 0 20px 0;
}

.sticker {
  position: absolute;
	right: 8px;
	bottom: 8px;
}

.thin-drawer {
	border-right: 1px solid rgb(224, 224, 224);
}


.mdl-layout__drawer .mdl-navigation .non-block-nav-link:hover { color:#111 } 

.responsive-nav-button {
	background: inherit;
	position: absolute;
	left: 16px;
	top: 17px;
	z-index: 80;
	cursor: pointer;
	display:none;
}

.responsive-nav-button span {
	color: #00695C;
}


.single-page-content {
	display: block;
	position: relative;
	clear:both;
}

.single-page-content ul {
	/* display:inline; */
}

#main-content .menu-glossary-link {
	clear:both;
	display:block;
	font-size:12px;
	margin:10px 0;
	background:none;
	color: #4285F4;
	text-transform: uppercase;
}

.pop-menu {
	margin: 10px 15px 25px 20px;
	width:310px;
	font-size: 16px;
}

.pop-menu-inner {
	width:90%;
	display:inline-block;
}

.glossary-listing-container h5 {
	margin-top: 32px;
  margin-bottom: 3px;
}

.glossary-listing-container strong {
	font-weight: normal;
}

.header-icon {
	width: 100px;
	height: 100px;
	/* margin: 35px 0 0 20px; */
	/* position: absolute;
	right: 0px; */
	width: 100px;
	height: 100px;
	position: absolute;
	right: -5px;
	top: -20px;
	z-index: 1000;
}

.references-container {
	padding-top: 25px;
}

.references-container h2 {
	cursor: pointer;
	margin-bottom: 12px;
}

.references-toggle-button {
	float:right;
	border-radius: 24px;
	width: 42px;
	height: 42px;
	min-width:42px;
	font-size: 14px;
	font-weight: 600;
	background-color: white;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);	
	text-align:center;
	margin-top: 8px;
}

.references-toggle-button:hover, .references-toggle-button:active, .references-toggle-button:visited, .references-toggle-button:focus, .references-toggle-button:focus:not(:active) {
	background-color:white;
}



.references-expand .material-icons, .references-collapse .material-icons {
	color: #444;
	margin-left: -6px;
}

.references-collapse {
	display:none;
}

.references-content {
	max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}


#main-content .worksheet-link-1:hover, #main-content .worksheet-link-2:hover, #main-content .worksheet-link-3:hover, #main-content .worksheet-link-4:hover, #main-content .worksheet-link-5:hover, #main-content .worksheet-link-6:hover {
	background-position: 0 -1.4em;
}

.content-breadcrumb-nav:hover {
	background-position: 0 -1.2em;
}


.resource-container {
	padding-top: 1px;
}

.resource-container a {
	font-weight:600;
}
.resource-container .chapter-link {
	font-weight:normal;
}

.resource-container h3, .resource-container h5 {
	margin-top: 44px;
}

.resource-container h3:first-child {
	margin-top: 10px;
}

.centered-copy {
	text-align: center;
}

footer {
	padding:20px;
}

@media screen and (max-width:810px) {
	.uber-box {
		margin: 10px;
		padding: 20px;
		
	}

	.header-icon {
    width: 50px;
    height: 50px;
    position: absolute;
		right: 0;
		top:55px;
	}
}



.mdl-layout__drawer-button {
	visibility: hidden;
}

/* Redesign Versions (Apr 2019) */

.pair-hashtag {
	font-family: Google Sans;
	font-size: 14px;
	letter-spacing: 0.02em;
	position: absolute;
	top: 16px;
	right: 24px;
	color: white;
	font-weight: 600;
}

ul, ol {
	margin-left: -16px;
}

li {
	padding-left: 8px;
	margin-bottom: 10px;
}

li > ul {

}

li > ul > li:first-child {
	margin-top:10px;
}

a { 
	color: #1A73E8;
}

.named-anchor {
	display: inline;
  float: left;
	position: relative;
	top: -120px;
}

#main-content .divider {
	margin: 50px -25px 50px -25px;
}

.references-container .divider {
	margin: 15px -25px 15px -25px !important;
}

.uber-box {
	margin: 10px -25px 48px -25px;
  padding: 15px 35px 20px 35px;
	border: none;
	border-radius: 8px;
}

.uber-box h1 {
	font-size: 24px;
	line-height: 32px;
}

.uber-box a {
	color: #174EA6;
}

.uber-box-1 { background-color:#E6F4EA;  }
.uber-box-2 { background-color:#E6F4EA;  }
.uber-box-3 { background-color:#E6F4EA;  }
.uber-box-4 { background-color:#E6F4EA;  }
.uber-box-5 { background-color:#E6F4EA;  }
.uber-box-6 { background-color:#E6F4EA;  }

.uber-box h2 {
	font-size: 24px;
	line-height: 32px;
}

.uber-box > ul > li {
	list-style-type: none;
	text-indent: -48px;
	margin-bottom: 10px;
}

.uber-box > ul > li::before {
	font-family: 'Material Icons';
	content: "check";
	margin-right: 8px;
	margin-left: 16px;
	font-size: 24px;
	top: 6px;
	position: relative;
}


.uber-box-1 > ul > li::before { color:#00695C;  }
.uber-box-2 > ul > li::before { color:#00695C;  }
.uber-box-3 > ul > li::before { color:#00695C;  }
.uber-box-4 > ul > li::before { color:#00695C;  }
.uber-box-5 > ul > li::before { color:#00695C;  }
.uber-box-6 > ul > li::before { color:#00695C;  }


a:hover {
	color: #174EA6;
}

a:visited {
	color: #7B1FA2;
}

.custom-bullet-list a {
	text-decoration: none;
}

.custom-bullet-list a:visited {
	color: #1A73E8;
}

#main-content a:focus {
	color: #174EA6;
	background-color: #E8F0FE;
}

.footer-links {
	text-decoration: none;
}

.glossary-link {
	color: #3C4043;
	background-color: #E8F0FE;
	padding: 1px 4px;
	text-decoration: none;
}

.glossary-link:hover { 
	color: #3C4043;
	background-color: #AECBFA;
	padding: 4px 4px 0 4px;
	text-decoration: none;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
	color: #3C4043;
}

.mdl-navigation__link {
	font-family: Google Sans;
	font-weight: 600;
}

.sub-nav {
	display:none;
}

.sub-nav a {
	font-family: Google Sans;
	text-decoration: none;
	color: #3C4043;
	display:block;
	margin: 12px 10px 12px 32px;
	text-indent: -0.5em;
}

.sub-nav-sub-link {
	margin: 12px 26px 12px 44px !important;
	text-indent: -1.2em !important;
}

.aimfor-image, .avoid-image {
	width:100%;
	border: 1px solid #D2E3FC; 
}

.visual-example-image {
	width: 100%;
	border: none;
}

.vignette-pair {
	margin-left: -35px;
	margin-right: -35px;
}

.blue-border {
	border: 1px solid #D2E3FC;
}


.mdl-layout__drawer .mdl-navigation .block-nav-link-1:hover  { background-color:#E6F4EA; color: #00695C  }
.mdl-layout__drawer .mdl-navigation .block-nav-link-2:hover  { background-color:#E6F4EA; color: #00695C  }
.mdl-layout__drawer .mdl-navigation .block-nav-link-3:hover  { background-color:#E6F4EA; color: #00695C  }
.mdl-layout__drawer .mdl-navigation .block-nav-link-4:hover  { background-color:#E6F4EA; color: #00695C  }
.mdl-layout__drawer .mdl-navigation .block-nav-link-5:hover  { background-color:#E6F4EA; color: #00695C  }
.mdl-layout__drawer .mdl-navigation .block-nav-link-6:hover  { background-color:#E6F4EA; color: #00695C  }

.block-nav-link-1-selected
{ 
	background-color:#E6F4EA; color: #00695C !important;  
}
.block-nav-link-2-selected  
{ 
	background-color:#E6F4EA; color: #00695C !important;
}
.block-nav-link-3-selected 
{ 
	background-color:#E6F4EA; color: #00695C !important;  
}
.block-nav-link-4-selected  
{ 
	background-color:#E6F4EA; color: #00695C !important;
}
.block-nav-link-5-selected  
{ 
	background-color:#E6F4EA; color: #00695C !important;  
}
.block-nav-link-6-selected  
{ 
	background-color:#E6F4EA; color: #00695C !important;  
}

.block-nav-link-1-selected:hover, .block-nav-link-2-selected:hover, .block-nav-link-3-selected:hover, .block-nav-link-4-selected:hover, .block-nav-link-5-selected:hover, .block-nav-link-6-selected:hover {
	background-color:#E6F4EA !important; 
	color: #00695C !important;  
}

.worksheet-link::after {
	font-family: 'Material Icons Outlined';
	content: "description";
	text-decoration: none;
	top: 3px;
	left: 6px;
	display: inline-block;
	position: relative;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}



@media screen and (min-width: 1030px) {
	.mdl-layout__drawer {
		left: 0px;
	}
	.mdl-layout--fixed-drawer>.mdl-layout__content {
		margin-left: 300px;
	}
}

@media screen and (max-width: 1170px) {
	#main-content {
    margin: 0 auto;
		
	}
}

@media screen and (max-width: 1035px){
	.mdl-layout__drawer .mdl-navigation {
		padding-top:30px;
	}
	.responsive-nav-button {
		/* display:block; */
	}
}

@media screen and (max-width: 700px){ 
	.display3 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 20px;
		width: 70%;
		float: left;
	}

	.feedback-button {
    position: absolute;
    right: 16px;
    bottom: 16px;
	}

}

@media screen and (max-width: 320px) {
	.card-image {
		margin-left: 0px;
		display: none;
	}

	.mdl-card__title-text {
		height: 70px;
	}
}

@media screen and (max-width: 480px) {
	.prev-navigation {
		order: 2;
	}
	.mdl-card__title-text {
		font-size: 24px;
	}
	.mdl-card__supporting-text {
		font-size: 14px;
	}

	.mdl-layout__container { 
		position: relative; 
	}
	.feedback-button {
		position: fixed;
	}
}

@media screen and (min-width: 481px) and (max-width: 804px){
	.mdl-card__title-text {
		font-size: 3vw;
	}

	.mdl-card__supporting-text {
		font-size: 1.7vw;
	}
}

@media screen and (max-width: 804px){
	#main-content {
    margin-bottom: 70px;
	}

	.uber-box {
		padding: 5px 35px 20px 35px;
	}

	.vignette-pair {
		margin-left: 0px;
		margin-right: 0px;
	}

	.gray-content-area {
		padding: 20px 35px 30px 35px;
	}

	li {
		padding-left: 0px;
	}
	ul, ol {
		margin-left: 0px;
	}

	.display1 {
    font-size: 42px;
    line-height: 48px;
		/* margin: 0; */
	}

	.chapter-title-content {
    clear: both;
    position: relative;
    margin-bottom: 15px;
    margin-top: 35px;
    padding-right: 0px;
    background: no-repeat right;
    background-size: 0px;
		background-position-y: center;
	}
}


@media print {
	.mdl-layout__container { 
		position: relative; 
	} 

	.mdl-layout--fixed-drawer > .mdl-layout__content {
		margin: 0cm;
	}

	#main-content {
		max-width: none;
	}

	h1, h2, h3, h4, h5, h6, p {
		page-break-inside: avoid;	
	}

	h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	
	h1, h2{
		page-break-before: always;
		
	}

	.header-logo-landing {
		display: none;
	}
	
	.header-logo-landing-print {
		display: block;
	}

	.feedback-button {
		display: none;
	}

	.references-container, .footer-nav, .divider {
		display: none;
	}

	.gray-content-area {
		margin: 10px 5px;
		page-break-inside: avoid;
	} 

	a[href]:after {
		content: none;
	}

	.uber-box > ul > li {
		text-indent: 0px;
	}

	.uber-box > ul > li::before {
		content: none;
	}
}

/* Fix for Scroll History in MDL */
/* https://github.com/google/material-design-lite/issues/1120 */
/* .mdl-layout__container { position: relative; } */


/* JEFF REDESIGN
#main-content a {
	text-decoration:none;
	color: #222;
}

h5 a, .single-page-content a, .content-breadcrumb-nav {
	background: -webkit-linear-gradient(bottom, #4285F428 35%, #FFF 35%);
	background-size:1px 3em;
	background-repeat: repeat-x;
	padding:2px;
	line-height:1.5em;
}

h5 a {
  background:	-webkit-linear-gradient(bottom, #4285F428 75%, #FFF 75%);
} */


/* JEFF REDESIGN
.glossary-link {
	cursor: pointer;
	color: #4285F4;
	font-size:16px;
	margin-bottom: 5px;
} */

/* JEFF REDESIGN
#main-content .cl1:hover, #main-content .cl2:hover, #main-content .cl3:hover, #main-content .cl4:hover, #main-content .cl5:hover, #main-content .cl6:hover, .single-page-content a:hover, h5 a:hover {
	background-position: 0 -1.4em;
} */
/* JEFF REDESIGN
.single-page-content a, .content-breadcrumb-nav {
	background: -webkit-linear-gradient(bottom, #4285F428 55%, #FFF 55%);
	background-position: 0 -0.6em;
}

#main-content .cl1, #main-content .worksheet-link-1 {
	background: -webkit-linear-gradient(bottom, #FBDAEC66 45%, #FFF 45%);	
	background-position:0 -0.7em;
	display:inline-block;
}
 
#main-content .cl2, #main-content .worksheet-link-2 {
	background: -webkit-linear-gradient(bottom, #FDDF8766 45%, #FFF 45%);	
	background-position:0 -0.7em;
	display:inline-block;
}

#main-content .cl3, #main-content .worksheet-link-3 {
	background: -webkit-linear-gradient(bottom, #92DDA666 45%, #FFF 45%);	
	background-position:0 -0.7em;
	display:inline-block;
}
 
#main-content .cl4, #main-content .worksheet-link-4 {
	background: -webkit-linear-gradient(bottom, #B7EDF566 45%, #FFF 45%);	
	background-position:0 -0.7em;
	display:inline-block;
}

#main-content .cl5, #main-content .worksheet-link-5 {
	background: -webkit-linear-gradient(bottom, #9FC1F966 45%, #FFF 45%);	
	background-position:0 -0.7em;
	display:inline-block;
}
 
#main-content .cl6, #main-content .worksheet-link-6 {
	background: -webkit-linear-gradient(bottom, #E0C4FD66 45%, #FFF 45%);	
	background-position:0 -0.7em;
	display:inline-block;
} */


/* @media screen and (max-width: 1200px) {
	#main-content {
		width: 600px;
	}

	 */

