@import url(../../https@fonts.googleapis.com/css@family=Lato_3A700,300,100);



.email-cta-button{
    padding: 12px 32px;
    font-size: 15px;
    font-family: AvenirLTStd-Black;
    max-width: 100%;
}

.home-page .third-heading{
    padding-top: 20px;
}

body{
    font-family: 'Lato', sans-serif;
    font-weight:300;
}

.map-icon{
    -webkit-filter: drop-shadow(1px 1px 1px rgba(175, 175, 175, 0.4));
    height: 63px;
    margin-top: -9px;
    margin-bottom: 10px;
}

.main-heading-icon{
    vertical-align: bottom;
    margin-top: -15px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(73, 73, 73, 0.8));
    height: 65px;
}

.campaign-manager-page .main-heading-icon{
    margin-right: 14px;
}
.constituency-manager-page .main-heading-icon{
    /*margin-right: 14px;*/
}

.why-choose-paragraph{
    font-size: 22px;
    line-height: 32px;
}


.dropdown-menu-large img.icon{
    height: 24px;
    margin-right: 6px;
    margin-top: -3px;
}

.dropdown-large {
    position: static !important;
}
.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    width: 360px;
    padding: 8px;
}
.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}
.dropdown-menu-large > li > ul > li {
    list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight:300;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background: none;
    outline: none;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
    color: #fff;
    font-size: 15px;
    border-bottom: solid 2px #474E55;
    font-family: AvenirLTStd-Black;
    text-transform: uppercase;
    padding: 6px 10px;
}

.dropdown-menu-large li.column{
    padding: 0px 5px;

}
@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
}

nav .dropdown-menu::before{
    bottom: 100%;
    right: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(51,58,66,0);
    border-bottom-color: #333A42;
    border-width: 8px;
    margin-left: -1px;
}

.clear-navbar .dropdown-menu {
    background-color: #333A42;
    border-width: 0px !important;
}

.clear-navbar  .dropdown-menu li a:hover {
    color: white !important;
    background: none !important;
}

.clear-navbar  .dropdown-menu li a{
    text-shadow: none !important;
    color: #D4D6D7 !important;
}

.navbar .dropdown-menu li a{
    text-align: left;
}


.sticky-navbar .navbar-collapse[aria-expanded="true"], .sticky-navbar  .navbar-collapse.in, .sticky-navbar .navbar-collapse.collapsing{
    background: #333A42 !important;
}

.navbar-collapse.in ul.nav li{
    margin-right: 5px;
}


.sticky-navbar .navbar-toggle .icon-bar {
    background-color: #007fa3 !important;
}

.sticky-navbar .navbar-toggle:focus {
    outline-color: #007fa3 !important;
}


.sticky-navbar .navbar-collapse[aria-expanded="true"] a, .sticky-navbar  .navbar-collapse.in  a, .sticky-navbar .navbar-collapse.collapsing  a{
    color: white;
}

.sticky-navbar .nav>li>a:hover, .sticky-navbar .nav>li>a:focus{
    color: rgb(93, 93, 93) !important;
}

.navbar-collapse.in li>a:focus{
    color: white !important;
}


.navbar-collapse[aria-expanded="true"], .navbar-collapse.in, .navbar-collapse.collapsing{
    position: absolute;
    background: #333A42;
    right: 20px;
    width: 90%;
    max-width: 400px;
    border-radius: 5px;
}

.navbar-collapse[aria-expanded="true"] .dropdown-menu, .navbar-collapse.in .dropdown-menu, .navbar-collapse.collapsing .dropdown-menu{
    padding-left: 0;
}

nav .login-button{
    margin-left: 50px;
}

.navbar-collapse[aria-expanded="true"] .login-button, .navbar-collapse.collapsing .login-button{
    margin-left: 0px;
    text-align: left;
}

.navbar-collapse[aria-expanded="true"] .signup-button, .navbar-collapse.collapsing .signup-button{
    width: 50px !important;
    text-align: left !important;
    background: none !important;
    color: #15B26D !important;
    border: none !important;
}

.navbar-collapse[aria-expanded="true"] .signup-button:hover, .navbar-collapse.collapsing .signup-button:hover{
    background: none !important;
    color: #159556 !important;
    border: none !important;
}


.navbar li a.dropdown i.fa-sort-desc{
    color: #a5d8d8 !important;
    font-size: 19px;
    /*line-height: 16px;*/
    padding-left: 3px;
    /*top: -4px;*/
    /*position: relative;*/
}

.dropdown-icon{
    position: relative;
    top: -2px;
}

.navbar .dropdown-menu li a{
    color: #808080;
    padding: 8px 10px;
    font-family: AvenirLTStd-Light;
    font-size: 15px;
}

li.dropdown-link{
    margin: 0px 5px;
}


.heading-block.no-above-fold{
    height: auto !important;
    min-height: 0 !important;
}


.feature-list{
    margin: 0;
    margin-left: 5px;
    list-style: none;
    padding: 13px;
    padding-left: 0;
}

.feature-list li .point{
    display: inline-block;
}

.feature-list li .sub-point {
    display: block;
    color: #929292;;
    font-size: 15px;
    margin-left: 23px;
    margin-top: 2px;
}

.feature-list li{
    font-size: 18px;
    /*text-indent: -20px;*/
    color: #4c4c4c;
    padding: 10px 0;
}

.feature-list li::before {
    content: "\002022 " !important;
    color: #007fa3; /* or whatever color you prefer */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    margin-right: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 6px;
    position: relative;
    top: 2px
}


.feature-section video{
    max-width: 100%;
    max-width: calc(100% - 10px);
    border: 2px solid rgb(189, 215, 222);
    box-shadow: 5px 3px 12px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    max-height: 540px;
}

.feature-section{
    width: 100%;
    position: relative;
    margin: 0px !important;
    /*border-top: 1px solid grey;*/
    border-bottom: 1px solid #ddd;
}

.feature-section-inner{
    width: 100%;
    max-width: 1366px !important;
    margin: 100px auto;
}

.feature-section .feature-section-heading{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 34px;
    color: #007fa3;
    font-family: AvenirLTStd-light;
}

.feature-section .feature-section-heading.pushed-down-heading{
    margin-top: 105px;
}

.feature-section .feature-section-heading.pushed-up-heading{
    margin-top: 0;
}


.sales-video-section{
    border-bottom: none;
    border-top: solid 1px #ddd;
}

.sales-video-section iframe{
    max-height: 431px;
    max-width: 100%;
}

.progress-bars svg{
    margin: 0 auto;
    padding: 5px;
    width: 200px !important;
    height: 200px !important;
}

.progress-svg-container{
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto;
}

.progress-bars{
    max-width: 1300px;
    margin: 20px auto 0 auto;
}

.progressbar-text::after{
    content: "%";
    font-size: 28px;
}

.hour-text .progressbar-text::after{
    content: "\00a0 hrs";
    font-size: 26px;
}

.progressbar-text{
    margin-left: 5px !important;
    top: 100px !important;
    color: #8b8b8b !important;
}
.progress-bar-title{
    font-size: 18px;
    margin-top: 11px;
    color: #777;
}

.progress-bar-container{
    margin: 40px 0;
    min-height: 236px !important;
}

.progress-bars-heading{
    font-size: 31px !important;
    margin-bottom: 10px !important;
}


.left-align-above-fold .heading-block-inner{
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}
.left-align-above-fold .main-paragraph{
    padding: 10px 0 30px 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    position: relative;
    top: -5px;
    margin-left: 2px;
    font-size: 23px;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


#map{
    width: 100%;
    height: 60vh;
    min-height: 400px;
    border-bottom: 1px solid #d5d5d5;
}


#iw-container  .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: #48b5e9;
    color: white;
    margin: 1px;
    border-radius: 2px 2px 0 0; /* In accordance with the rounding of the default infowindow corners. */
}

.gm-style-iw {
    width: 250px !important;
    top: 15px !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(0, 127, 163, 0.31);
    border-radius: 5px !important;
    padding: 12px !important;
}

.gm-style-iw p{
    font-size: 15px;
    margin-bottom: 0;
    line-height: 20px;
    /*text-align: left;*/
}

.gm-style-iw .fa-quote-left{
    color: #4a9eb6;
    margin-right: 7px;
    font-size: 11px;
    position: relative;
    top: -3px;
}

.gm-style-iw .fa-quote-right{
    color: #4a9eb6;
    margin-left: 7px;
    font-size: 11px;
    position: relative;
    top: -3px;
}

.gm-style-iw .testimonial-title{
    margin-top: 10px;
    font-size: 13px;
    color: #9f9f9f;
    text-align: right;
}


.map-heading{
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    background: rgba(255,255,255,0.3) url(../../https@d13yacurqjgara.cloudfront.net/assets/places-topo-bg-af13cc91db2639a47dd9908026dcb51b36c6abccdc99c4dfc9ba809d637517a6.png) repeat center center fixed;
    background-size: 500px 500px;
    border-top: solid 1px #e5e5e5;
    padding: 12px;
}

.map-heading .heading-text{
    color: #007fa3;
    font-size: 36px;
    font-family: AvenirLTStd-Light;
}

.map-heading .heading-sub-text{
    font-size: 20px;
}


.social-login-homepage{

}

.social-login-homepage i{
    margin-right: 5px;
    font-size: 22px;
    line-height: 12px;
    position: relative;
    top: 2px;
    left: -6px;
}



.main-email-capture{
    font-size: 19px;
    padding: 7px 17px 7px 17px;
    position: relative;
    top: 3px;
    left: 1px;
    width: 250px;
    /*border: none;*/
    color: white;
    margin-right: 15px;
    border-radius: 3px !important;
    background: transparent;
    border: solid 2px #ececec;
    margin-bottom: 15px;
}

.main-email-capture::-webkit-input-placeholder{
    color: lightgrey !important;
}

.btn, .trial-button, .green-btn{
    border-radius: 3px !important;
}


#mail-modal .email-main-heading{
    font-size: 28px;
    margin: 0px;
    color: #007fa3;
    font-family: AvenirLTStd-Light;
}

#mail-modal .email-sub-heading{
    font-size: 18px;
    color: #737373;
    font-family: AvenirLTStd-Light;
    margin: 18px 0px;
    line-height: 25px;
    letter-spacing: .2px;
    margin-bottom: 25px;
}


#mail-modal .modal-dialog{
    margin-top: 5vh;
    width: 873px;
}

#mail-modal .modal-content{
    padding: 10px 338px 80px 10px;
    background: url(../img/newsletter.jpg) no-repeat bottom;
    width: 94%;
    background-size: cover;
    background-color: white;
    border: none !important;
}


#mail-modal #mc_embed_signup_scroll{
    border-radius: 0px !important;
    padding: 30px;
}

#mail-modal #mc_embed_signup_scroll h2, #mailchimp-modal #mc_embed_signup_scroll .indicates-required{
    display: none;
}

#mail-modal .mc-field-group{
    margin-bottom: 20px;
}

#mail-modal input{
    font-weight: normal !important;
    color: #656565;
    border: #cccccc 1px solid !important;
    width: 100%;
    padding: 9px 10px 4px 10px;
    font-size: 15px;
}

#mail-modal input:-moz-placeholder, ::-webkit-input-placeholder,  :-ms-input-placeholder{
    font-size: 11px !important;
}


#mail-modal label{
    text-transform: capitalize;
    font-family: AvenirLTStd-Light;
    color: #919191;
    display: block;
    letter-spacing: 1.3px;
}

#mail-modal #mc-embedded-subscribe{
    text-transform: uppercase;
    font-family: AvenirLTStd-Black;
    font-size: 21px;
    border-radius: 0px;
    padding: 10px 40px;
    color: white;
    width: 75%;
    background-color: #007FA3 !important;
    margin-top: 15px;
    border-width: 0px !important;
    letter-spacing: 0.8px;
}

#mail-modal #mc-embedded-subscribe:hover{
    background-color: #006689 !important;
}

#mail-modal .modal-title{
    text-align: center;
    color: #007FA3;
}

.blueprint-page #mail-modal #mc-embedded-subscribe {
    background-color: #284c90 !important;
}
.blueprint-page #mail-modal .email-main-heading{
    color: #284c90 !important;
}


.iphone-mockup-container{
    width: 355px;
}

.iphone-mockup-container .iphone-casing{
    width: 100%;
}

.iphone-mockup-container .screenshot-container{
    width: 249px;
    position: absolute;
    top: 87px;
    left: 68px;
}

.iphone-mockup-container .screenshot-container .iphone-screenshot{
    width: 100%;
}


.heading-div{
    margin-bottom: 50px;
}

.blog-heading-nav .heading-link{
    margin-bottom: 5px;
}


.play-sales-video{
    width: 100px;
    margin: 20px auto;
}

.dollar-string{
    margin-top: 30px;
    font-size: 18px;
    color: #9a9a9a;
}

.dropdown-link a{
    cursor: pointer;
}

.play-sales-video img{
    width: 72px;
}


.video-modal iframe{
    position: relative;
    left: -130px;
    top: -20px;
    box-shadow: 0px 0px 88px rgba(0, 0, 0, 0.48);
}

.video-modal{
    margin-top: 20vh;
}

.video-modal .modal-body{
    width: 840px;
    height: 450px;
}

.video-modal .modal-body{
    padding: 0px !important;
}

@media (min-width: 1200px) {
    .col-lg-offset-1-and-half {
        margin-left: 12.15% !important;
    }
}


.follow-divs{
    padding: 20px 20px 20px 0px;
}

.follow-div{
    height: 45px;
    color: #707173;
    font-size: 17px;
}

/*#instafeed{*/
    /*width: 100%;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
/*}*/

/*#instafeed a {*/
    /*padding: 5px;*/
    /*margin:20px;*/
    /*border:1px solid #e1e1e1;*/
    /*display:inline-block;*/
    /*border-radius: 4px;*/
    /*position:relative;*/
    /*display: inline-block;*/
    /*box-shadow: 0px 0px 20px #c2c2c2;*/
/*}*/

/*#instafeed a img{*/
    /*width: 270px;*/
    /*height: 270px;*/
/*}*/

/*#instafeed .caption{*/
    /*width: 230px;*/
    /*height: 90px;*/
/*}*/

/*#instafeed .likes {*/
    /*background: rgba(0,127,163,.75);*/
    /*font-size:18px;*/
    /*position:absolute;*/
    /*color:#ffffff;*/
    /*right:5px;*/
    /*top:5px;*/
    /*left:5px;*/
    /*opacity:0;*/
    /*text-align:center;*/
    /*height: 270px;*/
    /*width: 270px;*/
    /*text-shadow:0 1px rgba(0,0,0,0.5);*/
    /*-webkit-font-smoothing:antialiased;*/
    /*-webkit-transition: opacity 100ms ease;*/
    /*-moz-transition: opacity 100ms ease;*/
    /*-o-transition: opacity 100ms ease;*/
    /*-ms-transition: opacity 100ms ease;*/
    /*transition: opacity 100ms ease;*/
/*}*/

/*#instafeed .likes .likes-text{*/
    /*position: relative;*/
    /*top: 25%;*/
/*}*/

/*#instafeed .likes .caption{*/
    /*font-size: 17px;*/
    /*width: 240px;*/
    /*margin: 0px auto;*/
/*}*/

/*#instafeed a:hover .likes {*/
    /*opacity:1;*/
/*}*/


.hide{
    display: none;
}

.unslider-container{
    width: 600px !important;
    position: absolute;
    margin-top: 138px;
    left: calc(50% - 319px);
    float: left;
    display: inline;
}

#instafeed li{
    list-style-type: none;
    margin: none;
}

/*.unslider li{*/
    /*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);*/
    /*-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);*/
    /*box-shadow: 0 0px 7px rgba(0,0,0,.15);*/
    /*text-align: center;*/
    /*border: solid 1px #e4e4e4;*/
/*}*/


.callback-link{
    font-family: AvenirLTStd-Light;
    cursor: pointer;
    position: relative;
    top: 2px;
    left: -20px;
    font-size: 16px;
}

.callback-btn{
    /*font-family: AvenirLTStd-Light;*/
    font-family: AvenirLTStd-Black;
    color: #A5D8D8 !important;
    /*font-weight: bold;*/
    cursor: pointer;
    left: -20px;
    background-color: transparent;
    border: 2px solid #A5D8D8;
    border-top-width: 0px;
    position: relative;
    text-transform: uppercase !important;
    font-size: 13px !important;
    padding: 7px 22px !important;
}

.clear-navbar .callback-link{
    font-weight: normal !important;
}

.clear-navbar .login-buttons .callback-link:hover {
    color: #E9E9E9 !important;
}

.callback-link:hover{
    color: #00698b;
    text-decoration: none;
}

input, label{
    outline: none !important;
}

#price-label{
    min-width: 80px;
    display: inline-block;
}

.white-layer{
    width: 100%;
    height: 100%;
}

.rotating-tagline-container{
    /*width: 300px !important;*/
    display: inline-block;
}

/*.btn{*/
    /*border-radius: 0px !important;*/
/*}*/

.faq-container{
    margin-top: 0px;
}

.faq-list p{
    padding: 5px 20px !important;
    margin: 0px !important;
    font-size: 16px !important;
    line-height: 25px !important;
}

.faq-list .faq-question-text{
    color: #424242;
    font-size: 18px !important;
}

.faq-list .faq-answer-text{
    color: #889197;
}

.faq-list .row{
    margin-top: 30px;
}

.faq-container .fourth-heading{
    margin-bottom: 50px;
}


.faq-container {
    padding: 20px 10px;
    font-size: 23px;
    cursor: pointer;
}


.bold{
    font-weight: bold !important;
}

.pricing-table{
    margin-top:100px;
    width: 90%;
}

.pricing-table .table-heading{
    text-align: center;
    font-size: 34px;
    padding: 40px 20px 40px 20px;
}

.pricing-table div{
    padding: 10px;
    font-size: 20px;
    text-align: center;
}

.pricing-table div i{
    padding-right: 10px;
}


.pricing-feature-point{
    text-align: center;
    font-size: 24px;
    padding: 15px 10px;
    color: #777;
}

.pricing-feature-point .dot{
    padding: 0px 15px 0px 0px;
    font-size: 16px;
    color: #007fa3;
}

.pricing-labels{
    margin: 30px 0px;
}

.text-dark-grey{
    color: #57585a !important
}


.accordion .accordion-title:hover, .accordion .accordion-title:focus{
    color: #007fa3;
    text-decoration: none !important;
}

.accordion dd, .accordion__panel {
    border-bottom: #ddd solid 1px;
}

.accordionTitle{
    padding: 25px 10px;
    border-bottom: none !important;
}


.trial-heading{
    margin: 80px 0px 30px 0px!important;
    font-size:38px !important;
}



.contact-us-link{
    position: relative;
    right: -80px;
    cursor: pointer;
    font-weight: normal;
}

.contact-us-link:hover{
    text-decoration: none;
    color: #00455D;
}

.contact-us-link .btn{
    font-size: 17px !important;
}

.contact-us-link .btn:hover{
    background-color: #96cece !important;
}


#savings-outer-container{
    display:block;
    padding-right: 40px;
    padding-bottom: 25px;
    height: 30px;
    color: #FF8040;
    font-size: 25px;
    font-weight: bold;
}

.plan-info div{
    display: inline-block;
    padding-right: 40px;
    padding-bottom: 25px;
    font-size: 25px;
    margin-bottom: -5px;
    color: #777;
    font-weight: bold;
}

.plan-info div span{
    color: #777;
    font-weight: normal;
}

.eleven-columns li {
    width: 16.66%;%;
}

.drag-slider{
    margin-top: 40px;
    font-size: 18px;
    color: #777;
}


.slider-container .first-item {
    padding-left: 15px;
}

.slider-container .slider{
    margin-top: 40px;
}


.slider-container{
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 40px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #e8e8e8;
}


.no-ui-slider .slider-labels {
    list-style: none;
    padding: 10px 0px;
    margin-top: 5px;
    margin-left: -33px;
    width: 100%;
    text-align: left;
    font-size: 16px;
}

.no-ui-slider .slider-labels li {
    color: #d3d3d3;
    display: inline;
    float:left;
    cursor: pointer;
}

.no-ui-slider .slider-labels li:nth-last-child(1) {
    position: absolute;
    margin-left: -3px;
    width:25px;
}

.no-ui-slider .slider-labels li:hover {
    color: #333333;
}

.no-ui-slider .slider-labels li.active {
    font-weight: bold;
    color: #777;
}


.btn.call-us{
    margin-bottom: 20px;
    margin-right: -40px;
    padding: 10px 20px;
    background-color: #007fa3 !important;
    font-size: 16px;
}

.slider-labels {
    position: relative;
    top: 10px;
    width: calc(60% + 175px);
    margin: 0px auto;
    text-align: right;
}




.slider-heading{
    margin-bottom: 40px;
}

iframe{
    width: 840px;
    height: 473px;
}

div.webinars, div.ebooks{
    margin: 50px 0px;
}

.webinar-content hr{
    margin: 80px 0px;
}

.webinar-link{
    float:left; /* important */
    position:relative; /* important(so we can absolutely position the description div */
    cursor: pointer;
    margin-bottom: 30px;
    padding: 0px !important;
}

.webinar-link .image-container{
    width: calc(100% - 20px);
    max-width: 320px;
}

.webinar-link * {
    font-family: AvenirLTStd-light ;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .9);
}

.webinar-link img{
    /*width: 323px;*/
    box-shadow: 0px 0px 20px #c2c2c2;
    position: relative;
    left: 16px;
    /*width: calc(100% - 20px);*/
    max-width: 100%;
}

.webinar-link div.description{
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    position: absolute;
    /* width: 90%; */
    background-color: rgba(0,0,0,.65);
    color: white;
    filter: alpha(opacity=70);
    /* left: 50%; */
    /* margin-left: -139px; */
    /* padding: 10px; */
    height: 100%;
    margin-left: 16px;
    width: calc(100% - 20px);
    max-width: 320px;
    top: 0px;
    left: 0px;
}

.webinar-link div.description:hover{
    background-color: rgba(0,0,0,.45);
    filter:alpha(opacity=50); /* IE transparency */
}

.webinar-link p.description_content, .webinar-link .description_heading{
    padding: 4px 0px;
    margin:0px;
    color: white;
}

.webinar-link .inner-description {
    text-align: center;
    position: relative;
    top: 30%;
}

.webinar-link p.description_content{
    font-size: 18px;
    line-height: 24px !important;
    padding: 8px 14px;
}

.webinar-link .description_heading{
    font-size: 28px;
    padding: 0px 5px;
}

.webinar-content .row{
    margin-bottom: 30px;
}

.item {
    text-align:center;
    margin: 30px auto;
    position:relative;
}

.about-us-pics-container {
    position: relative;
    margin-bottom: 200px;
    top: 100px;
}

.about-us-content, .webinar-content{
    width: 80%;
    margin: auto;
}

.login-page .heading-block, .sign-up-page .heading-block {
    min-height: 100vh !important;
    height: auto !important;
}

.device-group {
    border-bottom: 1px solid #e4e4e4;
}


.switcher-controls{
    list-style-type: none !important;
    margin-top: 15px;
    padding-left: 0;
}

.switcher-controls li{
    display: inline;
}

.switcher-controls .switcher-button.active {
    background: #007fa3;
    color: #fff;
}

.switcher-controls .switcher-button:hover{
    text-decoration: none;
}

.switcher-controls .switcher-button:hover {
    background: #007fa3;
    color: #fff;
    text-decoration: none;
}


.switcher-controls .switcher-button.active::before {
    content: "";
    position: absolute;
    left: 45%;
    top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #007fa3 transparent;
}


.switcher-controls .switcher-button {
    background: #e6edef;
    padding: 8px 7px 6px 7px;
    margin-left: 8px;
    cursor: pointer;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background, color, ease 100ms;
    -o-transition: background, color, ease 100ms;
    -webkit-transition: background, color, ease 100ms;
    transition: background, color, ease 100ms;
}

.switcher-controls .switcher-button {
    text-transform: uppercase;
    color: #66afce;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
    margin-top: 12px;
}

.benifit-video-wrapper video{
    max-width: 100% !important;
    border: solid 1px #ddd;
    max-height: 480px;
}

.benifit-video-wrapper video.big-video{
    max-height: 600px;
    margin: 10px 25px;
    padding-right: 1px;
    position: relative;
    max-width: calc(100% - 70px) !important;
}

.benifits .problem-benifit-container{
    text-align: left;
    background-color: #fff;
    border: 1px solid #c6ccd1;
    border-color: rgba(198,204,209,0.65);
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 85px auto 120px;
    padding: 15px;
    padding-top: 0px;
    z-index: 0;
    box-shadow: 5px 5px 4px rgba(121, 117, 117, 0.07);
}

.benifits .benifit-list-container, .benifits .benifit-image-container{
    padding: 5px 20px;
}

.benifits .benifit-image-container img{
    border: solid 1px #e8e8e8;
}

.benifits .benifit-list .list-item{
    font-size: 16px;
    padding: 11px 0px;
    list-style-type: none;
}

.benifits .benifit-list .list-item i{
    color: #15B26D;
    margin-right: 5px;
}

.benifits .problem-benifit-container p{
    padding: 3px !important;
}

.benifits  .benifit-heading{
    margin-bottom: 0 !important;
    font-weight: bold;
    color: #007fa3;
}

.benifits  .benifit-copy{
    font-size: 16px;
    margin-bottom: 15px;
}


.problem-quote.problem-2{
    left: calc(50% - 260px) !important;
}
.problem-quote.problem-2::before{
    background-image: url(../img/testimonials/profile-pic3.jpg);
}

.problem-quote.problem-3{
    left: calc(50% - 300px) !important;
}

.problem-quote.problem-3::before{
    background-image: url(../img/testimonials/profile-pic1.jpg);
}

.problem-quote.problem-1::before{
    background-image: url(../img/testimonials/profile-pic2.jpg);
}


.problem-quote{
    box-shadow: 3px 3px 3px rgba(175, 93, 39, 0.15);
    padding: 7px 14px;
    color: #af5d27;
    background-color: #fff0c1;
    display: inline-block;
    font-size: 20px;
    position: relative;
    margin: 0;
    white-space: nowrap;
    z-index: 5;
    top: -25px;
    left: calc(50% - 215px);
}
.problem-quote::before {
    content: "";
    background-repeat: initial;
    width: 57px;
    height: 57px;
    -moz-border-radius: 54px;
    -webkit-border-radius: 54px;
    border-radius: 54px;
    position: absolute;
    left: -76px;
    top: -10px;
    background-repeat: no-repeat;
    background-size: 57px 57px;
    z-index: 10;
    border: solid 1px #c7c7c7;
}

.problem-quote::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -22px;
    top: 20px;
    border: 11px solid;
    border-color: #fff transparent transparent #fff;
    background: #fff0c1;
    z-index: 1;
}



.content-block.device-group{
    height: 800px;
    display: flex;
    flex-flow: column;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.content-block.world-map-container{
    height: 800px;
    display: flex;
    flex-flow: column;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


@font-face {
    font-family: 'PWScratchedfont';
    src: url('PWScratchedfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Bebas-Bold';
    src: url('BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas-Thin';
    src: url('BebasNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas-Light';
    src: url('BebasNeueLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas-Neue';
    src: url('BebasNeueRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas-Book';
    src: url('BebasNeueBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.blueprint-page  .main-feature-heading {
    font-size: 37px !important;
    margin-bottom: 10px;
    color: #284c90;
    font-family: AvenirLTStd-Light;
    padding: 10px 20px;
}

.blueprint-page  .main-feature-heading  span{
    padding-bottom: 8px;
    border-bottom: 2px solid #284c90;
}

.blueprint-page .heading-block .heading-block-inner .main-heading{
    margin-top: 0px;
}

.blueprint-page .heading-block .heading-block-inner{
    margin-top: 5vh;
}

.blueprint-page .img-main-heading.heading-block .main-heading{
    font-family: 'PWScratchedfont' !important;
    font-size: 83px;
    text-shadow: -5px 5px 1px black !important;
}
.blueprint-page .img-main-heading.heading-block .main-paragraph {
    font-family: 'Bebas-Neue' !important;
    font-size: 50px;
    text-shadow: 1px 1px 3px rgba(100, 100, 100, .8) !important
    margin-bottom: 0px !important;
}

.blueprint-page .main-blueprint-content {
    padding: 0px 30px 50px 30px !important;
    max-width: 1200px !important;
}

.blueprint-page .blueprint-content-image{
    width: calc(100% - 10px);
    border: solid 1px rgb(41, 85, 162);
    max-width: 350px;
}

.blueprint-page .blueprint-content-item{
    padding: 0px 30px 0px 0px;
    margin: 20px 0 35px 0;
    color: #777;
    float: left;
}

.blueprint-page .blueprint-item-heading{
    font-size: 21px;
    color: #284c90;
    font-family: AvenirLTStd-Black;
}

.blueprint-page .blueprint-content-item p{
    color: #555;
    font-size: 15px;
    letter-spacing: .2px;
    line-height: 20px;
}




.light-grey-section{
    background-color: #f6f9fb;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}

.testimonial-inner-container{
    max-width: 1040px;
    margin: 0 auto !important;
}

.testimonial-item {
    padding: 0 40px;
    margin: 20px auto;
}
.testimonial-avatar {
    width: 80px;
    border-radius: 50%;
    margin: 5px auto !important;
}

.testimonial-name{
    display: inline;
    font-family: 'Fakt Pro',sans-serif;
    font-size: 16px;
}

.testimonial-text {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    padding: 5px;
}

.testimonial-comma {
    display: inline;
    font-weight: bold;
    margin-left: -2px;
}

.testimonial-role {
    display: inline;
    margin-left: 4px;
    font-size: 15px;
}

.testimonial-role {
    display: inline;
    margin-left: 4px;
    font-size: 15px;
}

.pricing-security-copy{
    padding: 10px;
    font-size: 19px;

    line-height: 32px;
}

.pricing-page .switch-toggle{
    width: 250px !important;
    margin: 0 auto 35px !important
}

.pricing-plans-table{
    width: 100%;
    max-width: 1200px;
    margin: 50px auto 35px;
}
.pricing-plans-table div:first-child {
    border-left: 0;
}
.pricing-plans-table  .plan-container {
    background: #323a45 !important;
    border-left: 3px solid #fff;
    vertical-align: top;
}
.pricing-plans-table .plan-container {
    text-align: center;
    padding: 10px 0 !important;
    max-width: 250px;
}

.year-savings{
    font-size: 15px;
    padding: 1px 6px;
    margin: 3px auto;
    margin-top: -35px;
    bottom: 3px;
    position: relative;
    display: none;
    color: #26D9E8;
}

.pricing-plans-table .plan-container .btn {
    text-transform: capitalize !important;
}
.pricing-plans-table .plan-container p {
    font-size: 14px;
    color: #fff;
    margin: 15px 0 0;
    font-family: AvenirLTStd-Light;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.pricing-plans-table .plan-container h2 {
    font-size: 50px !important;
    line-height: 47px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 25px;
    display: inline-block;
    font: 300 35px/52px AvenirLTStd-Light;
}

.pricing-plans-table .plan-name {
    padding: 10px !important;
}

.pricing-plans-table .plan-container h2 sup {
    font-size: 22px;
    color: rgba(255,255,255,.5);
    top: -23px;
    left: 9px;
    margin-left: -12px;
}

.pricing-plans-table .plan-container h2 span {
    letter-spacing: -3px;
}

.pricing-plans-table .plan-container h2 sub{
    font-size: 13px;
    color: rgba(255,255,255,.5);
}

.pricing-plans-table .people-badge{
    font-size: 13px;
    color: rgba(255,255,255,.5);
    line-height: 10px;
}

.pricing-plans-table .plan-container .project-count {
    height: 30px;
    font-size: 20px;
    color: #fff;
}

.pricing-plans-table .plan-container .btn{
    margin: 20px auto 40px auto;
}


.world-map-container .world-map-div{
    background:  url(../img/world-map.svg)  no-repeat 0;
    background-size: cover;
    /*background-color: red;*/
    flex: 1 1 auto;
}

.device-group .device-images{
    background:  url(../img/device-group-cropped-finished1.png)  no-repeat bottom;
    background-size: contain;
    /*background-color: red;*/
    flex: 1 1 auto;
}




.img-main-heading.heading-block{
    background-color: #9b9b9b !important;
}

.home-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) ), url(../img/abovefold/canvass-homepage2.jpg) no-repeat bottom;
    /*background: url(../img/abovefold/canvass-homepage2.jpg) no-repeat bottom;*/
    background-size: cover;
}

.features-page .img-main-heading.heading-block{
    background: url(../img/abovefold/login2.jpg) no-repeat bottom;
    background-size: cover;
}

.blueprint-page .img-main-heading.heading-block{
    background: url(../img/abovefold/blueprint-background.png) no-repeat center -30px;
    background-size: cover;
    min-height: 580px !important;
    height: 580px !important;
}

.blueprint-page .img-main-heading.heading-block .trial-button {
    background-color: #cc3e27;
    border: 1px solid #bd230d;
    padding: 12px 33px;
}


.blueprint-page .img-main-heading.heading-block .trial-button:hover,
.blueprint-page .img-main-heading.heading-block .trial-button:active{
    background-color: #bc3f29 !important;
}

.login-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ), url(../img/abovefold/signin.jpg) no-repeat bottom;
    background-size: cover;
}

.request-demo-page .img-main-heading.heading-block{
    background: url(../img/abovefold/requestdemo.jpg) no-repeat  bottom;
    background-size: cover;
}

.sign-up-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ), url(../img/abovefold/signup.jpg) no-repeat bottom;
    background-size: cover;
}

.about-us-page .img-main-heading.heading-block{
    /*background: url(../img/abovefold/aboutus.jpg) no-repeat bottom;*/
    background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url(../img/abovefold/aboutus-cropped.jpg) no-repeat top;
    background-size: cover;
}

.consultants .img-main-heading.heading-block{
    /*background: url(../img/abovefold/aboutus.jpg) no-repeat bottom;*/
    background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ), url(../img/consultants.jpg) no-repeat top center;
    background-size: cover;
}

.pricing-page .img-main-heading.heading-block{
    /*background: url(../img/abovefold/pricing.jpg) no-repeat bottom;*/
    background: url(../img/abovefold/pricing.jpg) no-repeat 0 -500px;
    /*background: #007fa3;*/
    width: 100%;
    background-size: cover;
}

.nationbuilder-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) ), url(../img/abovefold/nationbuilder1.jpg) no-repeat center;
    width: 100%;
    background-size: cover;
}

.webinars-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/abovefold/recognition.jpg) no-repeat top;
    width: 100%;
    background-size: cover;
}

.referral-page .img-main-heading.heading-block{
    background: url(../img/abovefold/referral2.jpg) no-repeat  top center;
    width: 100%;
    background-size: cover;
}

.referral-heading-block-inner{
    margin-top: 55vh;
    margin-right: 43vh;
}

#referral-trial-button{
    font-size: 28px;
}


.campaign-manager-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.3) ), url(../img/abovefold/campaign_manager.jpg) no-repeat center;
    width: 100%;
    background-size: cover;
}

.karyakarta_management-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.3) ), url(../img/abovefold/karyakarta_management.jpg) no-repeat center;
    width: 100%;
    background-size: cover;
}
.data_analysis-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.3) ), url(../img/abovefold/data_analysis.jpg) no-repeat center;
    width: 100%;
    background-size: cover;
}

.voter_survey-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.3) ), url(../img/abovefold/voter_survey.jpg) no-repeat center;
    width: 100%;
    background-size: cover;
}

.polling_day_management-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.3) ), url(../img/abovefold/polling_day_management.jpg) no-repeat center;
    width: 100%;
    background-size: cover;
}


.constituency-manager-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.35) ), url(../img/abovefold/constituency_manager.jpg) center;
    width: 100%;
    background-size: cover;
}
.issues-and-advocacy-page .img-main-heading.heading-block{
    background: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35) ), url(../img/abovefold/issues_advoc.jpg) no-repeat center;
    width: 100%;
    background-size: cover;
}

.img-main-heading.heading-block .main-paragraph{
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
}

.img-main-heading.heading-block .down-arrow .fa-angle-down{
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
    font-size: 45px;
}

.img-main-heading .main-heading{
    color:white;
    /*text-shadow: 0px 0px 6px rgba(0, 0, 0, .6);*/
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .6);
    border-radius: 20px;
    padding: 10px 0px;
}

.about-us-pics{
    margin: 50px auto;
    width: 1150px;
}

@media (max-width: 1200px) {
    .about-us-pics{
        width: 991px;
    }
}

@media (max-width: 991px) {
    .about-us-pics{
        width: 700px;
    }
    .pricing-page .pricing-plans-table .plan-container h2 sup {
        margin-left: 0px !important;}

    .pricing-page .pricing-plans-table .plan-container h2{
        font-size: 53px !important;
    }
}
@media (max-width: 767px) {
    .about-us-pics{
        width: 450px;
    }
}

.about-us-pics .member-item{
    height: auto;
    width: 100%;
    margin: 40px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 30px 30px 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 0px 7px rgba(0,0,0,.15);
    text-align: center;
    border: solid 1px #e4e4e4;
}

.member-item .member-name{
    font-size: 22px;
    letter-spacing: .5px;
    margin: 30px 3px 0px 3px;
}
.member-item .member-title{
    color: #999;
    margin: 0px 3px 5px 3px;
}

.member-item .member-info{
    margin: 20px 3px;
}

.member-item h4{
    font-family: AvenirLTStd-Black;
    font-size: 13px;
    color: #727272;
    margin: 0px 5% 20px 5%;
    letter-spacing: .7px;
    line-height: 18px;
    text-transform: uppercase;
}

.item{
    box-shadow: 0px 0px 20px #c2c2c2;
    position: relative;
}

.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-info, .about-us-img{
    height: 170px;
    width: 170px;
    border-radius: 500px;
}



.item-hover,
.item-hover .mask,
.item-img {
    position:absolute;
    top:0;
    left:0;
}

.item-type-line .item-hover {
    z-index:100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity:0;
    cursor:pointer;
    display:block;
    text-decoration:none;
    text-align:center;
}

.item-type-line .item-info {
    z-index:10;
    color:#ffffff;
    display:table-cell;
    vertical-align:middle;
    position:relative;
    z-index:5;
}

.item-type-line .item-info .headline {
    font-size:22px;
}

.item-type-line .item-info .line {
    height:1px;
    width:0%;
    margin:15px auto;
    background-color:#ffffff;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;

}

.item-type-line .item-info .date {
    font-size:14px;
}

.item-type-line .item-hover .mask {
    background-color: #005779;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity:0.8;
    z-index:0;
}

.item-type-line .item-hover:hover .line {
    width:40%;
}

.item-type-line .item-hover:hover {
    opacity:1;
}

.item-img {
    background-color:transparent;
    z-index:0;
}

blockquote{
    display:block;
    background: #fff;
    padding: 40px 50px 105px  50px;
    position: relative;
    width: 70%;
    margin: 50px auto;

    /*Font*/
    font-size: 22px;
    line-height: 1.5;
    color: #666;
    text-align: justify;

    /*Borders - (Optional)*/
    /*border-left: 15px solid #007fa3;*/
    /*border-right: 2px solid #007fa3;*/

    /*Box Shadow - (Optional)*/
    -moz-box-shadow: 2px 2px 15px #e1e1e1;
    -webkit-box-shadow: 2px 2px 15px #e1e1e1;
    box-shadow: 2px 2px 15px #e1e1e1;
}

blockquote::before{
    content: "\201C"; /*Unicode for Left Double Quote*/

    /*Font*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #999;

    /*Positioning*/
    position: absolute;
    left: 10px;
    top:20px;
}

blockquote .after{
    /*Reset to make sure*/
    /*content: '<img src="/img/quote/quote-me.png" /> - Mark O\'Keeffe';*/
    position: absolute;
    right: 80px;
    bottom: 20px;
    font-size: 30px;
    color: #999;
    font-style: italic;
    font-family: Georgia, serif;
    height: 80px;
}

blockquote a{
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

.quote-img{
    width: 70px;
    height: 70px;
}

blockquote a:hover{
    color: #666;
}

blockquote em{
    font-style: italic;
}



#cookie-law{
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
}

a{
    color: #007fa3;
}

body{
    font-family: AvenirLTStd-Light;
    /*overflow-x: hidden;*/
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F6F6F6 inset;
    -webkit-text-fill-color:#707173;
}

.dark-gray{
    color:#777 !important;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.fixed-navbar {
    background: transparent;
    transition: background 0.3s ease-in 0s;
}
.fixed-navbar.opaque {
    box-shadow: 0 0 8px rgba(0,0,0,.14);
    background: #fff !important;
    transition: background 0.3s ease-in 0s;
}


.fixed-navbar.opaque  .nav-bottom-row {
    padding-top: 14px;
    padding-bottom: 9px;
}

.fixed-navbar.opaque  a{
    /*color: #007fa3;*/
    color: #6d6e71;
    text-shadow: none !important;
}

.fixed-navbar.opaque  .scroll-hide{
    display: none;
}


.clear-navbar .nav>li>a:hover, .clear-navbar .nav>li>a:focus {
    text-decoration: none;
    background: none;
    color: #e0e0e0;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
}

.navbar{
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 0px;
}

.fixed-navbar{
    border: 1px solid transparent  !important;
    position: fixed;
    top: 0;
    min-height: 0px !important;
}

.navbar li a.dropdown i.fa-sort-asc{
    color: #a5d8d8 !important;
    font-size: 19px;
    line-height: 16px;
    padding-left: 3px;
    top: -3px;
    position: relative;
}

.navbar li a.dropdown i.fa-sort-desc{
    color: #a5d8d8 !important;
    font-size: 19px;
    line-height: 16px;
    padding-left: 3px;
    top: 7px;
}

.nav li{
    margin:0px;
}

.container{
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
}

.ec-white-bg{
    background-color: white !important;
}

.content-block{
    padding: 45px 8%;
}

.feature-page .content-block{
    padding: 70px 12%;
}

.feature-page .content-block{
    padding: 70px 5%;
}



.center-container .content-block{
    padding: 30px 6%;
}

.center-container ul{
    padding-left: 20px !important;
}

.less-padd-content-block{
    padding-left: 4%;
    padding-right: 4%;
}

nav{
    border: 0px !important;
    font-family: AvenirLTStd-Black;
}

.clear-navbar a{
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.clear-navbar .nav .open>a{
    background: none !important;
}

.clear-navbar a.active{
    background: none !important;
    border-width: 0px;
    /*border-bottom: 2px solid white;*/
    color: #A5D8D8;
}

/*.clear-navbar .nav>li>a.active:hover, .clear-navbar .nav>li>a.active:focus{*/
    /*border-bottom: 2px solid #e0e0e0;*/
/*}*/

.clear-navbar .nav>li>a:hover, .clear-navbar .nav>li>a:focus {
    text-decoration: none;
    background: none;
    color: #e0e0e0;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
}

.clear-navbar .nav>li>a.active:hover, .clear-navbar .nav>li>a.active:focus {
    color: #b1e6e6 !important;
}

.login-buttons .btn {
    position: relative;
    top: -3px;
}

.clear-navbar .login-buttons .btn {
    color: white !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
}

.clear-navbar  .login-buttons .btn:hover{
    color: #e0e0e0 !important;
}

.nationbuilder-integration {
    margin-bottom: 9px;
    width: 30%;
    max-width: 750px;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.46));
}

p{
    color:#707173;
}

nav li a.active{
    border: solid lightgray;
    border-radius: 0px;
    border-width: 1px;
}

.login-buttons .btn{
    color: #007FA3 !important;
    padding: 12px 26px 8px 26px;
    font-size: 12px;
}

/*.login-buttons .btn:first-child{*/
    /*border-right: thin solid #ccc;*/
/*}*/

.nav-bottom-row{
    padding-top: 30px;
    padding-bottom: 20px;
}

.nav-bottom-row .navbar-right a{
    padding: 10px 19px;
    font-size: 14px;
    letter-spacing: 0.2px;
}


/*.green-btn, .trial-btn.green-btn{*/
    /*background-color: #14966c !important;*/
    /*color: white !important;*/
    /*border: 1px solid #0a815b !important;*/
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, .25) !important;*/
/*}*/
.lightblue-btn, .trial-btn.lightblue-btn {
    /*background-color: #15ca6e !important;*/
    background-color: #2d9ff3 !important;
    /*background-color: #14966c !important;*/
    color: white !important;
    /*border: 1px solid #0b6d3b !important;*/
    border: 1px solid #2f9cf2 !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .4) !important;
}

.lightblue-btn:hover, .trial-btn.lightblue-btn:hover {
    background-color: #2592e4 !important;
    color: white !important;
    border: 1px solid #258adc !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .4) !important;
}

.green-btn, .trial-btn.green-btn {
    /*background-color: #15ca6e !important;*/
    background-color: #15B26D !important;
    /*background-color: #14966c !important;*/
    color: white !important;
    /*border: 1px solid #0b6d3b !important;*/
    border: 1px solid #159d56 !important;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .4) !important;
    text-transform: uppercase;
}

.green-btn:hover{
    background-color: #159d56 !important;
    /*background-color: #0a815b !important;*/
    /*border: 1px solid #0a6f49 !important;*/
    border: 1px solid #16924a !important;
}

.nav-bottom-row .navbar-right a.active{
    background-color: white;
}
.navbar-brand{
    width: 270px;
    padding-top: 10px;
}

.navbar-brand img{
    width: 100%;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.46));
}

.sticky-navbar .navbar-brand img{
    -webkit-filter: none !important;
}


.main-heading, .sub-heading, .third-heading, .fourth-heading, .block-heading{
    font-family: AvenirLTStd-Light;
}

.navbar-toggle .icon-bar {
    background-color: white !important;
}

.navbar-toggle{
    margin-top: 1px !important;
}

.heading-img{
    max-height: 55vh;
}

.main-heading{
    font-size: 53px;
    padding-bottom: 20px;
    color: #007FA3;
}

.ec-teal .main-heading{
    color: #ffffff;
}

.sub-heading{
    font-size: 25px;
    /*color: #e8e8e8 !important;*/
    color: white !important;
    margin-top: 0px !important;
}

.img-main-heading .sub-heading{
    color: white;
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, .6);*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}

.third-heading{
    padding-top: 12px;
}

.block-heading{
    margin-bottom: 15px;
    color: #007fa3;
}

.heading-block{
    height:85vh !important;
    min-height: 450px !important;
    background-size: 100%;
    position: relative;
    margin:0 !important;
    padding:0 !important;
    overflow: hidden;
}

.heading-block.short-above-fold{
    height: 70vh !important;
    min-height: 400px !important;
}

.heading-block.short-above-fold .heading-block-inner{
    margin-top: 0 !important;
}

.heading-block.short-above-fold .heading-block-inner .main-heading{
    margin-top: 11vh;
}

.heading-block.medium-short-above-fold{
    height: 60vh !important;
}

.heading-block.medium-short-above-fold .heading-block-inner .main-heading{
    margin-top: 6vh;
}
.heading-block.medium-short-above-fold .heading-block-inner{
    margin-top: 8vh;
}


.heading-block.very-short-above-fold .heading-block-inner{
    margin-top: 0 !important;
}

.heading-block.very-short-above-fold{
    height: 50vh !important;
    min-height: 400px !important;
}

.heading-block.very-short-above-fold .heading-block-inner{
    margin-top: 0 !important;
}

.heading-block.very-short-above-fold .heading-block-inner .main-heading{
    margin-top: 4vh;
}


.heading-block.very-short-above-fold .heading-block-inner .main-paragraph{
    padding: 5px 70px 25px 70px;
}



.heading-block .heading-block-inner{
    margin-top: 10vh;
}
.heading-block .heading-block-inner .main-heading{
    margin-top: 15vh;
}

.home-page .heading-block-inner{
    /*padding: 0px 15% !important;*/
}

.home-page .sub-heading{
    margin-top: 20px;
}

.set-up-for-you{
    display: block !important;
    margin-top: 15px;
}
.content-block .main-paragraph {
    font-size: 20px;
    line-height: 33px;
    color: #797979;
    max-width: 1300px;
    padding: 20px 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0vh;
}
.content-block .main-paragraph a{
    color: #007FA3 !important;
}
.content-block .main-paragraph a:hover{
    color: #ffffff;
}

.content-block .down-arrow{
    position: absolute;
    bottom: 40px;
    left:0;
    right:0;
}

.content-block .down-arrow a{
    color:#AAA;

}


.content-block .down-arrow a:hover{
    color:#007FA3;
}

.down-arrow span{
    position: relative;
    top: 8px;
}

.trial-button, .search-button, .search-input{
    font-family: AvenirLTStd-Black;
    /*font-size: 18px;*/
    font-size: 15px;
    border-radius: 0px;
    padding: 12px 32px;
    color: white;
    max-width: 100%;
}

#support-search-button{
    margin-top: -18px;
}

#support-search-input{
    width: 50%;
    min-width: 300px;
    color: #707173;
    padding: 12px 20px 13px 20px;
    font-size: 35px;
    margin-right: 20px;
    font-family: AvenirLTStd-Light;;
}

.cancel-reset-password{
    font-family: AvenirLTStd-Black;
    font-size: 21px;
    padding: 12px 32px;
    text-shadow: none;
    background-color: #f2f2f2;
}

.cancel-reset-password:hover{
    background-color: #DEDBDB;
}

.trial-button{
    /*background-color: #FF6A42;*/
    /*background-color: #ff5b40;*/
    background-color: #FF8040;
    /*border: solid 4px #ff5b40;*/
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .4);
    text-transform: uppercase;
}

.img-main-heading .trial-button{
    /*box-shadow: 0px 0px 6px #757575;*/
}

.trial-button:hover, .search-button:hover{
    background-color: #F4733E;
    color: white;
}

.trial-button:focus{
    color: #f1f1f1;
}

.how-we-do-it .trial-button{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    margin-top: 50px;
}

.how-we-do-it p{
    padding-right: 80px !important;
}
.fourth-heading{
    font-size: 36px;
}

.presskit .fourth-heading{
    color: #007fa3;
    margin-bottom: 30px;
    font-size: 40px;
}

.block-heading{
    font-size: 38px;
    color: #007fa3;
}

.content-heading{
    font-family: AvenirLTStd-Black;
    font-size: 50px;
    margin-bottom: 70px;
    color: #007fa3;
}

.ec-teal .block-heading{
    color: white;
}

.ec-teal p{
    color:white;
}

.padd-heading{
    padding-top: 25px;
    padding-bottom: 25px;
}

.content-block p, table{
    font-size: 20px;
    line-height: 30px;
    padding: 20px 20px 20px 0px;
}

#ecanvasser-way, #old-way{
    width: 85%;
    height: 85%
}

.old-way-new-way{
    padding: 20px 200px 50px 200px;
}

.old-way-new-way h4{
    font-size: 35px;
    font-family: AvenirLTStd-Light;
}

#ecanvasser-way{
    padding-top: 60px;
}

#old-way{
    margin-left: -50px;
    padding-top: 50px;
}

.dot-border-right{
    border: white dashed;
    border-width: 0px 2px 0px 0px;
}

.inner-block{
    text-align: left;
    padding: 30px 20px;
}

.inner-block p{
    font-size: 20px;
    line-height: 32px;
    padding: 15px 15px 5px 0px;
}

.inner-block .read-more-link{
    margin-top: 20px;
}

.inner-block .read-more-link a{
    color: #a5d8d8;
    font-family: AvenirLTStd-Black;
    cursor: pointer;
    text-decoration: none;
    float: right;
    margin-right: 30%;
}

.inner-block .read-more-link a:hover{
    color: #007fa3;
}

.inner-block-heading{
    font-family: AvenirLTStd-Black;
    padding: 15px 0px;
    font-size: 20px;
}



.features-block{
    color: #007fa3;
}
.features-block img{
    width: 55%;
    height: 55%;
}

.features-block .inner-block-heading{
    padding-left: 20px;
}

.img-heading{
    padding: 20px;
    font-size: 20px;
    font-family: AvenirLTStd-Black;
}

.center-container{
    width:60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    text-align: left;
}

footer{
    padding: 50px 200px;
}

footer.ec-grey-light{
    background-color: #f6f9fb !important;
}

.footer-logo{
    width: 200px;
    padding-top: 10px;
    padding-bottom: 25px;
}

footer h4{
    font-family: AvenirLTStd-Black;
    font-size: 15px;
}

footer ul{
    padding-left: 0px;
}

footer ul li, footer p{
    list-style-type: none;
    line-height: 23px;
}

footer a, footer p{
    color:  white;
}
footer a:hover{
    text-decoration: none;
    color: #e2f6ff;
}



footer .login-links ul{
    color: #a5d8d8;
}

footer .login-links ul li{
    display: inline;
}
footer .login-links ul li a{
     color: #a5d8d8 !important;
}

footer .login-links ul li a{
    text-decoration: none;
}

footer ul.no-heading{
    margin-top: 39px;
}


footer .created-by{
    padding: 10px 15px;
    position: relative;
    top: -33px;
}

footer .created-by span{
    font-family: AvenirLTStd-Black;
}

footer.ec-grey-light{
    color:  #707173;
}
footer.ec-grey-light .login-links ul li a{
    color: #007fa3 !important;
}

footer.ec-grey-light a, footer.ec-grey-light p{
    color:  #707173;
}

footer .cookie-links{
    font-weight: normal !important;
    font-family: AvenirLTStd-Light !important;
}
footer.ec-grey-light .cookie-links a{
    color: #007fa3;
}
footer.ec-teal .cookie-links a{
    color:  #a5d8d8;
}

footer .top-row div{
    margin-bottom: 10px;
}

footer .phone-no, footer .address{
    min-width: 170px;
}


.alert{
    border-radius: 0px !important;
}

/*Sign Up Page*/
.sign-up-form, .login-form{
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 100px;
    background-color: white;
    /*box-shadow: 0px 0px 25px #E8E8E8;*/
    border: 1px solid #DDD;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
}

.sign-up-form .trial-button, .login-form .trial-button{
    background-color: #007fa3 !important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) !important;
    width: 100%;
}

.sign-up-form .trial-button:hover, .login-form .trial-button:hover{
    background-color: #00779b !important;
}

.sign-up-form .errors{
    margin-bottom: 20px;
}
input::-webkit-input-placeholder {
    font-size:18px;
    padding:5px 0px;
}
input:-moz-placeholder { /* Firefox 18- */
    font-size:18px;
    padding:5px 0px;
}
input::-moz-placeholder {  /* Firefox 19+ */
    font-size:18px;
    padding:5px 0px;
}

input:-ms-input-placeholder {
    font-size:18px;
    padding:5px 0px;
}

.login-form .login-error{
    position: absolute;
}

.sign-up-form h1, .login-form h1{
    color: #707173;
}

.contact-form{
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    margin-bottom: 60px;
}

.contact-button, .create-account div{
    margin: 15px;
}

.form .error-input{
    border: 1px #C58484 solid !important;
}

.form h1, .form h2, .form h3, .form h4{
    font-family: AvenirLTStd-Light;
}


.form .form-head{
    padding-top: 45px;
    padding-bottom: 20px;
}

.form.sign-up-form .form-head{
    padding-top: 35px;
    padding-bottom: 5px;
}

.form h1{
    margin-top: 0px;
    font-size: 48px;
}
.form h2{
    color: #999;
    padding-top: 5px;
    font-size: 35px;
}

.form .form-body{
    background-color: white;
    padding: 30px 80px 65px 80px;
}

.form .register-label, .form .register-input{
    font-family:AvenirLTStd-Light;
}

.form .register-label, .form .register-label{
    color: #707173;
    padding-top: 8px;
    margin-bottom: 8px;
    font-size: 16px;
}

.form .register-input, .form .register-input{
    padding: 7px 10px;
    background-color: #f6f6f6;
    width: 100%;
    border: none;
    font-size: 26px;
    color:  #707173;
    border: solid 1px rgba(0, 0, 0, 0.06);
}

.sign-up-form .terms{
    padding-top: 10px;
    padding-bottom: 10px;
}
.sign-up-form .terms input{
    display: inline !important;
}
.sign-up-form .terms label{
    display: inline;
}
.sign-up-form .terms .register-input{
    color:  #707173 !important;
}

.terms .terms-label{
    color:  #707173;
    font-size: 20px;
    font-weight: normal;
}

.large-margin-button{
    margin: 50px auto;
}

.sign-up-form input[type="checkbox"], .login-form input[type="checkbox"]{
    padding: 7px 15px 5px 17px;
    margin-right: 20px;
    border: solid 1px rgba(0, 0, 0, 0.06) !important;
    -webkit-appearance:none;
    width:30px !important;
    height:30px !important;
    background: #f2f2f2;
}

.login-form input[type="checkbox"] {
    padding: 10px 15px 20px 15px;
    margin-right: 10px !important;
}


.sign-up-form  input[type='checkbox']:checked, .login-form input[type="checkbox"]:checked {
    background:#007fa3;
}

.sign-up-form .register-input:focus, .login-form .register-input:focus,{
    outline-color: #007fa3;
}

.or-line{
    height: 1px;
    margin: 20px 0px 45px 0px;
    background: rgba(255,255,255,0.93);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.93) 0%, rgba(186, 186, 186, 1) 50%, rgba(186, 186, 186, 1) 50%, rgba(255,255,255,0.94) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0.93)), color-stop(0%, rgba(255,255,255,0.93)), color-stop(50%, rgba(186, 186, 186, 1)), color-stop(50%, rgba(186, 186, 186, 1)), color-stop(100%, rgba(255,255,255,0.94)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.93) 0%, rgba(186, 186, 186, 1) 50%, rgba(186, 186, 186, 1) 50%, rgba(255,255,255,0.94) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.93) 0%, rgba(186, 186, 186, 1) 50%, rgba(186, 186, 186, 1) 50%, rgba(255,255,255,0.94) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.93) 0%, rgba(186, 186, 186, 1) 50%, rgba(186, 186, 186, 1) 50%, rgba(255,255,255,0.94) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.93) 0%, rgba(255,255,255,0.93) 0%, rgba(186, 186, 186, 1) 50%, rgba(186, 186, 186, 1) 50%, rgba(255,255,255,0.94) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.or-line .or{
    position: relative;
    top: -10px;
    background-color: white;
    padding: 10px;
    color: #9E9E9E;
    font-size: 13px;
    font-weight: bold;
}

.footer-social-btns .btn{
    margin-right: 15px;
    margin-bottom: 15px;
    height: 40px !important;
    width: 40px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: #00648a;
}

.footer-social-btns .btn:hover{
    background-color: #0F7697;
}


footer.ec-grey-light .footer-social-btns .btn{
    background-color: #878787;
}

footer.ec-grey-light .footer-social-btns .btn:hover{
    background-color: #6e6e6e;
}

.footer-social-btns .btn i{
    font-size: 24px;
    line-height: 40px !important;
    color: white !important;
}

.btn-social-icon.btn-lg{
    border-radius: 0px;
    margin:0px 5px;
    width: 47% !important;
    height: 50px !important;

    background-color: #FBFBFB;
    border-width: 0px;
    border: 1px solid rgba(228, 228, 228, 0.85) !important;
}

.btn-social-icon.btn-lg i {
    line-height: 50px !important;
}

.btn-social{
    border-radius: 0px;
    margin-bottom: 15px;
}

.social-signin-buttons{
    height: 85px;
    padding: 10px 0px 20px 0px;
}

.fa-facebook{
    color: white;
}
.social-signin-buttons .fa-facebook:hover{
    color: white;
}
.fa-google{
    color: white;
}
.social-signin-buttons .fa-google:hover{
    color: white;
}
.social-signin-buttons .fa-yahoo{
    color: #720e9e;
}
.social-signin-buttons .fa-yahoo:hover{
    color: white;
}
.social-signin-buttons .fa-linkedin{
    color: #007bb6;
}
.fa-linkedin:hover{
    color: white;
}

.social-signin-buttons .btn-facebook{
    background-color: #3B5998 !important;
    color: white !important;
}

.social-signin-buttons .btn-facebook:hover{
    background-color: #2B4988  !important;
    color: white !important;
}

.social-signin-buttons .btn-google{
    background-color: #dd4b39 !important;
    color: white !important;
}

.social-signin-buttons .btn-google:hover{
    background-color: #cd3b29 !important;
    color: white !important;
}


.btn-yahoo:hover{
    background-color: #720e9e;
    color: white !important;
}
.btn-linkedin:hover{
    background-color: #007bb6;
    color: white !important;
}

/*Features pages*/
.full-feature-image{
    width: 80% !important;
    /*border: solid 1px #ddd;*/
}

.feature-content{
    display: none;
}

.features-block{
    min-height: 700px;
    padding-bottom: 40px !important;
}

.feature{
    padding: 0px 20px 50px 75px;
}
.feature-point{
    padding-left: 0px;
    text-align: left;
    line-height: 22px;
    font-size: 24px;
    color: #007fa3;
    margin: 15px 0px;
}

.feature-point span{
    color: #707173;
    font-size: 18px;
}

.feature .main-heading{
    font-size: 18px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: AvenirLTStd-Black;
    font-weight: normal;
    padding-bottom: 5px !important;
}

.feature-image img {
    width: 90%;
    height: 90%;
    margin-top: 0px;
}

.main-features{
    margin: 50px 0;
}

.feature-image img.padd-top{
    padding-top: 25px;
}

/*.feature-image img.portrait {*/
    /*width: 60%;*/
    /*height: 46%;*/
    /*max-height: 550px;*/
    /*padding-top: -15px;*/
/*}*/
.feature-image img.portrait {
    width: 80%;
    max-width: 300px;
    max-height: 550px;
    margin-top: -10px;
    vertical-align: middle !important;
}

.customer-page .main-features .content-block {
    padding: 50px;
    /*border: solid 1px #e4e4e4;*/
    margin: 40px 15%;
}

.security-image img{
    width: 90%;
    height: 90%;
    max-width: 550px;
}

.feature-image img.small{
    width: 45%;
    height: 45%;
}

.padd-paragraph{
    padding-top: 0px !important;
    padding-right: 80px;
    padding-left: 80px;
    line-height: 130%;
}

.content-block .support-paragraph{
    line-height: 150%;
    font-size: 23px;
    color: #A9B2C2;
    padding-top: 10px;
    padding-bottom: 10px;
}

.price-text-hightlight{
    color: #007FA3;
}



.pricing-point, .resource-point{
    padding: 10px;
    display: inline-block;
}

.pricing-point .point-title, .resource-point .point-title{
    color: #007fa3;
    font-size: 20px;
    font-family: AvenirLTStd-Black;
    line-height: 26px;
}

.pricing-point .point-paragraph{
    padding: 20px;
    /*width: 300px;*/
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.resource-point .point-paragraph{
    /*width: 200px;*/
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 0px 40px !important;
}

.pricing-point{
    padding-top: 70px;
    padding-bottom: 50px;
}

.pricing-point img, .resource-point img {
     width: 70%;
     padding: 15%;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.23));
 }

table{
    line-height: 30px;
    color:#777;
}


/*.pricing-point{*/
    /*padding-left: 80px;*/
    /*padding-right: 80px;*/
/*}*/


/*Support page*/

.support-list-container{
    padding: 0px 70px 0px 0px;
}

.support-list{
    padding: 40px 20px 70px 50px;

}



.support-list li{
    color:  #007fa3;
    font-size: 21px !important;
    line-height: 180%;
    font-family: AvenirLTStd-Black;
    list-style-type: disc;
}

.support-list li ul li span{
    font-family: AvenirLTStd-Light;
    color: grey
}


/*Sign in page*/

.login-container{
    margin-top: 35px;
}

.login-form .bottom-controls{
    margin-top: 30px;
}

.remember-me-label{
    font-size: 20px;
    padding-right: 10px;
    color: #707173;
    margin-top: -10px;
    font-weight: normal;
}
#rememberMe{
    margin-bottom: -7px;
    margin-right:0px;
}

.fpass-container{
    margin-top: 8px;
}
.forgot-password{
    font-size: 20px;
    color: #707173;
    cursor: pointer;
}

.forgot-password:hover{
    text-decoration: none;
    color: #007fa3;
}

.forgot-password-cancel{
    margin-left: 10px;
}

.remember-me-container input[type="checkbox"]{
    margin-right: 0px;
}

.login-form button{
    padding-left: 50px;
    padding-right: 50px;
}



/*Timeline Page*/

#timeline .timeline-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 15px 0px 15px;
    margin-bottom: 100px;
    /* the first node that comes right next to a year */ }

#timeline .timeline-wrapper:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    background: #A2A2A3;
    right: 0;
    margin: 0 auto;
    border-top: 5px #A2A2A3 solid;
    border-bottom: 5px #A2A2A3 solid;
    border-radius: 2.5px;
    z-index: -1;}
#timeline .timeline-wrapper .year {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 18px; }
#timeline .timeline-wrapper .year:nth-child(1) {
    margin-top: 0px;
    margin-bottom: 60px; }
#timeline .timeline-wrapper .year.last {
    margin-bottom: 0;
    font-size: 21px; }
#timeline .timeline-wrapper .year span {
    display: inline-block;
    background: #A2A2A3;
    padding: 6px 20px;
    color: white;
    border-radius: 0px; }
#timeline .timeline-wrapper .year + .node {
    margin-top: -20px; }
#timeline .timeline-wrapper .node {
    position: relative;
    float: right;
    clear: right;
    width: 44%;
    margin: 35px 0;
    border-radius: 0px;
    /*&:nth-child(2n) {*/ }
@media (max-width: 767px) {
    #timeline .timeline-wrapper .node {
        width: 100%; } }
#timeline .timeline-wrapper .node.left {
    float: left;
    clear: left; }
#timeline .timeline-wrapper .node.left:before {
    right: -70px;
    left: inherit; }
@media (max-width: 991px) {
    #timeline .timeline-wrapper .node.left:before {
        right: -42px;
        width: 43px; } }
#timeline .timeline-wrapper .node.left .marker {
    left: inherit;
    right: -76px; }
@media (max-width: 991px) {
    #timeline .timeline-wrapper .node.left .marker {
        right: -52px; } }
#timeline .timeline-wrapper .node:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background: #A2A2A3;
    left: -70px;
    top: 62px; }
@media (max-width: 991px) {
    #timeline .timeline-wrapper .node:before {
    left: -42px;
        width: 43px; } }
@media (max-width: 767px) {
    #timeline .timeline-wrapper .node:before {
        display: none; } }
#timeline .timeline-wrapper .node .marker {
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 25px;
    background: #A2A2A3;
    left: -76px;
    top: 55px;
    border: 3px solid #F7F8FA; }
@media (max-width: 991px) {
    #timeline .timeline-wrapper .node .marker {
        left: -51px; } }
@media (max-width: 767px) {
    #timeline .timeline-wrapper .node .marker {
        display: none; } }
#timeline .timeline-wrapper .node .entry {
    position: relative;
    padding: 20px;
    height: 400px;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    box-shadow: 1px 1px 45px rgba(0, 0, 0, 0.05);
}
#timeline .timeline-wrapper .node .entry:before {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.93) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.93) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.93) 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.93) 100%); }
#timeline .timeline-wrapper .node .entry.smallish {
    height: 320px; }
#timeline .timeline-wrapper .node .entry.smallish .intro {
    top: 68%; }
#timeline .timeline-wrapper .node .entry.short-entry {
    background: #E7E8EC;
    color: #848C94;
    height: inherit;
    padding: 13px;
    box-shadow: none;
    position: relative;
    top: 41px;
    left: -1px;
    margin-bottom: 20px;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.4); }
#timeline .timeline-wrapper .node .entry.short-entry:before {
    background: none; }
#timeline .timeline-wrapper .node .entry .intro {
    position: relative;
    top: 70%;
    color: #FFF;
    z-index: 9;
    letter-spacing: .3px; }
#timeline .timeline-wrapper .node .entry .intro h4 {
    font-size: 25px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.69);
    letter-spacing: .5px;
    font-family: AvenirLTStd-light, 'Lucida Sans Unicode', 'Trebuchet MS', Arial, Helvetica;
    font-weight: bold;}
@media (max-width: 767px) {
    #timeline .timeline-wrapper .node .entry .intro h4 {
        font-size: 20px; } }
#timeline .timeline-wrapper .node .entry .intro p {
    font-weight: 300; }
@media (max-width: 767px) {
    #timeline .timeline-wrapper .node .entry .intro p {
        font-size: 17px; } }
#timeline .timeline-wrapper .node .news {
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 0px;
    box-shadow: 1px 1px 45px rgba(0, 0, 0, 0.05);
    background: #fff; }
#timeline .timeline-wrapper .node .news section {
    padding: 30px 20px 60px 20px; }
#timeline .timeline-wrapper .node .news section h3 {
    margin-top: 0;
    font-size: 22px;
    line-height: 25px;
    color: #007fa3;
    font-family: AvenirLTStd-Light;}
#timeline .timeline-wrapper .node .news section p {
    margin-top: 21px;
    line-height: 22px;
    font-size: 17px;
    color: #7A7979; }
#timeline .timeline-wrapper .node .news footer {
    position: absolute;
    bottom: 0;
    padding: 12px 20px;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #9EAEBE; }
#timeline .timeline-wrapper .node .news footer .tag {
    position: relative;
    padding-left: 27px;
    text-transform: uppercase; }
#timeline .timeline-wrapper .node .news footer .tag span {
    font-size: 24px;
    position: absolute;
    top: -4px;
    left: 0; }
#timeline .intro p{
    font-size: 18px;
}

.big-text-block{
    margin-left: 15%;
    margin-right: 15%;
}

.presskit-logos .wide-logo{
    width: 450px;
}

.presskit-logos .square-logo{
    width: 60px;
}

.presskit-logos .square-teal{
    width: 150px;
}

.logo-download{
    margin-top: 30px;
    margin-bottom: 20px;
}
.presskit-logos .col-lg-9, .presskit-logos .col-lg-3{
    padding-left: 0px;
}

.presskit-logos a{
    color: #007fa3 !important;
}

.spellings{
    font-size: 23px !important;
}

.spellings i{
    padding: 0px 10px;
    font-size: 26px;
}

.spellings .correct{
    color: seagreen;
}

.spellings .incorrect{
    color: darkred;
}

#devices-img{
    width: 100%;
}



.ec-teal{
    background-color: #007fa3 !important;
    color: white;
}
.ec-teal-light{
    background-color: #a5d8d8 !important;
}
.ec-grey{
    background-color: #707173 !important;
}
.ec-grey-light{
    background-color: #f2f2f2 !important;
}
.ec-orange{
    background-color: #f8b333 !important;
}
.ec-green{
    background-color: #01632f !important;
}

.text-ec-teal{
    color: #007fa3 !important;
}
.text-ec-teal-light{
    color: #a5d8d8 !important;
}
.text-ec-grey{
    color: #707173 !important;
}
.text-ec-grey-light{
    color: #f2f2f2 !important;
}
.text-ec-white{
    color: white !important;
}
.text-ec-orange{
    color: #f8b333 !important;
}
.text-ec-green{
    color: #01632f !important;
}

.text-ec-red{
    color: #af2230 !important;
}

.how-we-do-it .political-campaign-svg{
    margin-top:110px;
}

.android-link img{
    height:40px;
}

.itunes-link{
    margin-right:10px;
}


@media (min-width: 768px) and (max-width: 895px) {
    nav .login-button{
        margin-left: 0px;
    }
    nav .campaign-blueprint-button{
        display: none;
    }
}


/* Old monitors ( less than 1600px) */
@media (max-width: 1600px) {
    .old-way-new-way {
        padding-left: 100px;
        padding-right: 100px;
    }

    .blueprint-page .img-main-heading.heading-block .main-heading{
        font-size: 70px !important;
    }

    .blueprint-page .img-main-heading.heading-block .main-paragraph{
        font-size: 45px !important;
    }

    .navbar-brand{
        width: 230px;
        padding-top: 8px;
    }

    .main-heading{
        /*font-size: 54px;*/
        /*padding-top: 0px;*/
        padding-bottom: 30px;
        font-size: 40px !important;
    }


    .sub-heading{
        font-size: 32px;
    }


    .third-heading{
        padding-top: 5px;
        padding-bottom: 50px;
    }

    .content-block .main-paragraph{
        /*font-size: 30px;*/
        line-height: 120%;
        max-width: 1100px;
        padding: 20px 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .how-we-do-it .trial-button{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        margin-top: 40px;
    }

    .how-we-do-it p{
        padding-right: 50px;
    }

    .navbar{
        padding-left: 5%;
        padding-right: 5%;
    }

    .navbar li a.dropdown i.fa-sort-asc{
        color: #a5d8d8 !important;
        font-size: 19px;
        line-height: 16px;
        padding-left: 3px;
        top: -3px;
        position: relative;
    }

    .navbar li a.dropdown i.fa-sort-desc{
        color: #a5d8d8 !important;
        font-size: 19px;
        line-height: 16px;
        padding-left: 3px;
        top: 7px;
    }

    .login-buttons .btn{
        margin-left: -5px;
    }

    .nav-bottom-row{
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .nav-bottom-row .navbar-right a{
        padding: 12px 26px;
        font-size: 14px;
    }

    .nav-bottom-row .navbar-right a.active{
        background-color: white;
    }

    .block-heading{
        font-size: 37px;
    }

    .content-heading{
        font-size: 45px;
        margin-bottom: 55px;
    }

    .padd-heading{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-block p, table{
        font-size: 18px;
        line-height: 27px;
    }


    .inner-block{
        text-align: left;
        padding: 30px 20px;
    }

    .inner-block p{
        font-size: 16px;
        line-height: 28px;
        padding: 15px 15px 5px 0px;
    }

    .inner-block-heading{
        padding: 5px 0px;
        font-size: 18px;
    }

    .feature-page .content-block{
        padding: 70px 10%;
    }

    .feature-page .old-way-new-way{
        padding: 70px 3%;
    }

    .features-block img{
        width: 55%;
        height: 55%;
    }

    .img-heading{
        padding: 20px;
        font-size: 22px;
    }

    footer{
        padding: 40px 150px;
    }

    .full-feature-image{
        width: 85% !important;
    }


    /*Sign Up Page*/
    .sign-up-form, .login-form{
        width: 560px;
        padding-top: 40px;
    }
    .contact-form{
        width: 1100px;
    }
    .sign-up-form .form-head{
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .form .form-head{
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .form h1{
        margin-top: 0px;
        font-size: 40px;
    }
    .form h2{
        font-size: 30px;
    }

    .form .form-body{
        background-color: white;
        padding: 30px 70px 70px 70px;
    }

    .form .register-label{
        color: #007fa3;
        font-size: 16px;
    }

    .form .register-input{
        padding: 8px;
        font-size: 22px;
    }

    .sign-up-form .terms{
        padding-top: 26px;
    }
    .sign-up-form .terms input{
        display: inline !important;
    }
    .sign-up-form .terms label{
        display: inline;
    }
    .sign-up-form .terms .register-input{
        color:  #707173 !important;
    }

    .terms .terms-label{
        color:  #707173;
        font-size: 20px;
    }

    .sign-up-form input[type="checkbox"], .login-form input[type="checkbox"]{
        padding: 10px 15px 10px 20px;
        margin-right: 30px;
        border: none;
        -webkit-appearance:none;
        width:30px !important;
        height:30px !important;
        background: #f2f2f2;
    }


    .sign-up-form  input[type='checkbox']:checked, .login-form input[type="checkbox"]:checked {
        background:#007fa3;
    }

    .form .register-input:focus{
        outline-color: #007fa3;
    }

    .pricing-point .point-title, .resource-point .point-title{
        font-size: 18px;
        line-height: 24px;
    }

    .pricing-point .point-paragraph{
        /*padding: 20px;*/
        /*width: 250px;*/
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .pricing-point{
        padding-top: 40px;
        padding-bottom: 60px;
    }

    /*.feature-image img {*/
        /*width: 60%;*/
        /*height: 60%;*/
        /*margin-top: 80px;*/
    /*}*/
}



/* Small devices (tablets, less than 1366px) */
@media (max-width: 1366px) {
    .about-us-content, .webinar-content {
        width: 90%;
    }

    .how-we-do-it .political-campaign-svg{
        margin-top:260px;
    }


    .blueprint-page .heading-block .heading-block-inner{
        margin-top: 6vh;
    }


    .pricing-plans-table .plan-container h2{
        font-size: 42px !important;
    }

    /*.feature-image img{*/
        /*width: 60%;*/
        /*height: 60%;*/
        /*margin-top: 110px;*/
    /*}*/


    .blueprint-page .img-main-heading.heading-block .main-heading{
        font-size: 70px !important;
    }

    .blueprint-page .img-main-heading.heading-block .main-paragraph{
        font-size: 40px !important;
    }



    #mac-stats{
        margin-top: 60px;
    }

    /*Features pages*/
    .full-feature-image{
        width: 95% !important;
    }

    .feature {
        padding: 0px 20px 50px 10%;
        font-size: 20px;
    }

    .feature-point span {
        font-size: 18px;
    }


    /*.pricing-point img, .resource-point img {*/
        /*width: 100%;*/
        /*padding: 10%;*/
    /*}*/

    .center-container{
        width:75%;
    }

    footer{
        padding: 40px 80px;
    }
}

/* Small devices (tablets, less than  1200px) */
@media (max-width: 1199px) {
    .how-we-do-it .political-campaign-svg{
        margin-top:260px;
    }
    .old-way-new-way {
         padding-left: 50px;
         padding-right: 50px;
    }


    .nav-bottom-row .navbar-right a, .login-buttons .btn{
        padding: 12px 13px;
        font-size: 13px;
    }

    .support-list-container{
        padding-right: 20px;
     }

    .navbar-brand img {
        width: 180px;
    }

    .pricing-point img, .resource-point img {
        padding: 15px 20%;
    }

    .feature-page .content-block{
        padding: 40px 8%;
    }

    /*.feature-image img{*/
        /*width: 75%;*/
        /*height: 75%;*/
        /*margin-top: 80px;*/
    /*}*/

    .feature-content{
        height: 100%;
    }
    #timeline .timeline-wrapper .node .entry .intro {
        top: 60%;
    }
    #timeline .timeline-wrapper .node .entry .intro p{
        font-size: 16px;
    }
    #timeline .timeline-wrapper .node .entry .intro h4{
        font-size: 20px;
    }

    .big-text-block{
        margin-left: 5%;
        margin-right: 5%;
    }

    .contact-form{
        width: 1000px;
    }

    .center-container{
        width:85%;
    }

    footer{
        padding: 40px 20px;
    }
}


/* Small devices (tablets, less than 992px) */
@media (max-width: 992px) {
    .feature-image img.portrait {
        padding-top: 0px;
    }


    .pricing-plans-table .plan-container {
        margin: 20px auto !important;
    }

    .device-images{
        display: none !important;

    }

    .device-group{
        height: 300px !important;
    }

    .heading-block {
        height: 50vh !important;
    }

    .blueprint-page .img-main-heading.heading-block .main-heading{
        font-size: 53px !important;
    }
    .blueprint-page .img-main-heading.heading-block .main-paragraph{
        font-size: 30px !important;
    }

    .blueprint-page .heading-block .heading-block-inner{
        margin-top: 4vh;
    }


    .iphone-mockup-container .screenshot-container{
        top: 86px;
    }

    .callback-btn {
        border-width: 2px;
        top: -5px;
        padding: 5px 11px !important;
        display: none;
    }


    footer .created-by{
        position: relative;
        top: 0px;
    }

    .pricing-table div{
        text-align: center;
    }

    /*Features pages*/
    .full-feature-image{
        width: 100% !important;
    }

    .login-buttons{
        padding: 0px 7px 6px 7px;
    }
    .nav-bottom-row .navbar-right a, .login-buttons .btn{
        padding: 12px 10px;
        font-size: 11px;
    }
    .content-block{
        padding: 40px;
    }
    .main-heading{
        /*font-size: 52px;*/
        margin-top:0 !important;
    }
    .sub-heading{
        font-size: 30px;
    }
    .fourth-heading{
        font-size: 26px;
    }
    .block-heading{
        font-size: 32px;
    }
    .inner-block-heading{
        font-size: 17px;
    }
    .padd-heading{
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .content-block .main-paragraph{
        font-size: 20px;
        line-height: 120%;
        max-width: 1300px;
        padding: 20px 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .padd-paragraph{
        padding-left: 40px;
        padding-right: 40px;
    }
    #ecanvasser-way, #old-way {
        width: 100%;
        height: 100%;
        padding-bottom: 40px;
    }
    #old-way{
        margin-left: 0px;
    }

    .dot-border-right{
        border-right: none;
    }

    .form .form-body{
        padding: 30px 60px;
    }
    .form h1 {
        font-size: 37px;
    }
    .form h2{
        font-size: 28px;
        padding: 10px;
    }
    .form{
        padding-top: 30px;
    }
    .support-list-container{
        padding: 0px;
    }

    .pricing-point {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .pricing-point .point-paragraph, .resource-point .point-paragraph {
        /*width: 220px;*/
    }

    .feature-page .content-block{
        padding: 70px 5%;
    }

    .features-block div{
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .img-heading{
        padding-top: 0px;
    }
    .feature {
        padding: 10px;
    }
    .customer-page .main-features .content-block {
        padding: 35px 20px;
    }

    /*.feature-image img{*/
        /*width: 60%;*/
        /*height: 60%;*/
        /*padding: 50px;*/
    /*}*/
    /*.big-text-block .feature-image img{*/
        /*width: 75%;*/
        /*height: 75%;*/
        /*padding: 10px;*/
    /*}*/

    ul.feature{
        width: 90%;
        margin-left:auto;
        margin-right: auto;
    }

    footer .login-links ul{
        color: #a5d8d8;
        margin-left: 0px;
    }
    footer div{
        padding-top: 10px;
    }

    .feature-column{
        margin-top: 0px;
    }

    .feature-content{
        margin-left: 15%;
        margin-right: 15%;
    }

    footer{
        padding: 30px 40px;
    }
    footer .login-links{
        padding-bottom: 0px;
    }
    footer .row .col-sm-4{
       padding-bottom: 50px;
    }
    .navbar li a.dropdown i.fa-sort-asc{
        top: -1px;
        font-size: 18px;
    }
    #timeline .timeline-wrapper .node .entry .intro {
        top: 55%;
    }
    #timeline .timeline-wrapper .node .entry .intro p{
        font-size: 16px;
    }
    #timeline .timeline-wrapper .node .entry .intro h4{
        font-size: 20px;
    }


    .contact-form{
        width: 90%;
    }

    .center-container{
        width:90%;
    }


    #ecanvasser-way, #old-way{
        width: 100%;
        height: 100%
    }

    .old-way-new-way{
        padding: 40px 10% !important;
    }

    .old-way-new-way h4{
        font-size: 35px;
        font-family: AvenirLTStd-Light;
        margin-top: 30px;
    }

    #ecanvasser-way{
        padding: 0px 0px 50px 0px;
    }
    #old-way{
        padding: 50px 0px;
    }


    footer .row .col-xs-1{
        display:none;
    }




    .problem-quote.problem-1{
        left: 6px !important;
    }
    .problem-quote.problem-2{
        left: 6px !important;
    }

    .problem-quote.problem-3{
        left:  6px !important;
    }

    .problem-quote{
        padding: 5px 11px;
        font-size: 17px;
        white-space: normal;
        z-index: 5;
        top: -25px;
        left: 6px !important;
        top: -13px;
        margin-top: -45px;
    }
    .problem-quote::before {
        display: none !important;
    }
    .problem-quote::after {
        top: 9px;
    }


    .sales-video-section iframe{
        max-height: 245px;
    }

}


/* Extra Small devices (phones, less than 768px) */
@media (max-width: 767px) {
    #forgot-password-form button{
        width: 100% !important;
    }

    #forgot-password-form .cancel-reset-password{
        margin-top: 20px !important;;
    }

    .svg-small{
        width:60%;
        height:60%;
    }

    .how-we-do-it .political-campaign-svg{
        margin-top:0px;
    }

    .navbar-brand img{
        width: 170px;
    }
    li.dropdown-link{
        margin: 0px;
    }

    ul.nav li{
        margin-right: 10%;
    }

    .content-block {
        padding: 20px;
    }
    .content-block .main-paragraph{
        padding-left: 8px;
        padding-right: 8px;
        /*font-size: 25px;*/
    }

    .content-heading{
        font-size: 35px;
        margin-bottom: 30px;
        margin-top: 40px;
    }
    .content-block p, table {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 10px 10px 0px;
    }
    .resource-point .point-paragraph{
        padding: 10px;
    }
    .big-text-block{
        margin-left: 2%;
        margin-right: 2%;
    }
    .big-text-block p{
        font-size: 17px;
        line-height: 30px;
    }
    .form{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 10px;
    }

    .form .form-body{
        padding: 15px 25px 25px 25px;
    }

    .form .form-head{
        padding-top: 25px;
        padding-bottom: 0px;
    }

    .sign-up-form .terms-label, .login-form .terms-label{
        display: block !important;
        position: relative;
        left: 60px;
        top: -33px;
        width: 200px;
    }

    .form .register-input{
        font-size: 25px;
        padding: 8px;
    }
    .form .register-label{
        font-size: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .form .form-head h1{
        font-size: 30px;
    }

    .remember-me-container{
        float: left;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .login-container{
        margin-top: 30px;
    }

    .form-body{
        padding-bottom: 30px;
    }

    #support-search-input{
        width: 75%;
        font-size: 28px;
        padding: 10px 15px;
    }
    #support-search-button {
        display: block;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .content-block .support-paragraph{
        line-height: 140%;
        font-size: 20px;
    }

    .feature-page .content-block{
        padding: 70px 2%;
    }

    .feature {
        padding: 20px;
    }

    /*.feature-image img{*/
        /*width: 70%;*/
        /*height: 70%;*/
        /*padding: 40px 10px;*/
    /*}*/

    /*.big-text-block .feature-image img{*/
        /*width: 90%;*/
        /*height: 90%;*/
        /*padding: 20px 10px;*/
    /*}*/

    .pricing-point img, .resource-point img {
        padding: 15px 25%;
    }

    .feature-content{
        margin-left: 10%;
        margin-right: 10%;
    }
    footer{
        padding: 20px 30px;
    }
    footer .col-xs-1{
        display: none;
    }
    footer .row .col-sm-4 {
        padding-bottom: 20px;
    }

    footer div {
        padding-top: 10px;
    }
    footer ul.no-heading {
        margin-top: 10px;
    }

    .navbar-collapse{
        border: 0px;
        padding-left: 30px;
    }

    .navbar-collapse ul li a{
        font-size: 14px !important;
        padding: 14px !important;
    }

    .navbar-collapse .dropdown-menu{
        padding-left: 20px;
    }

    .navbar-collapse .dropdown-menu a{
        padding: 10px !important;
        font-size: 18px !important;
    }
    #timeline .timeline-wrapper .node .entry .intro {
        top: 72%; }
    #timeline .timeline-wrapper .node .entry .intro p{
        font-size: 18px;
    }
    #timeline .timeline-wrapper .node .entry .intro h4{
        font-size: 22px;
    }

    .presskit-logos .wide-logo{
        width: 300px;
    }

    .presskit-logos .square-logo{
        width: 50px;
    }

    .presskit-logos .square-teal{
        width: 90px;
    }

    .heading-block .main-paragraph, .heading-block .sub-heading{
        font-size: 21px;
    }

    .trial-button{
        padding: 8px 17px;
        font-size: 14px;
    }

    .customer-page .main-features .content-block {
        margin-left: 20px;
        margin-right: 20px;
    }

    .left-align-above-fold .heading-block-inner {
        padding-left: 25px;
        padding-right: 20px;
    }
}

@media (max-width: 550px) {
    #timeline .timeline-wrapper .node .entry .intro {
        top: 70%;
    }
    #timeline .timeline-wrapper .node .entry .intro p{
        font-size: 15px;
    }
    #timeline .timeline-wrapper .node .entry .intro h4{
        font-size: 18px;
    }

    .full-feature-image-container{
        display: none;
    }

    .third-heading{
        padding-top: 5px;
    }
    .block-heading{
        font-size: 27px;
    }

    .content-block .main-paragraph{
        font-size: 17px;
    }

    .main-heading {
        font-size: 38px !important;
    }

    .customer-page .main-features .content-block {
        padding: 30px 10px;
    }

    .heading-block .main-paragraph, .heading-block .sub-heading{
        font-size: 18px;
    }


    .content-block {
        padding: 20px 5px;
    }

    .feature-point span{
        font-size: 16px;
    }

    .home-page .inner-block-heading{
        text-align: center !important;
    }
}

@media (max-width: 450px) {
    .inner-block {
        padding: 0px;
    }

    .heading-block .sub-heading{
        min-height: 35px;
    }


    .heading-block.medium-short-above-fold .heading-block-inner {
        margin-top: 2vh;
    }


    .heading-block .heading-block-inner{
        margin-top:1vh;
    }

    .left-align-above-fold .heading-block-inner {
        padding-left: 15px;
        padding-right: 10px;
    }

    .main-heading {
        font-size: 36px !important;
    }
    .left-align-above-fold .main-paragraph{
        padding-bottom: 5px !important;
    }
    .navbar-brand img{
        width: 100%;
        max-width: 170px;
    }
    .feature-image img{
        width: 100%;
        height: 100%;
    }
    ul.feature{
        width:100%;
        margin-left:auto;
        margin-right: auto;
    }

    .pricing-point img, .resource-point img {
        padding: 25px 10%;
    }

    .features-block img {
        width: 95%;
    }

    .feature-content{
        margin-left: 0px;
        margin-right: 0px;
    }

    footer{
        padding: 20px 10px;
    }

    footer .footer-logo{
        width: 100%;
        max-width: 250px;
    }

    #timeline .timeline-wrapper .node .entry .intro {
        top: 64%;
    }

    .center-container{
        width:100%;
    }

    .big-text-block .feature-image img{
        width: 100%;
        height: 90%;
        padding: 5px;
    }
}

@media (max-width: 350px) {
    .sign-up-form, .login-form {
        width:100%;
        padding-top:0;
        margin-top:0;
        box-shadow: none;
        border:none;
    }

    #timeline .timeline-wrapper .node .entry .intro {
        top: 55%;
    }
    #timeline .timeline-wrapper .node .entry .intro p{
        font-size: 13px;
    }
    #timeline .timeline-wrapper .node .entry .intro h4{
        font-size: 16px;
    }
}

@media (min-width: 768px){
    .timeline-wrapper {
        width: 718px;
    }
    #timeline .timeline-wrapper .node:before{
        width: 44px;
        left: -44px;
    }
    #timeline .timeline-wrapper .node.left:before {
        right: -44px;
        left: inherit;
    }
    #timeline .timeline-wrapper .node .marker{
        left: -50px;
    }
    #timeline .timeline-wrapper .node.left .marker {
        left: inherit;
        right: -50px;
    }
}

@media (min-width: 992px){
    .timeline-wrapper {
        width: 900px;
    }
    #timeline .timeline-wrapper .node:before{
        width: 60px;
        left: -60px;
    }
    #timeline .timeline-wrapper .node.left:before {
        right: -60px;
        left: inherit;
    }
    #timeline .timeline-wrapper .node .marker{
        left: -60px;
    }
    #timeline .timeline-wrapper .node.left .marker {
        left: inherit;
        right: -60px;
    }


}

@media (min-width: 1200px){
    .timeline-wrapper {
        width: 1150px;
    }
    #timeline .timeline-wrapper .node:before{
        width: 75px;
        left: -75px;
    }
    #timeline .timeline-wrapper .node.left:before {
        right: -75px;
        left: inherit;
    }
    #timeline .timeline-wrapper .node .marker{
        left: -76px;
    }
    #timeline .timeline-wrapper .node.left .marker {
        left: inherit;
        right: -76px;
    }
}

@media (min-width: 1400px){
    .timeline-wrapper {
        width: 1350px;
    }
    #timeline .timeline-wrapper .node:before{
        width: 75px;
        left: -75px;
    }
    #timeline .timeline-wrapper .node.left:before {
        right: -75px;
        left: inherit;
    }
    #timeline .timeline-wrapper .node .marker{
        left: -88px;
    }
    #timeline .timeline-wrapper .node.left .marker {
        left: inherit;
        right: -88px;
    }
}

@media (min-width: 1600px){
    .timeline-wrapper {
        width: 1450px;
    }
    #timeline .timeline-wrapper .node:before{
        width: 80px;
        left: -81px;
    }
    #timeline .timeline-wrapper .node.left:before {
        right: -81px;
        left: inherit;
    }
    #timeline .timeline-wrapper .node .marker{
        left: -94px;
    }
    #timeline .timeline-wrapper .node.left .marker {
        left: inherit;
        right: -94px;
    }
}


@media (max-height: 500px) {
    .heading-block{
        height: auto !important;
    }

}
@media (max-width: 550px) {
    .btn-social-icon.btn-lg {
        width: 100% !important;
    }

    .social-signin-buttons {
        margin-bottom:60px;
    }

    .btn-facebook{
        margin-bottom:5px !important;
    }

}

