
/**  Basic CSS **/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-weight:300;
	line-height: 1.42857;
	color: #373737;
	background-color: #252d44;
	position:relative;
}

.wow {
  visibility: hidden;
}

#seenOnTV {
	max-width: 150px;
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	margin: 0 auto;
	z-index: 999;
}

/**  Buttons **/
.btn {
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
	color: white;
	border: 2px solid transparent;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.btn-white-fill {
	color: #fff;
	border-color: #fff;
	background: rgba(0, 0, 0, 0.3);
	margin: 5px;
}
.btn.btn-white-fillSmall {
	color: #fff;
	border-color: #fff;
	background: #06bd0a;
	margin: 5px;
	font-size: 15px;
	display: inline-block;
	padding: 5px 10px;
	border: 2px solid transparent;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.btn-white-fill:hover {
	color: #fff;
	background: #06bd0a;
}
.btn.btn-white-fillSmall:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	border-color: #fff;
}
.btn.btn-white-fill-Orange:hover {
	color: #fff;
	background: #ee7a23;
}
:focus {
	outline:none !important;
}
header .buttons-wrapper {
	padding-right:0;
	padding-left:0;
}
a:hover,
a:focus {
  outline: none;
}
.btn-outline {
	margin-top: 10px;
	border: 2px solid #1e4620;
	font-size: 15px;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background: #1e4620;	
}

.btn-outline:hover {
	color: #1e4620;
	background: #FFF;	
}
.btn-outline:focus {
	color: #fdfbe4;
	background: #1e4620;
	outline: none;	
}
.btn-bannerOrange {
	margin-top: 10px;
	border: 2px solid #ee7a23;
	font-size: 15px;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background: #ee7a23;
	padding: 5px 15px;	
}
.btn-bannerOrange:hover {
	color: #ee7a23;
	background: #FFF;	
}
.btn-bannerOrange:focus {
	color: #fdfbe4;
	background: #ee7a23;	
}
.btn-blue {
	margin-top: 10px;
	border: 2px solid #252d44;
	font-size: 13px;
	transition: all 0.3s ease-in-out 0s;
	color: #FFF;
	background: #252d44;	
}
.btn-blue:hover,
.btn-blue:focus {
	color: #252d44;
	background: #FFF;	
}
#visitCompany {
	width: 180px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	margin-top: -15px;
}
#companyBtn {
	padding: 11px 15px 8px;
}

/* ===========================
--- Splash Page
============================ */
.splashContent {
	top:0;
}
#mobile-viewHome {
	display:none;
}
#mobile-viewBiz {
	display:none;
}
#homeImage {
	background:url(../images/home.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:670px;
	border-right: solid thick #ffffff;
}
#bizImage {
	background:url(../images/business.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:670px;
	border-left: solid thick #ffffff;
}
#pcmLogo {
	margin:0 auto;
	padding-top:20px;
}
#proLogo {
	margin:0 auto;
	padding-top:20px;
}
.logoSubText {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ee7a23;
}
.splashEnter {
	font-size:2em;
	margin-top:15px;
	color:#ffffff;
	float:left;
	padding-left:15px;
}
#homeCopy {
	background-color:#06bd0a;
	color:#ffffff;
	padding:15px;
	border-right: solid thick #ffffff;
}
#btnDesktopHome p {
	color:#ffffff;
}
#btnDesktopBiz p {
	color:#ffffff;
}
#bizCopy {
	background-color:#ee7a23;
	color:#ffffff;
	padding:15px;
	border-left: solid thick #ffffff;
}
#homeCopy h2 {
	color:#ffffff;
	float:left;
	padding-left:10px;
	font-weight:bold;
}
#bizCopy h2 {
	color:#ffffff;
	float:left;
	padding-left:10px;
	font-weight:bold;
}

/**  Footer Section **/
.footer-section {
	padding-top: 22px;
	padding-bottom:10px;
	color: #fff;
	line-height: 20px;
	background-color:#252d44;
	text-align: center;
}

.footer-section a {
  color: #fff;
}

.footer-section a:hover {
  color: #ee7a23;
  text-decoration: none;
}

/**  Media Querries **/
@media (max-width: 1366px) {
#homeImage {
	height:450px;
}
#bizImage {
	height:450px;
}
#homeCopy {
	background-color:#06bd0a;
	color:#ffffff;
	padding:5px;
	font-size:16px;
}
#bizCopy {
	background-color:#ee7a23;
	color:#ffffff;
	padding:5px;
	font-size:16px;
}
#homeCopy h2 {
	color:#ffffff;
	float:left;
	padding-left:10px;
	font-size:18px;
}
#bizCopy h2 {
	color:#ffffff;
	float:left;
	padding-left:10px;
	font-size:18px;
}
}

@media (max-width: 1230px) {
.splashEnter {
	font-size:2em;
	margin-top:15px;
	color:#ffffff;
	float:left;
	padding-left:15px;
}
#homeCopy {
	background-color:#06bd0a;
	color:#ffffff;
	padding:5px;
	font-size:14px;
}
#bizCopy {
	background-color:#ee7a23;
	color:#ffffff;
	padding:5px;
	font-size:14px;
}
#homeCopy h2 {
	color:#ffffff;
	float:left;
	padding-left:10px;
	font-size:16px;
}
#bizCopy h2 {
	color:#ffffff;
	float:left;
	padding-left:10px;
	font-size:16px;
}
}
@media (max-width: 991px) {
#homeImage {
	height:275px;
	border-right: none;
}
#bizImage {
	height:275px;
	border-left: none;
}
#pcmLogo {
	width:200px;
}
#proLogo {
	width:240px;
}
#mobile-viewHome {
	display:block;
	text-align:center;
	padding-top: 50px;
}
#mobile-viewBiz {
	display:block;
	text-align:center;
	padding-top: 50px;
}
#homeCopy {
	display:none;
}
#bizCopy {
	display:none;
}
#seenOnTV {
	max-width: 75px;
    top: 240px;
}
.logoSubText {
	display: none;
}
#visitCompany {
	margin-top: 60px;
}
}

@media (min-width: 991px) and (max-width: 1024px) {
	#homeCopy {
		font-size:16px;
	}
	#bizCopy {
		font-size:16px;
	}
 }

@media (min-width: 1448px) and (max-width: 1502px) {
	#homeCopy {
		font-size:12px;
	}
	#bizCopy {
		font-size:12px;
	}
 }

@media (max-width: 767px) {
.footer-section .col-sm-4 {
    text-align: center;
}

.footer-section .pull-right{
    float: none !important;
}
.footer-section .social {
	float: none !important;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
  
.footer-section img {
	margin-left: auto;
	margin-right: auto;
}
}

@media (max-width: 450px) {	
.btn {
		font-size:12px;
}
#visitCompany {
	margin-top: 80px;
}
}

/**Folding Page**/
.foldingpage .page-title {
	background:#181d29 url("/company/images/folding/title-bg.jpg") top center;
	background-size:cover;
	padding:190px 0 70px
}
.foldingpage .intro .folding-img {
	margin: 0 auto 20px auto;
	width: 100%;
}
.foldingpage .intro {
    padding: 60px 0 70px;
}
.foldingpage .page-title .headline {
	color:#fff;
	font-size:50px;
	line-height:50px;
	text-shadow:3px 3px 20px #181d29;
}
#joinUs {
	font-size: 20px;
	font-weight: bold;
}
.join-p {
	margin-top:-15px;
}
.custom-counter {
    position: relative;
	padding-left: 32px;
	list-style-type: none;
}
.custom-counter li {
    counter-increment: step-counter;
	margin-bottom: 20px;
	padding-left: 55px;
}
.custom-counter li:last-child {
	margin-bottom: 0;
}
.custom-counter li::before {
    content: counter(step-counter);
	position: absolute;
	left: 20px;
	padding: 2px 10px;
	font-size: 0.9em;
    background-color: #06bd0a;
    color: white;
    font-weight: bold;
    border-radius: 3px;
}
.foldingpage .folding-faqs {
    padding: 80px 0 70px;
}
.faq-social i {
	font-size: 36px;
	color: #252d44;
	padding:10px 15px 10px 0;
}
#accordion .card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:1px;
    border:none;
}
#accordion .card-header:first-child {
    border-radius: 0;
}
#accordion .card-header {
    background-color: #f7f7f9;
    margin-bottom: 0;
    padding: 20px 1.25rem;
    border:none;
    
}
#accordion .card-header a i{
    float:left;
    font-size:25px;
    padding:5px 0;
    margin:0 25px 0 0px;
    color:#252d44;
}
#accordion .card-header i{
    float:right;        
    font-size:30px;
    width:1%;
    margin-top:8px;
    margin-right:10px;
}
#accordion .card-header a{
    width:97%;
    float:left;
    color:#565656;
}
#accordion .card-header p{
    margin:0;
}

#accordion .card-header h3{
    margin:0 0 0px;
    font-size:20px;
    font-weight:bold;
    color:#3fc199;
	line-height: 1.7;
}
#accordion .card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color:#232323;
    box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
    border-top:1px soild #000;
    border-radius:0;
}
.tray-icon-img {
	width: 50px;
}
#fig-folding {
	margin-top: 15px;
	text-align: center;
}
.folding-faqs .fa-question-circle {
	color: #252d44;
}
@media (max-width: 767px){
	.foldingpage .page-title {
		padding:120px 0 30px;
	}
	.foldingpage .intro {
		padding: 40px 0 60px;
	}
	.foldingpage .page-title .headline {
		font-size:40px;
		line-height:40px;
	}
}

.folding-instructions {
	background-color: #f2f7fc;
	padding: 80px 0 70px;
	
}

/**ActiveX Page**/
.Activexpage .page-title {
	background:#181d29 url("/images/about/title-bg.jpg") top center;
	background-size:cover;
	padding:190px 0 70px
}
.Activexpage .intro .folding-img {
	margin: 0 auto 20px auto;
	width: 100%;
}
.Activexpage .intro {
    padding: 60px 0 70px;
}
.Activexpage .page-title .headline {
	color:#fff;
	font-size:50px;
	line-height:50px;
	text-shadow:3px 3px 20px #181d29;
}

@media (max-width: 767px){
	.Activexpage .page-title {
		padding:120px 0 30px;
	}
	.Activexpage .intro {
		padding: 40px 0 60px;
	}
	.Activexpage .page-title .headline {
		font-size:40px;
		line-height:40px;
	}
}