@font-face {
	font-family: "Helvetica Neue LT Std";
	src: url('https://foundr.com/wp-content/themes/foundr/fonts/HelveticaNeue-CondensedBold.ttf');
}

@font-face {
	font-family: "Helvetica Neue LT Std\ 57";
	src: url('https://foundr.com/wp-content/themes/foundr/fonts/HelveticaNeueLTStd-Cn.otf');
}

@font-face {
	font-family: "Miller";
	src: url('https://foundr.com/wp-content/themes/foundr/fonts/Miller-Display.otf');
}

@font-face {
	font-family: "Roboto";
	src: url('https://foundr.com/wp-content/themes/foundr/fonts/Roboto-Regular.ttf');
}

@font-face {
	font-family: "Roboto Bold";
	src: url('https://foundr.com/wp-content/themes/foundr/fonts/Roboto-Bold.ttf');
}

::selection{
	color: #fff;
	background: #fa0240;
}

body {
	font-family: "Roboto";
	overflow-x: hidden;
}

.page-template-template-tell-us-your-story .site-title a,
.site-title a {
	background-image: url(images/logo.png) no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 24px;
	width: 100%;
}

h1,
.h1 {
	font-size: 4rem;
}

h1 span {
	color: #fa0240;
}

.site-inner {
	background: #e8e6e7;
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.3;
}

h3 {
	font-size: 26px;
}

h4,
.h4 {
	font-size: 1.3rem;
	font-family: "Roboto";
}

p {
	color: #616161;
	margin-bottom: 25px;
    line-height: 24px;
}

p:last-child {
    margin-bottom: 0;
}

.disabled {
	display: none !important;
}

.enabled {
	display: flex;
}
#noResultsDesktop p{
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 45px;
}
.cs {
	padding-top: 70px;
	background: #e8e6e7;
    position: relative;
    z-index: 999;
}

.cs h1,
.cs h2,
.cs h3,
.cs h5,
.cs span {
	font-family: "Helvetica Neue LT Std" !important;
	font-weight: 700;
}

.cs h1 {
	font-size: 55px;
	line-height: 50px;
	margin-bottom: 25px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	min-width: auto;
	max-width: 100%;
}

.col-4-flex {
	display: flex;
	flex: 33.3333%;
	width: 33.3333%;
	padding-left: 20px;
	padding-right: 20px;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.cs-title {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
}

.container.big-w {
	width: 100%;
	max-width: 1370px;
	background: #fff;
}

.fa {
	margin-left: 18px;
	font-size: 18px !important;
	margin-top: -2px;
}

.filter-wrap {
	position: relative;
}

.filter-reset {
	position: absolute;
	font-family: "Miller" !important;
	font-size: 15px;
	color: #231f20;
	font-style: italic;
	font-weight: 700;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.filter-reset:hover {
	color: red;
}

.foundr-footer-subscribe-widget .textwidget p {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: "Helvetica Neue LT Std";
	margin-bottom: 20px;
}

.head {
	padding: 60px 20px 60px;
}

.head h1 {
	color: #000;
}

.head .head-title h1 span {
	font-family: "Helvetica Neue LT Std";
	color: #fa0240;
	font-size: 76px;
}

.head .head-title h4 {
	font-size: 2.3rem;
	font-family: 'Roboto' !important;
	font-weight: 500;
}

.head .bg-image {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 13%;
	z-index: 1;
}

.head-title {
	z-index: 4;
	position: relative;
}

.head-title::after {
	content: "";
	background-image: url(https://foundr.staging.wpengine.com/wp-content/uploads/2021/01/head-rectangle-1.png);
	width: 354px;
	height: 207px;
	position: absolute;
	top: -12px;
	left: 45%;
	transform: translateX(-50%);
	z-index: -1;
}

.head-title h4 {
	font-size: 18px;
	line-height: 24px;
	font-family: "Roboto";
	font-weight: 400;
}

.align-items-center {
	align-items: center !important;
}

.drop {
	padding: 120px 20px;
}

.dropdown {
	display: flex;
	flex-direction: column;
}

.dropdown-filter {
	margin: 45px auto 60px;
	max-width: 980px;
    width: 100%;
    justify-content: center;
}

.dropdown-filter [class*="col-"]{
	padding: 0 15px;
}

.dropdown-menu.show {
	width: 100%;
}

.dropdown-item {
	font-size: 15px;
	font-family: "Roboto";
}
.dropdown-menu {
    border-radius: 1rem !important;
}
.dropdown-item.is-checked,
.dropdown-item:hover {
	color: #fff !important;
	background-color: #ff0042 !important;
}

button#dropdownMenuButton {
	text-transform: capitalize;
	text-align: left;
	font-size: 16px;
	padding: 0 20px;
	font-family: "Roboto";
}

#noResultsContainer p {
    font-size: 16px;
    line-height: 18px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
	margin-bottom: 40px;
    text-align: center;
}

.select-wrap {
	padding: 30px 20px 60px;
}

.select-wrap select {
	border-radius: 45px;
	width: 280px;
	height: 65px;
	font-size: 18px;
	padding-left: 10%;
	border: 4px solid #e1e1e1;
}

.filters-select {
	float: right;
}

.col.centerSelect {
	text-align: center;
}

.selectdiv {
	position: relative;
	z-index: 2;
}

.selectdiv:after {
	content: '\f078';
	font: normal normal normal 17px/1 FontAwesome;
	color: #000;
	right: 30px;
	top: 11px;
	height: 34px;
	padding: 15px 0px 0px 8px;
	position: absolute;
	pointer-events: none;
}

select::-ms-expand {
	display: none;
}

.selectdiv .select-inner {
	-webkit-border-radius: 7px;
	-moz-border-radius: 72px;
	border-radius: 7px;
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	max-width: 320px;
	height: 65px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 4px solid #e1e1e1;
	-ms-word-break: normal;
	word-break: normal;
}

.selectdiv select:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

select:focus {
	outline: none;
}
.name-wrap{
	height: 105px;
}

.first_multi_cases .grid-item[style*='display: block'] {
	display: flex !important;
}

.second_multi_cases .grid-item[style*='display: block'] {
	display: flex !important;
}

#showLess,
#loadMore {
	color: #171717;
	cursor: pointer;
	border: 2px solid #fff;
	background: transparent;
	padding: 20px 40px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 3px;
	font-family: "Helvetica Neue LT Std";
}

#loadMore:hover {
	color: black;
}

#loadMore2 {
	color: #171717;
	cursor: pointer;
	border: 2px solid #fff;
	background: transparent;
	padding: 20px 40px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 3px;
	font-family: "Helvetica Neue LT Std";
}

#loadMore2:hover {
	color: black;
}

#showLess {
	color: red;
	cursor: pointer;
}

#showLess:hover {
	color: black;
}

.button-load {
	width: 400px;
	margin: 0 auto;
}


/* Case Studies 1 */

section.intro .videos {
	padding-top: 60px;
}

section.intro--cs {
	padding-bottom: 0px;
}

section.intro--cs .videos .second {
	margin-bottom: 0rem;
}

p.media-description {
	color: #fff;
	background-color: #231f20;
	font-family: "Helvetica Neue LT Std" !important;
	font-size: 26px;
	padding: 30px;
	text-transform: uppercase;
	line-height: 26px;
	margin: 20px 0;
}

p.media-description span {
	color: #ff0042;
	font-weight: bold;
	font-family: "Helvetica Neue LT Std" !important;
}

.media {
	display: flex;
	align-items: flex-start;
}

.text-left {
	text-align: left !important;
}
.media-name span{color: #231f20!important;}
.media--cs {
	margin-bottom: 0px;
	display: flex;
}

.media-name--story span {
	display: block;
}

.media-name--story {
	font-size: 22px;
	margin-top: 1.5rem !important;
}

.single_review .media-name span {
	color: #231f20 !important;
}

.media-name {
	color: #ff0042 !important;
	text-transform: uppercase;
    margin-bottom: 10px;
	font-size: 25px;
	line-height: 25px;
}

h3.media-name.mobile{
	display: none;
}

.left-media .img-hover-zoom{
	position: relative;
}

.story-item:hover {
	background-color: #f3f3f3;
	color: transparent !important;
}

.story-item:focus{
  outline: none !important;
}

p.course_name {
	font-size: 13px;
	color: #231f20 !important;
	font-family: "Miller" !important;
	margin: 0px 0px 20px !important;
}

p.course_name:hover {
	color: #231f20 !important;
}

.first_slide .story-item:hover {
	background-color: #f3f3f3;
}

.story-item__content p {
	margin: 0;
}

.img-hover-zoom:hover .media-object,
.story-item:hover .img-hover-zoom .story-item__image {
	transform: scale(1.1);
}

.story-item__image {
	transition: transform .5s ease !important;
	align-self: start;
}

.media-object {
	transition: transform .5s ease !important;
	align-self: start;
}

.story-item__content .story-item__image {
	object-fit: cover;
	margin: auto;
	width: 100%;
	height: 200px;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.story-item__footer {
	width: 100%;
	padding: 20px 15px 15px;
}

.story-item__footer .btn-success-story {
	margin-top: 0;
	border: 0;
	padding-right: 20px;
}

.story-item__footer .btn-success-story span {
	display: block;
}

.btn-success-story span {
	color: #ff0042;
	font-family: 'Miller' !important;
	margin-right: 5px;
	font-weight: 500;
}

.story-item__footer .btn-arrow-right::after {
	background-size: contain;
	padding-right: 0;
	margin-right: 5px;
	margin-top: 3px;
	width: 16px;
	height: 14px;
}

.story-description {
	color: #231f20;
	font-size: 15px;
	font-family: CFAstyStd, sans-serif;
	line-height: 1.4;
}

p.story-description:hover {
	color: #000;
}

.story-item .story-description:hover {
	color: #000;
}

.story-item:hover .btn-arrow-right::after {
	margin-right: -8px;
}

.first_cta_inner a:hover .btn.btn-md::after {
	margin-right: -8px;
	background-position-x: right;
}

.btn.btn-md:hover:after {
	transform: translate(10px, -50%);
}

.btn.btn-md:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 17px;
	background-image: url(../images/angle-right.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: .5em;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: absolute;
	right: 45px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.btn-arrow-right::after {
	content: "";
	background: url(https://fcoursestaing.wpengine.com/wp-content/uploads/2020/12/arrow-right.png) no-repeat 0 0 scroll;
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 16px;
	right: 0;
	padding-right: 35px;
	transition: all 0.2s linear;
}

.foundr-footer-subscribe-widget .textwidget .btn-primary{
	border: none !important;
	border-radius: 0 !important;
	text-transform: inherit !important;
}

.media--cs:hover .btn-arrow-right::after {
	background-position-x: right;
}

img {
	vertical-align: middle;
}

.media-quote {
	font-family: CFAstyStd, sans-serif;
	font-style: italic;
	font-size: 19px;
	margin-top: 20px;
	line-height: 1.6;
	padding-left: 35px;
	position: relative;
}

.media-quote::before {
	content: "“";
	font-family: 'Miller';
	font-size: 88px;
	font-style: normal;
	color: rgb(255, 0, 66);
	top: -10px;
	left: 0px;
	height: auto;
	width: auto;
	line-height: 1;
	background: 0px 0px;
}

.foundr-quote {
	font-family: 'Miller';
	font-style: normal;
	font-size: 20px;
	margin-top: 100px;
	line-height: 1.4;
	padding-left: 0px;
	position: relative;
	text-align: center;
	height: 280px;
}

.foundr-quote::before {
	content: "“";
	font-family: 'Miller';
	font-size: 145px;
    line-height: 140px;
	font-style: normal;
	color: #000;
	position: absolute;
	top: -77px;
    left: 50%;
    height: 45px;
    width: 60px;
	background: 0px 0px;
	transform: translateX(-50%);
    background-size: 100% 100%;
}

p.media-name-only.text-left {
	padding-top: 15px;
	font-style: italic;
	font-family: "Miller";
	font-size: 16px;
}

.media-name-only.text-left span {
	display: none;
}

.media--cs.second .media-left {
	padding-right: 100px;
}

.btn-success-story {
	color: #231f20;
	font-family: 'Miller';
	font-size: 16px;
	line-height: 20px;
	display: block;
	padding: 15px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	align-items: center;
	margin-top: 35px;
	position: relative;
}

.right-media .btn-success-story:hover {
	color: inherit;
	text-decoration: none;
}
.right-media .btn-success-story:after {
	top: 50%;
    transform: translateY(-50%);
	right: 10px;
}

.videos:hover .btn-success-story:after{
	margin-right: -10px;
}

.btn {
	background-color: #ffffff;
	color: #000;
	border-radius: 50px !important;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 19px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 3px solid transparent;
	width: 100%;
}

.btn:focus {
	box-shadow: none !important;
	outline: none !important;
}

.btn-secondary {
	border-color: #dadbdc;
}

.filter-select {
	/* background: #fff !important; */
	border: 4px #e1e1e1 solid !important;
	height: 60px;
	color: #2f2c2c !important;
	border-radius: 30px;
	font-size: 16px;
    padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(https://foundr.com/wp-content/themes/foundr/images/angle-down.svg) white no-repeat calc(100% - 15px);
	background-size: 14px !important;
}

.filter-select::-ms-expand{
	display: none !important;
}

.select-arrow{
	display: none;
	position: absolute;
    top: 48%;
    transform: translateY(-50%);
    right: 40px;
    width: 14px;
    height: 14px;
}

.select-arrow:after {
    content: '\f078' !important;
    font: normal normal normal 17px/1 FontAwesome;
    color: #2f2c2c;
    position: absolute;
    font-size: 14px;
    top: 48%;
	width: 14px;
    height: 14px;
    transform: translateY(-50%);
    border: none !important;
    margin: 0 !important;
}

.category-ss a.btn-success-story {
	display: none;
}


/* First CTA */

.first_cta {
	z-index: 3;
	position: relative;
	padding: 90px 0px;
}

.first_cta_inner {
	position: relative;
	background: #fff;
	padding: 100px 20px 60px;
}

.first_cta_inner:after{
	content: "";
    width: 60px;
    height: 90px;
    background-color: #ff0042;
    position: absolute;
    transform: skewX(-45deg) translateX(-50%);
    left: 50%;
    top: -45px;
}

.first_cta_inner h1 {
	color: #000;
}

.first_cta_inner p {
	font-family: "Roboto";
	padding: 5px 0px 10px;
}

.first_cta .btn-md {
	margin-top: 40px;
}

.foundr-mac .first_cta .btn-md,
.foundr-mac .second_cta .btn-md,
.foundr-mac .third_cta .btn-md {
	padding-top: 12px;
}

.foundr-mac #loadMore2 {
	padding-top: 26px;
}

.first_cta h4 {
	line-height: 83px;
}

.first_cta h1 {
	font-size: 70px;
	line-height: 70px;
}

.first_cta p {
	font-size: 16pt;
}

.first_cta .bg-image-fc {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 15%;
	z-index: 1;
}

.grid {
	position: relative;
	height: auto !important;
	width: 100%;
}

/* .grid-row {
	margin-left: -10px!important;
	margin-right: -10px!important;
} */

.slick-slider{
	min-width: 100%; 
	width: 100%;
	margin: 0;
}

.row-flex {
	display: flex;
	flex-wrap: wrap;
}

.grid-item {
	display: flex;
	flex-wrap: wrap;
	position: relative!important;
	left: auto!important;
	top: auto!important;
	margin-bottom: 20px;
	padding-left: 15px !important;
	padding-right: 15px!important;
	overflow: hidden;
}

.story-item__image {
	object-fit: cover;
	margin: auto;
}

.element-item {
	display: flex;
	flex-wrap: wrap;
	position: relative!important;
	left: auto!important;
	top: auto!important;
	margin-bottom: 20px;
	padding-left: 10px !important;
	padding-right: 10px!important;
	/* width: 25%; */
	overflow: hidden;
}

.story-item {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
	transition: background-color 0.2s linear;
}

.story-item__content {
	align-self: start;
	width: 100%;
	padding: 15px;
}

.story-item__image {
	object-fit: cover;
}


/* Second Cases*/

.second_cases .row {
	position: relative;
	z-index: 10;
}

.second_cases {
	position: relative;
	z-index: 5;
}


/* Callouts Single */

.callouts-single {
	position: relative;
	padding: 0px 0px 40px;
	z-index: 2
}

.callouts-single .grid-item .story-item__image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 230px;
	width: 100%;
}

.foundr-quote-ic {
	align-self: start;
}

#screens {
	background-color: #212121;
	width: 200px;
}

#wrap1 {
	width: 1350px!important;
}

#swipe-cs1 .slick-initialized .slick-slide,
#swipe-cs2 .slick-initialized .slick-slide,
#swipe-cs3 .slick-initialized .slick-slide,
#swipe-cs4 .slick-initialized .slick-slide {
	display: flex !important;
}

.slick-slide:focus {
	outline: none;
}

.slick-slide {
	width: 200px;
}

.slick-slide {
	text-align: center;
}

.slick-slide::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.slick-slide img {
	margin: 0 auto;
	text-align: center;
}

/* .slick-next:hover,
.slick-next:focus {
	background-image: url(https://foundr.staging.wpengine.com/wp-content/uploads/2021/01/nav-arrow-right.png)!important;
	color: black;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus {
	background-image: url(https://foundr.staging.wpengine.com/wp-content/uploads/2021/01/nav-arrow-left.png)!important;
	color: black;
	outline: none;
} */

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-next {
	background-image: url(https://foundr.staging.wpengine.com/wp-content/uploads/2021/01/nav-arrow-right.png) !important;
	width: 19px!important;
	height: 33px!important;
	z-index: 999999999999999999;
}

.slick-prev {
	background-image: url(https://foundr.staging.wpengine.com/wp-content/uploads/2021/01/nav-arrow-left.png) !important;
	width: 19px!important;
	height: 33px!important;
	z-index: 999999999999999999;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px!important;
	line-height: 1!important;
	opacity: .75!important;
	color: transparent!important;
	-webkit-font-smoothing: antialiased!important;
	-moz-osx-font-smoothing: grayscale!important;
}


/** First Slide **/

.quote-inner {
	margin: 0 auto;
	position: relative;
	z-index: 4;
	padding-top: 60px;
}
.quote-inner:before {
    content: "";
    width: 525px;
    height: 775px;
    background-color: #fff;
    position: absolute;
	transform: skewX(-45deg) translate(-50%,-50%);
	left: 3%;
    top: -25%;
    opacity: 0.3;
}

.quote_slide:after {
    content: "";
    width: 525px;
    height: 775px;
    background-color: #fff;
    position: absolute;
    transform: skewX(-45deg) translate(-50%,-50%);
    right: 0;
    bottom: -25%;
    opacity: 0.3;
}

.topic-content-wrap {
	background-color: #212121;
	text-align: center;
	padding: 30px;
	height: 300px;
}

.topic-content-wrap:hover {
	background-color: #212121;
}

.topic-content-wrap .name {
	color: #bcbcbc;
}

.first_slide p.title {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

p.callouts-single-title {
	padding-top: 40px;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0px 0 0 5%;
	border: 0px;
	font-family: "Helvetica Neue LT Std\ 57";
	color: #000;
}

p.callouts-single-title b {
	font-family: "Helvetica Neue LT Std";
}

.foundr-quote-wrap {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	position: relative;
	z-index: 2;
}

.ratings {
	position: relative;
	z-index: 1;
}


/* Second slide */

.second_slide {
	position: relative;
	z-index: 1;
}

section.second_slide {
	background: #cecece;
	background: -moz-linear-gradient(top, rgba(206, 206, 206, 0.65) 0%, rgba(229, 229, 229, 0.54) 17%, rgba(248, 248, 248, 0.51) 21%, rgba(255, 255, 255, 0.01) 98%, rgba(248, 248, 248, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(206, 206, 206, 0.65) 0%, rgba(229, 229, 229, 0.54) 17%, rgba(248, 248, 248, 0.51) 21%, rgba(255, 255, 255, 0.01) 98%, rgba(248, 248, 248, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(206, 206, 206, 0.65) 0%, rgba(229, 229, 229, 0.54) 17%, rgba(248, 248, 248, 0.51) 21%, rgba(255, 255, 255, 0.01) 98%, rgba(248, 248, 248, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6cecece', endColorstr='#00f8f8f8', GradientType=0);
	/* IE6-9 */
}

.second_slide img.rating {
	display: flex;
	align-self: flex-start;
}

p.description {
	color: #fff;
}

p.title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.second_slide .grid-item .img-responsive {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 85px;
}

.topic-content-wrap h3 {
	color: #fff;
}

.first_slide .story-item,
.second_slide .story-item {
	display: block;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 15px;
	transition: background-color 0.2s linear;
}


/* Rating */

.ratings {
	background: #f3f4f5;
	height: 188px;
	padding: 65px 0px;
}

.ratings .star-bg {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 10%;
	top: 151%;
	z-index: 1;
}

.trustpilot img {
	text-align: center;
	margin: 0 auto;
	float: right;
	margin-top: -10px;
}

.stars-rate img {
	text-align: center;
	margin: 0 auto;
	display: flex;
	max-width: 275px;
	width: 100%;
}

.based-reviews img {
	float: left;
	margin-top: 28px;
}

.based-reviews p {
	font-size: 30px;
	color: #151513;
	margin-right: 0;
	font-family: "Roboto";
	font-weight: 300;
}

.rating-lide_image {
	transition: transform .5s ease;
	align-self: start;
	border-radius: 100%;
	overflow: hidden;
}

.rating-star {
    max-width: 110px;
}

.rating-content-wrap {
	background-color: transparent;
	text-align: center;
	padding: 0px 5px;
}

.rating-content-wrap h3 {
	color: #616161;
	font-size: 18px;
	font-family: "Roboto Bold" !important;
	font-weight: initial;
}

.rating-content-wrap p.description {
	color: #616161;
	font-family: 'Roboto';
	font-size: 16px;
}

.rating-content-wrap p.title {
	color: #616161;
	font-size: 16px;
	line-height: 24px;
	font-weight: initial;
	padding-top: 20px;
	font-family: "Roboto Bold" !important;
}

section .star-bg-right {
	position: absolute;
	transform: translate(-50%, -50%);
	right: -16%;
	top: 41.1%;
	z-index: 1;
}

section#sslide {
	position: relative;
	background-color: #f8f8f8;
	background-image: linear-gradient(180deg, #cecece, #f8f8f8, #f8f8f8, #f8f8f8);
	padding: 30px 0 80px;
}

section#sslide:before {
	content: "";
	background-image: url(https://foundr.staging.wpengine.com/wp-content/uploads/2021/01/trustpilot-star-bg.png);
	background-size: 100% 100%;
	width: 570px;
	height: 602px;
	position: absolute;
	top: -189px;
	left: 0;
	z-index: 1;
}

section#sslide:after {
	content: "";
	background-image: url(https://foundr.staging.wpengine.com/wp-content/uploads/2021/01/trustpilot-star-bg-right.png);
	background-size: 100% 100%;
	width: 737px;
	height: 650px;
	position: absolute;
	right: -85px;
	bottom: -2px;
	z-index: 1;
}


/* First Multi-Cases */

.first_multi_cases {
	padding: 10px 0px 35px 0px;
	background: #e8e6e7;
}


/* Second Multi-Cases */

.second_multi_cases {
	padding: 25px 0px;
}

section.second_multi_cases {
	background: #e8e6e7;
}


/* Second CTA */

/* .second_cta .container {
	padding-left: 0px;
	padding-right: 0px;
} */

.second_cta h1 {
	font-size: 70px;
	line-height: 70px;
	color: #000;
}

section.second_cta {
	background: #e8e6e7;
}

.second_cta {
	padding: 0px 0px;
	position: relative;
}

.second_cta_inner {
	position: relative;
	background: #fff;
	padding: 100px 20px 60px;
}

.second_cta_inner:after{
	content: "";
    width: 60px;
    height: 90px;
    background-color: #ff0042;
    position: absolute;
    transform: skewX(-45deg) translateX(-50%);
    left: 50%;
    top: -45px;
}

.second_cta .btn-md {
	margin-top: 40px;
}

.second_cta h4 {
	line-height: 83px;
}

.second_cta p {
	font-size: 16pt;
	font-family: 'Roboto';
}

.second_cta .bg-image-sct {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 0%;
	z-index: 1;
}


/* Third CTA */

.white-bg {
	display: none;
}

.third_cta{
	position: relative;
}

.third_cta:after{
	content: "";
    width: 60px;
    height: 90px;
    background-color: #ff0042;
    position: absolute;
    transform: skewX(-45deg) translateX(-50%);
    left: 50%;
    top: -45px;
}

.third_cta h1 {
	font-size: 70px;
	line-height: 70px;
	color: #000;
}

.third_cta p {
	font-size: 18px;
    line-height: 24px;
	font-family: 'Roboto';
}

section.third_cta {
	background: #fff;    
	margin-top: 50px;
}

.third_cta {
	padding: 100px 0px 60px;
	position: relative;
}

.third_cta_inner {
	background: #fff;
	padding: 120px 0px;
}

.third_cta .btn-md {
	margin-top: 40px;
}

.third_cta h4 {
	line-height: 83px;
}

.third_cta .bg-image-tct {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 0%;
	z-index: 1;
}

.foundr-mag {
	background-color: #f2f0f1;
	padding: 90px 0;
	position: relative;
	z-index: 2;
}

.foundr-mag h4 {
	padding-bottom: 90px;
	text-transform: uppercase;
	font-family: "Helvetica Neue LT Std\ 57";
	font-size: 24px;
	color: #616161;
}

.foundr-mag h4 strong {
	font-family: "Helvetica Neue LT Std";
}

.foundr-mag .gallery-list {
	white-space: nowrap;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	-webkit-overflow-scrolling: touch;
}

.foundr-mag .gallery-list .slick-slide {
	outline: none !important;
}

.foundr-mag .gallery-list a {
	display: inline;
}

.foundr-mag .gallery-list a .gallery-item {
	width: 300px;
	display: inline-block;
	position: relative;
	padding: 0 20px;
	float: none;
}

.foundr-mag .gallery-list a .gallery-item:hover .item-details {
	-webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translate(0);
	transform: translate(0);
	opacity: 1;
}

.foundr-mag .gallery-list a .gallery-item:hover .magazine-cover {
	-webkit-transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform: translateY(35%);
	transform: translateY(35%);
}

.foundr-mag .gallery-list a .gallery-item img {
	width: 100%;
}

.foundr-mag .gallery-list a .gallery-item .item-details {
	position: absolute;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
}

.foundr-mag .gallery-list a .gallery-item .item-details .item-details-img {
	margin: 15px auto;
	max-height: 60px;
	max-width: 40%;
	width: auto;
}

.foundr-mag .gallery-list a .gallery-item .item-details p {
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	text-transform: capitalize;
	color: #1e1e1c;
	font-family: 'Roboto';
    font-weight: 500;
}

.foundr-mag .gallery-list a .gallery-item .magazine-cover {
	margin-bottom: 0 !important;
	padding-bottom: 134%;
	z-index: 10;
	position: relative;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.stories-filter {
	padding: 15px 15px 50px;
	overflow: hidden;
}

.select:first-child {
	margin-left: 0;
}

.select {
	display: flex;
	position: relative;
	height: 47.5px;
	background: transparent;
	box-shadow: none;
	width: 22%;
	margin-right: 50px;
}

.select select {
	color: #231f20;
	font-family: CFAstyStd, sans-serif;
	font-size: 15px;
	border: none;
	box-shadow: none;
	border-radius: 0;
	background: transparent;
	height: 100%;
	width: 100%;
	cursor: pointer;
	outline: none;
	padding-right: 35px;
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 0;
	border-bottom: 2px solid #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.select:before {
	width: 30px;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	content: '';
	pointer-events: none;
}

.select:after {
	content: '';
	color: #000;
	position: absolute;
	top: 9px;
	width: 0;
	height: 0;
	right: 13px;
	font-size: 20px;
	left: auto;
	bottom: auto;
	margin: auto;
	font-family: fontawesome;
	font-weight: 700;
	content: "\f107";
	pointer-events: none;
}

.select option {
	font-size: 16px;
}

.visible-xs {
	display: none;
}

.img-hover-zoom {
	overflow: hidden;
}

.slick-list{
	overflow: hidden;
}

.slick-list:after{
	clear: both;
	content: "";
	display: block;
}

.lazyload, .lazyloading {
	opacity: 1;
}

.second_multi_cases .grid-item{ 
	display:none;
}

.second_multi_cases .grid-item[style*='display: block']{
	display: flex !important;
}

.featuredFour .element-item[style*='display: block']{
	display: flex !important;
}

.btn-md {
	background-color: #ff0042 !important;
	font-family: 'Helvetica Neue LT Std';
	color: #fff !important;
	border: 0 !important;
	border-radius: 100px;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	height: 80px;
	max-width: 450px;
	width: 100%;
	font-size: 24px !important;
	line-height: 24px !important;
	padding-right: 40px !important;
	white-space: inherit;
	-webkit-animation-name: pulseRed;
	animation-name: pulseRed;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.btn-md:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(255, 0, 66, 0.9);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 200px;
	z-index: -1;
	color: #212529;
	text-decoration: none;
	color: #fff;
	-webkit-animation-name: pulseTwo;
	animation-name: pulseTwo;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.btn-play{
	border-radius: 50%;
    background-color: #ff0042 !important;
    width: 104px;
    height: 104px;
    padding-left: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation-name: pulseRed !important;
    animation-name: pulseRed !important;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.btn-play:before {
    content: "";
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background-color: #ff0042 !important;
    opacity: .5;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 100px;
    z-index: -1;
    -webkit-animation-name: pulseTwo;
    animation-name: pulseTwo;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

.btn-play img{
	max-width: 45px;
    width: 100%;
}

@keyframes pulseRed {
	0% {
		box-shadow: 0;
	}
	40% {
		box-shadow: 0 0 0 20px rgb(255 0 66 / 70%);
	}
	100% {
		box-shadow: 0 0 0 20px rgb(255 0 66 / 0%);
	}
}

@keyframes pulseTwo {
	0% {
		width: 100%;
		height: 100%;
	}
	40% {
		width: calc(100% + 40px);
		height: calc(100% + 40px);
	}
	100% {
		width: calc(100% + 70px);
		height: calc(100% + 70px);
		opacity: 0;
	}
}

@media (min-width: 1600px) {
	.main-wrap {
		max-width: 1600px;
		margin: 0 auto;
		position: relative;
		overflow: visible;
	}
}

@media (min-width: 1200px) {
	.single_review .container.container--cs{
		width: 1180px;
	}
	.container.container--cs {
		width: 1350px;
	}
	section#head > .container,
	section#fm .container,
	.second_multi_cases .container,
	.second_cases .container,
	.foundr-mag .container {
		max-width: 1315px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.hide-d {
		display: none;
	}
	.hide-m {
		display: block;
	}
	p.hand1,
	p.hand {
		display: none;
	}
	.hide-mobile {
		display: block!important;
	}
	.hide-desktop {
		display: none !important;
	}
	.second_slide .col-md-3 {
		flex: 0 0 25%;
		max-width: 33% !important;
	}
}

@media (max-width: 1290px){
	.name-wrap {
		height: 122px;
	}
}

@media (max-width: 1199px){
	.head-title h4 br,
	.first_cta p br,
	.second_cta p br,
	.third_cta p br{
		display: none;
	}
	.grid.course-cs .grid-row [class*="col-"] {
		width: 33.33%;
	}
	.based-reviews p{
		text-align: center;
	}
	.stars-rate img{
		margin-right: 0;
	}
	.foundr-mag .gallery-list a .gallery-item .item-details p {
			font-size: 15px;
			padding: 0;
	}
	.foundr-mag .gallery-list a .gallery-item {
			width: 160px;
			padding-left: 5px;
			padding-right: 5px;
	}
	
	.dropdown-filter [class*="col-"] {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.filter-reset{
		top: 100%;
		transform: translateY(15px);
	}
}

@media (max-width: 991px) {
	.name-wrap {
		height: 70px;
	}
	.grid.course-cs .grid-row [class*="col-"] {
		width: 50%;
	}
	section.intro .videos{
		padding-top: 30px !important;
	}
	.quote-inner{
		padding-top: 0;
	}
	.quote-inner:before,
	.quote-inner:after,
	section#sslide:before,
	section#sslide:after{
		content: none;
	}
	.rating-content-wrap{
		padding: 0;
	}
	.first_cta_inner p br,
	.second_cta_inner p br,
	.third_cta_cta_inner p br{
		display: none;
	}
	.right-media .btn-success-story{
		padding: 12px 0;
	}
	p.media-name-only{
		text-align: center !important;
	}
	.left-media img{
		margin: auto;
	}
	h3.media-name.mobile{
		display: block;
		text-align: center;
	}
	h3.media-name.desktop{
		display: none;
	}
	#content img {
		display: block;
		margin: auto;
	}
	.media-name--story {
		font-size: 18px;
		margin-top: 2rem;
		line-height: 20px;
	}
	.media--cs .media-name span {
			font-size: 25pxpx;
	}
	.dropdown-filter [class*="col-"]{
		flex: 0 0 100%;
		max-width: 100%;
		margin: 5px 0;
	}
	section.intro--cs .videos .first,
	section.intro--cs .videos .second {
		margin-bottom: 2rem;
	}
	p.media-description {
		font-size: 22px;
		line-height: 24px;
		margin: 10px 0 15px;
	}
	.media--cs.second .media-left{
		width: 100%;    
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.slick-next {
		right: -10px !important;
	}
	.slick-prev {
		left: -10px !important;
	}
	.slick-prev, 
	.slick-next{
		top: 150px !important;
	}
	.second_multi_cases .grid-item{ 
		display:flex!important;
	}
	.name-wrap{
		height: auto;
	}

	section.intro .videos{
		padding-top: 10px !important;
	}
	.first_cta_inner,
	.second_cta_inner,
	section.third_cta{
		padding: 75px 15px 55px;
	}
	.first_cta_inner:after,
	.second_cta_inner:after,
	.third_cta:after{
		width: 45px;
		height: 65px;
		top: -30px;
	}
	.slick-next,
	.slick-prev{
		width: 12px!important;
		height: 21px!important;
		background-size: 100% !important;
	}
	.stars-rate img{
		margin-right: auto;
	}
	section#sslide{
		margin-top: -43px;
		padding: 0;
		background-image: linear-gradient(180deg, #cecece, #fff, #fff, #fff);
	}
	.section.ratings [class*="col-"]{
		flex: 100%;
		max-width: 100%;
		margin: 10px 0;
	}
	.based-reviews p{
		font-size: 24px;
	}
	.second_multi_cases .grid-item {
		display: flex;
	}
	.cs{
		padding-top: 40px;
	}
	.cs h1 {
		font-size: 38px;
		line-height: 38px;
	}
	.foundr-mag {
			padding: 40px 0;
		}
	.foundr-mag h4 {
		padding-bottom: 40px;
	}
	.dropdown-filter{
		margin: 45px 0 40px;
	}
	.dropdown-filter:after{
		content: "";
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-color: #ec1c24 transparent transparent;
		border-style: solid;
		border-width: 20px 20px 0;
		top: -30px;
		z-index: 2;
	}
	.head-title::after{
		top: -50px;
	}
	.filter-reset{
		transform: translateY(3px);
		right: 15px;
	}
	.hide-m {
		display: none;
	}
	.hide-d {
		display: block;
	}
	.hide-mobile {
		display: none!important;
	}
	.hide-desktop {
		display: block!important;
	}
	.media-quote {
		font-size: 17px;
		margin: 0;
		padding-left: 30px;
	}
	.media-quote::before {
		position: absolute;
		font-size: 70px;
		top: -7px;
	}
	#swipe-cs1 .slick-initialized .slick-slide,
	#swipe-cs2 .slick-initialized .slick-slide,
	#swipe-cs3 .slick-initialized .slick-slide,
	#swipe-cs4 .slick-initialized .slick-slide {
		display: flex !important;
	}
	#swipe-cs1 .slick-slide{
		display: flex !important;
	}
	#swipe-cs1 .slick-slide,
	#swipe-cs2 .slick-slide,
	#swipe-cs3 .slick-slide,
	#swipe-cs4 .slick-slide {
		text-align: left !important;
		display: flex;
	}
	#swipe-cs1 .slick-slide img,
	#swipe-cs2 .slick-slide img,
	#swipe-cs3 .slick-slide img,
	#swipe-cs4 .slick-slide img {
		vertical-align: middle;
		padding: 0px !important;
		object-fit: cover!important;
		margin: auto !important;
	}
	#swipe-cs1 .story-item,
	#swipe-cs2 .story-item,
	#swipe-cs3 .story-item,
	#swipe-cs4 .story-item {
		height: 650px;
	}
	p.hand1,
	p.hand {
		font-family: "Helvetica Neue LT Std";
		font-size: 14px;
		padding-top: 0px;
		text-align: center;
	}
	p.hand1 img {
		vertical-align: middle;
		display: inline-block !important;
	}
	.head {
		padding: 65px 20px 0px;
	}
	.first_cta {
		padding: 35px 0px;
	}
	.first_cta h1,
	.second_cta h1,
	.third_cta h1 {
		font-size: 40px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	.first_cta .bg-image-fc {
		top: 6%;
	}
	.callouts-single {
		padding: 0;
	}
	.trustpilot {
		margin: 0 auto;
		text-align: center;
	}
	.trustpilot img {
		float: none;
		max-width: 255px;
	}
	.stars-rate {
		width: 100%;
	}
	.based-reviews {
		margin: 0 auto;
		text-align: center;
	}
	h1 {
		line-height: 1;
	}
	.select-wrap .col {
		flex-basis: auto;
		flex-grow: 8;
		min-width: 100%;
		max-width: 100%;
	}
	.single_review .container.container--cs {
		width: 100% !important;
		padding: 0px 15px;
	}
	.first_slide {
		padding: 0px 38px;
	}
	.topic-content-wrap {
		width: 100%;
	}
	.quote-inner {
		width: 100% !important;
	}
	.foundr-quote-ic {
		align-self: start;
	}
	.first_slide .topic-content-wrap {
		height: 410px;
	}
	.ratings .star-bg {
		display: none !important;
	}
	.ratings {
		position: relative;
		background: #fff;
		height: auto;
		padding: 30px 0px 65px !important;
		z-index: 1;
		margin-top: 20px;
		border-bottom: 1px solid #fff;
	}
	.rating-content-wrap p.description {
		color: #000;
		padding: 0px;
	}
	section .star-bg-right {
		display: none !important;
	}
	.foundr-quote-wrap{
		padding: 0 !important;
	}
	.second_slide .slick-initialized .slick-slide {
		display: flex;
		padding: 0 !important;
	}
	.first_multi_cases{
		padding: 0 !important;
	}
	.caseStudies2{
		padding: 0 15px;
	}
	section#fm {
		padding: 20px 0 50px !important;
	}
	.select-wrap {
		padding: 10px 20px 10px;
	}
	.foundr-quote {
		margin-top: 80px;
		height: auto !important;
	}
	.foundr-quote::before{
		top: -68px;
	}
	.quote-inner .slick-list.draggable {
		padding: 0px 0px!important;
	}
	p.callouts-single-title {
		text-align: center;
		position: relative;
	}
	.grid .load-item {
		display: none;
	}
	.quote_slide:before,
	.quote_slide:after {
		display: none !important;
	}
	.head .bg-image {
		top: 2%;
	}
	img.red-arrow-down {
		display: none;
		margin: 0 auto;
		margin-top: 10px;
	}
	.container.big-w {
		width: 100%;
	}
	.single_review {
		padding-top: 5px;
	}
	.col-4-flex {
		display: block;
		flex: none;
		width: 100%;
		margin-bottom: 60px;
	}
	.media--cs.first .media-right,
	.media--cs.second .media-left {
		order: 1;
		padding: 0;
	}
	.media--cs.first .media-body,
	.media--cs.second .media-body {
		order: 2;
		padding: 0;
	}
	.media--cs .media-left,
	.media--cs .media-right,
	.media--cs .media-body {
		width: 100%;
		flex-wrap: wrap;
		display: block;
	}
	.media--cs {
		display: flex;
		flex-wrap: wrap;
	}
	.media-left {
		order: 1;
		padding: 0;
	}
	.media-body {
	-ms-flex: unset !important;
	flex: unset !important;
	}
	.cs .second p.media-name-only {
		font-size: 14px;
		text-align: center !important;
		margin-bottom: 15px;
		width: 100%;
	}

	.container.first_slide {
		padding: 0px 43px 30px;
	}
	.select-wrap select {
		width: 100% !important;
		max-width: 100% !important;
	}
	.visible-xs {
	display: block !important;
	}
}

@media (max-width: 575px) {
	.rating-content-wrap p.title{
		padding: 20px 10px 0;
	}
	.dropdown-filter [class*="col-"]{
		padding: 0;
	}
	#swipe-cs1 .slick-slide,
	#swipe-cs2 .slick-slide,
	#swipe-cs3 .slick-slide,
	#swipe-cs4 .slick-slide {
		padding: 0 !important;
	}
	.btn-play {
		width: 56px !important;
		height: 56px !important;
		padding: 0 13px 0 18px !important;
	}
	.story-item__footer{
		padding-top: 0;
	}
	.story-item__content{
		padding-bottom: 0;
	}
	#swipe-cs1 .story-item,
	#swipe-cs2 .story-item,
	#swipe-cs3 .story-item,
	#swipe-cs4 .story-item {
		height: 720px;
	}
	#swipe-cs1 .slick-slide img, 
	#swipe-cs2 .slick-slide img, 
	#swipe-cs3 .slick-slide img, 
	#swipe-cs4 .slick-slide img{
		height: 250px;
	}
	.grid.course-cs .grid-row [class*="col-"] {
		width: 100%;
	}
	.foundr-mac .first_cta .btn-md,
	.foundr-mac .second_cta .btn-md,
	.foundr-mac .third_cta .btn-md {
		padding-top: 0 !important;
		padding-bottom: 2px !important;
	}
	.first_cta .btn-md,
	.second_cta .btn-md,
	.third_cta .btn-md {
		padding: 0 80px 0 50px !important;
	}
	
	.right-media .btn-success-story span{
		display: block;
	}
}

@media (max-width: 494px){
	.foundr-mac .first_cta .btn-md,
	.foundr-mac .second_cta .btn-md,
	.foundr-mac .third_cta .btn-md {
		padding-top: 0 !important;
	}
}

@media (max-width: 375px){
	#swipe-cs1 .story-item,
	#swipe-cs2 .story-item,
	#swipe-cs3 .story-item,
	#swipe-cs4 .story-item {
		height: 650px;
	}
}

@media (max-width: 351px){
	.first_cta .btn-md,
	.second_cta .btn-md,
	.third_cta .btn-md {
		padding: 0 30px 0 10px !important;
	}
	.btn.btn-md:after{
		right: 20px;
	}
}