body {
  background-color: #f4f4f4;
}

html,
body {
  overflow: inherit;
}


/*Read more*/

a.readmorelink {
  text-decoration: none;
  outline: none;
  font-size: 12px;
  font-weight: normal;
}

.readmorecontent span {
  display: none;
}


/*End of read more*/

.noleftrightpadding {
  padding-left: 0;
  padding-right: 0;
}


/* new one */

.swiper-container {
  width: 100%;
  position: relative;
  margin-top: 30px;
  left: 30px;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  position: relative;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  margin-top: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1;
}

.testimonialcover_card {
  width: 100%;
  background: #fff;
  padding: 0px;
  border-radius: 4px;
}

.testimonialcover_card_content {
  padding: 40px;
}

.testimonialcover_card_footer {
  background: #D5F0FC;
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.testimonialcover_card_footer_content {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.footer_content_img {
  padding-right: 20px;
}

.testimonial_namedesc h5 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.footer_blockquote {
  float: right;
  margin-top: -30px;
}

.footer_content_img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  float: left;
  margin-right: 0px;
  object-fit: cover;
}

.barrywithmedal {
  padding: 0px;
}

.barrywithmedal img {
  max-width: 100%;
}

.testimonialcover_card_content h4 {
  font-size: 18px;
  text-align: center;
  color: #006EA1;
}

.testimonialcover_card_content p {
  font-size: 14px;
}

.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next {
  opacity: 0.5;
}

.swiper-slide.swiper-slide-duplicate-next,
.swiper-slide.swiper-slide-duplicate-prev,
.swiper-slide.swiper-slide-duplicate-active {
  opacity: 0;
}

.swiper-slide.swiper-slide-duplicate-active {
  transform: none !important;
}

.swiper-button-prev {
  left: 60px;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none;
}

#t-top {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient( 180deg, rgba(24, 162, 227, 1) 15%, rgba(20, 133, 213, 1) 65%, rgba(18, 114, 190, 1) 100%);
}

#t-top h2 {
  font-size: 30px;
  color: #fff;
}

.testimonial_filter_sidebar {
  max-width: 310px;
  background-color: #fff;
  margin-top: 40px;
  padding: 20px;
  margin-left: 40px;
}

.testimonial_filter_sidebar h4 {
  color: #666666;
}

.btn-group.bootstrap-select.filter-select.year_filter {
  width: 100% !important;
}

.year_filter {
  padding-left: 10px;
}

.testimonial_three_features {
  padding-top: 50px;
  padding-bottom: 50px;
}

span.filteryear_text {
  padding-bottom: 15px;
  display: block;
}

.filteryear_text,
.filterlevel_text,
.legend_text {
  color: #666666;
  font-size: 15px;
  font-weight: 500;
}

.features_box_col {
  text-align: center;
}

.features_box_col img {
  margin-bottom: 10px;
}

.features_box_col h5 {
  font-size: 25px;
  color: #448AA0;
}

.features_box_col span {
  text-transform: uppercase;
  font-size: 18px;
}

.testimonial_display_area h2 {
  text-align: center;
  margin-bottom: 70px;
}

.testimonial_filter_year_dropdown {
  margin-top: 30px;
  margin-bottom: 20px;
}

.filterlevel_text {
  padding-bottom: 10px;
  display: block;
}

ul.listoflevels {
  margin-left: 0px;
  padding-left: 0px;
}

ul.listoflevels li {
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding: 5px 10px;
  margin: 5px 3px;
  font-size: 12px;
  color: #999999;
  cursor: pointer;
}

.legend_box {
  max-width: 310px;
  margin-top: 10px;
  padding: 20px;
  margin-left: 40px;
}

span.legend_color {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.box_primary .legend_color {
  background: #8CACBE;
}

.box_secondary .legend_color {
  background: #B48CBE;
}

.legend_box span.legend_level {
  font-size: 13px;
  font-weight: normal;
}

.box_primary,
.box_secondary {
  display: inline-block;
  margin-right: 10px;
}

span.legend_text {
  display: block;
  margin-bottom: 10px;
}

ul.listoflevels li.active {
  border: 1px solid #2081AE;
  color: black;
}

.testimonial_mod_content img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  object-fit: cover;
}

.testimonial_mod {
  border-radius: 4px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.testimonial_grid {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pinto {
  box-sizing: border-box;
}

.testimonial_mod_content {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 20px 0px;
  background-color:#fff;
}

.low-pri .testimonial_mod_content,
.upp-pri .testimonial_mod_content {
  background-image: url(../images/testimonial_pri_topslope.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.low-sec .testimonial_mod_content,
.upp-sec .testimonial_mod_content {
  background-image: url(../images/testimonial_sec_topslope.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.testimonial_photo_and_name {
  padding: 20px;
}

.testimonial_nameholder h5 {
  margin-bottom: 0px;
  font-size: 12px;
}

.testimonial_nameholder {
  margin-top: 40px;
}

.testimonial_mod_content h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
}

.testimonial_descholder {
  padding: 0px 20px 20px 20px;
}

.testimonial_nameholder span {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  display: block;
}

.morecontent span {
  display: none;
}

.morelink {
  display: inline-block;
  font-size: 11px;
}

a.morelink {
  text-decoration: none;
}

.testimonial_year_label {
  font-size: 10px;
  font-weight: 500;
  color: #999999;
  background: #E4E4E4;
  border-radius: 15px;
  padding: 8px;
  text-align: center;
  width: 90px;
  margin: 0 auto;
}

.ifhavelabel img {
  width: auto;
  height: auto;
  border-radius: 0;
  float: right;
  margin-right: -1px;
}

.toggle_ico {
  display: block;
  height: 32px;
  width: 32px;
  background: url("../images/plus_icon.png");
  float: right;
  margin-top: -6px;
}

.toggle_ico.expanded {
  background: url("../images/minus_icon.png");
}

.filters button {
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding: 5px 20px;
  background: transparent;
  margin: 5px 3px;
  font-size: 12px;
  color: #999999;
}

.filters button.active {
  border: 1px solid #2081AE;
  color: black;
}

.testimonial_mod.mix {
  /*display: none;*/
}

.testimonial_wrapper {
  margin-top: 70px;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
  margin-bottom: 20px;
}

.grid-item {
  float: left;
}

.loadmore {
  margin-top: 70px;
}

.loadmore {
  position: absolute;
  bottom: 0;
  margin-bottom: -50px;
}

.loadmore-button {
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  color: #999999;
  border-radius: 10px;
  border: 1px solid #ddd;
  text-decoration: none;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
  background: transparent;
  position: relative;
}

.loadmore-less {
  background: orange;
  display: none;
}

.loadmore {
  clear: both;
}

.flex-row-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.loadingicon {
  display: none;
}

.wrapper_buttons {
  position: relative;
  margin: 0 auto;
  display: flex;
  text-align: center;
}

#skew_testifooter {
  background: linear-gradient( 176deg, rgba(24, 162, 227, 1) 0%, rgba(20, 133, 213, 1) 31%, rgba(18, 114, 190, 1) 69%);
  z-index: 9;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-top: 150px;
  position: relative;
}

#skew_testifooter:after {
  transform-origin: bottom left;
  transform: skewY( -1.5deg);
}

#skew_testifooter h4 {
  color: #fff;
  font-size: 22px;
}

.testimonial_footer .container {}

.testi_blob {
  position: absolute;
  left: 80px;
  margin-top: -60px;
}

.testi_text {
  padding-top: 40px;
  padding-bottom: 30px;
}

.testi_image img {
  max-width: 60%;
  padding-top: 10px;
  margin: 0 auto;
  display: block;
}

a.send_your_story {
  text-align: center;
  background: #e54c01;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  outline: none;
  border: 1px solid #c24609;
  padding: 15px 20px;
  font-size: 14px;
  margin-right: 10px;
  display: block;
  margin-top: 30px;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
  max-width: 250px;
}

a.send_your_story:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
  text-decoration: none;
}

.cus_div:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  bottom: 0;
  content: '';
}

@media screen and (min-width: 280px) {
  .testi_blob img {
    max-width: 80%;
  }
  #t-top h2 {
    float: none;
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
  }
  #skew_testifooter h4 {
    text-align: center;
  }
  a.send_your_story {
    margin: 0 auto;
    margin-top: 30px;
  }
  .testimonial_descholder h2 {
    text-align: left !important;
  }
  form#Filters {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 10;
  }
  .testimonial_filter_and_legend {
    display: block;
    width: 100%;
    float: none;
    margin-right: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
  }
  .testimonial_filter_year_level {
    margin-top: 20px;
  }
  .toggle_ico {
    display: block;
  }
  .testimonial_filter_content {
    display: none;
    width: 100%;
  }
  .testimonial_three_features {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .features_box_col img {
    max-width: 30%;
  }
  .testimonial_mod_content h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .features_box_col {
    margin-bottom: 40px;
  }
  .swiper-wrapper {
    min-height: 450px;
  }
  .swiper-container {
    width: 100%;
    left: 0px;
  }
  .swiper-button-prev {
    left: 0px;
  }
  .testimonialcover_card {
    width: 100%;
  }
  .barrywithmedal img {
    max-width: 20%;
    margin: 0 auto;
    display: none;
  }
  .testimonial_display_area h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 25px;
  }
  .testimonial_filter_sidebar {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    margin-top: 40px;
    padding: 5px 20px;
    margin-left: 0px;
    top: 20px;
    left: 0px;
    z-index: 10;
    border-bottom: 1px solid #ececec;
  }
  .testimonial_filter_and_legend.col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .btn-group.bootstrap-select.year_filter button {
    width: 40% !important;
  }
  .testimonial_filter_year_dropdown {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }
  .testimonial_filter_year_level {
    display: flex;
  }
  ul.listoflevels {
    margin-left: 0px;
    padding-left: 10px;
  }
  .filterlevel_text {
    padding-bottom: 10px;
    margin-top: 10px;
    display: block;
  }
  span.filteryear_text {
    padding-bottom: 0px;
    display: inline-block;
    margin-top: 5px;
  }
  .legend_box {
    max-width: 100%;
    margin-top: 0px;
    padding: 0px;
    display: flex;
    margin-left: 0px;
    padding: 20px 20px 10px 20px;
    background: #ececec;
  }
  span.legend_text {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 300px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
  #skew_testifooter h4 {
    color: #fff;
    font-size: 16px;
  }
  a.send_your_story {
    margin: 0 auto;
    margin-top: 30px;
    font-size: 12px;
  }
  .testi_text {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 50%;
    float: left;
  }
  .testi_image img {
    max-width: 45%;
    padding-top: 10px;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (min-width: 640px) {
  .swiper-container {
    width: 100%;
  }
  .testimonialcover_card {
    width: 100%;
  }
  #t-top h2 {
    float: none;
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) {
  .testi_text {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 50%;
    float: left;
  }
  .testi_image img {
    max-width: 45%;
    padding-top: 10px;
    margin: 0 auto;
    display: block;
  }
  #t-top h2 {
    padding-top: 30px;
  }
  .features_box_col img {
    max-width: 100%;
  }
  .testimonial_three_features {
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
  }
}

@media screen and (min-width : 896px) {
  form#Filters {
    top: 0px;
    position: sticky;
    top: 80px;
    z-index: 10;
  }
}

@media screen and (min-width: 992px) {
  .testi_blob img {
    max-width: 100%;
  }
  #t-top h2 {
    float: none;
    font-size: 30px;
    margin: 0 auto;
    text-align: left;
    padding-top: 30px;
  }
  .barrywithmedal img {
    display: block;
  }
  form#Filters {
    top: 0px;
  }
  #skew_testifooter h4 {
    text-align: left;
  }
  a.send_your_story {
    margin: inherit;
    margin-top: 30px;
  }
  .testi_image img {
    max-width: 60%;
    padding-top: 10px;
    margin: 0 auto;
    display: block;
  }
  .testi_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .testimonial_filter_and_legend {
    display: block;
    width: 310px;
    float: left;
    left: 30px;
    margin-right: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    margin-top: 100px;
  }
  .toggle_ico {
    display: none;
  }
  .testimonial_filter_content {
    display: inline-block !important;
  }
  ul.listoflevels {
    margin-left: 0px;
    padding-left: 0px;
  }
  .barrywithmedal img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .barry_and_testi {
    display: flex;
    align-items: center;
  }
  .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
  .testimonialcover_card {
    width: 341px;
  }
  .swiper-button-prev {
    left: 30px;
  }
  .swiper-button-next {}
  .swiper-wrapper {
    min-height: 540px;
  }
  span.filteryear_text {
    padding-bottom: 15px;
    display: block;
    margin-top: 5px;
  }
  .filterlevel_text {
    padding-bottom: 10px;
    margin-top: 0px;
    display: block;
  }
  .testimonial_filter_sidebar {
    max-width: 310px;
    background-color: #fff;
    margin-top: 0px;
    padding: 20px;
    margin-left: 0px;
    position: relative;
    border-bottom: 0px;
  }
  .testimonial_filter_sidebar h4 {
    display: block;
  }
  .testimonial_filter_year_dropdown {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }
  .btn-group.bootstrap-select.year_filter button {
    width: 100% !important;
  }
  .testimonial_filter_year_level {
    display: block;
    margin-top: 20px;
  }
  .legend_box {
    max-width: 310px;
    margin-top: 10px;
    padding: 0px;
    display: block;
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .testi_wrapper {
    max-width: 700px;
    margin: 0 auto;
  }
  .testi_image img {
    max-width: 100%;
  }
}


/* ###### CSS used for cta popup ###### */
.advrt{
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url(../images/pop_ad_bck.png) center center;
  background-size: cover;
  padding: 40px 30px;
  text-align: center;
  max-width: 500px;
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 20;  
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.advrt .closediv img{
  width: 20px;
  filter: invert(52%) sepia(3%) saturate(2894%) hue-rotate(163deg) brightness(95%) contrast(80%);
}
.advrt .closediv{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}
.advrt a.closediv{
  color: #6b8496;
}
.advrt .imgcont{
  margin:0 auto;
}
.advrt .btn.btn-danger{padding: 15px 30px;margin-top: 8px;}
.hide{opacity: 0;}

.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}
@keyframes slide-in {
    0%{opacity: 0;}
    100% { transform: translateX(-5%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(-5%); }
}

@media screen and (orientation:landscape){
  .advrt{height:250px;}
  .advrt .imgcont{display: none;}
}

@media screen and (min-width:1024px){
  .advrt .imgcont{display: initial;}
  .advrt{height:initial;}
}

@media screen and (max-width: 480px) {
  .advrt{max-width: 340px;}
}

@media screen and (max-width: 360px) {
  .advrt{max-width: 290px;}
  .advrt .imgcont{display: none;}
  .advrt .btn.btn-danger{padding: 15px 20px;}
}

@media screen and (max-width: 280px) {
  .advrt{max-width: 250px;}
  .advrt .btn.btn-danger{padding: 15px 10px;white-space: pre-wrap;}
}

/* ###### End of CSS used for cta popup ###### */