@charset "utf-8";
/* CSS Document */


body {
	font-family: "futura-pt",sans-serif;
	color:#404040;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "futura-pt", sans-serif;
	color:#404040;
}

/* NAVIGATION */
nav ul {
	margin-top:1.2em;
	padding:.8em 0em -.8em 0em;
}

nav ul li {
	display:inline;
	list-style:none;
}

nav li a{
	padding:5px 10px;
	background:transparent;
	color:#000;
	font-size:.95em;
}

nav li a:hover{
	
	background:#a64e48;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.sm-logo {
	position:fixed;
	top:5px;
	left:5px;
}


/* BUTTONS */

.db-button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "futura-pt",sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: .5rem;
  padding-right: 2rem;
  padding-bottom: .6rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008cba;
  border-color: #386a9d;
  color: white;
  transition: background-color 300ms ease-out;
  border-radius: 3px; 
}
  
.db-button:hover, .db-button:focus {
    background-color: #29527c;
	color:white; }
	
.db-button .radius {
	 border-radius: 3px; }
	
	
.lb-button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "futura-pt",sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: .5rem;
  padding-right: 2rem;
  padding-bottom: .6rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #3296f8;
  border-color: #386a9d;
  color: white;
  transition: background-color 300ms ease-out;
  border-radius: 3px;
}
  
.lb-button:hover, .lb-button:focus {
    background-color: #2781da;
	color:white; }

/* BACKGROUNDS */


hr {
	display: block; height: 1px;
    border: 0; border-top: 1px solid #f6f6f6;
    margin: 1em 0; padding: 0;
}

.dark-hr {
	display: block; height: 1px;
    border: 0; border-top: 1px solid #e8e8e8;
    margin: 1em 0; padding: 0;
}

.dark-blue {
	background: #132f4a repeat; padding:1em 0em;
}

.lg-back {
	background:#f6f6f6 repeat;
	border:1px solid #dedede;
}

.gb {
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}

.about-back {
	
}

.tele-back {
	background:url(/img/teleradiology-img.jpg) no-repeat;
	min-height:20em;
	background-size:cover;
}


.quality-back {
	background:url(/img/quality-assurance.jpg) no-repeat;
	min-height:20em;
	background-size:cover;
}

.phys-owned {
	position:relative;
	z-index:99;
}

.phys-owned img {
	z-index:-1;
	position:absolute;
	top:0px;
	right:-24px;
}


.our-docs {
	position:relative;
	z-index:99;
}

.our-docs img {
	z-index:-1;
	position:absolute;
	top:0px;
	right:-24px;
}


.blue-row {
	background:#45627d repeat;
	z-index:1;
	height:auto;
	position:relative;
	color:#fff;
}

.top-logo {
	z-index:999;
	position:absolute;
	top:0;
}

.phone {
	text-align:right;
	z-index:10;
	color:#FFF;
	padding:.7em 0em .7em 0em;
}


/*  IMAGE STYLES */

.p-image {
    float: left;
    padding-right: 1em;
}




/*  COLORS */

.blue {
	color:#0870b6;
}

.dblue {
	color:#336699
}

.red {
	color:#af615b
}

.red:hover {
	color:#864742
}

.dred {
	color:#ad5c56;
}

.lblue {
	color:#2990f7
}

.light-gray {
	color:#9c9c9c;
}

.white {
	color:#fff;
}

a.white:hover {
	color:#CCC;
}

.lb {
	color:#68A5E3;
}

/* ALIGNMENTS */


.valign {
    position: absolute;
    left: 50%;
    top: 50%;

    /*
    *  Where the magic happens
    *  Centering method from CSS Tricks
    *  http://css-tricks.com/centering-percentage-widthheight-elements/
    */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* FONTS SIZES */

hr {
	margin:0em;
}

.italic {
	font-style:italic;
}

.ts-0 {
	font-size:.75em;
	line-height:1em;
}
.ts-1 {
	font-size:1em;
	line-height:1em;
}

.ts-2 {
	font-size:1.25em;
	line-height:1em;
}

.ts-3 {
	font-size:1.5em;
	line-height:1em;
}

.ts-4 {
	font-size:1.75em;
	line-height:1em;
}

.ts-5 {
	font-size:2em;
	line-height:1em;
}

.ts-6 {
	font-size:2.5em;
	line-height:1em;
}

.ts-7 {
	font-size:3em;
	line-height:1em;
}

.ts-8 {
	font-size:3.5em;
	line-height:1em;
}

.ts-9 {
	font-size:4em;
	line-height:1em;
}

.ts-10 {
	font-size:4.5em;
	line-height:1em;
}

.ts-11 {
	font-size:5em;
	line-height:1em;
}

.ts-12 {
	font-size:5.5em;
	line-height:1em;
}

.fw-1 {
	font-weight:100;
}

.fw-2 {
	font-weight:200;
}

.fw-3 {
	font-weight:300;
}

.fw-4 {
	font-weight:400;
}

.fw-5 {
	font-weight:500;
}

.fw-6 {
	font-weight:600;
}

.fw-7 {
	font-weight:700;
}



/* PADDING CLASSES */



.no-pad {
	padding:0px;
	margin:0px;
}

.apad-1 {
	padding:1em;
}

.apad-2 {
	padding:1.5em;
}

.apad-3 {
	padding:2em;
}

.apad-4 {
	padding:2.5em;
}

.pad-1 {
	padding-top:1em;
}

.pad-2 {
	padding-top:1.5em;
}

.pad-3 {
	padding-top:2em;
}

.pad-4 {
	padding-top:2.5em;
}

.mar-1 {
	margin-top:1em;
}

.mar-2 {
	margin-top:1.5em;
}

.mar-3 {
	margin-top:2em;
}

.mar-4 {
	margin-top:2.5em;
}

.bpad-1 {
	padding-bottom:1em;
}

.bpad-2 {
	padding-bottom:1.5em;
}

.bpad-3 {
	padding-bottom:2em;
}

.bpad-4 {
	padding-bottom:2.5em;
}

.rpad-1 {
	padding-right:.5em;
}

.rpad-2 {
	padding-right:1em;
}

.rpad-3 {
	padding-right:1.5em;
}

.lpad-1 {
	padding-left:.5em;
}

.lpad-2 {
	padding-left:1em;
}

.lpad-3 {
	padding-left:1.5em;
}

.bmar-1 {
	margin-bottom:1em;
}

.bmar-2 {
	margin-bottom:1.5em;
}

.bmar-3 {
	margin-bottom:2em;
}

.bmar-4 {
	margin-bottom:2.5em;
}








.rpad-1 {
	padding-right:.3em;
}

.rpad-2 {
	padding-right:.5em;
}

.rpad-3 {
	padding-right:.8em;
}

.lpad-1 {
	padding-left:.3em;
}

.lpad-2 {
	padding-left:.5em;
}

.lpad-3 {
	padding-left:.8em;
}



/* MISC */
.clients-carousel .orbit-slide-number, .orbit-timer, .orbit-prev, .orbit-next {
	display:none;
}

.clients-carousel .example-orbit-content p {
	padding-top:1em;
}

.test {
	font-style:italic;
	background: url(/img/quotes-back.jpg) top left no-repeat;
	margin-left:1em;
	margin-top:1em;
}

.test-sig {
	text-align:right;
	padding-right:1em;
}



/* FOOTER */

footer {
	background:#45627d repeat;
	min-height:250px;
	color:#f6f6f6;
}

footer h1, footer h2, footer h3, footer h4, footer h5 {
	color:#f6f6f6;
}

footer ul {
	margin:0px;
}

footer ul li {
	list-style:none;
}

footer ul li a{
	color:#f6f6f6;
	font-style:italic;
}

footer ul li a:hover{
	color:#f6f6f6;
	text-decoration:underline;
}

.imgs li {
	display:inline;
	padding:0em .1em;
}

.f-rj-logo {
	margin-top:-.4em;
}

@media only screen and (min-width: 40.063em) {
.pad-1 {
	padding-top:15px;
}

.pad-2 {
	padding-top:25px;
}

.pad-3 {
	padding-top:35px;
}

.pad-4 {
	padding-top:45px;
}

.mar-1 {
	margin-top:15px;
}

.mar-2 {
	margin-top:25px;
}

.mar-3 {
	margin-top:35px;
}

.mar-4 {
	margin-top:45px;
}


.bmar-1 {
	margin-bottom:15px;
}

.bmar-2 {
	margin-bottom:25px;
}

.bmar-3 {
	margin-bottom:35px;
}

.bmar-4 {
	margin-bottom:45px;
}

.min-lg {
	min-height:3.5em;
}



.rpad-1 {
	padding-right:.6em;
}

.rpad-2 {
	padding-right:.9em;
}

.rpad-3 {
	padding-right:1em;
}

.lpad-1 {
	padding-left:.6em;
}

.lpad-2 {
	padding-left:.9em;
}

.lpad-3 {
	padding-left:1em;
}
		
}






@media only screen { } 
/* Define mobile styles */ 

@media only screen and (max-width: 40em) { 

.sm-pad-1 {
	padding-top:1.1em;
}

.sm-pad-2 {
	padding-top:1.9em;
}

.sm-pad-3 {
	padding-top:2.4em;
}

.sm-pad-4 {
	padding-top:3em;
}


.sm-bpad-1 {
	padding-bottom:1.1em;
}

.sm-bpad-2 {
	padding-bottom:1.9em;
}

.sm-bpad-3 {
	padding-bottom:2.4em;
}

.sm-bpad-4 {
	padding-bottom:3em;
}


.sm-mar-1 {
	margin-top:1em;
}

.sm-mar-2 {
	margin-top:1.5em;
}

.sm-mar-3 {
	margin-top:2em;
}

.sm-mar-4 {
	margin-top:2.5em;
}

.min-lg {
	min-height:3em;
}

.sm-center {
	text-align:center;

}

.sm-act-center {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}


/*  BACKGROUNDS */

.about-back {
	margin-top:3.5em;
}

.tele-back {
	background:url(/img/teleradiology-img.jpg) no-repeat;
	background-size: auto;
	background-position:center top;
}

.quality-back {
	background:url(/img/quality-assurance.jpg) no-repeat;
	background-size: auto;
	background-position:center bottom;
}

/*  IMAGES */

.p-image {
    float: none;
}

/* FONT SIZE */

.ts-0 {
	font-size:.75rem;
	line-height:1em;
}
.ts-1 {
	font-size:1em;
	line-height:1rem;
}

.ts-2 {
	font-size:1.25rem;
	line-height:1em;
}

.ts-3 {
	font-size:1.5rem;
	line-height:1em;
}

.ts-4 {
	font-size:1.75rem;
	line-height:1em;
}

.ts-5 {
	font-size:2rem;
	line-height:1em;
}

.ts-6 {
	font-size:2.5rem;
	line-height:1em;
}

.ts-7 {
	font-size:3rem;
	line-height:1em;
}

.ts-8 {
	font-size:3.5rem;
	line-height:1em;
}

.ts-9 {
	font-size:4rem;
	line-height:1em;
}

.ts-10 {
	font-size:4.5rem;
	line-height:1em;
}

.ts-11 {
	font-size:5rem;
	line-height:1em;
}

.ts-12 {
	font-size:5.5rem;
	line-height:1em;
}


/* MISC */

.test {
	font-style:italic;
	background: url(/img/quotes-back.jpg) top left no-repeat;
	margin-top:1em;
}

.test-sig {
	text-align:center;
}

/* FOOTER */
footer {
	text-align:center;
}

} /* max-width 640px, mobile-only styles, use when QAing mobile issues */ 


@media only screen and (min-width: 40.063em) { 

} /* min-width 641px, medium screens */
 

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	
body {
	margin-top:3em;
}

.rborder-1 {
	border-right:1px solid #dbdbdb;
}	


.md-pad-1 {
	padding-top:1.1em;
}

.md-pad-2 {
	padding-top:1.9em;
}

.md-pad-3 {
	padding-top:2.4em;
}

.md-pad-4 {
	padding-top:3em;
}


.md-bpad-1 {
	padding-bottom:1.1em;
}

.md-bpad-2 {
	padding-bottom:1.9em;
}

.md-bpad-3 {
	padding-bottom:2.4em;
}

.md-bpad-4 {
	padding-bottom:3em;
}


.md-mar-1 {
	margin-top:1em;
}

.md-mar-2 {
	margin-top:1.5em;
}

.md-mar-3 {
	margin-top:2em;
}

.md-mar-4 {
	margin-top:2.5em;
}


} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */ 


@media only screen and (min-width: 64.063em) {
	
/*  WIDTHS */
.half {
	width:50%;
}

.tquarters {
	width:75%;
}

.quarter {
	width:25%;
}

.rborder-1 {
	border-right:1px solid #dbdbdb;
}


/* PADDING */

.lg-pad-1 {
	padding-top:1.1em;
}

.lg-pad-2 {
	padding-top:1.9em;
}

.lg-pad-3 {
	padding-top:2.4em;
}

.lg-pad-4 {
	padding-top:3em;
}


.lg-bpad-1 {
	padding-bottom:1.1em;
}

.lg-bpad-2 {
	padding-bottom:1.9em;
}

.lg-bpad-3 {
	padding-bottom:2.4em;
}

.lg-bpad-4 {
	padding-bottom:3em;
}


.lg-mar-1 {
	margin-top:1em;
}

.lg-mar-2 {
	margin-top:1.5em;
}

.lg-mar-3 {
	margin-top:2em;
}

.lg-mar-4 {
	margin-top:2.5em;
}

} /* min-width 1025px, large screens */ 


@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */ 

@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */ 


@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */ 

@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xlarge screens */