/*
Theme Name: TPR Old, New, Borrowed, Blue
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: TPR blue theme based on GeneratePress
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 2.2.2.1558373160
Updated: 2019-05-20 17:26:00

*/

/* Temporary CSS *
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
	background: #629dd4 !important;
}
.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a {
	background: #0974cc !important;
	color: white !important;
}
.main-navigation ul ul {
	background: #629dd4 !important;
}
/* END Temporary CSS */

a {
	text-decoration: underline;
}

.page-hero h1 { font-size: 64px; }
.page-hero h2 { font-size: 45px; }
.page-hero h4 { font-size: 32px;line-height:1; }

.inside-right-sidebar {
	text-align: center;
}

.gp-icon svg {
    height: 1.3em;
    width: 1.1em;
    top: 0.325em;
}

.text_uppercase {
	text-transform: uppercase;
}

.quiz_iframe, .widget_media_image {
	text-align:center;
}

.lyte-wrapper {
	clear:both;
}

.main-navigation a, .menu-toggle {
	text-transform: none !important;
}

/******************************
* Buttons!
******************************/
.btn_div {
	max-width: 32%;
	width: 100%;
	padding-bottom: 25px;
	margin: auto;
	display: inline-flex;
	align-content: center;
	justify-content: center;
	flex-direction: row;  
}

.buttons_div {
	display: flex;
	align-items: start;
	justify-content: center;
}
.buttons_div > .btn_div {
	flex-grow: 0;
}

.bigbtn_div {
	width: 100%;
	padding-bottom: 25px;
	margin: auto;
}

.btn {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	height: 52px;
	margin-bottom: 8px;
	border: 1px solid;
	border-radius: 8px;
	transition: all 0.2s;
	text-decoration: none;
}

.btn:hover {
	box-shadow: 3px 3px 8px grey;
}
.btn:active {
    transform: translateY(3px);
}

.btn_full_width {
	width: 100%;
	display: inline-flex;
	line-height: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.btn_half_width {
	width: 100%;
	display: inline-flex;
	line-height: 1;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 5px;
}

.btn_name {
	display: inline;
}

/******************************
* Buttons With Icons
******************************/
.btn_with_icon {
	padding: 0 2px 0 55px;
	position: relative;
	width: calc(100% - 55px);
	display: inline-flex;
	line-height: normal;
	align-items: center;
	justify-content: center;
}

.btn_with_icon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	width: 35px;
}

.btn_with_icon span {
	padding: 15px 0;
	display: inline-block;
}


@media screen and (max-width: 640px) {
	.buttons_div {
		display: block;
		text-align: center;
	}
	.btn_div {
		max-width: unset;
		flex-direction: column;
	}
	.btn_half_width {
		width: 100%;
	}
	.btn_with_icon {
		width: calc(100% - 70px);
	}
}

/* Long Text Centering */
ul > li > a.btn {
    text-align: center;
}

/******************************
* Buttons Colors
******************************/
.btn_yellow {
	color:white !important;
	background-color: #0974cc !important;
	border-color: #0974cc !important;
}

.btn_yellow:hover {
	background-color: #0974cc;
}

.btn_white {
	color:black !important;
	border-color: #bcbcbc;
}

.btn_white:hover {
	background-color: #bcbcbc;
}

.btn_black {
	color:black !important;
	border-color: #000;
	padding: 0 5px;
}

.btn_black:hover {
	background-color: #000;
	color: #fff;
}

.btn_blue {
	color: #fff !important;
	background: #0974cc;
	border: 0;
}

.btn_lt_blue {
	color: black !important;
	border-color: #000;
	background: #B8D6F1;
}

.btn_gray {
	background: #D0D0D0 !important;
	color: #000 !important;
	padding: 0 5px;
}

.btn_gray:hover {
}

/******************************
* Buttons With Category Icons
******************************/
.categories {
	/*padding-top: 40px;*/
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.categories .btn {
	width: 45%;
	margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
	.categories .btn {
		width: calc(100% - 85px);
	}
}

.btn_with_cat_icon {
	text-align: left;
	padding-left: 70px;
	padding-right: 5px;
	position: relative;
	height: 61px;
	max-height: 61px;
	max-width: calc(50% - 85px);
	line-height: normal;
}

.btn_with_cat_icon img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	width: 32px;
}

.btn_with_cat_icon span {
	display: table-cell;
	vertical-align: middle;
	height: 61px;
	max-height: 61px;
}

.btn_with_cat_icon.cat_no_icon span {
    line-height: 61px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width:700px) {
	.btn_with_cat_icon {
		max-width: 100%;
	}
}
/******************************
* END Buttons!
******************************/

.breadcrumbs, .breadcrumbs_list {
	display: none;
}

@media screen and (max-width: 540px) {
	.breadcrumbs {
		border-bottom: 1px solid #c6c6c6;
		display:flex;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.no_breadcrumbs_spacer {
		margin-top: 40px;
		min-height: 1px;
	}

	.breadcrumbs {
		margin: 0;
		height: 56px;
	}

	.breadcrumbs ul li {
		display: none;
	}

	.breadcrumbs_btns {
		margin: 12px 0 12px -10px;
		font-size: 0;
		z-index: 20;
		position: fixed;
		top: 52px;
		width:100%;
		display:flex;
		justify-content:space-between;
		//margin-left: -10px;
	}

	.breadcrumbs .btn {
		padding-right: 20px;
		margin: 0 10px;
		flex: 1 1 auto;
		padding: 0 10px;
		text-align: center;
		font-size: 13px;
	}
	.btn_name, .breadcrumbs .btn img {
		display: none;
	}
}

/*************************
* Inline Images
*************************/
.inline_image {
	display: inline-block;
	margin: 20px;
}

.inline_image_left {
	float: left;
	margin: 10px;
}

.inline_image_right {
	float: right;
	margin: 10px;
}
@media screen and (max-width: 420px) {
	.inline_image {
		display: inline-block;
		margin: 20px;
		max-width: unset !important;
		text-align: center;
	}

	.inline_image_left {
		float: none;
		max-width: unset !important;
		text-align: center;
	}

	.inline_image_right {
		float: none;
		max-width: unset !important;
		text-align: center;
	}
}

/* Q&A */
.qa_wrap {
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding-bottom: 3px;
}

.qa_wrap div {
	position: relative;
	padding-left: 40px;
}

.letter {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 27px;
	border-radius: 15px;
	text-align: center;
}

.q_item .letter {
	background-color: #b8d6f1;
}

.a_item .letter {
	background-color: #fff;
}
/* END Q&A */

/*=====================TEST PREVIEW=====================*/
.test_previews {
	padding-top: 15px;
}
.test_previews div h2 {
	text-transform: uppercase;
    border-bottom: solid 1px #0974CC;
	padding: 8px;
    width: fit-content;
    margin: auto;
}
.test_previews ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	gap: 30px 0;
	margin: 50px 0;
}
.test_previews ul li {
	flex-basis: 33.333333%;
}
.test_previews ul li a {
	background: #0974CC;
	border-radius: 8px;
	color: #fff !important;
	font-weight: 700;
	box-sizing: border-box;
	height: 64px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	width: 342px;
	margin: auto;
}

.flex_column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.noshow {
	display: none;
}
.text_bold {
	font-weight:bold;
}

.content_sect {
	padding: 130px 30px;
}

.content_sect .wrap {
	max-width: 1460px;
	display: flex;
}

.grid-container.wrap {
	font-weight: bold;
}

.content_sect .wrap div {
	width: 50%;
}

.content_sect h2 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.content_sect .btn {
	width: 280px;
}

.content_sect:nth-child(even) .grid-container {
	-webkit-box-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.home_content_sections .content_sect:nth-child(1) {
	background: no-repeat right center;
	background-size: auto 100%;
	background-color: #0874cc;
	color: #fff;
}
.home_content_sections .content_sect:nth-child(1) h2 {
	border-bottom: 1px solid #fff;
}
.home_content_sections .content_sect:nth-child(2) {
	background: no-repeat left center;
	background-size: auto 100%;
	background-color: #e3e3e3;
}
@media screen and (max-width: 1060px) {
	.content_sect { padding: 0;	}
	.grid-container.wrap {	padding: 30px;	}
}
@media screen and (max-width: 900px) {
	.content_sect .wrap div {	width: 100%;	}
	.home_content_sections .content_sect:nth-child(1) > div {
		background-color: #0874cc;
	}
	.home_content_sections .content_sect:nth-child(2) > div {
		background-color: #e3e3e3;
	}
}

/******************************************************
* Search Fields
******************************************************/
.hero_s_flex {
	display: flex;
	flex-flow: row;
	justify-content: center;
}
.hero_s_flex > .btn_yellow {
	display: inline-block;
	height: 47.5px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 7px 0 0 7px;
}
.hero_s_flex > label > input.btn_yellow {
	display: none;
}
.hero_s_flex > label > .icon-search {
	padding: 7px 16px;
}
.find_test > input[type="search"] {
	margin-bottom: 10px;
	width: 362px;
	border-radius: 0 7px 7px 0;
}
.navigation-search input[type=search] {
	opacity: 1;
}

/******************************************************
* Colorbox for Green Buttons
******************************************************/
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url('css/overlay.png') repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url('css/controls.png') no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url('css/controls.png') no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url('css/controls.png') no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url('css/controls.png') no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url('css/controls.png') left top repeat-y;}
#cboxMiddleRight{width:21px; background:url('css/controls.png') right top repeat-y;}
#cboxTopCenter{height:21px; background:url('css/border.png') 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url('css/border.png') 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-top:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url('css/loading_background.png') no-repeat center center;}
#cboxLoadingGraphic{background:url('css/loading.gif') no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url('css/controls.png') no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url('css/controls.png') no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; top:0; right:0; background:url('css/controls.png') no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* Aaron's borderless table (NB = No Border) */
table.NBTable {
	border: 0px solid #000000;
	width: 50%;
	text-align: center;
}
table.NBTable td, table.NBTable th {
	border: 0px solid #000000;
	padding: 3px 2px;
}
table.NBTable thead {
	background: #DDDDDD;
}
table.NBTable thead th {
	font-weight: normal;
	text-align: center;
}

.site-header img.header-image {
	height: 77px;
	min-height: 77px;
}

.pt-button {
	display:block;
	max-width: 200px;
	margin: 2rem auto;
	background-color: #ffcc00;
	text-align: center;
	padding: 2rem 4rem;
	font-size: 36px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	border-radius: 12px;
	box-shadow: 1.5px 1.5px 3px grey;
	transition: all 0.2s;
}

.pt-button:hover {
	box-shadow: 3px 3px 8px grey;
	color: black;
}

/* Mobile Ads */
.mobile-ad img { 
  display: block; /* Makes the image a block-level element */
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 600px) {
	.mobile-ad {
		display: none;
	}
}

/* H3s for Coupon Page */
.book_header{
	display: inline-flex;
	margin: auto;
}

.book_header > strong { margin: auto; }

.book_header::before {
	background-image: url('https://www.testprepreview.com/wp-content/uploads/2023/02/course-book-150x150-1.png');
	display: inline-block;
	background-size: 35px 35px;
	height: 35px; 
	width: 35px;
	content: "";
	margin-right: 10px;
}

.list_header{
	display: inline-flex;
	margin: auto;
}

.list_header > strong { margin: auto; }

.list_header::before {
	background-image: url('https://www.testprepreview.com/wp-content/uploads/2023/02/Course-list.svg');
	display: inline-block;
	background-size: 35px 35px;
	height: 35px; 
	width: 35px;
	content: "";
	margin-right: 10px;
}

.flashcard_header{
	display: inline-flex;
	margin: auto;
}

.flashcard_header > strong { margin: auto; }

.flashcard_header::before {
	background-image: url('https://www.testprepreview.com/wp-content/uploads/2023/02/course-flashcards.png');
	display: inline-block;
	background-size: 35px 35px;
	height: 35px; 
	width: 35px;
	content: "";
	margin-right: 10px;
}

/* Coupon DIV */

div.coupondiv {
	display: flex;
	justify-content: center;
	align-items: center;
}

/***********************************************************
*  Button Links (Desktop: Side by Side; Mobile: Stacked)
***********************************************************/

.buttonlinks {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 1.5rem 0;
}

.buttonlinks > a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 200px;
	border-radius: 4px;
	color: black;
	font-weight: bold;
	background-color: #FFCC00;
	margin: 0 1rem;
	padding: 10px;
	transition: all 0.2s;
	text-decoration: none;
}

.buttonlinks > a:first-child {
	margin: 0 1rem 0 0;
}

.buttonlinks > a:last-child {
	margin: 0 0 0 1rem;
}

.buttonlinks > br {
	display: none;
}

@media only screen and (max-width: 600px) {
	.buttonlinks {
		flex-direction: column;
		justify-content: center;
	}

	.buttonlinks > a {
		margin: 0.5rem auto;

	}

	.buttonlinks > a:first-child {
		margin: 0rem auto 0.25rem auto;
	}

	.buttonlinks > a:last-child {
		margin: 0.25rem auto 0rem auto;
	}
}

.buttonlinks > a:hover {
	box-shadow: 3px 3px 8px grey;
}

.buttonlinks > a:active {
	transform: translateY(3px);
}

.course-button {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 1.5rem 0;
}

.course-button > a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 200px;
	border-radius: 4px;
	color: black;
	font-weight: bold;
	background-color: #FFCC00;
	margin: 0 1rem;
	padding: 10px;
	transition: all 0.2s;
	text-decoration: none;
    background-image: url(https://www.testprepreview.com/wp-content/uploads/2018/09/TPR-Button-Icon-Online-Course.png);
    background-repeat: no-repeat;
    background-position: 1rem center;  /* horizontal offset, then vertical centering */
    background-size: 24px auto;
    padding-left: 2.5rem; 
}

.course-button > a:hover {
	box-shadow: 3px 3px 8px grey;
}

.ourse-button > a:active {
	transform: translateY(3px);
}

@media only screen and (max-width: 600px) {
	.course-button {
		flex-direction: column;
		justify-content: center;
	}

	.course-button > a {
		margin: 0.5rem auto;

	}
}

/***********************************************************
*  Button Links BLUE (Desktop: Side by Side; Mobile: Stacked)
***********************************************************/

.buttonlinksblue {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 1.5rem 0;
}

.buttonlinksblue > a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 200px;
	border-radius: 4px;
	color: white;
	background-color: #0974cc;
	margin: 0 1rem;
	padding: 10px;
	transition: all 0.2s;
	text-decoration: none;
}

.buttonlinksblue > a:first-child {
	margin: 0 1rem 0 0;
}

.buttonlinksblue > a:last-child {
	margin: 0 0 0 1rem;
}

.buttonlinksblue > br {
	display: none;
}

@media only screen and (max-width: 600px) {
	.buttonlinksblue {
		flex-direction: column;
		justify-content: center;
	}

	.buttonlinksblue > a {
		margin: 0.5rem auto;

	}

	.buttonlinksblue > a:first-child {
		margin: 0rem auto 0.25rem auto;
	}

	.buttonlinksblue > a:last-child {
		margin: 0.25rem auto 0rem auto;
	}
}

.buttonlinksblue > a:hover {
	box-shadow: 3px 3px 8px grey;
}

.buttonlinksblue > a:active {
	transform: translateY(3px);
}

/******************************
* Study Guide Box
******************************/
.sg-box {
	width: 90%;
	padding: 24px;
	margin: 36px auto;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}

.sg-box > a {
	max-width: 300px;
}

.sg-box-text {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: solid 2px #cccccc;
}
.sg-box-text.single {
	border-bottom: unset;
}
.sg-box-text > div {
	max-width:74%;
	padding-right: 1%;
}

.sg-box-title {
	font-weight: 600;
	font-size: 1.5rem;
	margin: 0 0 6px 0;
}

.sg-box > a > img {
  max-height: 100%;
  max-width: 100%;
	filter: drop-shadow(0px 0px 1px #ababab);
}

.sg-box-buttons {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.sg-box-button {
	width: 200px;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	color: black;
	padding: 12px;
	background-color: #ffcc00;
	border-radius: 12px;
	margin-top: 24px;
	display: block;
	transition: all 0.3s ease 0s;
}
a.sg-box-button.btn_with_icon {
	padding-left: 45px;
}

.sg-box-button:hover {
	background-color: #3a3a3a;
	color: white;
}

@media only screen and (max-width: 750px) {
	.sg-box {
		align-items: center;
		flex-direction: column-reverse;
		width: 80%;
	}

	.sg-box > .sg-box-text {
		max-width: 100%;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		border: none;
	}

	.sg-box-text > div {
		max-width:unset;
		padding-right: 0;
	}

	.sg-box-text > div > p:last-child {
		margin-bottom: 0;
	}

	.sg-box-text > a {
		width: 100%;
		text-align: center;
		border-bottom: solid 2px #cccccc;
		margin-bottom: 10px;
	}

	.sg-box > a {
		margin-bottom: 24px;
	}

	.sg-box-buttons {
		flex-flow: column;
	}

	.sg-box-text > .sg-box-button {
		margin-top: 0px;
	}
}
/******************************
* END Study Guide Box
******************************/

/******************************
* New Toggles
******************************/
.Atoggle {
  width: 100%;
  margin-bottom: 12px; /* Space between toggles */
	overflow: hidden;
	box-shadow: 1.5px 1.5px 4px grey;
}

.Atoggle-header {
  padding-top: -3em;
  padding-bottom: -3em;
	padding-left: 10px;
	padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
	background-color: white;
	transition: background-color 0.2s ease, color 0.2s ease;
}
	
.Atoggle-title strong {
  font-size: 14pt;
  display: block;
  margin-top: -0.75em;
  line-height: 18px;
  text-transform: uppercase;
}

.Atoggle-title em {
  font-size: 12pt;
  display: flex;
  font-style: italic;
	margin-top: -1.5em;
	margin-bottom: -1.25em;
	align-items: center;
}

.Atoggle-lone-title strong {
  font-size: 14pt;
  display: block;
  margin-top: -0.2em;
  margin-left: 0.5em;
  margin-bottom: -0.5em;
  line-height: 18px;
  text-transform: uppercase;
}

.Atoggle-icon {
  background-color: transparent; /* Background color of the circle */
  border: 2px solid black; /* Border color for the circle */
  border-radius: 50%;
  width: 30px; /* Width of the circle */
  height: 30px; /* Height of the circle */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative; /* Positioning context for the pseudo-element */
  transition: background-color 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}

.Atoggle-icon:hover {
  background-color: #0974CC;
  color: white;
}

.Atoggle-icon::before {
  content: '+';
  display: block;
  font-size: 24px; /* Adjust if necessary */
  font-weight: bold; /* Make the plus sign bolder */
  line-height: 1; /* This will define the height of the content */
  margin-top: -2px; /* Adjust if necessary to center the plus sign vertically */
  color: black; /* Color of the plus sign */
	transition: content 0.2s ease;
}

.Atoggle-icon:hover::before {
  color: white;
}

.Atoggle-content {
  display: block; /* Changed from none to block but hidden by max-height */
  max-height: 0; /* Start with 0 height */
  overflow: hidden;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0; /* Start with 0 padding for animation */
  padding-bottom: 0;
  border: 2px solid transparent;
  border-top: none;
  border-radius: 0 0 5px 5px;
  transition: max-height 0.5s ease-in-out, padding-top 0.5s ease-in-out; /* Animate max-height and padding */
}

.Atogglelong-content {
  display: block; /* Changed from none to block but hidden by max-height */
  max-height: 0; /* Start with 0 height */
  overflow: hidden;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0; /* Start with 0 padding for animation */
  padding-bottom: 0;
  border: 2px solid transparent;
  border-top: none;
  border-radius: 0 0 5px 5px;
  transition: max-height 0.5s ease-in-out, padding-top 0.5s ease-in-out; /* Animate max-height and padding */
}

.Atoggletitleextra {
	font-weight: 400;
	font-size: 85%;
	text-transform: lowercase;
}

/* Style when toggle is active */
.Atoggle.active .Atoggle-header {
  background-color: #0974CC;
  color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.Atoggle.active .Atoggle-header .Atoggleletterbox {
  background-color: #0B416D;
}

.Atoggle.active .Atoggle-header .Atoggleletterbox2 {
  color: black;
}

.Atoggle.active .Atoggle-icon {
  background-color: #0974CC;
  color: white;
  border: 2px solid white;
}

.Atoggle.active .Atoggle-icon:hover::before {
  font-weight: 900; /* Makes the content (minus sign) bolder */
}

.Atoggle.active .Atoggle-icon:hover {
  border-width: 3px; /* Makes the content (minus sign) bolder */
}

.Atoggle.active .Atoggle-icon::before {
  color: white;
	content: '-'; /* Changes the icon to a minus sign */
}

.Atoggle.active .Atoggle-content {
  max-height: 500px; /* Adjust as needed, should be larger than the content's height */
  padding-top: 12px; /* Restore padding */
  padding-bottom: -2em;
  background-color: white;
  border-color: #0974CC;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.Atoggle.active .Atogglelong-content {
  max-height: 2650px; /* Adjust as needed, should be larger than the content's height */
  padding-top: 12px; /* Restore padding */
  padding-bottom: -2em;
  background-color: white;
  border-color: #0974CC;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.Atoggleletterbox {
	color: white;
	background-color: #0974CC;
	border-radius: 4px 0px 0px 4px;
	font-weight: bold;
	padding: 0em 0.4em 0.1em 0.4em;
	box-shadow: 0.3px 0px 0.3px 0.6px;
	margin-left: 0.15em;
	margin-right: 0em;
	font-style: normal;
	font-size: 90%;
	width: 20px;
	text-align: center;
	line-height: 23px;
	height: 22px;
}

.Atoggleletterbox2 {
	background-color: #CEE7FD;
	border-radius: 0px 4px 4px 0px;
	padding: 0em 0.4em 0.1em 0.4em;
	box-shadow: 0.3px 0.3px 0.3px 0px;
	margin-left: 0em;
	margin-right: 0.5em;
	font-size: 90%;
}

.letterbox {
	display: inline-block;
	color: white;
	background-color: #0974CC;
	border-radius: 4px;
	font-weight: bold;
	font-size: 85%;
	padding: 0em 0.4em 0.15em 0.4em;
	box-shadow: 0.3px 0.3px 0.3px 0.6px;
	margin-left: 0.15em;
	margin-right: 0.15em;
	width: 20px;
	text-align: center;
	line-height: 23px;
	height: 22px;
}

.seewhy {
	cursor: pointer;
	display: inline-block;
	background-color: #d8d8d8;
	border-radius: 4px;
	font-size: 95%;
	padding: 0em 0.4em 0.15em 0.4em;
	box-shadow: 0.3px 0.3px 0.3px 0.6px;
	margin-left: 0.15em;
	margin-right: 0.15em;
	text-align: center;
	line-height: 23px;
	height: 22px;
}

/******************************
* END New Toggles
******************************/

/******************************
* Anchor Tag navbar fix
******************************/
:target {
    display: block;
    position: relative;
    top: -60px;
    padding-top: 60px;
    margin-bottom: -40px;
}

/******************************
* TABLE OF CONTENTS
******************************/
.atoc {
	margin-top: 1em;
	margin-bottom: 2em;
	padding-left: 20px;
	padding-top: 1.5em;
	padding-bottom: 2em;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	box-sizing: border-box;
}

.atoc a {
    position: relative;
    color: black;
    font-weight: 600;
    font-size: 110%;
    text-decoration: none;
    align-items: center;
	  display: inline-flex;
   	box-sizing: border-box;
	  margin-bottom: 0.25em;
}

.atoc a::before {
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #0974CC; /* Blue triangle */
    margin-right: 8px; /* Space between the bullet and the text */
}

.atoc a span {
    position: relative;
    display: inline-block;
	  box-sizing: border-box;
}

.atoc a span::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
	  bottom: 0px; /* Adjust if necessary */
    height: 1.5px;
    background-color: black; /* Black underline */
    z-index: 1; /* Ensures it's under the blue underline */
}

.atoc a span::after {
    content: '';
    position: absolute;
    left: 0;
	  bottom: 0px; /* Adjust if necessary */
    height: 2.5px;
    width: 0%;
    background-color: #0974CC; /* Blue underline */
    transition: width 0.3s ease-in-out;
    z-index: 2; /* Ensures it's above the black underline */
}

.atoc a:hover span::after {
    width: 100%;
}

/******************************
* END TABLE OF CONTENTS
******************************/

/******************************
* EXAM INFO AND ICONS
******************************/
.qmark-icon::before {
		content: '';
		display: inline-block; /* Adjust as necessary for your layout */
		background-image: url("https://www.testprepreview.com/wp-content/uploads/2018/12/Question-Mark-Icon-05.svg");
		background-size: contain; /* Or 'cover', depending on the desired effect */
    background-repeat: no-repeat;
	  width: 16px; /* Adjust width as necessary */
    height: 16px; /* Adjust height as necessary */
  	margin-right: 5px; /* Space between the image and the text */
	}

.qmark-icon {
		display: flex;
	  align-items: center;
	  margin-bottom: -1.5em;
	}
	
.timer-icon::before {
		content: '';
	  display: inline-block; /* Adjust as necessary for your layout */
		background-image: url("https://www.testprepreview.com/wp-content/uploads/2018/12/Timer-Icon-06.svg");
	  background-size: contain; /* Or 'cover', depending on the desired effect */
    background-repeat: no-repeat;
	  width: 16px; /* Adjust width as necessary */
    height: 16px; /* Adjust height as necessary */
  	margin-right: 5px; /* Space between the image and the text */
	}

.timer-icon {
		display: flex;
	  align-items: center;
	  padding: 0;
	}

.computer-icon::before {
		content: '';
	  display: inline-block; /* Adjust as necessary for your layout */
		background-image: url("https://www.testprepreview.com/wp-content/uploads/2018/09/Computer-icon.svg");
	  background-size: contain; /* Or 'cover', depending on the desired effect */
    background-repeat: no-repeat;
	  width: 16px; /* Adjust width as necessary */
    height: 16px; /* Adjust height as necessary */
  	margin-right: 5px; /* Space between the image and the text */
	}

.computer-icon {
		display: flex;
	  align-items: center;
	  padding: 0;
	}

.paper-icon::before {
		content: '';
	  display: inline-block; /* Adjust as necessary for your layout */
		background-image: url("https://www.testprepreview.com/wp-content/uploads/2018/09/Paper-icon.svg");
	  background-size: contain; /* Or 'cover', depending on the desired effect */
    background-repeat: no-repeat;
	  width: 16px; /* Adjust width as necessary */
    height: 16px; /* Adjust height as necessary */
  	margin-right: 5px; /* Space between the image and the text */
	}

.paper-icon {
		display: flex;
	  align-items: center;
	  padding: 0;
}

.paper-icon2::before {
		content: '';
	  display: inline-block; /* Adjust as necessary for your layout */
		background-image: url("https://www.testprepreview.com/wp-content/uploads/2018/09/Paper-icon.svg");
	  background-size: contain; /* Or 'cover', depending on the desired effect */
    background-repeat: no-repeat;
	  width: 16px; /* Adjust width as necessary */
    height: 16px; /* Adjust height as necessary */
  	margin-right: 5px; /* Space between the image and the text */
}

.paper-icon2 {
	  display: flex;
	  align-items: center;
	  padding: 0;
	  margin-bottom: -1.5em;
}

.speaking-icon::before {
		content: '';
	  display: inline-block; /* Adjust as necessary for your layout */
		background-image: url("https://www.testprepreview.com/wp-content/uploads/2018/11/Speaking-icon.svg");
	  background-size: contain; /* Or 'cover', depending on the desired effect */
    background-repeat: no-repeat;
	  width: 16px; /* Adjust width as necessary */
    height: 16px; /* Adjust height as necessary */
  	margin-right: 5px; /* Space between the image and the text */
}

.speaking-icon {
	  display: flex;
	  align-items: center;
	  padding: 0;
	  margin-bottom: -1.5em;
}

.examinfo {
		align-items: center;
	  border-bottom: 1px solid #D6D6D6;
	  width: max-content;
	  padding-bottom: 0.5em;
	}

/******************************
* END EXAM INFO AND ICONS
******************************/

/******************************
* H2s
******************************/
	.blueline {
		text-decoration: underline;
		margin-top: 1.25em;
	}
/******************************
* END H2s
******************************/


/******************************
* Subject-Specific Practice Test Boxes
******************************/

.pt-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.pt-boxes a {
  flex: 0 0 24%;
  max-width: 24%;
  height: auto;
  transition: all 0.2s;
}

.pt-boxes a img {
  width: 100%;
  height: auto;
  display: block;
}

.pt-boxes > a:hover { transform: translateY(-3px); }
.pt-boxes > a:active { transform: translateY(3px); }

/* === Mobile exception (place at very bottom of your CSS) === */
@media screen and (max-width: 767px) {
  .pt-boxes {
    flex-direction: column;
    align-items: center;
    gap: 0px;
	margin-bottom: 4.5em;
  }
  .pt-boxes a {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pt-boxes a img {
    max-width: 60%;
    margin: 0 auto;
	margin-bottom: -1em;
  }
 
}
/******************************
* END Subject-Specific Practice Test Boxes
******************************/

/******************************
* Mailing Address Box
******************************/
.mailwrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.mailbox {
    display: inline-flex;
    align-items: center;
	border-top: 1px solid #0974cc;
    border-bottom: 1px solid #0974cc;
	border-right: 1px solid #0974cc;
    border-left: 4px solid #b8d6f1;
    padding: 10px;
	box-shadow: 1.5px 1.5px 3px grey;
	margin-right: 1.5em;
	margin-bottom: 1em;
	background-color: white;
	padding: 1em;
}

.mailbox img {
    margin-right: 24px;
    width: 68px;
}

.mailbox p {
    margin: 0em;
}

.mailbullets {
    flex: 1;
	margin-left: 2.25em;
    margin-right: 0.5em;
}

@media (max-width: 768px) {
            .mailwrapper {
                flex-direction: column;
                align-items: center;
            }
            .mailbullets {
                margin-right: 0;
                margin-bottom: 20px;
            }
            .mailbox {
                justify-content: center;
            }
        }

/******************************
* END Mailing Address Box
******************************/

/******************************
* Two colums of text
******************************/
.pcolumns-container {
    display: flex;
    flex-wrap: wrap;
	  width: 90%;
	  margin: auto;
}

.pcolumns{
	    flex: 50%;
    box-sizing: border-box;
    padding: 10px;
}

.pcolumns2{
	    flex: 50%;
    box-sizing: border-box;
    padding: 10px;
}

.pcolumns-container2 {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
	margin: auto;
}

.pcolumns3{
	flex: 50%;
    box-sizing: border-box;
    padding: 10px;
}

.pcolumns3 li{
	margin-bottom: 5px;
}

.pcolumns4{
	    flex: 50%;
    box-sizing: border-box;
    padding: 10px;
}

.pcolumns4 li{
	margin-bottom: 5px;
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
    .pcolumns {
        flex: 100%; /* Each column takes up 100% of the container on mobile */
    }
	.pcolumns2{
		flex: 100%;
	    margin-top: -1em;
	}
	.pcolumns4{
		flex: 100%;
	    margin-top: -2.3em;
	}
}

/******************************
* Two colums of text in a toggle
******************************/

.togglecolumns-container {
    display: flex;
    flex-wrap: wrap;
	width: 75%;
}

.togglecolumns{
	flex: 50%;
    box-sizing: border-box;
    padding-right: 10px;
	padding-bottom: 10px;
}

.togglecolumns2{
	flex: 50%;
    box-sizing: border-box;
	padding-bottom: 10px;
}

/* Media query for screens smaller than 768px */
@media (max-width: 768px) {
    .togglecolumns {
        flex: 100%;
    }
	.togglecolumns2{
		flex: 100%;
	    margin-top: -0.5em;
		margin-bottom: -1em;
	}
}

/******************************
* Notice boxes
******************************/
div.notice {
	border: 1px solid;
	width: 65%;
	margin: auto;
	padding: 20px;
	box-shadow: 1.5px 1.5px 3px grey;
	border-radius: 7px;
	background-color: white;
}

div.notice2 {
	border: 1px solid;
	width: 85%;
	margin: auto;
	padding: 20px;
	box-shadow: 1.5px 1.5px 3px grey;
	border-radius: 7px;
	background-color: white;
}


/******************************
* Calculator usage notice box
******************************/
.calculatornotice {
    border: 1px solid #0974cc;
    background-color: white;
    width: 85%;
    margin: auto;
    padding: 15px 20px 15px 20px;
    box-shadow: 1.5px 1.5px 3px grey;
    border-radius: 9px;
    display: flex;
    align-items: center;
	display: flex;
    align-items: flex-start; /* Align items to the top */
}

.calculatornotice .icon {
    width: 41px; /* Adjust size as needed */
    height: 41px;
    margin-right: 13px;
	margin-top: 5px;
}

/******************************
* Periodic table usage notice box
******************************/
.periodictablenotice {
    border: 1px solid #0974cc;
    background-color: white;
    width: 85%;
    margin: auto;
    padding: 15px 20px 15px 20px;
    box-shadow: 1.5px 1.5px 3px grey;
    border-radius: 9px;
    display: flex;
    align-items: center;
	display: flex;
    align-items: flex-start; /* Align items to the top */
}

.periodictablenotice .periodictableicon {
    width: 41px; /* Adjust size as needed */
    height: 41px;
    margin-right: 13px;
	margin-top: 5px;
}

/******************************
* Blue Notice box with bold centered title
******************************/
.bluenoticetitle {
	border: 1px solid #0974cc;
	background-color: #f1f9ff;
	width: 85%;
	margin: auto;
	padding: 20px 20px 7px 20px;
	box-shadow: 1.5px 1.5px 3px grey;
	border-radius: 9px;
}

.bluenoticetitle p:first-of-type {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.bluenoticetitle p:not(:first-of-type) {
    text-align: left; /* or whatever default styling you need */
    font-weight: normal;
    margin-bottom: 1em; /* Restore normal bottom margin */
}

/******************************
* Blue Notice box
******************************/
.bluenoticecontainer {
	text-align: center;
}

.bluenotice {
	border: 1px solid #0974cc;
	background-color: #f1f9ff;
    max-width: 85%;
	text-align: left;
	margin: auto;
    display: inline-block;
	padding: 20px 20px 15px 20px;
	box-shadow: 1.5px 1.5px 3px grey;
	border-radius: 9px;
}

.bluenotice2 {
	border: 1px solid #0974cc;
	background-color: #f1f9ff;
    max-width: 85%;
	text-align: left;
	margin: auto;
    display: inline-block;
	padding: 20px 20px 0px 20px;
	box-shadow: 1.5px 1.5px 3px grey;
	border-radius: 9px;
}

/******************************
* end Blue Notice box
******************************/

/******************************
* Score  Notice box
******************************/
.scorenoticecontainer {
	text-align: center;
}

.scorenotice {
	border: 1px solid #0974cc;
	background-color: #f1f9ff;
    max-width: 85%;
    text-align: left;
    margin: auto;
    display: inline-flex;
	align-items: flex-start;
    padding: 20px;
    gap: 12px;
    box-shadow: 1.5px 1.5px 3px grey;
    border-radius: 9px;
}

.scorenotice > * {
  margin-top: 0.25em;
}

.scorenotice::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-image: url("https://www.testprepreview.com/wp-content/uploads/2018/09/Blue-checkmark-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.2em;
}


/******************************
* Fee Notice box
******************************/
.greennoticecontainer {
	text-align: center;
}

.greennotice {
  border: 1px solid #328547;
  background-color: #F2FAF6;
  max-width: 85%;
  text-align: left;
  margin: auto;
  display: inline-flex;
  align-items: flex-start;
  padding: 20px;
  gap: 12px;
  box-shadow: 1.5px 1.5px 3px grey;
  border-radius: 9px;
}

.greennotice > * {
  margin-top: 0.25em;
}

.greennotice::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-image: url("https://www.testprepreview.com/wp-content/uploads/2018/09/Bills-and-coins-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.2em;
}

.greennotice2 {
	border: 1px solid #0974cc;
	background-color: #f1f9ff;
    max-width: 85%;
	text-align: left;
	margin: auto;
    display: inline-block;
	padding: 20px 20px 0px 20px;
	box-shadow: 1.5px 1.5px 3px grey;
	border-radius: 9px;
}

/******************************
* Lightbulb Notice box
******************************/
.lightbulbnoticecontainer {
	text-align: center;
}

.lightbulbnotice {
	border: 1px solid #0974cc;
	background-color: white;
    max-width: 85%;
    text-align: left;
    margin: auto;
    display: inline-flex;
	align-items: flex-start;
    padding: 20px;
    gap: 12px;
    box-shadow: 1.5px 1.5px 3px grey;
    border-radius: 9px;
}

.lightbulbnotice > * {
  margin-top: 0.25em;
}

.lightbulbnotice::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-image: url("https://www.testprepreview.com/wp-content/uploads/2018/11/Simple-Light-Bulb-Icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.2em;
}


/******************************
* Columns
******************************/
.columnsquant {
    display: flex;
    flex-wrap: wrap;
	width: 90%;
}

.columnlistquant {
    flex: 10%;
    box-sizing: border-box;
}

/******************************
* CDL Class list
******************************/
.cdl-list-container {
  width: 90%;
  padding-left: 20px;
}

.cdl-list {
  list-style-type: none; /* Removes default bullet points */
  padding: 0; /* Removes default padding */
  margin: 0; /* Removes default margin */
}

.cdl-list li {
  display: flex; /* Align image and text horizontally */
  align-items: flex-start; /* Align items to the top */
  margin-bottom: 15px; /* Adds spacing between list items */
  line-height: 1.5; /* Ensures consistent line spacing */
}

.cdl-list li strong {
  display: inline; /* Ensure bold text stays inline with the rest of the text */
  font-weight: bold; /* Maintain bold styling */
  margin-right: 8px; /* Add space after the bold text */
  white-space: nowrap; /* Prevent bold text from breaking to the next line */
}

.cdl-list img {
  width: 70px; /* Restricts the image width */
  height: auto; /* Maintains aspect ratio */
  margin-right: 15px; /* Adds space between the image and text */
  object-fit: contain; /* Ensures the image is scaled without distortion */
}

@media (max-width: 768px) {
  .cdl-list li {
    display: flex; /* Keep items aligned horizontally */
    flex-wrap: wrap; /* Allow wrapping for the text to move below */
    align-items: flex-end; /* Align items at the bottom for icon and bold text */
  }

  .cdl-list li img {
    margin: 0 10px 0 0; /* Add spacing between the image and text */
    vertical-align: bottom; /* Align the icon to the bottom of the bold text */
  }

  .cdl-list li strong {
    margin: 0; /* Remove extra margin */
    display: inline-block; /* Keep bold text inline */
    vertical-align: bottom; /* Align bold text with the image */
	line-height: 18px;
  }

  .cdl-list li span {
    display: block; /* Ensure the description moves below */
    margin-top: 8px; /* Add spacing between the bold text and the description */
    text-align: left; /* Left-align the description */
  }
}

/******************************
* Table originally for prefix and suffix module
******************************/
table.TPR-Table {
	border: 1px solid #000000;
	width: auto;
	margin: auto;
}

table.TPR-Table tr td:first-child {
  font-weight: 600;
}

table.TPR-Table td, table.TPR-Table th {
	border: 1px solid #000000;
	padding: 3px 10px;
}

table.TPR-Table thead, table.TPR-Table td.head {
	background: #0974CC;
}

table.TPR-Table td {
	background: white;
}

table.TPR-Table thead th, table.TPR-Table td.head {
	font-weight: bold;
	text-align: center;
	color: white;
}

@media (max-width: 768px) {
 .TPR-Table-container {
    overflow-x: auto;
	overflow-y: hidden;
}
	
table.TPR-Table {
	width: 95% !important;
}
}


/******************************
* MOC blurb icons
******************************/
.mocblurb {
  list-style: none;
  padding: 0;
	margin-left: 2em;
}

.mocblurb li {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 1em;
  line-height: 1.2;
}

.mocblurb li::before {
  content: '';
  position: absolute;
  top: -0.1em;
  left: 0.45em;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mocblurb .moc-lesson::before {
  background-image: url('https://www.testprepreview.com/wp-content/uploads/2018/09/Course-Blurb-Lesson-Icon.svg');
}

.mocblurb .moc-practice::before {
  background-image: url('https://www.testprepreview.com/wp-content/uploads/2018/09/Course-Blurb-Practice-Question-Icon.svg');
}

.mocblurb .moc-flashcard::before {
  background-image: url('https://www.testprepreview.com/wp-content/uploads/2018/09/Course-Blurb-Flashcard-Icon.svg');
}

.mocblurb .moc-video::before {
  background-image: url('https://www.testprepreview.com/wp-content/uploads/2018/09/Course-Blurb-Video-Icon.svg');
}

.mocblurb .moc-guarantee::before {
  background-image: url('https://www.testprepreview.com/wp-content/uploads/2018/09/Course-Blurb-Guarantee-Icon.svg');
}

.mocblurb .moc-access::before {
  background-image: url('https://www.testprepreview.com/wp-content/uploads/2018/09/Course-Blurb-Mobile-Access-Icon.svg');
}
	
@media (max-width: 600px) {
.mocblurb {
	margin-left: 18px;
}
		
.mocblurb li {
	align-items: flex-start;
}
}

/******************************
* Diclaimer text at bottom of page
******************************/
.disclaimer {
	font-size: small; 
	margin-top: 2em;
}

/********************************
 * Conversion Section Stuff
 ********************************/
.conversion-section {
  /* two columns on larger screens, nine‑column fallback to one */
  display: grid;
  grid-template-columns: auto 1fr;      /* img | text / button */
  grid-template-rows: auto auto;        /* row1: text, row2: button */
  gap: 1.75rem;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;                       /* center the whole block */
	margin-bottom: -4em;
  padding: 1rem 0;
}

/* place grid items explicitly */
.conversion-image { grid-row: 1 / span 3; grid-column: 1; display: block; }
.conversion-text  { grid-row: 1;         grid-column: 2; }
.download-btn     { grid-row: 2;         grid-column: 2; }

	.conversion-link {
		display: block;
	}
/* === button styling ====================================== */
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;   /* NEW → centers the icon + text inside */
  width: max-content;        /* NEW → button only as wide as its content */
  justify-self: center;      /* NEW → centers the button in its grid cell */
  gap: 0.5rem;
  padding: 0.9rem 1.4rem 0.9rem 1.4rem;
  font: 600 1rem/1.2 "Segoe UI", sans-serif;
  background: #0974CC;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.download-btn:hover,
.download-btn:focus { background: #075ea2; } /* darker on hover */

.btn-icon {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}


@media (max-width: 600px) {
  .conversion-section {
    grid-template-columns: 1fr;         /* single column stack */
    grid-template-rows: auto auto auto; /* text | image | button */
  }
  .conversion-image { grid-row: 2; grid-column: 1; max-width: 80%; margin: 0 auto; margin-top: -2em; }
  .conversion-text  { grid-row: 1; grid-column: 1; }
  .download-btn     { grid-row: 3; grid-column: 1; justify-self: center; }
}

/********************************
 * What Test Takers Are Saying
 ********************************/

.web-quotes{
  display: block;
  margin: 2rem 0;
}

.web-quote{
  position: relative;
  max-width: 560px;
  margin: 22px 0;
  background: #ffffff;
  color: #111111;
  border: 1px solid #636363;
  border-radius: 14px;
  padding: 24px 26px 64px;
}

/* Alternate alignment on larger screens (auto left/right) */
@media (min-width: 900px){
  .web-quote:nth-child(even){ margin-left: auto; }  /* right */
  .web-quote:nth-child(odd){  margin-right: auto; } /* left  */
}

.web-quote blockquote{
	all: unset;
  margin: 0;
  line-height: 1.35;
}

.web-quote__meta{
  position: absolute;
  right: 16px;
  bottom: 14px;
	gap: 2px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-style: italic;
  opacity: 0.9;
}

.web-quote__avatar{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e6e6e6;
  flex: 0 0 22px;
}

.web-quote__user{ font-weight: 500; }
.web-quote__sep{ opacity: 0.6; }
.web-quote__site{ opacity: 0.9; }
	
@media (max-width: 768px){
  .web-quote {
  max-width: 90% !important;
}
}

/* ===== bottom-left banner (raised above bottom) ===== */
.web-quote{
  --banner-bg: #0974CC;     /* background color */
  --banner-fg: #ffffff;     /* text color */
  --banner-radius: 12px;    /* top-right roundness */
  --banner-pad-x: 12px;
  --banner-pad-y: 8px;
  --banner-offset: 12px;    /* distance ABOVE the bottom edge */
}

.web-quote[data-banner]{ padding-bottom: 64px; }

.web-quote[data-banner]::before{
  content: attr(data-banner);
  position: absolute;
  left: -4px;                          /* still “attached” to left border */
  bottom: var(--banner-offset);        /* raised off the bottom */
  display: inline-block;
  background: var(--banner-bg);
  color: var(--banner-fg);
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  padding: var(--banner-pad-y) var(--banner-pad-x);
  box-shadow: 1px 1px 2px grey;
  z-index: 1;
  white-space: nowrap;
}


@media (max-width: 480px){
  .web-quote[data-banner]::before{
    font-size: 12px;
    --banner-pad-x: 10px;
    --banner-pad-y: 8px;
    /* keep the same visual offset on mobile */
    --banner-offset: 12px;
  }
}


/********************************
 * Report forms on modules
 ********************************/
.reportform {
	text-align: center;
	font-size: 60%;
	margin-top: 0.5em;
}

.reportform a {
	color: black;
	transition: color 0.25s ease, font-variation-settings 0.25s ease;
}

.reportform a:hover {
	color: #0974CC;
	font-weight: 500;
}

/********************************
 * Blue directory buttons
 ********************************/

.directory-buttons {
  --button-blue: #0974cc;
  --column-gap: 30px;
  --row-gap: 26px;
  --button-height: 60px;
  --button-radius: 12px;
  --button-font-size: 16px;

  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 945px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
}

.directory-buttons li {
  margin: 0;
  padding: 0;
}

.directory-buttons a {
  display: grid;
  place-items: center;
  min-height: var(--button-height);
  padding: 10px 22px;
  background: var(--button-blue);
  border-radius: var(--button-radius);
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--button-font-size);
  line-height: 1.15;
  width: 100%;
  box-sizing: border-box;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.directory-buttons a:hover,
.directory-buttons a:focus {
  background: #0867b5;
  transform: translateY(-1px);
  box-shadow: 0 4px 4px grey;
}

.directory-buttons a:focus {
   transform: translateY(1px);
}

/* If total number of items is odd, center the last one */
.directory-buttons li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.directory-buttons li:last-child:nth-child(odd) a {
  width: calc((100% - var(--column-gap)) / 2);
  margin: 0 auto;
}

/* Mobile: always one column */
@media (max-width: 767px) {
  .directory-buttons {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 18px;
  }

  .directory-buttons li:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .directory-buttons li:last-child:nth-child(odd) a {
    width: 100%;
  }

  .directory-buttons a {
    font-size: 17px;
    min-height: 60px;
  }
}

/********************************
 * iPQ Blockquote
 ********************************/

.ipq-blockquote {
    margin-bottom: 20px;
	margin-top: 1em;
	font-style: italic;
	border-left: 4px solid #0974cc; 
	padding-left: 10px; 
	margin-left: 10px; 
	font-weight: 600; 
	font-size: 95%;
}

/********************************
 * iPQ Passage Text Highlight
 ********************************/
.ipq-passage-highlight {
	background-color: #ABD6FF;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
}

