﻿html > /**/ body .navbar-header a img {
    width: 196px;
}

body.marketing.is-home .hero {
    overflow: hidden;
    background: #337ab7 url(../Images/Marketing/videoposter.jpg);
    background-size: cover;
    background-position: center bottom;
}

.marketing .header {
    background: none;
    border: none;
}

body.marketing.is-home .hero:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: royalblue;
    background: rgba(51,122,183,0.9);
    z-index: 2;
}

body.marketing .hero {
    color: #fff;
    text-align: center;
    padding: 60px 0 20px;
    position: relative;
    background-size: cover;
}

body.marketing.is-home .header {
    background: none;
}

body.marketing .header {
    background: #337ab7;
    position: fixed;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 30;
    padding: 20px 0;
    transition: all 350ms ease;
}

    body.marketing .header.is-sticky {
        top: 0;
        background: royalblue;
        background: rgba(51, 122, 183, 0.901961);
        padding: 20px 0;
    }

    body.marketing .header .container {
        border-bottom: 2px solid rgb(255,255,255);
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px;
    }

        body.marketing .header .container .navbar-header {
            padding-right: 10px;
        }

    body.marketing .header.is-sticky .container {
        border-width: 0;
        padding: 0;
    }

body.marketing {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    line-height: 1;
}

    body.marketing .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    body.marketing .navbar-default .navbar-nav > li > .btn:hover {
        background: #fff;
        color: #337ab7;
    }

    body.marketing .navbar-collapse.collapse.in {
        background-color: rgba(51,122,183,.901961);
    }

    body.marketing .btn {
        padding: 6px 10px;
        border: 2px solid #fff;
        border-radius: 4px;
        color: #fff;
        transition: all 250ms ease;
    }

        body.marketing .btn:hover {
            cursor: pointer;
            background: #fff;
            color: #337ab7;
        }

    body.marketing .header li a {
        font-size: 16px;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        margin-top: -4px;
        font-weight: 600;
        padding: 10px 14px;
    }

    body.marketing .header-ctas {
        position: relative;
        z-index: 3;
        margin: 30px auto !important;
    }

    body.marketing.is-home .hero p {
        font-size: 23px;
        line-height: 32px;
        max-width: 80%;
        margin: 0 auto;
    }

    body.marketing.is-home .hero h1,
    body.marketing.is-home .hero button {
        z-index: 3;
        position: relative;
    }

    body.marketing .hero h1 {
        font-size: 52px;
        margin: 10% 0 5% 0;
    }

    body.marketing.is-home .hero video {
        position: absolute;
        top: -220px;
        /*left: 0;*/
        z-index: 1;
        height: 100% !important;
        width: auto !important;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media screen and (min-width: 75.625em) {
    body.marketing.is-home .hero video {
        width: auto !important;
        min-width: 100% !important;
        height: auto !important;
        min-height: 100%;
    }
}

body.marketing .hero .learn {
    color: #fff;
    background: url(/Images/Marketing/down-arrow.svg) center bottom no-repeat;
    padding-bottom: 26px;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    bottom: 0;
    transition: bottom 100ms ease-in-out;
}

    body.marketing .hero .learn:hover {
        bottom: -10px;
    }

body.marketing button,
body.marketing img {
    margin: 0;
    padding: 0;
    outline: 0;
    line-height: 1em;
    font-size: 1em;
    border: 0;
    background: none;
    vertical-align: baseline;
}

    body.marketing button:hover {
        cursor: pointer;
    }

body.marketing .header li.dropdown > ul li a {
    margin: 5px 0;
    padding: 7px 15px 6px 15px;
    color: #7e8a94;
}

body.marketing .bg-grey {
    background: #f1f3f3;
}

#learn-more {
    padding-top: 40px !important;
}

body.marketing .engagement .intro ul {
    margin-top: 100px;
}

body.marketing ol,
body.marketing ul {
    list-style: none;
}

body.marketing .engagement .intro ul li {
    position: relative;
    padding: 0 1em;
    margin-top: 20px;
    /*width: 33.33%;*/
    /*float: left*/
}

body.marketing .engagement .intro .btn {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 20px;
}

@media screen and (min-width: 68em) {
    body.marketing .engagement .intro ul li.first:after {
        position: absolute;
        top: 26%;
        right: auto;
        bottom: auto;
        left: 95%;
        height: 2px;
        background: #BABFBF;
        width: 15%;
        display: block;
        content: "";
    }

    body.marketing .engagement .intro ul li.middle:after {
        position: absolute;
        top: 26%;
        right: auto;
        bottom: auto;
        left: 90%;
        height: 2px;
        background: #BABFBF;
        width: 16%;
        display: block;
        content: "";
    }
}

/*body.marketing ul,
body.marketing li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}*/

body.marketing .intro {
    background: #f1f3f3;
    padding: 60px 0;
    text-align: center;
    position: relative;
    z-index: 10;
}

body.marketing .engagement .intro h1 {
    margin-bottom: 15px;
}

body.marketing .intro p {
    font-size: 18px;
    line-height: 32px;
}

body.marketing .engagement .intro ul li h2 {
    display: block;
    margin: 10px 0;
    font-size: 20px;
    line-height: 25px;
}

body.marketing .engagement .intro ul li p {
    display: block;
    font-size: 16px;
    line-height: 22px;
}

body.marketing .engagement .intro ul li img {
    margin-bottom: 30px;
}

body.marketing .btn.blue {
    border-color: #337ab7;
    color: #337ab7;
}

    body.marketing .btn.blue:hover {
        cursor: pointer;
        background: #337ab7;
        color: #fff;
    }

body.marketing .btn.lg {
    padding: 14px 14px;
}

body.marketing .about, body.marketing .features, body.marketing .illustrated-features, body.marketing .platform {
    padding: 110px 0;
}

body.marketing .platform {
    padding-bottom: 0;
    text-align: center;
    position: relative;
}

    body.marketing .platform ol {
        width: 100%;
    }
        /*@media screen and (min-width: 48em)*/
        body.marketing .platform ol .side {
            border: 0;
            width: 48%;
            float: left;
            counter-increment: section;
            margin-top: 40px;
        }

    body.marketing .platform li {
        text-align: left;
    }
    /*@media screen and (min-width: 48em)*/
    body.marketing .platform ol .side1 .content {
        float: right;
    }
    /*@media screen and (min-width: 48em)*/
    body.marketing .platform ol .content {
        width: 100%;
        max-width: 440px;
        /*margin: 0 0 40px;*/
        padding-left: 16px;
        margin: 0 20px 40px;
        padding-right: 14px;
    }

    body.marketing .platform ol .side li {
        padding-left: 1em;
        margin-bottom: 0.4em;
        font-size: 14px;
        line-height: 24px;
        position: relative;
    }

        body.marketing .platform ol .side li:before {
            content: "•";
            position: absolute;
            left: 0;
            font-size: 14px;
        }

    body.marketing .header:after,
    body.marketing .wrapper:after,
    body.marketing .container:after,
    body.marketing .resources:after,
    body.marketing .about:after,
    body.marketing .features:after,
    body.marketing .plans:after,
    body.marketing .platform:after,
    body.marketing .split-section:after,
    body.marketing .process:after,
    body.marketing .input:after,
    body.marketing .row:after,
    body.marketing .plans ul:after,
    body.marketing .clear:after {
        content: "";
        display: table;
        clear: both;
    }

    body.marketing .platform ol .content .btn {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 600;
        min-width: 160px;
    }

body.marketing .btn.gray {
    border-color: #CFD3D3;
    color: #CFD3D3;
}

body.marketing .platform ol img {
    display: block;
    width: 95%;
    margin-left: -40px;
}

body.marketing .platform ol .side1 img {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}

body.marketing .platform ol .side2 {
    float: right;
}

    body.marketing .platform ol .side2 img {
        margin: 0 0 0 0;
        width: 80%;
    }

body.marketing .illustrated-features {
    text-align: center;
    position: relative;
    z-index: 10;
}

body.marketing .container {
    position: relative;
    width: 88%;
    max-width: 960px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

body.marketing .illustrated-features .desc {
    margin: 0 auto;
    display: block;
    width: 75%;
}

body.marketing .intro p, body.marketing .split-section p, body.marketing .illustrated-features p, body.marketing .illustrated-features .desc, body.marketing .features h3, body.marketing .features p, body.marketing .form p, body.marketing .input label, body.marketing .platform p, body.marketing .platform li {
    line-height: 32px;
}

body.marketing .illustrated-features ul {
    position: relative;
}

body.marketing .illustrated-features li {
    /*float: left;*/
    /*display: block;*/
    margin-right: 2.12766%;
    margin: 40px 2.12766% 0 auto;
    /*width: 31.91489%;*/
    max-width: 261px;
    vertical-align: top;
}

    body.marketing .illustrated-features li:last-child {
        margin-right: 0;
    }

body.marketing .marketingfooter {
    color: #fff;
    position: relative;
    background: #337ab7;
    z-index: 10;
}

    body.marketing .marketingfooter .top {
        text-align: center;
        padding: 90px 0 90px;
    }

    body.marketing .marketingfooter li {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
    }

    body.marketing .marketingfooter .top .btn {
        padding-top: 14px;
        padding-bottom: 14px;
        margin: 0 10px;
        width: 220px;
    }

    body.marketing .marketingfooter .bottom {
        position: relative;
        background: #265c89;
        display: block;
        text-transform: uppercase;
        padding: 30px 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 41;
    }

        body.marketing .marketingfooter .bottom nav li {
            margin: 0 20px 0 0;
            border: 0;
            width: auto;
        }

        body.marketing .marketingfooter .bottom nav a {
            display: block;
            padding: 12px 0;
        }

    body.marketing .marketingfooter a {
        color: #fff;
    }

body.marketing.about .intro,
body.marketing.free-consultation .intro {
    padding-top: 130px;
}

body.marketing.free-consultation .intro {
    background: #fff;
}
body.marketing .free-consultation-form input,
body.marketing .free-consultation-form textarea {
    border-color: #BABFBF;
    color: #686B71;
    font-size: 14px;
    margin-top: 16px;
    border-width: medium;
    background-color: #fff;
}

body.marketing.free-consultation .btn.blue {
    cursor: pointer;
    background: #337ab7;
    color: #fff;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

body.marketing.free-consultation .btn.blue:hover {
    border-color: #265c89;
    background: #265c89;
    color: #686B71;
}

body.marketing img.bulletimg {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

ul.ftsfeatures {
    text-align: left;
    display: inline-block;
    font-size: large;
    line-height: 40px;
    height: 100%;
    vertical-align: middle;

}
.advantages {
    background: #fff;
}

.fa-times:before {
    color:#c6282d;
	}

.fa-check:before {
    color:#1b9e51;
	}

#fts_table_cont {
    font-size: 125%;
    line-height: 1.25em;
	}
	
#fts_table_cont td, #fts_table_cont th {
    padding: .5em .25em;
	}
	
.blue_ribbon {
	color:white;
	background-color:#337ab7;
	font-size: 85%;
    padding-bottom: 1.25em;
    font-weight: normal;
	}
	
.blue_ribbon strong {
	font-weight:900;
	font-size: 115%;
	}
	
.br_cont {
    max-width: 49%;
    display: inline-block;
    vertical-align: text-top;
    padding: 1em 2.5em;
    line-height: 1.5em;
	}
	
.blue_ribbon .fa, .icon_box {
    padding: .5em;
	}
	
.blue_ribbon .fa {
    font-size: 140%;
	}
	
.icon_box .fa {
    padding: .05em;
	}
	
@media (max-width:767px) {

#fts_table_cont {
    font-size: 125%;
	}
	
}

@media (max-width:479px) {

.br_cont {
    max-width: 320px;
	}
	
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	}
	
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.toc_list li, .toc_box {
	display:inline-block;
	}
	
.toc_list li {
	padding:0;
	}
	
.toc_list a {
    padding: .5em;
    line-height: 2em;
}
	
.toc_box {
     vertical-align: text-top;
	 padding:0 2%;
	 }
	 