@import "font-awesome.css";
@import "montserrat.css";
/**

* General

**/
body {
  font-family: 'montserratlight', arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #64708a;
  background-color: #fff;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'montserratlight', arial, sans-serif;
  font-weight: normal;
}
h1 {
  font-family: 'montserratsemibold', arial, sans-serif;
  color: #64708a;
  font-size: 66px;
  line-height: 1.2;
  margin: 0px 0px 20px;
}
h2, .h2 {
  color: #64708a;
  font-size: 42px;
  line-height: 1.2;
  margin: 20px 0px;
}
.h2 {
  font-size: 34px;
}
h3 {
  color: #64708a;
  font-size: 26px;
  line-height: 1.4;
  margin: 20px 0px;
}
h4 {
  color: #64708a;
  font-size: 22px;
  line-height: 1.2;
  margin: 20px 0px;
}
h5 {
  color: #64708a;
  font-size: 16px;
  line-height: 1.5;
  margin: 0px 0px 15px;
}
p, li, input, label, blockquote {
  font-family: 'montserratlight', arial, sans-serif;
  font-weight: 400;
}
p, blockquote, li, input, label {
  font-size: 18px;
  line-height: 1.5;
  color: #64708a;
}
p {
  margin: 20px 0px;
}
li {
  margin: 10px 0px;
}
a {
  color: #C51F20;
  outline: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #C51F20;
}
strong {
  font-family: 'montserratsemibold', arial, sans-serif;
  font-weight: normal;
}
small, .small {
  font-size: 16px;
  line-height: 1.2;
}
ul {
  margin: 0px 0px 20px;
  padding-left: 17px;
}
ol {
  padding-left: 17px;
}
img {
  max-width: 100%;
}
.link i {
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 34px;
  }
  .h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  body, p, blockquote, li, input, label {
    font-size: 16px;
  }
  small, .small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 24px;
  }
  .h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  body, p, blockquote, li, input, label {
    font-size: 14px;
  }
  small, .small {
    font-size: 12px
  }
}
/*******************************/
/*

* General Components

* ------------------

*/
.no-gutters > [class^="col-"], .no-gutters > [class*=" col-"] {
  padding: 0px;
}
.valign-table {
  display: table;
  width: 100%;
  height: 100%;
}
.valign-table .valign-cell {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .valign-table {}
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .container {
    width: 1290px;
  }
}
.btn {
  border-width: 0px;
  border-radius: 30px;
  cursor: pointer;
  font-family: 'montserratlight', arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 25px;
  height: 50px;
  line-height: 30px;
  white-space: normal;
  text-align: left;
  background-color: transparent;
  position: relative;
}
.btn i {
  margin-left: 25px;
}
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover {
  background-color: #C61F21;
  color: #fff;
}
.btn-blue, .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue:active:focus, .btn-blue:active:hover {
  background-color: #326EB0;
  color: #fff;
}
.btn-red, .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red:active:focus, .btn-red:active:hover {
  background-color: #C61F21;
  color: #fff;
}
.btn-green, .btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green:active:focus, .btn-green:active:hover {
  background-color: #7ABD38;
  color: #fff;
}
@media (max-width: 991px) {
  .btn {
    font-size: 13px;
    height: 36px;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn i {
    margin-left: 10px;
  }
}
.modal-dialog {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}
.modal-dialog .close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.modal-dialog .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 0px;
  background-color: #fff;
}
.modal-dialog .modal-body {
  padding: 40px;
}
.modal-dialog .modal-footer {
  text-transform: uppercase;
  text-align: left;
  padding: 20px 40px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .modal-dialog .modal-body {
    padding: 20px;
  }
  .modal-dialog .close {
    right: 0px;
    top: 0px;
  }
}
/*******************************/
/*

 * Navigation header

 * ----------------

 */
nav {
  background-color: #fff;
}
#navbar-primary-collapse {
  padding: 0px;
  box-shadow: none;
}
.navbar {
  border: none;
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 0px;
  min-height: 52px;
}
.navbar-nav {
  margin: 0px;
  margin-top: 20px;
}
.navbar-nav > li {
  margin: 0px 20px;
  padding: 0px;
}
.navbar-nav > li:first-of-type {
  margin-left: 0px;
}
.navbar-nav > li > a {
  font-family: 'montserratlight', arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #64708a;
  padding: 0px;
}
.navbar-nav > li:hover > a, .navbar-nav > li.active > a, .navbar-nav > li > a:focus {
  color: #64708a;
  outline: none;
  background-color: transparent;
}
.navbar-header {
  margin: 0px -15px;
}
.navbar-brand {
  height: auto;
  width: 260px;
  margin-left: 0px !important;
  padding-top: 16px;
  padding-bottom: 16px;
}
.navbar-brand img {
  max-width: 100%;
}
.navbar-toggle {
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
  margin-right: 120px;
  margin-left: 0px;
  margin-top: 14px;
  padding: 8px 15px 8px 50px;
  position: relative;
}
.navbar-toggle .icon-bar {
  background: #1f428a;
  width: 24px;
  height: 3px;
  border-radius: 0px;
}
.navbar-toggle .text-bar {
  font-family: 'montserratlight', arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  height: 100%;
  color: #64708A;
  position: absolute;
  left: 0px;
  text-transform: uppercase;
  top: 6px;
  padding: 4px 0px;
}
nav .smedia {
  position: absolute;
  right: 15px;
  top: 2px;
  padding: 15px 15px 11px 15px;
}
nav .smedia a {
  font-size: 18px;
  line-height: 18px;
  margin: 0px 7px;
  color: #61708c;
  display: inline-block;
}
@media (min-width: 1280px) {
  .navbar-nav {
    padding-right: 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .navbar-nav {
    padding-right: 110px;
  }
  .navbar-nav > li {
    margin: 0px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav {
    padding-right: 120px;
    margin-top: 23px;
  }
  .navbar-nav > li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-nav > li > a {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-collapse {
    position: absolute;
    right: 25px;
    top: 61px;
    z-index: 10;
    width: 170px;
    background-color: rgba(31, 66, 138, 0.8);
  }
  .navbar-nav {
    padding: 0px;
    margin: 0px;
    float: none !important;
  }
  .navbar-nav > li {
    float: none;
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: left;
  }
  .navbar-nav > li > a, .navbar-nav > li:hover > a, .navbar-nav > li.active > a, .navbar-nav > li > a:focus {
    color: #fff;
  }
  .navbar-nav > li > a {
    display: block;
    padding: 10px 20px;
  }
  .navbar-header {
    width: 100%;
    margin: 0px;
  }
  .navbar-toggle {
    display: block;
  }
  nav .smedia {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .navbar {
    min-height: 110px;
  }
  .navbar-header {
    position: relative;
  }
  .navbar-toggle {
    margin: 8px 15px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
  }
  .navbar-toggle .text-bar {
    display: none;
  }
  .navbar-nav > li {
    margin: 0px;
    padding: 0px !important;
  }
  .navbar-brand {
    width: 254px;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -127px !important;
  }
  .container-fluid > .navbar-collapse {
    margin: 0px 15px;
  }
  .navbar-nav {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  nav .smedia {
    right: 0px;
    top: -2px;
  }
}
/*******************************/
/*

* Footer

* ------------------

*/
.section-accreditation {
  background-color: #284378;
  text-align: center;
  padding: 40px 0px;
}
.section-accreditation * {
  color: #fff;
}
.section-accreditation h4 {
  margin-top: 0px;
}
.section-accreditation .logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-accreditation p {
  padding: 0 10px;
  font-size:11px;
  text-align: center;
  margin-bottom: 0.9375rem;
  color: #fff;
}
.section-accreditation p:first-child {
  flex-basis: 220px;
  flex-shrink: 0;
  padding: 0;
  text-align: left;
}
footer {
  text-align: center;
  background-color: #1f345c;
  padding: 40px 0px;
}
footer * {
  color: #fff;
}
footer .smedia p {
  font-size: 13px;
  margin-bottom: 15px;
}
footer .smedia p a {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  margin: 0 7px;
}
footer .smedia p a i {
  color: #8f9aae;
}
footer .contact p {
  font-size: 20px;
}
footer .contact span {
  margin: 0px 20px;
  white-space: nowrap;
}
footer .menu p {
  font-size: 14px;
  margin-bottom: 5px;
}
footer .menu a {
  margin: 0px 3px;
}
footer .copyright p {
  font-size: 12px;
  margin-bottom: 0px;
}
footer .separator {
  margin: 30px 0px 35px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .contact p {
    font-size: 17px;
  }
  footer .menu p {
    font-size: 12px;
  }
  footer .copyright p {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  footer .contact p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  footer .contact p span {
    display: inline-block;
    margin-bottom: 5px;
  }
  footer .separator {
    margin: 15px 0px 20px 0px;
  }
  footer .menu p {
    font-size: 12px;
  }
  footer .copyright p {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  footer .contact p span {
    margin-left: 0px;
    margin-right: 0px;
  }
}
/*******************************/
/*

* Headers

* ------------------

*/
header {
  background-color: #1F345C;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: left;
  height: 650px;
  position: relative;
}
header * {
  color: #fff;
}
header h2 {
  font-size: 38px;
}
header .header-breadcrumb {
  font-family: 'montserratsemibold', arial, sans-serif;
  font-size: 34px;
  display: block;
}
header .header-breadcrumb.green {
  color: #83C245;
}
header .header-breadcrumb.blue {
  color: #184D97;
}
header .header-breadcrumb.red {
  color: #D2423A;
}
header .header-meta {
  font-size: 20px;
  display: block;
  position: relative;
  margin-top: -15px;
}
@media (max-width: 1599px) {
  header {
    height: 500px;
  }
}
@media (min-width: 992px)and (max-width: 1599px) {
  header h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px)and (max-width: 991px) {
  header {
    height: 350px;
  }
  header h2 {
    font-size: 22px;
  }
  header .header-breadcrumb {
    font-size: 24px;
    display: block;
  }
  header .header-meta {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  header {
    height: 320px;
  }
  header h2 {
    font-size: 18px;
  }
  header .header-breadcrumb {
    font-size: 18px;
    display: block;
  }
  header .header-meta {
    font-size: 16px;
  }
}
.header-about {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebeef6+17,dadfe5+63 */
  background: rgb(235, 238, 246); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(235, 238, 246, 1) 17%, rgba(218, 223, 229, 1) 63%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(235, 238, 246, 1) 17%, rgba(218, 223, 229, 1) 63%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(235, 238, 246, 1) 17%, rgba(218, 223, 229, 1) 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebeef6', endColorstr='#dadfe5', GradientType=0); /* IE6-9 */
}
.header-about .header-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
}
.header-dark-text * {
  color: #64708A;
}
.header-blue-text * {
  color: #365596;
}
/*******************************/
/*

* Sections

* ------------------

*/
.section {
  padding: 60px 0px;
}
.subsection {
  margin-bottom: 40px;
}
.section-grey {
  background-color: #eee;
}
.section-blue {
  background-color: #98cdff;
}
.section-darkblue {
  background-color: #0C3054;
}
.section-darkblue h2, .section-darkblue h3, .section-darkblue h4, .section-darkblue p {
  color: #fff;
}
.section h3 {
  text-transform: uppercase;
}
.section-heading {
  text-align: center;
  margin-bottom: 60px;
}
.section-action .action {
  text-align: center;
  margin-top: 40px;
}
.section-center {
  text-align: center;
}
.separator {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/separator.png');
  height: 15px;
  margin: 40px 0px 45px 0px;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0px;
  }
}
@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.items .item {
  margin-bottom: 30px;
  background-color: #ECEEF1;
}
.items .item .item-image img {
  max-width: 100%;
}
.items .item .item-body {
  padding: 30px 25px 0px 25px;
}
.items .item .item-body h3 {
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 10px;
}
.items .item p:last-of-type {
  margin-bottom: 0px;
}
.items .item .item-action {
  text-transform: uppercase;
  padding: 10px 25px 30px 25px;
}
@media (min-width: 1600px) {
  .items .item .item-image img {
    max-width: inherit;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .items .item {
    margin-bottom: 20px;
  }
  .items .item .item-body {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .items .item {
    margin-bottom: 0px;
  }
}
.section-board {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section-board {
    padding-bottom: 60px;
  }
  .items-board .item img {
    width: 100%;
    max-width: inherit;
  }
}
.form-contact {
  margin: 0px;
}
.form-group {
  text-align: left;
  margin-bottom: 0px;
}
.form-control {
  height: 42px;
  line-height: 22px;
  padding: 10px 10px;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #64708A;
  background: #F5F6F8;
  margin-bottom: 10px;
}
textarea.form-control {
  height: 140px;
  resize: none;
}
.form-button {
  margin-top: 30px;
  margin-bottom: 20px;
}
.section-contact .telephone a, .section-contact .telephone a:hover {
  color: #64708A
}
.section-offices .col-eq-height {
  margin-bottom: 30px;
}
.articles .articles-heading {
  padding: 15px 30px;
  background-color: #ECEEF1;
  margin-bottom: 30px;
}
.sidebar .articles-heading {
  margin-bottom: 1px;
}
.accordion .list-group .list-item-container {
  margin-bottom: 1px;
}
.accordion .list-group .list-item {
  border-radius: 0px;
  border: 0px;
  padding: 10px 30px;
  position: relative;
  display: block;
  color: #64708A;
}
.accordion .list-group .list-item-container:nth-of-type(2n+1) .list-item, .accordion .list-group .list-item-container:nth-of-type(2n+1) .list-item-collapse {
  background-color: rgba(236, 238, 241, 0.6);
}
.accordion .list-group .list-item-container:nth-of-type(2n) .list-item, .accordion .list-group .list-item-container:nth-of-type(2n) .list-item-collapse {
  background-color: #ECEEF1;
}
.accordion .list-group .list-item:after {
  content: "\2013";
  position: absolute;
  right: 20px;
  top: 5px;
  color: #C61F21;
  font-size: 26px;
}
.accordion .list-group .list-item.collapsed:after {
  content: "+";
}
.accordion .list-group .list-item-collapse {
  padding: 0px 30px 20px 30px;
}
.accordion .list-group .list-item-collapse ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.accordion .list-group .list-item-collapse ul li {
  margin: 0px;
}
.accordion .list-group .list-item-collapse ul li a i {
  margin-right: 10px;
}
.news-event-article-column:nth-child(odd) {
  clear: both;
}
.article {
  margin-bottom: 30px;
}
.article .article-body {
  padding: 25px;
  background-color: #ECEEF1;
}
.article h3 {
  text-transform: none;
  margin-top: 0px;
}
.article .article-body p:last-of-type {
  margin-bottom: 5px;
}
.article .article-meta {
  font-size: 14px;
  display: block;
  margin-top: -15px;
}
.article.full h4 {
  margin-bottom: 5px;
}
.article.full p {
  margin-top: 0px;
}
.article.full p:first-of-type {
  margin-top: 20px;
}
.articles-location {
  padding: 20px 30px;
  background-color: rgba(236, 238, 241, 0.6);
}
.pagination {
  padding: 15px 30px;
  margin-bottom: 30px;
  margin-top: 0px;
  background-color: rgba(236, 238, 241, 0.5);
  display: block;
  border-radius: 0px;
}
.pagination:first-of-type:not(:last-of-type) {
  margin-top: 20px;
}
.pagination > li {
  margin: 0px;
}
.pagination > li > a, .pagination > li > span {
  border: 0px;
  color: #64708A;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  margin: 0px 5px;
  padding: 0px;
  float: none;
  white-space: nowrap;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: transparent;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:first-child > a {
  margin-right: 15px;
}
.pagination > li:last-child > a {
  margin-left: 15px;
}
.services .services-heading {
  padding: 15px 30px;
  margin-bottom: 30px;
  margin-top: 60px;
  color: #fff;
  text-transform: none;
  position: relative;
}
.services .services-heading.blue {
  background-color: #284378;
}
.services .services-heading.green {
  background-color: #5a9b36;
}
.services .services-heading.red {
  background-color: #c61f21;
}
.services .services-heading::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 540px) {
  .services .services-heading {
    padding: 10px 70px 10px 15px;
    font-size: 18px;
  }
  .services .services-heading::after {
    right: 10px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
}
.services .services-heading.healthcare::after {
  background-image: url('../images/healthcare.png');
}
.services .services-heading.informationSystems::after {
  background-image: url('../images/informationSystems.png');
}
.services .services-heading.telehealth::after {
  background-image: url('../images/aihealth-small-new.png')!important;
}
.services .items .item .item-action {
  text-transform: none;
}
.video-play-container {
  margin-bottom: 20px;
}
.video-play-container h3 {
  text-transform: none;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .items-videos .item {
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-bg {
  position: relative;
}
.section-bg-image {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.section-bg-image .col-bg-image {
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-bg-text {
  position: relative;
  z-index: 2;
}
.section-bg-text * {
  color: #fff;
}
@media (max-width: 767px) {
  .section-bg-image {
    position: static;
  }
  .section-bg-image .col-bg-image {
    height: 300px;
    width: 100%;
  }
}
.section-services-logo h2 {
  text-align: center;
}
.header-homepage {
  /*  height: 800px; */
  background-color: transparent;
}
.header-homepage .slider, .header-homepage .slide, .header-homepage .slick-list, .header-homepage .slick-track {
  height: 100%;
  width: 100%;
  position: relative;
}
.header-homepage .slide .slide-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header-homepage .slide .slide-text {
  height: 100%;
}
.header-homepage .slide h1, .header-homepage .slide h2 {
  color: #64708a;
}
.header-homepage .slide h1 {
  font-size: 56px;
}
.header-homepage .slide h2 {
  line-height: 1.2;
  font-size: 32px;
}
@media (min-width: 768px) {
  .header-homepage .slide .box {
    padding: 30px 60px;
    background: rgba(49, 49, 64, 0.5);
    border-radius: 10px;
  }
  .header-homepage .slide .box * {
    color: #fff;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header-homepage {
    height: 700px;
  }
  .header-homepage .slide h1 {
    font-size: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-homepage {
    height: 500px;
  }
  .header-homepage .slide h1 {
    font-size: 44px;
  }
  .header-homepage .slide h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-homepage {
    height: 355px;
  }
  .header-homepage .slide h1 {
    font-size: 30px;
  }
  .header-homepage .slide h2 {
    font-size: 18px;
  }
  .header-homepage .slide .box {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .header-homepage {
    height: 645px;
  }
  .header-homepage .slide {
    background: none;
  }
  .header-homepage .slide .slide-text {
    height: 290px;
    background-color: rgba(161, 167, 180, 0.13);
  }
  .header-homepage .slide .slide-bg {
    position: static;
    height: 355px;
  }
  .header-homepage .slide h1 {
    font-size: 24px;
  }
  .header-homepage .slide h2 {
    font-size: 16px;
  }
  .header-homepage .slide-about h2 {
    font-size: 22px;
  }
}
.slide-about .slide-bg {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebeef6+17,dadfe5+63 */
  background: rgb(235, 238, 246); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(235, 238, 246, 1) 17%, rgba(218, 223, 229, 1) 63%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(235, 238, 246, 1) 17%, rgba(218, 223, 229, 1) 63%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(235, 238, 246, 1) 17%, rgba(218, 223, 229, 1) 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebeef6', endColorstr='#dadfe5', GradientType=0); /* IE6-9 */
}
@media (max-width: 767px) {
  .slide-about .slide-bg {
    text-align: center;
  }
  .slide-about .slide-bg img {
    max-width: 270px;
    display: inline;
  }
  .slide-about .slide-text img {
    max-width: 282px;
  }
}
@media (min-width: 768px) {
  .slide-awards * {
    color: #fff !important;
  }
}
.slide-awards .col-eq-height {
  margin: 15px 0px;
}
.award {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .award {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .award {
    padding: 10px;
    margin: 0px auto;
  }
}
.section-homepage-services {
  text-align: center;
}
.homepage-services {
  margin-top: 70px;
}
.homepage-services h3 {
  text-transform: none;
}
@media (max-width: 991px) {
  .homepage-services {
    margin-top: 40px;
  }
  .homepage-services img {
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .homepage-services h3 {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .no-position-relative {
    position: static;
  }
  .position-relative {
    position: relative;
  }
}
.service {
  display: inline-block;
}
.service > img:hover, .service > h3:hover {
  cursor: pointer;
}
.service-hover {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 100%;
  margin-top: -50px;
  z-index: 0;
  width: 100%;
}
.service-hover.visible {
  visibility: visible;
  z-index: 99;
}
.service-hover::before {
  content: '';
  position: absolute;
  top: -10px;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(127, 167, 208, 0.8) transparent;
}
.service-hover-container {
  padding: 15px;
  background-color: rgba(127, 167, 208, 0.8);
  display: inline-block;
  margin: 0px auto;
}
.service-hover-container::before, .service-hover-container::after {
  display: table;
  content: ' ';
}
.service-hover-container::after {
  clear: both;
}
.service-hover-container .service-hover-item {
  float: left;
  width: 483px;
  margin: 15px;
}
.service-healthcare .service-hover-container {
  float: left;
}
.service-telehealth .service-hover-container {
  float: right;
}
.service-healthcare .service-hover::before {
  left: 16%;
}
.service-informationSystems .service-hover::before {
  left: 50%;
  margin-left: -10px;
}
.service-telehealth .service-hover::before {
  left: 82.5%;
}
.service-hover .col-eq-height {
  margin: 15px 0px;
}
.service-hover .service-hover-item {
  background-color: #fff;
  padding: 1px 30px;
  text-align: left;
  height: 100%;
}
.service-hover .service-hover-item p:last-of-type {
  margin-top: -15px;
}
.service-hover .service-hover-item .service-hover-item-img {
  margin-top: 20px;
  vertical-align: middle;
  text-align: center;
}
.service-hover .service-hover-item ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 1600px) {
  .service-hover-container .service-hover-item {
    width: 483px;
  }
  .service-hover .service-hover-item {
    padding: 1px 60px;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .service-hover-container .service-hover-item {
    width: 390px;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .service-hover-container .service-hover-item {
    width: 350px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .service-hover-container .service-hover-item {
    width: 283px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-hover-container .service-hover-item {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .service-hover-container {
    padding: 5px;
    float: none !important;
    width: 320px;
  }
  .service-hover-container .service-hover-item {
    width: 280px;
  }
  .service-hover::before {
    left: 50% !important;
    margin-left: -10px;
  }
}
.section-testimonial {
  text-align: center;
  padding-bottom: 0px;
}
.section-testimonial p {
  color: #9cb4d1;
}
.testimonial {
  position: relative;
  padding: 0px 50px;
  margin-bottom: 20px;
}
.testimonial::before, .testimonial::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 20px;
  background-image: url('../images/quotes.png');
  background-repeat: no-repeat;
}
.testimonial::before {
  background-position: left center;
  top: 0px;
  left: 20px;
}
.testimonial::after {
  background-position: right center;
  right: 20px;
  bottom: 5px;
}
.section-map_areas p {
  color: #fff;
}
.section-map_areas map area:hover {
  cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .section-map_areas h2 {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .section-map_areas h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-map_areas h2 {
    font-size: 20px;
  }
  .section-map_areas p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .section-map_areas {
    padding: 0px;
  }
  .section-map_areas .location {
    padding: 20px 0px;
  }
}
.tooltip_templates {
  display: none;
}
.tooltipster-sidetip .tooltipster-box {
  padding: 20px;
  background-color: rgba(127, 167, 208, 0.8);
  border: 0px;
  border-radius: 0px;
}
.tooltipster-sidetip .tooltipster-content {
  overflow: hidden;
  padding: 0px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow .tooltipster-arrow-background {
  border-bottom-color: rgba(127, 167, 208, 0.8);
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-left .tooltipster-arrow .tooltipster-arrow-background {
  border-left-color: rgba(127, 167, 208, 0.8);
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-right .tooltipster-arrow .tooltipster-arrow-background {
  border-right-color: rgba(127, 167, 208, 0.8);
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-top .tooltipster-arrow .tooltipster-arrow-background {
  border-top-color: rgba(127, 167, 208, 0.8);
}
.tooltip_map .tooltip_map_header {
  background-color: #18345F;
  padding: 10px 25px;
  margin-bottom: 10px;
}
.tooltip_map .tooltip_map_header h3 {
  margin: 0px;
  color: #fff;
}
.tooltip_map .tooltip_map_content {
  background-color: #fff;
  padding: 10px 25px;
}
.tooltip_map .tooltip_map_content ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 1200px) {
  .tooltipster-sidetip .tooltipster-box {
    padding: 30px;
  }
  .tooltip_map .tooltip_map_header, .tooltip_map .tooltip_map_content {
    padding: 20px 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tooltipster-sidetip .tooltipster-box {
    max-width: 465px;
  }
  .tooltip_map .tooltip_map_header h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tooltipster-sidetip .tooltipster-box {
    max-width: 240px;
  }
  .tooltip_map .tooltip_map_header h3 {
    font-size: 18px;
  }
}
.articles-latest h3 {
  text-transform: uppercase;
}
.articles-latest h3 {
  font-size: 20px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 1px;
}
.articles-latest-body {
  padding-top: 60px;
  padding-bottom: 40px;
}
.articles-latest-news {
  background-color: #f3f4f5;
}
.articles-latest-news h3 {
  background-image: url('../images/icon-news.png');
}
.articles-latest-tweets {
  background-color: #e3e4e8;
}
.articles-latest-tweets h3 {
  background-image: url('../images/icon-tweets.png');
}
.articles-latest-events {
  background-color: #f3f4f5;
}
.articles-latest-events h3 {
  background-image: url('../images/icon-events.png');
}
.article-latest {
  margin-bottom: 30px;
}
.article-latest h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 0px;
}
.article-latest p {
  font-size: 14px;
  margin-bottom: 5px;
}
.article-latest p:first-of-type {
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .article-latest img {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .article-latest img {
    margin-bottom: 15px;
  }
}
.section-rating {
  text-align: center;
  padding-top: 0px;
}
.rating {
  margin-bottom: 0px;
}
.rating-info {
  margin-top: 0px;
}
.rating i {
  color: #9cb4d1;
  margin: 0px 2px;
}
.rating-info .percent {
  color: #9cb4d1;
  font-size: 40px;
  line-height: 1;
  font-family: 'montserratsemibold';
}
/********************************************************/
/* Snagging issue fix */
@media (min-width: 1200px) {
  .tooltipster-sidetip .tooltipster-box #t1 {
    min-width: 350px;
  }
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

body .black-text{color:#c31f25}