@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap);
.pssn-font-regular {
	font-family: Montserrat!important;
	font-weight: 400!important
}

.pssn-font-light {
	font-family: Montserrat!important;
	font-weight: 300!important
}

.pssn-font-extra-light {
	font-family: Montserrat-ExtraLight!important;
	font-weight: 200!important
}

.pssn-font-semi-bold {
	font-family: Montserrat!important;
	font-weight: 600!important
}

.pssn-logo {
	height: 55px
}

.navbar {
	border-bottom: 1px solid #693e90
}

.nav-link {
	font-family: Montserrat;
	font-weight: 400;
	color: #ccc!important;
	font-size: 13px;
	letter-spacing: 1px;
}

.nav-link.active {
	color: #FFFFFF!important;
}

.nav-link-long {
	white-space: nowrap;
}

.pssn-footer-link {
	font-family: Montserrat;
	font-weight: 400;
	color: #fff!important;
	font-size: 13px;
	letter-spacing: 1px;
}

.nav-item {
	padding-left: 10px;
	padding-right: 10px
}

.pssn-navbar {
	background-color: rgba(0, 0, 0, .7)
}

.pssn-user {
	max-height: 45px;
	margin-left: 20px
}

.pssn-nav-li {
	line-height: 3em;
	padding: 5px 10px
}

.navbar-dark {
	transition: background-color .3s!important;
	background-color: rgba(0, 0, 0, 1);
	box-shadow: none
}

h2 {
	color: #fff;
	font-size: 3.5em;
	font-family: Montserrat;
	font-weight: 200
}

h3 {
	color: #000;
	font-size: 35px;
	font-family: Montserrat;
	font-weight: 200
}

h4 {
	color: #000;
	font-size: 39px;
	font-family: Montserrat;
	font-weight: 500
}

h5 {
	color: #4c22c1;
	font-size: 15px;
	font-family: Montserrat;
	font-weight: 400
}

p {
	font-size: 17px;
	font-family: Montserrat;
	font-weight: 400
}

.btn {
	border-radius: 0;
	font-family: Montserrat;
	font-weight: 500;
	color: #fff;
	border-color: #693e90
}

.btn-video {
	border-color: #30b9d1
}

.btn-video img {
	width: 15px;
	margin-bottom: 4px
}

.btn-white {
	border-color: #fff
}

.download-btn {
	color:#693e90;
}

.video-back-div {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-width: 100%!important;
	min-height: 600px!important;
	background-size: cover;
	background-image: url(../img/rack_room_sd.jpg)
}

@media screen and (min-width:721px) and (max-width:1280px) {
	.video-back-div {
		background-image: url(../img/rack_room_hd.jpg)
	}
}

@media screen and (min-width:1281px) and (max-width:1920px) {
	.video-back-div {
		background-image: url(../img/rack_room_fullhd.jpg)
	}
}

@media screen and (min-width:1921px) {
	.video-back-div {
		background-image: url(../img/rack_room_4k.jpg)
	}
}

.case-studies-back {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-width: 100%!important;
	min-height: 600px!important;
	background-size: cover;
	background-image: url(../img/case_studies_s.jpg)
}

@media screen and (min-width:1025px) and (max-width:1800px) {
	.case-studies-back {
		background-image: url(../img/case_studies_m.jpg)
	}
}

@media screen and (min-width:1801px) {
	.case-studies-back {
		background-image: url(../img/case_studies_l.jpg)
	}
}

.flexbox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column
}

.pssn-card-home-case-study,
.pssn-card-case-study {
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 1em;
}
@media (min-width: 768px) {
	.pssn-card-home-case-study,
	.pssn-card-case-study {
		max-width: 50%;
		flex: 0 0 50%;
	}
}
@media (min-width: 1250px) {
	.pssn-card-home-case-study {
		max-width: 25%;
		flex: 0 0 25%;
	}
	.pssn-card-case-study {
		max-width: 33%;
		flex: 0 0 33%;
	}
}

.pssn-card-title {
	color: #fff;
	font-family: Montserrat;
	font-weight: 300;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 22px;
    position: absolute;
    top: 70px;
}

.pssn-card-title-container {
	display: flex;
	flex-direction: column;
	height: 14em;
	justify-content: space-between;
	position: relative;
}

@media screen and (max-width:1399.98px) {
	.pssn-card-case-study .pssn-card-title-container {
		height: 16em;
	}
	.pssn-card-case-study .pssn-card-body-max {
		max-height: none !important;
	}
}
.pssn-small-card-title {
	color: #fff;
	font-family: Montserrat;
	font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 20px;
	height: 8.5em;
	/* display: flex;
	align-items: flex-end; */
	position: absolute;
	top: 30px;
	display: block;
	padding-right: 20px;
}



.pssn-card-date {
	color: #4c22c1;
	font-size: 13px;
	font-family: Montserrat;
	font-weight: 500;
	letter-spacing: 1px;
}

.pssn-card {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.pssn-card-button {
	width: 75px;
	text-align: center
}

.pssn-card-body {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-right: 0;
	padding-right: 15px;
	padding-top: 0
}

.pssn-card-arrow {
	width: 40px
}

.col-align-left {
	text-align: left
}

.col-align-right {
	text-align: right
}

.color-pssn-dark {
	color: #693e90;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 25px
}

.case-study-image {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	min-width: 100%!important;
	min-height: 235x!important;
	background-size: cover
}

.case-study-image img.case-study {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.pssn-services-graphic {
	width: 100%;
	height: 100%;
	max-width: 700px;
	max-height: 700px;
    object-fit: contain;
}

@media (max-width:1024px) {
	.pssn-services-graphic {
		display: none
	}
}

.pssn-login-button-align {
	text-align: right
}

@media (max-width:1024px) {
	.pssn-login-button-align {
		text-align: center
	}
}

.pssn-services-graphic-mobile {
	display: none
}

@media (max-width:1024px) {
	.pssn-services-graphic-mobile {
		display: inherit
	}
}

.pssn-fg-purple {
	color: #68418c
}

.pssn-fg-light-purple {
	color: #9069C9
}

.pssn-bg-light-purple {
	background-color: #9069c9
}

.pssn-bg-dark-purple {
	background-color: #4C2CBD
}

.pssn-bg-purple {
	background-color: #68418c
}

.pssn-bg-light-blue {
	background-color: #3ab7cd
}

.pssn-fg-light-blue {
	color: #3ab7cd
}

.pssn-img-opacity-50 {
	-webkit-filter: brightness(50%)
}

.pssn-chapter-header {
	font-family: Montserrat;
	font-weight: 600;
	font-size: 20px
}

.about-us-cover-1 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	max-width: 50%!important;
	min-height: 600px!important;
	background-size: cover;
	background-image: url(../img/about_us_1.jpg)
}

@media screen and (min-width:1024px) {
	.about-us-cover-1 {
		background-image: url(../img/about_us_1@2x.jpg)
	}
}

@media (max-width:1024px) {
	.about-us-cover-1 {
		max-width: 100%!important;
		margin-bottom: 20px
	}
}

.pssn-fz-medium {
	font-size: 25px
}

.pssn-subheader-summary {
	font-size: 22px
}

.pssn-full-height {
	height: 100%;
}

.pssn-multi-card-column {

	margin: 0px;
	padding: 0px;
}

.pssn-multi-card-title {
	font-size: 16px;
	font-family: Montserrat!important;
	font-weight: 600!important
}

.pssn-multi-card {
	max-height: 660px !important;
}

.pssn-multi-card-tall {
	height: 331px;
}

.pssn-multi-card-arrow-container {
	position: absolute; bottom: 0; width: 100%;
}

.pssn-card-body-max {
	max-height: 265px !important;
	min-height: 265px !important;
}

input, textarea {
	border-radius: 0px !important;
	font-family: Montserrat;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px !important;
	padding: 15px !important;
}	

input::placeholder {
  color: #848090 !important;
}

textarea::placeholder {
  color: #848090 !important;
}

.check-text {
	font-family: Montserrat;
	font-weight: 400;
	margin-left: 15px;
}

.custom-control-label::before{
	color: white;
	background-color: white;
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}
.custom-control-label::after {
    top: .8rem;
    width: 1.25rem;
    height: 1.25rem;
}

.pssn-fg-gray{
	color: #D2D0D4;
}

.pssn-submit-button {
	color: #693e90;
	border-color: #693e90;
	background-color: white;
	min-width: 180px;
	font-family: Montserrat;
	font-weight: 500;
	font-size: 14px;
}

.pssn-ls-1 {
	letter-spacing: 1px;
}

.pssn-ls-2 {
	letter-spacing: 2px;
}

.subfooter-text{
	font-family: Montserrat;
	font-weight: 400;
	margin-left: 15px;
	font-size: 14px;
}

.subfooter-row {
	background-color: white; padding: 0px; margin: 0px; width: 100%;
}

footer {
	background-color: #0C172D;
}

.pssn-complex-card-title {
	font-size: 40px;
	font-family: Montserrat!important;
	font-weight: 300!important
}

.container-pssn {
	padding-left: 160px !important;
	padding-right: 160px !important;
}

.pssn-paginator-text {
	font-family: Montserrat!important;
	font-weight: 600!important;
	letter-spacing: 1px;
}

.pssn-connect-card {
	margin-top: 100px;
	margin-bottom: 100px;
	height: 650px;
}

.pssn-connect-card-a1 {
	z-index: 10 !important;
}

.pssn-connect-card-a1-inner {
	background-color: white; height: 550px; width: 110%; max-width: 740px; margin-top: 50px; margin-left: 20px;
}

.pssn-connect-card-a1-inner-2 {
	position: absolute !important; right: -75px !important; bottom: 50px !important;
}

.pssn-connect-card-a2{
	margin: 0px; padding-top: 0px; padding-left: 0px; padding-bottom: 0px;
}

.pssn-connect-card-b1 {
	margin: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px;
}

.pssn-connect-card-b2 {
	z-index: 10 !important; margin: 0px; padding: 0px;
}

.pssn-connect-card-b2-inner {
	background-color: white; height: 550px; width: 110%; max-width: 740px; margin-top: 50px; margin-left: -95px;
}

.pssn-connect-card-b2-inner-2 {
	position: absolute !important; left: -95px !important; bottom: 50px !important;
}

.pssn-connect-img {
	max-width: 650px; width: 100%;
}

.pssn-desktop-menu {
	margin: 0px; flex-grow: 0;
}

.mobile-show {
	display: none;
}

.pssn-services-image-mobile {
	width: 100%;
}

.pssn-services-card-mobile {
	background-color: white; margin-top: 10px; margin-bottom: 10px;
}

@media screen and (max-width:1350px) {
	.pssn-desktop-menu {
		margin: 0px; width: 0px; padding-left: 0px;
	}
}

@media screen and (max-width:1400px) {
	.mobile-hide {
		display: none;
	}
	
	.mobile-show {
		display: inherit;
	}
}

.pssn-wide-card-text {
	max-width: 650px;
}

.pssn-resources-description {
	margin-bottom: 2em;
}
@media screen and (min-width: 1200px) {
	.pssn-resources-description {
		width: calc(50vw - 160px);
	}
}

.section .breadcrumb.breadcrumb--caseStudy { margin-top:-4.5em; }
.breadcrumb.breadcrumb--caseStudy {
    font-weight: 500;
    letter-spacing: 0.06em;
    background-color: inherit;
    color: inherit;
    margin: 0px;
    padding: 0px;
    font-family: Montserrat;
    margin-bottom: 2.5em;
}
.breadcrumb.breadcrumb--caseStudy .breadcrumb-item{ color:#2b303a; }
.breadcrumb.breadcrumb--caseStudy + .breadcrumb-item::before {
    color: #2b303a;
    content: "/";
    font-weight: normal;
}
.breadcrumb.breadcrumb--caseStudy .breadcrumb-item.active {
    font-weight: 700;
    color:#4c2cbd;
}
section.section-case-study{ padding-bottom:0px; }
article.case-study {
	width: calc(100vw - 15px);
	padding-left: 15px;
	padding-right: 15px;
}
article.case-study .case-study-subsection {
    padding-top: 8em;
    padding-bottom: 8em;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:800px) {
	article.case-study {
		width: auto;
		padding-left: 160px;
		padding-right:160px;
	}
	article.case-study .case-study-subsection {
		margin-left: -160px;
		margin-right: -160px;
		padding-left: 160px;
		padding-right: 160px;
	}
}

@media (min-width:1200px) {
    article.case-study {
        padding-left: calc((100vw - 1200px) / 2);
        padding-right: calc((100vw - 1200px) / 2);
    }
    article.case-study .case-study-subsection {
        margin-left: calc((100vw - 1200px) / -2);
        margin-right: calc((100vw - 1200px) / -2);
        padding-left: calc((100vw - 1200px) / 2);
        padding-right: calc((100vw - 1200px) / 2);
    }
}
article.case-study .case-study-subsection:nth-child(even) { background-color: #f2f1f1; }
article.case-study .case-study-subsection h3 {
    font-weight: 500;
    color: #4c2cbd;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
@media (max-width: 800px) {
	article.case-study .case-study-subsection p {
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 27px;
	}
}

img.img-case-study {
    display: block;
    width: 100%;
    margin-bottom: 8em;
}
img.newsImage {
	width: 100%;
	display: block;
	margin-bottom: 4em;
	margin-top: 0rem;
}
@media (min-width:1250px) {
	img.newsImage {
		margin-top: -2rem;
	}
}
.newsArticle a[href] {
	font-weight: 700;
	color: #4c2cbd;
	word-break: break-all;
}
.newsArticle a[href]:hover {
	color: rgb(132, 109, 218);
}
@media (max-width: 800px) {
	.newsArticle p {
		font-size: 18px;
		letter-spacing: 0px;
		line-height: 27px;
	}
}

#videoModal .videoContainer {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
#videoModal iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


/* About us page */

.about-content {
	padding-top: 0;
}

.c-three-columns--column {
	text-align: center;
	margin-bottom: 15px;
}

.c-three-columns--column p { 

	margin-bottom: 0;
	font-size:22px;
	font-weight: bold;
}

.c-logo-grid img {
	max-width: 100%;
	margin-bottom: 15px;
	text-align: center;
}

.newsArticle figure > a >img {
    max-width: 100%;
}


.pssn-cs-main-card .move-card-title {
	position: absolute;
	top: 0;
}