@charset "UTF-8";

h1 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: white;
	line-height: 1.4;
}

h2 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #660099;
	line-height: 1.4;
}

h3 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: #660099;
	line-height: 1.4;
}

h4 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: white;
	line-height: 1.4;
}

h5 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #993399;
	line-height: 1.2;
}

h6 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.1rem;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: white;
	line-height: 1.2;
}

h7 {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: white;
	line-height: 0.8;
}

whitelabel {
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 1.4;
}

.divpink {
 background-color: #3E1C5D;
}

.divpage {
padding: 0px 8px 0px 8px;
}

.text-block {
  top: 30px;
  left: 20px;
  background-color: #E0DDE1;
  padding: 10px 20px 0px 20px;
  border-radius: 20px;
  max-width: 400px;
  max-height: 200px;
  border: 6px solid #660099;
}

.text-block-2 {
  background-color: rgba(240, 224, 247, 0.8);
  padding: 0px 10px 0px 10px;
  border-radius: 20px;
  max-width: 800px;
  border: 4px dashed#993399;
  text-align: left;
}

.text-block-3 {
  background-color: rgba(240, 224, 247, 0.8);
  padding: 0px 10px 0px 10px;
  border-radius: 20px;
  max-width: 400px;
  border: 4px dashed#993399;
  text-align: center;
}

.text-block-4 {
  background-color: black;
  padding: 0px 10px 0px 10px;
  border-radius: 20px;
  max-width: 400px;
  border: 4px dashed#993399;
  text-align: center;
}

.hr {
  padding: 3px 0px 3px 0px;
  border: 2px solid #993399;
  border-radius: 5px;
  max-width: 360px;
}

/* Style The Dropdown Button */
.dropbtn {
  background-color: #9f3485;
  color: #CE8CDC;
  padding: 16px;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 300px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #CE8CDC;
  width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
  border-radius: 16px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #660099;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 16px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #D9BBE7}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #666666;
}

.video{
border: 3px solid #6B5F5F;
}

.video-portrait{
border: 4px solid #663399;
aspect-ratio: 9/16;
width: 300px;
}

.video-square{
border: 4px solid #663399;
aspect-ratio: 1/1;
width: 300px;
}

a:link {
 	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: #660099;
}

a:hover {
 	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: #9f3485;
}

li:link {
 	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: #660099;
}

li:hover {
 	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	text-decoration: none;
	color: #ff6600;
}

.img {
  border: 3px solid #660099;
}

.container {
    background-color: #FFFFFF;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border-bottom-width: 0px;
}
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.row.blockDisplay {
	display: block;
}
.column_half {
	width: 50%;
	float: left;
	margin-top: 0px;
}
.columns {
	width: 25%;
	float: left;
	font-family: "Source Sans Pro";
	color: #A5A5A5;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #660099;
}
.primary_header {
	width: 100%;
	background-color: #52bad5;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 2px solid #2C9AB7;
}
.secondary_header {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #B3B3B3;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}
.secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
}

/* floating up button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #660099;
  color: white;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #ff6600;
}

/* floating up button End */

.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: "Source Sans Pro";
	color: #343434;
	padding-bottom: 15px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #B3B3B3;
}
.right_article {
	width: 40%;
	float: left;
	background-color: #F6F6F6;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}
.footer {
	background-color: #660099;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #660099;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #52BAD5;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: #01B2D1;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	text-align: center;
	background-color: #666666;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	padding: 10px;
	font-family: "Arial", Arial, Helvetica, sans-serif;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body div {
}
body div {
}

@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.columns {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.columns p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.columns {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.columns p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.columns {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) {
}
.thumbnail {
	width: 50px;
	border-radius: 100px;
	height: 50px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #993399;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}
