.mentor-card{
  width: auto;
  height: 230px;
  padding: 15px 15px;
  border: 2px solid #f4f4f4;
  background-color: #ffffff;
  background-size: cover;
  margin-bottom: 16px !important;
  position: relative;
  overflow: hidden;
}

.mentor-profile-box{
  height: 230px;
  text-decoration: none !important;
}

.mentor-profile-box:hover{
  background: url(//mymagic.my/wp-content/themes/magic2017/assets/art/stripe-quote.png) top left repeat-y;
}

.mentor-card:hover{
  background: url(//mymagic.my/wp-content/themes/magic2017/assets/art/stripe-quote.png) top left repeat-y;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}

.mentor-card .avatar{
  height:64px;
  width:64px;
  margin-bottom:0;
}

.mentor-card .mentor-name{
  width: 370px;
  height: 22px;
  font-family: Aller;
  font-size: 14px;
  color: #0babc8;
  font-weight: 700;
  text-decoration: none solid rgb(11, 171, 200);
  line-height: 22px;
  padding-left: 16px;
  margin-bottom: 0px;
}

.mentor-card .alumni_position{
  font-weight:600;
  color:#03aac6;
  font-size:14px;
  line-height:20px;
  padding-left: 80px;
  margin-bottom: 20px;
}

.mentor-card .alumni_position-empty{
  font-weight:600;
  color:#03aac6;
  font-size:14px;
  line-height:20px;
  padding-left: 80px;
  margin-bottom: 55px;
}

.mentor-card .alumni_location{
  color:#89898b;
  font-family: Sofia Pro !important;
  font-size:12px !important;
  line-height:20px;
  padding:0;
  position: absolute;
  top: 200px;
  bottom: 0px;
  right: 0px;
  margin: 0px 25px 0px 0px;
}

.mentor-card p .text-info{
  /* font-family: Sofia Pro; */
  font-size: 12px;
  color: #565659;
  text-decoration: none solid rgb(86, 86, 89);
  line-height: 16px;
  font-weight: normal;
}

.mentor-card .at-svc-linkedin
{
  position: absolute;
  top:0;
  right:0;
  padding:5px;
}

.mentor-expertise-tag{
  width: auto;
  height: 22px;
  background-color: #ebebeb !important;
  background-size: cover;
  font-family: Aller !important;
  font-size: 12px !important;
  color: #1d1d1f !important;
  font-weight: 700 !important;
  text-decoration: none solid rgb(29, 29, 31);
  text-align: center;
  line-height: 14px !important;
}

.mentor-position{
  /* font-family: Sofia Pro; */
  font-size: 12px;
  color: #565659;
  text-decoration: none solid rgb(86, 86, 89);
  line-height: 16px;
  padding-left: 60px;
}

.mentor-position-empty{
  /* font-family: Sofia Pro; */
  font-size: 12px;
  color: #565659;
  text-decoration: none solid rgb(86, 86, 89);
  line-height: 16px;
  padding-left: 60px;
}

.mentor-card-header{
  margin: 10px 10px 10px 10px;
}

.mentor-card-header img{
  width: auto;
  height: auto;
}

.mentor-card-body{
  margin: 10px 10px 10px 10px;
}

.mentor-card-footer{
  margin: 10px 10px 10px 10px;
}

.testimonial-carousel-box{
  width: 90%;
  height: auto;
  padding: 0em 0em 0em 1.5em !important;
  background-color: #ffffff;
  background-size: cover;
  color: #1d1d1f;
  font-weight: 600;
  text-decoration: none solid rgb(29, 29, 31);
  box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.testimonial-carousel h5{
  text-transform: unset !important;
  /* font-family: Sofia Pro; */
  font-size: 14px !important;
  margin-bottom: unset;
  padding-bottom: 15px;
}

.testimonial-carousel p{
  color: #565659 !important;
  font-weight: 400 !important;
}

.testimonial-carousel img{
  width: 10% !important;
}

.testimonial-carousel blockquote{
  margin-left: none !important;
  padding: 2em !important;
}

.box-portfolio .alumni_location i{
  color:#9d9d9d !important;
}

.box-portfolio .label {
  background-color: #ebebeb !important;
  color: #1d1d1f !important;
  border-radius: 0px !important;
}


@media (max-width:760px) {
  .testimonial-carousel-box{
    width: 305px;
    height: auto;
    padding: 0em 0em 0em 1em !important;
  }
}

#Banner.landing_idea {
    background-image: url('../images/header-banner.jpg');
    background-size: cover;
}

@media (min-width: 991px)
{
	.event .lgi__item {
		width: 50%;
	}
}

.sidebar {
    margin-top: 40px;
}

@media (min-width: 991px)
{.sidebar {
    margin: 0;
    padding-left: 0;
}
}



.sidebar__inner {
    padding: 20px 0;
}


#list-filters {
    padding: 1em 1em 1em 0;
    border-bottom: 1px solid #ddd;
}
.listing .lgi__item {
    width: 270px;
   /* margin-left: 50px;
    margin-right:50px;*/
}


.lgi__item-inner {
    margin-bottom: 40px;
}

.lgi__block-2 .lgi__block-img {
    height: 250px;
    width: 250px;
}

.lgi__label2 {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #333;
    background: rgba(255,255,255,0.8);
    font-weight: 400;
    margin: 0;
    font-size: 12px;
    line-height: normal;
    z-index: 2;
}
.overlay-none {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    z-index: 1;
    opacity: 1;
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
}

.how-tab-nav li.active a {
    background-position:  bottom center;
    background-repeat: no-repeat;
    color: #1d1d1f;
 }

 .how-tab-nav li a {
 	 display: block;
    font-size: 20px;
    line-height: normal;
    color: #89898f;
    font-weight: 600;
    padding-bottom: 15px;
 }

 .header-subscribe .h2 {
 	margin-left: 20px;
    float: left;
    text-align: left;
 }


.btn-sd-blue {
	background:#1CB0CC;
	color:#fff;
	padding: 0 20px 0 20px;
	margin: auto;
    min-width: 340px;
}

.btn-sd-blue:hover,
.btn-sd-blue:active,
.btn-sd-blue:focus {
	background:#1694aa;
	color:#fff;
}

.half-50 {
	width: 50%;
}

.benefits {
	background: #66ab44;
}

.h0 {
	text-align: center;
	color:#000;
}

.lgi__head
{
    margin-left: auto;
    margin-right: auto;
}

.benefits-content {
	list-style:none;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	text-align:center;
}

.benefits-content li {
	padding:25px 15px;
	display:block;
}
.benefits-content li p {
	color:#fff;
	font-size:16px;
	line-height:24px;
	font-weight:300;
}
.benefits-content li h2 {
	color: #fff;
	padding-top:15px;
	margin-bottom:15px;
}

@media (min-width: 768px) {
	.benefits-content li {
		display:inline-block;
		width:33.333333%;
		vertical-align:top;
	}
}
@media (min-width: 991px) {
	.benefits-content {
		padding:50px 30px;
	}
}
@media (min-width: 1200px) {
	.benefits-content {
		padding:65px 30px;
	}
	.benefits-content li {
		padding:0 50px;
	}
}


.tab-content {
	text-align: center;
}


.featured-mentors li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

@media(max-width: 876px){
	.featured-mentors li
	{
		width: auto;
    	margin-left: auto;
    	margin-right: auto;
	}
}

.cropcircle{
    width: 220px;
    height: 220px;
    border-radius: 100%;
    background-size: cover;
    background-position: 50%;
    margin: 10px;

}

#image1{
    background-image: url(https://images.pexels.com/photos/91227/pexels-photo-91227.jpeg?w=940&h=650&auto=compress&cs=tinysrgb);
}
.fmentors_list {
    margin: 0;
    font-size: 0;
    list-style: none;
    text-align: center;
    padding: 0;
}
.listing_filter .facetwp-facet-tiers {
    background: none;
    padding: 0;
    max-height: none;
    position: relative;
}

.listing_filter .facetwp-facet-tiers .facetwp-checkbox {
    background-position: left 8px;
    padding-left: 25px;
    font-size: 12px;
    line-height: 18px;
    color: #99999b;
    margin-top: 10px;
}

.listing_filter .facetwp-facet-tiers h4 {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
    color: #64a947;
    margin: 0;
}

.listing_filter .facetwp-type-checkboxes {
    /* background: #f6f6f6; */
    overflow: auto;
    max-height: 100%;
    margin-bottom: 25px;

}
.listing_filter .facetwp-type-checkboxes .facetwp-checkbox {
    font-size: 14px;
    padding-left: 20px;
    line-height: 20px;
    margin-top: 10px;
    background-position: left 9px;
}

.listing_filter .facetwp-facet-industries .facetwp-checkbox {

    background-position: left 3px;
}
.facetwp-checkbox {
    background: url(../images/checkbox.png) 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

.facetwp-checkbox.checked {
    background-image: url(../images/checkbox-on.png);
}

.how-tab-nav {
    margin: 0 -15px 0 -15px;
}

.chosen-container.chosen-container-multi{
    max-width: 100%;
}

.chosen-container-multi .chosen-choices {
    background-image: none;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    border: 1px solid #dfdfdf;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 40px;
    height: 42px;
    font-weight: 300;
    padding: 0 5px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 8px 20px 8px 6px;
    border: 1px solid #aaa;
    max-width: 100%;
    background-image: -moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background: #ffffff;
    border-radius: 0px;

}

.chosen-container-multi .chosen-choices li.search-choice {
   margin: 6px 5px 3px 3px;
}


.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 10px;
}

#logo-fl{
    max-width: 280px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

.listing_display .facetwp-template .lgi__item .lgi__title h6{
    float: left;
    margin-right: 30px;
}

/* Facetwp Pagination */
.facetwp-pager {
    padding:20px 10px;
    font-family: "sofia-pro", Arial, sans-serif;
    font-size:18px;
    line-height:normal;
    font-weight:500;
    color:#444;
    text-align:right;
}
.facetwp-page {
    display: inline-block;
    padding: 0px 4px;
    margin-right: 6px;
    cursor: pointer;
}
.facetwp-pager-label {
    float:left;
}
.facetwp-pager .facetwp-page {
    display:inline-block;
    border:1px solid #e6e6e6;
    width:30px;
    height:30px;

    text-align:center;
    vertical-align:top;
    font-weight:300;
    color:#0cabc5;
    padding:0;
}
.facetwp-pager .facetwp-page:hover {
    text-decoration:none;
}
.facetwp-pager .facetwp-page.active {
    background:#f4f4f4;
    color:#444;
    font-weight:300;
}
.facetwp-pager .facetwp-page.active {
    background: #f4f4f4;
    color: #444;
    font-weight: 300;
}
.facetwp-page.active {
    font-weight: bold;
    cursor: default;
}

#block2 {
    width: 135px;
    float: right;
}
.profile-wrapper {
    max-width:270px;
    margin: 0 auto;
    overflow: hidden;
}

.mentor-book-tabs li > a
{
    border: none !important;
}

.mentor-book-tabs li.active

{
    background: url('/images/stripe.png') !important;
    background-repeat: repeat-x !important;
    background-position: 85% bottom !important;
}

#search-mentors .form-group{
   margin-left: 30px;
}

@media (min-width: 480px)
{
.mentor-profile-box .box-portfolio {
    height: 195px;
}

.box-portfolio .alumni_location {
    top: 160px;

}
}
.mentor-profile-box:hover{
    text-decoration: none;
}
.mentor-profile-box .box-portfolio .lead{
    padding:0;
    margin-bottom: 8px;
}

.mentor-exp-tag{
    background: #eee;
    border-radius: 0;
}
@media (max-width: 1024px) {
    .listing .lgi__item {
        margin: 0 auto;
    }
}

@media (min-width: 1150px){
    .listing .lgi__item {
    margin-right: 80px;
    margin-left: 30px;

    }
}

@media (min-width: 991px)
{
    .sidebar__inner {
        padding: 25px 0;
    }

}
@media(max-width: 480px){
    #search-mentors .form-group{
    margin-left: 10px;
    }
}

@media (min-width: 480px)
{
    .sidebar__inner {
    padding: 35px 0;
}
}

/*
.container-fluid{
    margin:0;
    padding:0;
}
*/

#main-content{
    margin-top:0;
}

/* ADDED BY DAREN 14/8/2019 */

.rating-static {
    width: 90px;
    height: 24px;
    display: inline-block;
    background: url('/images/star-rating2.png') 0 0 no-repeat;
  }

.rating-50 { background-position: 0 0; }
.rating-40 { background-position: -18px 0; }
.rating-30 { background-position: -32px 0; }
.rating-20 { background-position: -54px 0; }
.rating-10 { background-position: -72px 0; }
.rating-0 { background-position: -90px 0; }

.rating-5  { background-position: -72px -24px; }
.rating-15 { background-position: -54px -24px; }
.rating-25 { background-position: -36px -24px; }
.rating-35 { background-position: -18px -24px; }
.rating-45 { background-position: 0 -24px; }



.image {
  width: 115px;
  height: 115px;
  margin-top: 20px;
  border-radius: 500px;
  background-image: url('../images/pitcha.jpg');
  background-position: 50% 50%;
  background-size: cover;
  /* box-shadow: 0 0 16px 10px rgba(0, 0, 0, .1); */
}

.image-two {
  width: 130px;
  height: 115px;
  margin-top: 20px;
  /* border-radius: 500px; */
  background-image: url('../images/ytchoo.png');
  background-position: 50% 50%;
  background-size: cover;
  /* box-shadow: 0 0 16px 10px rgba(0, 0, 0, .1); */
}

.image-three {
  width: 100px;
  height: 115px;
  margin-top: 20px;
  /* border-radius: 500px; */
  background-image: url('../images/ydj-logo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  /* box-shadow: 0 0 16px 10px rgba(0, 0, 0, .1); */
}
.image.image__medium {
  width: 200px;
  height: 200px;
}

.profile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-container.full-height {
  height: 100%;
}

.profile-container.full-height.bg-color--dark-blue {
  height: 305px;
  margin-top: 20px;
  background-color: #1d2667;
  background-image: url('../images/FL_Brian.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, .05);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.profile-container.full-height.bg-color--dark-blue:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.heading {
  margin-top: 5px;
  margin-bottom: 0px;
}

.heading.color--white {
  color: #fff;
}

.partnership-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.partnership-content {
  display: block;
  height: auto;
}

.partnership-container{
  /* padding: 65px 30px;
  width: 1310px; */
}

.partnership-paragraph {
  position: relative;
  padding: 20px 40px 40px;
}

.description.color--white {
  color: #fff;
}

.text-block {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .image.image__medium {
    background-image: url('../images/pitcha.jpg');
    background-size: cover;
  }
  .profile-container.full-height.bg-color--dark-blue {
    height: 380px;
    background-image: url('../images/FL_Brian.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .column {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .profile-container.full-height.bg-color--dark-blue {
    height: 320px;
  }
  .column {
    padding-right: 10px;
  }
}

@media (max-width: 479px) {
  .slider {
    height: 100%;
  }
  .icon.right {
    display: none;
    margin-top: 30px;
  }
  .icon.left {
    display: none;
    margin-top: 30px;
  }
  .testimonial {
    width: 100%;
  }
  .profile-container.full-height.bg-color--dark-blue {
    height: 210px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.header-component {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    line-height: 20px;
  }

  .search-wrapper a {
    text-decoration: none !important;
    color:black;
  }

  .search-wrapper {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  }

  .search__label {
    margin-top: 15px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;

    font-weight: 500;
    text-align: left;
  }

  .search-component {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #f4f4f4;
  }

  .search-input {
    height: 52px;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: none;
    background-color: transparent;

  }

  .search-button {
    height: 52px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    border-style: none;
    background-color: transparent;
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    font-family: 'Fa solid 900', sans-serif;
    color: #9d9d9d;
    font-weight: 400;
  }

  .search-button:hover {
    color: #000;
  }

  .search-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .programme-list-component {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .programme-input {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 52px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    margin-top: 7px;
    margin-right: 10px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #000;

    color: #000;
    text-decoration: none;
  }

  .link-block:active {
    background-color: #fff;
    color: #000;
  }

  .link-block.selected {
    background-color: #000;
    color: #fff;
  }

  .divider-component {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 52px;
    -ms-flex-preferred-size: 52px;
    flex-basis: 52px;
    background-color: #f4f4f4;

    color: #9d9d9d;
  }

  .large-link-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    min-height: 100px;
    margin-top: 7px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 2px solid #9d9d9d;

    color: #9d9d9d;
    text-decoration: none;
  }

  .large-link-block.selected {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-color: #000;

    color: #000;
  }

  .startup-input {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 52px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .block-tag {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 5px;
    padding: 2px 5px 2px 12px;
    background-color: #9d9d9d;

    color: #fff;
    text-decoration: none;
  }

  .selected .block-tag {
    position: static;
    margin-bottom: 5px;
    background-color: #000;
  }

  .link-block-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    height: 71px;
    margin-top: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 100px;
    -webkit-flex: 100px;
    -ms-flex: 100px;
    flex: 100px;
    opacity: 0.3;
  }

  .selected .link-block-image {
    margin-top: 12px;
    opacity: 1;
  }

  .link-block-description {
    position: relative;
    width: 52px;
    height: auto;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    font-size: 14px;
  }

  .link-block-text {
    padding-right: 12px;
    padding-left: 12px;
  }

  @media (max-width: 991px) {
    .search-wrapper {
      width: auto;
      max-width: 90%;
    }
    .programme-input {
      height: auto;
      padding-left: 12px;
    }
    .link-block {
      margin-top: 7px;
    }
    .large-link-block {
      -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
    }
    .startup-input {
      height: auto;
      padding-left: 12px;
    }
    .link-block-image {
      display: none;
    }
    .link-block-text {
      font-size: 13px;
    }
  }

  @media (max-width: 767px) {
    .programme-input {
      padding-left: 12px;
    }
    .large-link-block {
      min-height: auto;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .startup-input {
      padding-left: 12px;
    }
    .link-block-text {
      padding-bottom: 7px;
    }
  }

  @media (max-width: 479px) {
    .header-component {
      height: auto;
    }
    .search-wrapper {
      margin-bottom: 20px;
    }
    .search__label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0px;
      padding-left: 12px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 52px;
      -ms-flex: 0 0 52px;
      flex: 0 0 52px;
    }
    .search-component {
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .search-input {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      border-style: solid none;
      border-width: 1px 1px 0px;
      border-color: #f4f4f4 #f4f4f4 #000;
    }
    .search-button {
      width: 20%;
      -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      border-style: solid none none;
      border-top-width: 1px;
      border-top-color: #f4f4f4;
      color: #9d9d9d;
    }
    .search-column {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .programme-list-component {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .programme-input {
      position: relative;
      min-width: 100%;
      padding-right: 12px;
      padding-bottom: 12px;
      padding-left: 12px;
    }
    .link-block {
      height: auto;
      max-width: auto;
      min-height: 38px;
      min-width: 100%;
      padding-top: 7px;
      padding-bottom: 7px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: left;
    }
    .divider-component {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .large-link-block {
      border-color: #000;
      background-color: transparent;
    }
    .startup-input {
      position: relative;
      min-width: 100%;
      padding-right: 12px;
      padding-bottom: 12px;
      padding-left: 12px;
    }
    .block-tag {
      min-height: 38px;
      margin-bottom: 0px;
      padding-top: 7px;
      padding-right: 12px;
      padding-bottom: 7px;
      background-color: transparent;
      color: #000;
    }
    .selected .block-tag {
      margin-bottom: 0px;
      color: #fff;
    }
    .link-block-image {
      display: none;
      -webkit-flex-basis: 80px;
      -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
    }
   .link-block-text {
      display: none;
      padding-top: 7px;
      padding-bottom: 7px;
      font-size: 14px;
    }
  }

  .w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
  }

  .body-stampede .panel-default>.panel-heading{
    background-color:#fff !important;
    font-weight:bold;
    border-bottom:none;
  }
  
  .testimonial-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  
  .title {
    font-family: Sofia-pro, sans-serif;
    font-weight: 500;
  }
  
  .title.title__align--center {
    margin-bottom: 40px;
    text-align: center;
  }
  
  .slider {
    height: 100%;
    padding-bottom: 20px;
    background-color: transparent;
  }
  
  .icon {
    width: 60px;
    height: 60px;
    padding: 18px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 96%, 0);
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #bbb;
    font-size: 23px;
    font-weight: 700;
  }
  
  .icon:hover {
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
  }
  
  .icon.right {
    padding-left: 20px;
  }
  
  .icon.left {
    padding-left: 16px;
  }
  
  .slider-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .testimonial {
    padding: 65px 0px;
  }
  
  .testimonial-paragraph {
    position: relative;
    padding: 20px 40px 40px;
  }
  
  .short-gnome {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 4px;
    height: 60px;
  }
  
  .gnome-blue {
    width: 4px;
    height: 60%;
    background-color: #0babc8;
  }
  
  .gnome-orange {
    width: 4px;
    height: 20%;
    background-color: #f47b43;
  }
  
  .gnome-red {
    width: 4px;
    height: 20%;
    background-color: #d9323d;
  }
  