/*! 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;
}

/*
 * 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,
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
   ========================================================================== */
body{background: #dff2fb; font-family: 'Lato', sans-serif; font-size: 12px; line-height: 1.6; color: #fff; font-weight: 400;}
h1{font-size: 48px; line-height: 48px;}
h2{font-size: 44px; line-height: 44px;}
h3{font-size: 31px; line-height: 34px; font-family: 'Lato', sans-serif; font-weight: 300;}
h4{font-size: 27px; line-height: 30px; font-family: 'Lato', sans-serif; font-weight: 300;}
h5{font-size: 22px; line-height: 28px;}
h6{font-size: 15px; line-height: 20px; font-family: 'Montserrat', sans-serif; font-weight: 700;}
h1, h2, h3, h4, h5, h6, p{margin:0 0 10px 0;}
a{color: #0099ff;}
a:hover, a:focus{color: #32adff;}
.btn{padding: 6px 40px; margin-top: 30px; background: #0099ff; color: #fff; font-size: 15px; font-weight: 700; font-family: 'Montserrat', sans-serif;}
.btn:hover {color: #fff; background: #4bb7ff;}
.btn:focus{color: #fff; }
.btn, .navigation>li>a, .footerlinks li a{-moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s;}
.aligncenter{text-align: center;}
#ascrail2000-hr{display: none!important;}

/*-----------Header----------*/
header{position: fixed;left: 0;right: 0;top:0; z-index: 9999; height: 42px;
overflow: hidden;}
.home-top-wrapper{background: #86d7ea;}
header.siteheader.closed .navigationbar{
width: 45px;
-webkit-transition: width 0.3s linear 0.3s;
-moz-transition: width 0.3s linear 0.3s;
-o-transition: width 0.3s linear 0.3s;
-ms-transition: width 0.3s linear 0.3s;
transition: width 0.3s linear 0.3s;}
.navigationbar, header.siteheader.closed:hover .navigationbar{width: 384px;}
.home-top-wrapper .banner{padding: 30px 0;}
/*-----------navbar----------*/
.brand{background: #0099FF; height: 42px; padding: 7px 7px; display: inline-block; float: left; position: relative; z-index: 999;}
.navigationbar .brand:hover, .navigationbar .brand:focus{background: #1fa5fe;}
.navigationbar{border: 0; border-radius: 0; height: 42px; overflow: hidden; background: #262B2D;}
.navigation{float: left; margin: 0; height: 42px;  padding-left: 0;}
.navigation>li{float: left; display: inline-block;}
.navigation>li>a{color: #fff; background: #262B2D; font-size: 9px; line-height: 43px; text-transform: uppercase; padding: 16px 15px;}
.navigation>li>a:hover, .navigation>li>a:focus{ text-decoration: none; color:#09F; }

/*----------- Banner ----------*/
.bannertext {font-family: 'Montserrat', sans-serif; font-size: 54px; font-weight: 700; line-height: 64px; height:400px;
display: table;}
.bannertext span{display: table-cell; vertical-align: middle;}
.bannertext strong{color: #0099ff;}
.bannerfigure{margin: 0 -200px 0 0; }








section{padding: 100px 0 50px;}
.userform{background: url(../img/userformbg.png) no-repeat center 0 #202125; background-size:cover; background-position: center bottom; text-align: center; }
.subtitle{font-weight: bold; font-size: 14px; font-family: 'Montserrat', sans-serif;}
.userimg{margin-top: 60px;}
.formfield{width:480px; margin: 30px auto 0 auto;}
.form-control{height: 40px; font-size: 12px;}
.submitbtn{padding: 6px 75px;}

.paddingwidth{padding: 0 140px; display: block;}
.featureslist{margin-top: 80px;}
.featureslist figure{margin-bottom: 40px;}
.featureslist h6{margin-bottom: 20px;}


.learnmore{background: url(../img/featuresbg.jpg) no-repeat center 0; background-size:cover; padding-bottom: 0;}
.learnmore figure{margin-top: 74px;}

.workflow{background: #cfeff7; padding: 50px 0 60px;}
.workflow h3{color: #808080;}
.workflow h3 strong{color:#fff; font-family: 'Montserrat', sans-serif; font-size: 29px;}
.workflow figure{margin-top: 50px;}

footer .topbar{background: #fff; padding: 20px 0}
.copyright figure{margin: 0 0 10px 0;}
.copyright span{font-size: 9px; color: #666;}
.footerlinks li{display: inline-block;}
.footerlinks li a{position: relative;padding: 0 15px;color: #fff;font-size: 9px;}
.footerlinks li a:after, .footerlinks li:first-child a:before{content: "\002E";position: absolute; top: -1px;right: -1px; display: inline-block; font-size: 20px;
line-height: 0;}
.footerlinks li:first-child a:before{right:auto; left: -1px;}


/*----------- Product-page ----------*/

.product-top-wrapper{height: 515px; position: relative;}
.product-banner{background:#2782b1 url(../img/product/product-top-banner.jpg) no-repeat center bottom; background-size:cover; padding-top: 100px; position: absolute;width: 100%;height: 100%; left: 0; top: 0; right: 0; bottom: 0;}
.product-banner .bannerfigure  { position: absolute; right: 0px; bottom: 0px;}
.panel-heading { padding:0px 15px;}
.panel-title { font-family: 'Montserrat', sans-serif; font-size:17px; font-weight:bold; color:#fff; background: url(../img/product/liSeparator.png) repeat-x left bottom; padding-bottom:2px; }
.panel-title a:hover, .panel-title a:focus, .panel-title a:active { color:#f2f2f2; text-decoration:none;}

.opacity-box { }
.blueOpacity { position:absolute; left:0px; right:0px; top:0px; bottom:0px; background: #000; opacity:0.04;}
.opacity-box p {}
.panel-body { padding:0px 15px;}
.panel-group .panel {background: none;
border: none;
box-shadow: none;}
.panel-default>.panel-heading {background: none; color: #FFF;}

.panel-default>.panel-heading+.panel-collapse>.panel-body { border:none;}

/*----------- Banner ends ----------*/

/*---------------- how it works -----------------------*/

.hworks { background:#fff; color:#2e3640; text-align:center; padding:50px 0px; }
.hworks h2 {  font-family: 'Montserrat', sans-serif; font-size:34px; font-weight:bold; color:#b3b3b3; }
.hworks h3 { font-size:18px;  }
.hworks .col-sm-3{ padding-top:50px; }
.hworksCaption { font-size:16px;}
.hworksCaption strong { font-family: 'Montserrat', sans-serif; color:#0099ff; display:block; padding:7px 0px 5px;}
.hworksCaption span { text-transform:uppercase; font-weight:bold;  }
#sync2 .item{cursor:pointer;}

/*---------------- organizeSlider -----------------------*/
#sync2{margin: 50px 0;}
.organizeSlider { background:#6bcdf4; color:#fff; position:relative; height: 442px; overflow: hidden;}
.organizeSlider .container { padding:40px 0px;  }
span.whiteArrow { position:absolute; left:49%; top:-3px; }
.organizeWrap { height: 370px; vertical-align: middle; display: table-cell; text-align:left;}
.orgNum { font-family: 'Montserrat', sans-serif; font-size:110px; line-height: 105px; font-weight:bold; opacity:0.5; float:left; }
.organizeText { float: right; width: 64%; vertical-align: bottom; }
.organizeText h2{ font-family: 'Montserrat', sans-serif; font-size: 40px; font-weight:700; text-transform:capitalize; color: #fff;}
.organizeText span{ font-size:19px; font-weight:300; }
.organizeWrapImg { position:absolute; right:0px; bottom:0px; }
.communicateSlider { background:#373f42; }
.manageSlider { background:#8ee1e9; }
.controlSlider { background:#6f6f6d; }
.owl-controls .owl-page span{display: block;
width: 17px;
height: 17px;
margin: 5px 7px;
filter: Alpha(Opacity=50);
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #f0fafe;}
.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
filter: Alpha(Opacity=100);
opacity: 1;
}
.owl-controls .owl-pagination{text-align: center; position: absolute; bottom: 55px; left: 0; right: 0;}
.owl-controls .owl-page{display: inline-block;}


/*---------------- teamWork -----------------------*/

.teamWork { padding:40px 0px 0px; background:#fff url(../img/product/mountainBg.png) no-repeat right bottom; background-size:65%; color:#373f42; }
.teamWork h2{font-family: 'Montserrat', sans-serif !important;font-weight: 700;}
.teamWork h3{ color:#b3b3b3; margin:0px;}
.teamWork .col-sm-7 { float:right;}
.teamWorkContent { height: 450px; vertical-align: middle; display: table-cell; }
.stars { padding:0px;}
.stars li{ list-style:none; display:inline-block;}
.teamWorkContent .btn{ margin-top:15px;}
.teamWorkImg{ float:left;}



/*---------------- testimonialInfo -----------------------*/

.testimonialInfo { background:#8ee0e8; padding:70px 0px 50px; }
.techContent { font-size:15px; line-height:19px; margin-top:20px;}
.techContent p { font-style:italic; font-weight:300; min-height: 60px; }
.techContent h6 { font-family: 'Montserrat', sans-serif; font-size:16px; text-transform:uppercase; font-weight:400;}



/*---------------- unityWeb -----------------------*/

.unityWeb { background:#fff; font-size:19px; color:#666666; font-weight:300; padding:70px 0px 100px; }
.unityWeb .container { position:relative; }
.unityWebContent { margin-top:20px;}
.unityWeb h2 { font-weight:700; color:#0099ff;font-family: 'Montserrat', sans-serif !important;}
.unityTablet { position:absolute; right:0px; top:0px;}


.unityImageBg { background:#f2f2f2; padding:0px 0px 70px; }



/*---------------- productform -----------------------*/

.productform { background:#fff url(../img/product/footerBar.jpg) repeat-x left bottom; background-size:cover; text-align:center; padding:70px 0px 50px; }
.productform h3{ color:#0099ff; }
.productform figure{ padding-bottom:40px;}


/*---------------- contactUs -----------------------*/

.contactUs-wrapper { background:#dff2fb; }
.contactUs { padding:190px 0px 145px;  }
.contactUs h2 { font-family: 'Montserrat', sans-serif; font-size:47px; font-weight:700; }
.contactUs h5{ color:#0d99fd; font-size:20px; font-weight:300; padding-bottom:15px;}
.contactUsContent { display:block;}
.contactUsContent a{ font-size:18px; color:#252a2c; font-weight:300; }
.customerCenter { display:block; padding-bottom:5px;}
.contact-img { width:40px; display: inline-block;}
.contact-phone { padding-left: 6px;}
.socialIcons { border-top: 1px solid #dceef5; margin-top: 30px; color:#0d99fd; padding:20px 0px 0px; font-size:18px; display:block; overflow:hidden; }
.socialIcons h6 { font-size:12px; font-weight:bold; color:#252a2c; float:left; }
.socialIcons ul{padding: 0px; float: left; margin: -6px 0px 0px 30px; }
.socialIcons ul li{ list-style:none; display:inline-block; padding:0px 5px;}


/*---------------- thank you popup -----------------------*/

.modal-dialog { width:800px;}
.modal-body { padding:0px; }
.tPopup { position:relative;}
.close { opacity:0.7; position:absolute; right:20px; top:20px;}
.close:hover { opacity:1;}
.popupContainer { width:800px; height:500px; background:#fff; margin:auto;}

.popupLeft { background:#85d6e9; width:50%; height:100%; float:left; position:relative; }
.circleIcon{ text-align:center; padding-top:30%; }
.popupLeftBtm { position:absolute; left:45%; bottom:3%; }

.popupRight { width:50%; height:auto; float:right; font-size:22px; color:#0d99fd; font-weight:300; line-height:27px; text-align:left; position: relative;}

.popupContent {padding-top:25%; padding-right: 10px; margin-left:30px;}
.popupContent h2{ font-family: 'Montserrat', sans-serif; font-size:45px; font-weight:700;} 
.popupRight p{ color:#1f2024; }

.closed { display:block;}


/*=========================================================*/

.accordion-wrap { position:relative; }
.accord-panel-left { padding-right: 9%; width: 44%; }
.pannel-banner { margin:0px -120px 0px 0px; }
.panel { background: none; box-shadow:none; border:none; margin-bottom: 8px; }
.panel-content { display:none; position:relative; padding: 20px 25px 25px; font-family: 'Lato', sans-serif; font-weight:300; font-style:italic; color:#f2f2f2; font-size:14px; margin-top:7px; }
.pannel-banner img{ display:none;}


.overlay { top:15.4%;}

.form-group { margin-bottom:0px; height:65px;}

.form-group label, .form-group label.error{ float:left; color:#0099ff; font-weight:400;}

.extrafooter{ position:fixed; bottom:0px; width:100%;}
.bottombar{ background:#202125;}
.features{background: url(../img/userformbg.png) no-repeat center 0 #202125; background-size:cover; background-position: center bottom; text-align: center;  margin-top:-1px;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   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;
    }
}

.uwlogo {
   position: relative; 
   background-color: transparent;
}
.uwlogo::before {
   content: " ";
   position: absolute;
   width: 150%;
   height: 200px;
   z-index: 999;
   background-image: url("../img/logo.png");
   background-size: contain;
   background-repeat: no-repeat;
   margin-left: -50%;
}

.headerpad
{
	padding-bottom: 100px;
	padding-top: 20px;
}
