/* ==========================================================================
BRAND RED			a91e22	rgb 169,30,34
BRAND DARK GREY		2c2a29	rgb 44,42,41
BRAND LESS DARK		383736	rgb 56,55,54
TYPE LIGHT GREY		cccccc  rgb 204,204,204
TYPE NAV BLACK		000000	rgb 0,0,0
TYPE RED			same as brand red
========================================================================== */





/* ==========================================================================
HARDCODED OVERRIDES
========================================================================== */
body {
	position:relative;
	top:0;
	font-family: 'Roboto', sans-serif;
	color: #ccc;
	font-weight:400;
	background-color: #2c2a29;
}
h1, h2, h3, h4 {
    font-weight: 300;	
}
h1 {
    font-size: 3.2rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.6rem;
    line-height: 1.4;
}
h2 {
    font-size: 2.4rem;
    letter-spacing: -0.03em;
    margin-bottom: 1.6rem;
    line-height: 1.4;
}

h2 small {
    font-size: 2rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
h3 {
    font-size: 1.5rem;
    letter-spacing: -0.03em;
    margin-bottom: 1.6rem;
    line-height: 1.4;
}
.nav-up {
    top: -97px;
}
.nav-link {
	display:block;
    text-transform: uppercase;
    color:#000;
    font-size: 0.9em;
}
.nav-link-social {
	display:block;
	padding: .2rem 0rem .5rem 0rem;
	color:#000;
	font-size: 20px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-nav .nav-link.current {
    color: rgba(169,30,34,1);
}

.lead {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.2em;
}
p {
    margin-top: 0;
    margin-bottom: 1.9rem;
}
.btn {
	text-transform: uppercase;
	letter-spacing: 0.05em;
    font-size: 0.8rem;
    padding: .5rem 2.2rem;
    border-radius: 0.6rem;
    background-color:rgba(179,179,179,0.1);
}
.btn:hover {
    color: #ccc;
    text-decoration: none;
    background-color:rgba(169,30,34,0.7);
}
.btn-style-1 {
	color:#cccccc;
	border-color:#cccccc;
	background-color:rgba(179,179,179,0.1);
}
.btn-style-2 {
	color:#cccccc;
	border-color:#cccccc;
	background-color: #3a3837;
}
.btn-style-2:hover {
	background-color:rgba(169,30,34,1);
}
.card {
	background-color: rgba(44,42,41,0.8);
    border: 1px solid #ccc;
    border-radius: 0rem;
}
.card:hover {
	background-color: rgba(0,0,0,0.6);
}
.card-title {
	font-size: 2rem;
	color: #a91e22;
	font-weight: 400;
	line-height: 1.2;
}
.card-text {
	/*text-transform: uppercase;
    max-width: 14rem;*/
    margin: 0 auto;
}
.card-body {
    padding: 1.8rem 1.6rem 1.4rem 1.6rem;
}
.card-footer {
	padding: 0rem 1.6rem 2.4rem 1.6rem;
	background-color: transparent;
    border-top: 0px solid rgba(0,0,0,.125);
}
.text-muted {
    color: hsl(208, 7%, 60%)!important;
}
/* Set width to make card deck cards 100% width */
@media (max-width: 992px) { 
	.card-deck-wrapper {margin-right:0; margin-left:0;}
	.card-deck {
		display: block;
		width: 100%;
		margin-bottom: .75rem;
		table-layout: fixed;
		border-spacing: 1.25rem 0;
	}
	.card-deck .card {
		display: block;
		margin-bottom: .75rem;
		vertical-align: top;
	}
	.card-body {
	    padding: 1rem 1.6rem 1rem 1.6rem;
	}
	.card-text {
	    max-width: 100%;
	}
	.card-title {
	    margin-bottom: .35rem;
	}
	.card-footer {
	    padding: 0rem 1.6rem 1.6rem 1.6rem;
	}
}







/* ==========================================================================
UTILITY CLASSES
========================================================================== */
.remove-container-padding { padding-right: 0!important; padding-left: 0!important;}
.shadow1 { box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 11px 0 rgba(0, 0, 0, 0.15);}
.shadow2 { box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 6px 0 rgba(0, 0, 0, 0.15);}
.shadow3 { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.15);}
.text-shadow1 { text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}
textarea, input, button, textarea:focus, input:focus, button:focus { outline: none;}
a { outline:none; color:#a91e22;}
a:hover { color:#d4252b; text-decoration: none;}
.bg-nav {background-color: #ffffff;}
.transition-all {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.nav-gap {
	margin-top:90px;
}
.text-red { color:#a91e22; }
.text-grey { color:#cccccc; }
.text-grey-dark { color:#2c2a29; }





/* ==========================================================================
DESIGN CLASSES - GENERAL
========================================================================== */
.container-bg-1 { background-image: url(../img/cms-container-bgs/1.jpg); background-position: center center;}
.container-bg-2 { background-image: url(../img/cms-container-bgs/2.jpg); background-position: center center;}
.container-bg-3 { background-image: url(../img/cms-container-bgs/3.jpg); background-position: center 55%;}
.container-bg-4 { background-image: url(../img/cms-container-bgs/4.jpg); background-position: center 28%;}
.container-bg-5 { background-image: url(../img/cms-container-bgs/5.jpg); background-position: center center;}
.container-bg-6 { background-image: url(../img/cms-container-bgs/6.jpg); background-position: center center;}
.container-bg-7 { background-image: url(../img/cms-container-bgs/7.jpg); background-position: center center;}
.container-bg-8 { background-image: url(../img/cms-container-bgs/8.jpg); background-position: center center;}
.container-bg-1,.container-bg-2,.container-bg-3,.container-bg-4,.container-bg-5,.container-bg-6,.container-bg-7,.container-bg-8 {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
@media (min-width: 922px) {
	.container-bg-1 {  
		background-position: center left, center right, center center;
	    background-size: cover;
	}
	.container-bg-2 { 
		background-image: url(../img/cms-container-bgs/2.jpg); 
		background-position: center left, center right, center center;
	    background-size: cover;
	}
	.container-bg-3 { 
		background-image: url(../img/cms-container-bgs/3.jpg); 
		background-position: center left, center right, center 55%;
	    background-size: cover;
	}
	.container-bg-4 {  
		background-position: center left, center right, center 28%;;
	    background-size: cover;
	}
	.container-bg-5 { 
		background-position: center left, center right, center center;
	    background-size: cover;
	}
	.container-bg-6 { 
		background-image: url(../img/cms-container-bgs/6.jpg); 
		background-position: center left, center right, center center;
	    background-size: cover;
	}
	.container-bg-7 { 
		background-image: url(../img/cms-container-bgs/7.jpg); 
		background-position: center left, center right, center center;
	    background-size: cover;
	}
	.container-bg-8 { 
		background-image: url(../img/cms-container-bgs/8.jpg); 
		background-position: center left, center right, center center;
	    background-size: cover;
	}
}
.background-shader {
	-webkit-filter: saturate(10%) brightness(36%); /* Safari */
  	filter: saturate(10%) brightness(36%);
}

.background-lighter {
	background-color: #383736;
}
.footer-nav {
	list-style: none;
	margin:0;
	padding:0;
	font-size:94%;
}
footer h4 {
    letter-spacing: 0.04em;
}
.footer-phone {
	letter-spacing: 0.04em;
	font-weight: 300;
	font-size: 1.5em;
}
.credits {
	font-size:0.7em;
	letter-spacing: 0.07em;
}
.fixed-alignment {
	position: relative;
	top:21px;
}
.curved-shadow {
	background-image: url(../img/curved-shadow.png); 
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
}
.icon-circle {
	display: block;
	width:32px;
	height:32px;
	background-image: url(../img/icon-circle-down.svg);
	background-repeat: no-repeat;
}
.icon-circle.down { position: absolute; left: 47.5%; bottom: 17%; -webkit-transform: rotate(0deg); transform: rotate(0deg); display:none;}
@media (min-width: 922px) { 
	.icon-circle.down { 
		left: 44.5%; bottom: 11%;
	} 
}
@media (min-width: 1200px) { 
	.icon-circle.down { 
		left: 44.5%; bottom: 13%;
	} 
}
.icon-circle.left { position: absolute; left: 45.5%; bottom: 15%; -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.icon-circle.right { position: absolute; left: 45.5%; bottom: 15%; -webkit-transform: rotate(-90deg); transform: rotate(-90deg);}
.icon-circle.up { position: absolute; left: 45.5%; bottom: 15%; -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.fancybox-content {
	background: #2c2a29!important;
	width:100%;
	padding:0!important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
.min-height50 {
	min-height:50vh;
}
.bigger-icon {
    font-size: 21px;
    position: relative;
    top: 3px;
    line-height: 1px;
}
.bigger-icon-x2 {
    font-size: 31px;
    position: relative;
    top: 3px;
    line-height: 1px;
}
.bigger-icon-x3 {
    font-size: 41px;
    position: relative;
    top: 3px;
    line-height: 1px;
}
.bigger-icon-projects {
    font-size: 24px;
    position: relative;
    top: 3px;
}







/* ==========================================================================
DESIGN CLASSES - EXECUTIVE TEAM
========================================================================== */
.executive-team .card {
	background-repeat: no-repeat;
	background-size: cover;
    background-position: top;
}
.executive-team .card-body {
	margin: 300px 0 0 0;
	border-top:1px solid #ccc;
	background-color: rgba(0,0,0,0.7);
	padding: 0.8rem 0.6rem 1.8rem 0.6rem;
}
.executive-team .card-body:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,0.9);
}
.executive-team .card-footer {
	background-color: rgba(0,0,0,0.7);	
	padding: 0rem 1.6rem 0rem 1.6rem;
}
.executive-team .title {
	position:relative;
	top:-10px;
	color: #ccc;
	line-height:1.1em;
    font-size: 0.86em;
    min-height: 34px;
}
.board-highlight {
	display:block;
	height:100%;
	width:100%;
	background-position-x: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bio-modal small {
	font-size:0.7em;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
.bio-modal .bio-link-social {
	font-size:2em;
	color:#ccc;
}
.bio-modal .bio-link-social:hover {
	color:#a91e22;
}
.bio-contact {
    font-size: 1.6em;
    position: relative;
    top: 4px;
}
.exec-title {
	margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.28em;
}





/* ==========================================================================
DESIGN CLASSES - ABOUT
========================================================================== */
.directory-team .directory-trigger {
    border:1px solid #ccc;
	-webkit-filter: saturate(40%); /* Safari */
  	filter: saturate(40%);

	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.directory-team .directory-trigger:hover {
 	/* border:1px solid rgba(169,30,34,0.7); */
	-webkit-filter: saturate(100%); /* Safari */
  	filter: saturate(100%);
}
.directory-team .trigger-icon,
#communties .trigger-icon {
    position: absolute;
    width: 100%;
    bottom: -7px;
    left: 10px;
    color:#ccc;
    opacity:0;

	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.directory-team .trigger-icon i {
	font-size: 3em;
}
.directory-team .directory-trigger:hover .trigger-icon{
 	opacity:0.8;
}
.directory-fix {
	padding:0.5rem 1rem;
}
.directory-lable {
    background: rgba(0, 0, 0, 0.89);
    position: relative;
    bottom: 7px;
    left: -10px;
    padding: 0.4rem 0.6rem;
    text-align: center;
    border-top: 1px solid #ccc;
    font-size: 0.86em;
}
.directory-lable strong {
    display:block;
    font-weight: 600;
}
.hero-group-photo {
	height:70vh;
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.mega-quote {
	background-image: url(../img/icon-mega-quote.svg); 
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
}
.main-carousel .carousel-cell {
	width: 320px;
	margin-right: 2rem;
}
.main-carousel .carousel-cell h4 {
	font-size: 2em;
	font-weight: 700;
	color:#a91e22;
	margin:0;
}
.main-carousel .carousel-cell .header4 {
	font-size: 2em;
	font-weight: 700;
	color:#a91e22;
	margin:0;
}
.main-carousel .carousel-cell h5 {
	position:relative;
	top:-2px;
}
.main-carousel .carousel-cell .header5 {
	position:relative;
	top:-2px;
	margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.25rem;
}
.main-carousel .carousel-cell h4 small {
	font-size: 1em;
	font-weight: 300;
}
.main-carousel .timeline-arrow {
	position: relative;
	display: block;
	width:288px;
	height:24px;
	background-image: url(../img/icon-timeline-arrow.svg);
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}
.main-carousel .text-content {
	border-left:1px solid #cccccc;
	margin:0;
	padding:0;
	margin: 0 0 0 39px;
	padding: 1rem 0 0 1rem;
	font-size: 0.88em;
}
.main-carousel-nav .carousel-cell {
	letter-spacing: 0.04em;
	color: #cccccc;
	background: #000;
}
.main-carousel-nav .carousel-cell.is-nav-selected {
	color: #a91e22;
	background: #cccccc;
}
.main-carousel-nav .nav-item{
    width: 160px;
    margin: 0 auto;
    text-align: center;
}













/* ==========================================================================
DESIGN CLASSES - CAREERS
========================================================================== */
#openings .card-text {
	max-width: 100%;
	text-transform: none;
}
#openings .card-footer {
    padding: 0rem 1.6rem 1.4rem 1.6rem;
    background-color: transparent;
    border-top: 0px solid rgba(0,0,0,.125);
}








/* ==========================================================================
DESIGN CLASSES - INVESTING
========================================================================== */
#differentiators .card-header,
#investor-login .card-header,
#sections .card-header {
	padding: 0.5rem 0.8rem 0.4rem 1.2rem;
	cursor:pointer;
}
#differentiators .card-body,
#investor-login .card-body,
#sections .card-body {
	padding: 0.5rem 2.2rem 0.8rem 1.2rem;
}

#differentiators h5,
#sections h5 {
  display: block;
  position: relative;
  color: #a91e22;
  text-transform: uppercase;
  font-size: 1.4em;
}
#differentiators h5:after,
#sections h5:after {
  content: "\f10a"; /* fa-chevron-down */
  font-family: 'foundation-icons';
  position: absolute;
  right: 0;
}
#differentiators h5[aria-expanded="true"]:after,
#sections h5[aria-expanded="true"]:after {
  content: "\f109"; /* fa-chevron-up */
}
#case-study .card-text {
	max-width: 100%;
	text-transform: none;
}
#case-study .card-footer {
    padding: 0rem 1.6rem 1.4rem 1.6rem;
    background-color: transparent;
    border-top: 0px solid rgba(0,0,0,.125);
}
#differentiators p {
	margin-bottom: 0;
}
.differentiators-adjust {
	font-size: 1.4em;
	text-transform: uppercase;
}
.button-adjust {
	font-size: 1.5em;
}




/* ==========================================================================
DESIGN CLASSES - MEDIA
========================================================================== */
.events-carousel .carousel-cell {
	width: 360px;
	margin-right: 1rem;
	padding-right: 3rem!important;
	border-right:1px solid #ccc;
	min-height: 200px;
}
.events-carousel .carousel-cell h4 {
	font-size: 2em;
	font-weight: 700;
	color:#a91e22;
	margin:0;
}
.events-carousel .carousel-cell h5 {
	position:relative;
	top:-2px;
}
.events-carousel .carousel-cell h4 small {
	font-size: 1em;
	font-weight: 300;
}
.events-carousel .text-content {
	padding:0;
	margin:0;
	font-size: 0.88em;
}
.events-carousel-nav .carousel-cell {
	letter-spacing: 0.04em;
	color: #cccccc;
	background: #000;
}
.events-carousel-nav .carousel-cell.is-nav-selected {
	color: #a91e22;
	background: #cccccc;
}
.events-carousel-nav .nav-item{
    width: 160px;
    margin: 0 auto;
    text-align: center;
}
.pressrelease-trigger {
	background:#2c2a29;
    font-size: 0.86em;
    cursor: pointer;
}
#pressreleases .card-text {
    max-width: 100%;
    color: #ccc;
    text-transform: inherit;
	font-size: 1em;
	line-height: 1.4em;
}
#pressreleases .card-footer {
    padding: 0.6rem 1.2rem 0rem 1.2rem;
    background-color: transparent;
    border-top: 0px solid rgba(0,0,0,.125);
}
#pressreleases .card-body {
    padding: 0rem 1.2rem 0rem 1.2rem;
}
#pressreleases .card-title {
	font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 00.4rem;
}
#pressreleases .archive .card-title {
	font-size: 1.2em;
	font-weight: 200;
	color: #ccc;
}
#pressreleases .archive .card {
	border:  0px solid #ccc;
	border-bottom: 1px solid #505050;
}
#pressreleases .btn {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.8rem;
    padding: .2rem 1.4rem .18rem 1.4rem;
    border-radius: 0.2rem;
    background-color: rgba(179,179,179,0.1);
}
.boilerplates p {
	margin-bottom: 0.4rem;
}
.boilerplates {
	margin-top: 0.4rem;
    margin-bottom: 1.9rem;
    border-top:1px solid #ccc;
    padding-top: 1.9rem;
}
.article-keywords {
	font-size:0.7em;
	color: #787878;
}





/* ==========================================================================
DESIGN CLASSES - CONTACT
========================================================================== */
.contact-caps {
    opacity: 1;
    -webkit-filter: saturate(40%); /* Safari */
  	filter: saturate(40%);
}
.contact-caps:hover {
    opacity: 1;
    -webkit-filter: saturate(100%); /* Safari */
  	filter: saturate(100%);
}
.contact-cards .card:hover {
    background-color: rgba(44,42,41,0.6);
}
.contact-cards .trigger-icon {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 25px;
    color: #ccc;
    opacity: 1;
    z-index: 10;
}
.communties-items .trigger-icon {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 20px;
    color: #ccc;
    opacity: 1;
    z-index: 10;
}
.contact-cards .trigger-icon i,
.communties-items .trigger-icon i {
	font-size: 1.6em;
}









/* ==========================================================================
DESIGN CLASSES - PROJECTS
========================================================================== */
.iframe-map {
	height:400px!important;
}
#communities .card-body {
	max-width: 100%;
	text-transform: none;
	padding: 1rem 1.2rem 0rem 1.2rem;
}
#communities .card-text {
	margin:0;
	text-transform: none;
}
#communities .card-title {
	font-size: 1.4em;
	font-weight: 400;
}
#communities .address {
	font-size:0.8em;
}
#communities .card-footer {
    padding: 0rem 1.2rem 1rem 1.2rem;
    background-color: transparent;
    border-top: 0px solid rgba(0,0,0,.125);
}







/* ==========================================================================
MasterSlider Tweaks
========================================================================== */
.masterslider-bg1 {
	position:relative;
	background-color: #383736;
}







/* ==========================================================================
Fancybox Slide Caption Tweaks
========================================================================== */
.fancybox-caption__body {
	font-size:1.6em;
}









/* ==========================================================================
Flickity Tweaks
========================================================================== */
.flickity-enabled.is-fullscreen {
	z-index: 10000!important;
}
.carousel.is-fullscreen .carousel-cell {
	height: 100%;
}
.flickity-viewport {
	transition: height 0.2s;
}
.flickity-page-dots .dot {
	background: #ccc!important;
}









/* ==========================================================================
Fancybox v3 Morphing CSS
========================================================================== */
.morphing-btn-wrap {
  display: inline-block;
  position: relative;
  text-align: center;
}
.morphing-btn {
  -webkit-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -moz-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  -o-transition: background 0.3s, color 0.2s 0.2s, width 0.2s 0s;
  transition: color 0.3s 0.2s, width 0.2s 0s;
  white-space: nowrap;
  box-sizing: border-box;
}
.morphing-btn_circle {
  color: transparent !important;
  padding-left: 0;
  padding-right: 0;
  width: 35.6px !important;
  /* Override inline style rule */
  -webkit-transition: color 0.2s 0s, width .3s 0.2s;
  -moz-transition: color 0.2s 0s, width .3s 0.2s;
  -o-transition: color 0.2s 0s, width .3s 0.2s;
  transition: color 0.2s 0s, width .3s 0.2s;
}
.morphing-btn-clone {
  position: fixed;
  background: rgba(0,0,0,0.7);
  border-radius: 50%;
  z-index: 10010;
  -webkit-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -moz-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -o-transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  transition: all 0.5s cubic-bezier(.65, .05, .36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.morphing-btn-clone_visible {
  display: block;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
.fancybox-morphing .fancybox-bg {
  background: rgba(0,0,0,0.7);
}

.fancybox-morphing .fancybox-toolbar {
  top: 20px;
  right: 40px;
}

.fancybox-morphing .fancybox-button--close {
  background: rgba(169,30,34,0.8);
  border-radius: 50%;
  color: #fff;
}

.fancybox-morphing .fancybox-button--close::after, 
.fancybox-morphing .fancybox-button--close::before {
    height: 1.55px;
    width: 22px;
    left: calc(50% - 11px);
}

.fancybox-morphing .fancybox-button--close:hover {
  background: rgba(169,30,34,1);
}

/* Styling for element used in example */

#morphing-content {
  margin: 0;
  position: relative;
  background: transparent;
  color: #fff;
  padding: 6em 10vw;
  line-height: 2;
  z-index: 10010;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#morphing-content a {
  color: #fff;
}

.fancybox-slide {
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}








/* ==========================================================================
MixItUp v3 Tweaks
========================================================================== */
.mixitup-control-active {
    color: #ccc;
    text-decoration: none;
    background-color:rgba(169,30,34,0.7);
}
@media (max-width: 767.98px) { 
	.controls .btn {
		width:97%;
		padding: 0.3rem 1rem;
	}
}





.force-fix .card-body {
	padding: 0 1.2rem;
}

.force-fix .card-text {
	max-width: 100%;
	text-transform: inherit;
}

.force-fix .card-footer {
	max-width: 100%;
	text-transform: inherit;
	padding: 1.4rem 1rem;
}

