@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #555;
	margin: auto;
	box-sizing: border-box;
	text-size-adjust: 100%;
}

* { box-sizing: border-box; }

.wrapper { margin: 0 auto; }
 
h1 {
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	color: #ff9900;
	padding-bottom: 5px;
	padding-top: 20px;
}
h2 {
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #ff9900;
	margin: 0;
}
h3 {
	margin: 5px 0 0 0;
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	color: #0066ff;
	padding-bottom: 5px;
}
h4 {
	font-size: 16px;
	line-height: 1.4;
	color: #0066ff;
	margin-bottom: 5px;
	margin-top: 0;
}
h5 { font-size: 18px;
	font-weight: bold;
	margin: 0;
	color: #fff;
	padding-bottom: 5px;
}
p {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.6;
}

a { color: #0066ff; }

a:hover { color: #ff9900; }

/* SECTION-MAIN-BUTTON-LINK-ORANGE-2025*/
section.main a.buy-link { 	
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #ff9900;
	font-weight: 600;
	padding: 8px 12px;
	line-height: 22px;
	box-shadow: 2px 2px 5px #555;
	text-decoration: none;
	display: inline-block;
	width: 300px;
	margin-bottom: 10px;
}

section.main a.buy-link:hover {
	background-color: #66ccff;
}

span {
	color: #0066ff;
	font-weight: bold;
}
span .orange { 
	color: #ff9900; 
	font-weight: bold;
}

/* UP BUTTON */
#myBtn {
  position: fixed;
  bottom: 210px;
  right: 20px;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  border: none;
  outline: none;
  background: rgba(0,153,255,.4);
  color: white;
  cursor: pointer;
  padding: 16px 13px;
  border-radius: 50%;
  user-select: none;
  transition: 0.6s ease;
  box-shadow: none;
  line-height: 1.2;
  margin-bottom: 0;
}

#myBtn:hover {
  background: #000099;
}
	
/* BANNERS-2025 */
.banner {
	background-image: url("../images/home-1400-225.jpg");	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	float: left;
	height: 259px;
	width: 100%;
}
.banner-guide {
	background-image: url("../images/details-1400-225.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	float: left;
	height: 259px;
	width: 100%;
}
.logo {
	float: left;
	position: absolute;
	top: 25px;
	left: 20px;
	width: 60%; 	
}
.logo-guide {
	float: left;
	position: absolute;
	top: 30px;
	left: 20px;
}
.logo h1 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	text-align: left;
	color: #fff;
	padding-top: 10px;
}
.logo h1 span { display: none; }

/* BANNER-HERO-2025 */
.hero {
	float: right;
	width: 230px;
	position: absolute;
	top: 42px;
	right: 20px;
}	
.hero p {
	padding-bottom: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	font-weight: 600; 
}
.hero img {
	max-width: 100%;
	height: auto;
}	
.dropbtn {
    background-color: rgba(51,51,255,.1);
    color: white;
    font-size: 16px;
	font-weight: 600;
	padding: 3px 0;
    line-height: 24px;
	border: 1px solid white;
	width: 180px;
	margin: 0 25px;
	cursor: pointer;
}
.dropbtn:hover {
	background-color: #ff9900;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: white;
	color: #0000ff;
	text-align: left;
	width: 180px;
	padding-left: 10px;
	margin: 0 5px 0 25px;
	box-sizing: border-box;
	z-index: 1;
}
.dropdown-content p {
	margin: 0;
	text-align: left;
	color: #0066ff;
	padding: 12px 12px 0 12px;
}

.show {display: block;
}

/* BUTTON-ACCORDIAN-2025 */
button {
    background-color: #0066ff;
    color: #fff;
	font-weight: 600;
    cursor: pointer;
    padding: 5px 10px;
	margin-bottom: 8px;
    border: none;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
}
button a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
button.accordion {
	font-weight: 600;
    padding: 5px 12px;
	margin-bottom: 8px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
	line-height: 22px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #555;
}
div.panel {
    padding: 0;
    display: none;
    background-color: white;
	background-color: rgba(228,241,255,.2);
}
div.panel.show {
    display: block;
}

/* NAVTOP-HOME-2025 */
.navtop {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.navtop ul {
    list-style-type: none;
	font-weight: 600;
	background: #ff9900;
	margin: 0;
    padding: 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box; 
}
.navtop li { 
	float: left;
	font-size: 17px;
}
.navtop li span { font-weight: 600; }

.navtop li a {
    display: block;
	color: white;
	text-align: center;
	padding: 8px 16px;
    text-decoration: none; 
}	
.navtop li a:hover:not(.active) {
	color: #ffcc80; 
}
.navtop .active { 
	color: #ffcc80;
}

/* DROP MENU-HOME-2025 */

/* Container to Position Dropdown Button and Content */
.dropmenu {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	height: 34px;
	background-color: #ff9900;
}
/* Style the Dropdown Button */
.menu-btn {
	cursor: pointer;
	color: #0000ff;
	background-color: #ff9900;
	border: none;
	padding: 10px 0 0 20px;
	margin-bottom: 0;
}
/* Dropdown Content Hidden by Default */
.dropmenu-content {
    display: none;
    position: absolute;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #e4f1ff;
    width: 180px;
	top: 34px;
    z-index: 2;
}
/* Links Inside Dropdown */
.dropmenu-content a {
    color: #0066ff;
	font-size: 17px;
	font-weight: bold;
    padding: 4px 20px;
    text-decoration: none;
    display: block;
}
/* Change Color of Dropdown Links on Hover */
.dropmenu-content a:hover {
	background-color: #0066ff;
	color: #fff;
}
/* Show Dropdown Menu on Hover */
.dropmenu:hover .dropmenu-content {
	display: block;
}
.dropmenu-content .active {
	color: #fff;
	background-color: #ff9900; 
}
	
/* SECTION-MAIN-2025 */

section::after { content:''; display: block; clear: both; }

section.main {
	padding: 20px 300px 20px 300px;
	clear: both;
}
section.main .icon {
	position: absolute;
	right: 0;
	bottom: 5px;
}
section.main .icon img {
	float: right;
}
section.main aside {
	text-align: left;
}

/* SECTION-MAIN-QUOTE-2025 */
section.main .quote {
	color: #0066ff;
	width: 35%;
	float: left;
	margin: 30px 10px 15px 30px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
section.main .quote strong {
	color: #0066ff;
}
blockquote {
	float: left;
	font-weight: 600;
	font-style: italic;
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	margin: 0 0 15px 0;
	border: solid 15px #e4f1ff;
	padding: 15px 15px 15px 25px;
	box-sizing: border-box;
}
blockquote:before {
	position: absolute;
	font-size: 140px;
	color: #ff9900;
	line-height: 0;
	font-weight: bold;
	top: 20px;
	left: 5px;
	content: "\201C";
}
section.main p.credit {
	float: left;
	font-size: .75em; 	
	padding: 5px 5px 0 65px;
	position: relative;
	margin: 0;
}
section.main p.credit::before {
    content: '\2014';
    position: absolute;
    left: 42px;
}	
	
/* SECTION-MAIN-WORKBOOK-2025 */
section.main .workbook {
	width: 57%;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	box-sizing: border-box;
}

section.main .workbook h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 25px 0 .5em 0;
	font-size: 1.5em;
	line-height: 1em;
	color: #0066ff;
}

section.main .workbook img { 
	float: right; 
	margin: 7px 0 5px 15px; 
}

/* SECTION-MAIN-COLOR-BLOCK-2025 */
section.main .color-block {
	clear: both;
	width: 100%;
	float: left;
	background-color: #e4f1ff;
	padding: 20px 40px 10px 40px;
	box-sizing: border-box;
}
section.main .color-block p {
	color: #0066ff;
	padding-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

/* Color bar for page width */
.new-bar {
	width: 100%;
	float: left;
	background-color: #0066ff;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	padding: 7px;
	margin: 10px 0 20px 0;
}

/* Color bar for index page that changes width */	
section.main .flex-bar {
	float: left;
	background-color: #0066ff;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	padding: 7px;
	box-sizing: border-box;
	width: 57%;
	margin-top: 30px;
	margin-left: 20px;
}

/* INDES-PAGE-COLUMNS-2025 */

section.main .col-left {
	width: 33%;
	float: left;
	text-align: center;
	padding: 20px 20px 10px 20px;
	margin-bottom: 0;
	box-sizing: border-box;
	color: #0066ff;
	font-weight: bold;
}
section.main .col-mid {
	width: 34%;
	float: left;
	text-align: center;
	padding: 20px 20px 10px 20px;
	margin-bottom: 0;
	box-sizing: border-box;
	color: #0066ff;
	font-weight: bold;
}
section.main .col-right {
	width: 33%;
	float: left;
	text-align: center;
	padding: 20px 20px 15px 20px;
	margin-bottom: 0;
	box-sizing: border-box;
	color: #0066ff;
	font-weight: bold;
}
section.main .col-left img {
	display: block;
	margin: 0 auto 20px auto;
}
section.main .col-mid img {
	display: block;
	margin: 0 auto 20px auto;
}
section.main .col-right img {
	display: block;
	margin: 0 auto 20px auto;
}
section.main .col-left p { margin: 0; }

section.main .col-mid p { margin: 0; }
	
section.main .col-right p { margin: 0; }


/* PURCHASE-QA-2024 */
section.main .purchase-qa {
	width: 100%;
	float: left;
	padding: 15px 70px 10px 85px;
	margin-bottom: 10px;
	box-sizing: border-box;
	background-color: #e4f1ff;
	border-top: 20px solid #0066ff;
}
section.main .purchase-qa p {
	margin-bottom: 15px;
	font-size: 16px;
}
section.main .purchase-final {
	float: left;
	width: 100%;
	padding: 10px 40px 10px 0;
	box-sizing: border-box;
	border-bottom: 20px solid rgba(228,241,255,.5);
}
section.main .purchase-options {
	float: left;
	width: 33%;
	padding: 0;
	box-sizing: border-box;
}

/* SECTION-MAIN-DETAILS-CONTENT-2025 */
section.main .details-content {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 10px;
	box-sizing: border-box;
}

section.main .details-content img { 
	float: right; 
	margin: 3px 5px 5px 10px;
}
section.main .details-content p { 
	padding-bottom: 12px;
	margin-bottom: 0;
}


section.main .details-content ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: square;
}
section.main .details-content li {
	text-align: left;
	margin-left: 18px;
	padding: 0 0 10px 0;
	list-style-position: outside;
	font-size: 18px;
	line-height: 1.6;
}

/* Section-Main-Aside-Details-Shade */

section.main .details-shade {
	width: 100%;
	float: left;
	padding: 15px 20px 5px 20px;
	margin-top: 35px;
	box-sizing: border-box;
	background-color: #e4f1ff;
}
section.main .details-shade p {
	margin-bottom: 15px;
}
section.main .details-shade h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}

/* SECTION-MAIN-INDEX-MENU-For Larger Screens */
section.main .home-menu {
	width: 18%;
	float: right;
	padding: 70px 20px 0 0;
	box-sizing: border-box;
}
section.main .home-menu h3 {
	color: #0000ff;
	margin: 0 0 20px 0;
}
section.main .home-menu h4 {
	text-align: center;
}

section.main .home-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
section.main .home-menu li {
	background: #ff9900;
	text-decoration: none;
	line-height: 22px;
	text-align: center;
	color: white;
	font-weight: 500;
	margin: 12px 4px 18px 4px;
	padding: 5px;
	box-shadow: 2px 2px 5px #555;
	border-radius: 5px;
}
section.main .home-menu a {
	color: white;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
}
section.main .home-menu li a {
	display: block;
}
section.main .home-menu li a:hover:not(.active) {
	background: #66ccff;
}
section.main .home-menu li:hover {
background: #66ccff;
}

/* F00TER-2025 */
footer {
	width: 100%;
	clear: both;
	color: #fff;
	background-color: #000099;	
}
footer .content {
	font-size: 16px;
	padding: 15px 20px 0 20px;
}
footer .content p {
	clear: both;
	text-align: center;
	padding: 20px 0 15px 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
}
.cookie {
	background-color: rgba(0,153,255,0.4);
	text-align: center;
	padding: 5px 0;
	margin: 0;
}
footer .content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
footer .content li a {
    display: block;
	color: #fff;
	padding: 3px 0;
    text-decoration: none;
	font-size: 16px;
}
footer .content li a:hover {
	color: #ff9900;
}
footer .content .active {
	color: #0099ff;
}	
footer .content .nav-l {
	float: left;
	width: 38%;
}
footer .content .nav-m {
	float: left;
	width: 35%;
}
footer .content .nav-r {
	float: left;
	width: 26%;
}

/* MEDIA QUERIES */

/* Media Query-992px or MORE */
@media screen and (min-width: 992px) {
 
section.main .col-left { padding: 10px 50px 15px 50px; }

section.main .col-mid { padding: 10px 50px 15px 45px; }

section.main .col-right { padding: 10px 50px 15px 50px; }

}

/* Media Query-1280px or LESS */
@media screen and (max-width: 1280px) {
 
section.main {
	padding: 20px 200px 20px 200px;
}
}

/* Media Query-1024px or LESS */
@media screen and (max-width: 1024px) {


section.main {
	padding: 20px 8% 20px 92px;
}		

section.main .quote {
	margin-left: 20px;
}

section.main .workbook img {  
	float: right;
	height: auto;
	margin: 0 0 0 10px;
}

}

/* Media Query-992px or LESS */
@media screen and (max-width: 992px) {
/* QUOTE-2024 */ 	
section.main .quote {
	width: 100%;
	margin: 30px 0 0 0;
	padding-left: 10%;
	padding-right: 10%;	
}
section.main .workbook {
	width: 99%;
	margin: 0;
	clear: both;
	padding: 10px 20px 10px 30px;
}
section.main .flex-bar {
	width: 100%;
	margin: 0;
}
/* Makes Indes Page Columns Stack-2025 */	
section.main .col-left {
	width: 100%;
	padding: 10px 20% 10px 20%;
	margin-top: 10px;
}
section.main .col-mid {
	width: 100%;
	padding: 10px 20% 10px 20%;
	margin-top: 0;
}
section.main .col-right {
	width: 100%;
	padding: 10px 20% 20px 20%;
	margin-top: 0;
}
}

/* Media Query-768px or MORE */
@media screen and (min-width: 768px) {

.dropmenu { display: none; }

}


/* MEDIA-QUERY-768px or LESS */	
@media screen and (max-width: 768px) {

/* TOP BANNER CONTRACTS */
.banner { height: 230px; }

.banner-guide { height: 230px; }

.logo { width: 80%; }

.logo h1 {
	font-size: 22px;
}
.hero { 
	right: 0; 
}
.navtop { display: none; }

}

/* Media Query-639px or MORE */	
@media screen and (min-width: 639px) {

section.main .color-block p { font-size: 20px; }
}


/* Media Query-639px or LESS */	
@media screen and (max-width: 639px) {

/* Banner-Logo */
.logo h1 span { 
	font-weight: 500;
	display: none; 
}

section.main .icon {
	bottom: 120px;
}
section.main .quote { 
	padding-left: 30px;
	padding-right: 20px;
}

/* FOOTER-COLUMNS-STACK-2025 */
footer .content .nav-l { 
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
footer .content .nav-m{ 
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
footer .content .nav-r { 
	width: 100%;
	text-align: center;
	padding-bottom: 0; 
}
}

/* Media Query-600px or LESS */
@media screen and (max-width: 600px) {

h2 { 
	font-size: 24px;
	line-height: 1.2; 
}

h3 { font-size: 20px; }

.hero {
	display: none;
}
section.main { padding: 20px 20px 20px 20px; }	

section.main .purchase-qa {
	padding-right: 15px;
}
section.main .new-top {
	padding-right: 15px;
}

}

/* Media Query-480px or LESS */
@media screen and (max-width: 480px) {

/* NEW Header */
.header {
  height: 194px;
}

.navtop li a {
	padding: 5px 12px; 
}

/* Makes Home Page Columns Wider Margin-2024 */
section.main .col-left { padding: 10px 20px 10px 20px; }

section.main .col-mid { padding: 10px 20px 10px 20px; }

section.main .col-right { padding: 10px 20px 20px 20px; }

section.main .workbook { padding: 5px 20px 20px 20px; }

blockquote:before { left: -1px; }

section.main .workbook a {
	margin-bottom: 0;
	font-weight: 600; 
}
section.main .details-content .photo-right img {
	width: 80px;
	height: auto;
}

}

/* Media Query-400px or less */
@media screen and (max-width: 400px) {

.logo { 
	font-size: 20px;
	width: 90%; 
}
.logo img { 
	width: 250px;
	height: auto;
	padding-bottom: 10px;
}
.logo h1 {
	font-size: 20px;
}
.logo-guide {
	top: 40px;
}
.logo-guide img {
	width: 260px;
	height: auto;
	top: 45px;
}

}


