/* Begin Single Blog Template */

h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 3.8em;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
	text-transform: none;
	margin: 30px 0px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
	margin: 50px 0px 20px 0;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
}

h2, h3, h4, h5, h6, h7 {
	color: #000000;
}
p {
    font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #000000;
}
li {
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
	color: #000000;
}
a {
	color: #1f60ad;
}

/* Header */

#banner {
    width: 100%;
/*    height: 500px;*/
    overflow: hidden;
    background: #000;
	height: 250px;
	position: absolute;
}

#banner__background {
    background-size: cover;
    background-position: center;
    width: inherit;
    height: inherit;
    /*display: table;*/
	opacity: .8;
	filter: blur(8px);
    transform: scale(1.1);
}
p#breadcrumbs {
    font-size: .85em;
}
p#breadcrumbs a {
  color: #000;
  position: relative;
  text-decoration: none;
}

p#breadcrumbs a::after{
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: black;
  transition: width 0.3s ease;
}

p#breadcrumbs a:hover::after {
	 width: 100%;

}
.post-section {
	display: block;
    position: relative;
}

.post-container-wrapper {
	max-width: 1300px;
	/*margin: -350px auto 0 auto;*/
	margin: 75px auto 0 auto;
}
.post-container {
	max-width: 95%;
    margin: 0 auto;
	background: #fff;
	box-shadow: 0 30px 80px -20px rgba(50,50,93,.15), 0 10px 60px -30px rgba(0,0,0,.2), 0 -18px 60px -10px rgba(0,0,0,.015);
	border-radius: 13px 13px 12px 12px;
}
.post-header {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	border-radius: 12px 12px 0px 0px;
	background-color: #000000;
}
.category {
	color: #3f82d2;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.post-header-title{
    align-self: flex-end;
    margin: 42px 100px;
	z-index: 10;
}
.post-header-title h1 {
	color: #fff;
	text-transform: none;
    font-size: 3em;
	text-align: center;
    font-weight: 600;
    font-variant: small-caps;
}
h2.mainTaglineLCS {
    color: #ffffff;
    position: relative;
    margin: 0rem;
    left: 53%;
    top: -1rem;
}
.post-header-fade {
	background-image: linear-gradient(15deg, #000000cc, #00000000);
    opacity: .7;
    position: absolute;
    display: block;
    height: 100%;
    width: 101%;
}
.post-content-container {
    margin: 0 0 100px 0;
}
.post-content {
    margin: 20px 100px;
}
.post-content h1 {
	display: none;
}
.nav-below {
    margin: 100px 0px 50px 0px;
}
nav#nav-below {
    display: flex;
    justify-content: space-between;
} 
.nav-previous {
    margin: 0 50px 0 0;
    flex: 1;
}
.nav-next {
    margin: 0 0px 0 50px;
    flex: 1;
    text-align: right;
}
.nav-below a {
	color: #1f60ad;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
    font-weight: 800;
}
.logo-align {
	justify-content: center;
}
.logo {
	align-self: center;
	margin: 0px 20px;
}
.logo-header-fade {
    background-image: linear-gradient(15deg, #000000, #00000000);
    opacity: .7;
    position: absolute;
    display: block;
    height: 100%;
    width: 101%;
    mix-blend-mode: overlay;
}
.accent {
	background: #ffffff1f;
    position: absolute;
    width: 400px;
    height: 1000px;
    transform: rotate(-45deg);
    top: -100px;
    left: -90px;
    mix-blend-mode: overlay;
}
.accent-2 {
	background: #ffffff1f;
    position: absolute;
    width: 460px;
    height: 1000px;
    transform: rotate(-45deg);
    top: -100px;
    left: -34px;
    mix-blend-mode: overlay;
}

.brand-button {
    border: 3px solid #1f60ad;
	color: #1f60ad;
    padding: 15px 25px;
    position: relative;
    line-height: 55px;
    border-radius: 10px;
    font-weight: 700;
	transition: 0.3s ease-in;
}
.brand-button:hover {
	background: #1f60ad;
	color: white;
	box-shadow: 0px 0px 20px 0px #2494f5bd;
}

@media only screen and (max-width: 700px) {
	.post-content {
    margin: 50px 25px;
	}
	.post-header-title {
    margin: 25px 25px;
}
}

@media only screen and (max-width: 500px) {
	.post-content {
    margin: 50px 10px;
	}
	.post-header-title {
    margin: 25px 10px;
	}
	.post-header-title h1 {
		font-size: 2.5em;
	}
}

/* End Single Blog Template */

/*Begin Pages: Service and Support - PowerTest Lifecycle Services*/


.post-content {
    padding: 5px 0px;
}
.post-content-container {
    margin: 0 0 1rem 0;
}

.page-wrapper.row.servicePageWrapper {
    padding: 0px;
    width: 95%;
}

.hentry {
    margin: 0 0 4em;
}
.flex-container {
 	 min-height: 100%;
 	 display: flex;
 	 flex-wrap: wrap;
  	flex-direction: row;
	max-width: 95%;
    margin: 0 auto;
}

.featured-service {
    display: flex;
    flex-basis: calc(50% - 40px);
    justify-content: center;
    flex-direction: column;
    background: #fff;
    margin: 20px;
    padding: 20px 30px 20px 120px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 30px 80px -20px rgba(50,50,93,.15), 0 10px 60px -30px rgba(0,0,0,.2), 0 -18px 60px -10px rgba(0,0,0,.015);
    border-radius: 10px;
	transition: .2s ease-in;
}

.featured-service:hover {
    transform: scale(1.02);
    box-shadow: 0 30px 100px -20px rgba(50,50,93,.15), 0 10px 80px -30px rgba(0,0,0,.2), 0 -18px 60px -10px rgba(0,0,0,.015);
}

.featured-service-title {
	
}

.featured-service-title > h3 {
    font-weight: 700;
}

.featured-service-description {
	
}
.featured-service-description ul{
	font-family: 'Montserrat', sans-serif;
}

.featured-service-icon {
	width: 120px;
    position: absolute;
    left: -10px;
}

/* START Bucket Styles */

.section_service_blocks_3_across_heading {
	margin-bottom: 1.5rem;
}
.section_service_blocks_3_across_heading h3 {
    margin-bottom: 0rem;
	margin-top: 0rem;
	font-weight: 600;
}
.section_service_blocks_3_across_heading p:last-of-type {
	margin-bottom: 0rem
}

.serviceHeaderImage {
    width: 100%;
    margin-top: 2rem;
}
.serviceHeaderImage img {
    width: 90%;
    max-width: 428px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.serviceLogoFlexWrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.serviceLogoFlexWrap a {
	margin: 1rem;
}

.browse-products-services-item-wrapper {
	background-color: #ffffff !important;
}

.browse-products-services-item-wrapper>.content-area .custom-area-title {
	color: #000000;
	font-weight: 600;
} 

.browse-products-services-wrapper ul.browse-products-services-list li .browse-products-services-item-wrapper>.content-area {
	border-top: solid thick #6d6e71;
	background-color: #ffffff;
	border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.browse-products-services-item-wrapper>.content-area p.serviceBucketSubHead{
	font-style: italic;
	margin-bottom: 1em;
	color: #000000;
}
.browse-products-services-item-wrapper>.content-area ul{
	margin-bottom: 4rem;
}

.browse-products-services-item-wrapper>.content-area ul:last-child,
.browse-products-services-item-wrapper>.content-area p:last-child {
    margin-bottom:1rem;
}

.browse-products-services-item-wrapper>.content-area ul li{
	margin-bottom: auto;
	color: #000000;
}

.browse-products-services-item-wrapper.serviceBlackBucket {
	background-color: #000000 !important;
}
.browse-products-services-item-wrapper.serviceBlackBucket>div:first-of-type {
    background-color: #000 !important;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.browse-products-services-item-wrapper.serviceBlackBucket h2,
.browse-products-services-item-wrapper.serviceBlackBucket h3,
.browse-products-services-item-wrapper.serviceBlackBucket h4,
.browse-products-services-item-wrapper.serviceBlackBucket h5,
.browse-products-services-item-wrapper.serviceBlackBucket h6,
.browse-products-services-item-wrapper.serviceBlackBucket h7,
.browse-products-services-item-wrapper.serviceBlackBucket p,
.browse-products-services-item-wrapper.serviceBlackBucket li{
	color:#ffffff !important;
}

.entry-button-wrapper a.bucketButtonService {
    background-color: #6d6e71 !important;
}
.entry-button-wrapper a.bucketButtonService:hover {
    background-color: #58595b !important;
}

@media (max-width: 950px){
	.browse-products-services-item-wrapper>.content-area .custom-area-title{
	font-size: 1.2em;
	}
}
@media (max-width: 640px){
	.browse-products-services-item-wrapper>.content-area .custom-area-title{
	font-size: 1.6em;
	}
}
/* END Bucket Styles */

/* START CALL TO ACTION BOX */

.callToActionHeader {
	margin-top: 1rem;
}

.callToActionHeader h3 {
    margin-bottom: 0rem;
	margin-top: 0rem;
	font-weight: 600;
}

.callToActionHeader p {
    font-style: oblique;
}
.serviceFooterLogo {
    width: 250px;
    margin-bottom: 1rem;
	margin-right: auto;
	margin-left: auto;

}
.service_call_to_action_subtitle {
    text-align: center;
}
.service_call_to_action_extra_content {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em;
}
.footer-cta{
    padding: 20px;
	border-radius: 10px;
    box-shadow: 0 30px 80px -20px rgba(50,50,93,.15), 0 10px 60px -30px rgba(0,0,0,.2), 0 -18px 60px -10px rgba(0,0,0,.015);
	background-color: #000;
	margin-bottom: 2rem;
}

.footer-cta-content h3 {
	font-weight: 700;
	color: #fff;
	margin-top: 2rem;
	margin-bottom: 0rem;
}
.footer-cta-content h3 + p {
	margin-top: 1rem;
}

.footer-cta-content p {
	color: #fff;
	margin-bottom: .5rem;
}
.footer-cta-content ul li {
	color: #fff;
}
.cta-button {
	background: #fff;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0 30px 80px -20px rgba(50,50,93,.15), 0 10px 60px -30px rgba(0,0,0,.2), 0 -18px 60px -10px rgba(0,0,0,.015);
	transition: .2s ease-in;
    width: 33%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	min-width: 250px;
} 
.cta-button:hover {
	transform: scale(1.03);
	
}
.cta-button a{
	color: #000000;
	font-weight: bold;
	padding: 20px;
	display: block;
}
.service_call_to_action_ending_tagline h4 {
    color:#ffffff;
    font-weight: bold;
    margin-top: 2rem;
    text-align: center;
	text-transform: none;
}
/* END CALL TO ACTION BUCKET  */

/* END CALL TO ACTION CHILD PAGE  */
.serviceBtn-on-white {
    background: #000;
    margin-left:initial;
    margin-right:initial;
	margin-bottom: 1.5rem;
    
}
.serviceBtn-on-white:hover {
    background: #58595b;
}
.serviceBtn-on-white a {
    color: #fff
}
 @media (max-width: 639px){
    .serviceBtn-on-white,
	 .cta-button {
        width:100%;
    }
 }
/* END CALL TO ACTION CHILD PAGE   */

/* START FOOTER COLUMNS  */

    .serviceFooterContainer {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .serviceFooterColumn {
      flex: 1 1 calc(33.333% - 20px);
      padding: 20px;
	  background-color: #e6e7e8;
      border-bottom-left-radius: 7px;
      border-bottom-right-radius: 7px;
    }
	.serviceFooterColumn h4 {
		text-align: center;
	}
	/* Add left border to 2nd and 3rd columns */
/*	.serviceFooterColumn:not(:first-child) {
	  border-left: 2px solid #e6e7e8;

	}*/
	.serviceFooterColumn li {
		padding-bottom: .3em;
	}
	.serviceFooterColumn a {
	  color: #000;
	  position: relative;
	  text-decoration: none;
	}

	.serviceFooterColumn a::after{
	  content: '';
	  position: absolute;
	  width: 0%;
	  height: 1px;
	  left: 0;
	  bottom: 0;
	  background-color: black;
	  transition: width 0.3s ease;
	}

	.serviceFooterColumn a:hover::after {
		 width: 100%;

	}
    /* Mobile: 1 column */
    @media (max-width: 639px) {
		  .serviceFooterColumn {
			flex: 1 1 100%;
		  }
		  .serviceFooterColumn:not(:first-child) {
		  border-left: none;
		  }
		  .serviceFooterColumn {
		  border-bottom: 1px solid #ccc;
		}
    }

/* END FOOTER COLUMNS  */

/* START PT LIFECYLE SERVICES CONTACT FORM  */

	.ptLifecyleServicesContact_wrapper h2,
	.ptLifecyleServicesContact_wrapper h3 {
		font-weight: 600 !important;
	}
	.ptLifecyleServicesContact_wrapper h3 {
		margin-bottom: 0.5rem;
	}
	.ptLifecyleServicesContact_wrapper .ptLifecyleServicesContact .gsection{
		border-bottom: #000 thick solid
	}
	.ptLifecyleServicesContact_wrapper .ptLifecyleServicesContact .gsection .gsection_description {
		color:#c02b0a !important;
		font-style: italic;
		font-size: .9em;
		padding-top: 0em;
	}
	.ptLifecyleServicesContact_wrapper.gravity-theme .gfield_label {
		text-transform: none;
	}
	.ptLifecyleServicesContact_wrapper .ptLifecyleServicesContact input[type="submit"] {
		background: #000;
		font-weight: bold;
	}
	.ptLifecyleServicesContact_wrapper .ptLifecyleServicesContact input[type="submit"]:hover {
		background: #58595b;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.ptLifecyleServicesContact .full_width_field input {
		width: 100% !important;
	}
	.ptLifecyleServicesContact .gfield--type-radio input[type="radio"] {
		margin: 0.5rem 0rem 1rem 0rem !important;
		padding: 0rem !important;

	}
	.ptLifecyleServicesContact .gfield--type-radio input[type="radio"]:checked {
		background-color: #000000
	}
	.ptLifecyleServicesContact .gfield--type-radio label {
		padding: 0rem !important;
		margin: 0.5rem 0rem 1rem .1rem !important;

	}

	.ptLifecyleServicesContact .gfield--type-radios input+label {
		width: 100%;
	}

	.ptLifecyleServicesContact .gfield--type-radio .gfield_radio {
		grid-column-gap: 1rem;
	}
	.ptLifecyleServicesContact select {
		color:#000;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.ptLifecyleServicesContact .gform_confirmation_message {
		top: auto;
		position: relative;
		padding: 2em;
		margin-bottom: 2rem;
		border: none;
		border-radius: 20px;
		background-color: #000000;
	}
	.ptLifecyleServicesContact .gform_confirmation_message h2,
	.ptLifecyleServicesContact .gform_confirmation_message h3 {
		color: #ffffff;
	}
	.ptLifecyleServicesContact .gform_confirmation_message h3{
		margin-top: 0px;
		margin-bottom: 2rem;
	}

/* END PT LIFECYLE SERVICES CONTACT FORM  */

@media only screen and (max-width: 1050px) {
	.post-container-wrapper {
		margin-top: 25px;
	}
	.serviceLogoFlexWrap{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.serviceLogoFlexWrap a img {
        max-height: 23px;
    }
}
@media only screen and (max-width: 1000px) {
	.flex-container {
		display: block;
	}
}
@media only screen and (max-width: 945px){
	.post-header-title h1 {
		font-size: 2.24em;
		margin-bottom: 0px;
	}
	h2.mainTaglineLCS {
	font-size: 1.55em;
        top:-.5rem;
	
	}
}
@media only screen and (max-width: 610px){
	h2.mainTaglineLCS {
		font-size: 1.2em;
        top:0;
        left:-5px;
        text-align:center;
	
	}
}
@media only screen and (max-width: 429px) {
	.serviceLogoFlexWrap{
        flex-direction: column;
        align-content: center;
	}
}

/*End Pages: Service and Support - PowerTest Lifecycle Services*/