@charset "utf-8";
/* CSS Document */

.heading-grid {
    width: 80%;
    max-width: 928px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: px solid red;
}
.title-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border: px solid yellow;
}
.page-title {
    color: #C90; 
    font-weight: bold; 
    font-size: 1.05em; 
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0rem;
    padding-bottom: 0.4rem;
    margin-top: 0;
    margin-bottom: 0;
}
a:hover span {
  color: #808080;
  text-decoration: underline;
}

.links {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 0.8em;
    padding-top: 0.6rem;
    color: #6E6E6E;
    display:;
    font-weight:400;
}

.page-content {
    width: 80%;
    max-width: 928px;
    height: auto;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    margin-bottom: 1rem;
    border: px solid yellow; 
}
.page-content-link {
    width: 100%; 
    line-height: 125%; 
    color: #818181; 
    font-size: 0.9em; 
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    text-align: left;
}
.page-content-list {
    width: 100%;
}
.page-content-text {
    width: 100%;
    color: #808080;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.3;
}
.page-content-policy {
    width: 80%;
    max-width: 928px;
    height: auto;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    margin-bottom: 16rem;
    border: px solid yellow; 
}
#more {display: none;}
#pagetop {
	position: absolute;
	visibility: hidden;
	color: #CCC;
	margin-top: 0px;
	top: -2px;
}
.pagetop-link {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    color: #CCC; 
    font-weight: bold; 
    font-family: 'Arial Narrow'; 
    font-size: 10pt;
}
button {
    appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: rgba(169,169,169,1.00));
    overflow: hidden;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-flex;
    align-self: flex-start;
    cursor: none;
    background-color: rgba(0,0,0,1.00);
    box-sizing: ;
    margin: 0em;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.3;
    padding-left: 0.4rem;
   border: none;
}

button:hover {
    text-decoration: underline;
    font-weight: 600;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: underline;
	color: #D8D8D8;
}
#banner a:hover {
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	color: #C0C0C0;
}
.ad-box-horizontal {
    display: flex;
    align-self: center;
    justify-content: flex-start;
    position: ;
    border: px solid red;
    margin-top: 1.2rem;
    margin-bottom: 2rem;
    height: 1px;
} 

.founder-profile-photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: medium solid #808080;
	height: 300px;
	width: 252px;
}
.messagebox {
	font-size: 12pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #D4D4D4;
	border: medium solid #808080;
}
#tswname {
    width: 22.2rem;
}
#tswemail {
    width: 22rem;
}
#tswcomments {
    width: 24.8rem;
}

@media only screen and (max-width:575.98px) {
.heading-grid {
    width: 82%;
}
.title-box {
    width: 100%;
}
.page-title {
    font-weight: 700; 
    font-size: 0.98em; 
    padding-top: 0.1rem;
}
.pagetop-link {
    width: 99.6%;    
}
.page-content {
    width: 94%;
    padding-left: 2rem;
    padding-right: 0.8rem;
}
.page-content-policy {
    width: 94%;
    padding-left: 2rem;
    padding-right: 0.8rem;
    margin-bottom: 1.5rem;
}
.page-content-link {
    font-size: 0.845em;    
    }
.page-content-text {
    width: 100%;
    padding-right: 1.1rem;
    font-size: 1em;
}
.ad-box-horizontal {
    width: 95%;
    margin-right: 1rem;
}
button {
    padding-left: 0.1rem;
    font-size: 0.85em;
}
.founder-profile-photo {
    float: none;
    display: block;
    width: 150px;
    height: 176px;
    margin: 0 auto 1.25rem;
    }
	
#tswname {
    width: 10rem;
}
#tswemail {
    width: 12rem;
}
#tswcomments {
    width: 13rem;
}
.messagebox {
	font-size: 14pt;
}
}

@media only screen and  (min-width:576px) and (max-width:767.98px) {
.heading-grid {
    width: 86%;
}
.title-box {
    width: 100%;
}
.page-title {
    font-weight: 700; 
    font-size: 0.98em; 
    padding-top: 0.1rem;
}
.pagetop-link {
    width: 99.8%;    
}
.page-content {
    width: 94%;
    padding-left: 2rem;
    padding-right: 1rem;
}
.page-content-policy {
    width: 94%;
    padding-left: 2rem;
    padding-right: 0.8rem;
    margin-bottom: 12rem;
}
.page-content-link {
    font-size: 0.86em;    
    }
.page-content-text {
    width: 100%;
    padding-right: 1.1rem;
    font-size: 0.85em;
}
button {
    padding-left: 0.1rem;
    font-size: 0.9em;
}
.founder-profile-photo {
	width: 175px;
	height: 205px;
	}	
.ad-box-horizontal {
     width: 95%;
     align-self: flex-start;
    margin-left: 0.5rem;
}
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
.heading-grid {
   width: 86.5%;
}
.title-box {
    width: 100%;
}
.page-title {
    font-weight: 700; 
    font-size: 0.98em; 
    padding-top: 0.1rem;
}
.page-content {
    width: 94%;
    padding-left: 2rem;
    padding-right: 1rem;
}
.page-content-policy {
    width: 94%;
    padding-left: 2rem;
    padding-right: 0.8rem;
    margin-bottom: 11rem;
}
.pagetop-link {
    width: 99.8%;    
}
button {
    padding-left: 0.1rem;
    font-size: 0.9em;
}
.founder-profile-photo {
	width: 185px;
	height: 217px;
	}	
.ad-box-horizontal {
     width: 95%; 
}
}

@media only screen and (min-width:992px) and (max-width:1079.98px) {
.page-content-text {
    font-size: 0.85em;
    margin-left: 0.25rem;
}
button {
    padding-left: 0.2rem;    
}
.page-content-policy {
    width: 94%;
    padding-left: 2rem;
    padding-right: 0.8rem;
    margin-bottom: 13rem;
}
.founder-profile-photo {
	width: 195px;
	height: 229px;
	}
.ad-box-horizontal {
     width: 95%; 
     align-self: center;
}
}

@media only screen and (min-width:1080px) and (max-width:1199.98px) {
.page-title {
    font-weight: 700; 
    font-size: 0.98em; 
}
 
.title-box {
    width: 70%;
}

.page-content-text {
    width: 100%; 
    align-items: center;
    margin-left: 0.1rem;
    margin-top: 0;
    padding-top: 0;
    font-size: 0.85em;
}
.page-content-policy {
    width: 94%;
    padding-left: 2rem;
    padding-right: 0.8rem;
    margin-bottom: 11rem;
}
button {
    padding-left: 0.2rem;    
}
.founder-profile-photo {
	width: 195px;
	height: 229px;
	}
.ad-box-vertical {
    display: none;
}
.ad-box-horizontal {
     width: 100%; 
     align-self: center;
}
}

@media only screen and (min-width:1200px) and (max-width:1365.98px) {
.page-content-text {
    position: relative;
    font-size: 0.85em;
    line-height: 1.2;
    margin-top: -0.2rem;
}
.founder-profile-photo {
	width: 210px;
	height: 246px;
	}
.ad-box-vertical {
    display: none;    
    }
.ad-box-horizontal {
     width: 100%; 
     align-self: center;
}
}

@media only screen and (min-width:1366px) {
.founder-profile-photo {
	width: 260px;
	height: 305px;
	}
.ad-box-vertical-left {
    width: 180px;
    height: 600px;
    display: flex;
    margin-top: 10rem;
    margin-bottom: 20rem;
    margin-left: 4rem;
    margin-right: rem;
    border: px solid brown;
}
.ad-box-vertical-right {
    width: 180px;
    height: 600px;
    display: flex;
    margin-top: 10rem;
    margin-bottom: 20rem;
    margin-left: rem;
    margin-right: 4rem;
    border: px solid brown;
}
.ad-box-horizontal {
    display: none;    
}
}
  