/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}
/* Added for OwnDrive */
@font-face {
    font-family: 'Nova';
    src: url('font/Proxima_Nova/proximanova-regular-webfont.eot');
    src: url('font/Proxima_Nova/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Proxima_Nova/proximanova-regular-webfont.woff') format('woff'),
         url('font/Proxima_Nova/proximanova-regular-webfont.ttf') format('truetype'),
         url('font/Proxima_Nova/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nova-Semibold';
    src: url('font/Proxima_Nova/proximanova-semibold-webfont.eot');
    src: url('font/Proxima_Nova/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Proxima_Nova/proximanova-semibold-webfont.woff') format('woff'),
         url('font/Proxima_Nova/proximanova-semibold-webfont.ttf') format('truetype'),
         url('font/Proxima_Nova/proximanova-semibold-webfont.svg#proxima_nova_ltbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nova-Bold';
    src: url('font/Proxima_Nova/proximanova-bold-webfont.eot');
    src: url('font/Proxima_Nova/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Proxima_Nova/proximanova-bold-webfont.woff') format('woff'),
         url('font/Proxima_Nova/proximanova-bold-webfont.ttf') format('truetype'),
         url('font/Proxima_Nova/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
font-family: 'Nova-Black';
src: url("font/Proxima_Nova/ProximaNova-Black.otf");
}

@font-face {
font-family: 'Nova-Light';
src: url("font/Proxima_Nova/ProximaNova-Light.otf");
}

#wrap {
min-height:100%;
height:auto !important;
height: 100%;    
margin: 0 auto -300px;  /* Bottom value must = footer height */

}



#header-main{ 
  
  width:100%; 
    /** height:58px; */
    /* background-color: #091F52;  */
    background: url("../img/noise.png") repeat scroll 0 0%, -moz-linear-gradient(center top , #35537A 0%, #1D2D44 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: url("../img/noise.png") repeat scroll 0 0%, -webkit-gradient(center top , #35537A 0%, #1D2D44 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    
    background: url("/owndrive/img/noise.png") right center no-repeat #1D2D44;
    background: url("/owndrive/img/noise.png") right center no-repeat,
    -moz-linear-gradient(center top , #35537A 0%, #1D2D44 100%);
    background: url("/owndrive/img/noise.png") right center no-repeat,
    -webkit-linear-gradient(top , #35537A 0%, #1D2D44 100%);
    background: url("/owndrive/img/noise.png") right center no-repeat,
    linear-gradient(to bottom , #35537A 0%, #1D2D44 100%);
    background: url("/owndrive/img/noise.png") right center no-repeat,
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35537A', endColorstr='#1D2D44',GradientType=0);  /* IE6-9*/
    background: url("/owndrive/img/noise.png") right center no-repeat,
    -ms-filter:
    progid:DXImageTransform.Microsoft.gradient(startColorstr='#35537A', endColorstr='#1D2D44',GradientType=0);  /* IE8 */
    color: #FFF;
    z-index: 100;
    position: fixed;
    top: 0;
}



.wrapper {width: 980px; margin: auto;  }
.wrapper span{
color: #A6BDD3;
font-family: 'Nova-Bold', serif;
font-size:12px;
/*font: 12px/1.6 arial,sans-serif; */
}
#logo {
    height: 50px;
    display: block;
    vertical-align: middle;
}

#logo a {
    display: inline;
    float: left;
    text-decoration: none;

}

#logo img {
    margin-top: 5px;
}

#logo >a >h3 {
    font-size: 14px;
    font-family: 'Nova-Semibold', serif;
    margin: 0;
    text-align: center;
    color: #FFF;

}

#logo ul{display: inline-block; margin:0; padding:0}
#logo ul li{display:inline}
#logo ul li a:visited,#logo ul li a:link{color:#fff; text-decoration:none; font-size:16px; padding: 5px 10px 5px 10px}
#logo ul li a:hover{ background:#37b1db; border-radius:5px}


#login-form {
/* width:960px; */
font-family: 'Nova-Bold', serif;
font-size:16px;
display:block;
outline:0;
text-decoration:none;
/*position: absolute; */
float:right; 

left: 50%;
margin: 5px auto 0 auto;
}

#login-form > li {
list-style:none;
float:left;

}

#login-form > li > a {
font-family: 'Nova' ,serif;
font-size: 14px;

margin-left: 10px;
vertical-align: middle;
color: #FFF;
display:inline-block;
}

#login-form a:hover {
color: red;
/* font-size: 16px;  FIND A BETTER WAY */


}


#login-form input#user, #login-form input#password {
font-family: 'Nova' ,serif;
font-size: 14px;
width: 122px;
height: 23px;
border: 1px solid #ccc;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
/*                                                                                                                                                         
    -moz-box-shadow: 2px 2px 3px #666;                                                                                                                     
    -webkit-box-shadow: 2px 2px 3px #666;                                                                                                                  
    box-shadow: 2px 2px 3px #666;                                                                                                                          
*/
padding-left:10px;
margin-right:10px;
}

#login-form input#user:focus, #login-form input#password:focus {
outline: none;
border: 1px solid  #C6EF15;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
-moz-box-shadow: 2px 2px 3px #C6EF15;
    -webkit-box-shadow: 2px 2px 3px #C6EF15;
    box-shadow: 0px 0px 3px #C6EF15;
}
#login-form input#submit {
font-family: 'Nova' ,serif;
font-size: 14px;
text-align: left;
padding-left:10px;
margin-left: 10px;
width: 100px;
height: 29px;
border: 1px solid #C6EF15;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
/*background-color: #c6ef15; */
/*background: #c6ef15; */
background: url("/img/login_lock.png") right center no-repeat  #c6ef15;
background: url("/img/login_lock.png") right center no-repeat,
-moz-linear-gradient(top,   #c6ef15 50%,  #8aa70c 100%);
background: url("/img/login_lock.png") right center no-repeat,
-webkit-linear-gradient(top,   #c6ef15 50%,  #8aa70c 100%);
background: url("/img/login_lock.png") right center no-repeat,
linear-gradient(top,   #c6ef15 50%,  #8aa70c 100%);
background: url("/img/login_lock.png") right center no-repeat,
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6ef15', endColorstr='#8aa70c',GradientType=0);  /* IE6-9                               
*/
background: url("/img/login_lock.png") right center no-repeat,
-ms-filter:
progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6ef15', endColorstr='#8aa70c',GradientType=0);  /* IE8 */
color: #FFF;
}

#login-form input#submit:active {
margin-top: 2px;

}
#login-form input#submit:hover {
border: 1px solid #C6EF15;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
background: url("/img/login_lock.png") right center no-repeat  #c6ef15;
background: url("/img/login_lock.png") right center no-repeat, 
-moz-linear-gradient(bottom,   #c6ef15 50%,  #8aa70c 100%);
background: url("/img/login_lock.png") right center no-repeat, 
-webkit-linear-gradient(bottom,   #c6ef15 50%,  #8aa70c 100%);
background: url("/img/login_lock.png") right center no-repeat, 
linear-gradient(bottom,   #c6ef15 50%,  #8aa70c 100%);
background: url("/img/login_lock.png") right center no-repeat, 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6ef15', endColorstr='#8aa70c',GradientType=0 );  /* IE6-9 */

}



.login-button{
padding-right: 10px;
}
#login-form > input > #password {
width: 120px;
height: 25px;
}

#login-form input #submit {
width: 75px;
height: 25px;
}


#topmenu{
float: right;
font-family: 'Nova-Bold', serif;
font-size: 12px;
/*background-color: #1F619E; */

}
#topmenu ul{margin:0; padding:0}
#topmenu ul li{display:inline}
#topmenu ul li a:visited,#topmenu ul li a:link{color:#fff; text-decoration:none; font-size:16px; padding: 5px 10px 5px 10px}
#topmenu ul li a:hover{ background:#37b1db; border-radius:5px}
#topmenu #pricing {
color:#fff; text-decoration:none; font-size:16px; padding: 5px 10px 5px 10px;
cursor: pointer;
}


#topmenuwrapper {
width: 980px;
margin: 0 auto;
padding: 5px 0;

}

#container { 
background-image:url("../img/top-bg.jpg"); background-repeat:repeat-x;

min-height: 460px;
width: 100%;
/*margin-top: 60px; */
padding-top: 10px; 
z-index:0
}
#owndrive-home {
}

.container2 { 
    width: 980px;
    margin: 0 auto;
    font-family: 'Nova', serif;
    color: #4E4C4C;
}

.container2 .textBox  a { 
    color: #1C5996;
}

#lorem2 { 
/* color: #777; */
} 
#lorem2.active {
/*color: #000; */
opacity: 1;

}

#lorem2.inactive {
/*color: #777; */
opacity: 0.75;
}
.featureContent{
    vertical-align: top;
    padding-top: 50px;
    width: 200px;
}

.featureImage{
    list-style: none;
    margin-bottom: 10px;
}

#featureImage{
    position: absolute;
    left: 40%;
}

#featureContent {
margin-top: 30px;
padding: 0;
position: relative;
z-index: 10;
/*overflow: hidden;*/
/*display: table-cell; */
} 
#featureContentNav {
left: 0;
/*position: absolute;*/
top: 0;
width: 200px;
border-radius: 6px 6px 0 6px;
}
#featureContentNav > ul {
margin: 0;
padding: 0;

}

#featureContentNav > ul > li {
line-height: 2.0;
list-style: none;
}


#menuBtnHome {
/*border-radius: 6px 0 0 6px; */
float: left;
/*width: 80px;*/
font-size: 16px;
padding: 0 0 0 10px;
line-height: 2.5;
cursor: pointer;
}

.menuBtnHome {
    background-color: #D4D8DB;
    background-image: -moz-linear-gradient(center top , #E7EBEE, #D4D8DB);
    background-image: -webkit-linear-gradient(top , #E7EBEE, #D4D8DB);
    
    border: 1px solid #A3A6A8;
    color: #565E67;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 0 0 0 10px;
    cursor: pointer;

    width: 170px;
    float: left;
    border-radius: 6px 6px;
    font-size: 16px;
}
#menuBtnUniAccess {
/*border-radius: 6px 6px 0 6px;*/
float: left;
width: 200px;
font-size: 16px;
padding: 0 10px 0 10px;
line-height: 2.5;
cursor: pointer;
}

#menuBtnCollab {
/*border-radius: 6px 6px 0 6px; */
float: left;
width: 200px;
font-size: 16px;
padding: 0 10px 0 10px;
line-height: 2.5;
cursor: pointer;
}
#lorem1 {
/*left: 25%; */
/*    position: relative; */
    text-align: left;
    /*width: 80%;*/
    
    vertical-align: top;
    /*display: inline; */
    left: 25%;
    margin-left: 35%;
}
.owndrive6web{
width: 100%;
opacity: 0.8;

}
img.owndrive6web:hover{
opacity: 1;
}

.imageborder {
border-width: 1px;
border-style: solid;
border-color: grey;
width: 100%;

margin-bottom: 10px;
box-shadow: 10px 9px 10px grey;
}

body>.skiptranslate {
    display: none;
}
.goog-te-banner-frame {
    display: none;
}

body {
    top:0 ;
    height: 100%;
    background-color: #FCFCFC
}


#copyright{ display : block; color:#777; border-top: 1px solid rgb(117, 108, 108);   font-size: 12px; overflow: hidden;}
#copyright ul { position: relative; display: inline; margin: 0;  }
#copyright ul li { list-style: none; float: right; padding: 10px 0 10px 5px;}
.span4Footer { float: left; display : block; min-height: 30px; margin: 0; width: 280px;}
.span6Footer { float: right; margin: 0; width: 660px;}

#copyright  p { padding: 0; margin: 0; float: left; padding: 10px 5px 0;}
#copyright  ul  li  a {color: #777; text-decoration: none; } 
#copyright #google_translate_element  {position: relative; top: -8px; }
#google_translate_element select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 5px;
;
}

#footer-container{ width:980px; height:100%;  margin-top:45px; margin:auto}
#footer-links {text-align: center;}
 
#footer > ul > li a:link,#footer > ul > li a:visited{ text-decoration:none; color:#333}
#footer {
    width: 100%;
    background: #20242F;
    left: 0;
    bottom: 0;
    min-width: 980px;
    margin-top: 90px;
}

.footer, .push {
    width:100%; height:300px;   /* height is set to footer's height = 300px + topmenuSpacer's top=100px */
}


#footer a:hover { color: #299ec9 }

.footer-list {
display: inline-table;
text-align: left;
padding:0 35px;
vertical-align: top;
width: 15%;

}

.footer-list li {
list-style:none;
margin-bottom: 5px;
}

#footer h3 { 
    color: #B3B3B3;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Nova', serif;
    text-align: left;
}

.footer-list li p  {
    color: white;
    font-size: 18px;
    padding: 0;
    margin: 0 0 5px 0;
}

.footer-list li a {
    color: #777777;
    font-size: 14px;
    font-family: 'Nova-Semibold', serif;
}


#socialMedia {
    padding: 0;
    margin: 0;
    color: white;
    font-size: 14px;
}

.social {
    list-style: none;
    display: inline-table;
    /*padding: 0 50px; */
    font-size: 14px;
    width: 20%;

}

.social li > a {
margin: 0;
color: #777777;
display: block;
text-align: left;
padding-left: 44px;

}

#footer .social .facebook {
 background: url("/img/facebook.png") left;
 background-repeat: no-repeat;
}

#footer .social .twitter {
 background: url("/img/twitter.png") left;
 background-repeat: no-repeat;
}

#footer .social .google {
 background: url("/img/googleplus.png") left;
 background-repeat: no-repeat;
}

#footer .social li  {
line-height: 40px;
} 

.os {text-align: center; font-family: 'Nova', serif; color: #4E4C4C; overflow: auto; max-width: 700px; margin: 0 auto;}

.os h2 {color: #1C5996; font-family: 'Nova-semibold', serif; }
.os h3 {margin-bottom: 0;}
.os h4 {margin: 0; display: inline; font-size: 14px;}
.os h4 span {color: #1C5996; }
.os a { 
    color: #1C5996;
}




.footer-list a, .social a {
    text-decoration: none;
}

.icon-whhg {
    padding-right: 5px;
}
.icon-whhg100 {
    font-size: 100px;
    display: block;
/*    color: #164E82; */
    color: #1C5996;
}
.icon-whhg70 {
    font-size: 70px;
    display: block;
/*    color: #164E82; */
    color: #1C5996;
}
.icon-whhg50-gray {
    font-size: 50px;
    display: block;
/*    color: #164E82; */
    color:#565E67;
}



.pointer {
    cursor: pointer;
}



.icon-inline-whhg100 {
    display: inline;
    font-size: 100px;
    color: #1C5996;
    max-width: 100px;
}

.icon-fleft-whhg {
    float: left;
}



.leftImg {
    float: left;
    width: 120px:
}

.rightText {
    float: right;
    width: 500px;
}

.leftText {
    float: left;
    width: 120px;
    text-align: left;
     font-family: 'Nova', serif;
    font-size: 15px;
    font-weight: normal;

    padding: 10px 2px 5px 4px;
    color: #4E4C4C;
    line-height: 1.5;
}





#companyInfo {
    overflow: auto;

}
.companyInfo {
 
  max-width: 125px;
  width: 115px;
}


.topmenuSpacer  {
    top: 100px;
    position: relative;
}

.footerSpacer {
    margin-bottom: 40px;
}

.textBoxCenter {
    text-align: center;
}

.textBoxJtfy {
    text-align: justify;
}


.textBox {
    font-family: 'Nova', serif;
    font-size: 15px;
    font-weight: normal;

    padding: 10px 2px 5px 4px;
    color: #4E4C4C;
    line-height: 1.5;
    margin-top: 0;
}
.container2 > h3  {
    font-family: inherit;    
    color: inherit;
    margin: 0;
 }

.textBox h4 span {color: #1C5996; }

.textBox > img {
    margin-bottom: 40px;
    display: block;
}

#toTop {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    display:none;
    opacity: 1;
}

#toTop:active,#toTop:hover, #toTop:focus {
    outline: none;
    opacity: 0.8;

}



/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
