/* Including the fonts - this website is using Adobe Typekit */
body, h1, h2, h3, h4, h5, input, textarea {
    font-weight: 400;
    font-family: freight-sans-pro,freight-sans-pro,helvetica,arial,sans-serif;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}
h3{
    font-size: 40px;
    font-weight: 300;
}

h2{
    font-size: 40px;
    font-weight: 300;
}

h1{
    font-weight: 300;
}

.btn-central{
    text-align: center;
}

.btn-central-padding-bottom{
    padding-bottom: 50px;
}

.policy-flow-logo{
    margin-top: -10px;
    width: 265px;
    height: 55px;
}

#logo-lg{
    display: block;
}

#logo-sm{
    display: none;
}

/* hero image */
.hero-image{
    background-color: #f8f8f9;
    background-image: url("../../img/pricing-background.jpg");
    background-repeat: repeat-x;
    background-size: 2600px 500px;

}

.hero-header{
    font-size: 48px;
}

.hero-sub-header
{
    font-size: 28px;
    margin-bottom: 40px;
}

.hero-image-size img{
    margin-left:25%;
    width:959px;
}

#hero-image-block-lg{
    display: block;
}

#hero-image-block-sm{
    display: none;
}

.hero-image-child {
    background-color: #f8f8f9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 60px;
}

.hero-image-sub-child {
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #f0f0f0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fbfbfb;
    overflow-x: hidden;
}

.section-heading{
    text-align: center;
}

.section-sub-heading{
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 40px;
}

.section-padding{
    padding-top: 30px;
}

.section-padding-1x{
    padding-top: 60px;
}

.section-padding-2x{
    padding-top: 275px;
}

.section-padding-bottom{
    margin-bottom: 50px;
}

.feature-heading{
    font-weight: 300;
    font-size: 28px;
    padding-top: 10px;
    color:#44a7f0;
}

.feature-heading-red{
    font-weight: 300;
    font-size: 28px;
    padding-top: 10px;
    color:#d81b60;
}

.feature-text{
    font-size: 18px;
}

.feature-padding-x1{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.feature-padding{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.feature-img{
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}

.feature-img-dash img{
    margin-top: 40px;
    margin-bottom: 40px;
    width:1080px;
}

.feature-img-report img {
    margin: 60px;
    width:958px;
}

.feature-img-hoz img{
    margin-top: 30px;
    margin-left:10%;
    width: 500px;
}


/* Prevent the navbar menu from going into mobile mode*/
.navbar-collapse.collapse {
    display: block!important;
}

.navbar-nav>li, .navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right!important;
}

.navbar {
    margin-bottom: 0px;
}

/* Removes the nav bar burger menu icon */
.navbar-toggle {
    display:none
}

/*

.navbar-inverse {
    height: 0px;
}
*/

/* Color of navigation bar */
/* navbar */
.navbar-inverse {
    background-color: #ffffff;
    border-color: transparent;
}
/* Title */
.navbar-inverse .navbar-brand {
    color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
}
/* Link */
.navbar-inverse .navbar-nav > li > a {
    color: #000000;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #000000;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #000000;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #000000;
    background-color: transparent;
}

/* remove the border and shadow shown when the menu is collapsed */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #ffffff;
}
.navbar-collapse {
    box-shadow: none;
}

/* nav bar menu items font size*/
.nav a{
    font-size: 21px;
}


.icon-layout{
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 20px;
}



.btn, #mktFrmButtons input[type=submit], .signup_btn, .btn:visited, #mktFrmButtons input[type=submit]:visited, .signup_btn:visited {
    background-color: #15CA6E;
    border-color: rgba(16,115,96,0.4);
    color: white;
}

.btn:hover, #mktFrmButtons input[type=submit]:hover, .signup_btn:hover {
    background-color: #107360;
    border-color: black;
    color: white;
}

.btn, #mktFrmButtons input[type=submit], .signup_btn {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    letter-spacing: 0.1rem;
    font-weight: 400;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition-property: background, border;
    -moz-transition-property: background, border;
    -o-transition-property: background, border;
    transition-property: background, border;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.btn, #mktFrmButtons input[type=submit], .signup_btn {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 22px;
}


.footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f8f8f9;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    min-height: 30px;
}

.footer-top h5 {
    font-size: 18px;
    color: #4d4d4d;
    font-weight: bold;
    text-transform: uppercase;


}
.footer-top p,ul,li{
    font-size: 18px;
}

#footer-strength-sm{
    display: none;
}

#footer-helpdesk{
    display: none;
}

.footer-middle {
    padding-top: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    min-height: 40px;
}

.footer-helpdesk-heading {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-helpdesk-email{
    font-size: 18px;
}

.footer-helpdesk-email-icon{
    position: relative;
    top: 3px;
}

.footer-helpdesk-telephone{
    font-size: 18px;
    margin-right: 15px;
}

.footer-helpdesk-telephone-icon{
    position: relative;
    top: 5px;
}

.footer-bottom {
    background-color: #efefef;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    min-height: 40px;
}

.copyright {
    min-height: 40px;
    padding: 7px 0;
    text-align:right;
}
.design {
    line-height: 40px;
    min-height: 40px;
    padding: 7px 0;
}
.design a {
    color: #505050;
}

.footer-bottom-business-name{
    line-height: 1.7;
    padding-bottom: 10px;
}

.hyper-bright {
    color:#00cb6a;
    font-size: 19px;
}

.feature-active {
    color: #1a89da !important;
}

#map-google-contact{
    height: 500px;
}
