body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #E0E0E0;
    background: #fbfbfb;

}
.navbar {
    margin-bottom: 0px;
}
.section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: white;
}
.section_intro {
    background: linear-gradient(to top left,#4cddff,#3b9aca 10%,#2d6ca5 20%,#2a5291 27%,#283d81 35%,#222654 50%,#1e1635 63%,#0c0010 93%,#000);
    position: relative;
}

.starfield {
    background: url(/assets/starfield.png) 50%/1500px 1500px no-repeat;
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-filter: alpha(opacity=0);
    -moz-filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
    -o-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-animation: header-in-85 5s;
    animation: header-in-85 5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.enterprise_secion {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.enterprise_secion:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 180%;
    top: 80%;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    background: #f6f9fc;
}


.enterprise_secion:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 40%;
    top: -20%;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    background: #ffc10717;
}

h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 20px;
}

h3{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-top: 15px;
}
p {
    font-size: 20px;
    line-height: 28px;
    color: rgba(172,210,220,.65);
    margin: 0;
}

.feature p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 20px;
}

.enterprise_secion .feature p {
    font-weight: normal;
}

.enterprise_secion h3 {
    font-weight: bold;
}

.enterprise_secion .slimline {
    border-top-color: #d3d3d324;
}

.career h1 {
    text-align: left;
}

.career h2 {
    text-align: left;
    font-size: 20px;
}

.career p {
    font-size: 16px;
    color:rgba(172,210,220,.65);
    text-align: left;
}

.testimonial p {
    font-size: 16px;
    color:rgba(172,210,220,.65)
}

.testimonial .quote {
    padding-right: 60px;
    padding-bottom: 30px;
}

.testimonial a {
    color: whitesmoke;
    text-decoration: none;
    font-size: 16px;
}

.slimline {
    border-top: 1px solid hsla(0,0%,100%,.05);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.0470588);
    width: 70%;
}

.section_footer h3 {
    font-size: 16px;
    font-weight: bold;
    color:whitesmoke;
    margin-bottom: 10px;
}
.section_footer a {
    color: whitesmoke;
}

.section_footer br {
    font-size: 130%;
}

.section_footer {
    padding-top: 20px;
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background: #fbfbfb;*/
    background: linear-gradient(to bottom right,#4cddff,#3b9aca 10%,#2d6ca5 20%,#2a5291 27%,#283d81 35%,#222654 50%,#1e1635 63%,#0c0010 93%,#000);
    position: relative;
    min-height: 150px;
    /*color: white;*/
    font-weight: 500;
}

.footer_icon {
    content: "\f0e0";
    padding: 0px 20px 20px 0px;
    color: #ddd;
    margin-bottom: 5px;
}

.logo_brand {
    font-size: 30px;
    font-family: 'Poiret One';
    display: inline-block;
    color: #555;
}

.panel h1 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.panel p {
    font-size: 17px;
    color: white;
}

.in-bright-background, .in-bright-background p {
    color: dimgrey;
}

.in-bright-background h1 {
    color: #4d4d4d;
}
.in-dark-background, .in-dark-background p {
    color: #ecf0f1;
}

.panel, .pricing .panel {
    max-width: 300px;
    margin: auto;
    margin-bottom: 30px;
}

.pricing .panel-heading {
    height: 280px;
}

.pricing .panel-body li {
    padding-bottom: 15px;
    font-size: 16px;
}

.support p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.dl-video {
    width: 70px;
    height: 70px;
    position: absolute;
    min-height: initial;
    float: none;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100%;
}

.customers img {
    margin-right: 30px;
    width: 120px;
}

.customers .tier1 img {
    padding-right: 20px;

}

.term-of-use a {
    font-family: Montserrat, sans-serif;
    color: #a7a7a7;
    font-size: 13px;
    text-decoration: none;
}

.pricing-switch {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: -3px;
    text-decoration: none;
    font-weight: bold;
    font-size: large;
}


.pricing-switch.active {
    background-color: #787d83;
    color: #fff;
}

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

.tos-heading {
    font-weight: bold; font-family: Raleway, sans-serif; font-size: 1.5rem; padding-bottom: 0.5rem; line-height: 1;
    margin-top: 20px;
}

.our-number {
    height: 170px;
    width: 170px;
    background: white;
    border-radius: 50%;
    padding-top: 55px;
    font-size: 25px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
}