/*
WCS custom styles:
use classes with the prefix: .wcs-
*/

@font-face {
  font-family: 'pfsquaresanspro-bold';
  src: url('../fonts/pfsquaresanspro-bold-webfont.eot');
  src: local('☺'), url('../fonts/pfsquaresanspro-bold-webfont.woff') format('woff'), 
  url('../fonts/pfsquaresanspro-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body.wcs-locked{
	overflow:hidden;
}


.wcs-multisim{
	position:relative;
	font-size:15px;
	color:#727276;
	background:#ffffff;
}

.wcs-multisim *{
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;

	/*letter-spacing: -0.48px;*/
	line-height:normal;
}

.wcs-mob{
	display:none;
}



.wcs-clear{
	clear:both;
}



.wcs-hero{
	height: 582px;
	background:  url("../images/wcs-multisim/img-hero.jpg") no-repeat center center;
  background-size: cover;
	position:relative;
}


.wcs-hero .wcs-content{
	position:absolute;
	left:50%;
	top:50%;
	width:680px;
	margin:0 0 0 -560px;
	-ms-transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	color:#fff;
	text-align:left;
}



.wcs-hero .wcs-content .wcs-title{ 
	font-size: 36px;
  line-height: 50px;
	padding:30px 0 30px 0;
}

.wcs-hero .wcs-content .wcs-text{ 
	font-size: 21px;
    line-height: 33px;
	padding:0px 0 0px 0;
}


.wcs-hero .wcs-content .wcs-logo{ 
	height:20px;
	width:201px;
	background: url("../images/wcs-multisim/logo.png") no-repeat left center;
	background-size:contain;
}








.wcs-faq-terms{
	padding:75px 20px 80px 20px;
}


.wcs-faq-terms .wcs-title{
    font-size: 48px;
    line-height: 60px;
    color: #509e2f;
    font-weight: bold;
    padding: 0 70px 0 0;
    text-align: center;
    padding: 0px;
}


.wcs-faq-terms .wcs-faq-subtitle{
	font-size: 20px;
    color: #509e2f;
    font-weight: bold;
    text-align: left;
    padding: 50px 0 20px 0;
}



.wcs-faq-terms .wcs-tab-menu{
	max-width:960px;
	margin:0 auto 0 auto;
	font-size:0px;
	text-align:center;
}

.wcs-faq-terms .wcs-tab-menu .wcs-lnk{
	width:460px;
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	border:1px solid #c9c9e0;
	padding:35px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	position:relative;
	cursor:pointer;
	text-align:left;

	-webkit-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	   -moz-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	     -o-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	        transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	     -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	        transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

.wcs-faq-terms .wcs-tab-menu .wcs-lnk::after{
	content:"";
	position:absolute;
	right:40px;
	top:35px;
	background: url("../images/wcs-multisim/icon-faq1.png") no-repeat center center;
	background-size:contain;
	width: 90px;
	height: 90px;
}

.wcs-faq-terms .wcs-tab-menu .wcs-lnk[data-id="#wcs-tab2"]::after{
	background-image: url("../images/wcs-multisim/icon-faq2.png");
}



.wcs-faq-terms .wcs-tab-menu .wcs-lnk:first-child{
	margin:0 40px 0 0;
}




.wcs-faq-terms .wcs-tab-menu .wcs-lnk:hover{
	-webkit-box-shadow: 0px 25px 20px 0px rgba(229,243,255,0.7);
	-moz-box-shadow: 0px 25px 20px 0px rgba(229,243,255,0.7);
	box-shadow: 0px 25px 20px 0px rgba(229,243,255,0.7);

	-ms-transform: translate(-0%, -20px);
	-webkit-transform: translate(-0%, -20px);
	transform: translate(-0%, -20px);
}

.wcs-faq-terms .wcs-tab-menu .wcs-lnk.wcs-active,
.wcs-faq-terms .wcs-tab-menu .wcs-lnk.wcs-active:hover{
	-webkit-box-shadow: 0px 25px 20px 0px rgba(229,243,255,0);
	-moz-box-shadow: 0px 25px 20px 0px rgba(229,243,255,0);
	box-shadow: 0px 25px 20px 0px rgba(229,243,255,0);

	-ms-transform: translate(-0%, -0px);
	-webkit-transform: translate(-0%, -0px);
	transform: translate(-0%, -0px);
	background:#f7fbff;
}

.wcs-faq-terms .wcs-tab-menu .wcs-lnk .wcs-link-title{
	color:#3d5265;
	font-size:26px;
	font-weight:bold;
	padding:0 0 13px 0;
}


.wcs-faq-terms .wcs-tab-menu .wcs-lnk .wcs-link-text{
	line-height:26px;
	padding:0 0 10px 0;
}

.wcs-faq-terms .wcs-tab-menu .wcs-lnk .wcs-link-more{
	color:#3d5265;
	font-size:15px;
	font-weight:bold;
}

.wcs-faq-terms .wcs-tab-menu .wcs-lnk .wcs-link-more span{
	display:none;
}

.wcs-faq-terms .wcs-tab-menu .wcs-lnk.wcs-active .wcs-link-more{
	font-size:0px;
}

.wcs-faq-terms .wcs-tab-menu .wcs-lnk.wcs-active .wcs-link-more span{
	font-size:15px;
	display:block;
}



.wcs-faq-terms .wcs-tab-content{
	max-width:960px;
	margin:0 auto 0 auto;
	
}

.wcs-faq-terms .wcs-tab-content .wcs-tab{
	padding:50px 0 0 0;
	display:none;
	line-height:26px;
	font-size:15px;
	color:#7e7e7e;
}


.wcs-faq-terms .wcs-tab-content .wcs-tab .wcs-q{
	font-size:18px;
	color:#7e7e7e;
	font-weight:bold;
	display:block;
	position:relative;
	padding:15px 30px 15px 0;
}

.wcs-faq-terms .wcs-tab-content .wcs-tab .wcs-q::after{
	content:"";
	position:absolute;
	right:0px;
	top:50%;
	background: url("../images/wcs-multisim/icon-faq.png") no-repeat center top;
	background-size:cover;
	width: 12px;
	height: 8px;
	-ms-transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
}

.wcs-faq-terms .wcs-tab-content .wcs-tab .wcs-active .wcs-q{
	color:#509e2f;
}

.wcs-faq-terms .wcs-tab-content .wcs-tab .wcs-active .wcs-q::after{
	background-position:center bottom;
	-ms-transform: translate(-0%, -50%) rotate(180deg);
	-webkit-transform: translate(-0%, -50%) rotate(180deg);
	transform: translate(-0%, -50%) rotate(180deg);
}

.wcs-faq-terms .wcs-tab-content .wcs-tab  .wcs-ans{
	padding:0 0 15px 0;
	display:none;
	line-height:26px;
	font-size:15px;
	color:#7e7e7e;
}


.wcs-faq-terms .wcs-tab-content .wcs-tab .wcs-item.wcs-active{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}







.wcs-service{
  text-align: center; 
  padding: 50px 20px ;
}

.wcs-service .wcs-title{
  color: #1d4557;
  font-size: 30px;
  line-height: 39px;
  font-weight: bold;
}

.wcs-service .wcs-text{
   color: #727276;
  font-size: 17px;
  line-height: 27px;
  padding: 20px 0 30px 0;
}


.wcs-service .wcs-sub-text{
  color: #1d4557;
  font-size: 17px;
  font-weight: bold;
}


.wcs-service .wcs-sub-title{
  color: #1d4557;
  font-size: 31px;
  font-weight: bold;
  padding: 10px 0 30px 0;
  font-family: 'pfsquaresanspro-bold';
}


.wcs-service .wcs-items{
  max-width: 1140px;
  margin: 0 auto 0 auto;
  font-size: 0px;
}

.wcs-service .wcs-items .wcs-item{
  background: #e5f3ff;
  display: inline-block;
  width: calc(33% - 14px);
  margin: 0 7px 14px 7px;
  height: 330px;
  padding: 30px;
  text-align: left;
  
  color: #727276;
  vertical-align: top;
}


.wcs-service .wcs-items .wcs-item.wcs-i4,
.wcs-service .wcs-items .wcs-item.wcs-i5{
  width: calc(50% - 14px);
  height: 230px;
}


.wcs-service .wcs-items .wcs-item .wcs-item-icon{
  background: url("../images/wcs-multisim/icon-service1.png") no-repeat left center;
  background-size:contain;
  width: 100%;
  height: 50px;
}

.wcs-service .wcs-items .wcs-item.wcs-i2 .wcs-item-icon{ background-image: url("../images/wcs-multisim/icon-service2.png");   }
.wcs-service .wcs-items .wcs-item.wcs-i3 .wcs-item-icon{ background-image: url("../images/wcs-multisim/icon-service3.png");   }
.wcs-service .wcs-items .wcs-item.wcs-i4 .wcs-item-icon{ background-image: url("../images/wcs-multisim/icon-service4.png");   }
.wcs-service .wcs-items .wcs-item.wcs-i5 .wcs-item-icon{ background-image: url("../images/wcs-multisim/icon-service5.png");   }



.wcs-service .wcs-items .wcs-item .wcs-item-title{
  color: #1d4557;
  font-size: 19px;
  font-weight: bold;
  padding: 20px 0 15px 0;
}



.wcs-service .wcs-items .wcs-item .wcs-item-text{
  font-size: 15px;
  line-height: 24px;
}






.wcs-videos{
  background: url("../images/wcs-multisim/bg-videos.png") no-repeat center top;
  min-height: 592px;
  text-align: center;
  padding: 85px 20px 0 20px;
}




.wcs-videos .wcs-title{
  color: #1d4557;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 25px 0;
}




.wcs-videos .wcs-items{
  max-width: 1140px;
  margin: 0 auto 0 auto;
  font-size: 0px;
}

.wcs-videos .wcs-items .wcs-item{
 
  display: inline-block;
  vertical-align: top;
  
  color: #727276;
  margin: 0 15px 0 15px;
  
}


.wcs-videos .wcs-items .wcs-item .wcs-item-video{
   background: url("../images/wcs-multisim/bg-video1.png") no-repeat center center;
  background-size:cover;
  width: 494px;
  height: 276px;
  cursor: pointer;
}


.wcs-videos .wcs-items .wcs-item .wcs-item-title{
  color: #1d4557;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  padding: 20px 0 0px 0;
}



.wcs-get{
  padding: 170px 0 25px 0;
  background:  url("../images/wcs-multisim/img-get.jpg") no-repeat center top;
  text-align: center;
}



.wcs-get .wcs-title{
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 13px 0;
}

.wcs-get .wcs-text{
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  padding: 0 0 45px 0;
}


.wcs-get .wcs-box{
  background: url("../images/wcs-multisim/bg-box.png") no-repeat center center;
  background-size:contain;
  width: 301px;
  height: 215px;
  margin: 0 auto 0 auto;
  color: #fff;
  padding: 27px 0 0 35px;
  text-align: left;
}


.wcs-get .wcs-box .wcs-box-title{
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 0 10px 0;
}

.wcs-get .wcs-box .wcs-box-price{
  font-size: 15px;
}

.wcs-get .wcs-box .wcs-box-price span{
   font-size: 60px;
   font-weight: bold;
}


.wcs-get .wcs-copy{
  font-size: 14px;
  color: #727272;
  padding: 20px 0 30px 0;
}


.wcs-get .wcs-locate{
  font-size: 15px;
  font-weight: bold;
  color: #3d5265;
  text-decoration: underline;
}




.wcs-products{
  background: #e5f3ff;
  text-align: center;
  padding: 45px 20px 45px 20px;
}



.wcs-products .wcs-items{
  font-size: 0px;
}

.wcs-products .wcs-items .wcs-item{
  display: inline-block;
  vertical-align: top;
  width: 270px;
}


.wcs-products .wcs-items .wcs-item .wcs-item-photo{
  background: url("../images/wcs-multisim/img-product1.png") no-repeat center center;
  height: 226px;
}

.wcs-products .wcs-items .wcs-item.wcs-i2 .wcs-item-photo{ background-image: url("../images/wcs-multisim/img-product2.png");  }
.wcs-products .wcs-items .wcs-item.wcs-i3 .wcs-item-photo{ background-image: url("../images/wcs-multisim/img-product3.png");  }


.wcs-products .wcs-items .wcs-item .wcs-item-title{
  font-weight: bold;
  font-size: 18px;
  color: #727276;
  padding: 20px 0 5px 0;
}

.wcs-products .wcs-items .wcs-item .wcs-item-more{
  font-weight: bold;
  font-size: 15px;
  color: #3d5265;
  text-decoration: underline;
}



.wcs-products .wcs-title{
  color: #3d5265;
  font-size: 24px;
  line-height: 33px;
  font-weight: bold;
  padding: 0 0 30px 0;
}


.wcs-products .wcs-copy{
  font-size: 14px;
  line-height: 22px;
  color: #727272;
  padding: 30px 0 0px 0;
}






@media screen and (max-width: 1139px) {
	
	.wcs-hero .wcs-content{
		margin:0px;
		left:20px;
	}

	
	.wcs-faq-terms .wcs-title {
	    font-size: 40px;
	    line-height: 50px;
	}	



	.wcs-faq-terms .wcs-tab-menu .wcs-lnk{
		width:430px;
	}

	.wcs-faq-terms .wcs-tab-menu .wcs-lnk:first-child {
	    margin: 0 20px 0 0;
	}

  .wcs-service .wcs-items .wcs-item .wcs-item-text{
    font-size: 14px;
    line-height: 22px;
  }

  .wcs-service .wcs-items .wcs-item .wcs-item-text br{
    display: none;
  }

  .wcs-videos .wcs-items .wcs-item .wcs-item-video{
    width: 430px;
    height: 241px;
  }

}



@media screen and (max-width: 959px) {
	
	
	.wcs-faq-terms .wcs-tab-menu .wcs-lnk {
	    width: 350px;
	    padding:35px 0 35px 20px;
	}

	.wcs-faq-terms .wcs-tab-menu .wcs-lnk::after {
	    right: 20px;
	    top: 35px;
	    width: 70px;
	    height: 70px;
	}

  .wcs-service .wcs-title br{
    display: none;
  }

  .wcs-service .wcs-items{
    text-align: left;
  }

  .wcs-service .wcs-items .wcs-item{
    width: calc(50% - 14px);  
    height: 290px;
  }

  .wcs-service .wcs-items .wcs-item.wcs-i4,
  .wcs-service .wcs-items .wcs-item.wcs-i5{
  	height: 290px;
  }

  .wcs-videos .wcs-items .wcs-item{
    margin: 0 15px 20px 15px;
  }

  .wcs-products .wcs-items .wcs-item{
    width: 220px;
  }



}





@media screen and (max-width: 767px) {
  
  .wcs-mob{
    display: block;
  }
	
	.wcs-hero {
	    height: 500px;
      background-position: 65% center;
	}

  .wcs-hero::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
    opacity: 0.6;
  }

	.wcs-hero .wcs-content{
		width:calc(100% - 40px);
		left:15px;
    top: auto;
    bottom: 20px;
    -ms-transform: translate(-0%, -0%);
    -webkit-transform: translate(-0%, -0%);
    transform: translate(-0%, -0%);
	}

	.wcs-hero .wcs-content br{
		display:none;
	}

	.wcs-hero .wcs-content .wcs-title {
	    font-size: 21px;
      line-height: 35px;
      padding: 15px 0 15px 0;
	}

  .wcs-hero .wcs-content .wcs-text {
      font-size: 15px;
    line-height: 24px;
  }

	.wcs-hero .wcs-content .wcs-logo {
	    height: 30px;
	    width: 224px;
	}

  .wcs-service .wcs-title {
    font-size: 20px;
    line-height: 29px;
}

  
  .wcs-service .wcs-text{
    font-size: 15px;
    line-height: 23px;
    padding: 20px 0 20px 0;
  }

   .wcs-service .wcs-text br{
    display: none;
   }

   .wcs-service .wcs-sub-title {
    font-size: 22px;
    padding: 20px 0 25px 0;
  }

  .wcs-service .wcs-items .wcs-item,
  .wcs-service .wcs-items .wcs-item.wcs-i4, 
  .wcs-service .wcs-items .wcs-item.wcs-i5{
    display: block;
    width: auto;
    margin: 0 0 10px 0;
    height: auto;
  }

  .wcs-service,
  .wcs-videos{
    padding-right: 10px;
    padding-left: 10px;
  }

  .wcs-videos{
    padding-top: 30px;
    background: none;
    padding-bottom: 30px;
  }

  

  .wcs-videos .wcs-items .wcs-item .wcs-item-title{
    padding: 10px 0 0 0;
    font-size: 15px;
    line-height: 24px;
  }

  .wcs-videos .wcs-items .wcs-item{
    margin: 0 auto 30px auto;
  }

  .wcs-videos .wcs-items .wcs-item .wcs-item-video{
    margin: 0 auto 0 auto;
  }
	


	.wcs-faq-terms .wcs-tab-menu .wcs-lnk{
		display:block;
		width:100%;
		margin:0 0 20px 0;
	}


	.wcs-faq-terms .wcs-tab-menu .wcs-lnk,
	.wcs-faq-terms .wcs-tab-menu .wcs-lnk:hover{
		-webkit-box-shadow: 0px 25px 20px 0px rgba(233,246,243,0);
		-moz-box-shadow: 0px 25px 20px 0px rgba(233,246,243,0);
		box-shadow: 0px 25px 20px 0px rgba(233,246,243,0);

		-ms-transform: translate(-0%, -0px);
		-webkit-transform: translate(-0%, -0px);
		transform: translate(-0%, -0px);


	}

	.wcs-faq-terms .wcs-tab-menu .wcs-lnk:first-child{
		margin:0 0 40px 0;
	}

	.wcs-faq-terms{
		padding:40px 10px 40px 10px;
	}

	.wcs-faq-terms .wcs-tab-menu.wcs-active .wcs-lnk{
		display:none;
	}

	.wcs-faq-terms .wcs-tab-menu.wcs-active .wcs-lnk.wcs-active{
		display:block;
	}
	

	.wcs-faq-terms .wcs-tab-content .wcs-tab .wcs-q{
		font-size:15px;
	}

	.wcs-faq-terms .wcs-tab-content .wcs-tab{
		padding:0px;
	}

	.wcs-faq-terms .wcs-tab-content .wcs-tab .wcs-ans{
		font-size:12px;
		line-height:20px;
	}



  .wcs-videos .wcs-items .wcs-item{
    width: auto;
    display: block;
  }

  .wcs-videos .wcs-items .wcs-item .wcs-item-video{
    width: 320px;
    height: 179px;
  }

  .wcs-get .wcs-text br{
    display: none;
  }

  .wcs-get .wcs-text{
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .wcs-get .wcs-title{
    font-size: 31px;
  }

  .wcs-get .wcs-copy{
    padding-right: 20px;
    padding-left: 20px;
  }

  .wcs-products .wcs-title {
    font-size: 19px;
    line-height: 28px;
  }

  .wcs-products .wcs-copy br{
    display: none;
  }

  .wcs-products .wcs-items .wcs-item{
    display: block;
    margin: 0 auto 30px auto;
  }

  .wcs-service{
    padding: 30px 10px 0 10px;
  }

  .wcs-videos .wcs-title{
    padding: 0 30px 25px 30px;
    font-size: 22px;
  }
  
  .wcs-service .wcs-items .wcs-item{
    padding: 25px;
  }


}












































































