/*
colors used:
StreamLane blue		 color: #002395
StreamLane red		 color: #A30000
*/

/* Custom Animations *****************************************************/
@-webkit-keyframes fadeInDown1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown1 {
  -webkit-animation-name: fadeInDown1;
  animation-name: fadeInDown1;
}


/*Capability Page*/

.CapabilityTitle {
    position:relative;
}    
.CapabilityTitle h1:before {
        position:absolute;
        font-family: FontAwesome;
  		font-size:100%;
        left:-1.2em;
        content: "\f0cb"; 123 list icon
    }

/* first row */
#post-177 .CapabilityTitle .et_pb_row{
  padding: 0;
}
#post-177 .et_pb_row {
  padding: 1% 0 0 0;
}

div.CapabilityLeftColumnSecondRow {
  float: left;
  margin-left: 12%;
  margin-right: 5%;
}


div.CapabilitiesJustToNameAFewSection{
  text-align:left;
}

span.CapabilitiesJustToNameText{
  float: left;
  font-size: 1.7em;
  font-family: serif;
  color: slategray;
}

div.CapabilityLeftColumnSecondRowStreamLaneCapabilities {
  padding-left: 5%;
  clear: both;
}

img.CapabilitySecondRowLogo{
  width:254px;
}

div.CapabilityLeftColumnMainText{
    padding-left: 15%;
  font-size: 125%;
}

h2.CapabilityCapabilitiesSubHeader{
    font-size: 175%;
  font-family: serif;
  color: #002395;
  position: relative;
  top: -20px;
}

ul.CapabilitiesCapabilitiesList{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.CapabilitiesCapabilitiesList li {
    padding-bottom: 2%;
}

span.CapabilityManyMoreText {
  font-weight: bold;
  font-style: italic;
}

h4.CapabilitiesAskSpecialistsText {
  text-align: center;

  font-size:130%;
  margin-top:10%;
  font-style:italic;
  font-weight: bold;
    font-family: sans-serif;
}

div.CapabilityRightColumnSecondRow{
  float: left;
    position: relative;
  top: -73px;
}
div.CapabilityRightColumnSecondRow img {
  vertical-align: top;
  max-width: 86%;
}

div.CapabilityAnimatedContactUsBox {
  background-color: lavender;
  font-family: serif;
  font-size: 240%;
  line-height: 1.1em;
  width: 115%;
  padding-top: 5%;
  padding-bottom: 7%;
  
}


/*
div.CapabilityContactUsBox a {
    text-decoration: underline;
     -webkit-animation: pulsate 5s linear infinite;
    -moz-animation: pulsate 5s linear infinite;
    animation: pulsate 5s linear infinite;
  -webkit-animation-delay: 5s; 
    animation-delay: 5s;
  transition-timing-function: cubic-bezier(1,0,1,0);
  -moz-transition-timing-function: cubic-bezier(1,0,1,0);
  -webkit-transition-timing-function: cubic-bezier(1,0,1,0);
}

@-webkit-keyframes pulsate {
  0% {
    text-shadow: none;
  }
  50%{
    text-shadow: 2px 0px 30px #A30000;
  }
  100% {
     text-shadow:none;
  }
}
@-moz-keyframes pulsate {
  0% {
    text-shadow: none;
  }
  50%{
    text-shadow: 2px 0px 30px #A30000;
  }
  100% {
     text-shadow:none;
  }
}

@keyframes pulsate {
  0% {
    text-shadow: none;
  }
  50%{
    text-shadow: 2px 0px 30px #A30000;
  }
  100% {
     text-shadow:none;
  }
}
*/
div.CapabilityBottomRowCenterColumn {
  text-align: center;
  font-size: 150%;
  font-style: italic;
  font-family: sans-serif;
  padding-bottom: 25px;
  line-height: 1.4em;
}



hr.CapabilityBottomHorizontalBar {
  width: 80%;
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

span.CapabilityHelpYouSucceedText {
  text-decoration: underline;
  color: #002395;
  font-weight: bold;
}

.CapabilityFirstRow{
	font-size: 70%;
  position: relative;
  z-index: 100;
}

div.CapabilityLogoAndTextFirstLine{
  padding-bottom:1em;
  padding-top: 1em;
}

img.CapabilityFullStreamLaneEHRLogo{
  vertical-align: bottom;
  width: 338px;

}

span.CapabilityNextToFullLogoText{
  font-size: 200%;
  white-space: nowrap;
  color: darkslategray;
    padding-left: 14px;
  position: relative;
  top: 3.3px;
}

.CapabilityArrowsAndTextDiv{
	color: darkslategray;
}


ul.CapabilityArrowsList {
  font-size: 200%;
  font-style: italic;
  list-style-type:none;
    padding-left: 12%;
  padding-top: 1%;
  margin: 0;
}

ul.CapabilityArrowsList li{
  line-height: 1.5em;
}

img.CapabilityArrow{
    vertical-align: middle;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  top: -3px;
}

#CapabilityArrow1{
  width:36px;
  -webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
    animation-delay: 0.5s;
}
#CapabilityArrow2{
  width:57px;
  -webkit-animation-delay: 3.5s; /* Chrome, Safari, Opera */
    animation-delay: 3.5s;
}
#CapabilityArrow3{
  width:85px;
  -webkit-animation-delay: 6.5s; /* Chrome, Safari, Opera */
    animation-delay: 6.5s;
}



i.CapabilityArrow {
  color: #A30000;
  font-size:400%;
  position: relative;
    text-align: right;
  top: 25px;
  width: 0;
  left:0;
  display: inline;
}

i.CapabilityArrow.secondArrow {
  padding-left: 5%;
}

i.CapabilityArrow.thirdArrow {
  padding-left: 10%;
}

li.CapabilityFirstArrowText{
}

li.CapabilitySecondArrowText{
  
}

li.CapabilityThirdArrowText{
  
}


span.CapabilityMoreText{
  font-size: 130%;
  font-style: italic;
  text-decoration: underline;
  font-weight: bold;
  color: #002395;
  padding-right: 2%;
}

/*major elements that cover all pages*/

html{
  position: relative;
  min-height: 100%;
}

body{
  overflow-x: hidden;
  margin-bottom: 60px; /* bottom = footer height*/
}

.et_pb_text {
  margin-bottom: 0;
}

.et_pb_row {
padding-left: 0;
padding: 2% 0 2% 0;
}

.et_pb_section.et_section_regular
{
  padding: 0;
}

span.ContactUsRedText {
  text-decoration: underline;
  color: #a30000;
}

.ContactUsWrapper{
  color: #333;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: bold;
}

/*header and footer stuff**************************/

.et_mobile_menu {
	top: inherit;
}

#et-top-navigation {
  display:inline;
}


/*icons*/
i._mi._before.fa.fa-home{
}

i._mi._before.fa.fa-hospital-o{
  font-size:1.15em;
}

i._mi._before.fa.fa-dollar{
	  font-size: 100%;
}

i._mi._before.fa.fa-list-ol{
  font-size: 1em;
}

i._mi._before.fa.fa-dashboard {
  font-size: 1em;
}


/*for the fixed header stuff*/

header#main-header {
	padding-bottom: 5px !important;
    padding-top: 5px !important;
  top:0 !important;
}

div#top-header{
  top: auto !important;
  z-index: 999;
}
#top-menu-nav{
  padding-top:10px !important;
}

#top-menu li {
  padding-right: 19px;
}

#top-menu li.current-menu-item > a {
  box-shadow: 0 0 5px rgba(163, 0, 0, 1);
  padding: 3px 3px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(163, 0, 0, 1);
}

#top-menu li > a {
padding: 3px 3px 15px 3px;
}

.et-fixed-header #logo{
  max-height:43px;
}

#et-info {
	color: rgba( 255, 255, 255, 0.95 );
 	float: right;
}
#et-info-email {
	color: rgba( 255, 255, 255, 0.95 );
}

.et_pb_fullwidth_header {
	padding-top: 30px;
	padding-bottom: 10px;
}

#footer-info{ visibility: hidden; }

#top-header.et_nav_text_color_light {
  border: 5px outset #C70000;
  background: #A30000 !important;
}

.et_nav_text_color_light .bottom-footer-copy-of-header {
  border: 5px outset #C70000;
  background: #A30000 !important;
}


#top-headerGradient {
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:0px solid #d02718;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f24537 28%, #c62d1f 77% );
	background:-ms-linear-gradient( top, #f24537 28%, #c62d1f 77% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(28%, #f24537), color-stop(77%, #c62d1f) );
	background-color:#a30000;
	color:#ffffff;
 	-webkit-box-shadow:inset 0px 5px 5px 0px #f5978e;
 	-moz-box-shadow:inset 0px 5px 5px 0px #f5978e;
 	box-shadow:inset 0px 5px 5px 0px #f5978e;
}

element.style {
}
streamlaneehr.com/media="all"
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

.et_color_scheme_red #et_search_icon:hover, .et_color_scheme_red .mobile_menu_bar:before, .et_color_scheme_red .footer-widget h4, .et_color_scheme_red .et_pb_sum, .et_color_scheme_red .et_pb_pricing li a, .et_color_scheme_red .et_pb_pricing_table_button, .et_color_scheme_red .comment-reply-link, .et_color_scheme_red .form-submit input, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_red .et_pb_contact_submit, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_red .et_overlay:before, .et_color_scheme_red .entry-summary p.price ins, .et_color_scheme_red.woocommerce div.product span.price, .et_color_scheme_red.woocommerce-page div.product span.price, .et_color_scheme_red.woocommerce #content div.product span.price, .et_color_scheme_red.woocommerce-page #content div.product span.price, .et_color_scheme_red.woocommerce div.product p.price, .et_color_scheme_red.woocommerce-page div.product p.price, .et_color_scheme_red.woocommerce #content div.product p.price, .et_color_scheme_red.woocommerce-page #content div.product p.price, .et_color_scheme_red #top-menu li.current-menu-ancestor > a, .et_color_scheme_red #top-menu li.current-menu-item > a, .et_color_scheme_red .bottom-nav li.current-menu-item > a {
color: #a30000 !important;
}

#footer-bottom {
  background-color: #a30000 !important;
}

footer#main-footer {
  background-color: #a30000;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}




/*page title text***************************************/

.et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6 {
color: #002395 !important;
}






/*home page / main page******************************/
body.home.page {
  background-image: url(http://www.streamlaneehr.com/wp-content/uploads/2015/01/Web-cloud-backgroundOpt2.jpg);
}

.et_parallax_bg{
  opacity: 0.9;
}
.mainPage .headerText h1{
padding-left: 4%;
}
div.mainPage.et_pb_section {
  padding: 15px 0;
}

.frontPageBoxShadowBorder {
  border-style: outset;
  border-width: 5px;
  -webkit-box-shadow: -10px 10px 26px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: -10px 10px 26px 0px rgba(0,0,0,0.5);
  box-shadow: -10px 10px 26px 0px rgba(0,0,0,0.5);
  outline: #000000 solid thin;
  outline-offset: -5px;
  border-bottom-color: rgba(172, 172, 172, 1);
  border-right-color: rgb(255, 255, 255);
  border-left-color: rgb(110, 110, 110);
  border-top-color: rgb(205, 205, 205);
}

img.mainPage.streamLaneText.nextToBreakThruText{
  width: 200px;
  float: left;
  border-style: outset;
  border-width: 5px;
  border-top-color: rgba(0, 0, 0, 0.16);
  border-left-color: rgba(0, 0, 0, 0.26);
  padding-right: 15px;
  padding-left: 10px;
  background-color: white;
}

img.mainPage.arrowImage {

  width: 418px;
  margin-top:20px;

}
span.mainPage.breakThruText{
  color: #A30000;
  font-weight:bold;
  font-size: 2em;
	padding-left: 4%;
}
span.mainPage.nextToBreakThruText{
  font-weight:bold;
  color: black;
}

div.mainPage > div.et_pb_row > div.et_pb_column.et_pb_column_1_2 {
margin-right: 10px;

}


.mainPage div.et_pb_row + div.et_pb_column.et_pb_column_1_4 {
  padding-left: 5.5%;
}

.mainPage.leftDiv {
padding-left: 12%;
}
div.MainPageRightColumnDiv {
  background-color: white;
  width: 105%;
  
}

p.mainPage.wholeFirstLine{
  position:relative;
  padding-bottom:0px;
  padding-left: 30px;
  padding-top: 30px;
}

span.mainPage.firstLine.firstWord{
  font-size:2em;
  margin-right:.9em;
  font-weight:bold;
   color: #A30000;
  text-decoration: underline;
}
p.mainPage.secondLine{
  font-weight:bold;
  font-size: 1.9em;
  color: #002395;
  padding-bottom: 30px;
}
ul.mainPage{
  list-style-position: inside;
  font-size: 1.35em;
}

ul.mainPage li{
  padding-bottom: 1em;
}

ul.mainPage.secondaryList {
  list-style-type:none;
  padding:0px;
  font-size:100%;
}

ul.mainPage.secondaryList li {
  padding: 0px;
}

#post-177 > div > div > div > div.et_pb_column.et_pb_column_2_3 > div > div > div > div > div.et_pb_tab.clearfix.et-pb-active-slide > ul > li:nth-child(3n+1) { 
  background-color: rgb(244, 244, 244);
}

#post-177 > div > div > div > div.et_pb_column.et_pb_column_2_3 > div > div > div > div > div.et_pb_tab.clearfix.et-pb-active-slide > ul > li:nth-child(3n-2) { 
  background-color: rgb(244, 244, 244);
}




.homePageRequestDemoCallToAction {
padding-top: 0px;
}

.homePageTextBox {
  margin-bottom: 0;
}



/*Main Page Bottom Buttons*****************/


.MainPageBottomLinks div {
    
}

div.MainPageBottomLinks ul {
  display: flex;
  justify-content:space-between;
  list-style-type: none;
  width: 92%;
  padding: 0;
  padding-left: 6%;

}

div.MainPageBottomLinks li {

}
div.MainPageBottomLinks a {
   color: #ffffff;
  display:inline-block;
  text-align: center;
  width: 243px;
}


/*entire last row button*/
/*
#post-262 > div > div > div:nth-child(3){
 padding-left: 6%; 
}
*/
.et_pb_column_1_4 {
width: 195px;
}

i.mainPage{
  margin-right: 0.8em;
  
}


/*
a.mainPage{
  color: #ffffff;
  display:inline-block;
  text-align: left;
}
*/

.btnSimple {
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 3px 3px 3px #666666;
  -moz-box-shadow: 3px 3px 3px #666666;
  box-shadow: 3px 3px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #A30000;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnSimple:hover {
  background: #e00b0b;
  text-decoration: none;
}

/*
.btn.lastButton {
  padding-top: 8px;
padding-bottom: 8px;
padding-right: 17%;
}
*/
.btn {

  	padding-top: 8px;
padding-bottom: 8px;
  /*
padding-right: 33%;
padding-left: 34%; 
*/
  	background: #A30000;
 	position: relative;
  	border: 6px;  
  	border-style: outset;
  	border-top-color: #D23232;
	border-bottom-color: #D50000;
	border-right-color: #FD5B5B;
	border-left-color: #8E0404;
  

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #AE1111), color-stop(1, 		#550000));
	background:-moz-linear-gradient(top, #AE1111 25%, #550000 100%);
	background:-webkit-linear-gradient(top, #AE1111 25%, #550000 100%);
	background:-o-linear-gradient(top, #AE1111 25%, #550000 100%);
	background:-ms-linear-gradient(top, #AE1111 25%, #550000 100%);
	background:linear-gradient(to bottom, #AE1111 25%, #550000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AE1111', endColorstr='#550000',GradientType=0);
	background-color:#f46161;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	
	text-decoration:none;
}
.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8e0404), color-stop(1, #f46161));
	background:-moz-linear-gradient(top, #8e0404 5%, #f46161 100%);
	background:-webkit-linear-gradient(top, #8e0404 5%, #f46161 100%);
	background:-o-linear-gradient(top, #8e0404 5%, #f46161 100%);
	background:-ms-linear-gradient(top, #8e0404 5%, #f46161 100%);
	background:linear-gradient(to bottom, #8e0404 5%, #f46161 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e0404', endColorstr='#f46161',GradientType=0);
	background-color:#8e0404;
}
.btn:active {
	position:relative;
	top:1px;
}

/*
a.mainPage.btn.MainPagePricingButton {
  padding-right: 26%;
  padding-left: 41%;
}

*/



/* pricing page *************************************/
/*
h2#pulsingContactUsBox {
  	-webkit-animation-delay: 4s;
  	-moz-animation-delay: 4s;
	-ms-animation-delay: 4s;
	-o-animation-delay: 4s;
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
}
*/

.et_pb_section.PricingPage-MainContent.et_section_regular{
  padding-bottom: 4%;
}

div.PricingPage-ContactUsBlock {
  border-left: 2px solid black;
  padding-left:9%;
  overflow: hidden;
  margin-top: 10%;
}



div.PricingPage-ContactUsBlock h2 {
  background-color:lavender;
  padding: 20px;
  text-align: center;
  float:left;
  font-size: 200%;

}

div.PricingPage-AdditionalServicesBlock {
  padding-top: 6%;
}

div.PricingPage-AdditionalServicesBlock ul {
	float: right;
	clear: both;
  padding-right: 10%;
}

div.PricingPage-MainContent span.AdditionalServicesText {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-size: 175%;
  font-weight: bold;
  padding-right:9%;
  float:right;
  padding-bottom:2%;
}


div.pricingTableDiv th, div.pricingTableDiv td {
  border: 2px solid gray;
}

table.pricingTable {
  border: 1px solid black;
  margin: 0 auto;
  width: 60%;
  table-layout: fixed;
  font-size: 137%;
}

tr td.costCell {
  padding-right: 0;
  padding-left: 0;
}


tr th.leftHeader{
  font-size: 133%;
  padding-left: 5px;
  color: #002395;
}

tr th.rightHeader{
  font-size: 110%;
  text-align: center;
  background-color: #a30000;
  color: white;
  width: 18%;
  padding-left:0;
  padding-right: 0;
}

tr td.leftCell {
  padding-left: 5px;
}

tr td.costCell {
  text-align: center;
  font-weight: bold;
}

tr td.bottomCell {
  text-align: center;
}

.PricingTitle {
    position:relative;
}    
.PricingTitle h1:before {
        position:absolute;
        font-family: FontAwesome;
        top:0;
  		font-size:100%;
        left:-0.9em;
        content: "\f155"; Dollar sign icon
    }


.PricingPage-FirstRow hr {
    width: 25%;
    margin-bottom: 25px;
}

.PricingPage-FirstRow h4 {
  padding-bottom: 0;
}

.PricingPage-FirstRow h3 {
  line-height: 1.3em
}

span.PricingPage-NextToLogo{
  position: relative;
  top: 3px;
  display: inline-block;
  padding-bottom: 20px;
  color: #002395;
}

img.StreamLaneLogo-Short.RowOne.Pricing {
 display: initial;
  vertical-align: middle;
  width: 258px;
  padding-right: 1%;
  position: relative;
  top: -6px;
}


.PricingPage-MainContent .et_pb_row {
  padding: 1% 0 1% 0;
}

.PricingPage-FirstRow {
  padding-top: 1%;
}





/* meaningful use page ******************************/

.MeaningfulUseTitle {
    position:relative;
}    
.MeaningfulUseTitle h1:before {
        position:absolute;
        font-family: FontAwesome;
        top:0;
  		font-size:100%;
        left:-1em;
        content: "\f0f8"; hospital icon
    }



.MeaningfulUsePage-CapabilityTable {
  width: 75%;
}


.MeaningfulUsePage-CapabilityTable table, 
.MeaningfulUsePage-CapabilityTable table th, 
.MeaningfulUsePage-CapabilityTable table td {
    border-style: ridge;
  	border-color: #002395 !important;
  border-spacing: 1px !important;
}

.MeaningfulUsePage-CapabilityTable th {
  color: #002395 !important;
}

.MeaningfulUsePage-CapabilityTable tbody tr:nth-child(even) {
  background: #eee;
}


.MeaningfulUsePage-CapabilityTable caption {
  caption-side: bottom;
  padding-top: 4%;
  padding-left: 10%;
  padding-right: 10%;
}



.MeaningfulUsePage-DrummondImage {
  float:right;
}

.MeaningfulUsePage-DrummondText {
  float: right;
  clear: both;
  width: 314px;
}

.MeaningfulUse-MiddlePage-Text h2 {
  font-family: arial;
  font-size: 166%;
  padding-bottom: 2%;
  padding-top: 0;
  line-height: 135%;
  color: #002395;
}

.MeaningfulUse-RowOne img
{
  display: inline-block;
  width: 258px;
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align: text-bottom;
}


.MeaningFulUsePage-NextToMFULogo {
  display: inline;
  padding-bottom: 10px;
  color: #002395;
  font-weight: bold;
  font-size: 98%;
  padding-top: 5px;
}


.MeaningfulUse-RowOne h6{
  font-size: 80%;
}

.MeaningfulUse-MFUDescriptionDiv {
    color: #333;
  line-height: 2em;
  font-weight: 500;
}

div.MeaningfulUse-MFUDescriptionDiv span{
  white-space: nowrap;
}

.MFUPhrase1 {
  font-size: 25px;
  color: #002395;
}
.MFUPhrase2 {
  font-size: 18px;
}
.MFUPhrase3 {
  font-size: 26px;
}
.MFUPhrase4 {
  font-size: 14px;
}
.MFUPhrase5 {
  font-size: 22px;
}

.MeaningfulUse-MFUDescriptionDiv hr {
    width: 25%;
    margin-bottom: 25px;
  margin-top: 25px;
}


.MeaningfulUse-ColumnOne h1 {
  color: #002395;
}


.MeaningfulUsePageContent > div:nth-child(1) {
  padding-bottom: 0;
}

.MeaningfulUsePageContent > div:nth-child(2) {
  padding-top: 0;
}



/* main Page */

.mainPage h1 {
font-family: "Times New Roman";
font-size: 2.7em;
  font-weight: bold;
  color: #002395;
  padding-left: 4%;
  text-shadow: rgb(46, 46, 46) 0px 2px 1px;
  font-family: 'Oxygen', sans-serif;
  text-align: center;
}

p.mainPage.breakThruText{
  font-weight:bold;
  font-size: 1.5em;
  font-style: italic;
  float:left;
  padding-top: 15px;
  padding-right: 12px;
  padding-bottom: 5px;
}

#streamLaneText{
height: 38px;
position: relative;
top: 5px;
}













/* smaller screen sizes *********************************/

@media only screen and (max-width: 980px){
  
  /* Main Page */
  
  .et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.animatedHeadline{
    height: 39px;
  }
  /*MainPage buttons*/

div.MainPageBottomLinks ul {
    padding-left: 0;
    width: 102%;
  }
  
div.MainPageBottomLinks a {
    width: 177px;
  }
  
  /* pricing page */

table.pricingTable {
  width: 84%;
}

  /* capability page */
  
  div.CapabilityRightColumnSecondRow{
    top: 0;
  }
  
}


@media only screen and (max-width: 767px){
 
    /* Main Page */
  
  .et_pb_text.et_pb_bg_layout_light.et_pb_text_align_left.animatedHeadline{
    height: 56px;
  }
  /*MainPage buttons*/

div.MainPageBottomLinks ul {
	display: inline-block;
    width: 102%;
  }
  
div.MainPageBottomLinks li {
    padding-bottom: 1.5em;
  }
div.MainPageBottomLinks a {
    width: 73%;
    padding-left: 33%;
    text-align: left;
  }

  
  /* pricing page */

table.pricingTable {
  width: 100%;

}

tr th.rightHeader{
  font-size: 100%;
    width: 25%;
}

tr th.rightHeader:nth-child(2){
    font-size:90%;
  }
  
}



@media only screen and (max-width: 479px){
  
  
  .et_pb_row {
	padding: 4% 0 4% 0;
 }
  
  .mainPage h1 {
    font-size: 200%;
    min-height: 158px;
  }
  
  p.mainPage.breakThruText{
    padding-top: 0;
  }
  
  .et_pb_column.et_pb_column_4_4
  {
    padding-bottom: 0;
  }
}


