<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.izzit_btn_dis:focus {
			outline: none;
		}		
		
		.home-video-padding {
			padding-top: 40px;
			padding-right: 40px;
			font-size: 18px;
			color: #ffffff;
		}
		
		.blue_button:link {
			-webkit-border-radius: 5;
			-moz-border-radius: 5;
			border-radius: 5px;
			color: #ffffff;
			font-size: 20px;
			background: #3498db;
			padding: 10px 20px 10px 20px;
			text-decoration: none;
		}
		
		.blue_button:visited {
			-webkit-border-radius: 5;
			-moz-border-radius: 5;
			border-radius: 5px;
			color: #ffffff;
			font-size: 20px;
			background: #3498db;
			padding: 10px 20px 10px 20px;
			text-decoration: none;
		}
		
		.blue_button:hover {
			background: #3cb0fd;
			text-decoration: none;
			color: #ffffff
		}
		
		.blue_button:active {
			background: #3cb0fd;
			text-decoration: none;
		}
		
		@media only screen and (max-width: 920px) {
			.tab-full {
				display: none;
			}
			.home-video-padding {
				padding-right: 30px;
			}
		}
		
		@media only screen and (min-width: 921px) {
			.tab-mobile {
				display: none;
			}
		}
		
		@media only screen and (max-width: 1320px) {
			.home-video-padding {
				padding-left: 30px;
			}
			.video-text {
				padding-left: 30px;
			}
		}
		

@media only screen and (min-width: 922px) {
		.who_background {
			margin-top: 15px;
			background-image: url('../images/home_images/who_are_we_new.jpg');
			min-height: 292px;
			background-repeat: no-repeat;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			background-position: right;
		}
	.who_btn_align {
				margin:80px 140px 0px 0px;
			}
}
		
		@media only screen and (max-width: 921px) {
			.who_background {
				background-image: url('../images/home_images/who_are_we_blank.jpg');
				min-height: 292px;
				background-repeat: no-repeat;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				background-position: right;
			}
			.index-padding-top {
				padding-top: 16px;
			}
			.izzit_btn_dis {
				
				color: #000;
				background-color: #fbd603;
				font-size: 14px;
				padding: 7px 10px;
				text-align: center;
				display: inline-block;
				width: 75%;
				margin-bottom: 0px;
				font-weight: 400;
				line-height: 1.42857143;
				white-space: nowrap;
				vertical-align: middle;
				-ms-touch-action: manipulation;
				touch-action: manipulation;
				cursor: pointer;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				background-image: none;
				border: 1px solid transparent;
				border-radius: 7px
			}
			.izzit_btn_dis:hover {
				color: #000;
				cursor: pointer;
				background-color: #ccffff;
			}
			.full_slider {
				display: none;
			}
			
			.who_btn_align {
				margin:10px 0px 20px 0px;
				padding-bottom: 25px;

			}
		}
		
		@media only screen and (min-width: 922px) {
			.izzit_btn_dis {
				color: #000;
				background-color: #fbd603;
				font-size: 14px;
				padding: 7px 10px;
				text-align: center;
				display: inline-block;
				width: 30%;
				margin-bottom: 0;
				font-weight: 400;
				line-height: 1.42857143;
				white-space: nowrap;
				vertical-align: middle;
				-ms-touch-action: manipulation;
				touch-action: manipulation;
				cursor: pointer;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				background-image: none;
				border: 1px solid transparent;
				border-radius: 5px
			}
			.izzit_btn_dis:hover {
				color: #000;
				cursor: pointer;
				background-color: #ccffff;
			}
			.mobile_slider {
				display: none;
			}
		}
</pre></body></html>