@charset "UTF-8";
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.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;
}
.row .columns p {
	padding-left: 10%;
	padding-right: 10%;
}
.container .columns h4 {
	text-align: center;
	color: #01B2D1;
}
.eye {
    float: right;
    margin-right: 15%;
}
.eye:hover {
    cursor: pointer;
	opacity: 0.7;
}
.primary_header {
	width: 100%;	
	/*background: rgba(222, 234, 255, 0.8);*/
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}
.primary_header img {
	text-align: center;
	margin-bottom: -20px;	
	margin-top: 0px;
}
.primary_header p {
	font-size: 40px;
	letter-spacing: 0px;
    font-family: Arial;
}
.secondary_header {
	width: 90%;
	padding-top: 30px;
	padding-bottom: 50px;
    /*background: rgba(154, 130, 221, 1);*/
	/*background: rgba(0, 176, 221, 0.6);*/
	clear: left;
	padding-left: 5%;
	padding-right: 5%;	
    border-top: solid;
    border-bottom:solid;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 100%;
	font-size: 38px;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
    font-family: Arial;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
	font-weight: normal;
	color: black;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 20%;
	transition: all 0.3s linear;   
}
.secondary_header a {
	text-decoration: none;
	color: black; 
}
.secondary_header a:hover {
	color: black; 
	text-decoration: underline;
}
.secondary_header ul li:hover {
	color:blue;
	cursor: pointer;
}

.information {
	text-align: center;
	width: 100%;
	float: left;
    font-family: Arial;
	color: black;
    width: 100%;
	/*padding-top: 20px;
	padding-bottom: 0px;
	background: rgba(255, 255, 255, 0.6);*/
}
.information h3 {
	font-size: 43px;
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
}
.information p {
	font-size: 33px;
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
    line-height: 1;
}
.information a {
	text-decoration: none;
	width: 100%;
    color: black;
}
.information2 {
	text-align: center;	
	/*background: rgba(255, 255, 255, 0.6);
	background-color:#e9ecef;*/
	width: 100%;
	float: left;
	font-family: Arial;
	color: black;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 33px;
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
	/*border-bottom: 2px solid #e9ecef;*/
}
.information2 h3 {
	font-size: 43px;
}
.information2 p {
	font-size: 33px;
}
.dots {
	text-align: left;
	padding-left: 15%;
	padding-right: 15%;
}
.dots-c {
    /*background: rgba(222, 234, 255, 0.6);*/
}
.noDisplay {
	display: none;
}
.footer {
	/*background-color: #717070;*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-family: Arial;
}
.title {
	font-weight: bold;
	font-style: normal;
	font-family: Arial;
	text-align: center;
	color: black;
	letter-spacing: 2px;
	font-size: 55px;
	font-weight: 500;
    margin-bottom: -20px;
}
.container .column_half h2 {
	color: black;
	font-family: Arial;
	text-align: center;
}
.column_half {
	width: 50%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background: rgba(255, 255, 255, 0.6);
	background-color: #fff;
	border-top: 2px solid #e9ecef;*/
}
.column_title {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 33px;
	font-weight: normal;
}
.copyright {
	text-align: center;
	/*background-color: #717070;*/
	color: black;
	font-weight: lighter;
	border-top-width: 2px;
	font-family: Arial;
    font-size: 33px;
    line-height: 1;
    letter-spacing: 1;
}
.copyright a:hover {
    text-decoration: none;
    color: black;
    cursor: default;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
	/*background-image: url("../img/bw-world.png");*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a[href^="mailto:"] {
  font-size: 33px;
  text-decoration: none;
  color:black;
}
a[href^="tel:"] {
  font-size: 33px;
  text-decoration: none;
  color:black;
}
.primary_header .secondary_header {
}


@media (max-width: 320px) {
.eye {
    float: right;
    margin-right: 1%;
}
.eye:hover {
    cursor: pointer;
	opacity: 0.7;
}
.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;
}
.secondary_header a {
	text-decoration: none;
	color: black; 
}
.secondary_header a:hover {
	color: black; 
	text-decoration: underline;
}
.secondary_header ul li:hover {
	color: black;
	cursor: pointer;
}
.information {
	text-align: center;
	float: left;
	font-family: Arial;
	color: black;
	padding-top: 20px;
	padding-bottom: 15px;
	width: 100%;
	/*background: rgba(255, 255, 255, 0.6);*/
}
.information h3 {
	font-size: 35px;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}
.information p {
	font-size: 26px;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}
.information a {
	text-decoration: none;
	font-size: 26px;
	width: 100%;
}
.dots {
	text-align:left;
	padding-left: 1%;
	padding-right: 1%;
}
.dots-c {
    /*background: rgba(222, 234, 255, 0.8);*/
}
.column_half.left_half {
	width: 100%;
	/*background-color: #fff;*/
	width: 35%;
	padding-left: 15%;
}
.column_half.right_half {
	width: 100%;
	/*background-color: #fff;*/
	width: 35%;
	padding-right: 15%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 1;
}
.copyright a:hover {
    text-decoration: none;
    color: black;
    cursor: default;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {
.eye {
    float: right;
    margin-right: 5%;
}
.eye:hover {
    cursor: pointer;
	opacity: 0.7;
}
.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;
}
.secondary_header a {
	text-decoration: none;
	color: black; 
}
.secondary_header a:hover {
	color: black; 
	text-decoration: underline;
}
.secondary_header ul li:hover {
	color: black;
	cursor: pointer;
}
.information {
	text-align: center;
	float: left;
	font-family: Arial;
	color: black;
	padding-top: 20px;
	padding-bottom: 15px;
	width: 100%;
	/*background: rgba(255, 255, 255, 0.6);*/
}
.information h3 {
	font-size: 38px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.information p {
	font-size: 28px;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.information a {
	text-decoration: none;
	font-size: 28px;
	width: 100%;
}
.dots {
	text-align:left;
	padding-left: 2%;
	padding-right: 2%;
}
.dots-c {
    /*background: rgba(222, 234, 255, 0.8);*/
}
.copyright {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 1;
}
.copyright a:hover {
    text-decoration: none;
    color: black;
    cursor: default;
    font-size: 28px;
}
.column_half.left_half {
	width: 30%;
}
.column_half.right_half {
	width: 30%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.eye {
    float: right;
    margin-right: 10%;
}
.eye:hover {
    cursor: pointer;
	opacity: 0.7;
}
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.secondary_header ul li {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.secondary_header a {
	text-decoration: none;
	color: black; 
}
.secondary_header a:hover {
	color: black; 
	text-decoration: underline;
}
.secondary_header ul li:hover {
	color: black;
	cursor: pointer;
}
.information {
	text-align: center;
	float: left;
	font-family: Arial;
	color: black;
	padding-top: 20px;
	padding-bottom: 15px;
	width: 100%;
	/*background: rgba(255, 255, 255, 0.6);*/
}
.information h3 {
	font-size: 40px;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}
.information p {
	font-size: 31px;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}
.information a {
	text-decoration: none;
	font-size: 31px;
	width: 100%;
}
.dots {
	text-align: left;
	padding-left: 3%;
	padding-right: 3%;
}
.dots-c {
    /*background: rgba(222, 234, 255, 0.8);*/
}
.copyright {
    font-size: 31px;
    line-height: 1;
    letter-spacing: 1;
}
.copyright a:hover {
    text-decoration: none;
    color: black;
    cursor: default;
    font-size: 31px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}

@media (min-width: 1001px) and (max-width: 1200px)  {
.eye {
    float: right;
    margin-right: 12%;
}
.eye:hover {
    cursor: pointer;
	opacity: 0.7;
}
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
	
.secondary_header ul li {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.secondary_header a {
	text-decoration: none;
	color: black; 
}
.secondary_header a:hover {
	color: black; 
	text-decoration: underline;
}
.secondary_header ul li:hover {
	color: black;
	cursor: pointer;
}
.information {
	text-align: center;
	float: left;
	font-family: Arial;
	color: black;
	padding-top: 20px;
	padding-bottom: 15px;
	width: 100%;
	/*background: rgba(255, 255, 255, 0.6);*/
}
.information h3 {
	font-size: 43px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.information p {
	font-size: 33px;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.information a {
	text-decoration: none;
	font-size: 33px;
	width: 100%;
}
.dots {
	text-align:left;
	padding-left: 5%;
	padding-right: 5%;
}
.dots-c {
    /*background: rgba(222, 234, 255, 0.8);*/
}
.copyright {
    font-size: 33px;
    line-height: 1;
    letter-spacing: 1;
}
.copyright a:hover {
    text-decoration: none;
    color: black;
    cursor: default;    
    font-size: 33px;
}
.container .columns p {
	padding-left: 25px;
	padding-right: 25px;
}
}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	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: #414141;*/
	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 {
}
