@import url("/wp-content/themes/pkware-theme/src/css/forms.css");

.admin-bar .header {
	/*top:20px;*/
}

#page {
	position: relative;
}

span.highlight {
    position: relative;
    margin: 1.1rem 0;
    display: inline-block;
    color: #fff;
    z-index: 1;
}

span.highlight:before {
    content: "";
    position: absolute;
    background: #5c5ba7;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    transform: scale(1.06, 1.2);
}

span.highlight.blue:before {background: #2d9eda;}
span.highlight.royal:before  {background: #1e3074;}
span.highlight.slate:before  {background: #4c5c68;}
span.highlight.green:before  {background: #0fe4a2;}

span.highlight.green {color: #000;}

.is_on_screen_item span.highlight {
	opacity: 0;
	right: -20px;
	transition: all .8s .5s;
}

.is_on_screen_item.is_on_screen span.highlight {
	opacity: 1;
	right: 0;
}

.is_on_screen_item span.highlight:before {
    width: 0%;
    transition: all .8s .8s;
}

.is_on_screen_item.is_on_screen span.highlight:before {
    width: 100%;
}

.note-bar {
	overflow: hidden;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 56px;
    background: #5c5ba7;
    z-index: 200;
    line-height: 56px;
    color: #fff;
    transition: all .3s;
    margin-top: -56px;
    text-align: center;
}

.note-bar.active {
	margin-top: 0;
}

.note-bar .message {
	position: relative;
	font-family: 'Gotham-Medium';
}

.note-bar .btn {
	background: #060070;
	color: #fff;
	border-radius: 22px;
	font-size: 14px;
	padding: 5px 20px;
	font-family: "Gotham Bold";
	position: relative;
	top: -4px;
	display: inline-block;
	margin-left: 25px;
}

.note-bar .close {
    opacity: 0.7;
    position: absolute;
    right: 18px;
    top: -5px;
    cursor: pointer;
}
.note-bar .close:hover {
	opacity: 1;
}

.note-bar .close img {
	height: 25px;
}

.hero h1,
.hero h2 {
	font-family: "Gotham Bold";
	color: #fff;
	font-size: 3.5em;
}

.hero p {
	margin-bottom: 0;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style-type: none;
}

.biographies-list .item {

}

.biographies-list .item .head-wrap {
	background-color: #f1f1f1;
    display: flex;
    align-items: center;	
}

.biographies-list .item .img-wrap {
	max-width: 300px;
}

.biographies-list .item .img-wrap img {
	width: 100%;
}

.biographies-list .item .personal-info {
	padding-left: 30px;
}

.biographies-list .item .personal-info .name {
    font-size: 3.4em;
    font-family: "Gotham Bold";
    background: #1152be;
    color: #fff;
    padding: 5px 13px;
    position: relative;
    left: -13px;
    display: inline-block;
}
.biographies-list .item .personal-info .position {
	font-size: 1.3em;
}

.biographies-list .item .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 23px;
}

.biographies-list .item .content-wrap {
    padding-top: 30px;
    line-height: 1.6em;
}

.quote-block {
	background-image: url(/wp-content/uploads/2021/02/bg-blue.jpg);
	background-size: cover;
	padding: 4.7em 3em !important;
}

.quote-block .quote-wrap {
	position: relative;
	color: #fff;
	padding: 30px;
	max-width: 900px;
	margin: 0 auto;
}

.quote-block .qstart {
	background-image: url(/wp-content/uploads/2021/02/qstart.png);
	background-size: cover;
	width: 58px;
	height: 55px;
	position: absolute;
	top: -25px;
	left: -25px;
}

.quote-block .quote {
	font-size: 1.8em;
	font-style: italic;
	margin-bottom: 20px;
}

.quote-block .quoter {
	border-left: 7px solid #fff;
	padding-left: 10px;
	font-size: 1.4em;
}

/*Resources begin*/

.video-wrap {
	display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;	
    overflow: hidden;
    height: 100%;
}

#testvideo {
	display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -172px;
    bottom: 0;
    width: 100%;
}

.resource {
	font-size: 1em;
	margin-bottom: 0;
}

.tab-content .content ul,
.resource ul {
	padding-left: 20px;
	margin-bottom: 20px;
}

.tab-content .content ul li,
.resource ul li {
	list-style-type: disc;
	margin-bottom: 15px;
	line-height: 1.6em;
}

.resource h1 {
    color: #fff;
    font-size: 2.7em;
    font-family: "Gotham Bold", sans-serif;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
    margin-bottom: 15px;
    margin-top: 15px;
}
.resource h2 {
	font-family: "Gotham Bold", sans-serif;
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: 10px;
}

.resource h3 {
	font-family: "Gotham Bold", sans-serif;
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 10px;
}

.resource .sidebar-col {
	padding-left: 40px;
	border-left: 1px solid #8e8e8e;
}

.resource aside,
.resource section {
	margin-bottom: 2em;
	padding: 0;
} 

.resource aside {
	font-size: .9em;
}

.resource aside .resource-widget {
	margin-bottom: 3em;
}

.resource aside h3 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.resource .accent-line {
    position: absolute;
    background-color: #0fe4a2;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 0%;
    transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.resource .accent-line.loaded {
	width: 100%;
}

.resource .resource-body {
	line-height: 1.6em;
}

.resource .resource-body.w-icon {
	padding-left: 70px;
	position: relative;
}

.resource .resource-body.w-icon .sect-icon {
	width: 50px;
	position: absolute;
	left: 0;
	top: 10px;
}

.resource .resource-body.w-icon .sect-icon  img{
	max-width: 100%;
}

.resource ul.checklist {
	list-style-type: none;
	margin: 0;
	padding:0;
}

.resource ul.checklist {
	padding-bottom: 15px;
}

.resource ul.checklist li {
    background-image: url("/wp-content/uploads/2021/02/check-icon.png");
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 27px;
    background-size: 22px;
}

.resource ul.checklist.info li {
	background-image:url("/wp-content/uploads/2021/02/icon-info.png");
	color: #2d9eda;
	font-family: "Gotham Bold", sans-serif;
	cursor: pointer;
}

.resource ol.chapter-list {
	margin: 20px 0 0 0;
	padding:0;
	padding-left: 20px;
}

.resource ol.chapter-list li {
    margin-bottom: 30px;
}

.resource ol.chapter-list li span {
	display: block;
}

.resource ol.chapter-list li .chapter-number {
	font-family: "Gotham Bold", sans-serif;
}

.resource ol.chapter-list li .chapter-title {
	font-family: "Gotham Bold", sans-serif;
}

.resource ol.chapter-list li .chapter-desc {

}

.resource ol.chapter-list li br {
	display: none;
}

.resource ul.icon-list {
	list-style-type: none;
	margin: 40px 0 0 0;
	padding:0;	
}

.resource ul.icon-list li {
	margin-bottom: 50px;
	padding-left: 70px;	
	position: relative;
}

.resource ul.icon-list li .l-icon {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.resource ul.icon-list li .l-icon img {
	width: 100%;
}

.resource ul.icon-list li .title {
	font-family: "Gotham Bold", sans-serif;
	font-size: 1.3em;
}

.cat-badge {
    font-family: "Gotham Bold", sans-serif;
    padding: 7px 15px;
    color: #fff;
    background-color: #5c5ba7;
    display: inline-block;
}

.ebook .cat-badge{background-color: #1e3074;}
.case-study .cat-badge{background-color: #2d9eda;}
.datasheet .cat-badge{background-color: #f95557;}
.report .cat-badge{background-color: #4c5c68;}
.webinar .cat-badge{background-color: #0fe4a2; color:#191919;}
.webinar.live .cat-badge{background-color: #f95557; color:#fff;}
.blog .cat-badge{background-color: #0fe4a2; color:#191919;}
.video .cat-badge{background-color: #1e3074;}
.solution-overview .cat-badge{background-color: #1152be;}
.career .cat-badge{background-color: #4c5c68;}

.resource .section-hero-1 {
	height: auto;
	padding-top: 115px;
	padding-bottom: 100px;
	min-height: 360px;
	overflow: visible;
}

.resource .resource-widget .tech-item {
	margin-bottom: 1em;
	display: flex;
	margin-bottom: 25px;
}

.resource .resource-widget .tech-item img {
	max-height: 30px;
}

.resource .pardot-iframe {
	height: 390px;
}

.resource.webinar.live .pardot-iframe {
	height: 470px;
}

/*Case Study Specific*/
.resource.case-study .profile {
	margin-left: auto;
	background-color: rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.1);
	padding: 0;
	color: #fff;
	font-family: "Gotham Bold", sans-serif;
	max-width: 350px;
}

.resource.case-study .profile .topper {
	background-color: #5c5ba7;
	padding: 10px 25px;
	font-size: 1em;
	text-transform: uppercase;
}

.resource.case-study .profile .list {
	padding: 25px;
}

.resource.case-study .profile .list .item {
	margin-bottom: 1em;
}

.resource.case-study .profile .list .item .label {
	font-family: "Gotham-Book", sans-serif;
}

.resource.case-study .cs-logo-wrap {
	text-align: center;
	position: relative;
	margin-top: -73px;
	display: none;
}

.resource.case-study .cs-logo {
    position: relative;
    display: inline-block;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0px 1px 29px rgba(0,0,0,0.3);
    background: #fff;
    height: 100px;
}

.resource.case-study .cs-logo img {
	width: 86%;
	margin-top: 6px;
}

.resource.case-study .at-a-glance {
    background: #21205d;
    padding: 2em;	
}

.resource .resource-body {
	margin-bottom: 3em;
}

/*Asset/Download Specific*/
.resource.asset .section-hero-1 {
    padding-top: 125px;
    overflow: visible;
    margin-bottom: 51px;
    /* min-height: 450px; */
}

.resource.asset .asset-thumb {
	position: absolute;
    height: 354px;
    top: -6px;
    transition: all 2.2s cubic-bezier(0.25, 1, 0.5, 1);
    transform: rotate(10deg);
}

.resource.asset .asset-thumb {
	top: 0px;
	transform: rotate(0);
}

.resource.asset .resource-download-top.gated {
	padding-left: 290px;
	padding-right: 25px;
}

.resource.asset .resource-download-top.gated .asset-thumb {
	left: 0;
}

.resource.asset .asset-thumb img {
    display: inline-block;
    width: auto;
    max-width: 335px;
    height: auto;
    margin-left: -72px;
    max-height: 315px;
}

.resource.asset.solution-overview .asset-thumb {
	margin-top: -40px;
}

.single-resource .datasheet .asset-thumb {
	margin-top: -25px;
}

.resource.webinar .resource-body {
    margin-bottom: 1em;
}

.resource.webinar .live-info {
	font-size: 1.6em;
	color: #fff;
}

.resource.webinar .live-info .time {
    font-family: "Gotham Bold";
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 7px 0;
    color: #0fe4a2;
}
.resource.webinar .start-date:before {

}

.resource.webinar .live-info .reg-excerpt {
	font-size: 18px;
	margin: 15px 0;
}

.resource.webinar .section-leaders .items-list {
    box-shadow: none;
    background: transparent;
}

.resource.webinar .section-leaders .items-list .item {
    max-width: 250px;
    width: auto;
    display: inline-block;
}

.resource.webinar .section-leaders .items-list .item a {
	display: block;
}

.resource.webinar .section-leaders .items-list .item .img-wrap {
    position: relative;
    height: 350px;
    width: 250px;
   -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);    
    padding: 0;
    transition: all .3s;
}

.resource.webinar .section-leaders .items-list .item .img-wrap:hover {
   -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);   
}

.resource.webinar .section-leaders .items-list .item .img-wrap:before {
	display: none;
}

.resource.gated .section-hero-1 {
    overflow: visible;
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
    min-height: 0;
}


.resource.gated .section-hero-1 .reg-form {
    position: absolute;
    right: 0;
}

.resource.gated .with-video {
	text-align: center;
}

.resource.gated .with-video .wistia_embed {
	margin: 0 auto;
}

.resource .resource-frame {
	margin-top: 30px;
}

.section_related_resources .archive-item.datasheet .tile-image img{
	margin-top: 15%;
}

.reg-form {
	margin-left: auto;
	background-color: rgba(0,0,0,0.8);
	border:1px solid rgba(255,255,255,0.1);
	padding: 0;
	color: #fff;
	font-family: "Gotham Bold", sans-serif;
	max-width: 350px;
	box-shadow: 0px 1px 20px rgba(0,0,0,0.4);
	position: absolute;
	z-index: 2;
	border-radius: 5px;
	overflow: hidden;
}

.reg-form .topper {
	background-color: #0fe4a2;
	color: #191919;
	padding: 10px 25px;
	font-size: 1em;
	text-transform: uppercase;
}

.reg-form .pardot-iframe-wrap {
	background: #36327f; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #36327f 0%, #0c0c32 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #36327f 0%,#0c0c32 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #36327f 0%,#0c0c32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36327f', endColorstr='#0c0c32',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/* border-bottom-right-radius: 4px; */
	/* border-bottom-left-radius: 4px; */
	/* overflow: hidden; */
}

.resource.blog .section-hero-1 {
	min-height: 450px;
	padding-top: 35px;
	background-image: none;
	position: relative;
	padding-bottom: 100px;
}

.resource.blog .section-hero-1 .hero {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    background-size: cover;
    background-position: center;
}

.resource.blog .section-hero-1 .hero img {
	width: 100%;
}

.resource.blog .section-hero-1 .hero-overlay {
	background-image: url(/wp-content/uploads/2021/02/hero-overlay1.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
}

.resource.blog .section-hero-1 .hero-overlay img {
	width: 100%;
}

.resource.blog .section-hero-1 h1 {
	font-size: 3em;
}

.resource.blog .section-hero-1 > .container {
	padding-top: 90px;
}

.resource.blog .blog-wrap {
    padding: 0;
    margin-top: -78px;
    font-size: 1.1em;
    overflow: visible;
}

.resource.blog .blog-wrap .topper {
	height: 3em;
	background:#fff;
	/* width: 100%; */
	margin-right: 51px;
	position: relative;
	top: 0px;
	height: 50px;
}

.resource.blog .blog-wrap .topper:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 0 0 50px;
	border-color: transparent transparent transparent #ffffff;
	right: 0;
	display: block;
	position: absolute;
	top: 0px;
	margin-right: -50px;
}

.resource.blog .blog-wrap .blog-body {
    padding: 1em 3em 3em;
    box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
    padding-top: 0;
    background-color: #fff;
}

.resource.blog .blog-wrap .blog-body a {
	color: #0d6efd;
}

.resource.blog .blog-wrap .blog-body p {
	margin-bottom: 1.5em;
}

.resource.blog .blog-wrap .blog-body h2 {
	    font-size: 1.4em;
	    margin: 0 0 1em 0;
	    padding-top: 10px;
}

.resource.blog .post-meta {
    color: #afafaf;
}

.resource.blog .post-meta .date span,
.resource.blog .post-meta .author span {
	font-family: "Gotham Bold", sans-serif;
}

.resource.blog .post-meta .author-thumb {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.resource.blog .post-meta .author-thumb img {
	max-width: 100%;
}

.resource.partner .section-hero-1 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 0;
}

.resource.partner aside {
	display: none;
}

.resource.partner .partner-logo img {
	max-width: 100%;
	height: auto;
}

.resource.partner .blog-body a {
	color: #2d9eda;
	font-family: "Gotham Bold";
}

.page-id-16086 .section-hero-2 h1,
.parent-pageid-16102 .section-hero-2 h1 {
	text-align: center;
	display: block !important;
}

.parent-pageid-16102 h1 img {
	max-width: 400px;
}

.page-id-16086 .section-hero-2,
.parent-pageid-16102 .section-hero-2 {
	min-height: 340px;
}

.page-id-16086 .section-simple-content,
.parent-pageid-16102 .section-simple-content {
	padding-top: 30px;
	
}

.page-id-16086 .section-simple-content .content {
	opacity: 1 !important;
}


.page-id-16086 form {
    max-width: 400px;
    margin: 0 auto;
}

.page-id-16086 form input[type="number"] {
	max-width: 100px;
	display: block;
	margin: 0 auto;
}

.page-id-16086 form br {
	display: none;
}

.page-id-16086 form .btn-1 {
	margin-top: 20px;
}

.store .section-header {

}

.store .section-header .sub {

}

.store .section-header h2 {

}

/*EVENTS TEMP PAGE*/

.postid-186 .section-hero-2 {
    min-height: 379px;
    padding-top: 30px;
}

.event-list {
	margin: 2em 0;
}

.event-list .event-labels {
	display: flex;
}

.event-list .event-labels > div {
	font-family: "Gotham Bold";
	font-size: 1.3em;
	border-bottom: 4px solid #0179bf;
	margin-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.event-list .event-labels > .name {
	width: 35%;
}

.event-list .event-labels > .location {
	width:25%;
}

.event-list .event-labels > .date {
	width: 20%
}

.event-list .event-labels > .action {
	width: 20%;
}

.event-list .item {
	display: flex;
}

.event-list .item > div {
	padding: 15px 0;
	margin: 20px 0;
	display: flex;
	align-items: center;
}

.event-list .item .name {
	width: 35%;
	font-family: "Gotham Bold";
}

.event-list .item .location {
	width: 25%;
}

.event-list .item .date {
	width: 20%;
}

.event-list .item .action {
	width: 20%;
	text-align: center;
	justify-content: center;
}

.event-list.careers .event-labels > .name,
.event-list.careers .item .name {
	width: 35%;
}

.event-list.careers .event-labels > .department,
.event-list.careers .item .department {
	width: 25%;
}

.event-list.careers .event-labels > .date,
.event-list.careers .item .date {
	width: 20%
}

.event-list.careers .event-labels > .action,
.event-list.careers .item .action {
	width: 20%;
}

.event-list.careers .item:nth-child(odd) {
	background: rgba(0,0,0,0.06);
}

.event-list.careers .item > div {
     padding: 0; 
     margin: 0; 
}

.card {
	border-radius: 0;
	border:none;
}

.widget-header {

}

.widget-header h2 {
	font-family: "Gotham Bold";
	font-size: 1.2em;
	padding-bottom: 8px;
	border-bottom: 5px solid #163b69;
	margin-bottom: 0;
}

.hero-block {
	background-color: #0b2a51;
	padding: 150px 0 100px;
	background-size: cover;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.hero-block .video-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.55;
}

.hero-block .shade {
	background-image:url(/wp-content/uploads/2021/03/shade.png);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	opacity: 1;
}

.hero-block h1 {
    font-family: "Gotham Bold";
    font-size: 3.5em;
}

.hero-block .subline {
    max-width: 740px;
    margin: 10px auto 20px;
    color: #d6dde5;
}

.hero-block .btn-1 {
	margin: 0 5px;
	display: inline-block;
}

.archive {
    background-color: #f1f1f1;
    padding-bottom: 2em;
}

.archive .hero-block {
    overflow: hidden;
    margin-bottom: 3em;
    border-bottom: 1px solid #2d9eda;
}

.archive .hero-block .video-bg {
    top: -190px;
}

.archive .hero-block h1 img {
	max-width: 235px;
	position: relative;
	top: -3px;
}

.archive .featured-image-wrap {
	position: relative;
}

.archive .archive-wrap {
	display: flex;
	flex-wrap: wrap;
}

.archive-item {
	width: 25%;
	background-color: transparent;
	padding: 15px;
	margin-top: 15px;
	position: relative;
}

.archive-item .inner {
    background-color: #fff;
    min-height: 100%;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
    position: relative;
}

.archive-item.featured {
    width: 100%;
    background-color: #fff;
    margin: 0;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
}

.archive-item .tile-image {
    height: 150px;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.archive-item .tile-image a {
	/* position: absolute; */
	/* display: block; */
	/* height: 100%; */
}

.archive-item .tile-image img {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -47%;
	height: auto;
}

.archive-item.ebook .tile-image img,
.archive-item.solution-overview .tile-image img,
.archive-item.datasheet .tile-image img,
.archive-item.whitepaper .tile-image img,
.archive-item.report .tile-image img,
.archive-item.video .tile-image img {
	width: 78%;
	position: relative;
	height: initial;
	margin-left: auto;
	top: 0;
	margin-top: 10px;
}

.archive-item.ebook .tile-image,
.archive-item.solution-overview .tile-image,
.archive-item.datasheet .tile-image,
.archive-item.whitepaper .tile-image,
.archive-item.report .tile-image,
.archive-item.video .tile-image {
	position: relative;
}

.archive-item.video .tile-image img {
    width: 50%;
    margin-top: -16px;	
}

.archive-item.webinar .tile-image img {
    margin: 0;
    top: 0;
    position: relative;
    height: 100%;
}

.archive-item.featured .tile-image {
    max-height: 392px;
    overflow: hidden;
    height: auto;
}

.archive-item.featured .tile-image img {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	margin-top: 0;
}

.archive-item .tags {
	margin-bottom: 15px;
}

.archive-item .tags > span {
    color: #fff;
    padding: 3px 6px;
    font-family: 'Gotham Bold';
    background-color: #5c5ba7;
    display: inline-block;
    margin-right: 5px;
    font-size: .8em;
}

.archive-item h2 {
	font-size: 1.2em;
	font-family: 'Gotham Bold';
	margin: 0 0 10px 0;
}

.archive-item.featured h2 {
    font-size: 1.8em;
}

.archive-item .content-wrap {
	padding: .5em 1em;
	background: #fff;
	margin-top: 15px;
}

.archive-item .meta {
    font-style: italic;
    font-size: .8em;
}

.archive-item .excerpt {
    margin-top: 10px;
    font-size: .9em;
    margin-bottom: 15px;
}

.archive-item .actions {
	text-align: center;
}

.archive-item.webinar .start-date,
.archive-item.webinar .start-time {
	font-family: "Gotham Bold";
	display: inline-block;
}

.archive-item.webinar .start-date:before {
    content: "";
    display: inline-block;
    background-image: url(/wp-content/uploads/2021/03/icon-cal.svg);
    background-size: cover;
    width: 28px;
    height: 28px;
    position: relative;
    vertical-align: middle;
    top: -2px;
    max-width: 25px;
}

.archive-item.webinar .reg-excerpt {
	padding: 5px 0 15px;
}

.webinar-center .hero-block {
	margin-bottom: 0;
	padding-bottom: 95px;
	position: relative;
}

.webinar-center .archive-wrap {
    justify-content: center;
    margin-top: -80px;
}

.webinar-center .archive-item {
	width: 33.3%;
}

.blog-widget .blog-item {
	width: 100%;
	background: #fff;
	min-height: 100px;
	margin-top: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	padding: 0;
}


.blog-widget .blog-item .inner {
    display: flex;
    box-shadow: none;
    padding-left: 109px;
    height: 100%;
    padding-right: 10px;
}

.blog-widget .blog-item .tile-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	background: #cacaca;
}

.blog-widget .blog-item .tile-image a {
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.blog-widget .blog-item .tile-image img {
	width: 100%;
}

.blog-widget .blog-item .content-wrap {
	padding: 0 0 0 10px;
}

.blog-widget .blog-item h2 {
	font-size: .9em;
	margin-bottom: 7px;
}

.partner-list-wrap {
	display: flex;
	flex-wrap: wrap;
}

.partner-item {
	width: 20%;
	padding: 10px;
}

.partner-item .inner {
	padding: 10px 0 0;
	text-align: center;
}

.partner-item .tile-image {
	text-align: center;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partner-item .tile-image img {
	max-height: 110px;
	height: auto;
	width: auto;
	vertical-align: middle;
	max-width: 100%;
	position: relative;
	margin-top: 0;
}

.partner-item h2 {
	font-size: .85em;
	margin: 0;
	opacity: 0.8;
}

.searchandfilter h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 16px;
    font-family: 'Gotham Bold';
    border-bottom: 1px solid #cacaca;
    margin-bottom: 7px;
}

.searchandfilter select.sf-input-select {
    height: 39px;
    padding: 2px;
    min-width: 220px;
    border-radius: 5px;
    border: 1px solid #cacaca;	
}

.searchandfilter input[type=submit] {
	    background: #4c5c68;
    color: #fff;
    border: none;
    border-radius: 21px;
    padding: 10px 20px;
    font-family: "Gotham Bold";
}

.sf-input-text {
    border-radius: 30px;
    border: 1px solid #cacaca;
    line-height: 30px;
    padding: 5px 10px;	
}

.sf-field-search label,
.sf-field-search label input {
	width: 100%;
}

.resources-wrap .resource-item {
	width: 33%;
    padding: 10px;
    margin-top: 10px;
    padding-bottom: 0;	
}

.resource-item .tile-image {
	background-color: #4c5c68;
	height: 125px;
	/* background-image: url(https://dev.pkware.com/wp-content/uploads/2021/02/bg-006.jpg); */
	background-size: cover;
}

.resource-item .cat-badge,
.section-news .cat-badge,
.newsroom .archive-wrap .cat-badge {
	position: absolute;
	top: 0;
	left: 0;
	/* box-shadow: 1px 1px 4px rgb(0 0 0 / 20%); */
}

.newsroom .archive-item {
	width: 33.3%;
}

.section_related_resources {
	padding-bottom: 100px;
	padding-top: 50px;
}

.section_related_resources .tile-image {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_related_resources .tile-image > a {
	width: 100%;
	display: block;
}

.section_related_resources .tile-image img {
}

.section_related_resources .title-section-wrap h3 {
	font-family: "Gotham-Book";
	text-align: center;
}

.contact-columns {
	position: relative;
	text-align: left;
}

.contact-columns h2 {
	font-size: 2em;
	font-family: 'Gotham-Book';
	margin-top: -16px;
}

.contact-columns .reg-form {
	max-width: 100%;
	position: relative;
	margin-right: 3em;
	border: none;
	box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);
}

.contact-columns .reg-form h2 {
    background: #5c5ba7;
    color: #fff;
    padding: 18px;
    font-size: 1.3em;
    font-family: "Gotham Bold";
    margin: 0;
}

.contact-columns .reg-form iframe {
	width: 100%;
	height: 642px;
}

.contact-blocks .item {
	margin-bottom: 0;
	text-align: left;
	margin-bottom: 1.5em;
	clear: both;
}

.contact-blocks .item h3 {
	font-family: "Gotham Bold";
	font-size: 1.4em;
	margin-bottom: 0;
}

.contact-blocks .item p {
	margin-bottom: 0px;
}

.contact-blocks .item .phone {
	margin-bottom: 10px;
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px solid #e0e0e0;
	display: inline-block;
}

.contact-blocks .item a {
	font-family: "Gotham Bold";
	color: #2d9eda;
}

.contact-blocks .item .map {
	width: 184px;
	float: left;
	margin-right: 25px;
	margin-top: 17px;
	border-radius: 5px;
	overflow: hidden;
}

.contact-blocks .item .map a {
	display: block;
}

.contact-blocks .item .map img {
	width: 100%;
}


.privacy-nav {
	background: #fafafa;
	padding: 20px;
	border:1px solid #cacaca;
	margin-bottom: 25px;
	display: inline-block;
}

.privacy-nav p {
	margin-bottom: 0;
}

.privacy-nav h4 {
	margin-bottom: 10px;
	font-family: "Gotham Bold";
	margin: 0;
	font-size: 17px;
	padding-top: 0;
}

.privacy-nav select {
	border-radius: 4px;
	padding: 5px 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #cacaca;
}

.archive-item.case-study .tile-image {
	background-image: url(/wp-content/uploads/2021/01/hero-cs.jpg);
}

.archive-item.webinar .tile-image {
	background-image: url(/wp-content/uploads/2021/03/webinar_thumbnail_409671905.png);
	background-position: right;
}

.archive-item.webinar .tile-image img {
	opacity: 0;
}

.page-template-page_GDPR .section_related_resources {
	padding-top: 40px;
}

.embed-laptop {
	position: relative;
	overflow: hidden;
}

.embed-laptop .inner {
	position: absolute;
	height: 100%;
	width: 100%;
}

.embed-laptop .laptop-overlay {
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-size: cover;
}

.embed-laptop .laptop-overlay img {
	width: 100%;
	position: relative;
}

.consensus-modal {

}

.consensus-modal .close-modal {
	position: absolute;
	right: 0;
	top: 0;
}

.consensus-iframe {
	width: 100%;
	height: 100%;
}

.sim-header *{
	color: #000 !important;
}

.image-wrap {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

.image-wrap img {
    max-width: 470px !important;
    max-height: 500px !important;
}

.cs-widget {
    background-color: #f5f5f5;
    padding: 5em 0;
}

.cs-widget h2 {
    /*font-family: "Gotham Bold";*/
    text-align: center;
    margin-bottom: 1.3em;
}

.cs-widget .cs-tabs {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 2em;
	font-size: 1.2em;
	border: none;
}

.cs-widget .cs-tabs button {
	position: relative;
	padding: 10px 20px;
	border: none !important;
	border-color:#00e99d !important;
	margin: 0 20px;
}

.cs-widget .cs-tabs button:focus,
.cs-widget .cs-tabs button:hover {
	border: none;
}

.cs-widget .cs-tabs button.active {
	background: transparent;
	border: none;
	border-bottom: 3px solid #00e99d !important;
}



.cs-widget .client-slide {
	background: #fff;
	padding: 58px 82px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 20%);
	border-radius: 15px;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
	text-align: left;
}

.cs-widget .slide-header {
	position: relative;
	display: flex;
}

.cs-widget .slide-header .logo-wrap {
    position: absolute;
    width: 150px;
    background: #000;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    top: -74px;
    left: -116px;
    padding: 10px;
}

.cs-widget .slide-header .logo-wrap img {
	width: 100%;
}

.cs-widget .slide-header .cs-info {
	padding-left: 84px;
	width: 60%;
}

.cs-widget .slide-header .cs-info h4 {
	font-family: "Gotham Bold";
}

.cs-widget .slide-header .cs-info .sub {
	font-family: "Gotham Bold";
}

.cs-widget .slide-header .cs-info .sub span {
	font-family: "Gotham-Book";
}

.cs-widget .slide-header .action {
	width: 40%;
	text-align: right;
	padding-top: 11px;
}

.cs-widget .quote {
	position: relative;
	text-align: left;
	margin: 2.4em 0 2em 2em;
	border-top: 1px solid #cacaca;
	padding-top: 2em;
}

.cs-widget .quote:before {
	background-image: url(/wp-content/uploads/2020/12/quote.png);
	content: "";
	background-repeat:no-repeat;
	width: 37px;
	height: 37px;
	display: block;
	background-size: cover;
	position: absolute;
	left: -56px;
	top: 16px;
}

.cs-widget .quote .text {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.5em;
	color: #6b6b6b;
}

.cs-widget .quote .quoter {
	border-left: 4px solid #00e99d;
	padding-left: 10px;
	margin-top: 1.5em;
	font-size: 1.3em;
}

.cs-widget .quote .quoter span {
	font-size: .95em;
}

.careers-feed {
	text-align: center;
	padding:90px 0;
	background: #f7f7f7;
}

.careers-feed .sub-content {
padding-top: 35px;
margin-bottom: 50px;
}

.careers-feed .event-list {
    padding: 0 100px;
    /* max-width: 1151px; */
    margin: 0 auto;
    text-align: left;
}

.careers-feed .event-list .item {
	padding-left: 10px;
}

.careers-feed .event-list .item:nth-of-type(even) {
    background: #e9e9e9;
}

/*Homepage*/
.home .video-type-1 h2.title {
	font-family: "Gotham Bold";
}

.home .video-type-1 {
    padding: 90px 0 70px;
}


.page-id-18595 {
 overflow-x: hidden;	
}

.page-id-18595 .video-hero {
position: relative;
    display: grid;
    place-items: center;
    height: 100vh;
    width: 100vw;
    margin: 0 auto;
    background: #ccc;
}


.page-id-18595 .video-hero .video-bg {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.7;
}

.page-id-18595 video::-webkit-media-controls {
    display:none !important;
  }

.page-id-18595 .section-hero .hero-content {
    line-height: 1.1;
    color: #fff;
    width: 100%;
    height: 90vh;
    position: absolute;
    left: 0;
    top: 0;
}


/*Classification product page (no video)*/
.page-id-1308 .section-simple-content {
    text-align: center;
    margin-top: 90px;
    padding-bottom: 0;
}

.page-id-1308 .section-simple-content .title {
	opacity: 1;
}

/*see a demo form*/
.page-id-799 .section-hero-3 {
	overflow:hidden;
}

.page-id-799 .reg-form iframe {
	    height: 571px;
}

.page-id-799 .section-vertical-slider .content-wrap .l-col .image-wrap {
    justify-content: flex-start !important;
}

.demo-banner.section-contact .title:before {
	left: 24px;
}

.demo-banner .reg-form .pardot-iframe {
	width: 100%;
	height: 540px;
}


.demo-banner .top-content .content p {
	font-family: "Gotham Bold";
}

.carousel-arrow {
	display: inline-block;
	bottom: -48px;
	right: 0;
	left: 0;
	border: none;
	left: 50%;
	margin-left: -20px;
	background: transparent;
	opacity: 0.5;
	transition: opacity .4s;
}

.carousel-arrow:hover {
	opacity: 1;
}

.carousel-arrow:before {
	content: "";
	display: block;
	background-image:url(/wp-content/uploads/2021/03/arrow.svg);
	width: 40px;
	height: 40px;
	background-size: cover;
}

.carousel-arrow.prev {
	margin-left: -53px;
	transform: scaleX(-1);
} 

.carousel-arrow.next {
	margin-left: 16px;
}

.pci-modal-thumb {
	cursor: pointer;
}

.pci-modal-thumb img {
	transition: all .3s;
	transform: scale(1);
}

.pci-modal-thumb:hover img {
	transform: scale(1.1);
}



/* Legacy Pages CSS */

.parent-pageid-17332 .hero {
    min-height: 0;
    padding: 135px 0 100px;
}

.parent-pageid-17332 h1 {
	font-size: 3em;
}

.legacy-ty p:empty {
	display: none;
}

.legacy-ty .panel br {
	display: none;
}

.legacy-ty .panel-title {

}

.legacy-ty .panel-title a {
    background: #f1f1f1;
    display: block;
    padding: 14px;
    color: #464646;
    border-radius: 6px;
    font-size: 20px;
}

.legacy-ty .panel-title a:hover {
	text-decoration: none;
	background: #cacaca;
}

.legacy-ty .nav-stacked {
	display: block;
}

.legacy-ty .nav-stacked li {
	display: block;
}

.legacy-ty .nav-stacked a {
     color: #0f4dbc; 
    font-family: "Gotham Bold";
}

.legacy-ty .nav-stacked a:hover {
	text-decoration: none;
	color: #2d9eda;
	border: none;
}

.fiserv-language {
    background: #f1f1f1;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 30px;
}

.fiserv-language h3 {
	margin-bottom: 4px;
	font-size: 20px;
}

.fiserv-language select {
    height: 42px;
    border-radius: 5px;
    border: 1px solid #cacaca;
    padding: 5px;	
}

.fs-content-pane {
	display: none;
}

.fs-content-pane .framecol {
	float: right;
	width: 420px;
}

.link-select {
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    border:none;	
}

.link-select option {
	color: #000;
}

.content .green-check-list {
	padding:0;
}

.content .green-check-list li {
	list-style-type: none;
	position: relative;
	padding-left: 45px;
	margin-bottom: 23px;
	line-height: normal;
}

.content .green-check-list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 33px;
    height: 25px;
    background-size: cover;
    background-image: url(https://dev.pkware.com/wp-content/uploads/2021/03/green-check.png);
    top: -5px;
}

.well.wow {
    border: 1px solid #cacaca;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fafafa;
    margin-bottom: 40px;
    display: inline-block;
}

.well.wow p {
	margin-bottom: 6px;
}

.well.wow .btn {
	border-radius: 30px;
	background-color: #5c5ba7;
	border-color: #5c5ba7;
	color:#fff;
	padding: 7px 20px;
	margin: 15px 0;
}

.well.wow h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.well.wow h5 {
	font-size: 13px;
}
.single-post a.btn {
	color: #fff !important;
}

.legacy-50 {
	width: 50%;
	float: left;
}

.section-hero-2 h1 .sw-logo {
	margin-top: 50px;
}

.legal-page h4 {
	background: #f1f1f1;
	padding: 15px 10px;
	font-size: 1.3em;
	font-family: "Gotham Bold";
	color: #000;
}

.legal-page h4 br {
	display: none;
}

.legal-page h4 a:hover {
	text-decoration: none;
}

.legal-page .panel-group p:empty {
	display: none;
}

.technology-blocks-new {
	position: relative;
}

.technology-blocks-new h2 {
	    font-family: "Gotham Bold";
	    text-align: center;
	    margin: 85px 0;
}

.technology-blocks-new .item {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.technology-blocks-new .item:after {
    width: 9px;
    background-image: url(https://www.pkware.com/wp-content/uploads/2021/11/transition-dot.png);
    display: block;
    content: "";
    height: 80px;
    margin: 0 auto;
    background-repeat: repeat;
    background-size: contain;
}


.technology-blocks-new .item .wrap-inner {
	display: flex;
	position: relative;
	padding: 40px;
}

.technology-blocks-new .item .wrap-inner:before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	border: 1px solid #cacaca;
	border-radius: 11px;
	left:0;
	right:0;
	top:0;
	bottom: 0;
	transform: skew(-7deg, 0deg);
}

.technology-blocks-new .item:nth-of-type(even) .wrap-inner:before {
	transform: skew(7deg, 0deg);
}

.technology-blocks-new .item .wrap-img {
	width: 40%;
}

.technology-blocks-new .item:nth-of-type(even) .wrap-img {
	order: 2;
}

.technology-blocks-new .item .wrap-img img {
	width: 100%;
	display: block;
}

.technology-blocks-new .item .wrap-content {
	position: relative;
	width: 60%;
	padding-left: 50px;
}

.technology-blocks-new .item:nth-of-type(even) .wrap-content {
	padding-left: 0;
	padding-right: 50px;
}

.technology-blocks-new .item-6 {
	margin-bottom: 60px;
}

.technology-blocks-new .item-6 .wrap-inner {
	display: block;
}

.technology-blocks-new .item-6 .wrap-img {
	width: 100%;
	max-width: 650px;
	margin: 0 auto 30px auto;
}

.technology-blocks-new .item-6 .wrap-content {
	width: 100%;
	text-align: center;
}

.technology-blocks-new .item-6:after {
	display: none;
}


.technology-blocks-new .wrap-content .item-title {
	    font-family: "Gotham Bold";
}

.technology-blocks-new .content {
	position: relative;
}

.technology-blocks-new .content .btn-1 {
	padding: 10px 20px;
    margin: 0;
    letter-spacing: 0;
    line-height: normal;
    height: auto;
    background: #fff;	
}

.technology-blocks-new .content .btn-1:hover {
	background: #00e99d;
}

.technology-blocks-new .content .btn-1 br {
	display: none;
}

.technology-blocks-new .item .info-panel .card {
    border-radius: 11px;
    border: 1px solid #25b6e4;
    padding: 40px;
    position: relative;
    left: -22px;
}


.form-sect {
	border: 1px solid #cacaca;
	margin-bottom: 2em;
	padding: 1em;
	display: flex;
	flex-wrap: wrap;
}

.ibm-z-os-full {
    position: absolute;
    top: 0;
    z-index: 2;
    margin-top: -75px;
}

.ibm-z-os-full img {
	max-width: 100%;
}

.form-sect h2 {
	font-family: "Gotham Bold";
	font-size: 25px;
	width: 100%;
}

.form-sect input, .form-sect select, .form-sect textarea, .form-sect option {
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 5px;
    line-height: 30px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    color: #6d6d6d;
    height: 45px;
}

.form-sect textarea {
	height: auto;
}

.form-sect input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

.form-sect input[type="radio"] {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.form-sect .field-wrap {
	width: 100%;
}

.form-sect .left {
	width: 50%;
	padding-right: 10px;
}

.form-sect .right {
	width: 50%;
	padding-left: 10px;
}

.form-sect .fifty-split {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-top: 22px;
    position: relative;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    display: block;
}

.form-sect .input-trail {
	
}

.form-sect .NumberEmployees {
    margin-top: 12px;
    display: block;
}

.form-sect input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 22px 0;
    margin-top: 15px;
}

.form-sect .PrivacyPolicy input + span {
	display: none;
}

.form-sect input[type="checkbox"] + span {
	font-size: .85em;
}

.form-sect .Products input, 
.form-sect .Services input {
	/*max-width: 250px;*/
}

/*.wpcf7-form-control-wrap.Products:after {
	content: "%";
	display: inline-block;
}*/

.lander {
	position: relative;
}

.lander .header {
    position: relative;
    top: 0;
    padding-top: 20px;
}

.lander .header.fixed {
	background: transparent;
}

.lander:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    /* background: url(https://www.pkware.com/wp-content/uploads/2021/04/bg11.jpg); */
    /* opacity: 0.17; */
    background: #e0e0e0;
}

.lander footer {
    padding: 70px 40px 40px;
    border-top: 1px solid #c1c1c1;
    position: relative;
    background: #fff;
}

.section-hero-lander {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: visible;
    height: 100vh;
    min-height: 0;
    padding: 0;
    text-align: left;
}

.section-hero-lander .btn-1 {
    font-size: 16px;
    font-family: "Gotham Bold";
    color: #fff;
    border-radius: 47px;
    padding: 10px 47px;
    background-color: #5c5ba7;
    border-color: #5c5ba7;
}

.lander-explore .wrap-items {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
}

.lander-explore .item {
    background: rgb(255 255 255 / 88%);
    color: #000;
    border: none;
    margin-bottom: 10px;
    text-align: center;
    padding: 15px;
    font-family: "Gotham-Medium";
    font-size: 13px;
    border-radius: 7px;
    width: 48%;
    display: inline-block;
    margin: 0 1% 10px 1%;
}

.lander-explore .item.top-item {
	width: 100%;
}

.lander-explore .item p {
	margin-bottom: 0;
}

.lander-explore .item p:empty {
	display: none;
}

.lander-explore .item img {
	max-height: 26px;
}

.lander-explore .item.top-item img {
	max-height: 34px;
}

.lander-explore .item .wrap-content {
	margin-top: 10px;
}

.lander-explore .item .btn-link {
	background: #2d9eda;
	color: #fff;
	text-decoration: none;
	font-family: 'Gotham Bold';
	padding: 5px 18px;
	border-radius: 19px;
	margin-top: 10px;
	display: inline-block;
}





