@charset "UTF-8";

body {
	font-family: arial, sans-serif;
	font-size: 1vw;
	background: white;
}

img { 
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

header {
	width: 99%;
	top: 0px;
	padding: 1.5em;
	position: fixed;
	background-color: #BEBABA;
}

h1 {
	font-weight: 100;
	font-size: 2em;
	line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 2%;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h1_ch {
	font-weight: 100;
	font-size: 2em;
	line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 2%;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
	font-family:KaiTi;
}

h2 {
	font-size: 1.2em;
	font-weight: 100;
	line-height: 1.75;
	letter-spacing: .15em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h2_ch {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 1.75;
	letter-spacing: .15em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
	font-family:KaiTi;
}

h3 {
	font-size: 1.2em;
	font-weight: 100;
	line-height: 1.75;
	letter-spacing: .05em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h4 {
	font-size: 1.2em;
	font-weight: 100;
	line-height: 1.75;
	letter-spacing: .15em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h4_ch {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 1.75;
	letter-spacing: .15em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
	font-family:KaiTi;
}

h5 {
	font-size: 1.2em;
	font-weight: 100;
	line-height: 1.75;
	letter-spacing: .05em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

.about {
	padding: 6em 6em 1em 6em;
}

.about content {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #343144;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.8em;
	letter-spacing: 0.325em;
}

.solution {
	padding: 0em 6em 6em 6em;
}

.solution content {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #343144;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.8em;
	letter-spacing: 0.325em;
}

.background {
	padding: 0em 6em 6em 6em;
	background-color: #BEBABA;
}

.background content {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #343144;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.8em;
	letter-spacing: 0.325em;
}

.approach {
	padding: 0em 6em 6em 6em;
	background-color: white;
}

.approach content {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #343144;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.8em;
	letter-spacing: 0.325em;
}

.customer {
	padding: 0em 6em 6em 6em;
	background-color: white;
}

.customer content {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #343144;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.8em;
	letter-spacing: 0.325em;
}

.site-logo {
	position: relative;
	display: block;
	float: left;
	width: 7.1em;
}

.site-logo img {
	width: 7.1em;
	height: 4.1em;
}

.logo {
	opacity: 1;
}

.site-nav {
	position: relative;
	float: right;
	z-index: 400;
	top: 0;
	left: 0;
	display: block !important;
	width: 80%;
	padding: .75em 1em 0 0;
	opacity: .95;
	background: none;
}

.site-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}
.site-nav ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 1.5em;
}
.site-nav ul li a {
	font-size: 1.2em;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.site-nav ul li a:hover {
	outline: none;
	border-bottom: 1px solid white;
}


footer {
	margin-top: -3.5em;
	padding-top: 1em;
	
	background-image: -webkit-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: -o-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: linear-gradient(to top right, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	
}
.footer-content {
	width: 64%;
	margin: 0 auto;
	padding-bottom:1.7em;
}
.footer-social {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0 1.2em;
}
.footer-social li a {
	line-height: 3.5em;
	display: inline-block;
	width: 5em;
	height: 5em;
	text-align: center;
	border: 3px solid rgba(255,255,255,.3);
	border-radius: 80%;
}
.footer-social li a:hover {
	border-color: #fff;
	background: #fff;
}
.footer-social li a img {
	width: auto;
	height: 3.5em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
	padding-top: 0em;
}
.footer-info p {
	font-size: 1.2em;
	color:#fff;
	line-height: 1.55;
	max-width: 36em;
	margin-bottom: 0.7em;
}
.footer-info {
	clear: both;
}
.footer-legal {
	opacity: .8;
}
.footer-credit a:hover {
	text-decoration: none;
}

/* below are old content */

.container {
	background-color: #FFFFFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 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: #01B2D1;
}
.primary_header {
	width: 100%;
	background-color: #A6A2A2;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: left;
	border-bottom: 0px solid #FFFFFF;
}
.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: 12%;
	transition: all 0.3s linear;
}
.secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
}
.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: #717070;
}

.footer-credit {
  float: right;
  width: 40%;
  text-align: right;
  position: relative;
}

.footer-disclaimer {
  width: 60%;
  position: relative;
}

.footer-legal {
  opacity: .8;
}

.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: left;
	color: #FFFFFF;
	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: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ------------------------------------------------------ */
@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 {
}

}

/* ----------------------- iphone ------------------------ */
@media (min-width: 321px) and (max-width: 768px) {

.site-nav {
	position: relative;
	float: right;
	z-index: 400;
	top: 0;
	left: 0;
	display: block !important;
	width: 90%;
	padding: .75em 1em 0 0;
	opacity: .95;
	background: none;
}

.site-nav ul {
	list-style-type: none;
	margin: 0;
	text-align: right;
}

.site-nav ul li a {
	font-size: 2.0em;
	padding-bottom: .5em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
}

h1 {
	font-weight: 100;
	font-size: 4em;
	line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 2%;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h1_ch {
	font-weight: 100;
	font-size: 4em;
	line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 2%;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
	font-family:KaiTi;
}

h2 {
	font-size: 2.5em;
	font-weight: 100;
	line-height: 1.75;
	letter-spacing: .15em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h2_ch {
	font-size: 2.5em;
	font-weight: 100;
	line-height: 1.75;
	letter-spacing: .15em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
	font-family:KaiTi;
}

h3 {
	font-size: 2.5em;
	font-weight: 100;
	line-height: 1.75;
	letter-spacing: .15em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h4 {
	font-size: 2.5em;
	font-weight: 100;
	line-height: 1.75;
	letter-spacing: .15em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

h5 {
	font-size: 2.2em;
	font-weight: 100;
	line-height: 1.5;
	letter-spacing: .05em;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}

.footer-social li a img {
	width: auto;
	height: 5em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
	padding-top: 5em;
}
.footer-info p {
	font-size: 2.5em;
	color:#fff;
	line-height: 1.55;
	max-width: 36em;
	margin-bottom: 1.7em;
}

.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: 1500px) {
    
    body {
	font-family: arial, sans-serif;
	font-size: 1.0vw;
	background: white;
}

}

/* -------------------------  --------------------------- */
@media (min-width: 1500px) {
    
body {
	font-family: arial, sans-serif;
	font-size: 0.5vw;
	background: white;
}

}


/* -------------------------  --------------------------- */
.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 {
}
