.desktop-view {
	display: block;
}
.mobile-view {
	display: none;
}

@media (max-width: 992px) {
    body {
      padding-top: 0px;
    }
    body.home {
      padding-top: 50px;
    }
    .navbar {
      height: 50px;
      padding-top: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-header .logo {
      width: 110px;
      height: 25px;
      background-size: 110px;
    }
    .navbar-left,.navbar-right {
        float: none !important;

    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
        background-color: rgba(76, 94, 108, .9)

    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
        margin-left: 0px;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #ffffff;
        text-align: center;
    }
    .navbar-nav>li>a:first {
      padding-top: 30px;
    }
    .navbar-nav li.demo a {
      color: #ffffff;
      border: 0px;
      margin-left: 0px
    }
    .navbar-nav li.demo a:hover {
      color: #ffffff;
      border: 0px;
      background-color: #ffffff;
    }
    .navbar-nav > li.demo > a:hover, .navbar-nav.demo > li > a:focus{
      color: #ce3c66;
    }
    .navbar-nav li.demo a span {
      border: 1px solid #ffffff;
      padding: 10px 16px;
    }
    .founder hr, .team hr {
      margin-top: 30px;
    }
    .latest-insights .article-frame {
      margin-bottom: 30px;
    }
    .collapse.in{
        display:block !important;
    }
    .contact-us .col-md-8, .mission .col-md-5, .technology .col-md-5 {
      padding: 0px;
    }
    .mission, .technology {
      padding-top: 50px;
    }
	.mission h2, .technology h2 {
		font-size: 24px;
		line-height: initial;
	}
	.mission h4, .technology h4 {
		padding-top: 15px;
	}
	.technology ul {
		font-size: 18px;
	}
    .principals h2, .latest-insights h2, .founder h2, .team h2, .latest-posts h2, .experience h2, .our-products h2 {
      text-align: center;
	  font-size: 24px;
    }
	.principals h3 {
      text-align: center;
	  font-size: 24px;
	  text-transform: uppercase;
	  font-weight: 800;
	}
	.about-us h4, .products h4 {
		font-size: 24px;
	}
	.about-us h4, .products h4 {
		font-size: 14px;
	}
	.about-us p, .products p {
		font-size: 18px;
	}
    .contact-us {
      padding-top: 50px;
      text-align: center;
    }
    .contact-us h2 {
      padding-top: 20px;
    }
    footer .social {
      text-align: center;
      margin: 20px 0px;
    }

    footer .icon {
    }
    footer input {
      text-align: center;
    }
    footer .btn-default {
      width: 100%;
    }
}

@media only screen and (min-width : 992px) {
  .row-odd .col-md-6 {
    float: right !important;
  }/*
  .row-odd div:first-child {
    right: 50%;
  }
  .row-odd div:last-child {
    left: 50%;
  }*/
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
      margin-right: -20px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
      margin-left: -20px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 1200px) {
/* Styles */

  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .bannertron {
  }
  .bannertron p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width : 320px) and (max-width : 992px) {
/* Styles */

  .bannertron .container {
	  padding-top: 55px;
  }

}
@media only screen and (min-width : 320px) and (max-width : 875px) {
/* Styles */

  .bannertron .container {
	  padding-top: 40px;
  }

}
@media only screen and (min-width : 320px) and (max-width : 750px) {
/* Styles */

  .bannertron .container {
	  padding-top: 50px;
  }
    h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .bannertron p {
    font-size: 15px;
    line-height: 17px;
  }

}
@media only screen and (min-width : 320px) and (max-width : 750px) {
/* Styles */

  .bannertron .container {
	  padding-top: 15px;
  }
    h1 {
    font-size: 20px;
    line-height: 25px;
  }
  .bannertron p {
    font-size: 10px;
    line-height: 15px;
  }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
/* Styles */

  h1 {
    font-size: 24px;
	font-weight: 800;
    line-height: 24px;
	color: #4C5E6C;
  }
  .home h2 {
	  font-size: 24px;
	  padding: 0px;
  }
  h3 {
	  font-size: 45px;
  }
  .home-intro p {
	  font-size: 18px;
	  font-weight: 300;
  }
  .bannertron {
    padding-top: 0px;
    padding-bottom: 0px;
    background-size: 120%;
    background-position: center;
  }
  .bannertron h1 {
	font-size: 18px;
	margin-top: 2px;
    margin-bottom: 6px;
  }
  .bannertron p {
    font-size: 12px;
    line-height: 16px;
  }
  .bannertron h1, .bannertron p {
    margin-right: 20%;
  }
  .square {
    position: relative;
    text-align: center;
    width: 100%;
    float: none;
    padding-bottom: 0px;
  }
  .keystone p, .mycarecompass p,.mycarecompass li, .radius p, .springboard p {
    font-size: 18px;
  }
  .mycarecompass img {
    width: 60%;
    max-width: 338px;
  }
  .radius img {
    width: 60%;
    max-width: 294px;
  }
  .keystone img {
    width: 100%;
    max-width: 479px
  }
  .springboard img {
    width: 100%;
    max-width: 479px
  }
  .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  .content {
    position: absolute;
    width: 100%;
    height: 100%;

    font-size: 2em;
    padding-top: 20%;
  }
  .latest-insights .carousel .carousel-control {
    display: none;
  }
  .integrations img {
    width: 60%;
  }
  .founder h3, .team h3 {
/*    font-size: 21pt;
    font-weight: 800;
    text-transform: none;*/
    line-height: 30px;
    margin: 0px;
  }
  .founder h4, .team h4 {
/*    font-size: 21pt;
    font-weight: 400;*/
    line-height: 30px;
    margin: 0px;
  }
  .founder p.intro, .team p.intro {
    font-size: 18pt;
    font-weight: 300;
    line-height: 30px;
  }
  .principals {
    text-align: center;
  }
  .principals h4 {
    margin-bottom: 30px;
	font-size: 14px;
  }
  .principals h2 {
	  font-size: 24px;
	  margin-top: 0px;
  }
/*  .founder p, .team p {
    font-size: 18pt;
    font-weight: 300;
  }*/
  .mcc-home h1 {
	font-size: 27px;
	line-height: 32px;
 }
.mcc-home .headline-mcc h1 {
	padding-top: 10px;
 }
  .mcc-home h2 {
	font-size: 18px;
	line-height: 21px;
  }
  .mcc-home h3 {
	font-size: 18px;
	line-height: 21px;
  }
  .mcc-home h4 {
	font-size: 27px;
	line-height: 32px;
	text-align: center;
  }
  .mcc-home h5 {
	font-size: 32px;
	line-height: 38px;
	color: #65cbc9;
	border-top: 4px solid #00464f;
	border-bottom: 4px solid #00464f;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .mcc-home .content-mcc p, .mcc-home .patient-benefits p {
	font-size: 18px;
	line-height: 21px
  }
  .mcc-home .headline-mcc .container>div {
	  background: white; margin-left: 0; margin-right: 0;
  }
.mcc-home .headline-mcc>div {
	padding-top: 120px;
}
	.mcc-home .content-mcc .container>div, .mcc-home .patient-benefits .container>div {
		margin-left: 0; margin-right: 0; padding-left: 0px; padding-right: 0px;
	}
	.mcc-home .callout-quote-desktop {
		display: none;
	}
	.mcc-home .callout-quote-mobile {
		display: block;
	}
	.mcc-home .logo-mcc {
		margin-top: 75px !important;
	}
	.mcc-home .logo-mcc img {
		width: 50%
	}
	.journey h4, .ehr-sync h4 {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
	}
	.desktop-view {
		display: none;
	}
	.mobile-view {
		display: block;
	}
	.text-fade:after {
		background: none; 
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Styles */
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .bannertron {
  }
  .bannertron p {
    font-size: 18px;
    line-height: 22px;
  }
  .bannertron h1, .bannertron p {
    margin-right: 20%;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}
