/*
Theme Name: Paspective Bespoke Theme
Theme URI: http://example.com/paspective/
Description: Twenty Twenty Child Theme
Author: Peter Andrease
Author URI: http://example.com
Template: twentytwenty
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-sixteen-child
*/
* {
	border: 0;
	outline: 0;
}
body {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
	position: static !important;
	background: #000;
	color: #fff;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	text-indent: -3000px;
	color: #ffffff;
}
hr, .greyline {
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 25px 0 25px 0;
	height: 1px;
	line-height: 1px;
	font-size: 0;
}
.greyline-small {
	max-width: 280px;
	width: 100%;
	clear: both;
	border: none;
	background: #d4d4d4;
	margin: 60px auto;
	height: 5px;
	line-height: 5px;
	font-size: 0;
}
p {
	font-size: 20px;
	line-height: 25px;
	color: #fff;
}
p strong {
	color: #fff;
}
p a {
	color: #fff;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
p.sub-title {
	font-size: 28px;
	line-height: 38px;
	margin: 20px 0 0 0;
}
h1 {
	font-size: 120px;
	line-height: 120px;
	font-weight: 300;
	color: #fff;
	letter-spacing: -5px;
	margin: 0;
	padding: 180px 0 40px 0;
}
.error404 h1 {
	font-size: 80px;
	line-height: 80px;
}
h2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
	letter-spacing: -2px;
	color: #fff;
	margin: 0;
}
h3 {
	font-size: 100px;
	line-height: 100px;
	font-weight: 300;
	color: #fff;
	margin: 0;
}
h4 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
}
.home-header {
	text-align: center;
	margin: 0 auto;
	background: url(/web/20220701050704im_/https://www.metalantis.com/wp-content/themes/paspective/images/main-header.jpg) center center no-repeat;
	width: 100%;
	height: 800px;
	max-width: 1440px;
}
.content-area {
	max-width: 1100px;
	padding: 80px 0;
}
.content-area p {
	max-width: 800px;
}
.blue-text {
	color: #1c77ff !important;
}
.pink-text {
	color: #f31b4f !important;
}
.inner-title {
	font-size: 32px;
	line-height: 36px;
	color: #232324;
}
.wrapper {
	width: 1380px;
	max-width: 94%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.inner-wrapper {
	width: 1240px;
	max-width: 84%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.anchor-link {
	position: absolute;
	width: 10px;
	height: 10px;
	top: -120px;
	left: 0;
}
#navbar {
	border-bottom: 1px solid #7f7f7f;
	padding: 30px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	background: #000;
	z-index: 99995;
	-webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
#logo {
	position: absolute;
	left: 0;
	top: -10px;
	max-width: 220px;
}
#logo img {
	display: block;
}
#mid-header {
	text-align: center;
}
#mid-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mid-header ul li {
	padding: 0 16px;
	font-size: 20px;
	line-height: 22px;
	display: inline-block;
}
#mid-header ul li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.2s;-moz-transition: 0.2s;-ms-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;
}
#mid-header ul li a:hover {
	color: #d82665;
}

/* ------------------- Mobile Menu --------------------- */

#mobile-menu {
	position: absolute;
	top: 10px;
	right: 0;
	display: none;
}
#mobile-menu .sub-menu {
	display: none;
}
input#burger {
	display: none;
}
#mobile-menu input + label {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 32px;
  z-index: 99995;
}
#mobile-menu input + label span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 9px;
  margin-top: -1px;
  left: 0;
  display: block;
  border-radius: 10px;
  background-image: linear-gradient(to right, #7052b9, #95439c);
  transition: .5s;
}
#mobile-menu input + label span:first-child { top: 0; background-image: linear-gradient(to right, #c13178, #ee1d53); }
#mobile-menu input + label span:last-child { top: 18px; background-image: linear-gradient(to right, #2175fc, #4465de); }
#mobile-menu label:hover { cursor: pointer; }
#mobile-menu input:checked + label span {
  opacity: 0;
  top: 50%;
}
#mobile-menu input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}
#mobile-menu input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}
#mobile-menu input ~ nav {
   background: #000;
  position: fixed;
  top: 76px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99994;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}
#mobile-menu input ~ nav ul {
  text-align: left;
  position: absolute;
  top: 50px;
  left: 8%;
  right: 20%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-menu input ~ nav ul li {
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
  display: block;
  padding: 2px 0 20px 0;
}
#mobile-menu input ~ nav ul li.but-area {
  padding: 0;
}
#mobile-menu input ~ nav ul li.menu-item-63 {
	background: none;
	padding-bottom: 0;
}
#mobile-menu input ~ nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
#mobile-menu input ~ nav ul li a:hover, #mobile-menu input ~ nav ul li.current-menu-item a {
	color: #d82665;
}
#mobile-menu input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
#mobile-menu input:checked ~ nav ul li {
  opacity: 1;
  transition-delay: .5s;
}

/* ---------------------------------------- */

.main-but, #mobile-menu input ~ nav ul li a.main-but {
	display: block;
  background: none;
  text-decoration: none;
  font-size: 20px;
  padding: 0;
  font-weight: 600;
  color: #fff;
  width: 230px;
  height: 48px;
  line-height: 45px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  position: relative;
  overflow: hidden;
  text-align: left;
	-webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;
  border-image-source: linear-gradient(to top, #326eed, #e1225d);
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.main-but span {
	left: 20px;
	top: 0;
	position: absolute;
	z-index: 3;
}
.main-but::before {
	content: "";
	display: block;
	position: absolute;
	left: -150px;
	top: 60px;
	width: 330px;
	height: 98px;
	transform: rotate(18deg);
	z-index: 1;
	background-image: linear-gradient(to top, #326eed, #e1225d);
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
}
.content-area .main-but {
	width: 260px;
	margin-top: 40px;
}
#mobile-menu input ~ nav ul li a.main-but {
	font-size: 18px;
	margin-top: 20px;
}
.main-but:hover, #mobile-menu input ~ nav ul li a.main-but:hover {
	color: #fff;
}
.main-but::after {
	content: "";
	display: block;
	width: 17px;
	height: 13px;
	position: absolute;
	right: 20px;
	top: 16px;
	z-index: 2;
	-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;
	background:url(/web/20220701050704im_/https://www.metalantis.com/wp-content/themes/paspective/images/but-arrow.png) center center no-repeat;
}
.main-but:hover::before {
	left: -2px;
	top: -23px;
	transform: rotate(0);
}
.main-but:hover::after {
	right: 12px;
}
.top-but {
	position: absolute;
	right: 0;
	top: -12px;
}




#fancybox-outer {
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
	background: #000 !important;
	border: none !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#fancybox-wrap {
	max-width: 90% !important;
	width: 1100px !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
	background: #000 !important;
	border: none !important;
	padding: 0 !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
#fancybox-content {
	max-width: 100% !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	width: 1100px !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
	padding: 25px 50px !important;
	border: none !important;
	background: #000 !important;
	overflow: hidden !important;
}
#fancybox-content .main-but {
	width: 110px;
}
#fancybox-overlay {
	opacity: 0.95 !important;
	background: #000 !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
}
#fancybox-close {
	right: 40px !important;
	top: 40px !important;
	background: url(/web/20220701050704im_/https://www.metalantis.com/wp-content/themes/paspective/images/close.svg) center center no-repeat !important;
	background-size: 28px 28px !important;;
	height: 28px !important;
	width: 28px !important;
}

.align-center img {
	max-width: 100%;
	height: auto;
}

.team-overlay-box {
	background: #000 !important;
	max-width: 98% !important;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	text-align: left;
}
.infocus-overlay {
	max-width: 700px !important;
}

.team-title {
	display: table;
}
.team-title a {
	text-decoration: none !important;
}
.team-img {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
	width: 120px;
}
.team-text {
	display: table-cell;
	vertical-align: middle;
	font-size: 26px;
	line-height: 34px;
	margin: 0;
	color: #fff;
}
.team-title a:hover {
	opacity: 0.7;
}
.team-overlay-box .wpb_single_image img, .team-boxes img {
	max-width: 100%;
	height: auto;
}

.gradient-area {
	padding: 80px 0 100px 0;
	background-image: linear-gradient(to top, #e1225d, #326eed);
	margin: 40px 0;
}
.gradient-area p {
	color: #fff;
}
.black-text {
	color: #000 !important;
}
.three-column {
	float: left;
	width: 30%;
	margin: 50px 5% 30px 0;
}
.three-column img {
	max-width: 100%;
	height: auto;
	padding-bottom: 10px;
}
.three-column p {
	max-width: 260px;
	line-height: 26px;
	margin: 0;
}

.two-column {
	float: left;
	width: 47%;
	text-align: left;
}
.white-bar {
	height: 1px;
	background: #7f7f7f;
	width: 100%;
	margin: 50px auto;
	max-width: 1440px;
}
.gradient-area .white-bar {
	background: #fff;
	margin: 90px auto;
}
#footer {
	padding: 30px 0;
}
#footer p {
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
}
#footer p strong {
	color: #ffffff;
	font-weight: 500;
}
.footer-column {
	float: left;
	width: 20%;
	padding: 0 2.5%;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.posts-area ul li {
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 18px;
}
.posts-area ul li a {
	color: #868c91;
	text-decoration: none;
}
.posts-area ul li a:hover {
	color: #ffffff;
}
#footer .footer-column p.posts-area-link {
	border-top: 1px solid #1e303c;
	padding-top: 8px;
	text-align: right;
	margin: 10px 0 0 0;
	font-style: italic;
}
.footer-links ul li {
	float: left;
	width: 50%;
	padding-bottom: 12px;
	font-size: 12px;
}
.footer-links ul li a {
	color: #868c91;
	text-decoration: none;
}
.footer-links ul li a:hover {
	color: #ffffff;
}
.footer-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 15px;
}
ul.social-links li {
	display: inline-block;
	padding: 0 6px 12px 6px;
	border-bottom: none;
}
ul.social-links li a {
	display: block;
	width: 23px;
	height: 23px;
	background: url(/web/20220701050704im_/https://www.metalantis.com/wp-content/themes/paspective/images/misc/social-icons.png) no-repeat;
}
ul.social-links li a:hover {
	opacity: 0.5;
}
ul.social-links li a.fb-link {
	background-position: left center;
}
ul.social-links li a.twitter-link {
	background-position: -23px center;
}
ul.social-links li a.linked-link {
	background-position: -46px center;
}
ul.social-links li a.google-link {
	background-position: -69px center;
}

/* ------------------- WP Menu --------------------- */

#wprmenu_bar .menu_title a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	top: 0;
}
#wprmenu_bar {
	background: #000000 !important;
}
#wprmenu_menu.wprmenu_levels ul li a {
	text-transform: uppercase !important;
}
#wprmenu_menu.wprmenu_levels ul li {
	border-bottom: 1px solid #0854a2 !important;
	border-top: 1px solid #3c90e6 !important;
}
#wprmenu_menu ul li a {
	background: #0b74e0 !important;
	font-family: 'Inter', sans-serif !important;
	color: #ffffff !important;
}
#wprmenu_menu ul li a:hover {
	background: #3c90e6 !important;
}

/* ---------------------------------------- */

/* ------------------- Blog --------------------- */
#blog-content {
	float: left;
	width: 66%;
	padding: 50px 0;
}
#blog-sidebar {
	float: right;
	width: 28%;
	padding: 50px 0;
}
a.more-link, #blog-content span.author {
	display: none;
}
.post-navigation, .post-edit-link {
	display: none;
}
.entry-footer {
	background: #dfdfdf;
	padding: 8px 12px 8px 12px;
	margin: 20px 0 60px 0;
	font-size: 14px;
	text-transform: uppercase;
}
.entry-footer a {
	color: #000;
	text-decoration: none;
}
.entry-footer a:hover {
	text-decoration: underline;
}
.entry-footer span {
	display: inline-block;
	padding-right: 4px;
}
.comments-link {
	float: right;
	width: 200px;
	text-align: right;
}
#blog-sidebar .widget {
	padding-bottom: 20px;
}
#blog-content .post {
	margin-bottom: 40px;
}
#blog-sidebar ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#blog-sidebar ul li {
	border-bottom: 1px solid #cacaca;
	padding-bottom: 6px;
	margin-bottom: 6px;
	line-height: 19px;
	font-size: 14px;
}
#blog-sidebar ul li a {
	color: #5c5c5c;
	text-decoration: none;
}
#blog-sidebar ul li a:hover {
	color: #ee402a;
}
#blog-content .greyline {
	margin: 30px 0 30px 0;
}
.updated {
	display: none;
}
.published {
	display: inline;
}
#blog-content .post-thumbnail img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#blog-content a.post-thumbnail img {
	float: left;
	max-width: 30%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.blog-excerpt {
	float: right;
	width: 67%;
}
.blog-excerpt p {
	font-size: 16px;
	line-height: 24px;
}
.ajax-loader {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#blog-content h2 a, #blog-content h3 a {
	color: #ee402a;
	text-decoration: none;
}
#blog-content h2 a:hover, #blog-content h3 a:hover {
	color: #232323;
}

/* ---------------------------------------------- */
/* ------------------- Contact Form --------------------- */
.form-left {
	float:left;
	width:48%
}
.form-right {
	float:right;
	width:48%
}
.wide-form {
	max-width: 800px;
	padding: 50px 0 70px 0;
}
.wide-form label.blank-field {
	font-size:1px;
	height:1px;
	color:#fff
}
.wide-form p {
	margin:0;
	line-height: 22px;
}
.wide-form input,.wide-form textarea,.wide-form select {
	border:none;
	font-family: 'Inter', sans-serif;
	font-size:18px;
	color:#fff;
	width:100%;
	height:60px;
	line-height:22px;
	background: none;
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
	margin-bottom:20px;
	padding: 15px 0 15px 20px;
	border: 2px solid #fff;
}
input::-webkit-input-placeholder, .wide-form textarea::-webkit-input-placeholder {
     color: #fff;
     opacity: 1;
}
input::-moz-placeholder, .wide-form textarea::-moz-placeholder { 
     color: #fff;
     opacity: 1;
}
input:-ms-input-placeholder, .wide-form textarea:-ms-input-placeholder { 
     color: #fff;
     opacity: 1;
}
input:-moz-placeholder, .wide-form textarea:-moz-placeholder { 
     color: #fff;
     opacity: 1;
}
.wide-form input.wpcf7-not-valid,.wide-form textarea.wpcf7-not-valid,.wide-form select.wpcf7-not-valid {
	background: #e32545;
}
.wide-form select {
	width:auto;
}
.wide-form textarea {
	height: 200px;
}
.wide-form span.wpcf7-not-valid-tip {
	position:absolute;
	top:-25px;
	right:0;
	width:19px;
	height:19px;
	z-index:100;
	background:url(/web/20220701050704im_/https://www.metalantis.com/wp-content/themes/paspective/images/misc/not-valid.png) no-repeat;
	font-size:1px;
	line-height:1px;
	text-indent:-3000px;
	color:#ececec
}
.wide-form div.wpcf7-response-output {
	border:2px solid #bc1b1b!important;
	padding: 20px !important;
	font-size:16px!important;
	font-weight: 600 !important;
	color:#fff!important;
	text-align: center !important;
	margin: 20px 0 0 0 !important
}
.sent div.wpcf7-response-output {
	border:2px solid #15a623!important;
}
.submit-area {
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.submit-area::before {
	content: "";
	display: block;
	position: absolute;
	left: -380px;
	top: 80px;
	width: 890px;
	height: 98px;
	transform: rotate(18deg);
	z-index: 1;
	background-image: linear-gradient(to top, #326eed, #e1225d);
	-webkit-transition: 0.2s;-moz-transition: 0.2s;-ms-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;
}
.submit-area::after {
	content: "";
	display: block;
	width: 17px;
	height: 13px;
	position: absolute;
	right: 25px;
	top: 22px;
	z-index: 2;
	-webkit-transition: 0.2s;-moz-transition: 0.2s;-ms-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;
	background:url(/web/20220701050704im_/https://www.metalantis.com/wp-content/themes/paspective/images/but-arrow.png) center center no-repeat;
}
.submit-area:hover::before {
	left: -2px;
	top: -23px;
	transform: rotate(0);
}
.submit-area:hover::after {
	right: 18px;
}

.wide-form input.wpcf7-submit {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
  background: none;
  text-decoration: none;
  font-size: 20px;
  padding: 0 0 0 20px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  position: relative;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
	-webkit-transition: 0.6s;-moz-transition: 0.6s;-ms-transition: 0.6s;-o-transition: 0.6s;transition: 0.6s;
  border-image-source: linear-gradient(to top, #326eed, #e1225d);
	-webkit-box-sizing: border-box; 
	 -moz-box-sizing: border-box;    
	 box-sizing: border-box;
}
.register-form input.wpcf7-submit {
	border: 2px solid #fff !important;
}
.wide-form .red-text {
	color:#ea4141
}
.required {
	color:#b91919
}
/* ---------------------------------------------- */

/* ------------------------- Sitemap --------------------- */
.sitemap li {
	list-style: none;
}
.sitemap ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.sitemap ul li ul {
	padding: 0 ;
}
.sitemap ul li {
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #c3c3c3;
}
.sitemap ul li ul li {
	line-height: 22px;
	border-top: 1px solid #c3c3c3;
	border-bottom: none;
}
.sitemap ul li a {
	color: #141414;
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}
.sitemap ul li a:hover {
	background: #eaeaea;
}

/* ---------------------------------------------- */
.float-right {
	float: right !important;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-btm {
	padding-bottom: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-btm {
	margin-bottom: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.display-none {
	display: none !important;
}
.align-right {
	text-align: right !important;
}
.align-center {
	text-align: center !important;
}
.align-left {
	text-align: left !important;
}
.no-border {
	border: none !important;
}
.mobile-only {
    display: none;
}
@media only screen and (max-width: 1220px) {
	
img {
	max-width: 100%;
	height: auto;
}
	
}
@media only screen and (max-width: 960px) {

.team-img {
	width: 90px;
	padding-right: 12px;
}
.team-img img {
	width: 90px;
	height: auto;
}
.team-text {
	font-size: 19px;
	line-height: 25px;
}
#mobile-menu {
	display: block;
}
.top-but {
	display: none;
}
#mid-header {
	display: none;
}	
#logo {
	position: static;
}
#navbar {
	padding: 20px 0;
}
.wrapper {
	max-width: 84%;
}

h1 {
	font-size: 80px;
	line-height: 80px;
	padding: 160px 0 20px 0;
	letter-spacing: -2px;
}
h2 {
	font-size: 40px;
	line-height: 40px;
}

h3 {
	font-size: 55px;
	line-height: 55px;
}

}
@media only screen and (max-width: 680px) {

.home-header {
	background-size: 900px 500px;
	height: 500px;
}
.three-column {
	margin-top: 30px;
	float: none !important;
	width: 100%;
	margin-right: 0;
}
.three-column img {
	max-width: 280px;
}
#fancybox-content {
	padding: 20px 5px !important;
}
#fancybox-close {
	right: 20px !important;
	top: 20px !important;
}
p {
	font-size: 18px;
	line-height: 24px;
}
h3 {
	font-size: 50px;
	line-height: 50px;
}
.two-column {
	float: none;
	width: 100%;
}
h1 {
	font-size: 50px;
	line-height: 50px;
	padding-top: 120px;
	padding-bottom: 10px;
}
h2 {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -1px;
}
p.sub-title {
	font-size: 20px;
	line-height: 26px;
}
.white-bar {
	margin: 40px auto;
}
.gradient-area {
	padding: 50px 0;
	margin: 30px 0;
}
.gradient-area .white-bar {
	margin: 60px auto;
}
.content-area {
	padding: 40px 0;
}
.wide-form {
	padding: 30px 0 50px 0;
}
.register-form {
	padding: 40px 0 20px 0;
}

}
/*
     FILE ARCHIVED ON 05:07:04 Jul 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:22:44 Apr 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.426
  load_resource: 66.591
  PetaboxLoader3.resolve: 44.403
  PetaboxLoader3.datanode: 21.698
*/