/** Hero */

.q-report__hero-wrapper {
	display: flex;
	background: url(../jpg/header-bg.jpg) center center no-repeat rgb(191, 224, 255);
	background-size: cover;
	overflow: hidden;
}
.q-report__hero-container {
	width: 100%;
	padding-bottom: 10%;
	position: relative;
}
.q-report__hero-container--content {
	z-index: 2;
	max-width: 1430px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	height: 100%;
}
.q-report__hero-container--bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0;
	display: flex;
	overflow: hidden;
	align-items: center;
	max-width: 1200px;
	padding-left: 35px;
	padding-right: 35px;
	left: 50%;
	transform: translateX(-50%);
}
.q-report__hero-bg--obj {
	max-width: 1130px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
}
.q-report__hero-bg--obj .tru-sphare {
	max-width: 200%;
	opacity: 0;
	width:200%;
    position: absolute;
    top: 0;
    left:-15px
}

.q-report__hero-net--container {
	position: absolute;
	z-index: 1;
	top: auto;
	bottom: 4%;
	width: 100%;
}
.q-report__hero-net--outer {
	max-width: 1200px;
	padding-left: 35px;
	padding-right: 35px;
	margin: 0 auto;
}
.q-report__hero-net {
	max-width: 170px;
	margin: 0 -125px 0 auto;
	overflow: visible;
	position: relative;
}
.q-report__hero-net::after,
.q-report__hero-net:before {
	content: "";
	position: absolute;
	background: url(../png/stripes-2.png) 0 7px repeat-x transparent;
	background-size: auto 79%;
	opacity: 1;
	width: 0;
}
.animation.q-report__hero-net::after,
.animation.q-report__hero-net:before {
	transition-delay: 300ms;
}
.animation.q-report__hero-net::after {
	width: 82vw;

}
.animation.q-report__hero-net:before {
	width: 35vw;
	top: 42px;
	margin-left:-2px
}
.q-report__hero-net::after {
	height: 100%;
	right: 100%;
	top:33px;
	transition: width 1.65s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (min-width:992px) {
	.q-report__hero-net::after {
		top:40px;
	}
}
.q-report__hero-net:before {
	display: block;
	height: 100%;
	transition: width 4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	left: calc(100% - 1px)
}
.q-report__hero-net .mesh {
	max-width: 100%;
	width: 350px;
	top:30px;
	position: relative;
}
.q-report__hero-net .mesh .base {
	opacity: 0;
	transition: opacity 0.65s;
}
.animation.q-report__hero-net .mesh .base {
	opacity: 0.2;
}
.q-report__hero-net .mesh .dot1,
.q-report__hero-net .mesh .dot2,
.q-report__hero-net .mesh .dot3 {
	opacity: 0;
	transition: opacity 0.75s;
}
.animation.q-report__hero-net .mesh .dot1 {
	transition-delay: 1500ms;
	opacity: 1;
}
.animation.q-report__hero-net .mesh .dot2 {
	transition-delay: 1900ms;
	opacity: 1;
}
.animation.q-report__hero-net .mesh .dot3 {
	transition-delay: 2100ms;
	opacity: 1;
}
.q-report__hero-content {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.q-report__hero-logo {
	margin-bottom: 40px;
	width: 180px;
}
.q-report__hero-logo img {
	opacity: 0;
}
.q-report__hero-txt--heading {
	color: #2c75be;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	text-align: center;
	font-size: 40px;
	font-family: 'Gotham', sans-serif;
}
.q-report__hero-txt--heading-color{
	color:#262626
}
.q-report__hero-txt--heading span {
	display: block;
	opacity: 0;
}
@media (min-width: 375px) {
	.q-report__hero-container--content {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.q-report__hero-txt--heading {
		font-size: 45px;
	}
}
@media (min-width: 461px) {
	.q-report__hero-net--container {
		bottom: 10%;
	}
	.q-report__hero-net {
		max-width: 150px;
		margin: 0 0 0 auto;
	}
	.q-report__hero-net::after,
	.q-report__hero-net:before {
		background-position: 0 6px;
	}
}
@media (min-width: 720px) {
	.q-report__hero-container {
		padding-bottom: 13%;
	}
	.q-report__hero-container--content {
		padding-left: 50px;
		padding-right: 50px;
	}
	.q-report__hero-bg--obj .tru-sphare {
		max-width: 113%;
		transform: unset;
		width: 200%;
	}
	.q-report__hero-net--container {
		bottom: 13%;
	}
	.q-report__hero-net {
		max-width: 250px;
		margin: 0 0 0 auto;
	}
	.q-report__hero-content {
		flex-direction: row;
		align-items: flex-start;
	}
	.q-report__hero-logo {
		margin-bottom: 0;
		margin-right: 40px;
		width: auto;
	}
	.q-report__hero-txt--heading {
		line-height: 1.05;
		font-size: 56px;
		text-align: left;
	}
	.q-report__hero-net::after,
	.q-report__hero-net:before {
		background-position: 0 7px;
	}
}
@media (min-width: 910px) {
	.q-report__hero-txt--heading {
		font-size: 65px;
	}
	.q-report__hero-container {
		padding-bottom: 5%;
	}
}
@media (min-width: 1080px) {
	.q-report__hero-wrapper {
		min-height: 500px;
		background-size: cover;
	}
	.q-report__hero-container {
		padding-bottom: 0;
	}
	.q-report__hero-container--content {
		padding-top: 65px;
		padding-bottom: 65px;
		padding-left: 70px;
		padding-right: 70px;
	}
	.q-report__hero-txt--heading {
		font-size: 74px;
	}
	.q-report__hero-logo {
		margin-right: 80px;
	}
	.q-report__hero-net--container {
		bottom: 5%;
	}

	.q-report__hero-net::after,
	.q-report__hero-net:before {
		background-position: 0 11px;
	}
	.q-report__hero-bg--obj .tru-sphare {
		max-width: 100%;
		width: 100%;
		left: 0;
	}
}

@media (min-width:1200px) {
	.q-report__hero-net {
		max-width: 350px;
	}
}
@media (min-width: 1440px) {
	.q-report__hero-wrapper {
		background-size: 100% auto;
	}
	.q-report__hero-net--container {
		bottom: 18%;
	}
	.q-report__hero-txt--heading {
		font-size:80px;
	}
}

/** about section **/

.q-tru-container--about {
	padding-top: 40px;
	padding-bottom: 40px;
	font-family: 'Gotham', sans-serif;
}
.q-tru-container--about .q-grid__column {
	margin: 0 auto;
}
.q-txt--300 {
	font-weight: 300;
}
.q-txt--500 {
	font-weight: 500;
}
.q-txt--400 {
	font-weight: 400;
}
.q-tru-container--about p {
	letter-spacing: -0.15px;
	opacity: 0;
	color: #262626;
}
.q-txt--large {
	font-size: 20px;
}
.q-txt--medium {
	font-size: 16.5px;
}
.q-tru-cta-container {
	text-align: center;
	padding: 40px 0;
}
.q-tru-cta--button {
	color: #2c75be;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -0.165px;
	display: inline-block;
	line-height: 1;
	padding: 20px 20px;
	text-decoration: none;
	transition: all 0.35s;
	background-image: url(../png/form-cta--bg.png);
	border-radius: 8px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;

}
.q-tru-cta--button span {
	display: block;
	transition: all 300ms ease-out;
	will-change: transform;
}
.q-tru-cta--button:hover span {
	transform: translate3d(-0.5rem, 0, 0);
}
.q-tru-cta--button span:after {
	transition: all 300ms ease-out;
	content: "";
	background: url(https://ik.imagekit.io/qualys/image/icon/link-arrow-white.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 7px;
	height: 10px;
	right: 0px;
	right: 0rem;
	opacity: 0;
	top: calc(50% - 5px);
	will-change: right, opacity;
}
.q-tru-cta--button.js-goto-report span:after {
    background: url(https://ik.imagekit.io/qualys/image/icon/link-arrow.svg);
}
.q-tru-cta--button:hover span::after {
	opacity: 1;
	right: -1rem;
}
@media (min-width: 720px) {
	.q-txt--large {
		font-size: 22px;
	}
	.q-tru-cta--button {
		padding: 20px 35px;
	}
}
@media (min-width: 1080px) {
	.q-txt--large {
		font-size: 24px;
		line-height: 1.35;
	}
	.q-txt--medium {
		font-size: 17.5px;
		letter-spacing: -0.15px;
	}
	.q-tru-container--about {
		padding-top: 65px;
		padding-bottom: 35px;
	}
}
@media (min-width: 1440px) {
	.q-txt--large {
		font-size: 25px;
	}
	.q-txt--large span {
		display: block;
	}
	.q-tru-container--about .q-grid__column-10 {
		width: calc(9 / 10 * 100%);
	}
}


/** bouncing arrow separator **/

.q-tru-arrow {
	text-align: center;
	display: block;
	text-align: center;
	padding: 10px 0;
}
.q-tru-arrow--bounce {
	opacity: 0.3;
	display: block;
	width: 70px;
	margin: 0 auto;
	-webkit-animation: bounce 2s infinite;
	        animation: bounce 2s infinite;
}
@media (min-width:720px) {
	.q-tru-arrow--bounce {
		width: 90px;
	}
}
.q-tru-arrow--bounce:hover {
	cursor: pointer
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
@media (min-width: 1080px) {
	.q-tru-arrow--bounce {
		width: 60px;
	}
}

/** download section **/

.q-tru-form-section {
	background: url(../png/footer-bg.png) center center no-repeat #bbe0ff;
	background-size: cover;
	padding: 80px 0;
}
.q-tru-form--heading {
	margin: 0;
	opacity: 0;
	font-family: 'Gotham', sans-serif;
	color: #2c75be;
	font-size: 40px;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: -0.037em;
}
.q-tru-form--list {
	font-family: 'Gotham', sans-serif;
	color: #262626;
	font-size: 17px;
	line-height: 1.35;
	padding: 0 0 0 1em;
	margin-top: 40px;
}
.q-tru-form--list li {
	margin-bottom: 1.5em;
	opacity: 0;
}
.q-tru-form-box {
	opacity: 0;
	background: #FFF;
	box-shadow: 0 5px 20px -2px rgba(0,0,0,0.35);
}
.q-tru-form-box--inner {
	padding: 20px;
}
.q-tru-form-box--inner h4 {
	margin-top: 0;
	color:#262626
}
.q-lp-form .mktoButtonRow .mktoButtonWrap {
	margin: 30px 0 0 0;
}
.q-lp-form .mktoButton {
	border-radius: 2px;
	background-size: cover;
	background: none;
	background-image: url(../png/form-cta--bg.png);
	background-position: center;
	height: 88px;
	padding: 0 25px;
	text-transform: uppercase;
	font-weight: 600;
	transition: background 400ms;
	color:#2c75be;
	font-size: 24px;
	letter-spacing: 1.4px;
	border:none;
	border-radius: 8px;
	background-size: cover;

}
.q-lp-form .mktoButton:hover,
.q-lp-form .mktoButton:active,
.q-lp-form .mktoButton:focus {

	background-image: url(../png/form-cta--bg.png);
	background-size: cover;
}
.q-lp-form .mktoButton:focus {
	outline: none;
}
.mktoFormRow.requestedaTrial .mktoFieldDescriptor {
	margin-top: 1em;
}
.q-lp-form .requestedaTrial label,
.q-lp-form .communicationConsent label {
	width: auto;
	display: flex; /* prevent label text wrap */
	margin: 0;
	font-weight: 300;
}
.q-tru-form-container .q-tru-form-column--right {
	padding-top: 20px;
}
@media (min-width: 720px) {
	.q-tru-form--heading {
		font-size: 38px;
	}
	.q-tru-form--list {
		font-size: 17px;
	}
	.q-tru-form-container .q-tru-form-column--right {
		padding-top: 0;
	}
}
@media (min-width: 1280px) {
	.q-tru-form--heading {
		font-size: 50px;
	}
	.q-tru-form--list {
		font-size: 20px;
	}
	.q-tru-form-section {
		padding: 60px 0;
	}
	.q-tru-form-box--inner {
		padding: 40px;
	}
}
@media (min-width: 1440px) {
	.q-tru-form-container .q-tru-form-column--left {
		max-width: calc(4 / 10 * 100%);
	}
	.q-tru-form-box {
		margin-left: 40px;
	}
	.q-tru-form-section {
		padding: 100px 0;
	}
}

/** tru slides section **/

.q-tru-slides-panels {
	background: #e6e6e6;
	position: relative;
	z-index: 1;
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
	align-items: flex-start;
}
.q-tru-slides-paging {
	display: none;
	position: -webkit-sticky;
	position: sticky;
	width: 40px;
	top: 0;
	left: 20px;
	flex-grow: 0;
	padding-top: 100px;
	padding-bottom: 20px;
	z-index: 10;
	align-self: flex-start;
}
.q-tru-slides-container {
	flex: 1;
}
.q-tru-paging-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.q-tru-paging-list li {
	margin-bottom: 20px;
}
.q-tru-paging-list li:last-child {
	margin-bottom: 0;
}
.q-tru-paging-list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	opacity: 0.25;
	color: #000;
	transition: opacity 0.35s;
	font-family: 'Gotham', sans-serif;
}
.q-tru-paging-list li a:hover {
	opacity: 0.35;
}
.q-tru-paging-list li a.q-tru-paging-social {
	width: 29px;
	height: 29px;
	margin: 0 auto;
	padding: 0;
}

.q-tru-slide-box--outer {
	padding: 50px 0;
	position: relative;
	/* width:80% */
}
@media  (min-width:400px){
	.q-tru-slide-box--outer{
		width:100%
	}
}
.q-tru-slide-box--inner {
	width: 100%;
	min-height: 450px;
	background-color: #FFF;
	box-shadow: 0 29px 24px 5px rgba(0,0,0,0.1);
	position: relative;
	z-index: 2;
	margin: 5vw 0 0 0;
	opacity: 0;
}
.q-tru-slide-count {
	color: #2c75be;
	opacity: 0;
	font-family: 'Gotham', sans-serif;
	font-size: 24vw;
	font-weight: 600;
	position: absolute;
	left: -0.4em;
	top: 0;
	z-index: 1;
	line-height: 1;
	text-align: right;
	width: 0.85em;
}
@media (min-width: 720px) {
	html {
		overflow: unset;  /* improtant tule to make the sticky paging work */
	}
	.q-tru-slides-paging {
		left: 10px;
		display: block;
	}
	.q-tru-slide-box--inner {
		margin: 9vw 0 0 0;
	}
	.q-tru-slide-box--text {
		padding-right: 10px;
		width: 50%;
	}
}
@media (min-width: 1080px) {
	.q-tru-slides-paging {
		left: 50px;
		top: 120px;
	}
	.q-tru-slide-count {
		font-size: 14vw;
	}
	.q-tru-slide-box--inner {
		margin: 5vw 0 0 0;
	}
	.q-tru-slides-panels {
		padding-top: 80px;
	}
}
@media (min-width: 1280px) {
	.q-tru-slides-panels {
		padding-bottom: 60px;
	}
	.q-tru-slide-count {
		font-size: 10vw;
		left: -0.7em;
		top:20px
	}
	.q-tru-slide-box--inner {
		margin: 2vw 0 0 0;
	}
}

/** slides content **/

.q-tru-slide-box--header {
	min-height: 150px;
	position: relative;
	background-size: cover !important;
	padding: 15px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.q-tru-slide-1 .q-tru-slide-box--header {
	background: url(../jpg/slide1.jpg) center center no-repeat #cce7ff;
	background-size: cover;
}
.q-tru-slide-2 .q-tru-slide-box--header {
	background: url(../jpg/slide2.jpg) center center no-repeat #cce7ff;
	background-size: cover;
}
.q-tru-slide-3 .q-tru-slide-box--header {
	background: url(../jpg/slide3.jpg) center center no-repeat #cce7ff;
	background-size: cover;
}
.q-tru-slide-4 .q-tru-slide-box--header {
	background: url(../jpg/slide4.jpg) center center no-repeat #cce7ff;
	background-size: cover;
}
.q-tru-slide-5 .q-tru-slide-box--header {
	background: url(../jpg/slide5.jpg) center center no-repeat #cce7ff;
	background-size: cover;
}
.q-tru-slide-box--heading {
	color: #2c75c0;
	font-family: 'Gotham', sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	margin: 0;
	line-height: 1.2;
	z-index: 1;
	position: relative;
}
@media (min-width:720px) {
	.q-tru-slide-box--heading {
		line-height: 1.1;
	}
}
.q-tru-slide-box--heading span {
	opacity: 0;
	display: inline-block;
}
.q-tru-slide-box--body {
	padding: 15px;
	display: block;
}
.q-tru-slide-box--content {
	display: flex;
	flex-direction: column;
}
.q-tru-slide-box--text {
	padding-bottom: 40px;
	width: 100%;
}
.q-tru-slide-box--text p {
	margin: 0;
	font-family: 'Gotham', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
	opacity: 0;
	color: #262626;
}
.js-slide-bullets{
	font-family: 'Gotham', sans-serif;
	font-size: 17.2px;
	padding-left:10px;
	margin-top:0px
}
.q-tru-slide-box--graphics {
	max-width: 480px;
	width: 100%;
	margin: auto;
}
.q-tru-slide-box--graphics svg {
	max-width: 100%;
}

.q-tru-slide-box-graphics--container {
	position: absolute;
	z-index: 0;
	top: auto;
	bottom: 6%;
	width: 100%;
}
.q-tru-slide-2 .q-tru-slide-box-graphics--container {
	bottom: 2%;
}
.q-tru-slide-3 .q-tru-slide-box-graphics--container {
	bottom: 12%;
}
.q-tru-slide-5 .q-tru-slide-box-graphics--container {
    bottom: 24%;
}
.q-tru-slide-box-graphics--outer {
	max-width: 640px;
	padding-left: 35px;
	padding-right: 35px;
	margin: 0 auto;
}
.q-tru-slide-box-graphics {
	max-width: 100px;
	margin: 0 20px 0 auto;
	overflow: visible;
	position: relative;
}
.q-tru-slide-box-graphics::after,
.q-tru-slide-box-graphics:before {
	content: "";
	position: absolute;
	background: url(../png/stripes2.png) 0 5px repeat-x transparent;
	background-size: auto 82% !important;
	opacity: 1;
	width: 0;
	top: -2px;
}
.q-tru-slide-3 .q-tru-slide-box-graphics::after,
.q-tru-slide-3 .q-tru-slide-box-graphics:before,
.q-tru-slide-5 .q-tru-slide-box-graphics::after,
.q-tru-slide-5 .q-tru-slide-box-graphics:before {
	background-image: url(../png/strips.png);
}
.animation.q-tru-slide-box-graphics::after,
.animation.q-tru-slide-box-graphics:before {
	transition-delay: 300ms;
}
.animation.q-tru-slide-box-graphics::after {
	width: 300%;
}
.animation.q-tru-slide-box-graphics:before {
	width: 55%;
}
.q-tru-slide-box-graphics::after {
	height: 100%;
	right: 100%;
	top: 0;
	transition: width 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.q-tru-slide-box-graphics:before {
	display: block;
	height: 100%;
	transition: width 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	left: calc(100% - 25px)
}
.q-tru-slide-box-graphics .mesh {
	max-width: 100%;
	width: 282px;
}
.q-tru-slide-box-graphics .mesh .base {
	opacity: 0;
	transition: opacity 0.65s;
}
.animation.q-tru-slide-box-graphics .mesh .base {
	opacity: 0.2;
}
.q-tru-slide-box-graphics .mesh .dot1,
.q-tru-slide-box-graphics .mesh .dot2,
.q-tru-slide-box-graphics .mesh .dot3 {
	opacity: 0;
	transition: opacity 0.75s;
}
.animation.q-tru-slide-box-graphics .mesh .dot1 {
	transition-delay: 1500ms;
	opacity: 1;
}
.animation.q-tru-slide-box-graphics .mesh .dot2 {
	transition-delay: 1900ms;
	opacity: 1;
}
.animation.q-tru-slide-box-graphics .mesh .dot3 {
	transition-delay: 2100ms;
	opacity: 1;
}
.svg-diagram {
	overflow: visible;
}
.svg-diagram.diagram-1 g {
	opacity: 0;
	display: inline-block;
}
.diagram-5 .seq2-blocks > g,
.diagram-5 .seq3-labels > g,
.diagram-5 .seq6-blocks > g,
.diagram-5 .seq7-labels > g {
	display: inline-block;
}

@media (min-width: 375px) {
	.q-tru-slide-box--header {
		padding: 30px;
	}
	.q-tru-slide-box--body {
		padding: 30px;
	}
}
@media (min-width: 640px) {
	.q-tru-slide-box--heading {
		font-size: 32px;
	}
	.q-tru-slide-box--header{
		min-height: 200px;
	}
}
@media (min-width: 720px) {
	.q-tru-slide-box--heading {
		font-size: 38px;
	}
	.q-tru-slide-box-graphics {
		max-width: 140px;
		margin: 0 20px 0 auto;
	}
	.q-tru-slide-box--text p {
		font-size: 17.5px;
	}
	.js-slide-bullets{
		font-size: 15.5px;
	}
}
@media (min-width: 910px) {
	.q-tru-slide-box--heading {
		font-size: 42px;
	}
	.q-tru-slide-box--header {
		padding: 40px;
		min-height: 280px;
	}
	.q-tru-slide-box--body {
		padding: 40px;
	}
	.q-tru-slide-box-graphics {
		max-width: 220px;
		margin: 0 -60px 0 auto;
	}
	.q-tru-slide-box-graphics::after,
	.q-tru-slide-box-graphics:before {
		background-position: 0 11px;
	}
	.q-tru-slide-3 .q-tru-slide-box-graphics::after,
	.q-tru-slide-3 .q-tru-slide-box-graphics:before,
	.q-tru-slide-5 .q-tru-slide-box-graphics::after,
	.q-tru-slide-5 .q-tru-slide-box-graphics:before {
		background-position: 0 8px;
	}
	.q-tru-slide-box--text {
		padding-right: 30px;
		padding-bottom: 0;
		width: 50%;
	}
	.q-tru-slide-box--graphics {
		max-width: 595px;
		width: 50%;
	}
	.q-tru-slide-box--content {
		flex-direction: row;
	}
}
@media (min-width: 1280px) {
	.q-tru-slide-box--heading {
		font-size: 60px;
	}
	.q-tru-slide-box--header {
		padding: 50px 30px 50px 55px;
		min-height: 326px;
	}
	.q-tru-slide-box-graphics {
		max-width: 282px;
		margin: 0 -125px 0 auto;
	}
	.q-tru-slide-box-graphics::after,
	.q-tru-slide-box-graphics:before {
		background-position: 0 14px;
	}
	.q-tru-slide-3 .q-tru-slide-box-graphics::after,
	.q-tru-slide-3 .q-tru-slide-box-graphics:before,
	.q-tru-slide-5 .q-tru-slide-box-graphics::after,
	.q-tru-slide-5 .q-tru-slide-box-graphics:before {
		background-position: 0 11px;
	}
	.q-tru-slide-box--body {
		padding: 50px 45px 50px 65px;
	}
	.q-tru-slide-box--text {
		width: 40%;
	}
	.q-tru-slide-box--graphics {
		width: 60%;
	}

}
@media (min-width: 1440px) {
	.q-tru-slide-box--text {
		padding-right: 70px;
		width: 40%;
	}
	.q-tru-slide-box--graphics {
		width: 60%;
	}
	.q-tru-slide-box--heading span {
		display: block;
	}
	.q-tru-slide-5 .q-tru-slide-box--text{
		width:40%;
	}
}

.js-slide-bullets li{
	padding-bottom: 20px;
	color:#262626;
	list-style:none;
	font-size:17.5px
}

.js-slide-bullets li:before{
 color: #2c75be;
 content: '';
 height:8px;
 width:8px;
 display:block;
 position: absolute;
 left:-4px;
 background-color: #2c75be;
 margin-top:10px;
 border-radius: 50%;
}
@media (min-width:991px) {
	.js-slide-bullets li:before{
		left:-10px;
	}
}

.q-txt--inline{
	display: inline !important;
}

.q-cta a{
	background: #2c75be;
	color:#fff;
	font-family: 'Gotham', sans-serif;
	font-weight: 500;
	padding:20px 35px;
	border-radius: 6px;
	font-size: 18px;
}
.img-caption{
	text-align: center;
	font-size: 15px;
	font-family: 'Caecilia', serif;
	color:#6a778a
}
@media (min-width:720px){
	.img-caption{
		font-size: 17.5px;
	}
}
.js-slide-img{
	opacity: 0;
}
.js-slide-txt-1{
	opacity: 0;
}
.q-tru-slide-5 .q-tru-slide-box--content{
	flex-direction: column;
}
.q-tru-slide-5 .q-tru-slide-box--text {
    width: 100%;

}
.q-tru-slide-5 .q-tru-slide-box--graphics {
    width: 100%;
	max-width: 100%;
}
.q-right-slide-5 img, .q-left-slide-5 img{
	text-align: center;
	margin: auto;
	vertical-align: top;
	text-align: center;
	align-items: center;
	display: flex;


	vertical-align: top;
}
.q-slide5-box-1 p, .q-slide5-box-1 img{
padding-bottom: 20px;
}
.q-slide5-box-2 p, .q-slide5-box-2 img{
	padding-bottom: 20px;
}
@media (min-width:910px) {
	.q-slide5-box-1 p, .q-slide5-box-1 img{
		padding-bottom: 0px;
	}
	.q-slide5-box-2 p, .q-slide5-box-2 img{
		padding-bottom: 0px;
	}
	.q-left-slide-5{
		width: 40%;
		display: inline-block;
		padding-right: 30px;
		vertical-align: top;
	}
	.q-right-slide-5{
		width:59%;
		display: inline-block;
		margin: auto;
		vertical-align: top;
	}

	.q-slide5-box{
		padding-top: 20px;
	}
	.q-right-slide-5 img, .q-left-slide-5 img{
		text-align: center;
		margin: auto;
		vertical-align: top;
		text-align: center;
		align-items: center;
		display: flex;
		width: 100%;
		max-width: 100%;
		vertical-align: top;

	}
	.q-slide5-box-1{
		padding-bottom: 30px;
		border-bottom: 1px solid #a0a0a0;
	}
	.q-slide5-box-2{
		padding-top: 30px;
	}
	.q-slide5-box-2 .q-right-slide-5{
		width: 75%;
	}
	.q-slide5-box-2 .q-left-slide-5{
		width: 24%;
	}
}
.mobile-hide{
	display: none;
}

.desktop-hide{
 display: block;
}
.q-right-slide-5{
	padding-top:20px
}
@media (min-width:910px) {
	.mobile-hide{
		display: inline-block;
	}
	.desktop-hide{
		display: none;
    }
}
.q-tru-slide-box--graphics.js-slide-img img{
	margin: auto;
}
/*# sourceMappingURL=index.css.map */