﻿html {
  font-size: 62.5%;
}
.disp-block {
  display: block;
}
.right {
  float: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
.no-left-pad {
  padding-left: 0 !important;
}
.no-right-pad {
  padding-right: 0 !important;
}
a[href^="tel:"]:before {
  content: "\f095\00a0";
  font-family: "FontAwesome";
}
a[href^="mailto:"]:before {
  content: "\f0e0\00a0";
  font-family: "FontAwesome";
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-300.eot');
  src: url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-300.eot?#iefix') format('embedded-opentype'), local('Open Sans Light'), local('Open-Sans-300'), url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-300.ttf') format('truetype'), url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-300.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-Regular.eot');
  src: url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-Regular.eot?#iefix') format('embedded-opentype'), local('Open Sans'), local('Open-Sans-regular'), url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-Regular.ttf') format('truetype'), url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-Regular.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 500;
  font-style: normal;
  src: url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-600.eot');
  src: url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-600.eot?#iefix') format('embedded-opentype'), local('Open Sans Semibold'), local('Open-Sans-600'), url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-600.ttf') format('truetype'), url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-600.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-600.eot');
  src: url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-600.eot?#iefix') format('embedded-opentype'), local('Open Sans Semibold'), local('Open-Sans-600'), url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-600.ttf') format('truetype'), url('/Portals/_default/Skins/IPT/fonts/opensans/Open-Sans-600.svg#OpenSans') format('svg');
}
/* Boostrap Variables */
/* These are not in use as font sizes need to be provided as both px and rem */
.blank-container {
  margin: 25px 0px 25px 0px;
}
@media only screen and (max-width: 480px) {
  .blank-container {
    padding: 0px 10px 0px 10px;
  }
}
.blank-no-margin-container {
  margin: 0px;
}
.blank-no-margin-top-container {
  margin-top: 0px;
  margin-bottom: 25px;
}
.pattern-background-container {
  background-image: url('less/components/assets/pattern-desktop.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px 0px 75px 0px;
  margin: 25px 0px 25px 0px;
}
@media only screen and (max-width: 991px) {
  .pattern-background-container {
    background-image: url('less/components/assets/pattern-mobile.jpg');
    padding: 35px 0px 15px 0px;
  }
}
.pattern-background-container h2 {
  text-align: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .pattern-background-container h2 {
    padding: 0px 20px 0px 20px;
  }
}
.pattern-background-container h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #715580;
}
.pattern-background-container .main-body {
  padding: 30px 120px 60px 120px;
  font-size: 16px;
  line-height: 180%;
}
@media only screen and (max-width: 991px) {
  .pattern-background-container .main-body {
    padding: 30px 35px 30px 20px;
  }
}
.pattern-background-container .link-buttons {
  text-align: center;
}
.pattern-background-container .link-buttons a {
  margin: 0px 15px 0px 15px;
  display: inline-block;
  width: 200px;
  font-weight: 600;
}
.page-feature-container {
  background: #EBEBEB;
  margin: 25px 0px 25px 0px;
}
.page-feature-container img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.page-feature-container h3 {
  margin: 0px;
  background: #715580;
  color: #ffffff;
  padding: 15px 0px 15px 70px;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .page-feature-container h3 {
    padding: 15px 10px 15px 20px;
    font-size: 14px;
  }
}
.page-feature-container h3 i {
  padding-right: 20px;
}
.page-feature-container h3 .fa-angle-right {
  float: right;
  font-size: 18px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .page-feature-container h3 .fa-angle-right {
    display: block;
  }
}
.page-feature-container .page-feature-content {
  padding: 45px 25px 120px 65px;
}
.page-feature-container .page-feature-content p {
  margin: 0px;
  font-weight: 600;
}
.page-feature-container .page-feature-content ul {
  padding-top: 25px;
  list-style: none;
  margin: 0px;
}
.page-feature-container .page-feature-content ul li {
  line-height: 100%;
  padding: 5px 0px 5px 0px;
}
.page-feature-container .page-feature-content ul li i {
  padding-right: 20px;
}
.page-feature-container .page-feature-content ul li a {
  font-size: 1.6rem;
  font-weight: 600;
}
.page-feature-container .feature-button {
  position: absolute;
  right: 45px;
  bottom: 45px;
  padding: 15px 25px 15px 25px;
}
.testimonial-container {
  background: #EBEBEB;
  margin: 25px 0px 25px 0px;
}
.testimonial-container .testimonial-image {
  display: table;
}
@media only screen and (max-width: 991px) {
  .testimonial-container .testimonial-image {
    display: block;
    padding-top: 20px;
  }
}
.testimonial-container .testimonial-image .testimonial-image-wrap {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .testimonial-container .testimonial-image .testimonial-image-wrap {
    display: block;
    padding-top: 20px;
  }
}
.testimonial-container .testimonial-image .testimonial-image-wrap img {
  width: 75%;
  border-radius: 100%;
}
@media only screen and (max-width: 991px) {
  .testimonial-container .testimonial-image .testimonial-image-wrap img {
    width: 40%;
  }
}
.testimonial-container .testimonial-text {
  padding: 60px 60px 60px 0px;
}
@media only screen and (max-width: 991px) {
  .testimonial-container .testimonial-text {
    padding: 0 40px 40px 40px;
  }
}
.testimonial-container .testimonial-text h2 {
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .testimonial-container .testimonial-text h2 {
    font-size: 2.2rem;
  }
}
.testimonial-container .testimonial-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #715580;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .testimonial-container .testimonial-text h3 {
    text-align: center;
  }
}
.testimonial-container .testimonial-text .main-text {
  font-size: 16px;
  line-height: 180%;
}
.team-member-container {
  margin: 25px 0px 25px 0px;
}
.team-member-container .team-member-content {
  width: 100%;
}
.team-member-container .team-member-content .team-member-wrap {
  display: table;
  border: 2px solid #715580;
  padding: 18px 20px 18px 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .team-member-container .team-member-content .team-member-wrap {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .team-member-container .team-member-content .team-member-wrap {
    display: table;
    padding: 10px 5px 10px 5px;
  }
}
.team-member-container .team-member-content .team-member-wrap .team-image {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1440px) {
  .team-member-container .team-member-content .team-member-wrap .team-image {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .team-member-container .team-member-content .team-member-wrap .team-image {
    display: table-cell;
  }
}
.team-member-container .team-member-content .team-member-wrap .team-image img {
  width: 125px;
  height: 125px;
  border-radius: 100%;
}
@media only screen and (max-width: 1440px) {
  .team-member-container .team-member-content .team-member-wrap .team-image img {
    width: 80px;
    height: 80px;
    margin: auto;
    display: block;
  }
}
.team-member-container .team-member-content .team-member-wrap .contact-details {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1440px) {
  .team-member-container .team-member-content .team-member-wrap .contact-details {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .team-member-container .team-member-content .team-member-wrap .contact-details {
    display: table-cell;
    text-align: left;
  }
}
.team-member-container .team-member-content .team-member-wrap .contact-details h4 {
  font-weight: 600;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .team-member-container .team-member-content .team-member-wrap .contact-details h4 {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
  }
}
.team-member-container .team-member-content .team-member-wrap .contact-details p {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .team-member-container .team-member-content .team-member-wrap .contact-details p {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
  }
}
.team-member-container .team-member-content .team-member-wrap .contact-details a {
  font-size: 15px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .team-member-container .team-member-content .team-member-wrap .contact-details a {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
  }
}
.ipt-title-container {
  margin: 25px 0px 25px 0px;
}
@media only screen and (max-width: 480px) {
  .ipt-title-container {
    padding: 0px 20px 0px 20px;
  }
}
.ipt-title-container h2 {
  background-color: #715580;
  padding: 15px 30px 15px 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.ipt-title-container h2 i {
  margin-right: 20px;
}
.padded-container {
  margin: 25px 0px 25px 0px;
  padding: 50px 100px;
}
@media only screen and (max-width: 1300px) {
  .padded-container {
    padding: 15px 50px;
  }
}
.less-padded-container {
  margin: 25px 0px 25px 0px;
  padding: 25px 50px;
}
@media only screen and (max-width: 1300px) {
  .less-padded-container {
    padding: 15px 15px;
  }
}
.hidden-mobile-container {
  margin: 25px 0px 25px 0px;
}
@media only screen and (max-width: 991px) {
  .hidden-mobile-container {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .hidden-desktop-container {
    display: none;
  }
}
.ipt-grey-underline-container {
  border-bottom: 10px solid #EBEBEB;
}
.header-content {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.17);
  background: white;
  width: 100%;
  z-index: 2;
  padding-top: 15px;
}
@media only screen and (max-width: 991px) {
  .header-content .logo-row {
    padding: 10px 0px 10px 0px;
  }
}
.header-content .logo-row .header-middle-bar {
  border: 1px solid #EBEBEB;
  margin: 15px 0px 20px 0px;
}
@media only screen and (max-width: 991px) {
  .header-content {
    border: none;
    padding: 0px;
  }
}
.header-content .primary-scroll {
  display: none;
}
.header-content .secondary-unscroll {
  display: block;
}
.header-content .primary-unscroll {
  display: block;
}
.header-content .primary-logo .primary-logo-image {
  width: 500px;
}
@media only screen and (max-width: 991px) {
  .header-content .primary-logo .primary-logo-image {
    max-width: 300px;
  }
}
.header-content .secondary-logo-image {
  float: right;
  margin-top: 28px;
}
.header-content .primary-scrolled-image {
  width: 87px;
  padding-top: 3px;
}
.header-content .header-search {
  width: 100%;
}
.header-content .header-search .searchLink {
  display: none;
}
.header-content .header-search .header-search-icon {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 30px;
  color: #959595;
  font-size: 19px;
}
.header-content .header-search .searchInputContainer {
  width: calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: -o-calc(100% - 130px);
}
.header-content .header-search .searchInputContainer .NormalTextBox {
  border-radius: 20px;
  background-color: #EBEBEB;
  height: 41px;
  padding-left: 45px;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 16px;
  opacity: 0.5;
  width: 100%;
  background-color: #F6F6F6;
  outline: none;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.16);
}
.header-content .header-menu ol {
  margin-left: 0px;
}
.header-content .header-menu .cantarus-megamenu {
  display: inline;
}
.header-content .header-menu .cantarus-megamenu .li-page-list {
  padding-top: 80px;
}
.header-content .header-menu .cantarus-megamenu .active-menu-item .submenu {
  display: block;
  padding-bottom: 32px;
}
.header-content .header-menu .cantarus-megamenu .active-menu-item .submenu a {
  text-transform: none;
}
.header-content .header-menu .cantarus-megamenu .active-menu-item .first-submenu {
  padding: 10px 0px 10px 0px;
}
.header-content .header-menu .cantarus-megamenu .li-page {
  line-height: 150%;
  color: #ffffff;
  width: 100%;
  margin: 0px;
  padding-bottom: 10px;
  height: 40px;
}
@media only screen and (max-width: 991px) {
  .header-content .header-menu .cantarus-megamenu .li-page option:first-child {
    padding-top: 55px;
  }
}
.header-content .header-menu .cantarus-megamenu .li-page i {
  display: table-cell;
  font-size: 14px;
  padding-right: 15px;
}
.header-content .header-menu .cantarus-megamenu .li-page a {
  display: table-cell;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
}
.header-content .header-menu .cantarus-megamenu .li-html {
  height: auto;
  text-indent: unset;
}
.header-content .header-menu .cantarus-megamenu .li-html h2 {
  margin-bottom: 20px;
  color: #ffffff;
}
.header-content .header-menu .cantarus-megamenu .li-html p {
  line-height: 180%;
  color: #ffffff;
}
.header-content .header-menu .cantarus-megamenu li {
  display: inline-block;
  margin-right: 5%;
  height: 62px;
  padding-top: 11px;
}
@media only screen and (max-width: 1400px) {
  .header-content .header-menu .cantarus-megamenu li {
    margin-right: 2%;
  }
}
.header-content .header-menu .cantarus-megamenu li .submenu-top {
  position: fixed;
  background: #715580;
  color: #ffffff;
}
.header-content .header-menu .cantarus-megamenu li .submenu-top li a {
  color: white;
}
.header-content .header-menu .cantarus-megamenu li i {
  display: none;
}
.header-content .header-menu .cantarus-megamenu li a {
  font-size: 14px;
  color: #715580;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1150px) {
  .header-content .header-menu .cantarus-megamenu li a {
    font-size: 12px;
  }
}
.header-content .header-menu .cantarus-megamenu .has-submenu a i {
  display: inline;
  padding-left: 5px;
}
.header-content .header-menu .cantarus-megamenu p {
  padding: 5px 0px 5px 0px;
  margin: 0px;
}
.header-content .header-menu .cantarus-megamenu h2 {
  color: #ffffff;
}
.header-content .header-menu .cantarus-megamenu h4 {
  color: #ffffff;
}
.social-icons {
  display: inline-table;
  float: right;
}
.social-icons ul {
  list-style: none;
  display: inline;
}
.social-icons ul li {
  display: inline-block;
  padding: 12px;
  border-radius: 100%;
  background-color: #715580;
  margin-left: 15px;
  float: right;
  height: 40px;
  width: 40px;
  line-height: 0%;
  text-indent: unset;
}
.social-icons ul li a {
  color: #ffffff;
  font-size: 18px;
}
.mobile-header-content {
  width: 100%;
  position: fixed;
  background: white;
  z-index: 2;
}
.mobile-header-content .mobile-header-search {
  width: 100%;
  display: inline;
}
.mobile-header-content .mobile-header-search .searchSkinObjectPreview {
  right: -45%;
}
.mobile-header-content .mobile-header-search .header-search-icon {
  position: absolute;
  z-index: 1;
  top: 21px;
  left: 40px;
  color: #959595;
  font-size: 14px;
}
.mobile-header-content .mobile-header-search .searchInputContainer {
  padding-top: 14px;
  padding-left: 10px;
  width: calc(100% - 190px);
  width: -webkit-calc(100% - 190px);
  width: -moz-calc(100% - 190px);
  width: -o-calc(100% - 190px);
}
@media only screen and (max-width: 480px) {
  .mobile-header-content .mobile-header-search .searchInputContainer {
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -o-calc(100% - 120px);
  }
}
.mobile-header-content .mobile-header-search .searchInputContainer .NormalTextBox {
  border-radius: 20px;
  height: 30px;
  padding-left: 45px;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 16px;
  width: 100%;
  background-color: #F6F6F6;
  outline: none;
  border: none;
}
.mobile-header-content .social-icons {
  float: none;
  display: inline;
}
.mobile-header-content .social-icons ul {
  margin: 0px;
}
.mobile-header-content .mobile-logo-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .mobile-header-content .mobile-logo-container {
    padding: 0px 20px 0px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-header-content .mobile-logo-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.mobile-header-content .mobile-menu-open {
  display: block;
}
.mobile-header-content .mobile-menu-close {
  display: none;
}
.mobile-header-content .mobile-menu-toggle {
  margin-top: 19px;
}
@media only screen and (max-width: 480px) {
  .mobile-header-content .mobile-menu-toggle {
    padding-right: 15px;
  }
}
.mobile-header-content .mobile-menu-button button {
  background: white;
  border: none;
  font-size: 28px;
}
.mobile-header-content .primary-mobile-image {
  max-width: 300px;
}
@media only screen and (max-width: 480px) {
  .mobile-header-content .primary-mobile-image {
    max-width: 230px;
  }
}
.mobile-header-content .mobile-top-row {
  height: 60px;
  background-color: #715580;
}
.mobile-header-content .mobile-top-row .social-icons {
  margin-top: 4px;
}
.mobile-header-content .mobile-top-row .social-icons ul li {
  float: right;
  margin-left: 40px;
  background-color: #715580;
}
@media only screen and (max-width: 480px) {
  .mobile-header-content .mobile-top-row .social-icons ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.mobile-header-content .mobile-top-row .social-icons ul li a {
  font-size: 30px;
  color: #ffffff;
}
body.scrolled .searchInputContainer {
  padding-top: 27px;
}
body.scrolled .base-container-area {
  padding-top: 192px;
}
body.scrolled .header-content {
  position: fixed;
}
body.scrolled .header-content .header-search .header-search-icon {
  top: 39px;
}
body.scrolled .header-content .social-icons {
  margin-top: 25px;
}
body.scrolled .header-content .primary-scroll {
  display: block;
}
body.scrolled .header-content .secondary-unscroll {
  display: none;
}
body.scrolled .header-content .primary-unscroll {
  display: none;
}
body.scrolled .header-content .header-menu {
  margin-bottom: 0px;
  margin-top: 25px;
}
body.scrolled .header-content .header-menu .cantarus-megamenu {
  display: inline;
}
@media only screen and (max-width: 1150px) {
  body.scrolled .header-content .header-menu .cantarus-megamenu {
    padding-left: 35px;
  }
}
body.scrolled .header-content .header-menu .cantarus-megamenu li {
  height: 81px;
}
@media only screen and (max-width: 1150px) {
  body.scrolled .header-content .header-menu .cantarus-megamenu li a {
    font-size: 12px;
  }
}
body.scrolled .header-content .header-menu .cantarus-megamenu li li {
  height: 40px;
}
@media only screen and (max-width: 1150px) {
  body.scrolled .header-content .header-menu .cantarus-megamenu li li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .base-container-area {
    padding-top: 187px;
  }
}
@media only screen and (max-width: 480px) {
  .base-container-area {
    padding-top: 157px;
  }
}
.megamenu-events-template {
  margin-top: 20px;
}
.megamenu-events-template img {
  height: 140px;
  width: 100%;
}
.megamenu-events-template .event-date {
  font-size: 14px;
  font-weight: 600;
}
.megamenu-events-template .event-title {
  font-weight: 600;
  font-size: 16px;
}
.megamenu-events-template .border-column {
  padding: 10px;
  border-bottom: 1px solid #ffffff;
  opacity: 0.8;
}
.megamenu-events-template .event-bar {
  border-bottom: 1px solid #ffffff;
  width: 50%;
}
.megamenu-events-template .details-row {
  padding-top: 20px;
}
.megamenu-events-template .event-category {
  opacity: 0.8;
  padding: 5px 0px 5px 0px;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-color: #959595;
}
.pb-visible .header-content {
  padding-right: 80px;
}
.main-footer .footerMenu ol {
  list-style: none;
  margin-left: 0px;
}
.main-footer .footerMenu .cantarus-megamenu li {
  padding: 5px 0px 5px 0px;
}
.main-footer .footerMenu .cantarus-megamenu li a {
  color: #000000;
  font-weight: 600;
}
.main-footer .find-out-content {
  padding: 50px 0px 50px 0px;
  background-color: #715580;
  color: #ffffff;
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 30px;
  text-align: center;
}
.main-footer .find-out-content .contact-us-button {
  margin: 30px 60px 30px 60px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
@media only screen and (max-width: 991px) {
  .main-footer .find-out-content .contact-us-button {
    display: block;
    margin: auto;
    max-width: 200px;
    margin-top: 15px;
  }
}
.main-footer .footer-links-container {
  padding: 25px 0px 30px 0px;
}
.main-footer .footer-triplet {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 63px;
}
@media only screen and (max-width: 991px) {
  .main-footer .footer-triplet {
    padding-left: 0px;
  }
}
.main-footer .footer-triplet .triplet-content {
  padding: 7px;
}
@media only screen and (max-width: 991px) {
  .main-footer .footer-triplet .triplet-content {
    display: block;
    margin: auto;
  }
}
.main-footer .footer-triplet .triplet-content .footer-icon {
  color: #959595;
  font-size: 20px;
  padding: 10px 25px 10px 10px;
  display: table-cell;
}
.main-footer .footer-triplet .triplet-content .contact-info-detail {
  display: table-cell;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .main-footer .footer-triplet .triplet-content .contact-info-detail {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .main-footer .footer-triplet .triplet-content .contact-number.contact-info-detail {
    font-size: 18px;
  }
}
.main-footer .footer-triplet .triplet-content .get-directions-button {
  color: #8C92CB;
  padding: 11px 63px;
  font-weight: 600;
}
@media only screen and (min-width: 991px) {
  .main-footer .footer-triplet .triplet-content .get-directions-button {
    padding: 15px 40px 15px 40px;
    border-radius: 10px;
    border: 2px solid #8C92CB;
    font-weight: 600;
    color: #8C92CB;
    font-size: 16px;
    text-transform: uppercase;
    background: #ffffff;
  }
  .main-footer .footer-triplet .triplet-content .get-directions-button:visited {
    color: #8C92CB;
    text-decoration: none;
    outline: 0;
  }
  .main-footer .footer-triplet .triplet-content .get-directions-button:hover {
    color: #ffffff;
    background: #8C92CB;
    text-decoration: none;
    border: 2px solid #ffffff;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
  }
  .main-footer .footer-triplet .triplet-content .get-directions-button.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
  }
}
.main-footer .footer-triplet .newsletter-subscribe-text {
  padding-top: 20px;
  font-weight: 600;
}
.main-footer .footer-triplet .contact-address-container {
  max-width: 80%;
}
@media only screen and (max-width: 991px) {
  .main-footer .footer-triplet .contact-address-container {
    max-width: none;
  }
}
.main-footer .trademark-text {
  float: right;
}
.main-footer .triplet-content.subscribe-link {
  margin: 35px 0px 40px 0px;
}
@media only screen and (max-width: 991px) {
  .main-footer .triplet-content.subscribe-link {
    text-align: center;
    margin: 35px 0px 25px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .main-footer .triplet-content.subscribe-link a.ipt-button-purple {
    padding: 12px 60px 12px 60px;
  }
}
.main-footer .contact-directions {
  margin-top: 32px;
}
@media only screen and (max-width: 991px) {
  .main-footer .footer-social {
    text-align: center;
  }
}
.main-footer .footer-social .social-icons {
  float: left;
}
@media only screen and (max-width: 991px) {
  .main-footer .footer-social .social-icons {
    float: none;
  }
}
.main-footer .footer-social .social-icons ul {
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .main-footer .footer-social .social-icons ul {
    text-align: center;
  }
}
.main-footer .footer-social .social-icons ul li {
  float: left;
  padding: 10px;
  border-radius: 100%;
  background-color: #715580;
  margin: 0px 10px 0px 10px;
  height: 40px;
  text-align: center;
  width: 40px;
}
.main-footer .footer-social .social-icons ul li a {
  color: #ffffff;
  font-size: 2rem;
}
.main-footer .site-info-container {
  background-color: #EBEBEB;
}
@media only screen and (max-width: 991px) {
  .main-footer .site-info-container {
    text-align: center;
  }
}
.main-footer .site-info-container .copyright-text-mobile {
  border-bottom: 2px solid #ffffff;
  display: none;
}
@media only screen and (max-width: 991px) {
  .main-footer .site-info-container .copyright-text-mobile {
    display: block;
  }
}
.main-footer .site-info-container .footerLinks {
  border-bottom: 2px solid #ffffff;
  padding: 20px 0px 20px 0px;
}
.main-footer .site-info-container .footerLinks a {
  padding: 0px 30px 0px 0px;
  font-size: 14px;
  color: #959595;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .main-footer .site-info-container .footerLinks a {
    padding: 0px 15px 0px 15px;
  }
}
.main-footer .site-info-container .site-info-padding {
  font-size: 14px;
  color: #959595;
  padding: 20px 0px 20px 0px;
}
.cookie-message {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  color: white;
}
.cookie-message .cookie-text {
  display: inline-block;
  width: calc(100% - 100px);
  padding-right: 50px;
  vertical-align: middle;
}
.cookie-message .cookie-text a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}
.cookie-message #CookieDismiss {
  padding: 10px 20px;
}
.off-canvas {
  right: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #715580;
  position: fixed;
}
.off-canvas ol {
  list-style: none;
  margin: 0px;
}
.off-canvas ol li {
  padding: 14px 0px 14px 80px;
  border-bottom: 2px solid #9B88A6;
  font-size: 22px;
}
.off-canvas ol li a {
  color: #ffffff;
}
.off-canvas ol li a:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.off-canvas ol li a:hover {
  text-decoration: none;
  color: #ffffff;
}
.off-canvas ol li a i {
  display: none;
  margin-left: 10px;
}
.off-canvas ol li.has-submenu a i {
  display: inline-block;
}
.off-canvas .li-html {
  display: none;
}
.off-canvas .sub-open .selected {
  background: #A071AA;
}
.off-canvas .sub-open .selected .submenu {
  display: inline-block;
  position: inherit;
  padding-top: 12px;
}
.off-canvas .sub-open .selected .submenu ul {
  margin-left: 0px;
  list-style: none;
  background: #A071AA;
}
.off-canvas .sub-open .selected .submenu ul li {
  border: none;
  font-size: 17px;
  padding: 6px 30px 6px 20px;
}
.off-canvas .sub-open .selected .submenu ul li i {
  display: none;
}
#ControlBar {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#ControlBar ul,
#ControlBar li,
#ControlBar a,
#ControlBar p {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#ControlBar #ControlNav > li > a {
  text-decoration: none;
}
#ControlBar .subNav.advanced dl {
  width: 610px;
  min-height: 180px;
}
#ControlBar .subNav.advanced dl ul li {
  width: 100px;
  min-width: 100px;
}
#ControlBar div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {
  padding: 5px 0 5px 10px;
  line-height: 10px;
}
.dnnEditState .DNNEmptyPane {
  width: auto;
  outline: 1px dashed #ccc;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.dnnFormPopup.ui-draggable.ui-resizable {
  position: fixed !important;
  top: 22% !important;
}
.dnnModuleDialog {
  position: fixed;
  display: block;
  left: 30% !important;
  top: 100px !important;
}
/*HERO BANNER SLIDER*/
.banner-slider .swiper-container {
  max-height: 625px;
}
@media only screen and (max-width: 991px) {
  .banner-slider .swiper-container {
    max-height: 550px;
  }
}
.banner-slider .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-height: 625px;
}
@media only screen and (max-width: 991px) {
  .banner-slider .swiper-container .swiper-slide {
    max-height: 550px;
  }
}
.banner-slider .swiper-container .swiper-slide .banner-slide-content .banner-slide-text {
  color: white;
  padding: 145px 0px 0px 100px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .banner-slider .swiper-container .swiper-slide .banner-slide-content .banner-slide-text {
    padding: 145px 0px 0px 0px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-slider .swiper-container .swiper-slide .banner-slide-content .banner-slide-text {
    font-size: 26px;
    padding: 145px 10px 0px 10px;
  }
}
.banner-slider .swiper-container .swiper-slide .banner-slide-content .banner-slide-text h2 {
  font-size: 38px;
  line-height: 140%;
  margin-bottom: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .banner-slider .swiper-container .swiper-slide .banner-slide-content .banner-slide-text h2 {
    padding: 15px 0px 0px 0px;
    font-size: 25px;
    text-align: left;
  }
}
.banner-slider .swiper-container .swiper-slide .banner-slide-content .banner-slide-text h3 {
  text-transform: uppercase;
  font-weight: 600;
}
.banner-slider .slideControls {
  position: absolute;
  top: 575px;
  padding: 16px 50px 12px 50px;
  z-index: 2;
  font-weight: 600;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
}
.banner-slider .slideControls i {
  font-size: 18px;
  padding: 0px 10px 0px 10px;
}
.banner-slider .slideControls.right {
  right: 5px;
}
.banner-slider .paginationWrapper {
  position: absolute;
  top: 575px;
  width: 100%;
  z-index: 2;
  opacity: 0.7;
}
.banner-slider .paginationWrapper .pagination {
  display: inline-block;
  border-radius: 4px;
  height: 50px;
  text-align: center;
  width: 100%;
}
.banner-slider .paginationWrapper .pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: auto;
  height: 10px;
  width: 10px;
  margin: 0px 5px 5px;
  border: solid 2px #ffffff;
}
.IPT-fellowship-slider {
  margin-bottom: 5px;
  background: #ffffff;
}
.IPT-fellowship-slider .swiper-container {
  max-height: 360px;
}
@media only screen and (max-width: 991px) {
  .IPT-fellowship-slider .swiper-container {
    max-height: 300px;
  }
}
.IPT-fellowship-slider .swiper-container .fellowship-swiper-col {
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .IPT-fellowship-slider .swiper-container .fellowship-swiper-col {
    width: 100%;
    padding: 0px;
  }
}
.IPT-fellowship-slider .swiper-container .fellowship-swiper-col .fellowship-swiper-wrapper {
  border-left: solid 4px #8C92CB;
  padding: 60px 50px 30px 50px;
}
@media only screen and (max-width: 991px) {
  .IPT-fellowship-slider .swiper-container .fellowship-swiper-col .fellowship-swiper-wrapper {
    padding: 0px 20px 0px 20px;
    border: none;
  }
}
@media only screen and (max-width: 991px) {
  .IPT-fellowship-slider .swiper-container .fellowship-swiper-col .fellowship-swiper-wrapper p {
    font-size: 14px;
  }
}
.IPT-fellowship-slider .swiper-container .fellowship-swiper-col .fellowship-swiper-wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  display: inline;
}
@media only screen and (max-width: 991px) {
  .IPT-fellowship-slider .swiper-container .fellowship-swiper-col .fellowship-swiper-wrapper h3 {
    font-size: 14px;
  }
}
.IPT-fellowship-slider .swiper-container .fellowship-swiper-col .fellowship-swiper-wrapper a {
  font-size: 16px;
  color: #6F6F6F;
  display: inline;
  float: right;
}
@media only screen and (max-width: 991px) {
  .IPT-fellowship-slider .swiper-container .fellowship-swiper-col .fellowship-swiper-wrapper a {
    display: block;
    float: none;
    font-size: 14px;
  }
}
.IPT-fellowship-slider .swiper-container .fellowship-swiper-col .fellowship-swiper-wrapper a i {
  padding-left: 5px;
}
.IPT-fellowship-slider .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-height: 330px;
}
.IPT-fellowship-slider .paginationWrapper {
  position: absolute;
  top: 300px;
  width: 100%;
  z-index: 2;
  opacity: 0.8;
}
.IPT-fellowship-slider .paginationWrapper .pagination {
  display: inline-block;
  border-radius: 4px;
  height: 20px;
  text-align: center;
  width: 100%;
}
.IPT-fellowship-slider .paginationWrapper .pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: auto;
  height: 10px;
  width: 10px;
  margin: 5px;
  opacity: 1;
  border: solid 2px #8C92CB;
}
.rs-admin .item-property {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.rs-admin .item-property:first-child {
  justify-content: space-between;
  padding: 0 40px;
}
.rs-admin label i {
  margin-left: 30px;
}
.rs-admin .item-button i {
  margin-right: 30px;
}
.rs-admin .cards li {
  padding: 0;
}
.rs-admin .theme-card label,
.rs-admin .action-add-new label {
  margin: auto 40px;
}
.rs-admin input[type=checkbox]:checked + label:after {
  margin-left: 30px;
}
.tweet-container {
  margin: 15px 0px 15px 0px;
}
@media only screen and (max-width: 991px) {
  .tweet-container {
    display: none;
  }
}
.tweet-container .tweet-link:hover,
.tweet-container .tweet-link:focus,
.tweet-container .tweet-link:visited,
.tweet-container .tweet-link:active {
  text-decoration: none;
}
.tweet-container .tweet-header-container {
  color: #ffffff;
  background: #715580;
  padding: 15px 20px;
  font-size: 16px;
}
.tweet-container .tweet-header {
  display: inline-block;
}
.tweet-container .tweet-icon {
  display: inline-block;
  float: right;
  font-size: 20px;
}
.tweet-container .tweet-text {
  padding: 20px 15px 0px 15px;
  color: #000000;
  font-size: 16px;
  line-height: 180%;
}
.tweet-container .tweet-text .tweet-highlight {
  color: #8C92CB;
}
.tweet-container .tweet-actions {
  border-top: 2px solid #959595;
  padding: 10px;
  margin-bottom: 10px;
}
.tweet-container .tweet-actions a {
  color: #959595;
  padding: 0px 24px 0px 0px;
}
@media only screen and (max-width: 1460px) {
  .tweet-container .tweet-actions a {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1371px) {
  .tweet-container .tweet-actions a .tweet-action-text {
    display: none;
  }
}
.tweet-container .tweet-actions a i {
  padding-right: 5px;
}
.tweet-container .tweet-date {
  padding: 10px 15px 15px;
  color: #715580;
  font-size: 16px;
}
.tweet-container .tweet-date > span {
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .ipt-tile-3-row a.tile {
    padding: 10px;
  }
}
.ipt-tile-3-row .inner-wrap {
  min-height: 340px;
  background-size: cover;
}
@media only screen and (max-width: 480px) {
  .ipt-tile-3-row .inner-wrap {
    min-height: 225px;
    height: 225px;
  }
}
.ipt-tile-3-row .inner-wrap .inner {
  opacity: 0;
  visibility: hidden;
  min-height: 340px;
}
.ipt-tile-3-row .inner-wrap:hover .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(113, 85, 128, 0.9);
}
.ipt-tile-3-row .inner-wrap p {
  margin: 0px;
  padding: 70px;
  font-size: 18px;
  color: #ffffff;
}
.ipt-tile-3-row .more-details-wrap {
  background-color: #EBEBEB;
}
.ipt-tile-3-row .more-details-wrap h3 {
  margin: 0px;
  padding: 30px;
  font-size: 21px;
  color: #715580;
}
@media only screen and (max-width: 480px) {
  .ipt-tile-3-row .more-details-wrap h3 {
    font-size: 18px;
    padding: 25px;
  }
}
.ipt-tile-3-row .more-details-wrap h3 i {
  font-size: 35px;
  float: right;
}
@media only screen and (max-width: 480px) {
  .ipt-tile-3-row .more-details-wrap h3 i {
    font-size: 18px;
  }
}
.events-listing-container {
  background: #EBEBEB;
}
@media only screen and (min-width: 991px) {
  .events-listing-container {
    padding: 0px 50px 60px 50px;
  }
}
@media only screen and (min-width: 1395px) {
  .events-listing-container {
    padding: 0px 100px 60px 100px;
  }
}
.events-listing-container .more-events {
  text-align: center;
  padding-top: 20px;
  height: 85px;
}
.events-listing-container .article-row {
  background: #ffffff;
  margin-bottom: 20px;
}
.events-listing-container .article-row .item-image {
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .events-listing-container .article-row .item-image {
    background-image: none !important;
  }
}
.events-listing-container .article-row .date {
  width: 120px;
  height: 110px;
  background: #715580;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .events-listing-container .article-row .date {
    width: 90px;
    height: 85px;
    left: 15px;
  }
}
.events-listing-container .article-row .date .date-day {
  font-size: 35px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .events-listing-container .article-row .date .date-day {
    font-size: 25px;
  }
}
.events-listing-container .article-row .date .date-month {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .events-listing-container .article-row .date .date-month {
    font-size: 18px;
  }
}
.events-listing-container .article-row .event-info {
  padding: 50px 130px 50px 30px;
  border-left: 4px solid #715580;
}
@media only screen and (max-width: 991px) {
  .events-listing-container .article-row .event-info {
    height: 90px;
    max-height: 90px;
    padding: 0px 30px 0px 30px;
    border: none;
  }
}
.events-listing-container .article-row .event-info .categories .category {
  color: #6F6F6F;
  font-size: 23px;
  font-family: "Libre Baskerville";
  font-style: italic;
}
.events-listing-container .article-row .event-info .title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 150%;
}
@media only screen and (max-width: 991px) {
  .events-listing-container .article-row .event-info .title {
    font-size: 16px;
    margin-top: 10px;
    padding-left: 95px;
  }
}
.events-listing-container .article-row .preview-text {
  margin-bottom: 20px;
  margin-top: 10px;
}
.events-listing-container .article-permalink {
  padding: 12px 40px 12px 40px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background: #8C92CB;
  position: absolute;
  bottom: 0px;
  right: 15px;
}
.events-listing-container .article-permalink:hover {
  background: #A071AA;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media only screen and (max-width: 991px) {
  .events-listing-container .article-permalink {
    padding: 10px 35px 10px 35px;
    font-size: 14px;
    margin-right: 15px;
  }
}
.events-listing-container .location-bold {
  display: inline;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .events-listing-container .location-bold {
    font-size: 14px;
    display: inline-block;
    padding-left: 15px;
  }
}
.events-listing-container .location-value {
  display: inline;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .events-listing-container .location-value {
    font-size: 14px;
    display: inline-block;
    padding-left: 5px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .events-listing-container .location {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
.events-details-container .events-article .event-sidebar-container {
  border-right: 3px solid #715580;
}
.events-details-container .events-article .event-sidebar-container .event-sidebar {
  padding-right: 30px;
}
.events-details-container .events-article .event-sidebar-container .event-sidebar .event-image {
  margin-bottom: 40px;
}
.events-details-container .events-article .event-sidebar-container .event-sidebar .event-image img {
  width: 100%;
}
.events-details-container .events-article .event-content {
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .events-details-container .events-article .event-content {
    padding-left: 0px;
  }
}
.events-details-container .events-article .event-content .event-categories {
  color: #6F6F6F;
  font-size: 16px;
  font-family: "Libre Baskerville";
  font-style: italic;
  margin-bottom: 20px;
}
.events-details-container .events-article .event-content .event-details .event-detail {
  margin-bottom: 20px;
}
.events-details-container .events-article .event-content .event-details .event-detail h4 {
  font-weight: 600;
  color: #715580;
  font-size: 16px;
  display: inline;
}
.events-details-container .events-article .event-content .event-details .event-detail p {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  display: inline;
  padding-left: 10px;
}
.events-details-container .events-article .event-content .event-body {
  margin-top: 20px;
  line-height: 150%;
}
.events-details-container .event-contact {
  border: 2px solid #715580;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
.events-details-container .event-contact img {
  border-radius: 100%;
  width: 100%;
  margin-top: 20px;
}
.events-details-container .event-contact h3 {
  font-size: 20px;
  font-weight: 600;
  color: #715580;
  margin-top: 25px;
  margin-bottom: 12px;
}
.events-details-container .event-contact h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.events-details-container .event-contact p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.events-details-container .event-contact a {
  color: white;
  background: #715580;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px 30px 10px 30px;
  width: 100%;
}
.events-details-container .event-contact a i {
  font-weight: 400;
  padding: 0px 10px 0px 10px;
}
.events-details-container .event-register {
  margin-bottom: 40px;
  background: #8C92CB;
  padding: 10px 30px 10px 30px;
}
.events-details-container .event-register a {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.events-details-container .event-register a i {
  font-weight: 400;
  padding: 0px 10px 0px 10px;
}
.events-details-container .event-share {
  margin-bottom: 40px;
  background: #ffffff;
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  border: 2px solid #959595;
}
.events-details-container .event-share a {
  color: #959595;
  font-weight: 600;
  font-size: 16px;
}
.events-details-container .event-share a i {
  font-weight: 400;
  padding: 0px 10px 0px 10px;
}
.events-search {
  padding: 0px 100px 0px 100px;
  background: #EBEBEB;
}
@media only screen and (max-width: 991px) {
  .events-search {
    padding: 0px 10px 0px 10px;
  }
}
.events-search input.event-search-keyword {
  padding-left: 50px;
  padding-bottom: 5px;
}
.events-search h3 {
  margin: 0px;
}
.events-search .search-title {
  font-size: 20px;
  font-weight: 600;
  color: #A071AA;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #CCCCCC;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .events-search .search-title {
    font-size: 18px;
  }
}
.events-search .event-search-panel {
  padding: 10px 0px 10px 0px;
}
.events-search .event-search-panel .filter-type {
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  color: #A071AA;
}
@media only screen and (max-width: 991px) {
  .events-search .event-search-panel .filter-type {
    padding: 5px 0px 5px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .events-search .event-search-panel .tag-filter-col {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .events-search .event-search-panel .search-filter-col {
    padding-bottom: 20px;
  }
}
.events-search .event-search-panel .dispatch-search-label {
  width: 100%;
}
.events-search .event-search-panel .dispatch-search-label i {
  position: absolute;
  top: 55px;
  font-size: 20px;
  color: #959595;
  z-index: 1;
  left: 30px;
}
@media only screen and (max-width: 991px) {
  .events-search .event-search-panel .dispatch-search-label i {
    top: 41px;
  }
}
.events-search .event-search-panel .dispatch-search-label .search__control {
  height: 50px;
  border-radius: 10px;
  width: 100%;
  opacity: 0.7;
  background: #ffffff;
  border: solid 1px #9B88A6;
  padding-left: 10px;
  font-size: 18px;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .events-search .event-search-panel .dispatch-search-label .search__control {
    height: 40px;
  }
}
.events-search .event-search-panel .dispatch-search-label .search__control .search__control.event-search-keyword {
  padding-left: 50px;
}
.events-search-categorytabs .event-category-tab {
  margin-bottom: 30px;
}
.events-search-categorytabs .event-category-tab .event-categorytab-title {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  background: #715580;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  opacity: 0.7;
}
.events-search-categorytabs .event-category-tab .event-categorytab-title.selected-tab {
  opacity: 1;
}
.events-search-categorytabs .event-category-tab .event-categorytab-title.selected-tab:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 48%;
  width: 10px;
  height: 10px;
  /* background: red; */
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #715580;
}
.events-category-dropdown {
  display: none;
}
@media only screen and (max-width: 991px) {
  .events-category-dropdown {
    display: block;
  }
}
.category-dropdown-col {
  width: 100%;
}
.category-dropdown-col select {
  width: 100%;
  background: #715580;
  color: #ffffff;
  padding: 10px;
  outline: none;
  border: none;
}
.category-dropdown-col .category-dropdown-label {
  padding: 0px 5px 0px 5px;
  width: 100%;
  position: relative;
}
.category-dropdown-col .category-dropdown-label option {
  background: #ffffff;
  color: #715580;
}
.category-dropdown-col .category-dropdown-label .event-category-angle {
  position: absolute;
  color: #ffffff;
  top: 6px;
  right: 30px;
  font-size: 25px;
}
.dispatch-loader {
  display: none;
}
.fellowships-listing-container .more-case-studies {
  text-align: center;
  padding-top: 20px;
  height: 100px;
}
.fellowships-listing-container .listing-pagination {
  display: none;
}
.fellowships-listing-container .fellowship-case-row .fellowship-case {
  background: #ffffff;
  margin-bottom: 30px;
  background: #EBEBEB;
}
.fellowships-listing-container .fellowship-case-row .fellowship-case .fellowship-item-info {
  background: #ffffff;
}
.fellowships-listing-container .fellowship-case-row .fellowship-case .fellowship-item-info .article-info-overlay {
  padding: 15px 30px 0px 30px;
}
.fellowships-listing-container .fellowship-case-row .fellowship-case .fellowship-item-info .article-info-overlay h3 {
  margin-top: 0px;
  font-weight: 600;
  line-height: 150%;
}
@media only screen and (max-width: 991px) {
  .fellowships-listing-container .fellowship-case-row .fellowship-case .fellowship-item-info .article-info-overlay h3 {
    font-size: 16px;
  }
}
.fellowships-listing-container .fellowship-case-row .fellowship-case .fellowship-item-info .article-permalink {
  padding: 0px 30px 20px 30px;
  font-weight: 600;
  font-size: 18px;
  color: #A071AA;
}
.fellowships-listing-container .fellowship-case-row .fellowship-case .fellowship-item-info .article-permalink:hover {
  color: #715580;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .fellowships-listing-container .fellowship-case-row .fellowship-case .fellowship-item-info .article-permalink {
    font-size: 14px;
  }
}
.fellowships-listing-container .latest-case-study {
  margin: 0px 0px 30px 0px;
  position: relative;
  background: #ffffff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .fellowships-listing-container .latest-case-study {
    background: #EBEBEB;
  }
}
.fellowships-listing-container .latest-case-study .latest-case-image-col {
  padding-right: 0px;
}
.fellowships-listing-container .latest-case-study .fellowship-case-teaser {
  color: #000000;
}
.fellowships-listing-container .latest-case-study .article-permalink {
  position: absolute;
  bottom: 40px;
  left: 60px;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #A071AA;
}
.fellowships-listing-container .latest-case-study .article-permalink:hover {
  color: #715580;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .fellowships-listing-container .latest-case-study .article-permalink {
    color: #A071AA;
    font-size: 14px;
  }
}
.fellowships-listing-container .latest-case-study .fellowship-latest-info {
  padding: 30px 30px 0px 30px;
}
@media only screen and (max-width: 991px) {
  .fellowships-listing-container .latest-case-study .fellowship-latest-info {
    background: #ffffff;
  }
}
@media only screen and (max-width: 991px) {
  .fellowships-listing-container .latest-case-study .fellowship-latest-info h3 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 600;
  }
}
.fellowships-listing-container .latest-case-study .latest-case {
  padding: 30px 60px 30px 60px;
}
.fellowships-listing-container .latest-case-study .latest-case h3 {
  font-weight: 600;
  margin-bottom: 30px;
}
.fellowships-listing-container .latest-case-study .latest-case .article-permalink {
  font-weight: 600;
  font-size: 18px;
  color: #A071AA;
}
.fellowships-listing-container .latest-case-study .latest-case .article-permalink:hover {
  color: #715580;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .fellowships-listing-container .latest-case-study .latest-case .article-permalink {
    color: #A071AA;
    font-size: 14px;
  }
}
.fellowships-listing-container img {
  width: 100%;
  max-height: 500px;
}
.fellowship-cases-details-container .fellowship-cases-article .fellowship-case-sidebar-container {
  border-right: 3px solid #715580;
}
.fellowship-cases-details-container .fellowship-cases-article .fellowship-case-sidebar-container .fellowship-case-sidebar {
  padding-right: 30px;
}
.fellowship-cases-details-container .fellowship-cases-article .fellowship-case-sidebar-container .fellowship-case-sidebar .article-type h3 {
  color: #959595;
  font-style: italic;
  margin-bottom: 50px;
}
.fellowship-cases-details-container .fellowship-cases-article .fellowship-case-sidebar-container .fellowship-case-sidebar .fellowship-case-image {
  margin-bottom: 40px;
}
.fellowship-cases-details-container .fellowship-cases-article .fellowship-case-sidebar-container .fellowship-case-sidebar .fellowship-case-image img {
  width: 100%;
}
.fellowship-cases-details-container .fellowship-cases-article .fellowship-case-content {
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .fellowship-cases-details-container .fellowship-cases-article .fellowship-case-content {
    padding-left: 0px;
  }
}
.fellowship-cases-details-container .fellowship-cases-article .fellowship-case-content .fellowship-case-categories {
  color: #6F6F6F;
  font-size: 16px;
  font-family: "Libre Baskerville";
  font-style: italic;
  margin-bottom: 20px;
}
.fellowship-cases-details-container .fellowship-cases-article .fellowship-case-content .fellowship-case-details .fellowship-case-detail {
  margin-bottom: 20px;
}
.fellowship-cases-details-container .fellowship-cases-article .fellowship-case-content .fellowship-case-details .fellowship-case-detail h4 {
  font-weight: 600;
  color: #454455;
  font-size: 16px;
  display: inline;
}
.fellowship-cases-details-container .fellowship-cases-article .fellowship-case-content .fellowship-case-details .fellowship-case-detail p {
  font-weight: 600;
  color: #454455;
  font-size: 16px;
  display: inline;
  padding-left: 10px;
}
.fellowship-cases-details-container .fellowship-cases-article .fellowship-case-content .fellowship-case-body {
  margin-top: 20px;
  line-height: 150%;
}
.fellowship-cases-details-container .fellowship-case-register {
  margin-bottom: 40px;
  background: #8C92CB;
  padding: 10px 30px 10px 30px;
}
.fellowship-cases-details-container .fellowship-case-register a {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.fellowship-cases-details-container .fellowship-case-register a i {
  font-weight: 400;
  padding: 0px 10px 0px 10px;
}
.fellowship-cases-details-container .fellowship-case-share {
  margin-bottom: 40px;
  background: #ffffff;
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  border: 2px solid #959595;
}
.fellowship-cases-details-container .fellowship-case-share a {
  color: #959595;
  font-weight: 600;
  font-size: 16px;
}
.fellowship-cases-details-container .fellowship-case-share a i {
  font-weight: 400;
  padding: 0px 10px 0px 10px;
}
.fellowship-case-search-panel {
  padding: 10px 0px 10px 0px;
}
@media only screen and (max-width: 991px) {
  .fellowship-case-search-panel {
    padding: 0px;
  }
}
.fellowship-case-search-panel .search-title {
  color: #715580;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .fellowship-case-search-panel .search-title {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #959595;
    padding-bottom: 10px;
  }
}
.fellowship-case-search-panel .search-title h3 {
  margin-top: 10px;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .fellowship-case-search-panel .search-title h3 {
    margin: 0px;
    font-size: 16px;
  }
}
.fellowship-case-search-panel .dispatch-search-label {
  padding-top: 10px;
  width: 100%;
}
.fellowship-case-search-panel .dispatch-search-label i {
  position: absolute;
  top: 25px;
  font-size: 20px;
  color: #959595;
  z-index: 1;
  left: 30px;
}
@media only screen and (max-width: 991px) {
  .fellowship-case-search-panel .dispatch-search-label i {
    top: 23px;
    font-size: 15px;
  }
}
.fellowship-case-search-panel .dispatch-search-label .search__control {
  height: 50px;
  border-radius: 10px;
  width: 100%;
  opacity: 0.7;
  background: #ffffff;
  border: solid 1px #9B88A6;
  padding-left: 50px;
  font-size: 18px;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .fellowship-case-search-panel .dispatch-search-label .search__control {
    font-size: 14px;
    height: 40px;
    padding-left: 35px;
  }
}
.fellowship-case-search-panel .dispatch-search-label .tags-search {
  width: calc(100% - 105px);
  width: -webkit-calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: -o-calc(100% - 105px);
  float: right;
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .fellowship-case-search-panel .dispatch-search-label .tags-search {
    float: none;
  }
}
.fellowship-case-contact {
  border: 2px solid #715580;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
.fellowship-case-contact img {
  border-radius: 100%;
  width: 100%;
}
.fellowship-case-contact h3 {
  font-size: 20px;
  font-weight: 600;
  color: #715580;
  margin-top: 25px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .fellowship-case-contact h3 {
    font-size: 18px;
    margin: 15px 0px 8px 0px;
  }
}
.fellowship-case-contact h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .fellowship-case-contact h4 {
    font-size: 16px;
    margin: 8px 0px 8px 0px;
  }
}
.fellowship-case-contact p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .fellowship-case-contact p {
    font-size: 14px;
    margin: 8px 0px 10px 0px;
    padding: 0px;
  }
}
.fellowship-case-contact a {
  color: white;
  background: #715580;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px 30px 10px 30px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .fellowship-case-contact a {
    font-size: 14px;
  }
}
.fellowship-case-contact a i {
  font-weight: 400;
  padding: 0px 10px 0px 10px;
}
.ipt-home-grid {
  padding-bottom: 20px;
  margin-bottom: 7px;
}
.ipt-home-grid .article-row {
  margin-top: 40px;
}
.ipt-home-grid .article-row .grid-image {
  width: 100%;
  background-size: cover;
  height: 100px;
}
.ipt-home-grid .article-row .grid-info {
  margin-bottom: 10px;
}
.ipt-home-grid .article-row .date {
  font-size: 16px;
  color: #6F6F6F;
  font-weight: 600;
}
.ipt-home-grid .article-row .title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.ipt-home-grid .article-row .category {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-size: 18px;
}
.home-grid-bar {
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 5px;
}
.home-grid-link .home-grid-fullresults {
  float: right;
  color: #959595;
  margin-bottom: 25px;
}
.IPT-people .hg-modal-item-content {
  display: table;
}
@media only screen and (max-width: 1300px) {
  .IPT-people .hg-modal-item-content {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .IPT-people .hg-modal-item-content {
    display: table;
    text-align: left;
  }
}
.IPT-people .hg-modal-item-content .people-image-wrap {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1300px) {
  .IPT-people .hg-modal-item-content .people-image-wrap {
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 991px) {
  .IPT-people .hg-modal-item-content .people-image-wrap {
    display: table-cell;
  }
}
.IPT-people .hg-modal-item-content .people-image-wrap img {
  width: 150px;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .IPT-people .hg-modal-item-content .people-image-wrap img {
    width: 100px;
  }
}
.IPT-people .hg-modal-item-content .hg-modal-item-text {
  display: table-cell;
  text-align: left;
  padding: 20px;
}
@media only screen and (max-width: 1300px) {
  .IPT-people .hg-modal-item-content .hg-modal-item-text {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .IPT-people .hg-modal-item-content .hg-modal-item-text {
    display: table-cell;
  }
}
.IPT-people .hg-modal-item-content .hg-modal-item-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 0;
}
.IPT-people .hg-modal-item-content .hg-modal-item-text h4 {
  font-size: 16px;
  margin: 10px 0 0;
}
.IPT-people .hg-modal-item-content .hg-modal-item-text p {
  margin-top: 10px;
  font-size: 14px;
  margin: 10px 0 0;
  padding: 0px;
}
div.hg-modal-item-pop {
  max-width: 60%;
  background: #ffffff;
  padding: 25px 40px 25px 40px;
  display: table;
  border: solid 2px #715580;
}
@media only screen and (max-width: 991px) {
  div.hg-modal-item-pop {
    max-width: 100%;
  }
}
div.hg-modal-item-pop .content-wrap {
  padding: 20px 0px 20px 0px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  div.hg-modal-item-pop .content-wrap {
    padding: 0px;
  }
}
div.hg-modal-item-pop .content-wrap .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
div.hg-modal-item-pop .content-wrap .close-button i {
  font-size: 18px;
  color: #715580;
}
div.hg-modal-item-pop .content-wrap .modal-image-wrap {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  div.hg-modal-item-pop .content-wrap .modal-image-wrap {
    display: block;
  }
}
div.hg-modal-item-pop .content-wrap .modal-image-wrap img {
  width: 250px;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  div.hg-modal-item-pop .content-wrap .modal-image-wrap img {
    width: 100px;
    margin: auto;
    display: block;
  }
}
div.hg-modal-item-pop .content-wrap .modal-text-wrap {
  display: table-cell;
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  div.hg-modal-item-pop .content-wrap .modal-text-wrap {
    display: block;
    padding-left: 0px;
  }
}
.DnnModule-SearchResults .dnnSearchResultPanel {
  background: #ffffff;
  max-width: 100%;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnRight {
  float: none;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnSearchResultSortOptions {
  border: none;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnSearchResultSortOptions .active a {
  background: #A071AA;
  color: white;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnSearchResultSortOptions li a {
  color: #A071AA;
  background: white;
}
.DnnModule-SearchResults .dnnSearchResultPanel .dnnSearchResultCountPerPage {
  display: none;
}
.DnnModule-SearchResults .dnnSearchResultPanel .RadComboBox {
  display: none !important;
}
.dnnSearchBoxPanel {
  max-width: 100%;
  background: #A071AA;
  padding: 20px 0 20px 0;
}
.dnnSearchBoxPanel .dnnSearchResultAdvancedTip {
  font-weight: 600;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .dnnSearchBoxPanel .dnnSearchResultAdvancedTip {
    display: none;
  }
}
.dnnSearchBoxPanel .dnnSearchBox {
  border: none;
  box-shadow: none;
  border-radius: 10px;
  height: 35px;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .dnnSearchBoxPanel .dnnSearchBox {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) {
  .dnnSearchBoxPanel .dnnSearchBox {
    width: 95%;
  }
}
.dnnSearchBoxPanel .dnnSearchBox a.dnnSearchButton {
  margin: 4px 4px 0 0px;
}
.dnnSearchResultItem-Title a {
  font-weight: 600;
  color: #715580;
}
.widget-wrapper {
  position: fixed;
  bottom: 1%;
  width: 40%;
  right: 0;
  z-index: 1;
}
.speaker-widget-container.panel-opened .widget-panel-container {
  margin-right: 0;
  transition: margin 0.7s ease;
  max-height: 500px;
  overflow-y: scroll;
}
.speaker-widget-container .toggle-panel-btn {
  display: inline-block;
  background-color: white;
  padding: 15px 20px;
  border: 1px solid #715580;
  position: absolute;
  top: -55px;
  right: 0px;
  cursor: pointer;
}
.speaker-widget-container .toggle-panel-btn i {
  font-size: 20px;
  color: #715580;
}
.speaker-widget-container .widget-panel-container {
  display: none;
  background-color: white;
  padding: 15px 20px;
  width: 100%;
  margin-right: -350px;
  border: 2px solid #715580;
  transition: margin 0.7s ease;
}
.speaker-widget-container .widget-panel-container button {
  border: 1px solid #715580;
  min-width: 100px;
  background: none;
}
.speaker-widget-container .widget-panel-container .all-speakers table {
  margin: 10px 0px 10px 0px;
}
.speaker-widget-container .widget-panel-container .all-speakers span {
  font-size: 16px;
  background: #A071AA;
  color: white;
  padding: 5px 50px 5px 50px;
}
.speaker-widget-container .widget-panel-container .all-speakers tr td {
  padding: 10px;
  font-size: 12px;
}
.speaker-widget-container .widget-panel-container .event-speakers table {
  margin: 10px 0px 10px 0px;
}
.speaker-widget-container .widget-panel-container .event-speakers span {
  font-size: 16px;
  background: #A071AA;
  color: white;
  padding: 5px 50px 5px 50px;
}
.speaker-widget-container .widget-panel-container .event-speakers tr td {
  padding: 10px;
  font-size: 12px;
}
.speakers-list-table td {
  padding: 5px 10px 5px 10px;
}
.dnnFormAndList .dnnActions a {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  background: #A071AA;
  padding: 5px 40px 5px 40px;
  box-shadow: none;
  text-shadow: none;
}
.dnnFormAndList .dnnActions a:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.dnnFormAndList .dnnActions a:hover {
  color: #A071AA;
  background: #ffffff;
  text-decoration: none;
  border: 2px solid #A071AA;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.dnnFormAndList .dnnActions a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.dnnFormAndList .dnnForm h2.dnnFormSectionHead {
  margin-top: 20px;
  padding: 5px 25px;
  font-size: 20px;
  background: #715580;
  color: #ffffff;
  clear: both;
}
.dnnFormAndList .dnnForm .dnnFormItem .dnnFormLabelWithoutHelp input {
  outline: none;
  box-shadow: none;
}
.dnnFormAndList .dnnForm .dnnFormItem .dnnFormLabelWithoutHelp label span {
  color: #715580;
  font-weight: 600;
}
.dnnFormAndList .dnnForm .dnnFormItem .dnnFormLabelWithHelp label span {
  color: #715580;
  font-weight: 600;
}
.dnnFormAndList .dnnForm .dnnFormItem span.dnnFormRadioButtons {
  background: none;
}
.dnnFormAndList .dnnForm .dnnFormItem span.dnnFormRadioButtons .dnnRadiobutton {
  padding-left: 0px;
}
.dnnFormAndList .dnnForm .dnnFormItem span.dnnFormRadioButtons .dnnRadiobutton .mark {
  background: none;
}
ul.ipt-sidemenu {
  list-style: none;
}
ul.ipt-sidemenu li {
  font-size: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
  list-style-type: none;
}
ul.ipt-sidemenu li a span {
  font-weight: 600;
}
ul.ipt-sidemenu li i {
  font-size: 20px;
  padding-right: 10px;
  color: #715580;
}
@media only screen and (max-width: 991px) {
  .DnnModule-DDRMenu {
    display: none;
  }
}
.news-listing-container {
  background: #EBEBEB;
}
@media only screen and (min-width: 991px) {
  .news-listing-container {
    padding: 0px 50px 60px 50px;
  }
}
@media only screen and (min-width: 1395px) {
  .news-listing-container {
    padding: 0px 100px 60px 100px;
  }
}
.news-listing-container .more-news {
  text-align: center;
  padding-top: 20px;
  height: 85px;
}
.news-listing-container .article-row {
  background: #ffffff;
  margin-bottom: 20px;
}
.news-listing-container .article-row .item-image {
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .news-listing-container .article-row .item-image {
    background-image: none !important;
  }
}
.news-listing-container .article-row .date {
  width: 120px;
  height: 110px;
  background: #715580;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .news-listing-container .article-row .date {
    width: 90px;
    height: 85px;
    left: 15px;
  }
}
.news-listing-container .article-row .date .date-day {
  font-size: 35px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .news-listing-container .article-row .date .date-day {
    font-size: 25px;
  }
}
.news-listing-container .article-row .date .date-month {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .news-listing-container .article-row .date .date-month {
    font-size: 18px;
  }
}
.news-listing-container .article-row .news-info {
  padding: 50px 130px 50px 30px;
  border-left: 4px solid #715580;
}
@media only screen and (max-width: 991px) {
  .news-listing-container .article-row .news-info {
    height: 90px;
    max-height: 90px;
    padding: 0px 30px 0px 30px;
    border: none;
  }
}
.news-listing-container .article-row .news-info .categories .category {
  color: #6F6F6F;
  font-size: 23px;
  font-family: "Libre Baskerville";
  font-style: italic;
}
.news-listing-container .article-row .news-info .title {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 150%;
}
@media only screen and (max-width: 991px) {
  .news-listing-container .article-row .news-info .title {
    font-size: 16px;
    margin-top: 10px;
    padding-left: 95px;
  }
}
.news-listing-container .article-row .preview-text {
  margin-bottom: 40px;
  margin-top: 10px;
}
.news-listing-container .article-permalink {
  padding: 12px 40px 12px 40px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background: #8C92CB;
  position: absolute;
  bottom: 0px;
  right: 15px;
}
.news-listing-container .article-permalink:hover {
  background: #A071AA;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media only screen and (max-width: 991px) {
  .news-listing-container .article-permalink {
    padding: 10px 35px 10px 35px;
    font-size: 14px;
    margin-right: 15px;
    z-index: 1;
  }
}
.news-listing-container .location-bold {
  display: inline;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .news-listing-container .location-bold {
    font-size: 14px;
    display: inline-block;
    padding-left: 15px;
  }
}
.news-listing-container .location-value {
  display: inline;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .news-listing-container .location-value {
    font-size: 14px;
    display: inline-block;
    padding-left: 5px;
    padding-bottom: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .news-listing-container .location {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
.news-details-container .news-article .news-sidebar-container {
  border-right: 3px solid #715580;
}
.news-details-container .news-article .news-sidebar-container .news-sidebar {
  padding-right: 30px;
}
.news-details-container .news-article .news-sidebar-container .news-sidebar .news-image {
  margin-bottom: 40px;
}
.news-details-container .news-article .news-sidebar-container .news-sidebar .news-image img {
  width: 100%;
}
.news-details-container .news-article .news-content {
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .news-details-container .news-article .news-content {
    padding-left: 0px;
  }
}
.news-details-container .news-article .news-content .news-categories {
  color: #6F6F6F;
  font-size: 16px;
  font-family: "Libre Baskerville";
  font-style: italic;
  margin-bottom: 20px;
}
.news-details-container .news-article .news-content .news-details .news-detail {
  margin-bottom: 20px;
}
.news-details-container .news-article .news-content .news-details .news-detail h4 {
  font-weight: 600;
  color: #715580;
  font-size: 16px;
  display: inline;
}
.news-details-container .news-article .news-content .news-details .news-detail p {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  display: inline;
  padding-left: 10px;
}
.news-details-container .news-article .news-content .news-body {
  margin-top: 20px;
  line-height: 150%;
}
.news-details-container .news-contact {
  border: 2px solid #715580;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
.news-details-container .news-contact img {
  border-radius: 100%;
  width: 100%;
  margin-top: 20px;
}
.news-details-container .news-contact h3 {
  font-size: 20px;
  font-weight: 600;
  color: #715580;
  margin-top: 25px;
  margin-bottom: 12px;
}
.news-details-container .news-contact h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-details-container .news-contact p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-details-container .news-contact a {
  color: white;
  background: #715580;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px 30px 10px 30px;
  width: 100%;
}
.news-details-container .news-contact a i {
  font-weight: 400;
  padding: 0px 10px 0px 10px;
}
.news-details-container .news-register {
  margin-bottom: 40px;
  background: #8C92CB;
  padding: 10px 30px 10px 30px;
}
.news-details-container .news-register a {
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.news-details-container .news-register a i {
  font-weight: 400;
  padding: 0px 10px 0px 10px;
}
.news-details-container .news-share {
  margin-bottom: 40px;
  background: #ffffff;
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  border: 2px solid #959595;
}
.news-details-container .news-share a {
  color: #959595;
  font-weight: 600;
  font-size: 16px;
}
.news-details-container .news-share a i {
  font-weight: 400;
  padding: 0px 10px 0px 10px;
}
.news-search {
  padding: 0px 100px 0px 100px;
  background: #EBEBEB;
}
@media only screen and (max-width: 991px) {
  .news-search {
    padding: 0px 10px 0px 10px;
  }
}
.news-search h3 {
  margin: 0px;
}
.news-search .search-title {
  font-size: 20px;
  font-weight: 600;
  color: #A071AA;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #CCCCCC;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .news-search .search-title {
    font-size: 18px;
  }
}
.news-search .news-search-panel {
  padding: 10px 0px 10px 0px;
}
.news-search .news-search-panel .filter-type {
  padding: 10px 0px 10px 0px;
  font-size: 16px;
  color: #A071AA;
}
@media only screen and (max-width: 991px) {
  .news-search .news-search-panel .filter-type {
    padding: 5px 0px 5px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .news-search .news-search-panel .tag-filter-col {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .news-search .news-search-panel .search-filter-col {
    padding-bottom: 20px;
  }
}
.news-search .news-search-panel .dispatch-search-label {
  width: 100%;
}
.news-search .news-search-panel .dispatch-search-label i {
  position: absolute;
  top: 55px;
  font-size: 20px;
  color: #959595;
  z-index: 1;
  left: 30px;
}
@media only screen and (max-width: 991px) {
  .news-search .news-search-panel .dispatch-search-label i {
    top: 41px;
  }
}
.news-search .news-search-panel .dispatch-search-label .search__control {
  height: 50px;
  border-radius: 10px;
  width: 100%;
  opacity: 0.7;
  background: #ffffff;
  border: solid 1px #9B88A6;
  padding-left: 50px;
  font-size: 18px;
  outline: none;
}
@media only screen and (max-width: 991px) {
  .news-search .news-search-panel .dispatch-search-label .search__control {
    height: 40px;
  }
}
.news-search-categorytabs .news-category-tab {
  margin-bottom: 30px;
}
.news-search-categorytabs .news-category-tab .news-categorytab-title {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  background: #715580;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  opacity: 0.7;
}
.news-search-categorytabs .news-category-tab .news-categorytab-title.selected-tab {
  opacity: 1;
}
.news-search-categorytabs .news-category-tab .news-categorytab-title.selected-tab:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 48%;
  width: 10px;
  height: 10px;
  /* background: red; */
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #715580;
}
.news-category-dropdown {
  display: none;
}
@media only screen and (max-width: 991px) {
  .news-category-dropdown {
    display: block;
  }
}
.category-dropdown-col {
  width: 100%;
}
.category-dropdown-col select {
  width: 100%;
  background: #715580;
  color: #ffffff;
  padding: 10px;
  outline: none;
  border: none;
}
.category-dropdown-col .category-dropdown-label {
  padding: 0px 5px 0px 5px;
  width: 100%;
  position: relative;
}
.category-dropdown-col .category-dropdown-label option {
  background: #ffffff;
  color: #715580;
}
.category-dropdown-col .category-dropdown-label .news-category-angle {
  position: absolute;
  color: #ffffff;
  top: 6px;
  right: 30px;
  font-size: 25px;
}
.mega-menu-app .cantarus-form fieldset button {
  border: none;
  margin: 5px;
  background: white;
  color: #715580;
}
.mega-menu-app .cantarus-form .fieldset-head {
  color: #715580;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0px;
}
.mega-menu-app .cantarus-form .form-group li {
  list-style: none;
}
.mega-menu-app .cantarus-form .form-group label {
  display: inline-block;
}
.mega-menu-app .cantarus-form .form-group label:first-child {
  display: block;
  font-weight: 600;
  margin-right: 10px;
}
.mega-menu-app .cantarus-form .form-group input {
  display: inline-block;
  width: auto;
}
.banner-container {
  background: #00a4e3 url('less/components/Images/background_header.gif') no-repeat center center;
  padding: 25px 0;
  min-height: 255px;
  display: table;
}
.banner-container h2 {
  font-weight: bold;
  font-size: 33px;
  color: #fff;
  font-family: Arial;
  text-align: right;
  margin: 25px 0;
}
.banner-container span {
  font-size: 18px;
  color: #fff;
  line-height: 150%;
  text-align: right;
  font-family: Arial;
}
.intro-container {
  background: -moz-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
  background: linear-gradient(top, #d3d3d3 0%, #e6e6e6 100%);
  margin: -10px;
  margin-top: 10px;
}
.intro-container .main {
  margin-top: 68px;
}
.intro-container .main h2 {
  font-size: 30px;
  color: #47292a;
  font-weight: normal;
  font-family: Arial;
  text-align: center;
}
.intro-container .main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.intro-container .main ul li {
  margin-top: 15px;
  padding: 0 7.5px;
}
.intro-container .main ul li a {
  background-repeat: no-repeat;
  background-position: center 38px;
}
.intro-container .main ul li a span.overlay {
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: opacity 3s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 3s ease-out;
  transition: opacity 0.2s ease-out;
  padding: 0 10px 20px 10px;
  color: #00a4e3;
  font-family: Arial;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  height: 235px;
  position: relative;
}
.intro-container .main ul li a span.overlay p {
  margin: 0;
  font-size: 12px;
}
.intro-container .main ul li a span.overlay label {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  background: url('less/components/Images/icon-btn-sm-circle-arrow.png') no-repeat right center;
  padding-right: 18px;
  display: block;
  float: left;
}
.intro-container .main ul li a:hover span.overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-transition: opacity 3s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 3s ease-in;
  transition: opacity 0.2s ease-in;
}
.intro-container .main ul li a:focus span.overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-transition: opacity 3s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 3s ease-in;
  transition: opacity 0.2s ease-in;
}
.intro-container .main ul li a:active span.overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-transition: opacity 3s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 3s ease-in;
  transition: opacity 0.2s ease-in;
}
.intro-container .main ul li a span.text {
  display: block;
  height: 65px;
  line-height: 65px;
  margin-top: -65px;
  background-color: #47292a;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-family: Arial Bold;
  text-transform: uppercase;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 28px;
}
.intro-container .main ul li > a {
  display: block;
  position: relative;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fafafa;
}
.intro-container .main ul li.qa a {
  background-image: url('less/components/Images/icon-qa.png');
  margin-left: 0;
}
.intro-container .main ul li.blog a {
  background-image: url('less/components/Images/icon-blog.png');
}
.intro-container .main ul li.leader a {
  background-image: url('less/components/Images/icon-leaderboard.png');
}
.intro-container .main ul li.video a {
  background-image: url('less/components/Images/icon-videos.png');
  margin-left: 0;
}
.intro-container .main ul li.shop a {
  background-image: url('less/components/Images/icon-shop.png');
}
.intro-container .main ul li.help a {
  background-image: url('less/components/Images/icon-online-help.png');
}
.intro-container .main ul li.forum a {
  background-image: url('less/components/Images/icon-forums.png');
  margin-left: 0;
}
.intro-container .main ul li.webinar a {
  background-image: url('less/components/Images/icon-webinars.png');
}
.intro-container .main ul li.wiki a {
  background-image: url('less/components/Images/icon-wikis.png');
}
.intro-container .slide.pull-right {
  margin-right: 27px;
  padding-right: 0;
  margin-bottom: 25px;
}
.intro-container .slide.pull-right .social-links {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.intro-container .slide.pull-right .product {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.intro-container .slide .social-links {
  text-align: center;
}
.intro-container .slide .social-links h3 {
  font-family: Arial;
  font-size: 17px;
}
.intro-container .slide .social-links ul {
  list-style: none;
  width: 152px;
  margin: 0 auto;
}
.intro-container .slide .social-links ul li {
  width: 29px;
  height: 29px;
  background-size: 100% 100%;
  margin-top: 0;
  margin-left: 10px;
}
.intro-container .slide .social-links ul li a {
  display: block;
  height: 100%;
  border: none;
  background: transparent;
  width: 29px;
  margin-left: -7px;
}
.intro-container .slide .social-links ul li.facebook {
  background-image: url('less/components/Images/icon-social-facebook.png');
  margin: 0;
}
.intro-container .slide .social-links ul li.linkedin {
  background-image: url('less/components/Images/icon-social-linkedin.png');
}
.intro-container .slide .social-links ul li.twitter {
  background-image: url('less/components/Images/icon-social-twitter.png');
}
.intro-container .slide .social-links ul li.youtube {
  background-image: url('less/components/Images/icon-social-youtube.png');
}
.intro-container .slide .product {
  font-size: 18px;
  font-family: Arial;
  color: #47292a;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c5c5c5;
  text-align: center;
  margin-top: 15px;
  padding-top: 21px;
}
.intro-container .slide .product img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.intro-container .slide .product p {
  border-top: 1px solid #47292a;
  padding-top: 30px;
  line-height: 185%;
  margin: 23px 10px 0 10px;
}
.intro-container .slide .product .btn-action {
  background: -moz-linear-gradient(top, #0498d4 0%, #0374a5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0498d4), color-stop(100%, #0374a5));
  background: -webkit-linear-gradient(top, #0498d4 0%, #0374a5 100%);
  background: -o-linear-gradient(top, #0498d4 0%, #0374a5 100%);
  background: -ms-linear-gradient(top, #0498d4 0%, #0374a5 100%);
  background: linear-gradient(top, #0498d4 0%, #0374a5 100%);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.6), 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.6), 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  color: #fff;
  display: block;
  font-family: Arial Bold;
  background-color: #0374a5;
  margin: 10px;
}
.intro-container .slide .product .btn-action span {
  display: block;
  line-height: 26px;
  text-align: center;
  padding: 20px 0;
}
.intro-container .slide .product .btn-action:hover {
  color: #008cc4;
  background: -moz-linear-gradient(top, #fafafa 0%, #f0eeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f0eeee));
  background: -webkit-linear-gradient(top, #fafafa 0%, #f0eeee 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #f0eeee 100%);
  background: -ms-linear-gradient(top, #fafafa 0%, #f0eeee 100%);
  background: linear-gradient(top, #fafafa 0%, #f0eeee 100%);
  background-color: #f0eeee;
}
.intro-container .slide .product.social {
  margin-top: 12px;
}
.company-intro p {
  padding: 23px;
  font-size: 18px;
  color: #47292a;
  background-color: #fafafa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c5c5c5;
  line-height: 164%;
  margin: 29px -9px 0 -6px;
}
.col-md-12 {
  float: left;
}
ul li {
  list-style-type: disc;
}
@media (max-width: 1199px) {
  .banner-container h2 {
    font-size: 25px;
  }
  .intro-container .main ul li a span.overlay label {
    font-size: 12px;
  }
  .intro-container .main ul li a span.text {
    font-size: 20px;
  }
  .intro-container .slide .product.social {
    margin-top: 19px;
  }
  .intro-container .slide .product p {
    font-size: 17px;
  }
  .intro-container .slide .product .btn-action span {
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .banner-container img {
    right: 135px;
  }
  .intro-container .main h2 {
    font-size: 38px;
  }
  .intro-container .slide .product .btn-action span {
    background: url('less/components/Images/icon-btn-sm-circle-arrow-shadow.png') no-repeat right center;
    margin-right: 10px;
    padding: 20px 26px 20px 10px;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  .intro-container .main ul li a span.text {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 788px) {
  .intro-container .main ul li a span.overlay p {
    font-size: 9px;
  }
  .intro-container .main ul li a span.overlay label {
    font-size: 9px;
  }
}
@media (max-width: 768px) {
  .banner-container {
    min-height: 205px;
    min-width: 0px;
    background: #00a4e3 url('less/components/Images/background_header.gif') no-repeat center center;
    padding: 25px 0;
  }
  .banner-container h2 {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    font-family: Arial;
    max-width: auto;
    float: none;
    text-align: center;
  }
  .banner-container span {
    margin-right: 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    font-family: Arial;
    max-width: auto;
    float: none;
  }
  .banner-container img {
    display: none;
  }
  .intro-container .slide.pull-right {
    width: auto;
    margin-right: 10px;
  }
  .intro-container .slide.pull-right .social-links {
    margin-top: 45px;
    margin-top: 15px;
  }
  .intro-container .slide.pull-right .social {
    margin-top: 15px;
  }
  .intro-container .slide.pull-right .social img {
    margin-top: -5px;
  }
  .intro-container .slide.pull-right .social p {
    margin-bottom: 43px;
  }
  .company-intro p {
    clear: both;
    font-size: 16px;
    color: #47292a;
    background-color: #fafafa;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    padding: 15px;
    margin: 10px -14px 25px -10px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  .intro-container .slide.pull-right .social-links {
    width: 100%;
  }
  .intro-container .slide.pull-right .product {
    width: 100%;
  }
  .company-intro p {
    margin: 10px -15px 0 -10px;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-weight: 400;
  font-family: 'Open Sans';
}
select {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
}
p {
  font-size: 16px;
  line-height: 180%;
}
@media only screen and (max-width: 480px) {
  p {
    font-size: 14px;
  }
}
h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 25px;
    text-align: center;
  }
}
h3 {
  line-height: 150%;
}
h6 {
  color: #715580;
  font-weight: 600;
  font-size: 20px;
}
b {
  font-weight: 600;
}
strong {
  font-weight: 600;
}
a {
  color: #715580;
}
a:visited {
  color: #715580;
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
  color: #A071AA;
}
ul {
  list-style: inside;
  color: #959595;
}
ul li {
  line-height: 200%;
  font-size: 16px;
  color: black;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media only screen and (max-width: 480px) {
  ul li {
    font-size: 14px;
  }
}
.ipt-button-purple {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  border: 2px solid #A071AA;
  font-weight: 600;
  color: #A071AA;
  font-size: 16px;
  text-transform: uppercase;
  background: #ffffff;
}
.ipt-button-purple:visited {
  color: #A071AA;
  text-decoration: none;
  outline: 0;
}
.ipt-button-purple:hover {
  color: #ffffff;
  background: #A071AA;
  text-decoration: none;
  border: 2px solid #ffffff;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ipt-button-purple.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.ipt-button-purpleblock {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  background: #A071AA;
}
.ipt-button-purpleblock:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.ipt-button-purpleblock:hover {
  color: #A071AA;
  background: #ffffff;
  text-decoration: none;
  border: 2px solid #A071AA;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ipt-button-purpleblock.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.ipt-button-purpleinverted {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  border: 2px solid #A071AA;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: #A071AA;
}
.ipt-button-purpleinverted:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.ipt-button-purpleinverted:hover {
  color: #A071AA;
  background: #ffffff;
  text-decoration: none;
  border: 2px solid #A071AA;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
.ipt-button-deeppurple {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  border: 2px solid #715580;
  font-weight: 600;
  color: #715580;
  font-size: 16px;
  text-transform: uppercase;
  background: #ffffff;
}
.ipt-button-deeppurple:visited {
  color: #715580;
  text-decoration: none;
  outline: 0;
}
.ipt-button-deeppurple:hover {
  color: #ffffff;
  background: #715580;
  text-decoration: none;
  border: 2px solid #ffffff;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ipt-button-deeppurple.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.ipt-button-deep-purpleblock {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  background: #715580;
}
.ipt-button-deep-purpleblock:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.ipt-button-deep-purpleblock:hover {
  color: #715580;
  background: #ffffff;
  text-decoration: none;
  border: 2px solid #715580;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ipt-button-deep-purpleblock.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.ipt-button-lilac {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  border: 2px solid #8C92CB;
  font-weight: 600;
  color: #8C92CB;
  font-size: 16px;
  text-transform: uppercase;
  background: #ffffff;
}
.ipt-button-lilac:visited {
  color: #8C92CB;
  text-decoration: none;
  outline: 0;
}
.ipt-button-lilac:hover {
  color: #ffffff;
  background: #8C92CB;
  text-decoration: none;
  border: 2px solid #ffffff;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.ipt-button-lilac.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.ipt-button-lilacinverted {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  border: 2px solid #8C92CB;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: #8C92CB;
}
.ipt-button-lilacinverted:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.ipt-button-lilacinverted:hover {
  color: #8C92CB;
  background: #ffffff;
  text-decoration: none;
  border: 2px solid #8C92CB;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
.ipt-button-deep-purpleinverted {
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
  border: 2px solid #715580;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  background: #715580;
}
.ipt-button-deep-purpleinverted:visited {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}
.ipt-button-deep-purpleinverted:hover {
  color: #715580;
  background: #ffffff;
  text-decoration: none;
  border: 2px solid #715580;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
.grey-content-pane {
  background: #EBEBEB;
  min-height: 0px;
}
.dispatch-search-button {
  visibility: hidden;
}
.border-sidebar-column {
  border-right: solid 2px #715580;
}
.IPT-readmore-link {
  padding-left: 20px;
  font-size: 12px;
}
@media only screen and (min-width: 991px) {
  .IPT-readmore-link {
    display: none;
  }
}
.IPT-centered {
  text-align: center;
}
.middle-banner-column-grey {
  min-height: 0px;
}
.border-sidebar-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.article-wrap {
  opacity: 0;
}
body a[href^="mailto:"]:before {
  display: none;
}
body a[href^="tel:"]:before {
  display: none;
}
.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1120px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  p {
    padding: 10px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  min-height: 0px !important;
}