﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@100;400;900&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*Use this in the List item in menu*/
/* Notification Section*/
.the-portal-connector-notification-area {
  background: #fddd00;
  text-align: center;
  padding: 5px;
}
.the-portal-connector-notification-area * {
  font-size: 0.75rem;
}
@media all and (min-width: 768px) {
  .the-portal-connector-notification-area * {
    font-size: 1rem;
  }
}
.the-portal-connector-notification-area > button {
  position: absolute;
  right: 15px;
  top: 15px;
}
@media all and (min-width: 768px) {
  .the-portal-connector-notification-area > button {
    top: 10px;
  }
}

/* Top Main Header*/
.the-portal-connector-header {
  background: rgba(255, 255, 255, 0.8);
  transition: 0.5s all ease;
  /* Header Top Section*/
  /* Header Bottom Section*/
}
@media (min-width: 1024px) {
  .the-portal-connector-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
  }
}
.the-portal-connector-header .the-portal-connector-header-top {
  padding: 0.65rem 0;
  background: transparent;
}
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons {
  display: inline-block;
}
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons > p {
  margin-bottom: 0rem !important;
}
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons .search,
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons .mail,
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons .phone {
  font-size: 12px;
  border-left: 1px solid #ccc;
  padding: 0 10px;
}
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons .search:hover, .the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons .search :focus,
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons .mail:hover,
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons .mail :focus,
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons .phone:hover,
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons .phone :focus {
  color: black !important;
  cursor: pointer;
}
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons .mail {
  border: 0px;
  margin-right: 0px;
}
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons a {
  text-decoration: none;
  transition: 0.5s all ease;
  color: #4d4d4d !important;
  font-size: 1.1rem;
}
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons a:hover {
  transition: 0.5s all ease;
  color: #fff !important;
}
.the-portal-connector-header .the-portal-connector-header-top .tpc-header-icons .btn {
  font-size: 0.7875rem;
  border-radius: 20px;
  margin-right: 5px;
}
.the-portal-connector-header .the-portal-connector-header-top .tpc-login-status .btn {
  border-radius: 20px;
  margin-right: 5px;
}
.the-portal-connector-header .the-portal-connector-header-bottom #logo img {
  width: 145px;
  filter: drop-shadow(0 0 15px rgba(17, 24, 32, 0.4));
}
@media all and (min-width: 1024px) {
  .the-portal-connector-header .the-portal-connector-header-bottom #logo {
    position: absolute;
    top: -40px;
  }
  .the-portal-connector-header .the-portal-connector-header-bottom #logo img {
    width: 200px;
  }
}
.the-portal-connector-header .the-portal-connector-header-bottom .navbar-toggler {
  position: absolute;
  right: 0;
  top: 8px;
  padding: 7px 14px;
  color: #333;
  border: 1px solid #e4e4e4;
}
.the-portal-connector-header .the-portal-connector-header-bottom .navbar-toggler svg {
  font-size: 1em !important;
}
.the-portal-connector-header .the-portal-connector-header-bottom .navbar-toggler .line {
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 2px;
  width: 25px;
  background: #333;
  margin: 5px auto;
}
.the-portal-connector-header .the-portal-connector-header-bottom .cta-col {
  flex: 0 0 20%;
  max-width: 20%;
}
.the-portal-connector-header .the-portal-connector-header-bottom .cta-col img {
  width: 40px !important;
}
.the-portal-connector-header .the-portal-connector-header-bottom .cta-col .icon-text {
  display: none !important;
}
@media (min-width: 768px) {
  .the-portal-connector-header .the-portal-connector-header-bottom .cta-col .icon-text {
    display: inline-block !important;
  }
}
.the-portal-connector-header .the-portal-connector-header-search {
  background: #eaeaea;
}
.the-portal-connector-header .the-portal-connector-header-search .sf-search-input-wrapper {
  width: 100%;
}
.the-portal-connector-header .the-portal-connector-header-search .close-search,
.the-portal-connector-header .the-portal-connector-header-search button {
  height: 45px;
}
.the-portal-connector-header .the-portal-connector-header-search .close-search {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* Main Header*/
.the-portal-connector.tpc-home-page .the-portal-connector-main-header {
  background: linear-gradient(45deg, #ccc, transparent);
  position: relative;
  max-height: 350px;
  overflow: hidden;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header {
    max-height: 450px;
  }
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header {
    max-height: 850px;
  }
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header video {
  width: 150% !important;
  height: auto;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-main-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-main-logo img {
  width: 70%;
}
@media all and (min-width: 768px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-main-logo img {
    width: 60%;
  }
}
@media all and (min-width: 1200px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-main-logo img {
    width: 55%;
  }
}
@media all and (min-width: 1440px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-main-logo img {
    width: 60%;
  }
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container {
  display: none;
  opacity: 0;
  transition: 0.5s all ease;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container.hide-home-cta {
  top: calc(90vh - 111px);
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .cta-col {
  flex: 0 0 20%;
  max-width: 20%;
}
@media screen and (min-width: 1024px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container {
    display: block;
    opacity: 1;
  }
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions {
  background: rgba(33, 37, 41, 0.15);
  position: relative;
  width: 100%;
  padding: 0 40px;
  border-top-width: 1px;
  border-top-style: solid;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .row {
  width: 100%;
  margin: 0;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue {
  background: radial-gradient(rgba(0, 167, 224, 0.9), transparent);
  border-color: #00a7e0;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue {
    background: radial-gradient(rgba(0, 167, 224, 0.9), transparent);
  }
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:hover, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:focus {
  background: #00a7e0;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons .icon-text {
  background: #00a7e0;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #fff;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:focus .icon-text, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:hover .icon-text {
  background: #fff;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:focus .icon-text span, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:hover .icon-text span {
  color: #00a7e0;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red {
  background: radial-gradient(rgba(239, 55, 66, 0.9), transparent);
  border-color: #ef3742;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red {
    background: radial-gradient(rgba(239, 55, 66, 0.9), transparent);
  }
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:hover, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:focus {
  background: #ef3742;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons .icon-text {
  background: #ef3742;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #fff;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:focus .icon-text, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:hover .icon-text {
  background: #fff;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:focus .icon-text span, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:hover .icon-text span {
  color: #ef3742;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow {
  background: radial-gradient(rgba(202, 176, 0, 0.9), transparent);
  border-color: #cab000;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow {
    background: radial-gradient(rgba(202, 176, 0, 0.9), transparent);
  }
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:hover, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:focus {
  background: #cab000;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons .icon-text {
  background: #cab000;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #333;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:focus .icon-text, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:hover .icon-text {
  background: #333;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:focus .icon-text span, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:hover .icon-text span {
  color: #cab000;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green {
  background: radial-gradient(rgba(0, 168, 134, 0.9), transparent);
  border-color: #00a886;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green {
    background: radial-gradient(rgba(0, 168, 134, 0.9), transparent);
  }
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:hover, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:focus {
  background: #00a886;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons .icon-text {
  background: #00a886;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #fff;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:focus .icon-text, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:hover .icon-text {
  background: #fff;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:focus .icon-text span, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:hover .icon-text span {
  color: #00a886;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons {
  transition: 0.5s all ease;
  text-align: center;
  padding: 5px 0;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons img {
  width: 64px;
}
@media (min-width: 1024px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons img {
    width: 40px;
    display: block;
    margin: 0 auto;
  }
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text {
  display: block;
  font-size: 0.9em;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text {
    display: inline-block;
    padding: 5px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1024px) {
  .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text {
    display: block;
  }
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text span {
  display: block;
  white-space: pre;
  font-size: 0.9em;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text .thick {
  font-weight: bold;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-link {
  text-decoration: none;
  color: #333;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons:hover, .the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons:focus {
  transition: 0.5s all ease;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons {
  padding: 25px 0;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons img {
  width: 60px;
  display: inline-block;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text {
  display: inline-block;
  padding: 10px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}
.the-portal-connector.tpc-home-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text span {
  color: #fff;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-header {
  position: relative;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-header.hide-header {
  opacity: 1 !important;
}
@media (min-width: 1024px) {
  .the-portal-connector.tpc-inner-page .the-portal-connector-header .the-portal-connector-header-bottom .tpc-call-to-actions {
    top: 105px !important;
  }
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header {
  padding: 0;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header.hide-home-cta {
  top: calc(90vh - 111px);
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header video {
  width: 100%;
  height: auto;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-inner-page-header {
  /*padding: 5% 0;*/
  background: #e9ecef;
  text-align: center;
}
@media (max-width: 768px) {
  .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-inner-page-header {
    margin-bottom: 3%;
  }
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-inner-page-header .title {
  font-weight: 900;
  font-size: 3.5em;
  margin-bottom: 0;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container {
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container {
    display: block;
  }
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .cta-col {
  flex: 0 0 20%;
  max-width: 20%;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .cta-col img {
  width: 40px !important;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .cta-col .icon-text {
  display: none !important;
}
@media (min-width: 768px) {
  .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .cta-col .icon-text {
    display: inline-block !important;
  }
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions {
  background: rgba(33, 37, 41, 0.15);
  position: relative;
  width: 100%;
  padding: 0 40px;
  border-top-width: 1px;
  border-top-style: solid;
  margin-bottom: 3%;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .row {
  width: 100%;
  margin: 0;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue {
  background: radial-gradient(rgba(0, 167, 224, 0.9), transparent);
  border-color: #00a7e0;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue {
    background: radial-gradient(rgba(0, 167, 224, 0.9), transparent);
  }
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:hover, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:focus {
  background: #00a7e0;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons .icon-text {
  background: #00a7e0;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #fff;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:focus .icon-text, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:hover .icon-text {
  background: #fff;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:focus .icon-text span, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:hover .icon-text span {
  color: #00a7e0;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red {
  background: radial-gradient(rgba(239, 55, 66, 0.9), transparent);
  border-color: #ef3742;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red {
    background: radial-gradient(rgba(239, 55, 66, 0.9), transparent);
  }
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:hover, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:focus {
  background: #ef3742;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons .icon-text {
  background: #ef3742;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #fff;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:focus .icon-text, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:hover .icon-text {
  background: #fff;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:focus .icon-text span, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:hover .icon-text span {
  color: #ef3742;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow {
  background: radial-gradient(rgba(202, 176, 0, 0.9), transparent);
  border-color: #cab000;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow {
    background: radial-gradient(rgba(202, 176, 0, 0.9), transparent);
  }
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:hover, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:focus {
  background: #cab000;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons .icon-text {
  background: #cab000;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #333;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:focus .icon-text, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:hover .icon-text {
  background: #333;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:focus .icon-text span, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:hover .icon-text span {
  color: #cab000;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green {
  background: radial-gradient(rgba(0, 168, 134, 0.9), transparent);
  border-color: #00a886;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green {
    background: radial-gradient(rgba(0, 168, 134, 0.9), transparent);
  }
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:hover, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:focus {
  background: #00a886;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons .icon-text {
  background: #00a886;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #fff;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:focus .icon-text, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:hover .icon-text {
  background: #fff;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:focus .icon-text span, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:hover .icon-text span {
  color: #00a886;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons {
  transition: 0.5s all ease;
  text-align: center;
  padding: 5px 0;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons img {
  width: 64px;
}
@media (min-width: 1024px) {
  .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons img {
    width: 40px;
    display: block;
    margin: 0 auto;
  }
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text {
  display: block;
  font-size: 0.9em;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text {
    display: inline-block;
    padding: 5px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1024px) {
  .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text {
    display: block;
  }
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text span {
  display: block;
  white-space: pre;
  font-size: 0.9em;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text .thick {
  font-weight: bold;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-link {
  text-decoration: none;
  color: #333;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons:hover, .the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons:focus {
  transition: 0.5s all ease;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons {
  padding: 25px 0;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons img {
  width: 60px;
  display: inline-block;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text {
  display: inline-block;
  padding: 10px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}
.the-portal-connector.tpc-inner-page .the-portal-connector-main-header .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text span {
  color: #fff;
}
.the-portal-connector .the-portal-connector-header-top {
  position: relative;
  text-align: right;
}
.the-portal-connector .the-portal-connector-header-top:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  height: 1px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 1024px) {
  .the-portal-connector .the-portal-connector-header-top:after {
    border: 0px;
    background-image: -webkit-linear-gradient(left, transparent, #ccc);
  }
}
.the-portal-connector .sf-autocomplete {
  background: #fff;
  list-style: none;
  padding: 15px;
  z-index: 99 !important;
  width: 55%;
}
.the-portal-connector .sf-autocomplete .ui-menu-item {
  padding: 10px;
  transition: 0.5s all ease;
  border-radius: 4px;
}
.the-portal-connector .sf-autocomplete .ui-menu-item:hover, .the-portal-connector .sf-autocomplete .ui-menu-item:focus {
  background: #ccc !important;
  transition: 0.5s all ease;
}
.the-portal-connector .sf-autocomplete .ui-menu-item:hover a, .the-portal-connector .sf-autocomplete .ui-menu-item:focus a {
  color: #000;
  transition: 0.5s all ease;
  cursor: pointer;
}

.tpc-main-nav {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .tpc-main-nav {
    margin-bottom: 110px;
  }
}
@media (min-width: 1024px) {
  .tpc-main-nav {
    margin-bottom: 0px;
  }
}
.tpc-main-nav .main-menu-item {
  border-radius: 4px;
  transition: 0.5s all ease;
}
.tpc-main-nav .main-menu-item > a {
  color: #676767;
  display: block;
  text-transform: capitalize;
  padding: 0.5em;
}
.tpc-main-nav .main-menu-item > a, .tpc-main-nav .main-menu-item > .arrow-right {
  transition: 0.5s all ease;
}
.tpc-main-nav .main-menu-item:focus, .tpc-main-nav .main-menu-item:hover {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  transition: 0.5s all ease;
  background: #fff;
}
.tpc-main-nav .main-menu-item:focus > a, .tpc-main-nav .main-menu-item:hover > a {
  color: #333333;
  transition: 0.5s all ease;
}
.tpc-main-nav .main-menu-item:focus > a > .arrow-right, .tpc-main-nav .main-menu-item:hover > a > .arrow-right {
  transition: 0.5s all ease;
  margin-left: 5px;
}
.tpc-main-nav .main-menu-item > a > .menu-text {
  text-transform: uppercase;
  font-weight: 600;
}
.tpc-main-nav .main-menu-item a {
  text-decoration: none;
  display: inline-block;
}
.tpc-main-nav .main-menu-item li {
  list-style: none;
}
.tpc-main-nav .main-menu-item .mobile-menu-toggler {
  float: right;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all ease;
  margin-top: 6px;
}
.tpc-main-nav .main-menu-item .mobile-menu-toggler .icon.arrow-down {
  display: block;
}
.tpc-main-nav .main-menu-item.show {
  transition: 0.5s all ease;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.tpc-main-nav .main-menu-item.show .mobile-menu-toggler {
  transition: 0.5s all ease;
  transform: rotate(180deg);
}

.tpc-mega-nav {
  padding: 1em 0;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .tpc-mega-nav {
    margin-bottom: 110px;
  }
}
@media (min-width: 1024px) {
  .tpc-mega-nav {
    margin-bottom: 0px;
  }
}
.tpc-mega-nav .dropdown-toggle::after,
.tpc-mega-nav .tpc-megamenu-content,
.tpc-mega-nav .dev-mega-menu-content,
.tpc-mega-nav .mega-menu-header {
  display: none !important;
}
.tpc-mega-nav .main-menu-item {
  border-radius: 4px;
  transition: 0.5s all ease;
}
.tpc-mega-nav .main-menu-item > a {
  color: #676767;
  display: block;
  text-transform: capitalize;
  padding: 0.5em;
}
.tpc-mega-nav .main-menu-item > a, .tpc-mega-nav .main-menu-item > .arrow-right {
  transition: 0.5s all ease;
}
.tpc-mega-nav .main-menu-item:focus, .tpc-mega-nav .main-menu-item:hover {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  transition: 0.5s all ease;
  background: #fff;
}
.tpc-mega-nav .main-menu-item:focus > a, .tpc-mega-nav .main-menu-item:hover > a {
  color: #333333;
  transition: 0.5s all ease;
}
.tpc-mega-nav .main-menu-item:focus > a > .arrow-right, .tpc-mega-nav .main-menu-item:hover > a > .arrow-right {
  transition: 0.5s all ease;
  margin-left: 5px;
}
.tpc-mega-nav .main-menu-item > a > .menu-text {
  text-transform: uppercase;
  font-weight: 600;
}
.tpc-mega-nav .main-menu-item a {
  text-decoration: none;
  display: inline-block;
}
.tpc-mega-nav .main-menu-item li {
  list-style: none;
}
.tpc-mega-nav .main-menu-item .mobile-menu-toggler {
  float: right;
  width: 40px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s all ease;
}
.tpc-mega-nav .main-menu-item .mobile-menu-toggler .icon.arrow-down {
  display: block;
  margin-top: 8px;
}
.tpc-mega-nav .main-menu-item.show {
  transition: 0.5s all ease;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.tpc-mega-nav .main-menu-item.show .mobile-menu-toggler {
  transition: 0.5s all ease;
  transform: rotate(180deg);
}
.tpc-mega-nav .main-menu-item .mega-dropdown-menu {
  border: 0;
}
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .megamenu-dropdown-submenu-li,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-li,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-child-li {
  border-radius: 4px;
  transition: 0.5s all ease;
}
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .megamenu-dropdown-submenu-li > a,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-li > a,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-child-li > a {
  color: #676767;
  display: block;
  text-transform: capitalize;
  padding: 0.5em;
}
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .megamenu-dropdown-submenu-li > a, .tpc-mega-nav .main-menu-item .mega-dropdown-menu .megamenu-dropdown-submenu-li > .arrow-right,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-li > a,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-li > .arrow-right,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-child-li > a,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-child-li > .arrow-right {
  transition: 0.5s all ease;
}
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .megamenu-dropdown-submenu-li:focus, .tpc-mega-nav .main-menu-item .mega-dropdown-menu .megamenu-dropdown-submenu-li:hover,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-li:focus,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-li:hover,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-child-li:focus,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-child-li:hover {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  transition: 0.5s all ease;
  background: #fff;
}
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .megamenu-dropdown-submenu-li:focus > a, .tpc-mega-nav .main-menu-item .mega-dropdown-menu .megamenu-dropdown-submenu-li:hover > a,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-li:focus > a,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-li:hover > a,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-child-li:focus > a,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-child-li:hover > a {
  color: #333333;
  transition: 0.5s all ease;
}
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .megamenu-dropdown-submenu-li:focus > a > .arrow-right, .tpc-mega-nav .main-menu-item .mega-dropdown-menu .megamenu-dropdown-submenu-li:hover > a > .arrow-right,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-li:focus > a > .arrow-right,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-li:hover > a > .arrow-right,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-child-li:focus > a > .arrow-right,
.tpc-mega-nav .main-menu-item .mega-dropdown-menu .dev-mega-menu-dropdown-submenu-child-li:hover > a > .arrow-right {
  transition: 0.5s all ease;
  margin-left: 5px;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(1) h3.mega-menu-header:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #fddd00, transparent);
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(1) .menu-icon {
  color: #fddd00;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(2) h3.mega-menu-header:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #00a785, transparent);
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(2) .menu-icon {
  color: #00a785;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(3) h3.mega-menu-header:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #cccccc, transparent);
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(3) .menu-icon {
  color: #cccccc;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(4) h3.mega-menu-header:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #ef3742, transparent);
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(4) .menu-icon {
  color: #ef3742;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(5) h3.mega-menu-header:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #1da1f5, transparent);
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(5) .menu-icon {
  color: #1da1f5;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(6) h3.mega-menu-header:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #04395b, transparent);
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:nth-child(6) .menu-icon {
  color: #04395b;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li ul {
  flex: 0 0 100%;
  max-width: 100%;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li ul li {
  border: 1px solid transparent;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li .mobile-menu-toggler {
  transition: 0.5s all ease;
  transform: rotate(90deg);
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li .mobile-menu-toggler .icon.arrow-right {
  display: block;
  margin-top: 8px;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li > a > .arrow-right {
  display: none;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li.show {
  transition: 0.5s all ease;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li.show .mobile-menu-toggler {
  transition: 0.5s all ease;
  transform: rotate(270deg);
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li .dev-megamenu-dropdown-submenu-container {
  border: 0px;
  padding-top: 0;
}
.tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li .dev-megamenu-dropdown-submenu-container ul {
  margin-left: 40px;
}

@media (min-width: 1024px) {
  .tpc-main-nav .main-menu-item {
    font-weight: 600;
    padding: 0.25rem;
    position: relative;
  }
  .tpc-main-nav .main-menu-item a {
    text-decoration: none;
    transition: 0.5s all ease;
    color: #424546 !important;
    font-size: 14px;
  }
  .tpc-main-nav .main-menu-item a:hover {
    transition: 0.5s all ease;
    color: black;
  }
  .tpc-main-nav .main-menu-item .dropdown-item.active, .tpc-main-nav .main-menu-item .dropdown-item:active {
    color: #fff !important;
  }

  .tpc-mega-nav {
    padding: 0;
  }
  .tpc-mega-nav .megamenu-li,
.tpc-mega-nav .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .tpc-mega-nav .main-menu-item {
    font-weight: 600;
    padding: 0.25rem;
    position: static;
  }
  .tpc-mega-nav .main-menu-item a {
    text-decoration: none;
    transition: 0.5s all ease;
    color: #424546 !important;
    font-size: 14px;
  }
  .tpc-mega-nav .main-menu-item a:hover {
    transition: 0.5s all ease;
    color: black;
  }
  .tpc-mega-nav .main-menu-item .mobile-menu-toggler {
    width: 20px;
  }
  .tpc-mega-nav .main-menu-item .tpc-megamenu-content,
.tpc-mega-nav .main-menu-item .dev-mega-menu-content,
.tpc-mega-nav .main-menu-item .mega-menu-header {
    display: block !important;
  }
  .tpc-mega-nav .main-menu-item .mega-dropdown-menu {
    width: 100% !important;
    min-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    top: 43px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #f1f1f1;
  }
  .tpc-mega-nav .main-menu-item .mega-dropdown-menu .mega-menu-header {
    font-weight: 900;
    font-size: 2em;
    letter-spacing: 1px;
  }
  .tpc-mega-nav .main-menu-item .mega-dropdown-menu .mega-menu-header:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5px;
    height: 2px;
    background-image: -webkit-linear-gradient(left, #0986d6, transparent);
  }
  .tpc-mega-nav .main-menu-item .mega-dropdown-menu .megamenu-dropdown-submenu-li {
    padding: 0;
  }
  .tpc-mega-nav .main-menu-item .mega-dropdown-menu .tpc-megamenu-content * {
    width: 100%;
    max-width: 100%;
    text-transform: capitalize;
    font-weight: normal;
  }
  .tpc-mega-nav .main-menu-item .mega-dropdown-menu .menu-icon {
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li {
    padding: 0.5rem;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li .mobile-menu-toggler {
    display: none;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li > a {
    display: block;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li > a .arrow-right {
    transition: 0.5s all ease;
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 40%;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: 0.5s all ease;
    background: #fff;
    border-radius: 5px;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:hover > a .arrow-right {
    opacity: 1;
    left: 90%;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-megamenu-dropdown-submenu-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    z-index: 1;
    padding: 1.5rem 3rem !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 600ms, visibility 600ms;
    background: #fff;
    display: inline-block;
    left: auto;
    border: 0;
    margin: 0;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-megamenu-dropdown-submenu-container ul {
    margin-left: 0 !important;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:hover .dev-megamenu-dropdown-submenu-container {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: opacity 600ms, visibility 600ms;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-li:hover .dev-megamenu-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 600ms, visibility 600ms;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 3rem;
    background: #fff;
    opacity: 1;
    visibility: visible;
    transition: opacity 600ms, visibility 600ms;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-content * {
    text-transform: capitalize;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-content img {
    width: 100%;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-child-li {
    border-radius: 4px;
    transition: 0.5s all ease;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-child-li > a {
    color: #676767;
    display: block;
    text-transform: capitalize;
    padding: 0.5em;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-child-li > a, .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-child-li > .arrow-right {
    transition: 0.5s all ease;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-child-li:focus, .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-child-li:hover {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
    transition: 0.5s all ease;
    background: #fff;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-child-li:focus > a, .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-child-li:hover > a {
    color: #333333;
    transition: 0.5s all ease;
  }
  .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-child-li:focus > a > .arrow-right, .tpc-mega-nav .main-menu-item.dev-mega-menu-li .dev-mega-menu-dropdown-submenu-child-li:hover > a > .arrow-right {
    transition: 0.5s all ease;
    margin-left: 5px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.the-portal-connector-main {
  font-family: "Open Sans", sans-serif;
}
.the-portal-connector-main h1, .the-portal-connector-main h2, .the-portal-connector-main h3, .the-portal-connector-main h4, .the-portal-connector-main h5, .the-portal-connector-main h6 {
  font-family: "Roboto", sans-serif;
}
.the-portal-connector-main h1, .the-portal-connector-main h2 {
  font-weight: bold;
}
.the-portal-connector-main h3 {
  font-weight: 400;
}
.the-portal-connector-main .blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  border-right: 0.5em solid #ccc;
  padding-right: 1em;
}
.the-portal-connector-main .tpc-home-page-video-content {
  padding: 5% 0;
}
.the-portal-connector-main .tpc-home-page-video-content h1 {
  margin-bottom: 3rem !important;
  font-weight: 900;
}
@media (min-width: 576px) {
  .the-portal-connector-main .tpc-home-page-video-content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .the-portal-connector-main .tpc-home-page-video-content h1 {
    font-size: 4rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1440px) {
  .the-portal-connector-main .tpc-home-page-video-content {
    position: relative;
    min-height: 550px;
  }
  .the-portal-connector-main .tpc-home-page-video-content .embed-responsive {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media (min-width: 1440px) {
  .the-portal-connector-main .tpc-home-page-video-content .content-verticle-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.the-portal-connector-main .tpc-home-page-benifit {
  padding: 5% 8% 15px;
  margin: 0 -15px;
  text-align: center;
}
.the-portal-connector-main .tpc-home-page-benifit.bg-blue {
  background: linear-gradient(180deg, #0081ad, transparent);
}
.the-portal-connector-main .tpc-home-page-benifit.bg-red {
  background: linear-gradient(180deg, #f0454f, transparent);
}
.the-portal-connector-main .tpc-home-page-benifit.bg-yellow {
  background: linear-gradient(180deg, #cab000, transparent);
}
.the-portal-connector-main .tpc-home-page-benifit.bg-green {
  background: linear-gradient(180deg, #00755d, transparent);
}
.the-portal-connector-main .tpc-home-page-benifit h2, .the-portal-connector-main .tpc-home-page-benifit h3 {
  color: #fff;
}
.the-portal-connector-main .tpc-home-page-benifit h2 {
  font-weight: 700;
}
.the-portal-connector-main .tpc-home-page-benifit .card {
  margin-top: 30px;
  min-height: 280px;
}
.the-portal-connector-main .tpc-home-page-benifit .card .card-title {
  font-weight: 900;
}
.the-portal-connector-main .tpc-home-page-benifit img {
  width: 65px;
  margin: 40px auto;
}
.the-portal-connector-main .tpc-home-page-blogs {
  padding: 8% 0;
  border-top: 1px solid #d6d6d6;
  background: radial-gradient(#d6d6d6, transparent);
  margin: 0 -15px;
}
.the-portal-connector-main .tpc-home-page-blogs h2 {
  font-weight: 700;
}
.the-portal-connector-main .tpc-home-page-blogs a {
  text-decoration: none;
}
.the-portal-connector-main .tpc-home-page-blogs .card-columns {
  column-count: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media all and (min-width: 576px) {
  .the-portal-connector-main .tpc-home-page-blogs .card-columns {
    column-count: 2;
  }
}
.the-portal-connector-main .tpc-home-page-blogs .card-columns h3 {
  font-size: 1.1em;
}
.the-portal-connector-main .tpc-home-page-blogs .card-columns h3 > a {
  font-weight: bold;
  color: #333;
}
.the-portal-connector-main .tpc-home-page-blogs img {
  width: 50%;
}
@media all and (min-width: 768px) {
  .the-portal-connector-main .tpc-home-page-blogs img {
    width: 100%;
  }
}
@media all and (max-width: 1200px) and (min-width: 768px) {
  .the-portal-connector-main .tpc-home-page-blogs img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.the-portal-connector-main .tpc-home-page-four-cta-blocks {
  padding: 4% 0 8%;
}
.the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks > div {
  margin-top: 5%;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 5%;
  min-height: 350px;
  border-radius: 5px;
}
.the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks > div img {
  width: 100%;
}
.the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks > div h3 {
  text-transform: capitalize;
}
.the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks > div h2 {
  margin-top: 15%;
  text-transform: capitalize;
}
@media all and (min-width: 768px) {
  .the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks > div {
    padding: 8%;
    min-height: 425px;
  }
  .the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks > div a {
    display: inline-block;
  }
}
.the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks a.btn-secondary {
  text-decoration: none;
  margin: 15px 5px;
  transition: 0.5s all ease;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks a.btn-secondary:hover, .the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks a.btn-secondary:focus {
  transition: 0.5s all ease;
}
.the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks.block-1 > div {
  background: #fff;
}
.the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks.block-2 > div {
  background: #00a886;
  color: #fff;
}
.the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks.block-3 > div {
  background: #00a7e0;
  color: #fff;
}
.the-portal-connector-main .tpc-home-page-four-cta-blocks .blocks.block-4 > div {
  background: #fddd00;
}
.the-portal-connector-main .tpc-home-page-clients-slider {
  padding: 5% 0;
  margin: 0 -15px;
  text-align: center;
  background: #1e1d28;
}
.the-portal-connector-main .tpc-home-page-clients-slider h2 {
  color: #fff;
  margin-bottom: 20px;
}
.the-portal-connector-main .tpc-home-page-clients-slider .client {
  border-radius: 5px;
}
.the-portal-connector-main .tpc-home-page-clients-slider .client img {
  border-radius: 5px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 50%;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .the-portal-connector-main .tpc-home-page-clients-slider .client img {
    width: 75%;
  }
}
@media all and (min-width: 1024px) {
  .the-portal-connector-main .tpc-home-page-clients-slider .client img {
    width: 90%;
  }
}
.the-portal-connector-main .border-grey {
  margin-bottom: 40px;
}
.the-portal-connector-main .border-grey .sfContentBlock {
  text-align: center;
}
.the-portal-connector-main .border-grey .sfContentBlock img {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.the-portal-connector-main .sf_colsIn img {
  max-width: 100%;
}
.the-portal-connector-main .portal-for-business {
  margin-bottom: 60px !important;
}
.the-portal-connector-main .portal-for-business > .row:first-of-type {
  background-color: #f8f9fa;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .the-portal-connector-main .portal-for-business > .row:first-of-type {
    display: none;
  }
}
.the-portal-connector-main .portal-for-business > .row > .col-lg-4:first-of-type {
  text-align: center;
}
.the-portal-connector-main .managing-your-own-web-portal > .row:last-of-type {
  border-bottom: 0px;
}
.the-portal-connector-main .managing-your-own-web-portal > .row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.the-portal-connector-main .col-xs-12, .the-portal-connector-main .col-xs-11, .the-portal-connector-main .col-xs-10, .the-portal-connector-main .col-xs-9, .the-portal-connector-main .col-xs-8, .the-portal-connector-main .col-xs-7, .the-portal-connector-main .col-xs-6, .the-portal-connector-main .col-xs-5, .the-portal-connector-main .col-xs-4, .the-portal-connector-main .col-xs-3, .the-portal-connector-main .col-xs-2, .the-portal-connector-main .col-xs-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .the-portal-connector-main .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .the-portal-connector-main .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .the-portal-connector-main .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .the-portal-connector-main .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .the-portal-connector-main .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .the-portal-connector-main .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .the-portal-connector-main .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .the-portal-connector-main .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .the-portal-connector-main .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .the-portal-connector-main .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .the-portal-connector-main .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .the-portal-connector-main .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.blog-item {
  display: block;
  background: #f1f3f5;
  border-radius: 8px;
  margin: 25px 0;
  transition: 0.5s all ease;
  overflow: hidden;
  position: relative;
  border: 1px solid #f1f3f5;
}
.blog-item:hover, .blog-item:focus {
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 500ms ease-in-out, transform 500ms ease-in-out;
  text-decoration: none;
}
.blog-item:hover .blog-image a, .blog-item:hover .blog-image img, .blog-item:focus .blog-image a, .blog-item:focus .blog-image img {
  text-decoration: none;
}
.blog-item:hover .blog-image a .blog-item-img, .blog-item:focus .blog-image a .blog-item-img {
  opacity: 0.8;
  transform: scale(1.2);
}
.blog-item .blog-image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  transition: 1s ease-out;
  height: 150px;
  position: relative;
}
.blog-item .blog-image img {
  border-radius: 8px 8px 0 0;
}
.blog-item .blog-image .blog-item-img {
  border-radius: 4px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  transition: 1s ease-out;
  background-color: #fff !important;
}
.blog-item .blog-image .blog-item-img a {
  overflow: hidden;
}
.blog-item .blog-image .blog-item-img a > img {
  transition: 1s ease-out;
}
.blog-item .blog-content {
  padding: 0 15px 15px;
  border-radius: 4px;
  border-top: 2px solid #ebe8e8;
}
.blog-item .blog-content ol {
  padding-left: 20px !important;
}
.blog-item .blog-content ol li {
  list-style-type: decimal !important;
}
.blog-item .blog-content ul {
  padding-left: 20px !important;
}
.blog-item .blog-content ul li {
  list-style: disc;
}
.blog-item .blog-content .blog-header {
  text-align: center;
  height: 90px;
}
.blog-item .blog-content .blog-header h3 {
  font-size: 1.2em;
  font-weight: bold !important;
  height: 2.5em;
  margin-top: 0.75em;
}
.blog-item .blog-content .blog-header h3 a {
  text-decoration: none;
}
.blog-item .blog-content .blog-header .blog-categories a:nth-child(2) {
  border-left: 1px solid #dae0e6;
  padding-right: 8px;
}
.blog-item .blog-content .blog-content-details {
  padding-top: 10px;
}
.blog-item .blog-content .blog-content-details .blog-summary-content {
  overflow: hidden;
  height: 100px;
  width: 100%;
}
.blog-item .blog-content .blog-author-details {
  padding-top: 10px;
}
.blog-item .blog-content .blog-author-details .blog-author-name {
  margin-left: 25%;
  text-transform: capitalize;
  display: inline-block;
  color: #94a8b8;
}
.blog-item .blog-content .blog-author-details .blog-published-date {
  display: inline-block;
  text-align: right;
  float: right;
  color: #94a8b8;
}
.blog-item .blog-categories {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 5px;
  height: 20px;
  display: inline-block;
}
.blog-item .blog-categories a {
  color: #93a1af;
  font-size: 12px;
  /* letter-spacing: .75px; */
  text-transform: uppercase;
  padding: 8px;
}
.blog-item .blog-categories a:hover {
  color: #333;
  transition: 0.5s all ease;
}
.blog-item .blog-link {
  text-align: center;
  margin-top: 10px;
}
.blog-item .blog-link a {
  background: #00a7e1;
  border: 1px solid #00a7e1;
  color: #fff;
  transition: all 0.5s;
  text-transform: capitalize;
}
.blog-item .blog-link a span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s all ease;
}
.blog-item .blog-link a i {
  position: absolute;
  opacity: 0;
  top: 4px;
  transition: 0.5s all ease;
}
.blog-item .blog-link a:hover span {
  padding-right: 20px;
  transition: 0.5s all ease;
}
.blog-item .blog-link a:hover span i {
  opacity: 1;
  right: 0;
  top: 4px;
  transition: 0.5s all ease;
}

.empty-item {
  text-align: center;
}
.empty-item h2 {
  padding: 40px 30px;
}
.empty-item a {
  text-decoration: none;
}
.empty-item .blog-item .blog-image {
  margin-top: 25px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.empty-item .blog-item .blog-item-img {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

/* Blog Author */
.blog-author-image {
  position: absolute;
  top: 120px;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100%;
  margin-left: 15px;
  left: 0;
}
.blog-author-image.author {
  position: relative;
  top: unset;
  left: unset;
}
.blog-author-image img {
  border: 4px solid #fff;
  -ms-box-shadow: 0 1px 1px rgba(34, 25, 25, 0.3);
  box-shadow: 0 1px 1px rgba(34, 25, 25, 0.3);
  border-radius: 100%;
}

.blog-author-details {
  width: 100%;
  padding-top: 10px;
}

/* Blog Author details */
.ph-profile-image img {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 100%;
  margin-left: 15px;
  border: 4px solid #fff;
  -ms-box-shadow: 0 1px 1px rgba(34, 25, 25, 0.3);
  box-shadow: 0 1px 1px rgba(34, 25, 25, 0.3);
}

.blog-item-detail h1 {
  font-weight: 700;
  text-align: center;
  padding: 20px;
  margin-top: 40px !important;
}
.blog-item-detail .blog-header-image {
  padding-bottom: 15px;
  border: 1px solid #f1f3f5;
  border-bottom: 4px solid #00a886;
  position: relative;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
}
.blog-item-detail .blog-header {
  position: relative;
  height: 50px !important;
}
.blog-item-detail .blog-header .blog-author-image {
  top: -40px;
}
.blog-item-detail .blog-author-details {
  width: 50%;
  float: left;
}
.blog-item-detail .blog-author-details .blog-author-name {
  margin-left: 18%;
  text-transform: capitalize;
  display: inline-block;
  color: #94a8b8;
}
.blog-item-detail .blog-meta {
  width: 50%;
  float: left;
  text-align: right;
  margin-top: 10px;
}
.blog-item-detail .blog-categories {
  text-align: center;
  margin-bottom: 15px;
  height: 20px;
  display: inline-block;
}
.blog-item-detail .blog-published-date {
  padding: 10px;
}
.blog-item-detail .blog-tags {
  font-weight: bold;
  font-size: 1em;
  padding: 20px;
}
.blog-item-detail .blog-tags a {
  padding: 5px;
  border: 1px solid;
  border-radius: 4px;
  margin: 6px 0;
  display: inline-block;
  text-decoration: none;
}
.blog-item-detail .related-blog-posts h3 {
  font-size: 1.3em;
  font-weight: bold !important;
  height: 2.5em;
}
.blog-item-detail .related-blog-posts .blog-header {
  height: 45px !important;
}

.featured-label {
  display: none;
}

.featured .featured-label {
  display: inline-block;
  z-index: 1;
  width: 120px;
  background: #ef3742;
  position: absolute;
  top: 25px;
  left: -28px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  text-transform: capitalize;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 500ms ease-in-out, transform 500ms ease-in-out;
}
.featured .blog-header h3 a {
  font-size: 1.4em;
}
@media all and (max-width: 1024px) {
  .featured .blog-header h3 a {
    font-size: 1em;
  }
}
.featured .blog-summary-content {
  font-size: 1.2em;
}
@media all and (max-width: 1024px) {
  .featured .blog-summary-content {
    font-size: 1em;
  }
}
.featured .blog-categories {
  padding-top: 10px;
}
.featured .blog-author-name {
  margin-left: 15% !important;
}

.current-catogery.active {
  position: relative;
  display: none;
  background: #ededed;
  padding: 0 10px;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid #e7e7e7;
  margin-left: 5px !important;
  transition: 0.5s all ease;
  cursor: unset;
}
.current-catogery.active a {
  font-size: 20px !important;
  line-height: 2.5 !important;
  vertical-align: middle;
  text-decoration: none !important;
  cursor: default !important;
}
.current-catogery.active:before {
  width: 2px;
  content: "";
  left: -10px !important;
  border: 1px solid #93a1af;
  position: absolute;
  top: 0;
  bottom: 0;
}
.current-catogery.active:hover {
  border: 1px solid #00a7e1;
  background: #00a7e1;
  transition: 0.5s all ease;
}
.current-catogery.active:hover a, .current-catogery.active:hover a span {
  color: #fff !important;
}

#custom-cat-tile ul {
  list-style-type: none;
  padding-left: 0;
}
#custom-cat-tile .cat-item {
  border: 1px solid #e7e7e7;
  display: block;
  padding: 15px;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.95em;
}
#custom-cat-tile .cat-item:hover {
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 500ms ease-in-out, transform 500ms ease-in-out;
  text-decoration: none;
}
#custom-cat-tile .cat-item .cat-img {
  width: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#custom-cat-tile .cat-item .cat-img img {
  width: 30px;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}

.ph-profile-bio h3 {
  display: inline-block;
  font-weight: 600;
}
.ph-profile-bio p {
  font-size: 18px;
}

/* Social Share */
.sf-social-share {
  position: fixed;
  right: 0px;
  top: 50vh;
  border: 2px solid #ebe8e8;
  width: 3.5em;
  padding: 5px;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0;
  z-index: 999;
}
.sf-social-share [data-sf-socialshareoption=GooglePlusOne] {
  display: none !important;
}
.sf-social-share li {
  display: block !important;
  padding: 5px !important;
  transition: 0.5s all ease;
}
.sf-social-share li span {
  background: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 3em;
}
.sf-social-share li span.sf-icon-facebook:before {
  color: #3b5998;
  content: "" !important;
}
.sf-social-share li span.sf-icon-linkedin:before {
  color: #0077B5;
  content: "" !important;
}
.sf-social-share li span.sf-icon-twitter:before {
  color: #1da1f3;
  content: "" !important;
}
.sf-social-share li:hover {
  background: #ccc;
  border-radius: 4px;
  transition: 0.5s all ease;
}

pre[class*=language-] > code {
  border-left: 10px solid #00a886;
}

.border-bottom {
  /* border-bottom: 2px solid #00a886 !important; */
  margin-top:-15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

@media all and (max-width: 1200px) {
  .blog-item .blog-author-image {
    margin-left: 5px;
    width: 70px;
    height: 70px;
  }
  .blog-item .blog-content .blog-author-details {
    padding-top: 5px;
  }
  .blog-item .blog-content .blog-author-details .blog-published-date,
.blog-item .blog-content .blog-author-details .blog-author-name {
    display: block;
    text-align: right;
  }
  .blog-item .blog-content .blog-author-details .blog-author-name {
    margin-left: 25%;
  }
}
@media all and (max-width: 768px) {
  .blog-item .blog-content .blog-header {
    height: 50px;
  }
  .blog-item .blog-content .blog-content-details .blog-summary-content {
    height: 75px;
    margin-top: 25px;
  }
  .blog-item .blog-content .blog-categories {
    padding-top: 0;
  }
  .blog-item .blog-author-image {
    margin-left: 5px;
    width: 80px;
    height: 80px;
  }
  .blog-item .category-button-group.pull-right {
    float: left !important;
    margin-top: 0;
  }

  .blog-item-detail .blog-author-details .blog-author-name {
    margin: 0;
  }
  .blog-item-detail .blog-author-details,
.blog-item-detail .blog-meta {
    width: 100%;
    float: left;
    text-align: center;
  }
  .blog-item-detail .blog-published-date {
    padding: 0px;
    display: block;
    text-align: center;
  }
  .blog-item-detail a:last-of-type {
    border: 0;
  }
  .blog-item-detail h1 {
    font-size: 26px;
  }
  .blog-item-detail h2 {
    font-size: 26px;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}

caption, th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

/*
    Custom Tables 
*/
.table.tpc-custom-table.stacktable.large-only {
  display: table;
}
.table.tpc-custom-table.stacktable.small-only {
  display: none;
}
@media (max-width: 1024px) {
  .table.tpc-custom-table.stacktable.large-only {
    display: none;
  }
  .table.tpc-custom-table.stacktable.small-only {
    display: table;
  }
}
.table.tpc-custom-table tr th,
.table.tpc-custom-table tr td {
  border: 4px solid #fff;
}
.table.tpc-custom-table.stacktable {
  width: 100%;
}
.table.tpc-custom-table.stacktable .st-head-row {
  padding-top: 1em;
}
.table.tpc-custom-table.stacktable .st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.table.tpc-custom-table.stacktable .st-key {
  width: 49%;
  padding-right: 1%;
}
.table.tpc-custom-table.stacktable .st-val {
  width: 49%;
  padding-left: 1%;
}
.table.tpc-custom-table.portal-comparison tr th {
  width: 33.33%;
  color: #fff;
  font-weight: 900;
  padding: 20px 10px !important;
  font-weight: 900;
  font-size: 20px;
  position: sticky;
  top: 0;
  /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}
.table.tpc-custom-table.portal-comparison tr th:nth-child(1) {
  background: #00a886;
}
.table.tpc-custom-table.portal-comparison tr th:nth-child(2) {
  background: #00a7e0;
}
.table.tpc-custom-table.portal-comparison tr th:nth-child(3) {
  background: #ef3742;
}
.table.tpc-custom-table.portal-comparison tr td {
  width: 33.33%;
  padding: 20px 10px !important;
}
.table.tpc-custom-table.portal-comparison tr td:nth-child(1) {
  background: #cae8e1;
  font-weight: 900;
  font-size: 20px;
  vertical-align: inherit;
}
.table.tpc-custom-table.portal-comparison tr td:nth-child(2) {
  background: #d2e9f8;
  font-weight: 600;
}
.table.tpc-custom-table.portal-comparison tr td:nth-child(3) {
  background: #fcd6ca;
  font-weight: 600;
}
.table.tpc-custom-table.portal-comparison tr:hover td {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.7);
}
.table.tpc-custom-table.portal-comparison.stacktable.small-only tr.odd:nth-of-type(1n) td.st-key,
.table.tpc-custom-table.portal-comparison.stacktable.small-only tr.even:nth-of-type(1n) td.st-key {
  background: #00a7e0;
  color: #fff;
}
.table.tpc-custom-table.portal-comparison.stacktable.small-only tr.odd:nth-of-type(1n) td.st-val,
.table.tpc-custom-table.portal-comparison.stacktable.small-only tr.even:nth-of-type(1n) td.st-val {
  background: #d2e9f8;
}
.table.tpc-custom-table.portal-comparison.stacktable.small-only tr.odd:nth-of-type(2n) td.st-key,
.table.tpc-custom-table.portal-comparison.stacktable.small-only tr.even:nth-of-type(2n) td.st-key {
  background: #ef3742;
  color: #fff;
}
.table.tpc-custom-table.portal-comparison.stacktable.small-only tr.odd:nth-of-type(2n) td.st-val,
.table.tpc-custom-table.portal-comparison.stacktable.small-only tr.even:nth-of-type(2n) td.st-val {
  background: #fcd6ca;
}
.table.tpc-custom-table.powerapp-portals tr th {
  font-size: 20px !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: inherit;
}
.table.tpc-custom-table.powerapp-portals tr th:nth-child(3) {
  background: #ef3742 !important;
  border-top-right-radius: 10px;
}
.table.tpc-custom-table.powerapp-portals tr th:nth-child(2) {
  background: #00a7e0 !important;
  border-top-left-radius: 10px;
}
.table.tpc-custom-table.powerapp-portals tr td {
  background: #F6F9FB !important;
}
.table.tpc-custom-table.powerapp-portals tr td:nth-child(3) {
  width: 20% !important;
  text-align: center;
  background: #d2e9f8;
}
.table.tpc-custom-table.powerapp-portals tr td:nth-child(2) {
  width: 20% !important;
  text-align: center;
  background: #fcd6ca;
}
.table.tpc-custom-table.powerapp-portals tr.bold-heading td {
  background: #D9E2F3 !important;
  font-weight: bold !important;
}
.table.tpc-custom-table.powerapp-portals.stacktable.small-only th {
  background: #F6F9FB !important;
  color: #333;
}
.table.tpc-custom-table.powerapp-portals.feature-comparison.stacktable.small-only tr.bold-heading.odd:nth-of-type(2n), .table.tpc-custom-table.powerapp-portals.feature-comparison.stacktable.small-only tr.bold-heading.odd:nth-of-type(3n), .table.tpc-custom-table.powerapp-portals.feature-comparison.stacktable.small-only tr.bold-heading.even:nth-of-type(3n), .table.tpc-custom-table.powerapp-portals.feature-comparison.stacktable.small-only tr.bold-heading.even:nth-of-type(2n-1) {
  display: none;
}
.table.tpc-custom-table.powerapp-portals.feature-comparison.stacktable.small-only tr.bold-heading.even th, .table.tpc-custom-table.powerapp-portals.feature-comparison.stacktable.small-only tr.bold-heading.odd:nth-of-type(1n) th {
  background: #D9E2F3 !important;
  color: #333;
  padding: 0.5em 0;
}

.tpc-features {
  text-align: center;
}
.tpc-features .tpc-features-list {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  display: none;
  margin: 0 15px;
}
.tpc-features .feature-item {
  text-align: center;
}
@media all and (max-width: 1024px) {
  .tpc-features .feature-item {
    width: 48%;
    float: right;
  }
}
@media all and (max-width: 768px) {
  .tpc-features .feature-item {
    width: 95%;
    display: inline-block;
    float: none;
  }
}
.tpc-features .feature-item img {
  width: 200px;
  height: 200px;
  padding: 10px;
}
.tpc-features .feature-item h3 {
  height: 90px;
  padding-bottom: 15px;
  font-weight: 700;
  cursor: pointer;
}
.tpc-features .feature-item ul {
  background: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.tpc-features .feature-item li {
  margin: 5px 0 !important;
  padding: 5px;
}
.tpc-features .feature-item li i {
  display: inline-block;
  color: #fff;
  font-size: 1.5em;
  transition: 0.5s all ease;
  margin: 0 20px 0 10px;
  vertical-align: top;
}
.tpc-features .feature-item li p {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
.tpc-features .feature-item:last-of-type {
  display: inline-block;
  float: none !important;
}
.tpc-features .feature-item .blue {
  background: #90ccef;
}
.tpc-features .feature-item .blue li {
  background: #c7e4f7;
}
.tpc-features .feature-item .red {
  background: #f79d8d;
}
.tpc-features .feature-item .red li {
  background: #fbccc0;
}
.tpc-features .feature-item .yellow {
  background: #fced97;
}
.tpc-features .feature-item .yellow li {
  background: #fdf5c9;
}
.tpc-features .feature-item .green {
  background: #7dccbb;
}
.tpc-features .feature-item .green li {
  background: #bee3da;
}

@media all and (max-width: 991px) {
  .tpc-features .col-md-4 {
    width: 48%;
    float: right;
  }
}
@media all and (max-width: 768px) {
  .tpc-features .col-md-4 {
    width: 95%;
    display: inline-block;
    float: none;
  }
}
.main-price-content {
  text-align: center;
  margin-top: 20px;
}
.main-price-content .panel.price {
  text-align: left;
  min-height: 500px;
  transition: 0.5s all ease;
}
.main-price-content .panel.price:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.main-price-content .panel.price .panel-heading {
  min-height: 100px;
  transition: 0.5s all ease;
  padding: 10px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 5px 0 rgba(50, 50, 50, 0.2) inset;
  text-shadow: 0 3px 0 rgba(50, 50, 50, 0.6);
  width: 100%;
  background: #fff;
  /* position: relative; */
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1px #000;
}
.main-price-content .panel.price .panel-heading:before, .main-price-content .panel.price .panel-heading:after {
  border-left: 154px solid transparent;
  border-right: 154px solid transparent;
  /* content: ""; */
  left: 0;
  margin-left: 0;
  position: absolute;
  z-index: 2;
}
.main-price-content .panel.price .panel-heading:after {
  border-left: 160px solid transparent;
  border-right: 160px solid transparent;
  border-top: 45px solid #fff;
  border-top-color: #fff;
  bottom: -46px;
  margin-left: -2px;
  z-index: 1;
}
.main-price-content .panel.price .panel-heading:before {
  border-left: 158px solid transparent;
  border-right: 158px solid transparent;
  border-top: 40px solid #fff;
  border-top-color: inherit;
  bottom: -41px;
  margin-left: 0;
}
.main-price-content .panel.price .panel-heading h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.main-price-content .panel.price .panel-heading span {
  font-weight: 500;
  text-shadow: none;
  font-size: 18px;
}
.main-price-content .panel.price .panel-body {
  min-height: 325px;
  margin-bottom: 40px;
  position: relative;
  height: 400px;
  padding: 55px 30px 0;
}
.main-price-content .panel.price .panel-body ul {
  list-style: none;
}
.main-price-content .panel.price .panel-body .bold {
  font-weight: 700;
  margin-bottom: 10px !important;
}
.main-price-content .panel.price .panel-body .plan-price {
  position: absolute;
  bottom: -48px;
  left: 0;
  right: 0;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.main-price-content .panel.price .panel-body .plan-price.price-green {
  background: #00a886;
}
.main-price-content .panel.price .panel-body .plan-price.price-blue {
  background: #00a7e1;
}
.main-price-content .panel.price .panel-body .plan-price.price-red {
  background: #ee3342;
}
.main-price-content .panel.price.panel-green .panel-heading {
  background-color: #00a886;
  /* border-color: #00a886; */
  border-bottom: 1px solid #00a886;
}
.main-price-content .panel.price.panel-green .panel-body {
  color: #313131;
  background-color: #cae8e1;
  border-bottom: 8px solid #00a886;
}
.main-price-content .panel.price.panel-blue .panel-heading {
  background-color: #00a7e1;
  /* border-color: #00a7e1; */
  border-bottom: 1px solid #00a7e1;
}
.main-price-content .panel.price.panel-blue .panel-body {
  color: #313131;
  background-color: #d2e9f8;
  border-bottom: 8px solid #00a7e1;
}
.main-price-content .panel.price.panel-red .panel-heading {
  background-color: #ee3342;
  /* border-color: #ee3342; */
  border-bottom: 1px solid #ee3342;
}
.main-price-content .panel.price.panel-red .panel-body {
  color: #313131;
  background-color: #fcd6ca;
  border-bottom: 8px solid #ee3342;
  min-height: 325px;
}

html#accessibility-font-size-2 .the-portal-connector-main * {
  font-size: 110% !important;
  line-height: 2;
}
html#accessibility-font-size-2 .the-portal-connector-main h1, html#accessibility-font-size-2 .the-portal-connector-main h2, html#accessibility-font-size-2 .the-portal-connector-main h3 {
  font-size: 3rem !important;
}
html#accessibility-font-size-2 .tpc-home-page-video-content .content-verticle-center {
  top: unset;
  position: unset;
  transform: translateY(0%);
}
html#accessibility-font-size-3 .the-portal-connector-main * {
  font-size: 115% !important;
  line-height: 2;
}
html#accessibility-font-size-3 .the-portal-connector-main h1, html#accessibility-font-size-3 .the-portal-connector-main h2, html#accessibility-font-size-3 .the-portal-connector-main h3 {
  font-size: 3.5rem !important;
}
html#accessibility-font-size-3 .tpc-home-page-video-content .content-verticle-center {
  top: unset;
  position: unset;
  transform: translateY(0%);
}

/*Animation & Interactions*/
body.the-portal-connector .the-portal-connector-header {
  opacity: 1;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-notification-area {
  opacity: 1;
}
body.the-portal-connector .the-portal-connector-header.hide-header {
  opacity: 0 !important;
  transition: 0.5s all ease !important;
}
body.the-portal-connector .the-portal-connector-header.hide-header .the-portal-connector-notification-area {
  opacity: 0 !important;
}
body.the-portal-connector.page-scrolling .the-portal-connector-header {
  transition: 0.5s all ease;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 2;
  top: -93px;
}
body.the-portal-connector.page-scrolling .the-portal-connector-header.scrolling-header {
  transition: 0.5s all ease;
  top: 0px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.25);
}
body.the-portal-connector.page-scrolling .the-portal-connector-header.scrolling-header .the-portal-connector-header-bottom #logo {
  background: transparent;
}
@media all and (min-width: 1024px) {
  body.the-portal-connector.page-scrolling .the-portal-connector-header.scrolling-header .the-portal-connector-header-bottom #logo {
    position: static;
    top: 0;
  }
  body.the-portal-connector.page-scrolling .the-portal-connector-header.scrolling-header .the-portal-connector-header-bottom #logo img {
    width: 150px;
  }
}
body.the-portal-connector.page-scrolling .the-portal-connector-header.scrolling-header .the-portal-connector-header-bottom:after {
  display: none;
}
body.the-portal-connector.page-scrolling .the-portal-connector-header.scrolling-header .the-portal-connector-notification-area {
  display: none;
}
body.the-portal-connector.page-scrolling .the-portal-connector-header.scrolling-header .dropdown-menu.mega-dropdown-menu {
  top: 58px;
}
body.the-portal-connector.page-scrolling .the-portal-connector-header .the-portal-connector-header-top {
  display: none;
}
body.the-portal-connector .the-portal-connector-header {
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-toggler .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-toggler .line:nth-child(2) {
  visibility: hidden;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-toggler .line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-toggler.collapsed .line {
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 2px;
  width: 25px;
  background: #333;
  margin: 5px auto;
  transform: rotate(0deg) translate(0px);
  visibility: visible;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container {
  transition: 0.5s all ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
@media (min-width: 1024px) {
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container {
    position: static;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.cta-active, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.scrolling-page, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.inner-pages {
    transition: 0.5s all ease;
    opacity: 1;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.cta-active .tpc-call-to-actions, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.scrolling-page .tpc-call-to-actions, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.inner-pages .tpc-call-to-actions {
    transition: 0.5s all ease;
    right: -110px;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.cta-active .tpc-call-to-actions:focus, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.cta-active .tpc-call-to-actions:hover, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.scrolling-page .tpc-call-to-actions:focus, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.scrolling-page .tpc-call-to-actions:hover, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.inner-pages .tpc-call-to-actions:focus, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container.inner-pages .tpc-call-to-actions:hover {
    right: -66px;
  }
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions {
  background: rgba(33, 37, 41, 0.15);
  position: relative;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  padding: 0 40px;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .row {
  width: 100%;
  margin: 0;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue {
  background: radial-gradient(rgba(0, 167, 224, 0.9), transparent);
  border-color: #00a7e0;
}
@media all and (min-width: 1024px) {
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue {
    background: linear-gradient(90deg, #00a7e0, transparent);
  }
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:hover, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:focus {
  background: #00a7e0;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons .icon-text {
  background: #00a7e0;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #fff;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:focus .icon-text, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:hover .icon-text {
  background: #fff;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:focus .icon-text span, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-blue .homepage-icons:hover .icon-text span {
  color: #00a7e0;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-red {
  background: radial-gradient(rgba(239, 55, 66, 0.9), transparent);
  border-color: #ef3742;
}
@media all and (min-width: 1024px) {
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-red {
    background: linear-gradient(90deg, #ef3742, transparent);
  }
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:hover, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:focus {
  background: #ef3742;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons .icon-text {
  background: #ef3742;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #fff;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:focus .icon-text, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:hover .icon-text {
  background: #fff;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:focus .icon-text span, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-red .homepage-icons:hover .icon-text span {
  color: #ef3742;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow {
  background: radial-gradient(rgba(202, 176, 0, 0.9), transparent);
  border-color: #cab000;
}
@media all and (min-width: 1024px) {
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow {
    background: linear-gradient(90deg, #cab000, transparent);
  }
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:hover, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:focus {
  background: #cab000;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons .icon-text {
  background: #cab000;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #333;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:focus .icon-text, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:hover .icon-text {
  background: #333;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:focus .icon-text span, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-yellow .homepage-icons:hover .icon-text span {
  color: #cab000;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-green {
  background: radial-gradient(rgba(0, 168, 134, 0.9), transparent);
  border-color: #00a886;
}
@media all and (min-width: 1024px) {
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-green {
    background: linear-gradient(90deg, #00a886, transparent);
  }
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:hover, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:focus {
  background: #00a886;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons .icon-text {
  background: #00a886;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons .icon-text span {
  transition: 0.5s all ease;
  color: #fff;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:focus .icon-text, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:hover .icon-text {
  background: #fff;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:focus .icon-text span, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions.bg-green .homepage-icons:hover .icon-text span {
  color: #00a886;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons {
  transition: 0.5s all ease;
  text-align: center;
  padding: 5px 0;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons img {
  width: 64px;
}
@media (min-width: 1024px) {
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons img {
    width: 40px;
    display: block;
    margin: 0 auto;
  }
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text {
  display: block;
  font-size: 0.9em;
  vertical-align: middle;
}
@media (min-width: 768px) {
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text {
    display: inline-block;
    padding: 5px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}
@media (min-width: 1024px) {
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text {
    display: block;
  }
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text span {
  display: block;
  white-space: pre;
  font-size: 0.9em;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-text .thick {
  font-weight: bold;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons .icon-link {
  text-decoration: none;
  color: #333;
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons:hover, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .homepage-icons:focus {
  transition: 0.5s all ease;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
}
@media (min-width: 1024px) {
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions {
    padding: 0 40px;
    position: fixed;
    top: 95px;
    right: -100px;
    z-index: 1;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 15px 0;
    width: 170px;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container {
    transition: 0.5s all ease;
    display: inline-block;
    padding: 0;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container .cta-col {
    flex: 0 0 100%;
    max-width: 100%;
    transition: 0.5s all ease;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container .cta-col .homepage-icons > a,
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container .cta-col .homepage-icons .icon-text {
    display: inline-block;
    vertical-align: top;
    width: 100px;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container .cta-col .homepage-icons .icon-text {
    opacity: 0;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container .cta-col .homepage-icons > a {
    margin-right: 10px;
    width: 50px;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container .cta-col .homepage-icons > a img {
    margin: 0 auto;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:focus .cta-col:focus,
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:focus .cta-col:hover, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:hover .cta-col:focus,
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:hover .cta-col:hover {
    transition: 0.5s all ease;
    margin-left: -65px;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:focus .cta-col:focus .homepage-icons,
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:focus .cta-col:hover .homepage-icons, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:hover .cta-col:focus .homepage-icons,
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:hover .cta-col:hover .homepage-icons {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:focus .cta-col:focus .homepage-icons .icon-text,
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:focus .cta-col:hover .homepage-icons .icon-text, body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:hover .cta-col:focus .homepage-icons .icon-text,
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions .container:hover .cta-col:hover .homepage-icons .icon-text {
    opacity: 1;
  }
}
body.the-portal-connector .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse.show .tpc-call-to-actions-container {
  opacity: 1;
  transition: 0.5s all ease;
}
body.the-portal-connector .the-portal-connector-footer h4 > span {
  cursor: pointer;
  transition: 0.5s all ease;
  transform: rotate(180deg);
}
body.the-portal-connector .the-portal-connector-footer h4 > span.collapsed {
  transition: 0.5s all ease;
  transform: rotate(0);
}

.the-portal-connector.tpc-home-page.loading {
  overflow: hidden;
}
.the-portal-connector.tpc-home-page.loading .tpc-main-logo {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page.loading .tpc-main-logo img {
  transition: 0.5s all ease;
  margin-top: -5em;
}
.the-portal-connector.tpc-home-page.loading-complete .tpc-main-logo {
  background: rgba(255, 255, 255, 0.5);
  transition: 0.5s all ease;
}
.the-portal-connector.tpc-home-page.loading-complete .tpc-main-logo img {
  transition: 0.5s all ease;
}

.the-portal-connector.tpc-login-page .the-portal-connector-header,
.the-portal-connector.tpc-login-page .the-portal-connector-main-header,
.the-portal-connector.tpc-login-page .the-portal-connector-sponsors,
.the-portal-connector.tpc-login-page .the-portal-connector-divider,
.the-portal-connector.tpc-login-page .the-portal-connector-footer,
.the-portal-connector.tpc-login-page .the-portal-connector-copyright,
.the-portal-connector.tpc-login-page .the-portal-connector-main .tpc-main-logo,
.the-portal-connector.tpc-login-page .the-portal-connector-main .tpc-call-to-actions-container {
  display: none !important;
}
@media all and (max-width: 768px) {
  .the-portal-connector.tpc-login-page .header-video-container,
.the-portal-connector.tpc-login-page .login-container-1 {
    display: none;
  }
  .the-portal-connector.tpc-login-page .login-container-2 {
    height: 100vh;
  }
}
.the-portal-connector.tpc-login-page .the-portal-connector-main video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100vh;
  z-index: -1;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-login-page .the-portal-connector-main video {
    display: block;
  }
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1,
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-2 {
  min-height: 50vh;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1,
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-2 {
    min-height: 100vh;
  }
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1 {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 10px solid #fddd00;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1 {
    border-bottom: 0px;
    border-right: 10px solid #fddd00;
  }
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1 .login-content {
  margin: 15% auto !important;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1 .login-content {
    width: 450px;
  }
  .the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1 .login-content svg {
    font-size: 4em;
    margin-right: 1em;
  }
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1 .login-content h1 {
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1 .login-content h1:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #fddd00, transparent);
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1 .login-content strong {
  font-weight: 700;
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1 .login-content svg {
  font-size: 3em;
  margin-right: 0.25em;
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-1 .login-content .row {
  margin-top: 3em;
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-2 {
  background: rgba(0, 168, 134, 0.9);
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-2 .tpc-login {
  margin: 10% auto !important;
}
@media all and (min-width: 1024px) {
  .the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-2 .tpc-login .tpc-login-form{
    width: 450px;
    margin:0 auto;
  }
  .the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-2 .tpc-login img {
    width: 400px;
    margin:0 auto;
  }
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-2 .tpc-login img {
  width: 250px;
  margin: 40px auto;
  display: block;
  filter: drop-shadow(0 0 15px rgba(17, 24, 32, 0.9));
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-2 .tpc-login .tpc-login-form {
  background: #fff;
  border-radius: 4px;
  padding: 5%;
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-2 .tpc-login .tpc-login-form h3 {
  position: relative;
  margin-bottom: 20px;
  font-weight: 400;
}
.the-portal-connector.tpc-login-page .the-portal-connector-main .login-container-2 .tpc-login .tpc-login-form h3:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  height: 2px;
  background-image: -webkit-linear-gradient(left, #fddd00, transparent);
}

/* Footer Sponsor Section*/
.the-portal-connector-sponsors {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding: 50px 0 25px;
  text-align: center;
}
.the-portal-connector-sponsors .sf_colsIn.container .sf_colsIn:first-child {
  border-right: 1px solid #ccc;
}
@media (min-width: 768px) {
  .the-portal-connector-sponsors .sf_colsIn.container .sf_colsIn:first-child,
.the-portal-connector-sponsors .sf_colsIn.container .sf_colsIn:nth-child(2) {
    border-right: 1px solid #ccc;
  }
}
.the-portal-connector-sponsors img {
  max-width: 100%;
}
.the-portal-connector-sponsors .pav-main50-logo {
  width: 200px;
}
.the-portal-connector-sponsors .mspLogo {
  width: 175px;
}
.the-portal-connector-sponsors .sitefinity-logo {
  width: 200px;
}

/* Footer Wave Divider*/
.the-portal-connector-divider {
  margin-top: 5px;
}
.the-portal-connector-divider .c, .the-portal-connector-divider .d {
  fill: #04395b;
}

/* Footer Main Section*/
.the-portal-connector-footer {
  background: #04395b;
  padding: 90px 0 20px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .the-portal-connector-footer {
    padding: 100px 0 120px;
  }
}
.the-portal-connector-footer h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 2px;
}
.the-portal-connector-footer p {
  text-transform: capitalize;
  color: #cccccc;
}
.the-portal-connector-footer p .icon {
  margin-right: 10px;
  width: 25px;
  text-align: center;
  padding-top: 5px;
  display: inline-block;
}
.the-portal-connector-footer img {
  width: 180px;
}
.the-portal-connector-footer .contact-info p .address {
  width: 140px;
  display: inline-block;
}
.the-portal-connector-footer .navbar-nav {
  border-bottom: 1px solid #06588c;
}
@media (min-width: 576px) {
  .the-portal-connector-footer img {
    width: 150px;
  }
  .the-portal-connector-footer .navbar-nav {
    border-bottom: 0px;
  }
}
.the-portal-connector-footer .company {
  text-transform: lowercase;
  word-break: break-all;
}
.the-portal-connector-footer .footer-social-icons span {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  font-size: 1.2em;
  letter-spacing: 0.4px;
}
.the-portal-connector-footer .footer-social-icons a {
  margin-right: 10px;
  display: inline-block;
}
.the-portal-connector-footer address {
  margin-top: 30px;
}
.the-portal-connector-footer a {
  text-decoration: none;
  transition: 0.5s all ease;
  color: #e6e6e6 !important;
  font-size: 0.9rem;
}
.the-portal-connector-footer a:hover {
  transition: 0.5s all ease;
  color: #999999;
}

/* Footer Copyright Section*/
.the-portal-connector-copyright {
  border-top: 1px solid #06588c;
  background: #04395b;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}
.the-portal-connector-copyright p {
  text-transform: capitalize;
  color: #cccccc;
  margin: 0;
  padding: 0.5rem 0;
  font-size: 80%;
}
.the-portal-connector-copyright .tpc-copy-write-menu,
.the-portal-connector-copyright .nav-item {
  display: inline-block;
}
.the-portal-connector-copyright .tpc-copy-write-menu a,
.the-portal-connector-copyright .nav-item a {
  font-size: 80%;
}
.the-portal-connector-copyright .nav-item:first-of-type {
  padding-right: 10px;
}
.the-portal-connector-copyright .company {
  text-transform: lowercase;
}
.the-portal-connector-copyright a {
  text-decoration: none;
  transition: 0.5s all ease;
  color: #e6e6e6 !important;
  font-size: 0.9rem;
}
.the-portal-connector-copyright a:hover {
  transition: 0.5s all ease;
  color: #999999;
}

/*Animation & Interactions*/
body.the-portal-connector.sfPageEditor .the-portal-connector-notification-area {
  display: block !important;
}
body.the-portal-connector.sfPageEditor .tpc-call-to-actions-container {
  display: none;
}
body.the-portal-connector.sfPageEditor .the-portal-connector-header {
  position: relative;
}
body.the-portal-connector.sfPageEditor .the-portal-connector-header .the-portal-connector-header-bottom #logo {
  position: relative;
  top: unset;
}
body.the-portal-connector.sfPageEditor .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container {
  opacity: 1;
  top: unset;
  right: unset;
  left: unset;
}
body.the-portal-connector.sfPageEditor .the-portal-connector-header .the-portal-connector-header-bottom .navbar-collapse .tpc-call-to-actions-container .tpc-call-to-actions {
  position: relative !important;
  top: unset;
  right: unset;
  opacity: 1;
  width: auto;
}
body.the-portal-connector.sfPageEditor .the-portal-connector-main-header {
  height: auto;
}
body.the-portal-connector.sfPageEditor .the-portal-connector-main-header .tpc-main-logo img {
  width: 40%;
  margin: 0 auto;
}
body.the-portal-connector.sfPageEditor .the-portal-connector-main-header .tpc-call-to-actions-container {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}
body.the-portal-connector.sfPageEditor .the-portal-connector-main-header .header-video-container img {
  display: none;
}
body.the-portal-connector.sfPageEditor .tpc-home-page-video-content .content-verticle-center {
  position: relative;
  top: unset;
  transform: translateY(0);
}
body.the-portal-connector.sfPageEditor .tpc-home-page-video-content .embed-responsive-item {
  position: relative;
}
body.the-portal-connector.sfPageEditor .tpc-home-page-video-content .embed-responsive-16by9::before {
  padding-top: 0;
}
body.the-portal-connector.sfPageEditor .tpc-home-page-four-blocks .sf_colsIn {
  height: 300px;
}
body.the-portal-connector.sfPageEditor .tpc-home-page-four-blocks .sf_colsIn img {
  width: 25% !important;
}

/* START Telerik.Sitefinity.Resources.Themes.LayoutsBasics.css */
@media (min-width: 1024px) {
  .sf_cols {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .sf_cols:before, .sf_cols:after {
    content: "";
    display: table;
  }

  .sf_cols:after {
    clear: both;
  }

  .sf_cols {
    zoom: 1;
  }

  .sf_colsOut + .sf_colsOut {
    *margin-left: -1px !important;
  }

  .sf_block {
    display: block;
  }

  .sf_1col_1_100 {
    float: none;
    margin: 0;
  }

  .sf_2cols_1_25 {
    float: left;
    width: 25%;
    margin: 0;
  }

  .sf_2cols_2_75 {
    float: right;
    width: 75%;
    margin: 0;
  }

  .sf_2cols_2_75 .sf_2cols_2in_75 {
    margin-left: 12px;
  }

  .sf_2cols_1_33 {
    float: left;
    width: 33%;
    margin: 0;
  }

  .sf_2cols_2_67 {
    float: right;
    width: 67%;
    margin: 0;
  }

  .sf_2cols_2_67 .sf_2cols_2in_67 {
    margin-left: 12px;
  }

  .sf_2cols_1_50 {
    float: left;
    width: 50%;
    margin: 0;
  }

  .sf_2cols_2_50 {
    float: right;
    width: 50%;
    margin: 0;
  }

  .sf_2cols_2_50 .sf_2cols_2in_50 {
    margin-left: 12px;
  }

  .sf_2cols_1_67 {
    float: left;
    width: 67%;
    margin: 0;
  }

  .sf_2cols_2_33 {
    float: right;
    width: 33%;
    margin: 0;
  }

  .sf_2cols_2_33 .sf_2cols_2in_33 {
    margin-left: 12px;
  }

  .sf_2cols_1_75 {
    float: left;
    width: 75%;
    margin: 0;
  }

  .sf_2cols_2_25 {
    float: right;
    width: 25%;
    margin: 0;
  }

  .sf_2cols_2_25 .sf_2cols_2in_25 {
    margin-left: 12px;
  }

  .sf_3cols_1_33 {
    float: left;
    width: 33%;
    margin: 0;
  }

  .sf_3cols_2_34 {
    float: left;
    width: 34%;
    margin: 0;
  }

  .sf_3cols_3_33 {
    float: left;
    width: 33%;
    margin: 0;
    _margin-left: -1px !important;
  }

  .sf_3cols_2_34 .sf_3cols_2in_34, .sf_3cols_3_33 .sf_3cols_3in_33 {
    margin-left: 12px;
  }

  .sf_3cols_1_25 {
    float: left;
    width: 25%;
    margin: 0;
  }

  .sf_3cols_2_50 {
    float: left;
    width: 50%;
    margin: 0;
  }

  .sf_3cols_3_25 {
    float: left;
    width: 25%;
    margin: 0;
    _margin-left: -1px !important;
  }

  .sf_3cols_2_50 .sf_3cols_2in_50, .sf_3cols_3_25 .sf_3cols_3in_25 {
    margin-left: 12px;
  }

  .sf_4cols_1_25, .sf_4cols_2_25, .sf_4cols_3_25, .sf_4cols_4_25 {
    float: left;
    width: 25%;
    margin: 0;
  }

  .sf_4cols_4_25 {
    _margin-left: -1px !important;
  }

  .sf_4cols_2_25 .sf_4cols_2in_25, .sf_4cols_3_25 .sf_4cols_3in_25, .sf_4cols_4_25 .sf_4cols_4in_25 {
    margin-left: 12px;
  }

  .sf_5cols_1_20, .sf_5cols_2_20, .sf_5cols_3_20, .sf_5cols_4_20, .sf_5cols_5_20 {
    float: left;
    width: 20%;
    margin: 0;
  }

  .sf_5cols_5_20 {
    _margin-left: -1px !important;
  }

  .sf_5cols_2_20 .sf_5cols_2in_20, .sf_5cols_3_20 .sf_5cols_3in_20, .sf_5cols_4_20 .sf_5cols_4in_20, .sf_5cols_5_20 .sf_5cols_5in_20 {
    margin-left: 12px;
  }
}
.sylogist-top-header-announcement{
  text-align: center;
  background: #00a7e0;
  padding: 5px;
}
.sylogist-top-header-announcement a{
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

/* END Telerik.Sitefinity.Resources.Themes.LayoutsBasics.css */