@charset "UTF-8";
/* CSS Document */

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, img, ins, kbd, q, s, samp, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make images automatically size and fix the fact that this doesn't work in IE8 */
img {
	border:0px;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

*,
*:after,
*:before {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
 /* end reset ---------------------------*/

body, html {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    height:100%;
}

h1, h2, h3, h4, h5 {
	line-height:normal;
    font-weight:200;
    padding-bottom:10px;
    color:#777;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.25em;
}

h3 {
	font-size:1.75em;
}

h4 {
	font-size: 1.25em;
}

h5 {
    font-size:1em;
    font-weight:bold;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom:10px;
}

a {
	color: #11347a;
	text-decoration: none;
}

p > a {
	text-decoration:underline;
}

a:hover {
	color: #1b8caf;
}

ul {
    list-style: circle;
    margin-left:15px;
}

li {
    list-style-position: outside;
    padding:5px;
    line-height:1.25em;
}

.wrapper {
	 width:100%;
	 padding:0;
	 margin:0;
}

.main {
	width:92%;
	margin:0 auto;
	max-width: 1200px;
    overflow: auto;
}

.button {
    display: inline-block;
    padding: 7px 10px;
    margin:10px 0;
}

a.button, span.button {
    color:#fff;
    text-decoration: none;
    font-size:.9375em;
    font-weight:bold;
    text-shadow: none;
    line-height: normal;
}

.light-button {
    background: rgba(255,255,255,.45);
}

a.light-button:hover, span.light-button:hover {
    background: rgba(255,255,255,.8);
}

a.dark-button {
    background:#f7b20e url(../images/icon_arrow.png) no-repeat 97% 50%;
    background-size: 15px 15px;
    padding:8px 30px 8px 10px;
    text-align:right;
}

a.dark-button:hover {
    background: rgba(247, 178, 14, .7) url(../images/icon_arrow.png) no-repeat 97% 50%;
    background-size: 15px 15px;
}

a.play-button {
    background:#cc0000 url(../images/icon_play.png) no-repeat 87% 50%;
    background-size: 15px 15px;
    padding:8px 30px 8px 10px;
    text-align:right;
}

a.play-button:hover {
    background:#aa0000 url(../images/icon_play.png) no-repeat 87% 50%;
    background-size: 15px 15px;
}
    
.corners {
    -moz-border-radius: 3px;
    border-radius: 3px; 
}

.right {
	float:right;
}

.left {
	float:left;
}

.clear {
	clear:both;
}

.center {
    text-align: center;\
}

.center-margin {
    margin:auto;
}

.relative {
    position:relative;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    margin:40px 0;
    clear:both;
}

.callout {
    padding: inherit;
    background: #f3f3f3;
    border:1px solid #dedede;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:85%;
    overflow: auto;
}

.callout-2 {
    background: rgba(0,174,239,.15);
    border-left:25px solid rgba(0,174,239,.2);
}

sup {
    font-size:50%;
    line-height: normal;
}

.flag {
   background: rgba(0,175,239,0);
    background: -moz-linear-gradient(left, rgba(0,175,239,0) 0%, rgba(0,175,239,0.3) 11%, rgba(0,175,239,0.3) 90%, rgba(0,175,239,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,175,239,0)), color-stop(11%, rgba(0,175,239,0.3)), color-stop(90%, rgba(0,175,239,0.3)), color-stop(100%, rgba(0,175,239,0)));
    background: -webkit-linear-gradient(left, rgba(0,175,239,0) 0%, rgba(0,175,239,0.3) 11%, rgba(0,175,239,0.3) 90%, rgba(0,175,239,0) 100%);
    background: -o-linear-gradient(left, rgba(0,175,239,0) 0%, rgba(0,175,239,0.3) 11%, rgba(0,175,239,0.3) 90%, rgba(0,175,239,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,175,239,0) 0%, rgba(0,175,239,0.3) 11%, rgba(0,175,239,0.3) 90%, rgba(0,175,239,0) 100%);
    background: linear-gradient(to right, rgba(0,175,239,0) 0%, rgba(0,175,239,0.3) 11%, rgba(0,175,239,0.3) 90%, rgba(0,175,239,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afef', endColorstr='#00afef', GradientType=1 );
    vertical-align:middle;
    margin:20px 0;
    text-transform:uppercase;
    font-size:.875em;
    font-weight:bold;
    padding:2px;
    letter-spacing: .25em;
    text-shadow:1px 1px 1px #000;
}

.quote {
    margin-top:20px;
}

.quote-slice {
    width:85%;
    margin:20px auto 0 auto;
}

.quote-slice h4 {
    font-style: italic;
    color:#999;
}

.quote-slice img {
    max-width:25px;
    height:auto;
    margin:0 20px;
}

.credit {
    font-size:80%;
}

.portrait {
    max-width:75px; 
    height:auto;
    margin: 0 15px 0 0;
}

.brochure {
    max-width:150px; 
    width:100%; 
    height:auto; 
    -moz-box-shadow:2px 2px 2px 0px #ccc;
    -webkit-box-shadow:2px 2px 2px 0px #ccc;
    box-shadow:2px 2px 2px 0px #ccc; 
    margin-bottom:10px;
}

.arrow {
    width:20px; 
    height:auto; 
    vertical-align:middle;
    margin-left:10px;
}

.no-space {
   margin:0;
    padding:0;
}

.small-text {
    font-size:80%;
}

.img-flip {
    -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.border {
    border:1px solid #ddd;
}

.footnotes {
    font-size: 70%;
    line-height:normal;
    color:#999;
    margin-bottom:20px;
}

/* responsive iframe sizing ---------------------------- */
.page-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 45px; 
	height: 100%; 
	overflow: display;
}

.page-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
    margin-bottom:20px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Top Nav Style ----------------------------------- */
.top-nav {
	background: #000;
	text-transform: uppercase;
	width: 100%;
	overflow:auto;
	padding:10px;
    margin:0 auto;
}

.top-nav-links {
    float:right;
}

.top-nav-links a {
	padding: 10px 10px 0 10px;
	letter-spacing: 0.05em;
	font-size:.6875em;
    font-weight:bold;
	color: #fff;
	display: inline-block;
    float:left;
}

.top-nav-links a:hover {
	color:#248cad;
}

#logo {
	float:left;
	width:35%;
}

#logo img {
	max-width:130px;
}

/* MVB COVER ------------------------------------ */
#mvb-cover {
	background:#000 url(../images/bg_home.jpg) no-repeat center top;
	overflow:auto;
}

#mvb-cover h1, 
#mvb-cover h2, 
#mvb-cover h3, 
#mvb-cover h4 {
	color:#fff;
    text-shadow:1px 1px 2px rgba(0,0,0,.7);
}

#mvb-cover img {
    height:auto;
    width:100%;
    text-align:left;
}

#title {
    color:#fff;
   margin:10px 0 30px 0;
}

/* quad colors and illos ------------------------- */

.connect-bg {
	background:#248cad /*url(../images/hm_bg_connect.png) no-repeat bottom*/;
}
.connect-bg2 {
	background:#7fbdd1 /*url(../images/hm_bg_connect.png) no-repeat bottom*/;
}

.hardware-bg {
	background: #3bc4aa /*url(../images/hm_bg_hardware.png) no-repeat bottom*/;
}

.content-bg {
	background: #0bbbce /*url(../images/hm_bg_content.png) no-repeat center bottom*/;
}

.con-del-bg {
    background: #185fce /*url(../images/hm_bg_con-del.png) no-repeat right bottom*/;
}

.one-care-bg {
	background:#102f68 /*url(../images/hm_bg_one-care.png) no-repeat right bottom*/;
}

.kvh-adv-bg {
	background:#5e707c /*url(../images/hm_bg_kvh-adv.png) no-repeat right bottom*/;
}

.connect-bg,
.hardware-bg,
.content-bg,
.con-del-bg,
.one-care-bg,
.kvh-adv-bg {
    padding:15px;
    margin-top:12%;
    color:#fff;
    min-height:150px;
    line-height: 1.25em;
    text-shadow:1px 1px rgba(0,0,0,.3);
}

.connect-bg img,
.hardware-bg img,
.content-bg img,
.con-del-bg img,
.one-care-bg img,
.kvh-adv-bg  img {
    margin-bottom:10px;
}


/* home slices ----------------------------------------- */

#hm-con-del, 
#hm-connect,
#hm-hardware,
#hm-content,
#hm-one-care,
#hm-kvh-adv {
    min-height:400px;
}

#hm-con-del h1 {
    color:#185fce;
}

#hm-con-del h2, #hm-con-del h3, #hm-con-del h4 {
    color:#134ca5;
}

#hm-connect h1 {
    color:#248cad;
}

#hm-connect h2, #hm-connect h3, #hm-connect h4 {
    color:#1d7089;
}

#hm-hardware h1 {
    color:#3bc4aa;
}

#hm-hardware h2, #hm-hardware h3, #hm-hardware h4 {
    color:#2f9d88;
}

#hm-hardware img {
    height: auto;
    margin:20px auto;
}

#hm-content h1 {
    color:#0bbbce;
}

#hm-content h2, #hm-content h3, #hm-content h4 {
    color:#0996a5;
}

#hm-one-care h1 {
    color:#102f68;
}

#hm-one-care h2, #hm-one-care h3, #hm-one-care h4 {
    color:#2a3a53;
}

#hm-kvh-adv h1 {
    color:#5e707c;
}

#hm-kvh-adv h2, #hm-kvh-adv h3, #hm-kvh-adv h4 {
    color:#4b5a63;
}

.link-icons img {
    width:12.5%;
    padding:0 5px;
}

/* back banner for iframes ---------------------------- */

#iframe-back {
    background:#000; 
    height:50px;
    padding:10px 20px;
    border-bottom:1px solid #333;
}

#iframe-back a {
    color:#ccc;
    text-decoration: none;
    background-color:#333;
    margin: 0;
    padding:5px 10px;
}

/* footer ---------------------------- */

#footer {
    padding:15px 15px 100px 15px;
    color:#999;
    font-size:.875em;
}

#footer img {
    max-width:30px;
    height:auto;
    margin:0 10px;
}

