@charset "UTF-8";
a:link {
	color: black;
	text-decoration: none;
}

a:hover {
	color:#004e4a;
}

p{
	font-size:medium;
	font-family: "Montserrat",serif;
}


.primary_header{
   
}
.carousel{
	width:535px;
	height:357px;
}
.fa {
  padding: 10px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  border: 2px solid #969696;
  line-height:36px;
display:inline;

}

.fa::before{
  color:#969696;
}
.fa:hover:before{
	color:#004e4a;
}
.fa:hover {
    color:#004e4a;
	border-color:#004e4a;
}
a{
	padding-right:5px;
padding-left:5px;
}

.email-a{
	padding-right:0px;
	padding-left:0px;
	color:#004e4a;
}
.linkform-a{
	color:black;
}
.linkform-a:hover{
	color:#004e4a;
}
.button {
    border: none;
    color: black;
    padding-top: 16px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: 'Montserrat';
    max-width: 570px;
}

.button1 {
    background-color: #004e4a;
    border: 1px solid rgba(255,255,255,1.00);
    border-radius: 5px;
    color: white;
    font-size: medium;
	font-style: bold;
    padding: 18px 25px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}


.passwordbutton {
	background-color: white;
	color: #004e4a;
	border: 2px solid #004e4a;
	border-radius: 12px;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
}

.passwordbutton:hover {
	background-color: #004e4a;
	color: white;
}

.container {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.center {
    display: grid;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}


.paragraphs {
	justify-content: center;
	margin-left: 50px;
	margin-right: 50px;
}

.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: #01B2D1;
}
.primary_header {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px solid #2C9AB7;
	background-color: rgba(255,255,255,1.00);
	font-family: "Montserrat",serif;
}
section{
    padding-top: 53px;
    margin-top: 70px;
    margin-bottom: -18px;	
	margin-left:150px;
	margin-right:150px;
}

.sig-img{
	padding-bottom:10px;
	margin-left:30px;
}
.secondary_header {
	width: 100%;
	padding-top: 0px;
	background-color: #000000;;
	clear: left;
}
.third_header {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	color: #969696;
	font-family: "Montserrat",serif;
	font-weight: normal;
	text-align: center;
	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;
}
.left_article {
	background-color: #FFFFFF;
	width: 50%;
	float: left;
	font-family: "Montserrat",serif;
	color: #343434;
	padding-bottom: 55px;
}
.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: 0px;
	margin-bottom: 15px;
	color: #000000;
}
.right_article {
    width: 50%;
    padding-top: 100px;
    float: left;
}

.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;
}

h1{
	font-family:"Monserrat", serif;
}

.centre_article {
	background-color: #FFFFFF;
	font-family:"Monserrat", serif;
	padding-top:100px;
}
.Aimg{
    margin-right: auto;
    margin-left: auto;
    max-height: 700px;
    max-width: 827px;
}
.TYcentre_article {
	background-color: #FFFFFF;
	font-family:"Monserrat", serif;
	padding-top:100px;
	padding-bottom:100px;
}
.container .centre_article h1 {
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	color: #000000;
	font-size: 200%;
	padding-top:50px;
	font-family:"Monserrat", serif;
}

.TYcentre_article h1 {
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	color: #000000;
	font-size: 50px;
	padding-top:50px;
	font-family:"Monserrat", serif;
}
.container .centre_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	color: #000000;
	font-size: 24px;
	font-family:"Monserrat", serif;
}

.TYcentre_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	color: #000000;
	font-size: 115%;
	font-family:"Monserrat", serif;
}


.passwordinput {
	font-family: "Source Sans Pro";
	text-align: center;
	border: 0px;
    border-radius: 20px;
    font-size: 24px;
    color: white;
    padding: 10px 0px;
    font-weight: bold;
    height: auto;	
}

::placeholder {
	color: white;
}

.footer {
	margin: 0;
	width:100%;
	background-color:#000000;
	margin-top: 50px;
}
.footer img{
	padding-top:15px;
	margin-bottom: 15px;
}
.title {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0px;
    background-color: rgba(255,255,255,1.00);
    padding-bottom: 10px;
	}
.title-top {
    padding-top: 5px;
    margin-bottom: 50px;
    background-color: rgba(255,255,255,1.00);
    padding-bottom: 10px;
	margin-left:150px;
	margin-right:250px;
	}
.title-top img{
	padding-top:10px;
}
.top-text{
	width:50%;
	float:right;
	color: black;
	text-align: right;
}
.top-img{ 
	float:left;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
	width: 90%;
}
.left_half {
	background-color: #52BAD5;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.TY-top-img{
	margin-right:auto;
	margin-left:auto;
	display:block;
}
.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: #202020;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
    font-family: "Montserrat",serif;
    padding: 50px;
}
.secondary_header .title{
	background-color: #202020;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer_img {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Response design */

@media (max-width: 360px) {
.green-bar{
    max-width: 360px;
	
}
.carousel{
	max-width:360px;
	width:320px;
	height:192px;
	margin-bottom:10px;
}
	
.green-bar-p{
    max-width: 360px;
    padding-right: 5px;
    padding-left: 5px;
}


.button {
	max-width:360px;

}

.button1 {
    max-width: 360px;
    font-size: small;
    margin-left: auto;
    margin-right: auto;
    float: none;
	display:block;
}
.button-a{
		max-width: 360px;
		width:100%;
	}	

a{
    max-width: 360px;
    
	}
section{
    max-width: 360px;
    width: 100%;
    padding-bottom: 35px;
	margin-left:0px;
	padding-top:0px;
	}
.button-row{
    max-width: 360px;
    width: 100%;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
	}
	
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.centre_article p{
    margin-top: 5px;
	}
.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;
	
}
.left_article {
    width: 100%;
    height: auto;
    margin-bottom: -44px;
    padding-top: 5px;
    margin-top: 0px;
	
}
.right_article {
	max-width: 360px;
    width: 100%;
    height: auto;
	padding-right: 0px;
	margin-bottom: 25px;
	margin-left:20px;
}
	.right_article img{
		width:100%;
		float:center;
		padding:0px;
		margin:0px;
	}
.Aimg{
		max-width: 360px;
		width:100%;
	}
aside{
		padding-right:0px;
	}
.slide{
		padding-right:0px;
	}

.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 {
    color: white;
    padding-top: 3px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -6px;
}
.container .left_article h3 {
	margin-top: 30px;
}



.third_header p{
    font-size: 60%;
  
	
	}
.secondary_header .title img{
		width:40%;
	}
.copyright p{
		font-size: 60%;
	}
img {
    margin-left: auto;
    margin-right: auto;
	
}
h1 {
    margin-top: 10px;
}

.paragraphs{
		max-width:360px;
	    width:100%;
	margin:0px;
	}
.paragraphs p{
		font-size:x-small;
	}
.sig-img{
		width:50%;
	    margin-left:10px;
	}
	
.title img{
		margin-bottom:1px;
	}
.title{
		padding-bottom:1px;
	padding-top:1px;
	}

.third_header {
    margin-top: 10px;
	padding-bottom:50px;
	
}
.title img{
	max-width:360px;
	margin-bottom:20px;
	width:60%;
	display:block;
	margin-right:auto;
	margin-left:auto;
	}
	

.title-top{
	max-width:360px;
	width:100%;
	padding-bottom:10px;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	}
.top-text{
	max-width:360px;
	width:100%;
	display:block;
	text-align: center;
	padding-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	font-size:medium;
}
	.top-text h2{
		max-width:360px;
		width:100%;
		padding-left:0px;
		margin:0px;
	}
.top-img img{ 
	max-width:360px;
    width:150px;
	display:block;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	float:none;
	
}
.top-img { 
	max-width:360px;
	display:block;
	padding:0px;
	float:none;
	
}
.carousel{
		width:100%;
	padding:0px;
	}
.centre_article{
		padding-top:200px;
	}

	.email-a{
		max-width:360px;
		font-size:70%;
	}

}


@media (min-width: 361px) and (max-width: 767px) {
.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: 0px;
}
.left_article {
    width: 100%;
    height: auto;
    margin-bottom: -38px;
	padding-top:5px;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	margin-left: 20px
	
}
.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%;
}
	.button1 {
    max-width: 375px;
    font-size: small;
    margin-left: auto;
    margin-right: auto;
    float: none;
	display:block;
}
section{
		padding-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	padding-top:10px;
		
	}
.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%;
}

.third_header p{
		font-size: 60%;
	background-color:  #000000;
	}
.secondary_header .title img{
    width: 27%;
    margin-bottom: -11px;
	}
.copyright p{
    font-size: 60%;
    background-color: #202020;
    padding-top: 25px;
    padding-bottom: 17px;
	}
.right_article img{
		width:70%;
	}
img {
    margin-left: auto;
    margin-right: auto;
}
.title {
    height: 80%;
	
}
.third_header {
    margin-top: -61px;
	padding-bottom:100px;
}
.title img {
    width: 203px;
	padding-top:25px
}
.top-img{
		margin-bottom:20px;
		margin-top:-30px;
	}
.title-top{
	max-width:767px;
	width:100%;
	padding-bottom:10px;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	}
.top-text{
	max-width:767px;
	width:100%;
	display:block;
	text-align: center;
	padding-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	font-size:medium;
}
	.top-text h2{
		max-width:767px;
		width:100%;
		padding-left:0px;
		margin:0px;
	}
.top-img img{ 
	max-width:767px;
    width:150px;
	display:block;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	float:none;
	
}
.top-img { 
	max-width:767px;
	display:block;
	margin-top:10px;
	float:none;
	
}
.center {
    margin-top: -8px;
}
.paragraphs{
		
	    width:100%;
	
	margin:0px;
	}
.email-a{
		max-width:360px;
		font-size:70%;
	}
.carousel{
	width:100%;
	height:192px;
	margin-bottom:10px;
}
.carousel-indicators{
		bottom:-70px;
	}
.carousel-control {
    top:100px;
}
.copyright{
		padding-bottom: 50px;
		margin-top:10px;
	}
	.sig-img{
		margin-left:10px;
	}
}


@media (min-width: 768px) and (max-width:1023px)  {
.secondary_header {
	max-width:768px;
	overflow: auto;
	padding-bottom: 30px;
}
	.paragraphs p{
		
		font-size:small;
		padding:0px;
	}
.paragraphs {
		
		padding:0px;
	}
	.carousel{
		width:100%;
		height:100%;
	}
	.right_article{
		width:100%;
		padding-right:0px;
		padding-top:0px;
		padding-left:0px;
		float:none;
	}
	.Aimg{
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
	max-width:768px;
}
.left_article {
	height: auto;
	max-width:768px;
	width:100%;
}
.footer {
    max-width: 1023px;
    width: 100%;
}

.right_article {
	height: auto;
	padding-bottom: 27px;
	max-width:768px;
}
.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;
}
	.right_article img{
		width:90%;
		
	}
	body{
    max-width: 1023px;
    width: auto;
	}
	.container{
    max-width: 1023px;
	}
section{
		max-width:768px;
	margin-left: 5px;
	margin-right: 5px;
	}
	.title-top{
		margin-right:20px;
		margin-left:20px;
	}
	.top-text{
		font-size:20px;
	}
.secondary_header.footer .title .copyright {
    max-width: 1023px;
}

}

@media (max-width: 1024px) {
.button-a {
    max-width: 570px;
}

}
.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}

.right_article img{
	width:90%;
}

.right_article{
    padding-right: auto;
    padding-top: 0px;
    padding-left: auto;
}

.paragraphs{
	margin-left:0px;
	margin-right:20px;
}

#menu {
}
