/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             ELEMENTS                          **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
* {
	margin: 0;
	padding: 0;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 100%;
	line-height: 27.2px;
	background-color: #f7f6f1;
	color: #4d4845;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}
input[type="submit"], .button {
	font-family: 'Utopia', 'Merriweather', Calibri, Arial, Helvetica, sans-serif;
}
.extraspaceneeded {
	height: 500px;
}
/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             LINKS                             **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
a:link {
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: underline;
}



/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             HEADER                            **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
header {
	padding: .25em 0 0;
	background-color: #00325b;
	width: 100%;
	box-shadow: 0 3px 12px #999;
}
header img {
	padding-right: 3em;
	padding-bottom: .5em;
}
header p, header h1 {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	color: white;
	font-weight: 100;
	font-size: 100%;
}
header h1 {
	font-family: 'Libre Franklin', sans-serif;
	padding-top: 2.5em;
}
header p {
	padding-left: 15%;
}

header p img {
	float: left;
	max-width: 255px;
	width: 100%;
	padding-right: 2em;
}
.simple {
	padding: 0 0 130px;
}

/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**              ACCESS CODE FORM                 **
**                                               **
**          THIS IS THE FORM USED TO             ** 
**           ACCESS A SELF-STUDY OR              **
**             SCHOOL PERFORMANCE                **
**                   SURVEY                      **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/

#accesscodeform fieldset {
	max-width: 470px;
	width: 100%;
	font-weight: 500;
	padding: 1em 1em;
	background-color: #DDEBFD;
	transition: background 0.5s linear;
	border: 1px solid black;
}
 #accesscodeform fieldset:hover {
	background-color: #ffffff;
} 
#accesscodeform fieldset label {
	font-variant: small-caps;
}
#accesscodeform fieldset p {
	margin-left: 0;
	padding-left: 0;
	color: black;
	text-align: center;
}
#accesscodeform input[type="text"] {
	height: 26px;
	font-family: 'Utopia', 'Merriweather';
	font-weight: bold;
	font-size: 100%;
	padding-left: 5px;
	font-variant: normal;
}
#accesscodeform .button, #accesscodepage .button {
	background-color: #007c5a;
	transition: background 0.2s linear; 
	border: none;
	color: white;
	padding: 8px 16px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font-size: 100%;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 5px;
	width: 80px;
	box-shadow: 0 3px #999;
	transition: all 0.5s;
}
#accesscodeform .button:hover, #accesscodepage .button:hover, #contactform #submit:hover, #contactform #reset:hover {
	background-color: #006046;
}
#accesscodeform .button:active, #accesscodepage .button:active, #contactform #submit:active, #contactform #reset:active {
	box-shadow: 0 1px #666;
	transform: translateY(1px);
}

#accesscodeform .button span, #accesscodepage .button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#accesscodeform .button span:after, #accesscodepage .button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#accesscodeform .button:hover span, #accesscodepage .button:hover span {
  padding-right: 25px;
}

#accesscodeform .button:hover span:after, #accesscodepage .button:hover span:after {
  opacity: 1;
  right: 0;
}

/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             TAKE SURVEY PAGE                  **
**         A.K.A. "ACCESS CODE PAGE"             **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
#takesurvey div {
	display: block;
	margin: auto;
	text-align: center;
	max-width: 800px;
	width: 100%;
}
#takesurvey h3 {
	font-variant: small-caps;
}
#takesurvey p:first-of-type {
	border-top: 1px solid black;
	font-style: oblique;
}
#takesurvey p {
	padding: .25em .5em;
	font-style: oblique;
}
#takesurvey ul {
	font-style: oblique;
	padding: .25em 3em;
}
#takesurvey ul li {
	list-style-type: none;
	padding-bottom: .25em;
}
#accesscodepage {
	display: inline-block;
	text-align: left;
	margin: 2em auto;
	padding: 1em 0;
}
#accesscodepage input[type="text"] {
	height: 26px;
	font-family: 'Utopia', 'Merriweather';
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
}
#contactform #submit, #contactform #reset {
	background-color: #007c5a;
	transition: background 0.2s linear;
	border: none;
	color: white;
	padding: 8px 16px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0 3px #999;
}
#accesscodepage #button:hover, #contactform #submit:hover, #contactform #reset:hover {
/*   	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);  */
	background-color: #006046;
}
#accesscodepage #button:active, #contactform #submit:active, #contactform #reset:active {
	box-shadow: 0 1px #666;
	transform: translateY(1px);
}

/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             NAVIGATION MENU                   **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
nav { 
	clear: both; 
	margin-top: 7px;
}
#nav_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 500;
	border-top: 1px solid white;
	list-style: none;
	list-style-image: none;
	margin-bottom: 0;
}
#nav_menu ul li {
	float: left;
	width: 25%;
	
}
#nav_menu ul>li {
	margin-bottom: 0;
}
#nav_menu ul li a {
	display: block;
	padding: .15em 0 .15em .3em;
	text-decoration: none;
	background-color: white;
	color: #00325b;
	border: none;
}
#nav_menu ul li a.first {
	background-color: #00325b;
	transition: background 0.5s linear;
	color: #ffffcc;
	font-family: 'Libre Franklin', sans-serif;
	text-align: center;
	font-size: 107%;
	font-variant: small-caps;
}
#nav_menu ul li a:hover {
	/*color: #007c5a;*/
	background: #f2f2f2; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(rgb(230, 230, 230), white, silver); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(230, 230, 230), white, silver); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(230, 230, 230), white, silver); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(230, 230, 230), white, silver); /* Standard syntax */
}
#nav_menu ul li a.first:hover {
	color: gold;
	background-color: #007c5a;
	background: #007c5a;
}
#nav_menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 25%;
}
#nav_menu ul ul li {
	float: none;
	position: relative;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
	width: 100%;
	margin-right: 1em;
}
#nav_menu ul ul li a {
	padding: .5em;
	font-size: 85%;
}
#nav_menu ul ul li ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
}
#nav_menu ul li:hover > ul {
	display: block;
}
#nav_menu ul li > ul li:hover {
	color: #007c5a;
}

#nav_menu > ul::after {
	content: "";
	clear: both;
	display: block;
}

/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             HOMEPAGE NAV LIST                 **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
.home-btn-group {
	width: 66%;
	margin: 7% auto 0;

}
.home-btn-group .button {
	width: 100%;
	border: 1px solid #007c5a;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 100%;
}
.home-btn-group a {
	display: inline-block;
	padding: 8px 0;
	background-color: #00325b;
	transition: background 0.5s linear;
	width: 100%;
}
.home-btn-group a:link, .home-btn-group a:visited, .home-btn-group a:active {
	color: #f7f6f1;
	text-decoration: none;
}
.home-btn-group .button:not(:last-child) {
	border-bottom: none; /* Prevent double borders */
	
}
.home-btn-group a:hover {
	background-color: #007c5a;
	color: gold;
}
.home-btn-group .button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.home-btn-group .button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.home-btn-group .button:hover span {
	padding-right: 25px;
}

.home-btn-group .button:hover span:after {
	opacity: 1;
	right: 0;
}

/*****************************************************
******************************************************
**                                                  **
** -- Old Homepage nav list - used a ul to build -- **
**                                                  **
******************************************************
******************************************************
#nav_list ul {
	list-style: none;
	width: 66%;
	margin: 12% auto;
	font-family: 'Utopia', 'Merriweather', Calibri, Arial, Helvetica, sans-serif;
}
#nav_list ul li a {
	width: 100%;
	border-top: 2px ridge #007c5a;
	border-left: 1px solid #007c5a;
	border-right: 1px solid #007c5a;
	border-bottom: 2px groove #007c5a;
}
#nav_list li:first-child a {
	border-top: 1px solid #007c5a;
	border-radius: 0 15px 0 0;
}

#nav_list li:last-child a {
	border-bottom: 1px solid #007c5a;
	border-radius: 0 0 0 15px;
}
#nav_list ul li a {
	display: block;
	padding: .33em .5em;
	text-decoration: none;
	background-color: #00325b;
	transition: background 0.5s linear;
	color: #FFFFFF;
	font-size: 105%;
	font-variant: small-caps;
	text-align: center;
}
#nav_list ul li a:hover {
	background-color: #007c5a;
	color: gold;
}
******************************************************
******************************************************
**                                                  **
**          -- END Old Homepage nav list --         **
**                                                  **
******************************************************
*****************************************************/


/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             MAIN                              **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
main {
	clear: left;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding: 1em 0;
	position: relative;
}
.intro {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 150%;
	font-weight: 500;
	color: #00325b;
	text-align: center;
	margin: 2em 0 .5em;
}
.threecol {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
#sps_learnmore p {
	text-align: center;
}
#sps_learnmore img {
	max-width: 610px;
	width: 100%;
	min-width: 75px;
}
	

/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             PRODUCTS PAGES                    **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
.productpage {
	clear: both;
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	padding: 1em .2em;
	position: relative;
}
.prodintro {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 140%;
	font-weight: 500;
	line-height: 26px;
	color: #00325b;
	padding-left: .3em;
	border-bottom: 1px solid #00325b;
	margin: .25em 0 .5em;
	
}

.productpagesection {
	position: relative;
	width: 60%;
	margin: 0 auto;
	padding: 1em;
	background-color: #fefefe;
	box-shadow: -3px 3px 12px #cecece;
	
}
.productpagesection h2, .aboutsection h2 {
	color: #00325b;
	margin: 1em 0;
	padding: .25em;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 140%;
	font-weight: 500;
	font-variant: small-caps;
	border-top: 1px solid #007c5a;
	border-bottom: 1px solid #007c5a;
	border-right: 1px solid #007c5a;
	background: #a9d3c7;
	background: -webkit-linear-gradient(right, rgb(0,124,90), #fefefe); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgb(0,124,90), #fefefe); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgb(0,124,90), #fefefe); /* For Firefox 3.6 to 15 */
	background: linear-gradient(right, rgb(0,124,90), #fefefe); /* Standard syntax */

}
.productpagesection p {
	font-size: 98%;
	margin: 2em .5em;
}
.productpagesection p:first-of-type:first-letter { 
	font-family: 'Libre Franklin', sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #007c5a;
}
.testimonial p:first-of-type:first-letter { 
	font-family: 'Libre Franklin', sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: black;
}
.testimonial blockquote {
	background: #efefef;
	color: black;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 1em 1.5em;
	quotes: "\201C" "\201D" "\2018" "\2019";
	font-family: 'Libre Franklin', sans-serif;
}
.testimonial blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
.testimonial blockquote p {
	display: inline;
}
.author {
	font-family: 'Libre Franklin', sans-serif;
	padding-left: 2em;
	font-style: italic;
}
.twitter-tweet {
	margin: 0 auto;
}
.accredlist {
	list-style: none;
	margin-left: 2em;
	padding-top: .25em;
	padding-bottom: .25em;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 110%;
}
.accredlist ul li {
	font-variant: normal;
	font-weight: normal;
	font-size: 90%;
	list-style: none;
	margin-left: 2em;
	padding-top: .25em;
	padding-bottom: .25em;
}
.pricelist {
	margin: 0 7%;
	font-size: 90%;
}
.pricelist li {
	margin-left: 2.25em;
	margin-top: .4em;
	margin-bottom: .4em;
}
.emphasis {
	margin: 1em 0;
	display: block;
	margin: 0 1em;
	padding: 1.5em;
	font-size: 110%;
	font-weight: 500;
	color: black;
	text-align: center;
	background-color: rgb(221,233,227);
	transition: background 0.2s linear;
	text-decoration: none;
	font-variant: small-caps;
	border-radius: 25px;
	border: 2px solid #00325b;

}
.emphasis:hover {
	border: 2px solid red;
	text-decoration: none;
	color: black;
	background-color: #ffb3b3;
	box-shadow: 0 3px #999;
}
.emphasis:active {
	color: black;
	box-shadow: 0 1px #666;
	transform: translateY(2px);
	
}
.emphasis:visited {
	color: black;
	text-decoration: none;
}
/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**       PRODUCTS PAGES NAV LIST                 **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
#sidelist {
	float: right;
	margin: 1em auto 0;
	width: 15%;
	height: 100%;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 30px;
}

#sidelist ul {
	list-style-type: none;
	margin: 25px 0;
	padding: 0;
	overflow: auto;
	font-size: 70%;
}

#sidelist li a {
	display: block;
	color: #000;
	padding: 4px 8px;
	font-size: 110%;
	text-decoration: none;
	background-color: #f1f1f1;
	transition: background 0.5s linear;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-top: 1px solid #555;
	border-bottom: 0;
	padding-left: .3em;
}

#sidelist li:first-child a {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-top: 1px solid #555;
	border-radius: 0 5px 0 0;
}

#sidelist li:last-child a {
	border-bottom: 1px solid #555;
	border-radius: 0 0 0 5px;
}

#sidelist li a.active {
	background-color: #4CAF50;
	color: white;
}

#sidelist li a:hover:not(.active) {
	background-color: #555;
	color: white;
}

/*    statement page    */
.statement {
	font-variant: small-caps;
	background-color: #fefefe;
	width: 40%;
	box-shadow: -3px 3px 12px #cecece;
	margin: 1.5em auto;
	padding: .5em;
}
.statement h1 { 
	font-size: 145%; 
	padding: 15px 0;
}
.statement p {
	width: 85%;
	margin: 0 auto;
	padding: 5px 12px;
}
.statement ul {
	margin: 5px 15%;
	font-size: 110%;
}
.statement li {
	padding-bottom: .5em;
}


/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             ABOUT                             **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
#staffimage {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
#staffimage img {
	max-width: 600px;
	width: 100%;
	margin-top: 2em;
}
#staffimage figcaption {
	margin: 4em auto;
	padding: 0 4em;
	font-size: 90%;
}
.staffnames {
	margin-top: 2em;
	list-style-type: none;
	width: 45%;
	float: left;
	margin-left: 2em;
}
.staffnames li {
	display: block;
	padding: .5em;
	font-size: 90%;
	border-radius: 15px;
}
.staffnames li p {
	margin: 0;
	padding: 0;
}
.staffnames .breakitup {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 1%;
}
.staffnames .staffimage {
	float: left;
	margin: 1em 1em 3em;
	padding: 0;
}
.staffimage img {
	max-width: 65px;
	width: 100%;
	margin: 0 1em;
}
.staffcontactinfo {
	float: right;
}
.staffnames li:hover {
	background-color: #F0F0F0;
	border: 1px solid gray;
	box-shadow: 3px 3px 10px 3px #BEBEBE;
}

/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             FAQ                               **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
.faq button.accordion {
    clear: left;
    background-color: #eee;
    color: #444;
    font-weight: bold;
    font-size: 105%;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: .5s;
}

.faq button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

.faq button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq button.accordion.active:after {
    content: "\2212";
}

.faq div.panel {
    padding: 0 18px;
    background-color: white;
    font-size: 105%;
    max-height: 0;
    overflow: auto;
    transition: max-height 1s ease-out;
}
.faq ul { 
	list-style: none; 
	padding-left: .5em;
}
.faq p { padding: .5em 0; }
.faq img { 
	position: relative;
	left: 3%;
	float: left; 
}

/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             CONTACT FORM                      **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
#contactform {
	margin: .5em auto;
	padding: .5em 0;
	background-color: #fefefe;
	box-shadow: -3px 3px 12px #cecece;
}
#contactform fieldset {
	margin: 1em auto;
	padding: .5em 1em;
	width: 95%;
	border: 0;
	border-bottom: 1px ridge #007c5a;
}
#contactform h5 {
	font-size: 130%;
	vertical-align: middle;
	color: firebrick;
	font-variant: small-caps;
	margin: 25% auto;
	padding: 0;
	text-align: center;
}
#contactform > p:first-of-type {
	width: 300px;
	display: block;
	text-align: center;
	margin: 0 auto;
	border: 1px solid red;
	background-color: #FDDDDD;
	transition: background 0.5s linear;
	font-size: 95%;
	font-weight: bold;
	font-variant: small-caps;
	position: fixed;
	right: 2em;
	top: 30%;
	border-radius: 5px;
}
#contactform > p:first-of-type a {
	display: block;
	padding: .5em;
	text-decoration: none;
	color: black;
	cursor: pointer;
	border-radius: 5px;
}
#contactform img {
	margin: 0 auto;
	padding-right: .5em;
	max-width: 50px;
	width: 100%;
}
#contactform legend {
    font-weight: bold;
    font-variant: small-caps;
    padding-bottom: .5em;
}
#contactform label, input, select, #comments {
	font-size: 90%;
	margin-bottom: 1em;
}
#contactform label {
    float: left;
    width: 15em;
    text-align: right;
}
#contactform input[type="text"], #contactform input[type="email"], #contactform input[type="tel"], select {
    width: 25em;
    margin-left: .5em;
    margin-bottom: .5em;
    padding-left: .2em;
}
/* #contactform input:required, input[required] input:invalid {
}
#contactform input:valid {
} */
#contactform input:invalid {
	box-shadow: none;
}
#contactform br {
    clear: both;
}
#contactform #buttons input {
	width: 10em;
}
#contactform #order_type {
	width: 25em;
}
#comments {
	clear: both;
}
#contactform textarea {
	width: 100%;
	height: 150px;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	background-color: #f8f8f8;
	resize: none;
}
#prodchoices_a, #prodchoices_b {
	width: 48%;
	margin: 0 auto;
}
#prodchoices_a {
	float: left;
}
#prodchoices_b {
	float: right;
}
#prodchoices_a .boxcheck, #prodchoices_b .boxcheck {
	display: none;
}
#prodchoices_a .chckbox,#prodchoices_b .chckbox {
	display: block;
	text-align: left;
	float: left;
	width: 25em;
	padding: .5em .25em;
	font-size: 100%;
	margin: 1px;
	background-color: #fefefe;
	transition: background 0.5s linear;
	border: 1px solid #fefefe;
	transition: border 0.5s linear;
	position: relative;
}
#prodchoices_a input[type="checkbox"]:checked + label, #prodchoices_b input[type="checkbox"]:checked + label {
	background-color: #CBC9C9;
	border: 1px solid #ACABAB;
	font-weight: bold;
}
#prodchoices_a input[type="checkbox"]:hover, #prodchoices_a .chckbox:hover, #prodchoices_b input[type="checkbox"]:hover, #prodchoices_b .chckbox:hover {
	background-color: #EAEAEA;
	transition: background 0.5s linear;
	border: 1px solid #CBC9C9;
}
#contactform > p:first-of-type:hover {
	background-color: #F96C6C;
	box-shadow: 0 3px #999;
}
#contactform > p:first-of-type:active {
	background-color: #F96C6C;
	box-shadow: 0 1px #666;
	transform: translateY(1px);
}
#contactform #submit {
	margin-left: 15px;
	margin-top: 20px;
}
#recaptcha {
	float: left;
}
/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             THANK YOU PAGES                   **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
.thankyoupage {
	width: 80%;
	margin: 0 auto;
}
.thankyoupage p {
	
	font-size: 130%;
	line-height: 35px;
	color: #00325B;
	font-weight: bold;
	width: 100%;
	margin: 5% auto 15px;
	width: 60%;
}
.thankyoupage img {
	max-width: 83px;
	display: block;
	margin: auto;
	width: 100%;
}
#umathankyoupage {
	max-width: 413px;
	display: block;
	margin: 3em auto;
	width: 100%;
	
}
.thankyoupage .logo {
	max-width: 200px;
	width: 100%;
	float: left;
	display: block;
	text-align: center;
	margin: 4em 2em 2em;
	border-radius: 15px;
	border: 5px ridge silver;
}
.thankyoupage h3 {
	display: block;
	margin: 0 auto;
	padding: .25em .5em;
	font-size: 110%;
	font-weight: bold;
}
.thanks-box {
	margin-top: 5em;
	display: flex;
	gap: 1em;
	justify-content: center;
	align-items: flex-start;
	
}
.thanks-box p {
	color: black !important;
	font-weight: 600;
}
.thanks-box img {
	outline: 3px ridge #003057;
	outline-offset: 3px;
}
.redirect-message {
	width: 100%;
	margin-top: 2em;
	font-size: 200%;
	text-align: center;
}
div.polaroid {
	display: block;
  	margin: 25px auto;
	max-width: 400px;
  	width: 100%;
	background-color: white;
	border-radius: 15px;
	border: 3px ridge silver;
	padding: 10px;  
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
div.polaroid .trusteethanksimage {
	max-width: 384px !important;
	width: 100% !important;
	border: 0;
    padding: 5px;
}
div.container {
	display: block;
	text-align: center;
	padding: 10px 20px;
}
#highlight {
	font-family: calibri, arial;
	width: 100%;
	font-size: 300%;
	font-weight: 900;
	text-align: center;
	color: red;
	text-shadow: 1px 1px 1px black, -1px 1px 1px black, 1px -1px 1px black, -1px -1px 1px black;
	margin: 0 auto;
	line-height: normal;
}
/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**               LANDING PAGES                   **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
.landingpage {
	clear: both;
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	padding: 1em .2em;
}

.landingpagesection {
	width: 90%;
	margin: 0 auto;
	padding: 1em;
	/* background-color: #fefefe;
	box-shadow: -3px 3px 12px #cecece; */
	
}
.landingpagesection p, .landingpagesection ul {
	font-size: 100%;
	color: #00325B !important;
	width: 100%;
	margin: 5% auto 15px;
}
.promoHeader {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#promo1 {
	max-width: 1280px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
#greenboldstandard_1, #greenboldstandard_2 {
	font-weight: bold;
	color: #007C5A;
	width: 65%;
	font-size: 90%;
	margin: 5px 0;
}
#redfont {
	color: #007C5A !important;
}
.standard_citation {
	font-weight: normal;
	font-size: 60%;
}
#bodytext {
	clear: both;
}
#promoimages img {
	max-width: 150px;
	width: 100%;
	float: left;
	margin: 5px 3px;
}
.landingpagesection h3 {
	display: block;
	margin: 0 auto;
	padding: .25em .5em;
	font-size: 110%;
	font-weight: bold;
}
.lp_left {
	width: 50%;
	float: left;
	margin-right: 1em;
}
.lp_right {
	width: 45%;
	float: right;
	padding-left: 15px;
	border-left: 1px solid rgb(228, 219, 219);
}
.promofield1 {
	margin-bottom: 5px;
	border-radius: 5px;
}
#commentarea {
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 8px;
}
.promofield1 label {
	display: inline-block;
	width: 100px;
	text-align: right;
}
.promofield1 input {
	margin: 5px;
	padding: 0 .25px;
	width: 200px;
}
.green {
	margin-bottom: 1px;
	border: 1px solid black;
	border-radius: 15px;
	padding: 0;
}
#promofield2 input[type="checkbox"] {
	margin: 1em;
}
.lp_right textarea {
	width: 95%;
	padding: .25em;
}
#submitpromoform {
	border: none;
}
#submitpromoform input[type="submit"] {
	width: 50%;
	height: 60px;	 
	background-color: #007c5a;
	font-weight: bold;
	font-variant: small-caps;
	border: none;
	border-radius: 10px;
	font-size: 140%;	
	color: white;
}
.landingpagesection li {
	margin-left: 10%;
}
legend {
	padding: 0 4px;
}
/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**                EXITPOLL                       **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
.thankyou_exitpoll {
	width: 80%;
	margin: 0 auto;

}
#exitpollframe {
	display: none;
}
.thankyou_exitpoll iframe {
	max-width: 900px;
	width: 100%;
	height: 1500px;
	border: none;
	box-shadow: -3px 3px 12px #cecece;
}
.thankyou_exitpoll div {
	font-size: 100%;
	color: #00325B;
	font-weight: bold;
	width: 80%;
	margin: 5px auto 5px;
}
#exitpollbutton {
	background-color: #007c5a;
	display: inline-block;
	padding: 8px 12px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	border: none;
	border-radius: 15px;
}
#exitpollbutton:hover {
	box-shadow: 0 4px #999;
}
#exitpollbutton:active {
	box-shadow: 0 1px #666;
	transform: translateY(4px);
}

/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             ELDERLY PAGES                     **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
.elderlyPage TABLE {
	width: 60%;
	margin: .5em auto;
}
.elderlyPage UL {
	margin-top: .25em;
	margin-bottom: .5em;
	margin-left: 2em;
}
.elderlyPage LI {
	margin-top: .25em;
	margin-bottom: .25em;
}
#confidentialityStatement {
	background-color: #fefefe;
	width: 38%;
	box-shadow: -3px 3px 12px #cecece;
	margin: 1.5em auto;
	padding: 2em;
}
#confidentialityStatement H1 {
	line-height: 60px;
}
#confidentialityStatement H3 {
	margin-top: 1em;
}
#confidentialityStatement p {
	margin-top: .25em;
}
#confidentialityStatement p, #confidentialityStatement LI {
	margin-left: .75em;
	font-size: 105%;
}
#confidentialityStatement H3, #confidentialityStatement B, #confidentialityStatement STRONG {
	font-size: 125%;
	font-variant: small-caps;
}

/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             Scroll-to-top button              **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
#scrolltotop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 15%;
    left: 77%;
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #b5b5b5;
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px 15px 5px; /* Some padding */
    border-radius: 50%; /* Rounded corners */
    font-size: 14px; /* Increase font size */
    opacity: 0.75;
    -webkit-transition: all .15s; /* Safari */
    transition: all .15s;
}

#scrolltotop:hover, #scrolltotop:active {
    background-color: #00325b; /* Add a dark-blue background on hover */
    opacity: 1;
    box-shadow: -5px 5px 10px #999;
    border-radius: 5px;
    padding: 10px 35px 5px; /* Some extra side padding */
}




/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             FOOTER                            **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
#bottombuffer {
	clear: both;
	height: 100px;
}

footer {
	clear: both;
	font-family: 'Libre Franklin', sans-serif;
	background-color: #00325b;
	width: 100%;
	padding: .25em 0;
	position: absolute; 
	bottom: 0;
	vertical-align: middle;
	box-shadow: 0 -3px 12px #999;
}
footer p img {
	float: right;
	display: block;
	padding: 0 25% 0 2em;
	margin-bottom: 1em;
	max-width: 175px;
	width: 100%;
	text-align: left;
}
footer p {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: .15em;
	text-align: right;
	vertical-align: middle;
	font-size: 80%;
	color: white;
	font-family: 'Libre Franklin', sans-serif;
	font-variant: small-caps;
	font-weight: 100;
	line-height: 18px;
}
footer a:link, footer a:active, footer a:visited {
	color: white;
	text-decoration: none;
}
#copyright {
    position: relative;
    z-index: 2;
    font-size: 100%;
    padding: 0;
    color: #efefef;
    background-color: #00325b;
}
/**************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             HIDE SLICKNAV                     **
**                                               **
***************************************************
***************************************************
***************************************************
**************************************************/
.slicknav_menu {
	display: none;
}


/**************************************************
***************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             MEDIA QUERIES                     **
**                                               **
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**      up to 1200px                             **
**                                               **
***************************************************
***************************************************
***************************************************
***************************************************
**************************************************/
@media only screen and (max-width: 1200px) {
	#contactform > p:first-of-type {
		width: 300px;
		position: relative;
		right: initial;
	}
	#scrolltotop {
		    left: 85%;
		    bottom: 10%;
	}
}

/***************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**      tablet portrait to standard 960          **
**                                               **
***************************************************
***************************************************
***************************************************
***************************************************
**************************************************/
@media only screen and (max-width: 959px) {
	body { font-size: 90%; }
	.panel {
		clear: both;
		max-width: 959px;
		width: 95%;
		height: 250px;
	}
	.homepagebuttonfirst, .homepagebuttonlast {
		border-radius: 0;
	}
	.intro {
		font-size: 125%;
	}
	footer p {
		font-size: 75%;
	}
	footer p img {
		padding: 0 15% 0 2em;
	}
	header p, header h1 {
		width: 100%;
		text-align: center;
		padding: 0;

	}
	header p img {
		float: none;
		padding: 0;
	}
	form fieldset {
		margin: 0 auto;
	}
	#staffimage, #staffimage img {
		float: none;
		max-width: 600px;
		width: 100%;
		border: 0;
		box-shadow: none;
		padding: 0;
		margin: 0;
		border-radius: 0;
	}
	.staffnames {
		float: none;
		width: 100%;
		padding: 0;
	}
	.staffnames li {
		margin: 0;
		padding: 0 0 .75em;
		font-size: 90%;
	}
	.productpagesection {
		width: 75%;
		margin-right: 10em;
		box-shadow: none;

	}
	#prodchoices_a, #prodchoices_b {
		width: 80%;
		margin: 0 auto;
		float: none;
		clear: both;
	}
	#confidentialityStatement, .statement {
		width: 95%;
		margin: .25em auto;
		padding: 1em;
		box-shadow: none;

	}
	
	#recaptcha {
		width: 45% !important;
		margin: .5em auto;
		float: none;
		clear: both;
	}
	.thankyou_exitpoll {
		width: 99%;
		margin: 0 auto;
	
	}
	.thankyou_exitpoll iframe {
		max-width: 100%;
	}
	#exitpollframe {
		display: none;
	}
	.thankyou_exitpoll div {
		font-size: 90%;
		color: #00325B;
		font-weight: bold;
		width: 80%;
		margin: 5px auto 5px;
	}
	.lp_left, .lp_right {
		width: 95%;
		clear: both;
		margin: 0 1em;
	}
	
}

/**************************************************
***************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             MEDIA QUERIES                     **
**                                               **
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**      mobile landscape to tablet portrait      **
**                                               **
***************************************************
***************************************************
***************************************************
***************************************************
**************************************************/
/* mobile landscape to tablet portrait */
@media only screen and (max-width: 767px) {
	body { 
		font-size: 80%; 
		width: 100%;
	}
	header {
		padding: 0 0 1em 0;
	}
	.intro {
		font-size: 100%;
	}
	
	/* Center the access code form */
	#accesscodeform fieldset {
		max-width: 100%;
		width: 100%;
		padding: 1em 0;
		border: 0;
		border-radius: 0;
	}
	#accesscodeform fieldset label {
		display: block;
		text-align: center;
		font-size: 90%;
	}
	#accesscodeform input[type="text"] {
		padding-left: 0;
		display: inline-block;
		text-align: center;
		font-size: 90%;
	}
	#scrolltotop {
	    bottom: 0;
	    left: initial;
	    right: 0;
	    border-radius: 5px; /* Rounded corners */
	    font-size: 14px; /* Increase font size */
	    opacity: 0.5;
	    -webkit-transition: all .15s; /* Safari */
	    transition: all .15s;
	}
	#scrolltotop:hover, #scrolltotop:active {
	    background-color: #007c5a;
	    opacity: 1;
	    box-shadow: none;
	    border-radius: 5px;
	}
	
	/* hide the navigation menu */
	#nav_menu {
		display: none;
	}

	/* and replace it with the slicknav menu */
	.slicknav_menu {
		display: block;
		text-align: left !important;
		background-color: #00325b !important;
	}
	.threecol {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.home-btn-group {
		width: 99%;
	}
	/*
	#nav_list ul {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0;
	}
	#nav_list ul li a {
		width: 100%;
		font-size: 110%;
		padding: .75em .5em;
		border-top: 1px solid #007c5a;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
	#nav_list li:first-child a {
		border-top: 1px solid #007c5a;
		border-radius: 0;
	}

	#nav_list li:last-child a {
		border-bottom: 1px solid #007c5a;
		border-radius: 0;
	}
	*/
	footer p img {
		display: none;
	}
	footer p {
		text-align: center;
		font-size: 70%;
	}
	.productpagesection {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0 auto;
		border-left: none;
	}
	#sidelist { display: none; }
	.productpagesection h2 {
		width: 100%;
	}

	#contactform #buttons input {
		margin: .1em;
		padding: 0;
		width: 7em;
	}
	#contactform label {
		text-align: left;
		margin-top: .5em;
		
	}
	#staffimage, #staffimage img {
		float: none;
		max-width: 600px;
		width: 100%;
		border: 0;
		box-shadow: none;
		padding: 0;
		margin: 0;
		border-radius: 0;
	}

	footer {
		position: relative;
		bottom: 0;
	}
	.statement ul {
		margin: 15px 3px 15px 15px;
		font-size: 110%;
	}

	.thankyoupage {
		width: 99%;
		margin: 0 auto;
	}
	.thankyoupage p {
		font-size: 110%;
		width: 99%;
		margin: 5% auto 15px;
	}
	#mblthankyoupage img {
		max-width: 200px;
		width: 100%;
		float: none;
		margin-top: 5px;
	}
	#mblthankyoupage h1 {
		font-size: 110%;
		clear: both;
		text-align: center;
	}
	#mblthankyoupage p, #mblthankyoupage h3 {
		width: 95%;
		margin: 0 auto;
	}
	.thanks-box {
		margin: .5em;
		flex-direction: column;	
		justify-content: center;
		align-items: center;	
	}

}

/**************************************************
***************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**             MEDIA QUERIES                     **
**                                               **
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
**                                               **
**      mobile portrait to mobile landscape      **
**                                               **
***************************************************
***************************************************
***************************************************
***************************************************
**************************************************/
/* mobile portrait to mobile landscape */
@media only screen and (max-width: 479px) {
	body { font-size: 75%; }
	.intro {
		font-size: 90%;
	}
}

/**************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
***************************************************
**************************************************/
