/* general */

* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 130%;
}

h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    color: #0055a4;
    text-transform: uppercase;
    line-height: 120%;
    clear:both;
}

h2 {
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    clear:both;
}

h3 {
    clear:both;
}

a, a:visited, a:hover {
    text-decoration: none;
}

p{
    margin-bottom: 15px;
    color: #1f1f1f;
}

img {
    vertical-align: top;
}

strong {
    font-weight: bold;
}

.justifyright {
    text-align: right !important;
}

a.button, input.button {
    background: linear-gradient(#417eb8, #5190cd);
    font-family: 'Roboto Slab', serif;
    font-size:21px;
    color:#ffffff !important;
    text-decoration:none;
    padding:.5em 1em;
    line-height: 2em;
}

.clear {
    clear: both;
}

.container {
    position: relative;
    width:1001px;
    margin:0px auto;
}

.row {
    clear:both;
}

.col-100 {
    width:100%;
    float:left;
    overflow: hidden;
}

.col-66 {
    width:66.66%;
    float:left;
    overflow: hidden;
}

.col-33 {
    width:33.33%;
    float:left;
    overflow: hidden;
}

.col-25 {
    width:25%;
    float:left;
    overflow: hidden;
}

/* general above */

header {
    margin-bottom:0px;
    border-bottom:1px solid #0055a4;
}

    header .container {
        position: relative;
        height: 125px;
    }

    header #logo {
        position: absolute;
        bottom:13px; /*15*/
    }

    header #logo img {
        height:65px;
    }

    header #social {
        position: absolute;
        top:15px;
        right: 15px;
    }

    header nav {
        position: absolute;
        bottom:0px;
        right:0px;
    }

    header nav > ul > li {
        display: inline-block;
        margin-left: 30px;
        padding: 18px 0px;
        border-bottom: 6px solid transparent;
    }

    header nav > ul > li.active,
    header nav > ul > li:hover {
    	border-bottom: 6px solid #eb6b6a !important;
    }

    header nav a {
    	font-family: 'Roboto Slab', serif;
        text-transform: uppercase;
        font-size: 13px;
        color:#0055a4;
        text-decoration: none;
    }

    header nav ul li ul {
        display: none;
        position:absolute;
        z-index: 1000;
        margin-top: 24px;
        border:1px solid #9CBFDD;
        border-top:1px solid #0055a4;
        background-color: #e5eef6;
        width: 275px;
    }

    header nav ul li:hover ul {
        display: block;
    }

    header nav > ul ul li {
        display: block;
        list-style: none;
        padding:7px 15px;
    }

    header nav > ul ul li.active {
        background-color: #0055a4;
        border-top:1px solid #e5eef6;
        border-bottom:1px solid #e5eef6;
    }

    header nav > ul ul li.active a {
        color: #e5eef6;
    }

    header nav > ul ul li:hover {
        background-color: #0055a4;
        color: #e5eef6;
    }

    header nav > ul ul li:hover a {
        color: #e5eef6;
    }

    header nav > ul li.last ul {
        right:0px;
    }

footer {
    border-top: 1px solid #0055a4;
    padding-top: 20px;
    margin-bottom: 20px;
    color: #7d7d7d;
    font-size: 12px;
    text-transform: uppercase;
}

    footer a {
          color: #7d7d7d;
    }

    footer .right {
        float:right;
        text-align:right;
    }

    footer .copyright {
        margin-top: 7px;
        color: #7d7d7d;
        font-size: 11px;
    }

    footer .logo img {
        height: 40px;
    }

    footer h1 {
        font-family: 'Roboto Slab', serif;
        color: #0055a4;
        font-size: 12px;
        margin:0px;
        padding:0px;
    }

    footer h2 {
        color: #7d7d7d;
        font-size: 12px;
        font-weight: bold;
        margin: 0px;
        margin-top: 20px;
    }

    footer ul {
        list-style: none;
        margin:0px;
        padding:0px;
    }

    footer li {
        margin:0px;
        padding:0px;
        line-height: 150%;
    }

    footer .col-25 {
        overflow: visible;
    }

.social {

}

    header .social {
        position:absolute;
        top: 30px;
        right:0px;
    }

    .social a {
        float:right;
        margin-left:5px;
        margin-top: 5px;
        height: 20px;
        width: 20px;
        background-color: #5191cd;
        text-align:center;
        border-radius:2px;
        color:#ffffff;
        line-height: 1.5em;
    }

    .social .youtube {
        background:#FF3333;
    }

    .social .linkedin {
        background:#4875B4;
    }

    .social .twitter {
        background:#1dcaff;
    }

    .social .facebook {
        background:#3B5998;
    }

    .social .blog {
        background:#ff6600;
    }

#header-alt {
    display:none;
    position: fixed;
    top:0px;
    height:60px;
    background-color:#ffffff;
    border-bottom:1px solid #0055a4;
    z-index:1000;
    width: 100%;
}

    #header-alt button {
        position: fixed;
        color: #808080;
        height: 35px;
        width: 35px;
        border-radius: 5px;
        top:15px;
        right: 15px;
        z-index: 1001;
    }

    #header-alt .social {
        position:absolute;
        right:75px;
        top:17px;
    }

    #nav-alt {
        display:none;
        background-color:#F7F7F9;
    }

    #nav-alt li a {
        display: block;
        padding: 10px 15px;
        color: #777;
        text-decoration:none;
    }

    #nav-alt li a.parent {
        font-family: 'Roboto Slab', serif;
        text-transform: uppercase;
        color: #0055a4 !important;
        font-size: 12px;
    }

    #nav-alt li:hover > a {
        color: #333;
    }

    #nav-alt ul li.active > a {
        color: #333333;
        background-color: #E7E7E7;
    }

    #nav-alt ul ul {
        display:none;
        margin-left: 25px;
    }

    #nav-alt ul li.active ul {
        display:block;
    }

    #nav-alt a i.open {
        margin-left: 7px;
    }

    #default table#consulting td {
        padding:5px;
        text-align:center;
    }

    #default table#consulting td img {
        margin-bottom:3px;
    }

    #toolNow {
        padding:5px 15px;
        margin-right:15px;
        border:1px solid #c0c0c0;
        display:inline-block;
        background-color:#E5EEF6;
		cursor: pointer;
    }

    #toolNow h2 {
        margin:10px 0px !important;
    }

    #tools {
        margin: 15px 50px 0px 75px;
    }

        #tools li {
            margin: 10px 0px;
            padding: 7px;
            border: 1px solid rgba(0, 0, 0, 0);
            list-style: decimal;
        }

        #tools .title {
            font-weight: bold;
            color: #000;
            display:inline;
            text-decoration: none;
        }

        #tools img {
            float:right;
        }

        #tools li.now {
            border: 1px solid #6889AF;
            background-color: #E3EDFF;
            cursor: pointer;
        }

        #tools .next {
            border: 1px solid #E3EDFF;
        }

        #tools .extra {
            list-style: disc;
        }

    #default {
        margin:30px 0px;
    }

        #default a, #default a:visited, #default a:hover {
            text-decoration: none;
            color:#5191CD;
            border-bottom: 1px dotted #5191CD;
        }

        #default  a:hover {
            color:#0055A4;
            border-bottom: 1px dotted #0055A4;
        }

        #default ul {
            margin-left: 15px;
            margin-bottom:15px;
        }

        #default ul li {
            margin-left: 15px;
            margin-bottom:7px;
            list-style: disc;
        }

        #default #banner {
            clear: both;
        }

        #default #banner img {
            width:100%;
            margin-bottom:30px;
        }


        #default #content {
            width: 675px;
        }

    body.fullWidth #default #content {
        width: 100%;
        min-height:400px;
    }

    #default #content {
    }

        #default #content h1,
        #default #sidebar h1.more {
            font-family: 'Roboto Slab', serif;
            font-size: 25px;
            padding:3px 10px;
            line-height:40px;
            margin-bottom: 30px;
        }

        #default #content h1 div {
            float:right;
            font-size:.8em;
        }

        #default #content h1 a {
            color:#ffffff;
            border:0px;
        }

        #default #content h2{
            color: #0055a4;
            font-size:21px;
            margin:30px 0px 20px 0px;
            text-transform: none;
        }

    #default #sidebar {
        position:absolute;
        top:0px;
        right: 0px;
        width: 275px;
    }

        #default #sidebar p {
            font-size: 13px;
            color: #555555;
        }

        #default #sidebar h1 {
            font-family: 'Roboto Slab', serif;
            color: #5191cd;
            text-transform: none;
            font-size: 21px;
            padding:0px 0px 10px 0px;
            margin-bottom: 20px;
            border-bottom:1px solid #5191cd;
        }

        #default #sidebar h2 {
            color: #5191cd;
            font-size: 14px;
            text-transform: none;
        }

        #default #sidebar h3 {
            font-size: 14px;
            margin-bottom: 20px;
            color: #0055A4;
            position:relative;
            margin-top:-15px;
        }

    #form span.error {
        color:red;
        display:block;
        margin-bottom:3px;
        font-size:.8em;
    }

    #form input, #form select, #form textarea{
        font-size:14px;
        background-color: #fff6e5;
        border:1px solid #ffa400;
        padding:7px 15px;
        width:100%;
    }

    *::-webkit-input-placeholder {
        color: #f5a81c;
    }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #f5a81c;
    }
    input:-moz-placeholder, textarea:-moz-placeholder {
        color: #f5a81c;
    }
    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #f5a81c;
    }
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #f5a81c;
    }

    #form input.button {
        border:0px;
        width:auto;
        text-transform: uppercase;
    }

    body.testimonials #default em {
        display:block;
        text-align:right;
        font-style: italic;
        color: #5191cd;
    }

    table {

    }

        table.blueStripe tr th{
            text-align: left;
            padding:7px;
            vertical-align: middle;
        }

        table.blueStripe tr:first-child th{
            text-align: center;
            border-bottom:1px solid #000000;

        }

        table.blueStripe tr td{
            text-align:center;
            vertical-align: middle;
            padding:7px;
        }

        table.blueStripe td img {
            width:30px;
        }

        table.blueStripe tr:nth-child(even) {
            background: #E5EEF6;
        }

    #subNav {
        height: 30px;
        line-height: 30px;
        background-color: #5191cd;
        color: #ffffff;
        display: none;
    }

        #subNav #h1Links {
            display:inline;
        }

        #subNav #cart {
            display: none;
        }

        #subNav a {
        	font-family: 'Roboto Slab', serif;
            text-transform: uppercase;
            color: #ffffff;
            margin:0px 10px;
            font-size: 10px;
        }

        #subNav img {
            height: 10px;
            vertical-align: inherit;
        }


    #content.app {

    }

        #content.app #appLeft {
            width:200px;
            float:left;
            text-align:center;
            margin-right:15px;
        }

        #content.app #appLeft p {
            color:#ff0000;
            font-size:10px;
        }

        #content.app #appImg {
            position:relative;
            width:200px;
            height:450px;
            margin-top: 15px;
            background: no-repeat;
        }

        #content.app #appImg img {
            position:absolute;
        }

        #appImg.os-apple img {
            top:60px;
            left:17px;
            width:169px;
        }
        #appImg.os-android img {
            top:41px;
            left:14px;
            width:172px;
        }

        #content.app #imgList {
            margin: 25px 0px;
            clear:both;
        }

        #content.app #imgList img {
            width:37px;
            margin-right:7px;
            float:left;
            border:1px solid #c0c0c0;
        }

        #content.app #imgList img.on {
            border:1px solid red;
        }