body {
	min-width: 320px;
}
a {
	outline-color: transparent!important;
}
a:hover,
a:focus {
	text-decoration: none;
}
html,
body {
	height: 100%;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
main {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-flex: 1;
}
footer {
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-flex: 0;
}
/* variables */
/* properties */
:root {;
	/* fonts */
}
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	width: 100%;
	background-color: rgba(39, 47, 84, .1);

	/* display: none; */
}
/* @import url(./blocks/header-nav.css); */
/* @import url(./blocks/index--video.css); */
/* @import url(./blocks/service-category.css); */
.page-title {
	    flex-basis: 100%;
	padding-bottom: 25px;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.page-title h1 {
	margin-top: 0;
	margin-bottom: 0;
	color: #FFFFFF;
	text-align: center;	
	text-transform: uppercase;
	font-weight: 700;	
	font-weight: bold;
	font-style: normal;	
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}
.page-breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: 100%;
	        justify-content: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
	background-color: transparent;
	list-style: none;
	text-align: center;
	-ms-flex-preferred-size: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.page-breadcrumbs li a {
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;	
	font-weight: 400;	
	font-style: normal;	
	font-size: 14px;	
	font-family: 'Roboto', sans-serif;	
	line-height: normal;
}
.page-breadcrumbs .active a {
	color: #b9bbc0;
	cursor: default;
}
.page-breadcrumbs a:focus {
	text-decoration: none;
}
.page-breadcrumbs > li + li {
	position: relative;
	margin-left: 15px;
}
.page-breadcrumbs > li + li::before {
	position: absolute;
	top: 50%;
	left: -8px;
	display: block;
	color: #b9bbc0;
	content: "/";
	font-size: 13px;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.site-header--top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	margin-bottom: 15px;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.header-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: calc(100% - 200px);
	        align-items: center;
	        justify-content: flex-start;
	-ms-flex-preferred-size: calc(100% - 200px);
	man-width: calc(100% - 200px);
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.logo-img {
	    flex-basis: 136px;
	-ms-flex-preferred-size: 136px;
	man-width: 136px;
}
.logo-text {
	    flex-basis: calc(100% - 156px);
	margin-bottom: 10px;
	padding-left: 20px;
	-ms-flex-preferred-size: calc(100% - 156px);
	man-width: calc(100% - 156px);
}
.logo-text a {
	color: white;
	font-weight: 400;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}
.logo-text p {
	font-weight: 700;
	font-size: 22px;
}
.logo-text span {
	font-style: italic;
	font-size: 16px;
}
.header-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: 150px;
	        justify-content: space-between;
	-ms-flex-preferred-size: 150px;
	man-width: 150px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.header-icons--item {
	position: relative;
	    flex-basis: auto;
	-ms-flex-preferred-size: auto;
	man-width: none;
}
.header-sign-in {
	color: white;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}
.header-sign-in:hover,
.header-sign-in:focus {
	color: white;
}
.header-sign-in span {
	display: inline-block;
	padding-left: 10px;
	color: #FFF;
}
.site-header--bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.header-fixed-logo {
	display: none;
}
.header-menu {
	    flex-basis: 700px;
	max-width: 700px;
	-ms-flex-preferred-size: 700px;
}
/* main-menu */
.main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.main-menu > li > a {
	display: inline-block;
	padding-bottom: 35px;
	color: #FFF;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	transition: color .3s;
}
.main-menu > li:not(:first-of-type) > a {
	padding-left: 20px;
}
.main-menu > li:not(:last-of-type) > a {
	padding-right: 20px;
}
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: transparent;
	color: #bfbdc1;
}
.dropdown {
	position: relative;
}
.dropdown svg {
	position: relative;
	top: -1px;
	right: -10px;
	min-width: 10px;
	height: 7px;
}
.nav > li > a svg path {
	transition: fill .3s;
}
.nav > li > a:hover svg path, 
.nav > li > a:focus svg path, 
.nav .open > a svg path, 
.nav .open > a:hover svg path, 
.nav .open > a:focus svg path {
	fill: #bfbdc1;
}
.dropdown-menu {
	margin: 0;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	border: none;
	border-radius: 0;
	background-color: #272f54;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 44px;
}
.dropdown-menu {
	min-width: 275px;
}
.dropdown-menu > li > a {
	padding-right: 0;
	padding-left: 0;
}
.dropdown-menu > li > a {
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	color: #cfd0d6;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: transparent;
	color: #ffffff;
}
.dropdown-menu > li:not(:last-of-type) {
	border-bottom: 1px solid #383f61;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #FFF;
}
/* header-button */
.header-button {
	    flex-basis: auto;
	padding-bottom: 15px;
	max-width: none;
	-ms-flex-preferred-size: auto;
}
.header-button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	padding-right: 20px;
	padding-left: 20px;
	width: 230px;
	height: 35px;
	border: 1px solid #ef4210;
	background-color: #ef4210;
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	transition: border-color .3s, background-color .3s;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.header-button a:hover {
	border-color: white;
	background-color: transparent;
}
.responsive-only {
	display: none;
}
.site-header__search-form {
	position: absolute;
	top: -1px;
	left: -55px;
	z-index: 1;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.site-header__search-input {
	position: absolute;
	top: 0;
	right: 24px;
	display: none;
	width: 0;
	outline-color: transparent;
	border: none;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	transition: width 1s;
}
.is-active .site-header__search-input {
	top: -5px;
	right: -5px;
	display: block;
	padding-left: 10px;
	width: 300px;
	height: 35px;
}
#siteHeaderSearch path {
	transition: fill .3s;
}
.is-active #siteHeaderSearch path{
	fill: #db4017;
}
.site-header__search-button {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	padding: 0;
	width: 18px;
	height: 18px;
	border: none;
	background-color: transparent;
	pointer-events: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.is-active .site-header__search-button {
	pointer-events: all;
}
.site-header__search-button:focus {
	outline-color: transparent;	
}
#siteHeaderSearch {
	width: 18px;
	height: 23px;
}
.btn__wrapper {
	display: none;
}
.is-fixed.site-header--bottom {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	padding-left: 120px;
	width: 100%;
	background-color: #e5e7ef;
}
.is-fixed.site-header--bottom .header-fixed-logo {
	display: block;
}
.is-fixed.site-header--bottom .main-menu > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #3c434b;
}
.is-fixed.site-header--bottom .main-menu > li:hover > a,
.is-fixed.site-header--bottom .main-menu > li:focus > a,
.is-fixed.site-header--bottom .main-menu > li.active > a {
	opacity: .7!important;
}
.is-fixed.site-header--bottom .main-menu > li:not(:first-of-type) > a {
	padding-left: 20px;
}
.is-fixed.site-header--bottom .main-menu > li:not(:last-of-type) > a {
	padding-right: 20px;
}
.is-fixed.site-header--bottom .main-menu--servises svg {
	display: none;
}
.is-fixed.site-header--bottom .sub-menu {
	display: none!important;
}
.is-fixed.site-header--bottom .header-button {
	padding-bottom: 0;
}
.is-fixed.site-header--bottom .header-button a {
	        justify-content: flex-start;
	padding-left: 30px;
	width: 260px;
	height: 72px;
	border: 1px solid transparent;
	border-color: transparent;
	letter-spacing: 1px;
	transition: background-color .3s, border-color .3s;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
}
.is-fixed.site-header--bottom .header-button a:hover {
	border-color: #ef4210;
	background-color: transparent;
}
.is-fixed.site-header--bottom .header-button a span {
	transition: color .3s;
}
.is-fixed.site-header--bottom .header-button a:hover span {
	color: #ef4210;
}
.is-fixed.site-header--bottom .header-button a svg path {
	transition: fill .3s;
}
.is-fixed.site-header--bottom .header-button a:hover svg path {
	fill: #ef4210;
}
.is-fixed.site-header--bottom .header-button a > span {
	padding-right: 20px;
}
.is-fixed .logo-img {
	transition: opacity .3s;
}
.is-fixed .logo-img:hover {
	opacity: .7;
}
.is-fixed.site-header--bottom .dropdown-menu {
	/* display: none; */
}
.is-fixed.site-header--bottom .dropdown svg {
	display: none;
}
.index--banner__item {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.index--banner__item::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(39, 47, 84, .5);
	content: "";
	pointer-events: none;
}
.index--banner__item-wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        align-items: flex-start;
	        justify-content: center;
	padding-top: 170px;
	padding-right: calc(100% - 620px);
	min-height: 640px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
}
.index--banner__wrapper .owl-theme .owl-controls {
	position: relative;
	top: -75px;

	/* margin-top: -50px; */
	/* margin-bottom: 50px; */
}
.owl-theme .owl-controls .owl-page {
	position: relative;
	z-index: 1;
}
.owl-theme .owl-controls .owl-page span {
	border: 1px solid #cfd0d6;
	background-color: transparent;
	opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span {
	background-color: #cfd0d6;
}
.index--banner__item-wrapper h2 {
	color: white;
	font-weight: 700;
	font-style: normal;
	font-size: 34px;
	font-family: 'Roboto', sans-serif;
	line-height: 40px;
}
.index--banner__item-wrapper p {
	margin-bottom: 25px;
	color: white;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}
.index--banner__item-wrapper a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 129px;
	height: 38px;
	border: 1px solid #ef4210;
	background-color: #ef4210;
	color: white;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	transition: border-color .3s, background-color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.index--banner__item-wrapper a:hover {
	border-color: white;
	background-color: transparent;
}
.index--who-we-are {
	margin-top: 50px;
	margin-bottom: 50px;
}
.index--who-we-are__wrapper .block--title p {
	color: #3c434b;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}
.who-we-are--content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: flex-start;
	        justify-content: space-between;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: start;
	    -ms-flex-align: start;
}
.who-we-are--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: calc(100% / 4 - 60px);
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        align-items: flex-start;
	        justify-content: center;
	max-width: calc(100% / 4 - 60px);
	-ms-flex-preferred-size: calc(100% / 4 - 60px);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
}
.who-we-are-img,
.who-we-are-text {
	    flex-basis: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.who-we-are-img {
	margin-bottom: 20px;
}
.who-we-are-img svg {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.who-we-are-text p {
	color: #3c434b;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.who-we-are-text p span {
	display: inline-block;
	margin-right: 5px;
	font-weight: 700;
}
.index--about-cpsi {
	position: relative;
	margin-bottom: 50px;
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url('../img/main/about-cpsi.jpg');
	background-position: 45% 18%;
	background-size: cover;
	background-repeat: no-repeat;
}
.index--about-cpsi::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(39, 47, 84, .5);
	content: "";
	pointer-events: none;
}
.index--about-cpsi__wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        align-items: center;
	        justify-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.about-cpsi-text,
.about-cpsi-button {
	    flex-basis: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.about-cpsi-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: flex-start;
	        justify-content: center;
	margin-bottom: 30px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
}
.about-cpsi-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.about-cpsi-text p {
	max-width: 400px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
	font-family: 'Roboto', sans-serif;
	line-height: 36px;
}
.about-cpsi-button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	padding-right: 20px;
	padding-left: 20px;
	width: 190px;
	height: 37px;
	border: 1px solid #ef4210;
	background-color: #ef4210;
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	transition: background-color .3s, border-color .3s;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.about-cpsi-button a:hover {
	border-color: #fff;
	background-color: transparent;
}
.index-cpsi-works-with {
	margin-bottom: 35px;
}
.index-cpsi-works-with__wrapper	.block--title {
	margin-bottom: 50px;
}
.index-cpsi-works-with__wrapper	.block--title span {
	padding-left: 7px;
}
.cpsi-works-with {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.cpsi-works-with--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: 280px;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        align-items: flex-start;
	        justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 280px;
	background-color: #eeeff2;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	-ms-flex-preferred-size: 280px;
}
.cpsi-works-img {
	margin-bottom: 35px;
	padding-right: 40px;
	padding-left: 40px;
}
.cpsi-works-img img {
	display: block;
	width: 200px;
	height: 200px;
	background-color: white;
	box-shadow: 0 0 18px rgba(48, 48, 49, .26);
	-o-object-fit: cover;
	   object-fit: cover;
}
.cpsi-works-text {
	margin-bottom: auto;
	padding-right: 30px;
	padding-left: 30px;
	width: 100%;	
}
.cpsi-works-text h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #ef4210;
	text-align: center;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
}
.cpsi-works-text p {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #3c434b;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
}
.cpsi-works-with .cpsi-works-with--item {
	margin-bottom: 20px;
}
.index-getting-started__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        align-items: center;
	margin-bottom: 80px;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.block--title,
.getting-started {
	    flex-basis: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.index-getting-started__wrapper .block--title span {
	padding-left: 7px;
}
.getting-started {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: stretch;
	        justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
}
.getting-started--item {
	    flex-basis: calc(100% / 2 - 15px);
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	max-width: calc(100% / 2 - 15px);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .05);
	-ms-flex-preferred-size: calc(100% / 2 - 15px);
}
.getting-started-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.getting-started-title h3,
.getting-started-title p {
	color: #ef4210;
	font-weight: 500;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 29px;
}
.getting-started-title h3 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 21px;
}
.getting-started-title p {
	font-style: italic;
	font-size: 16px;
}
.getting-started-text {
	color: #3c434b;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.getting-started--item ul li {
	color: #3c434b;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.getting-started--item ul span {
	font-weight: 700;
}
.getting-started--item ul a {
	color: #ef4210;
}
.register-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: center;
	margin-top: 15px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.register-button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	padding-right: 20px;
	padding-left: 20px;
	width: 230px;
	height: 35px;
	border: 1px solid #ef4210;
	background-color: #ef4210;
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	transition: color .3s, background-color .3s;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.register-button a:hover {
	background-color: transparent;
	color: #ef4210;
}
.register-button a svg path {
	transition: fill .3s;
}
.register-button a:hover svg path {
	fill: #ef4210;
}
.index--review {
	padding-top: 55px;
	padding-bottom: 75px;
	background-color: #272f54;
}
.index--review__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.index--review__item img {
	    flex-basis: 220px;
  margin-left: 110px;
	max-width: 220px;
	width: 220px;
  height: 220px;
  border-radius: 50%;
	-ms-flex-preferred-size: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.index--review__item-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: calc(100% - 220px);
	    -ms-flex-direction: column;
	        flex-direction: column;
	        align-items: flex-end;
	max-width: calc(100% - 220px);
	-ms-flex-preferred-size: calc(100% - 220px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: end;
	    -ms-flex-align: end;
}
.review-text {
	position: relative;
	padding-left: 75px;
}
.review-text::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 40px;
	content: url('../img/svg/quotes.svg');
}
.review-text p {
	max-width: 770px;
	color: white;
	text-indent: 10px;
	font-weight: 500;
	font-style: normal;
	font-style: italic;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	line-height: 36px;
}
.author-review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        align-items: flex-end;
	margin-right: 20px;
	padding-left: 75px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: end;
	    -ms-flex-align: end;
}
.name-author-review {
	margin-bottom: 0;
	color: white;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 36px;
}
.info-author-review {
	margin-bottom: 0;
	color: white;
	text-align: left;
	text-align: right;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
}
.index--review__wrapper .owl-theme .owl-controls .owl-page.active span {
	border: 1px solid #ef4210;
	background-color: #ef4210;
}
.index--review__wrapper .owl-theme .owl-controls {
	position: relative;
	top: 35px;
}
.index-blog {
	margin-top: 50px;
	margin-bottom: 55px;
}
.index-blog__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        align-items: center;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.blog--title,
.index-blog--content,
.index-blog--button {
	    flex-basis: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.block--title {
	margin-bottom: 40px;
}
.block--title h2 {
	color: #3c434b;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
}
.block--title span {
	font-weight: 700;
}
.index-blog--content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: stretch;
	        justify-content: space-between;
	margin-bottom: 55px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
}
.index-blog--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: calc(100% / 3 - 20px);
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        align-items: stretch;
	        justify-content: center;
	max-width: calc(100% / 3 - 20px);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .05);
	-ms-flex-preferred-size: calc(100% / 3 - 20px);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
}
.our-blog-img,
.our-blog-text {
	    flex-basis: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.our-blog-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.our-blog-text p,
.our-blog-text a {
	width: 100%;
}
.our-blog-img {
	margin-bottom: 20px;
}
.our-blog-img img {
	max-width:  100%;
	height: auto;
}
.our-blog-date,
.our-blog-title h3,
.our-blog-review,
.our-blog-author {
	padding-right: 20px;
	padding-left: 20px;
}
.our-blog-author {
	margin-top: auto;
	padding-top: 10px;
	border-top: 1px solid rgba(216, 216, 216, .48);
}
.our-blog-date {
	margin-bottom: 5px;
	color: #3c434b;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.our-blog-title h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #ef4210;
	font-weight: 500;
	font-style: normal;
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.our-blog-review {
	max-width: 320px;
	color: #3c434b;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.our-blog-author {
	color: #3c434b;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.our-blog-author span {
	display: inline-block;
	padding-left: 5px;
	font-weight: 700;
}
.index-blog--button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.index-blog--button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 213px;
	height: 37px;
	border: 1px solid #ef4210;
	background-color: #ef4210;
	color: white;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	transition: 
	background-color .3s, 
	color .3s, 
	border-color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.index-blog--button a:hover {
	border-color: #ef4210;
	background-color: white;
	color: #ef4210;
}
.index-blog--button svg {
	margin-left: 10px;
}
.index-blog--button a svg path {
	transition: fill .3s;
}
.index-blog--button a:hover svg path {
	fill: #ef4210;
}
.get-directions {
	margin-top: 10px;
	padding-top: 25px;
	padding-bottom: 35px;
	background-color: #272f54;
}
.get-directions--button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.get-directions--button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 180px;
	height: 37px;
	border: 1px solid white;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	transition: color .3s, border-color .3s, background-color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.get-directions--button a:hover {
	border-color: #FFF;
	background-color: #FFF;
	color: #ef4210;
}
.get-directions--button svg {
	margin-left: 10px;
}
.get-directions--button a svg path {
	transition: fill .3s;
}
.get-directions--button a:hover svg path {
	fill: #ef4210;
}
.site-footer--info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: space-between;
	margin-bottom: 35px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.site-footer--info p {
	margin-bottom: 0;
}
.footer-info--left p,
.footer-info--left span {
	color: #272f54;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.footer-info--left p {
	font-weight: 700;
}
.footer-info--left,
.footer-info--center,
.footer-info--right {
	    flex-basis: auto;
	max-width: none;
	-ms-flex-preferred-size: auto;
}
.footer-info--center p,
.footer-info--right p {
	color: #3c434b;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.footer-info--right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.footer-info--right a {
	margin-left: 25px;
}
.footer-menu {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #82869c;
}
.site-footer--menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.site-footer--menu ul li a {
	display: inline-block;
	/* padding-right: 15px; */
	/* padding-left: 15px; */
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	transition: opacity .3s;
}
.site-footer--menu ul li:first-of-type a {
	margin-left: 0;
	padding-left: 0;
}
.site-footer--menu ul li:last-of-type a {
	margin-right: 0;
	padding-right: 0;
}
.site-footer--menu ul li:hover a,
.site-footer--menu ul li:focus a {
	opacity: .7;
}
.site-footer--bg {
	background-color: #FFF;
}
.site-footer--bg .site-footer--info {
	padding-right: 40px;
	padding-left: 40px;
}
.about-us--top-block {
	position: relative;
	min-height: 640px;
	background-image: url('../img/main/about-cpsi.jpg');
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.about-us--top-block::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 47, 84, .5);
    content: "";
    pointer-events: none;
}
.about-us--top-block__wrapper {
	position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: center;
	padding-top: 225px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}
.about-us-cpsi-your-partner {
	    flex-basis: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.about-us-cpsi-your-partner p {
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	max-width: 690px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
}
.about-us-cpsi-your-partner a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        align-items: center;
	color: #FFFFFF;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.about-us-cpsi-your-partner svg {
	margin-top: 15px;
	width: 13px;
	height: 7px;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.about-us-cpsi-your-partner a:hover svg {
	-webkit-transform: scale(1.5) translateY(10px);
	        transform: scale(1.5) translateY(10px);
}
.about-us--text-block__wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
.block--title span {
	display: inline-block;
	margin-left: 6px;
}
.text-block p {
	color: #3C434B;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.text-block p:not(:last-of-type) {
	margin-bottom: 20px;
}
.text-block h3 {
	color: #EF4210;
	text-align: center;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.about-us--history {
	position: relative;
	min-height: 290px;
	background-image: url('../img/main/about-cpsi.jpg');
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.about-us--history::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(39, 47, 84, .5);
	content: "";
	pointer-events: none;
}
.about-us--history__wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        justify-content: center;
	width: 100%;
	height: 290px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.about-us--history__wrapper p {
	margin-bottom: 0;
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.about-us--located {
	position: relative;
	margin-bottom: 35px;
	min-height: 290px;
	background-image: url('../img/main/about-cpsi.jpg');
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.about-us--located::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(39, 47, 84, .5);
	content: "";
	pointer-events: none;
}
.about-us--located__wrapper {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        justify-content: center;
	width: 100%;
	height: 290px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.about-us--located__wrapper p {
	margin-bottom: 15px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.about-us--located__wrapper p:last-of-type {
	margin-bottom: 0;
}
.about-us--located__wrapper span,
.about-us--located__wrapper a {
	display: inline-block;
	padding-right: 6px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.about-us--located__wrapper a {
	text-decoration: underline;
}
.about-us--university-leadership__wrapper {
	margin-bottom: 60px;	
}
.about-us--university-leadership__wrapper .block--title {
	margin-bottom: 50px;
}
.about-us--university-leadership__wrapper
.cpsi-works-with {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.about-us--university-leadership__wrapper
.cpsi-works-with:not(:last-of-type) {
	margin-bottom: 20px;
}
.background-block {
	position: relative;
}
.background-block::before,
.background-block::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	pointer-events: none;
}
.background-block::before {
	background-image: url('../img/main/about-cpsi.jpg');
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}
.background-block::after {
	background-image: linear-gradient(to bottom, transparent 500px, rgba(39, 47, 84, 1) 600px);
}
.services--content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}
.services-cards__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        justify-content: space-between;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.services-cards--item {
	    flex-basis: 345px;
	margin-bottom: 30px;
	max-width: 345px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .05);
	-ms-flex-preferred-size: 345px;
}
.services-cards--item img {
	width: 100%;
	height: auto;
}
.services-cards--item h3 {
	margin: 0;
	padding: 25px;
	color: #EF4210;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 23px;
}
.services-cards--text h2 {
	margin-bottom: 15px;
	color: #3C434B;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
}
.services-cards--text ul {
	padding-left: 20px;
}
.services-cards--text ul {
	margin-bottom: 35px;
}
.services-cards--text li {
	padding-left: 10px;
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.services-cards--text li:not(:last-of-type) {
	margin-bottom: 5px;
}
.services-content__wrapper .index-getting-started__wrapper {
	margin-bottom: 10px;
}
.services-inner--content__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
}
.services-inner--content__wrapper h1 {
	margin-top: 0;
	color: #303D78;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
}
.services-inner--content__wrapper p {
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.services-inner--content__wrapper p:not(:last-of-type) {
	margin-bottom: 20px;
}
.services-inner--content__wrapper h2 {
	margin-top: 0;
	color: #303D78;
	font-weight: 700;
	font-style: normal;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
}
.services-inner--content__wrapper b {
	font-weight: 500;
}
.blog--carousel__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: stretch;
	        justify-content: flex-start;
	margin-bottom: 40px;
	width: 100%;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
}
.blog--carousel__item-image {
	    flex-basis: 355px;
	margin-right: 30px;
	max-width: 355px;
	-ms-flex-preferred-size: 355px;
}
.blog--carousel__item-text {
	    flex-basis: calc(100% - 385px);
	max-width: calc(100% - 385px);
	-ms-flex-preferred-size: calc(100% - 385px);
}
.blog--carousel__item-image img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
.blog-carousel-info-author {
	color: #3C434B;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 17px;
}
.blog-carousel-title {
	display: inline-block;
	margin-bottom: 15px;
	color: #EF4210;
	font-weight: 500;
	font-style: normal;
	font-size: 21px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.blog-carousel-title:hover,
.blog-carousel-title:focus {
	color: #EF4210;
}
.blog-carousel-text {
	margin-bottom: 15px;
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
}
.blog-carousel-button,
.blog-carousel-button:visited {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 130px;
	height: 35px;
	border: 1px solid #EF4210;
	color: #EF4210;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 16px;
	transition: color .3s, border-color .3s, background-color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.blog-carousel-button:hover,
.blog-carousel-button:focus {
	border-color: transparent;
	background-color: #EF4210;
	color: #FFF;
}
.blog-carousel-button svg {
	margin-left: 10px;
}
.blog-carousel-button svg path {
	transition: fill .3s;
	fill: #EF4210;
}
.blog-carousel-button:hover svg path,
.blog-carousel-button:focus svg path{
	fill: #FFF;
}
.blog--carousel__wrapper .owl-theme .owl-controls .owl-page span {
	border: 1px solid #c4c6c9;
	background-color: #c4c6c9;
}
.blog--carousel__wrapper .owl-theme .owl-controls .owl-page.active span {
	border: 1px solid #ef4210;
	background-color: #ef4210;
}
.blog--carousel__wrapper .owl-wrapper-outer {
	position: relative;
}
.blog--carousel__wrapper .owl-theme .owl-controls {
	position: absolute;
	bottom: 30px;
	left: 378px;
}
.blog-cards__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        justify-content: space-between;
	margin-bottom: 40px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.blog-cards__wrapper .index-blog--item {
	margin-bottom: 20px;
}
.blog-inner--info__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-bottom: 70px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, .32);
}
.blog-inner-navigation,
.blog-inner-main-photo,
.blog-inner-article {
	    flex-basis: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.blog-inner-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	margin-bottom: 25px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.article-date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: 180px;
	        align-items: center;
	max-width: 180px;
	-ms-flex-preferred-size: 180px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.article-date span {
	color: #3C434B;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 17px;
}
.article-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: 180px;
	        justify-content: space-between;
	max-width: 180px;
	-ms-flex-preferred-size: 180px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.article-navigation a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: auto;
	        align-items: center;
	        justify-content: space-between;
	max-width: none;
	width: 55px;
	color: #3C434B;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
	opacity: 1;
	transition: opacity .3s;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	-ms-flex-preferred-size: auto;
	will-change: opacity;
}
.article-navigation a:hover {
		opacity: .7;
		transition: opacity .3s;
}
.article-navigation a::before {
	position: absolute;
	top: 10px;
	display: block;
	width: 10px;
	height: 6px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB2aWV3Ym94PSIwIDAgMTAgNiI+PHBhdGggZmlsbD0iIzU5NTk1OSIgZD0iTTUgNmEuNjcuNjcgMCAwIDEtLjQ5LS4yMUwuMjEgMS4zMmEuNzYuNzYgMCAwIDEgMC0xIC42OC42OCAwIDAgMSAxIDBMNSA0LjI0bDMuNzctNGEuNjguNjggMCAwIDEgMS0uMTMuNzUuNzUgMCAwIDEgLjEyIDEgLjcyLjcyIDAgMCAxLS4xMi4xM0w1LjQ2IDUuNzhBLjY4LjY4IDAgMCAxIDUgNnoiPjwvcGF0aD48L3N2Zz4=);
	content: "";
}
.article-navigation a:first-of-type::before {
	left: -20px;
	        order: -1;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;	
}
.article-navigation a:last-of-type::before {
	right: 5px;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);	
}
.article-navigation a:only-child {
	margin-left: auto;
}
.blog-inner-main-photo {
	margin-bottom: 40px;
}
.blog-inner-main-photo img {
	max-width: 100%;
	max-height: 445px;
	/* width: 100%; */
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
.blog-inner-article p {
	margin-bottom: 20px;
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.blog-inner-image {
	display: block;
	float: left;
	margin-top: 5px;
	padding-right: 40px;
	padding-bottom: 30px;
	min-height: 290px;
	max-width: 350px;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	   object-fit: cover;
}
.blog-inner-article blockquote {
	position: relative;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 25px;
	max-width: 900px;
	background-color: rgba(39, 47, 84, .08);
}
.blog-inner-article blockquote::before {
	position: absolute;
	top: -22px;
	left: 50%;
	width: 50px;
	height: 40px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MCIgaGVpZ2h0PSIzOS4yOCIgdmlld0JveD0iMCAwIDUwIDM5LjI4Ij48cGF0aCBmaWxsPSIjOUNBMEIxIiBkPSJNMTguMDggMGMxIDEuMTggMiAyLjM1IDIuOTMgMy41My00LjU1IDIuNjEtOS4yNSA2LjEtMTAuNzkgMTEuMzYtLjMgMS41NS0uNzcgMy4zOS4wNiA0LjgyIDIuMDYgMS40NyA0LjkyIDEuMTIgNyAyLjY4IDQuNDIgMi43MyA1LjE1IDkuNDYgMS43NiAxMy4yOEExMC40MSAxMC40MSAwIDAgMSA1IDM3LjI2QzEuODMgMzQuOTMuMjggMzEgMCAyNy4wOXYtMS44N2EyNi43IDI2LjcgMCAwIDEgMy4wOC0xMS40NkEzMi4yMiAzMi4yMiAwIDAgMSAxOC4wOCAwek00Ni45IDBjMSAxLjE4IDIgMi4zNSAyLjk0IDMuNTNDNDUuNDggNiA0MSA5LjMxIDM5LjI2IDE0LjIzYy0uNDkgMS43MS0xIDMuNzMtLjIgNS40MSAxLjQ3IDEuMjggMy42MSAxLjE0IDUuMzQgMS44OWE4LjcyIDguNzIgMCAwIDEgNS42IDh2MWE5LjUxIDkuNTEgMCAwIDEtMi44OSA2IDEwLjQ2IDEwLjQ2IDAgMCAxLTEzLjExLjgzIDEzLjE4IDEzLjE4IDAgMCAxLTUuMDktOS43MSAyNS43OCAyNS43OCAwIDAgMSAyLjcxLTEzLjM1QTMyLjEgMzIuMSAwIDAgMSA0Ni45IDB6Ij48L3BhdGg+PC9zdmc+);
	content: "";
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.blog-inner-article blockquote p {
	margin-right: auto;
	margin-left: auto;
	max-width: 700px;
	color: #3C434B;
	text-align: center;
	font-weight: 500;
	font-style: normal;
	font-style: italic;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	line-height: 36px;
}
.blog-inner-article blockquote h2,
.blog-inner-article blockquote h3,
.blog-inner-article blockquote h4 {
	margin-bottom: 15px;
	color: #3C434B;
	font-weight: 500;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}
.blog-inner-article blockquote h2 {
	font-size: 25px;
	line-height: 30px;
}
.blog-inner-article blockquote h3 {
	font-size: 21px;
	line-height: 26px;
}
.blog-inner-article blockquote h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
}
.blog-inner--reviews__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-top: 50px;
	width: 100%;
}
.blog-inner-reviews-general-info,
.blog-inner-reviews {
	    flex-basis: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.blog-inner-reviews-general-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: space-between;
	margin-bottom: 60px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.soc-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: 320px;
	        align-items: center;
	        justify-content: flex-start;
	max-width: 320px;
	-ms-flex-preferred-size: 320px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.reviews-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: 350px;
	        align-items: center;
	        justify-content: flex-end;
	max-width: 350px;
	-ms-flex-preferred-size: 350px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.reviews-info span {
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.review-views {
	position: relative;
	padding-left: 10px;
	color: #3C434B;
}
.review-views::before {
	position: absolute;
	top: 0;
	left: -15px;
	width: 15px;
	height: 10px; 
	content: url('../img/svg/blog/eye.svg');
}
.review-number {
	position: relative;
	    flex-basis: auto;
	margin-left: 30px;
	padding-left: 10px;
	max-width: none;
	color: #3C434B;
	-ms-flex-preferred-size: auto;
}
.review-number::before {
	position: absolute;
	top: 1px;
	left: -10px;
	width: 12px;
	height: 11px;
	content: url('../img/svg/blog/shape.svg');
}
.review-name {
	position: relative;
	margin-left: 80px;
	padding-left: 10px;
	color: #555555;
}
.review-name::before {
	position: absolute;
	top: -2px;
	left: -15px;
	width: 12px;
	height: 14px;
	content: url('../img/svg/blog/person.svg');
}
.soc-icons a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;	
	width: 100px;
	height: 30px;	
	border-radius: 4px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	font-size: 10px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	transition: background-color .3s, color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.soc-icons a svg {
	        order: -1;
	margin-right: 15px;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
}
.soc-icons a svg path {
	transition: fill .3s;
}
.soc-icons a:first-of-type:hover svg path,
.soc-icons a:first-of-type:focus svg path {
	fill: #215B9A;
}
.soc-icons a:last-of-type:hover svg path,
.soc-icons a:last-of-type:focus svg path {
	fill: #00ADF2;
}
.soc-icons a:not(:last-of-type) {
	margin-right: 15px;
}
.soc-icons a:first-of-type {
	border: 1px solid #215B9A;
	background-color: #215B9A;
}
.soc-icons a:last-of-type {
	border: 1px solid #00ADF2;
	background-color: #00ADF2;
}
.soc-icons a:hover,
.soc-icons a:focus {
	background-color: white;
}
.soc-icons a:first-of-type:hover,
.soc-icons a:first-of-type:focus {
	color: #215B9A;
}
.soc-icons a:last-of-type:hover,
.soc-icons a:last-of-type:focus {
	color: #00ADF2;
}
.blog-inner-reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        justify-content: center;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.review-count,
.reply--item,
.reply-forms__wrapper {
	    flex-basis: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.review-count {
	margin-bottom: 45px;
	color: #333333;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.reply--item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: center;
	margin-bottom: 30px;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
}
.reply-img img {
	position: absolute;
	top: 0;
	left: -100px;
	max-width: 80px;
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.reply-author-name p {
	color: #3C434B;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.reply-date p {
	color: rgba(0, 0, 0, .5);
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 500;
	font-style: normal;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.reply-text p {
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.reply-forms__wrapper {
	margin-right: auto;
	max-width: 700px;
}
.reply-forms__wrapper h2 {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #333333;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}
.reply-forms__wrapper p {
	margin-bottom: 20px;
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}
.reply-forms__wrapper label {
	margin-bottom: 10px;
	color: #3C434B;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}
.reply-forms__wrapper input {
	height: 50px;
}
.reply-forms__wrapper textarea {
	height: 110px;
	resize: vertical;
}
.reply-form-button {
	margin-top: 30px;
	margin-left: auto;
	width: 140px;
}
.reply-form-button a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 140px;
	height: 37px;
	border: 1px solid #EF4210;
	background-color: #EF4210;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
	transition: background-color .3s, color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.reply-form-button a:hover,
.reply-form-button a:focus {
	background-color: white;
	color: #EF4210;
}
.wp-pagenavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        justify-content: center;
	margin-bottom: 20px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;	
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #9CA0B1;
	background-color: transparent;
	color: #3C434B;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	line-height: 22px;
	transition: color .3s;
	transition: background-color .3s, border-color .3s, color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: transparent;
	background-color: #EF4210;
	color: #FFF;
}
.seminars--content__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        justify-content: flex-start;
	width: 100%;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
}
.seminars--info__wrapper {
	    flex-basis: 100%;
	margin-bottom: 50px;
	max-width: 100%;
	width: 100%;
	-ms-flex-preferred-size: 100%;
}
.seminars--info__wrapper h2 {
	color: #3C434B;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
}
.seminars {
	display: inline-block;
	padding-right: 5px;
	color: #3C434B;
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.seminars--info__wrapper p {
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
p.seminars-location {
	color: #EF4210;
	font-weight: 700;
}
.seminars-forms__wrapper {
	    flex-basis: 550px;
	max-width: 550px;
	-ms-flex-preferred-size: 550px;
}
.cpsi-forms {
	margin-bottom: 40px;
	padding: 30px 55px;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .05);
}
.cpsi-forms input {
	padding-bottom: 15px;
	padding-left: 0;
	border: none;
	border-bottom:  1px solid #979797;
	border-radius: 0;
	box-shadow: none;
	transition: border-width .3s;
}
#yourHighSchool,
#yourAnswer {
	padding: 0;
	border: none;
	border-bottom: 1px solid #979797;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
#yourHighSchool option,
#yourAnswer option {
	font-size: 17px;
}
.cpsi-forms .has-error .form-control:focus,
.cpsi-forms .form-control:focus {
	outline-color: transparent;
	border-bottom: 2px solid #979797;
	box-shadow: none;
}
.cpsi-forms .has-error .form-control {
	box-shadow: none;
}
.cpsi-forms .form-group {
	position: relative;
}
.label-form {
	position: absolute;
	top: 5px;
	left: 0;
	margin-bottom: 0;
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 18px;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
}
.label-form-p {
	top: 24px;
}
.cpsi-forms .input-is-focus .label-form,
.cpsi-forms .input-is-not-empty .label-form {
	-webkit-transform: scale(.7) translateY(-20px);
	        transform: scale(.7) translateY(-20px);
}
.label-span {
	position: absolute;
	top: -10px;
	right: -7px;
	margin-top: 2px;
	color: red!important;
}
.cpsi-forms span {
	display: inline-block;
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 15px;
}
.cpsi-forms .form-group span:not(:nth-of-type(2)) {
	padding-top: 7px;
}
.cpsi-forms .form-group p {
	position: relative;
	top: -8px;
	margin-bottom: 0;
	color: #3C434B;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
}
.cpsi-form-button a,
.cpsi-form-button input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	        justify-content: center;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 144px;
	height: 38px;
	border: 1px solid #EF4210;
	background-color: #EF4210;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	line-height: 16px;
	transition: background-color .3s, color .3s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
}
.cpsi-form-button a:hover,
.cpsi-form-button a:focus,
.cpsi-form-button input:hover,
.cpsi-form-button input:focus {
	background-color: white;
	color: #EF4210;
}
span.wpcf7-form-control-wrap {
	width: 100%;
}
.seminars-topics__wrapper {
	    flex-basis: calc(100% - 620px);
	margin-left: 60px;
	max-width: calc(100% - 620px);
	-ms-flex-preferred-size: calc(100% - 620px);
}
.seminars-topics__wrapper ul {
	padding-left: 15px;
}
.seminars-topics__wrapper ul li {
	margin-bottom: 10px;
	padding-left: 10px;
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}
.seminars-topics__wrapper h2 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #3C434B;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.contact__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        justify-content: space-between;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
}
.contact__wrapper h2,
.contact--form__wrapper h2 {
	margin-bottom: 25px;
	color: #3C434B;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.contact__wrapper p {
	margin-bottom: 15px;
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
}
.contact__wrapper span {
	display: inline;
	margin-right: 5px;
	font-weight: 700;
}
.contact--info {
	    flex-basis: auto;
	max-width: none;
	-ms-flex-preferred-size: auto;
}
.contact-info-address a {
	color: #EF4210;
	text-decoration: underline;
	font-weight: 700;
}
.contact-info-address a:hover,
.contact-info-address a:focus {
	color: #EF4210;
}
.contact--map__wrapper {
	    flex-basis: auto;
	max-width: none;
	-ms-flex-preferred-size: auto;
}
.contact-map {
	width: 560px;
	height: 250px;
	background-color: lightgrey;
}
.contact--form__wrapper .cpsi-form-button a,
.contact--form__wrapper .cpsi-form-button input {	
	width: 121px;
	height: 38px;
}
.contact--form__wrapper {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
}
.contact--form__wrapper .wpcf7-form-control-wrap {
	width: 100%;
}
.contact--form__wrapper .label-span {
	right: -12px;	
}
.contact--form__wrapper h2 {
	margin-bottom: 45px;
	text-align: center;
}
.general-page__wrapper {
    padding-top: 235px;
}
.resources--links__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 25px;
	width: 100%;
}
.resources--links__wrapper h2,
.resources-links {
	    flex-basis: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.resources--links__wrapper h2 {
	margin-top: 0;
	margin-bottom: 25px;
	color: #3C434B;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}
.resources-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        align-items: stretch;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
}
.resources-links figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    flex-basis: 25%;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        align-items: center;
	        justify-content: space-between;
	max-width: 25%;
	border-top: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	-ms-flex-preferred-size: 25%;
}
.resources-links figure:nth-of-type(4n+1) {
	border-left: 1px solid #F3F3F3;
}
.resources-links figure a {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
.resources-links figure > a {
	min-height: 160px;
}
.resources-links figure figcaption {
	padding: 20px 10px;
	min-height: 120px;
	width: 100%;
	background-color: #FAFAFA;
	text-align: center;
}
.resources-links figure h3 a, 
.resources-links figure p {
	font-size: 16px;
	line-height: normal;
}
.resources-links figure h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.resources-links figure h3 a {
	margin-top: 0;
	margin-bottom: 0;
	color: #272F54;
	font-weight: 500;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}
.resources-links figure p {
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
}
.resources-read-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}
.resources-block h2,
.resources-block .item {
	    flex-basis: 100%;
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
}
.resources-block .item {
	margin-bottom: 35px;
}
.resources-block h2 {
	margin-bottom: 15px;
	color: #3C434B;
	font-weight: 500;
	font-style: normal;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	line-height: normal;
}
.resources-block p {
	margin-bottom: 5px;
	color: #3C434B;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
}
.resources-block a {
	border-bottom: 1px solid currentColor;
	color: #EF4210;
	word-break: break-all;
	font-weight: 700;
	font-size: 16px;
	line-height: normal;
	transition: border-bottom-color .3s;
}
.resources-block a:hover {
	border-bottom-color: transparent;
}
.resources-key-block .item {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.resources-key-block .item::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: 22px;
	height: 22px; 
	content: url('../img/svg/download.svg');
	will-change: transform, opacity;
}
.resources-key-block .item:hover::before {
	-webkit-animation: download 2s infinite;
	        animation: download 2s infinite;
}
@-webkit-keyframes download {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(30px);
		        transform: translateY(30px);
	}
}
@keyframes download {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(30px);
		        transform: translateY(30px);
	}
}
.resources-key-block .item > a {
	display: inline-block;
	margin-bottom: 10px;
}
.resources-key-block .item .pdf-link {
	display: inline-block;
	margin-top: 5px;
	color: #3c434b;
	text-decoration: none;
	font-weight: 500;
	opacity: .5;
}
.pdf-link b {
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: normal;
}
.general--content__wrapper {
  padding: 40px;
  width: 100%;
	background-color: #FFF;
}



.getting-started--item {flex-basis: 100%; max-width: 100%;}



@media (min-width: 480px) {}
@media (min-width: 768px) {
	.page-breadcrumbs {
		padding-right: 0;
		padding-left: 0;
	}
	.main-menu > li:hover .sub-menu {
		display: block;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.nav > li > a {
		padding-right: 20px;
		padding-left: 20px;
	}
	.nav > li:first-of-type > a {
		padding-left: 0;
	}
	.nav > li:last-of-type > a {
		padding-right: 0;
	}
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {
	.index-blog--item {
		box-shadow: 0 0 10px 4px rgba(33, 20, 20, 0);
		transition: box-shadow .3s;
	}
	.index-blog--item:hover {
		box-shadow: 0 0 10px 4px rgba(33, 20, 20, .2);
	}
	.cpsi-works-with--item {
		box-shadow: 0 0 10px 4px rgba(33, 20, 20, 0);
		transition: box-shadow .3s;
	}
	.cpsi-works-with--item:hover {
		box-shadow: 0 0 10px 4px rgba(33, 20, 20, .2);
	}
	.services-cards--item {
		box-shadow: 0 0 10px 4px rgba(33, 20, 20, 0);
		transition: box-shadow .3s;
	}
	.services-cards--item:hover {
		box-shadow: 0 0 10px 4px rgba(33, 20, 20, .2);
	}
}
@media (min-width: 1400px) {}
@media (min-width: 1680px) {}
@media (max-width: 1799px) and (min-width: 1200px) {}
@media (max-width: 1799px) {}
@media (max-width: 1679px) {}
@media (max-width: 1399px) {
	.is-fixed.site-header--bottom {
		padding-left: 80px;
	}
}
@media (max-width: 1199px) {
	.is-fixed.site-header--bottom {
		display: none;
	}
	.who-we-are--item {
		flex-basis: calc(100% / 4 - 40px);
		max-width: calc(100% / 4 - 40px);
		-ms-flex-preferred-size: calc(100% / 4 - 40px);
	}
	.cpsi-works-with {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		margin-right: auto;
		margin-left: auto;
		max-width: 640px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.cpsi-works-with--item:nth-of-type(2n+1) {
		margin-right: 10px;
	}
	.cpsi-works-with--item:nth-of-type(2n+2) {
		margin-left: 10px;
	}
	.cpsi-works-with--item:nth-of-type(1),
	.cpsi-works-with--item:nth-of-type(2) {
		margin-bottom: 20px;
	}
	.cpsi-works-img {
		margin-right: auto;
		margin-left: auto;
	}
	.index--review__item {
		padding-right: 10px;
		padding-left: 10px;
	}
	.index-blog--item {
		flex-basis: calc(100% / 3 - 10px);
		max-width: calc(100% / 3 - 10px);
		-ms-flex-preferred-size: calc(100% / 3 - 10px);
	}
	.services-cards--item {
		flex-basis: 280px;
		max-width: 280px;
		-ms-flex-preferred-size: 280px;
	}
	.blog-inner-reviews {
		max-width: 600px;
	}
	.seminars-forms__wrapper {
		flex-basis: 500px;
		max-width: 500px;
		-ms-flex-preferred-size: 500px;
	}
	.seminars-topics__wrapper {
		flex-basis: calc(100% - 570px);
		margin-left: 40px;
		max-width: calc(100% - 570px);
		-ms-flex-preferred-size: calc(100% - 570px);
	}
	.resources-links figure {
		flex-basis: 33.33333%;
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
	}
	.resources-links figure:nth-of-type(4n+1) {
		border-left: none;
	}
	.resources-links figure:nth-of-type(3n+1) {
		border-left: 1px solid #F3F3F3;
	}
}
@media (max-width: 991px) {
	.main-menu > li > a {
		font-size: 16px;
	}
	.dropdown svg {
		right: -2px;
	}
	.main-menu > li:not(:first-of-type) > a {
		padding-left: 8px;
	}
	.main-menu > li:not(:last-of-type) > a {
		padding-right: 8px;
	}
	.dropdown-menu {
		padding-top: 5px;
		padding-right: 20px;
		padding-bottom: 5px;
		padding-left: 15px;
		width: 245px;
	}
	.dropdown-menu > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.who-we-are--content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-around;
		-ms-flex-pack: distribute;
	}
	.who-we-are--item {
		flex-basis: calc(100% / 2 - 60px);
		max-width: calc(100% / 2 - 60px);
		-ms-flex-preferred-size: calc(100% / 2 - 60px);
	}
	.who-we-are--item:nth-of-type(3),
	.who-we-are--item:nth-of-type(4) {
		margin-top: 20px;
	}
	.who-we-are--item p {
		margin-right: auto;
		margin-left: auto;
		max-width: 240px;
	}
	.getting-started {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.getting-started--item {
		flex-basis: 100%;
		max-width: 530px;
		-ms-flex-preferred-size: 100%;
	}
	.getting-started--item:not(:last-of-type) {
		margin-bottom: 40px;
	}
	.index-getting-started__wrapper .index-block--title h2 {
		margin-bottom: 0;
	}
	.index--review__item img {
		margin-left: 50px;
	}
	.review-text {
		margin-bottom: 20px;
	}
	.review-text p {
		font-size: 20px;
	}
	.site-footer--bg .site-footer--info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-right: 40px;
		padding-left: 40px;
	}
	.site-footer--bg .footer-info--center {
		flex-basis: 100%;
		order: 1;
		margin-top: 20px;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
	}
	.site-footer--bg .footer-info--center p {
		text-align: center;
	}
	.background-block::after {
		background-image: linear-gradient(to bottom, transparent 300px, rgba(39, 47, 84, 1) 400px);
	}
	.services-cards--item {
		flex-basis: calc(100% / 2 - 15px);
		max-width: calc(100% / 2 - 15px);
		-ms-flex-preferred-size: calc(100% / 2 - 15px);
	}
	.blog-cards__wrapper .index-blog--item {
		flex-basis: calc(100% / 2 - 15px);
		max-width: calc(100% / 2 - 15px);
		-ms-flex-preferred-size: calc(100% / 2 - 15px);
	}
	.blog-inner-reviews {
		max-width: 450px;
	}
	.seminars--info__wrapper {
		margin-bottom: 20px;
	}
	.seminars-forms__wrapper {
		flex-basis: 100%;
		margin-bottom: 40px;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.cpsi-forms {
		margin-bottom: 0;
	}
	.seminars-topics__wrapper {
		flex-basis: 100%;
		margin-left: 10px;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.contact--map__wrapper {
		margin-right: auto;
		margin-left: auto;
		width: 100%;
	}
	.contact-map {
		width: 100%;
	}
	.contact--form__wrapper {
		width: 100%;
	}
	.contact--form__wrapper h2 {
		margin-right: auto;
		margin-left: auto;
	}
	.resources-links {
		margin-right: auto;
		margin-left: auto;
		max-width: 560px;
	}
	.resources-links figure {
		flex-basis: 50%;
		max-width: 280px;
		border-top: 1px solid #F3F3F3;
		border-right: 1px solid #F3F3F3;
		-ms-flex-preferred-size: 50%;
	}
	.resources-links figure:nth-of-type(4n+1),
	.resources-links figure:nth-of-type(3n+1) {
		border-left: none;
	}
	.resources-links figure:nth-of-type(2n+1) {
		border-left: 1px solid #F3F3F3;
	}
}
@media (max-width: 767px) {
	.page-breadcrumbs {
		display: none;
	}
	.site-header--top .header-logo {
		display: none;
	}
	.site-header--top .header-icons {
		display: none;
	}
	.site-header--top {
		padding-right: 40px;
		padding-left: 40px;
	}
	.responsive--header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.responsive-search,
	.responsive-logo,
	.responsive-facebook {
		flex-basis: auto;
		max-width: none;
		-ms-flex-preferred-size: auto;
	}
	.responsive-logo {
		padding-left: 70px;
	}
	.responsive-logo img {
		width: 110px;
		height: 70px;
	}
	.responsive-search {
		position: relative;
	}
	.header-button {
		display: none;
	}
	.responsive-only {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.responsive__search-button {
		position: relative;
		right: 10px;
		padding-right: 10px;
		padding-left: 10px;
		outline-color: transparent;
		border: none;
		background-color: transparent;
		box-shadow: none;
	}
	.responsive__search-form input {
		padding-left: 20%;
		outline-color: transparent;
		border: none;
	}
	.responsive__search-button svg path {
		fill: #979797;
	}
	.responsive-search .site-header__search-form {
		top: -10px;
		left: 40px;
	}
	.is-active.site-header__search-form {
		-webkit-transform: translateX(110px);
		transform: translateX(110px);
	}
	.is-active .site-header__search-input {
		width: 200px;
	}
	.responsive__search-form #siteHeaderSearch {
		/* width: 32px; */
		height: 33px;
	}
	.site-header--bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-menu {
		flex-basis: 100%;
		max-width: 100%;
		height: 0;
		-ms-flex-preferred-size: 100%;
	}
	.btn__wrapper {
		position: relative;
		top: -70px;
		display: block;
		padding: 10px;
		width: 100px;
	}
	.close-button {
		position: static;
		display: block;
		float: none;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 25px;
		padding: 0;
		width: 30px;
		opacity: 1;
		cursor: pointer;
		transition: opacity .3s, -webkit-transform .3s;
		transition: opacity .3s, transform .3s;
		transition: opacity .3s, transform .3s, -webkit-transform .3s;
		will-change: opacity;
	}
	.navbar-toggle .icon-bar {
		width: 28px;
		height: 2px;
		background-color: #FFF;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}
	.site-menu__wrapper {
		background-color: white;
		box-shadow: none;
	}
	.main-menu {
		-ms-flex-direction: column;
		flex-direction: column;
		align-items: center;
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}
	.main-menu > li {
		width: 100%;
	}
	.main-menu > li > a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.main-menu--servises svg {
		display: none;
	}
	#headerNav {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		min-width: 270px;
		width: calc(100vw - 200px);
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		-webkit-transform: translateX(calc(-100vw - 200px));
		transform: translateX(calc(-100vw - 200px));
	}
	#headerNav.in {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.navbar-collapse {
		padding: 0;
		border-top: 0;
		box-shadow: none;
	}
	.header-bottom-menu .navbar-nav {
		display: block;
		margin: 0;
		padding: 25px;
		width: 315px;
		background-color: rgba(6, 29, 58, .9);
	}
	.navbar-toggle {
		transition: -webkit-transform .3s .3s;
		transition: transform .3s .3s;
		transition: transform .3s .3s, -webkit-transform .3s .3s;
		-webkit-transform: translateY(21px) translateX(calc(100vw - 200px));
		transform: translateY(21px) translateX(calc(100vw - 200px));
	}
	.navbar-toggle.collapsed .icon-bar {
		transition: -webkit-transform .3s .3s;
		transition: transform .3s .3s;
		transition: transform .3s .3s, -webkit-transform .3s .3s;
	}
	.navbar-toggle.collapsed {
		transition: -webkit-transform .3s 0s;
		transition: transform .3s 0s;
		transition: transform .3s 0s, -webkit-transform .3s 0s;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.navbar-toggle:not(.collapsed) .icon-bar {
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
	}
	.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
		-webkit-transform: translateY(8px) rotate(45deg) scale(1.2);
		transform: translateY(8px) rotate(45deg) scale(1.2);
	}
	.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
		-webkit-transform: translateY(-8px) rotate(-45deg) scale(1.2);
		transform: translateY(-8px) rotate(-45deg) scale(1.2);
	}
	.main-menu > li > a {
		width: 100%;
	}
	.main-menu > li:not(:last-of-type) > a,
	.main-menu > li:last-of-type > a {
		padding-right: 0;
		padding-left: 20px;
	}
	.main-menu > li > a {
		color: #3F464E;
	}
	.main-menu > li:not(:first-of-type) {
		border-top: 1px solid #f6f6f6;
	}
	.nav > li > a svg path {
		fill: #3F464E;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #eeeff2;
	}
	.dropdown-menu {
		padding-top: 0;
		padding-right: 15px;
		padding-bottom: 0;
		line-height: normal;
	}
	.dropdown-menu > li:not(:last-of-type) {
		border-color: white;
	}
	.navbar-nav .open .dropdown-menu > li > a, 
.navbar-nav .open .dropdown-menu .dropdown-header {
		padding-top: 20px;
		padding-right: 0;
		padding-bottom: 20px;
		padding-left: 20px;
		color: #3F464E;
	}
	.dropdown-toggle {
		position: relative;
	}
	.dropdown svg {
		position: absolute;
		top: 50%;
		right: 20px;
		min-width: 10px;
		height: 7px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.responsive__search-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
	.responsive__search-form input {
		flex-grow: 1;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
	}
	.responsive-only--buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		width: 100%;
		background-color: #272F54;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	}
	.responsive-sign-in,
	.responsive-register {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-grow: 1;
		justify-content: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.responsive-sign-in a,
.responsive-register a {
		padding-top: 25px;
		padding-bottom: 25px;
		width: 100%;
		color: white;
		text-align: center;
		text-transform: uppercase;
		font-weight: 400;
		font-style: normal;
		font-size: 16px;
		font-family: 'Roboto', sans-serif;
	}
	.responsive-sign-in a {
		border-right: 1px solid #5a607c;
	}
	.index--banner__item {
		padding-left: 20px;
	}
	.index--review__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.index--review__item-text {
		flex-basis: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.index--review__item img {
		order: -1;
		margin-bottom: 20px;
		margin-left: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
	}
	.index-blog__wrapper {
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.index-blog--content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.index-blog--item {
		flex-basis: 380px;
		max-width: 380px;
		-ms-flex-preferred-size: 380px;
	}
	.index-blog--item:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.our-blog-img img {
		display: block;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
	}
	.our-blog-text {
		max-width: 380px;
	}
	.site-footer--info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-right: 40px;
		padding-left: 40px;
	}
	.footer-info--center {
		flex-basis: 100%;
		order: 1;
		margin-top: 20px;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
	}
	.footer-info--center p {
		text-align: center;
	}
	.site-footer--menu ul li a {
		margin-right: 15px;
		margin-left: 15px;
	}
	.about-us--top-block__wrapper {
		padding-right: 40px;
		padding-left: 40px;
	}
	.about-us--text-block__wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	.about-us--history__wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	.about-us--located__wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	.blog--carousel__wrapper .owl-theme .owl-controls {
		position: relative;
		top: -30px;
		left: 0;
	}
	.blog--carousel__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		margin-right: auto;
		margin-left: auto;
		width: 355px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.blog--carousel__item-image {
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.blog--carousel__item-text {
		flex-basis: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.blog-inner-article blockquote {
		padding-right: 40px;
		padding-left: 40px;
	}
	.blog-inner-reviews {
		margin-right: 0;
		max-width: calc(100% - 100px);
	}
	.reviews-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.review-views,
	.review-number,
	.review-name {
		flex-basis: auto;
		max-width: none;
		-ms-flex-preferred-size: auto;
	}
	.review-name {
		margin-left: 40px;
	}
	.general-page__wrapper {
		padding-top: 190px;
	}
}
@media (max-width: 690px) {
	.cpsi-works-with {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 300px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.cpsi-works-with--item {
		flex-basis: 280px;
		max-width: 280px;
		-ms-flex-preferred-size: 280px;
	}
	.cpsi-works-with--item:nth-of-type(2n+1) {
		margin-right: 0;
	}
	.cpsi-works-with--item:nth-of-type(2n+2) {
		margin-left: 0;
	}
	.cpsi-works-with--item:nth-of-type(3) {
		margin-bottom: 20px;
	}
}
@media (max-width: 641px) {
	.index--banner__item {
		padding-right: 20px;
	}
	.index--banner__item-wrapper h2 {
		font-size: 32px;
	}
	.who-we-are--item {
		flex-basis: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.who-we-are--item:nth-of-type(2) {
		margin-top: 20px;
	}
	.index--who-we-are__wrapper .index-block--title p {
		padding-right: 20px;
		padding-left: 20px;
	}
	.index-getting-started {
		padding-right: 20px;
		padding-left: 20px;
	}
	.site-footer--info {
		justify-content: center;
		padding-right: 0;
		padding-left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.footer-info--left {
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
		-ms-flex-preferred-size: 100%;
	}
	.footer-info--right {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
	}
	.site-footer--menu ul li a {
		margin-right: 5px;
		margin-left: 5px;
	}
	.site-footer--bg .site-footer--info {
		justify-content: center;
		padding-right: 0;
		padding-left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.about-us--history {
		min-height: 350px;
	}
	.about-us--history__wrapper {
		height: 350px;
	}
	.about-us--located {
		min-height: 350px;
	}
	.about-us--located__wrapper {
		height: 350px;
	}
	.services-cards__wrapper {
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.services-cards--item {
		flex-basis: 345px;
		max-width: 345px;
		-ms-flex-preferred-size: 345px;
	}
	.blog-cards__wrapper {
		justify-content: center;
		margin-right: auto;
		margin-left: auto;
		width: 355px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.blog-cards__wrapper .index-blog--item {
		flex-basis: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.blog-inner-image {
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
	}
	.blog-inner-article blockquote {
		padding-right: 20px;
		padding-left: 20px;
	}
	.blog-inner-article blockquote p {
		font-size: 18px;
	}
	.reviews-info {
		margin-left: 20px;
	}
	.review-name {
		margin-top: 10px;
		margin-left: calc(100% - 110px);
		max-width: none;
	}
	.contact--info {
		margin-left: 0;
	}
	.contact--map__wrapper {
		margin-left: 0;
		width: 100%;
	}
	.contact-map {
		width: 100%;
	}
	.contact--form__wrapper {
		margin-left: 0;
		width: 100%;
	}
	.resources--links__wrapper h2 {
		text-align: center;
	}
	.resources-links {
		justify-content: center;
		max-width: 280px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.resources-links figure {
		flex-basis: 100%;
		border-left: 1px solid #F3F3F3!important;
		-ms-flex-preferred-size: 100%;
	}
}
@media (max-width: 479px) {
	.responsive-logo {
		padding-left: 65px;
	}
	.responsive-logo img {
		width: 60px;
		height: 35px;
	}
	.is-active .site-header__search-input {
		width: 280px;
	}
	.is-active.site-header__search-form {
		top: -13px;
		left: 120px;
	}
	.close-button {
		margin-top: 20px;
	}
	.navbar-toggle {
		transition: -webkit-transform .3s .3s;
		transition: transform .3s .3s;
		transition: transform .3s .3s, -webkit-transform .3s .3s;
		-webkit-transform: translateY(36px) translateX(calc(100vw - 95px));
		transform: translateY(36px) translateX(calc(100vw - 95px));
	}
	.index--banner__item-wrapper h2 {
		font-size: 30px;
	}
	.index--who-we-are__wrapper .index-block--title p {
		padding-right: 20px;
		padding-left: 20px;
	}
	.about-cpsi-text p {
		font-size: 20px;
	}
	.review-text {
		position: relative;
		padding-left: 45px;
	}
	.review-text p {
		font-size: 18px;
	}
	.index-blog--item {
		flex-basis: calc(100% - 30px);
		max-width: 380px;
		-ms-flex-preferred-size: calc(100% - 30px);
	}
	.our-blog-text {
		max-width: 100%;
	}
	.footer-menu {
		padding-right: 10px;
		padding-left: 10px;
	}
	.site-footer--menu ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.site-footer--menu ul li {
		flex-basis: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
	}
	.site-footer--menu ul li a {
		display: block;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 10px;
		padding-left: 5px;
		text-align: center;
	}
	.site-footer--menu ul li:first-of-type a {
		padding-left: 5px;
	}
	.site-footer--menu ul li:last-of-type a {
		padding-right: 5px;
	}
	.about-us--top-block__wrapper {
		padding-top: 190px;
	}
	.about-us-cpsi-your-partner p {
		margin-bottom: 25px;
		font-size: 16px;
		line-height: 28px;
	}
	.about-us-cpsi-your-partner a {
		font-size: 17px;
	}
	.about-us--history {
		min-height: 450px;
	}
	.about-us--history__wrapper {
		height: 450px;
	}
	.about-us--located__wrapper p {
		margin-bottom: 20px;
	}
	.services-cards--item {
		flex-basis: 100%;
		max-width: 345px;
		-ms-flex-preferred-size: 100%;
	}
	.blog--carousel__item {
		width: 100%;
	}
	.blog--carousel__wrapper {
		padding-top: 40px;
		padding-right: 20px;
		padding-left: 20px;
		background-color: #FFF;
	}
	.blog-cards__wrapper {
		justify-content: center;
		max-width: 280px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	.blog-inner-reviews-general-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.reviews-info {
		justify-content: flex-start;
		order: -1;
		margin-bottom: 20px;
		margin-left: 15px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
	}
	.review-name {
		margin-top: 0;
		margin-left: 40px;
	}
	.blog-inner-reviews {
		max-width: 100%;
	}
	.reply--item {
		margin-right: 0;
		margin-left: auto;
		max-width: calc(100% - 100px);
	}
	.cpsi-forms {
		padding-top: 30px;
		padding-right: 20px;
		padding-bottom: 50px;
		padding-left: 20px;
	}
	.general-page__wrapper {
		padding-top: 100px;
	}
	.general--content__wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 379px) {
	.about-us--history {
		min-height: 550px;
	}
	.about-us--history__wrapper {
		height: 550px;
	}
}
@media (max-width: 320px) {
	.navbar-toggle {
		-webkit-transform: translateY(36px) translateX(calc(100vw - 75px));
		transform: translateY(36px) translateX(calc(100vw - 75px));
	}
}

/*# sourceMappingURL=styles.css.map */
