/* Move down content because we have a fixed navbar that is 99px tall */

body {
  padding-top: 99px;
  padding-bottom: 20px;
  color: #4C5E6C;
  font-family: "Verlag A", "Verlag B";
  font-style: normal;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.navbar {
  height: 99px;
  padding-top: 14px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}
.navbar-nav {
  margin-top: 12px;
}
.navbar-nav li a {
/*    line-height: 42px;*/
    color: #4c5e6c;
    text-transform: uppercase;
    height: 50px;
	letter-spacing: 1px;
}
.navbar-nav>li {
  margin-left: 20px;
}
.navbar-nav li.demo a {
  color: #ce3c66;
  border: 1px solid #ce3c66;
  margin-left: 40px;
}
.navbar-nav li.demo a:hover {
  color: #ffffff;
  background-color: #ce3c66;
  border: 1px solid #ffffff;
}
.navbar-toggle .icon-bar {
  background-color: #ce3c66;
}
.navbar-header .logo {
  width: 171px;
  height: 38px;
  background-image: url('../images/logo_arches.png');
  background-size: 171px;
  background-repeat: no-repeat;
  overflow-y: hidden;
}
.navbar-nav .active > a {
  color: #ce3c66;
}
.navbar-nav .dropdown-menu {
  padding: 0px;
  padding-top: 5px;
  background-color: #4C5E6C;
/*  left: 20px; */
}
.navbar-nav .dropdown-menu li {
  color: #ffffff;
  background-color: #ce3c66;
  border-top: 1px solid #4C5E6C;
}
.navbar-nav .dropdown-menu li a {
  color: #ffffff;
  height: initial;
  padding: 7px 5px;
  font-weight: 800;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  background-color: #ffffff;
  color: #ce3c66;
}
.navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover {
  background-color: #ffffff;
  color: #ce3c66;
}
.navbar-nav .dropdown-menu li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
  background-color: #ffffff;
  color: #ce3c66;
}
.dropdown-menu:before {
   position: absolute;
   top: -7px;
   left: 9px;
   display: inline-block;
   border-right: 7px solid transparent;
   border-bottom: 7px solid #CCC;
   border-left: 7px solid transparent;
   border-bottom-color: rgba(0, 0, 0, 0.2);
   content: '';
 }

.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #4C5E6C;
    border-left: 6px solid transparent;
    content: '';
  }

.dropdown-menu:before, .dropdown-menu.pull-right:before {
left: 12px;
right: auto;
}

.dropdown-menu::after, .dropdown-menu.pull-right:after {
left: 13px;
rigt: auto;
}

h1 {
  font-size: 48px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
}
h2 {
  font-size: 36px;
  line-height: 45px;
}
h3 {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
}
h4 {
  font-size: 18px;
  line-height: 24px;
/*  text-transform: uppercase; */
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.btn-default {
  text-transform: uppercase;
  color: #ce3c66;
  border-color: #ce3c66;
  border-radius: 0px;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.btn-default:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ce3c66;
}
.bannertron {
  margin-bottom: 0px;
/*  background-image: url('../images/photo_nytruck.png');
  background-size: 100%;
  background-repeat: no-repeat; */
}
.bannertron  img {
	width: 100%;
}
.bannertron .container {
  padding-top: 80px; 
}
.bannertron h1, .bannertron p {
  margin-right: 30%;
}
.bannertron h1 {
  font-weight: 800;
}
.bannertron p {
  color: #ffffff;
  font-size: 27px;
  line-height: 36px;
  font-weight: 300;
}
.experience {
  background-color: #F2F2F2;
  padding-bottom: 30px;
}
.experience h4 {
  text-transform: uppercase;
}
.mission, .technology h2 {
  font-size: 48px;
  font-weight: 800;
}
.mission, .technology h4 {
  font-size: 12px;
}
.mission, .technology p {
  font-size: 27px;
  font-weight: 300;
}
.technology p {
  font-weight: 100;
}
.technology p.bold {
  font-weight: 700;
}
.technology ul {
  padding-left: 25px;
  font-size: 27px;
  font-weight: 100;
}
.keystone h2, .mycarecompass h2, .radius h2 {
  font-size: 18pt;
  font-weight: 800;
  text-transform: uppercase;
}
.keystone p, .mycarecompass p, .radius p, .springboard p {
  font-size: 27px;
  font-weight: 100;
}
.keystone p.bold, .mycarecompass p.bold, .radius p.bold, .springboard p.bold {
  font-weight: 700;
}
.mycarecompass, .radius, .springboard {
  color: #ffffff;
}
.circle {
  width: 150px;
  height: 150px;
  background-color: #4C5E6C;
  border-radius: 75px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.art-eye {
  background-image: url('../images/art_eye.png');
  background-size: 80%;
}
.art-nucleus {
  background-image: url('../images/art_nucleus.png');
  background-size: 70%;
}
.art-magnet {
  background-image: url('../images/art_magnet.png');
  background-size: 45%;
}
.art-caduceus {
  background-image: url('../images/art_caduceus.png');
  background-size: 100%;
}
.art-bulb {
  background-image: url('../images/art_bulb.png');
  background-size: 45%;
}
.art-map {
  background-image: url('../images/art_map.png');
  background-size: 45%;
}
.art-chat-bubbles {
  background-image: url('../images/art_chat.png');
  background-size: 45%;
}
.our-products {
 /* padding-bottom: 30px;*/
}
.our-products p {
  font-size: 14pt;
  font-weight: 700;
  color: #4C5E6C;
}
.our-products ul {
  font-size: 12pt;
  font-weight: 300;
  color: #4C5E6C;
}
.our-products img {
  filter: grayscale();
}
.square {
    float:left;
    position: relative;
    width: 33%;
    padding-bottom : 30%; /* = width for a 1:1 aspect ratio */
    margin:1px;
    background-color:#E6E6E6;
    overflow:hidden;
}
.square2 {
	float: none;
	width: initial;
}
.our-products .pr-mcc img {
  padding-left: 20%;
  padding-right: 20%;
}
.our-products .pr-keystone img {
  padding-left: 15%;
  padding-right: 15%;
}
.our-products .pr-radius img {
  padding-left: 25%;
  padding-right: 25%;
}
.our-products .square:hover img {
  filter: none;
}
.our-products .pr-mcc:hover {
  background-color: #65cbc9;
  color: #ffffff;
}
.our-products .pr-keystone:hover {
  background-color: #ffcc66;
  color: #ffffff;
}
.our-products .pr-radius:hover {
  background-color: #ce3c66;
  color: #ffffff;
}
.content {
    position:absolute;
    height:100%; /* = 100% - 2*5% padding */
    width:100%; /* = 100% - 2*5% padding */
    padding: 5%;
    text-align: center;
}
.table{
    display:table;
    width:100%;
    height:100%;
}
.table-cell{
    display:table-cell;
    vertical-align:middle;
}

/*  For responsive images */
.content .rs{
    width:auto;
    height:auto;
    max-height:90%;
    max-width:100%;
}

.latest-insights {
  background-color: #F2F2F2;
  padding-bottom: 30px;
}
.latest-posts h1 {
  color: #4C5E6C;
  text-transform: none;
  font-weight: 800;
}
.nav-tabs>li>a,
.nav-tabs.nav-justified>li>a,
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #4C5E6C;
  border-top: 1px solid #4C5E6C;
  color: #4C5E6C;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  color: #ce3c66;
}
.latest-insights .article-frame, .latest-posts .article-frame {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 1px #cccccc;
  padding: 10px;

}
.latest-posts .article-frame {
  margin-bottom: 30px;
}
.latest-insights .article-frame .topic, .latest-insights .article-frame a,
.latest-posts .article-frame .topic, .latest-posts .article-frame a,
.latest-posts .article .topic, .latest-posts .article a {
  text-transform: uppercase;
  color: #ce3c66;
  font-size: 12px;
}
.latest-posts .article .topic, .latest-posts .article a {
  font-size: 12px;
}
.latest-insights .article-frame p,
.latest-posts .article-frame p,
.latest-posts .article p {
  color: #4C5E6C;
}
.latest-posts .article p {
  font-size: 12px;
}
.latest-insights .article-frame .title,
.latest-posts .article-frame .title,
.latest-posts .article .title {
  font-size: 24px;
  line-height: 32px;
}
.latest-posts .article .title {
  font-size: 48px;
  line-height: 55px;
}
.latest-insights .article-frame .author,
.latest-posts .article-frame .author,
.latest-posts .article .author {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #4C5E6C;
  border-top: 1px solid #4C5E6C;
}
.latest-posts .article .author {
  font-size: 10px;
}
.latest-insights .article-frame .blurb,
.latest-posts .article-frame .blurb,
.latest-posts .article .blurb {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.latest-posts .article .blurb {
  font-size: 27px;
  line-height: 32px;
}
hr {
  border-top: 1px solid #4C5E6C;
}
.latest-insights .carousel .carousel-inner {
  overflow: visible;
}
.latest-insights .carousel .carousel-control {
  color: #ce3c66;
}
.latest-insights .carousel .carousel-control.left {
    background-image: none;
    left: -100px;
}
.latest-insights .carousel .carousel-control.right {
    background-image: none;
    right: -100px;
}
.pagination>li>a, .pagination>li>span {
  color: #4C5E6C;
  text-transform: uppercase;
  border: 1px solid #4C5E6C;
  padding: 12px 18px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span,
.pagination>li:first-child>a, .pagination>li:first-child>span {
  border-radius: 0px;
}
.pagination>li>a:focus, .pagination>li>a:hover,
.pagination>li>span:focus, .pagination>li>span:hover {
  color: #ce3c66;
  border: 1px solid #ce3c66;
}
.principals {
  background-color: #F2F2F2;
  padding-bottom: 30px;
}
.principals h3 {
  font-size: 12pt;
}
.principals h4 {
  font-size: 18pt;
  font-weight: 300;
}
.principals p {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}
.founder h3, .team h3 {
  font-size: 21pt;
  font-weight: 800;
  text-transform: none;
}
.founder h4, .team h4 {
  font-size: 21pt;
  font-weight: 400;
}
.founder p.intro, .team p.intro {
  font-size: 27px;
  font-weight: 300;
  line-height: 36px;
}
.founder p, .team p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.text-fade:after {
    content:"";
    position:absolute;
    bottom:100px;
    left:0;
    height:200px;
    width:100%;
    background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(0,0,0,0));
    background: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,1));
}
.text-hidden {
	display: none;
}
.keystone img {
  width: 100%;
  max-width: 479px
}
.bg-keystone-yellow {
  background-color: #ffcc66;
}
.bg-mcc-lg-bl {
  background-color: #65cbc9;
}
.bg-mcc-dk-bl {
  background-color: #00464f;
}
.bg-arches-pink {
  background-color: #ce3c66;
}
.bg-springboard-blue {
  background-color: #0F9DAA;
}
.icon {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  display: inline-block;
  color: #000000;
}
.icon:hover {
	background-color: #ce3c66;
}
.icon i {
  vertical-align: middle;
  line-height: 36px;
}
.icon-pink {
  background-color: #ce3c66;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
}
.icon-pink:hover {
	background-color: #8a2844;
}
.icon-twitter-wh {
  background-image: url('../images/icon_twitter_wh.png');
}
.icon-linkedin-wh {
  background-image: url('../images/icon_linkedin_wh.png');
}
.icon-envelope-wh {
  background-image: url('../images/icon_envelope_wh.png');
}
.icon-facebook-bl {
  background-image: url('../images/icon_facebook_bl.png');
}
.icon-twitter-bl {
  background-image: url('../images/icon_twitter_bl.png');
}
.icon-linkedin-bl {
  background-image: url('../images/icon_linkedin_bl.png');
}
.home h2 {
  font-weight: 800;
  padding: 40px 0 10px 0
}
.home h3 {
  font-weight: 300;
}
.home h4 {
  font-weight: 800;
}
.about-us h2 {
  font-weight: 800;
}
.products h2 {
  font-weight: 600;
}
.about-us h4, .products h4  {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}
.contact-us h2 {
  font-size: 36px;
  font-weight: 800;
}
.contact-us p {
  font-size: 27px;
  font-weight: 300;
}
.mcc-home .headline-mcc>div {
  background-image: url('../images/stock_mcc.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 450px;
}
.mcc-home .headline-mcc h1 {
	margin: 0;
	padding-top: 20px;
}
.mcc-home h1 {
	font-size: 48px;
	line-height: 57px;
	color: #00464f;
	font-weight: 800;
	text-transform: none;
	text-align: center;
}
.mcc-home h2 {
	font-size: 27px;
	line-height: 32px;
	color: #65cbc9;
	font-weight: 700;
	text-transform: none;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	padding-top: 5px;
	padding-bottom: 10px;
}
.mcc-home h3 {
	font-size: 27px;
	line-height: 32px;
	color: #4c5e6c;
	font-weight: 700;
	text-transform: none;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
.mcc-home h4 {
	font-size: 36px;
	line-height: 43px;
	color: #00464f;
	font-weight: 800;
	text-transform: none;
	margin-top: 30px;
}
.mcc-home h5 {
	font-size: 32px;
	line-height: 38px;
	color: #00464f;
	font-weight: 400;
	text-transform: none;
}
.mcc-home .content-mcc p, .mcc-home .patient-benefits p {
	font-size: 21px;
	line-height: 25px;
	color: #4c5e6c;
	font-weight: bold;
}
  .mcc-home .headline-mcc .container>div {
	  background: white; margin-left: 15%; margin-right: 15%;
  }

.mcc-home .content-mcc .container>div, .mcc-home .patient-benefits .container>div {
	background: white; margin-left: 15%; margin-right: 15%; padding-left: 20px; padding-right: 20px;
}
.mcc-home .callout-quote-desktop {
	width: 400px; float: left; margin-left: -200px; text-align:right; margin: 10px 20px 10px -200px;
}
.mcc-home .callout-quote-mobile {
	display: none;
}
.journey, .ehr-sync{
	background-color: #65cbc9;
	text-align: center;
}
.learn-more {
	background-color: #00464f;
	text-align: center;
}
.learn-more h1 {
	color: #ffffff;
}
.learn-more .btn-default {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #ce3c66;
}
.learn-more .btn-default:hover {
  color: #ce3c66;
  border-color: #ce3c66;
  background-color: #ffffff;
}
div.color-grad {
  position: relative;
  display: inline-block;
}
div.color-grad:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(206, 60, 102, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(206, 60, 102, 1)), color-stop(49%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(206, 60, 102, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(206, 60, 102, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(206, 60, 102, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(206, 60, 102, 1) 0%, rgba(255, 255, 255, 0) 49%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
/*
.mission div.color-grad div {
  background-image: url('../images/489301270.jpg');
  background-position: center;
}
*/
footer {
  background-color: #4C5E6C;
  color: #ffffff;
  padding: 30px;
  font-weight: 300;

}
footer a, footer a:hover {
  color: #ffffff;
}
footer input, input, select {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #4C5E6C;
  text-transform: uppercase;
  font-weight: 100;
}
.error-style {
	border-color: red;
	color: red;
}
footer ::-webkit-input-placeholder,
.request-demo ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4C5E6C;
}
footer ::-moz-placeholder,
.request-demo ::-moz-placeholder { /* Firefox 19+ */
  color: #4C5E6C;
}
footer :-ms-input-placeholder,
.request-demo :-ms-input-placeholder { /* IE 10+ */
  color: #4C5E6C;
}
footer :-moz-placeholder,
.request-demo :-moz-placeholder { /* Firefox 18- */
  color: #4C5E6C;
}
:placeholder-shown { /* Standard one last! */
  color: #4C5E6C;
}

select {
  color: #4C5E6C;
  text-transform: uppercase;
}
footer .btn-default {
  margin: 0px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #ce3c66;
  padding: 11px 30px;
}
footer .btn-default:hover {
  color: #ce3c66;
  border-color: #ce3c66;
  background-color: #ffffff;
}
footer ul {
  padding: 0px;
}
footer ul li {
  display: block;
  font-weight: 400;
}
footer .footer-nav p {
  text-transform: uppercase;
}
footer .footer-signup p {
  font-size: 18px;
}
footer .icon {
  margin-right: 15px;
}
footer .text-nowrap {
  text-transform: uppercase;
  font-weight: 800;
}
.copyright {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  font-weight: 400;
}

.margin-bottom-minus-10 {margin-bottom: -10px;}
.margin-bottom-minus-15 {margin-bottom: -15px;}
.margin-bottom-minus-20 {margin-bottom: -20px;}
.margin-bottom-minus-25 {margin-bottom: -25px;}
.margin-bottom-minus-30 {margin-bottom: -30px;}
.margin-bottom-minus-40 {margin-bottom: -40px;}
.margin-bottom-minus-50 {margin-bottom: -50px;}
.margin-bottom-minus-75 {margin-bottom: -75px;}
.margin-bottom-minus-100 {margin-bottom: -100px;}
.margin-bottom-minus-150 {margin-bottom: -150px;}
.margin-top-minus-10 {margin-top: -10px;}
.margin-top-minus-15 {margin-top: -15px;}
.margin-top-minus-20 {margin-top: -20px;}
.margin-top-minus-25 {margin-top: -25px;}
.margin-top-minus-30 {margin-top: -30px;}
.margin-top-minus-40 {margin-top: -40px;}
.margin-top-minus-50 {margin-top: -50px;}
.margin-top-minus-75 {margin-top: -75px;}
.margin-top-minus-100 {margin-top: -100px;}
.margin-top-minus-150 {margin-top: -150px;}

.right-0 {right: 0;}
.right-5 {right: 5px;}
.right-10 {right: 10px;}
.right-20 {right: 20px;}
.right-30 {right: 30px;}
.right-40 {right: 40px;}
.right-50 {right: 50px;}
.right-60 {right: 60px;}
.right-70 {right: 70px;}
.right-80 {right: 80px;}
.right-90 {right: 90px;}
.right-100 {right: 100px;}
.right-150 {right: 150px;}
.right-200 {right: 200px;}
.right-300 {right: 300px;}
.right-400 {right: 400px;}
.right-500 {right: 500px;}
.left-0 {left: 0;}
.left-5 {left: 5px;}
.left-10 {left: 10px;}
.left-20 {left: 20px;}
.left-30 {left: 30px;}
.left-40 {left: 40px;}
.left-50 {left: 50px;}
.left-60 {left: 60px;}
.left-70 {left: 70px;}
.left-80 {left: 80px;}
.left-90 {left: 90px;}
.left-100 {left: 100px;}
.left-150 {left: 150px;}
.left-200 {left: 200px;}
.left-300 {left: 300px;}
.left-400 {left: 400px;}
.left-500 {left: 500px;}
.opacity-0 {opacity: 0;}
.opacity-10 {opacity: 0.1;}
.opacity-20 {opacity: 0.2;}
.opacity-30 {opacity: 0.3;}
.opacity-40 {opacity: 0.4;}
.opacity-50 {opacity: 0.5;}
.opacity-60 {opacity: 0.6;}
.opacity-70 {opacity: 0.7;}
.opacity-80 {opacity: 0.8;}
.opacity-90 {opacity: 0.9;}
.opacity-100 {opacity: 1;}

.relative {position: relative;}
.absolute {position: absolute;}
.font-size-400 {font-size: 400%;}.font-size-350 {font-size: 350%;}.font-size-300 {font-size: 300%;}.font-size-250 {font-size: 250%;} .font-size-220 {font-size: 220%;} .font-size-200 {font-size: 200%;} .font-size-180 {font-size: 180%;} .font-size-150 {font-size: 150%;} .font-size-140 {font-size: 140%;} .font-size-130 {font-size: 130%;} .font-size-125 {font-size: 125%;} .font-size-120 {font-size: 120%;} .font-size-110 {font-size: 110%;} .font-size-95 {font-size: 95%;} .font-size-90 {font-size: 90%;} .font-size-85 {font-size: 85%;} .font-size-80 {font-size: 80%;} .font-size-75 {font-size: 75%;} .font-size-70 {font-size: 70%;} .font-size-60 {font-size: 60%;} .font-size-50 {font-size: 50%;}
.padding-0{padding: 0px;} .padding-5{padding: 5px;} .padding-10{padding: 10px;} .padding-15{padding: 15px;} .padding-20{padding: 20px;} .padding-25{padding: 25px;} .padding-35{padding: 35px;} .padding-50{padding: 50px;} .padding-75{padding: 75px;}
.padding-top-0{padding-top: 0px;} .padding-top-5{padding-top: 5px;} .padding-top-10{padding-top: 10px;} .padding-top-15{padding-top: 15px;} .padding-top-20{padding-top: 20px;} .padding-top-25{padding-top: 25px;} .padding-top-30{padding-top: 30px;} .padding-top-35{padding-top: 35px;} .padding-top-40{padding-top: 40px;} .padding-top-50{padding-top: 50px;} .padding-top-75{padding-top: 75px;} .padding-right-0{padding-right: 0px;}
.padding-right-5{padding-right: 5px;} .padding-right-10{padding-right: 10px;} .padding-right-15{padding-right: 15px;} .padding-right-20{padding-right: 20px;} .padding-right-25{padding-right: 25px;} .padding-right-35{padding-right: 35px;} .padding-right-50{padding-right: 50px;} .padding-right-75{padding-right: 75px;} .padding-bottom-0{padding-bottom: 0px;}.padding-bottom-5{padding-bottom: 5px;} .padding-bottom-10{padding-bottom: 10px;} .padding-bottom-15{padding-bottom: 15px;} .padding-bottom-20{padding-bottom: 20px;} .padding-bottom-25{padding-bottom: 25px;} .padding-bottom-30{padding-bottom: 30px;} .padding-bottom-35{padding-bottom: 35px;} .padding-bottom-40{padding-bottom: 40px;} .padding-bottom-50{padding-bottom: 50px;} .padding-bottom-75{padding-bottom: 75px;} .padding-left-0{padding-left: 0px;} .padding-left-5{padding-left: 5px;} .padding-left-10{padding-left: 10px;} .padding-left-15{padding-left: 15px;} .padding-left-20{padding-left: 20px;} .padding-left-25{padding-left: 25px;} .padding-left-35{padding-left: 35px;} .padding-left-50{padding-left: 50px;} .padding-left-75{padding-left: 75px;}
.padding-top-bottom-0 {padding-top: 0px; padding-bottom: 0px;}
.padding-top-bottom-5 {padding-top: 5px; padding-bottom: 5px;}
.padding-top-bottom-10 {padding-top: 10px; padding-bottom: 10px;}
.padding-top-bottom-15 {padding-top: 15px; padding-bottom: 15px;}
.padding-top-bottom-20 {padding-top: 20px; padding-bottom: 20px;}
.padding-top-bottom-25 {padding-top: 25px; padding-bottom: 25px;}
.padding-top-bottom-30 {padding-top: 30px; padding-bottom: 30px;}
.padding-top-bottom-40 {padding-top: 40px; padding-bottom: 40px;}
.padding-top-bottom-50 {padding-top: 50px; padding-bottom: 50px;}
.padding-top-bottom-100 {padding-top: 100px; padding-bottom: 100px;}
.padding-left-right-0 {padding-left: 0px; padding-right: 0px;}
.padding-left-right-5 {padding-left: 5px; padding-right: 5px;}
.padding-left-right-10 {padding-left: 10px; padding-right: 10px;}
.padding-left-right-15 {padding-left: 15px; padding-right: 15px;}
.padding-left-right-20 {padding-left: 20px; padding-right: 20px;}
.padding-left-right-25 {padding-left: 25px; padding-right: 25px;}
.padding-left-right-30 {padding-left: 30px; padding-right: 30px;}
.padding-left-right-40 {padding-left: 40px; padding-right: 40px;}
.padding-left-right-50 {padding-left: 50px; padding-right: 50px;}
.padding-left-right-100 {padding-left: 100px; padding-right: 100px;}
.margin-0{margin: 0px;} .margin-5{margin: 5px;} .margin-10{margin: 10px;} .margin-15{margin: 15px;} .margin-20{margin: 20px;} .margin-25{margin: 25px;} .margin-35{margin: 35px;} .margin-50{margin: 50px;} .margin-75{margin: 75px;}
.margin-top-0{margin-top: 0px;} .margin-top-5{margin-top: 5px;} .margin-top-10{margin-top: 10px;} .margin-top-15{margin-top: 15px;} .margin-top-20{margin-top: 20px;} .margin-top-25{margin-top: 25px;} .margin-top-30{margin-top: 30px;} .margin-top-35{margin-top: 35px;} .margin-top-40{margin-top: 40px;} .margin-top-50{margin-top: 50px;} .margin-top-75{margin-top: 75px;}
.margin-right-0{margin-right: 0px;} .margin-right-5{margin-right: 5px;} .margin-right-10{margin-right: 10px;} .margin-right-15{margin-right: 15px;} .margin-right-20{margin-right: 20px;} .margin-right-25{margin-right: 25px;} .margin-right-30{margin-right: 30px;} .margin-right-35{margin-right: 35px;} .margin-right-50{margin-right: 50px;} .margin-right-75{margin-right: 75px;}
.margin-bottom-0{margin-bottom: 0px;} .margin-bottom-5{margin-bottom: 5px;} .margin-bottom-10{margin-bottom: 10px;} .margin-bottom-15{margin-bottom: 15px;} .margin-bottom-20{margin-bottom: 20px;} .margin-bottom-25{margin-bottom: 25px;} .margin-bottom-30{margin-bottom: 30px;} .margin-bottom-35{margin-bottom: 35px;} .margin-bottom-40{margin-bottom: 40px;} .margin-bottom-50{margin-bottom: 50px;} .margin-bottom-75{margin-bottom: 75px;}
.margin-left-0{margin-left: 0px;} .margin-left-5{margin-left: 5px;} .margin-left-10{margin-left: 10px;} .margin-left-15{margin-left: 15px;} .margin-left-20{margin-left: 20px;} .margin-left-25{margin-left: 25px;} .margin-left-30{margin-left: 30px;} .margin-left-35{margin-left: 35px;} .margin-left-50{margin-left: 50px;} .margin-left-75{margin-left: 75px;}
.margin-top-bottom-0 {margin-top: 0px; margin-bottom: 0px;}
.margin-top-bottom-5 {margin-top: 5px; margin-bottom: 5px;}
.margin-top-bottom-10 {margin-top: 10px; margin-bottom: 10px;}
.margin-top-bottom-15 {margin-top: 15px; margin-bottom: 15px;}
.margin-top-bottom-20 {margin-top: 20px; margin-bottom: 20px;}
.margin-top-bottom-25 {margin-top: 25px; margin-bottom: 25px;}
.margin-top-bottom-30 {margin-top: 30px; margin-bottom: 30px;}
.margin-top-bottom-40 {margin-top: 40px; margin-bottom: 40px;}
.margin-top-bottom-50 {margin-top: 50px; margin-bottom: 50px;}
.margin-top-bottom-100 {margin-top: 100px; margin-bottom: 100px;}
.margin-left-right-0 {margin-top: 0px; margin-bottom: 0px;}
.margin-left-right-5 {margin-left: 5px; margin-right: 5px;}
.margin-left-right-10 {margin-left: 10px; margin-right: 10px;}
.margin-left-right-15 {margin-left: 15px; margin-right: 15px;}
.margin-left-right-20 {margin-left: 20px; margin-right: 20px;}
.margin-left-right-25 {margin-left: 25px; margin-right: 25px;}
.margin-left-right-30 {margin-left: 30px; margin-right: 30px;}
.margin-left-right-40 {margin-left: 40px; margin-right: 40px;}
.margin-left-right-50 {margin-left: 50px; margin-right: 50px;}
.margin-left-right-100 {margin-left: 100px; margin-right: 100px;}
.line-height-120 {line-height: 120%;} .line-height-150 {line-height: 150%;} .line-height-180 {line-height: 180%;} .line-height-200 {line-height: 200%;} .line-height-250 {line-height: 250%;} .line-height-300 {line-height: 300%;}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
p .eq_digit{
	font-size:15px;
	
}
.card__info .eq_digit{
	font-size:16px;
	font-weight: 100;
}
.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
background: #ce3c66!important;

}
.plyr__control.plyr__tab-focus{
box-shadow:none;color: #ce3c66!important;
}
.plyr--full-ui input[type=range] {
	color: #ce3c66!important;
}
.plyr {
font-family: "Verlag A", "Verlag B"!important;
}

.technology video{
width:100%
}