/*
Theme Name: Active Calendar 2016
Theme URI: https://activecalendar.com
Author: the Active Calendar team
Author URI: https://activecalendar.com
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: activecalendar-2016
*/

/*************************************************************
 * FONTS
/*************************************************************/
@font-face {
    font-family: FredokaOne-Regular;
    src: url(fonts/FredokaOne-Regular.ttf);
}
@font-face {
    font-family: Futura-Book;
    src: url(fonts/Futura-Book.ttf);
}

@font-face {
    font-family: Futura-Heavy;
    src: url(fonts/Futura-Heavy.ttf);
}
@font-face {
    font-family: Futura-Light;
    src: url(fonts/Futura-Light.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(fonts/Roboto-Medium.ttf);
}

/*************************************************************
 * GLOBAL
/*************************************************************/
html, body {
    color: #313335;
    font-family: Futura-Book, Arial;
}
h1, h2, h3, h4, h5, h6 {
    color: #434345;
}
a.hide-link, a.hide-link:hover, a.hide-link:visited, a.hide-link:active {
    color: #434345;
    text-decoration: none;
}
h1, h2, h3 {
    text-align: center;
}
h4, h5, h6 {
    text-align: left;
}
h1 {
    font-family: FredokaOne-Regular, Arial;
    font-size: 36px;
}
h1.banner {
    font-size: 48px;
}
h1 span {
    font-family: Futura-Book, Arial;
    font-size: 24px;
    color: #F47621;
    line-height: 40px;
}
h2 {
    font-family: FredokaOne-Regular;
    font-size: 25px;
}
h3 {
    font-family: Futura-Heavy;
    font-size: 21px;
}
h4 {
    font-family: FredokaOne-Regular, Arial;
    font-size: 22px;
}
h4.banner {
    text-align: center;
    line-height: 36px;
}
h5 {
    font-family: FredokaOne-Regular, Arial;
    font-size: 17px;
}
h6 {
    font-family: Roboto-Medium, Arial;
    font-size: 15px;
}
h6.banner {
    line-height: 30px;
    text-align: center;
}
p {
    font-family: Futura-Book, Arial;
    font-size: 21px;
}
a, a:hover, a:visited {
    color: #1977BA;
}
a.btn, a:hover.btn, a:visited.btn {
    color: #FFFFFF;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.quote {
    font-style: italic;
    text-align: right;
}
.text-shadow {
    text-shadow: 1px 1px #000;
}
.outline {
    text-shadow: 1px 3px 3px #58585A;
}
.no-wrap {
    white-space: nowrap;
}
ul, li {
    text-align:left;
}
.solid-background {
    background-color: #1977ba;
    color: #FFFFFF;
}
.solid-background *, .solid-background *:hover, .solid-background *:focus, .solid-background *:active, .solid-background *:visited {
    color: #FFFFFF;
}
.rounded-images div img {
    -moz-border-radius: 90px;
    border-radius: 90px;
}
img.rounded-images {
    height: 180px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.btn-primary, .btn-primary:hover, .btn-secondary, .btn-secondary:hover {
    border-radius: 0;
    font-family: Futura-Heavy !important;
    font-size: 21px !important;
    text-decoration: none !important;
    text-shadow: none;
} 
.btn span {
    font-size: 14px;
}
.btn-primary, .btn-primary:hover {
    background-color: #1576BC !important;
    border-color: #1576BC !important;
}
.btn-secondary, .btn-secondary:hover {
    background-color: #F47621 !important;
    border-color: #F47621 !important;
}
ul.hide-bullets {
    list-style: none;
}
.logo-bullet {
    background: url(images/logo_bullet.png) no-repeat left top;
    padding: 4px 0 0 40px;
    min-height: 40px;
}
.logo-separator {
    background: url(images/logo_bullet.png) no-repeat left top;
    min-height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
}
.container {
    padding: 0;
}
.full-width-text {
    padding: 0 150px;
}
.spacing-xs { margin-top: 10px; }
.spacing-sm { margin-top: 25px; }
.spacing-md { margin-top: 50px; }
.spacing-lg { margin-top: 75px; }
.spacing-xl { margin-top: 100px; }
.spacing-xxl { margin-top: 150px; }
.spacing-xxxl { margin-top: 175px; }
.spacing-xxxxl { margin-top: 200px; }
.spacing-footer { margin-bottom: 75px; }

body > iframe {
    display: none;
}

/*************************************************************
 * HEADER
/*************************************************************/
header.ac-header {
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
}
.ac-logo {
    margin-left: 15px;
}
header.ac-header .icon-bar {
    background-color: #333;
}
header.ac-header .navbar-toggle {
    border-color: #333;
    background: rgba(255, 255, 255, 0.95);
    margin: 33px 15px;
}

header.ac-header .navbar-toggle:focus, header.ac-header .navbar-toggle:hover {
    background: rgba(255, 255, 255, 0.95);
}
header.ac-header .ac-logo {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 25px;
}
header.ac-header #sign-up > a {
    display: inline-block;
}
header.ac-header .nav {
    padding-top: 22px;
    background-repeat: no-repeat;
    background-position: right;
}
header.ac-header .nav > li > a {
    font-family: FredokaOne-Regular, Arial;
    font-size: 17px;
}
header.ac-header .nav > li > a:focus, header.ac-header .nav > li > a:hover {
    background-color: transparent;
    text-decoration: underline;
}
.navbar-right {
    margin-right: 15px;
}
.container > .navbar-header {
    margin-left: 12px;
}
.navbar-toggle .icon-bar {
    width: 16px;
}
.container > .navbar-collapse {
    width: 100%;
    margin: 0;
}
header.ac-header .navbar-header img {
    height: 60px;
}
.nav > li > a.btn {
    padding: 10px;
    margin: 5px 0 0 20px;
}
.banner-top-image {
    position: absolute;
    z-index: 666;
    text-align: right;
    top: 110px;
    right: 5%;
}
.banner-top-image img {
    height: 150px;
}


/*************************************************************
 * HOME PAGE SLIDER
/*************************************************************/
.slider {
    width: 100%;
    color: #fff;
}
.slider .slide {
    height: 700px;
    position: relative;
}
.slider .slide .slide-content {
    position: absolute;
    top: 30%;
    width: 30%;
    z-index: 999;
}
.slide-hero {
    position: absolute;
    height: 100%;
    right: 10%;
    z-index: 333;
    width: 650px;
}
.slide-hero img {
    height: 100%;
}
.slider .slide .slide-content a.btn {
    border-radius: 0;
    text-shadow: none;
}
.hero-background {
    background-size: cover;
    background-position: center center;

}
.slide-item1 {
    background-image: url(images/hero_background.jpg);
}
#ac-header-slider-overlay {
    position: absolute;
    width: 100%;
    z-index: 666;
    top: 0;
    height: 700px;
    background-image: url(images/hero_overlay.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

/*************************************************************
 * SHORT HEADERS
/*************************************************************/

.short-header {
    height: 325px;
}
.short-header-content {
    margin-top: 125px;
    z-index: 666;
    text-align: center;
    color: #FFFFFF;
}
#ac-short-header-overlay {
    position: absolute;
    width: 100%;
    z-index: 333;
    top: 0;
    height: 325px;
    background-image: url(images/hero_overlay.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
#header-about {
    background-image: url(images/about-final-hero.jpg);
}
#header-faq {
    background-image: url(images/faq-final-hero.jpg);
}
#header-blog {
    background-image: url(images/misc-final-hero.jpg);
}
#header-video-center {
    background-image: url(images/misc-final-hero.jpg);
}
#header-resources {
    background-image: url(images/resources-final-hero.jpg);
}
#header-features {
    background-image: url(images/solutions-final-hero.jpg);
}
#header-pricing {
    background-image: url(images/solutions-hero.jpg);
}
#header-testimonials {
    background-image: url(images/misc-final-hero.jpg);
}
#header-solutions {
    background-image: url(images/features-final-hero.jpg);
}

#header-case-study-bethlehem {
    background-image: url(images/misc-final-hero.jpg);
}

#header-demo{
    background-image: url(images/misc-final-hero.jpg);
}
.testimonial-desc {
    padding: 0 15px;
}


/*************************************************************
 * HOME PAGE FEATURES
/*************************************************************/
.home-feature-column {
    text-align: center;
}
.home-feature-title {
    height: 50px;
}
.home-feature-description {
    height: 50px;
    text-align: center;
}


/*************************************************************
 * HOME PAGE EXAMPLE
/*************************************************************/
#ac-example div img {
    width: 100%;
}
#ac-example-content p {
    margin-left: 40px;
}


/*************************************************************
 * HOME PAGE TESTIMONIALS
/*************************************************************/
#ac-home-testimonials {
    padding-bottom: 100px;
    padding: 0 25px 50px 15px;
}
.home-testimonials-content {
    margin-top: 20px;
}
.home-testimonials-content-left {
    margin-top: 75px;
    text-align: center;
}
.home-testimonials-content-right {
    margin-top: 15px;
    padding-top: 75px;
    background-image: url(images/boom.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 165px;
}
.home-testimonials-content-right-inner {
    background-image: url(images/left_quote_orange.png);
    background-repeat: no-repeat;
    padding: 25px 0 0 25px;
}
.home-testimonials-content-right h1 {
    text-align: left;
}
.home-testimonials-content-right p {
    margin: 70px 150px 70px 0;
}
.from-the-mouths-of-heroes {
    margin-top: 15px !important;
    padding-top: 75px !important;
}


/*************************************************************
 * HOME PAGE BULLETS
/*************************************************************/
.bullets-left {
    text-align: center;
}
.bullets-description {
    margin-top: 40px;
    text-align: left;
}
.bullets-call-to-action {
    margin-top: 30px;
    font-size: 18px;
}
.bullets-call-to-action a {
    margin-left: 20px;
}
.bullets-right ul li {
    font-size: 20px;
    margin-top: 20px;
    min-height: 40px;
}


/*************************************************************
 * ABOUT PAGE
/*************************************************************/
.staff-column {
    margin-top: 100px;
    text-align: center;
}
.vested-value-wrapper {
    margin-top: 100px;
    padding: 0 0 80px 0;
}
.vested-value {
    margin-top: 120px;
    text-align: center;
    padding: 0 120px;
}
.value-image img {
    height: 180px;
}
.value-creativity {
    margin: 0 auto;
    width: 345px;
}


/*************************************************************
 * FAQ PAGE
/*************************************************************/
#ac-faq-list {
    margin-top: 100px;
}
#ac-faq-list div.container {
    padding: 0 100px;
}
.faq-item {
    margin-top: 20px;
    background-color: #e7e8e9;
    padding: 10px 15px;
}
.faq-item {
    padding-right: 25px;
}
.faq-question {
    min-height: 35px;
    background-position: right;
    background-repeat: no-repeat;
    margin: 5px 0 0 0;
}
.faq-answer {

}


/*************************************************************
 * BLOG, VIDEO, AND FEATURE PAGES
/*************************************************************/
.blog-item-wrapper {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-item-wrapper a {
    text-decoration: none;
}
.blog-item {
    margin: 0 auto;
    background-color: #AAAAAA;
    color: #FFFFFF;
    background: no-repeat center center;
}
.blog-item-inner {
    padding: 20px;
    height: 250px;
    background: rgba(67,67,67,.4);
}
.blog-item-inner h2, .blog-item-inner h4 {
    color: #FFFFFF;
    text-decoration: none;
}
.blog-item-inner h2 {
    font-size: 30px;
    height: 100px;
}
.blog-item-inner h4 {
    margin-top: 25px;
    text-align: center;
}

.feature-item-wrapper {
    padding: 0 75px;
}
.feature-title {
    padding-bottom: 25px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(images/feature-title-underline.png);
}
.feature-title-bullet {
    padding-top: 5px;
    margin: 0;
}
#ac-advanced-feature-list, #ac-third-party-feature-list {
    padding: 60px 0;
}
.resource-image img {
    height: 180px;
}
.help-column p {
    height: 150px;
}
#ac-blog-post {
    max-width: 800px;
}
.blog_title {
    padding-bottom: 30px;
    background-image: url(images/feature-title-underline.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.blog-body {
    text-align: left;
}
.blog-body p {
    margin-top: 35px;
}

.blog-body li {
    font-size: 21px;
}

#ac-features-testimonial div.container {
    background: url("images/boom.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 135px;
}

.blog-img {
    display: block;
    margin: 15px 0;
    box-sizing: border-box;
    clear: both;
    width: 100%;
}

/*************************************************************
 * RESOURCE PAGE
/*************************************************************/
#ac-trending-help-section {
    padding: 75px 0;
}
.help-image, .trending-help-image, .help-name {
    text-align: center;
}
.trending-help-bullet-list {

}
.trending-help-bullet-list li {
    margin-top: 10px;
}
.trending-help-column h4, .trending-help-column ul {
     margin-left: 100px;
}
.trending-help-name, .trending-help-bullet-list {
    padding-left: 0;
}

.trending-help-column-left {
    padding-left: 100px;
}
.trending-help-column-right {
    padding-right: 100px;
}

/*************************************************************
 * PRICING PAGE
/*************************************************************/
#ac-pricing {
    padding: 75px 0;
}
.pricing-monthly {
    text-align: right;
}
.pricing-yearly {
    text-align: left;
}
.price {
    font-size: 50px;
}
#ac-pricing-extras
{
    padding: 60px 0;
}
.price-starting-at {
    padding-right: 75px;
}
.price-starting-at h3 {
    text-align: right;
}


/*************************************************************
 * VALUES PAGE
/*************************************************************/
#ac-featured-case-study {
    padding: 75px 0;
}
#ac-featured-case-study div.container {
    padding: 0 200px;
}
.featured-case-study-content {

}
.featured-case-study-source, .featured-case-study-more {
    text-align: right;
}
.featured-case-study-source {

}
.featured-case-study-more {

}
#ac-testimonials {
    padding-bottom: 100px;
    padding: 0 25px 50px 15px;
}
#ac-testimonials .container {
    padding: 25px;
    background-color: #ECEDEF;
}
.testimonial-source {
    margin-top: 20px;
    text-align: center;
}

/*************************************************************
 * SOLUTION PAGE
/*************************************************************/
#solutions-overview {
    padding: 0 150px;
}
.solution-row {
    background-image: url(images/solution-row-background.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.solution-heading-left {
    padding-right: 40px;
    text-align: center;
}
.solution-heading-right {
    padding-left: 40px;
    text-align: center;
}
.solution-image img {
    height: 180px;
}
.solution-row-left {
    padding-right: 90px;
}
.solution-row-right {
    padding-left: 90px;
}
.solution-wrapper, .challenge-wrapper {
    background-color: #FFFFFF;
    background: white;
    height: 250px;
}
.solution-wrapper::after, .challenge-wrapper::before {
    content: " ";
    display: inline-block;
    height: 100%;
    width: 1%;
    vertical-align: middle;
}
.challenge-wrapper {
    text-align: right;
}
.solution-wrapper {
    text-align: left;
}
.challenge-text, .solution-text {
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    margin: 0 0 20px 0;
}
.challenge-text {
    background-image: url(images/solution-column-orange.png);
    background-position: right;
    background-repeat: repeat-y;
    padding-right: 20px;
}
.solution-text {
    background-image: url(images/solution-column-blue.png);
    background-position: left;
    background-repeat: repeat-y;
    padding-left: 20px;
}
.solution-calendar-event {
    padding: 0 45px;
}
.solution-calendar-event h3 {
    margin: 20px 40px;
}


/*************************************************************
 * CLIENT DIRECTORY
/*************************************************************/
#ac-client-list h2 {
    text-align: left;
    margin: 90px 0 15px 0;
}
.client-directory-nav {
    text-align: center;
}
.client-directory-nav li {
    margin-top: 10px;
    display: inline;
    padding: 0 10px;
}
.client-directory-nav a {
    color: #434345;
    font-size: 20px;
}
#ac-client-list p, #ac-client-list p a {
    color: #434345;
    font-size: 22px;
}


/*************************************************************
 * SITE MAP
/*************************************************************/
#ac-sitemap h2, #ac-sitemap h2 a {
    text-align: left;
    color: #434345;
}
#ac-sitemap p a {
    color: #434345;
    margin: 10px 0 40px 40px;
    font-size: 22px;
}

/*************************************************************
 * RICHARD MARTIN AND CASE STUDIES
/*************************************************************/
#ac-richard-martin .container p {
    text-align: left;
    font-size: 16px;
}
.case-study-list li {
    font-size: 19px;
    margin-top: 8px;
}


/*************************************************************
 * BOTTOM BANNER
/*************************************************************/
#ac-bottom-banner-overlay {
    float: left;
	height: 300px;
	width: 100%;
	background-image: url(images/bottom_banner_overlay.png);
    background-repeat: repeat-x;
	background-position: top;
}
.bottom-banner-left {
    text-align: center;
}
#ac-bottom-banner {
    background-image: url(images/bottom_banner_batman.jpg);
    background-size: cover;
    background-position: center center;
    height: 650px;
}
#ac-values-bottom-banner {
    background-image: url(images/bottom_banner_batman.jpg);
    background-size: cover;
    background-position: center center;
    height: 650px;
}
.bottom-banner-text {
    margin-top: 0;
}  

/*************************************************************
 * FOOTER
/*************************************************************/
footer#ac-footer {
    padding: 40px 0;
}
.footer-logo {
    text-align: left;
}
.footer-logo img {
    width: 100%;
    max-width: 400px;
}
.footer-logo p {
}
.footer-support ul {
    padding-left: 75px;
}
.footer-list li h5 {
    margin-bottom: 20px;
}
.disclaimer {
    margin: 20px 10px;
    font-size: 12px;
    font-style: italic;
}

/*************************************************************
 * 1400
/*************************************************************/
@media (max-width: 1400px) {
    .slide-hero {
        right: 0;
    }
    .slider .slide .slide-content {
        width: 50%;
        top: 100px;
    }
    h4.banner {
        line-height: 30px;
    }
    .home-testimonials-content-right p {
        margin-right: 0;
    }
}

/*************************************************************
 * 1200
/*************************************************************/
@media (max-width: 1200px) {
    header.ac-header .navbar-header img {
        margin-top: 15px;
        height: 40px;
    }
    .home-feature-title {
        height: 75px;
    }
    #ac-featured-case-study div.container {
        padding: 0 20px;
    }
    .solution-calendar-event {
        padding: 0 20px;
    }
    .solution-calendar-event h3 {
        margin: 20px 35px;
    }
}


/*************************************************************
 * 1100
/*************************************************************/
@media (max-width: 1100px) {
    #ac-header-slider-overlay, .slider .slide {
        height: 550px;
    }
    .slide-hero {
        width: 500px;
    }
    #ac-bottom-banner {
        height: 550px;
    }
    .slogan-content h1 {
        font-size: 30px;
    }
    .testimonials_content {
        margin-top: 60px;
    }
    .bullets-right {
        margin-top: 40px;
    }
    .bottom-banner-left {
        margin-top: -75px;
    }
    .bullets-right {
        padding: 0 20%;
    }
    .full-width-text {
        padding: 0 75px;
    }
    .footer-support ul {
        padding-left: 0;
    }
    .hero-content h2 {
        font-size: 30px;
    }
    .slide-hero {
        width: 450px;
    }
    header.ac-header .navbar-header {
        float: none;
    }
    header.ac-header .navbar-toggle {
        display: block;
    }
    header.ac-header .navbar-collapse {
        border-top: 1px solid #fff;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    header.ac-header .navbar-collapse.collapse {
        display: none !important;
    }
    header.ac-header .nav {
        padding: 0;
    }
    header.ac-header .navbar-nav {
        background: rgba(255, 255, 255, 0.95);
        float: none !important;
        margin: 0 -15px;
    }
    header.ac-header .navbar-nav > li#sign-up span {
        display: none;
    }
    header.ac-header .navbar-nav > li {
        float: none;
    }
    header.ac-header .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header.ac-header .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    header.ac-header .navbar-collapse.collapse.in {
        display: block !important;
    }
    header.ac-header .collapsing {
        overflow: hidden !important;
    }
    .example-right {
        margin-top: 60px;
        text-align: center;
    }
    #ac-example div img {
        width: 65%;
    }
    .testimonials-content {
        padding: 0 170px;
    }
    .testimonials-content {
        margin-top: 30px;
    }
    .testimonial-author {
        margin-top: 100px;
    }
    .testimonials-content-left {
        background-image: url(images/medium_person_outline_orange.png);
        margin-top: 75px;
    }
    .testimonials-content-right {
        margin-top: 50px;
        padding: 5px 0 0 15px;
        background-image: url(images/small_left_quote_orange.png);
    }
    .testimonials-content-right p {
        margin: 50px 0 0 0;
    }
    .bullets-description {
        padding: 0 10%;
    }
    .footer-right {
        padding: 50px 0 0 0;
    }
    .bullets-description {
        padding: 0 20%;
    }
    .bullets-right {
        padding: 0;
    }
    .nav > li > a.btn {
        margin: 0;
    }
    .vested-value {
        padding: 0 50px;
    }
    .solution-wrapper, .challenge-wrapper {
        height: 360px;
    }
    .blog-item, .video-item {
        width: auto;
    }
    .trending-help-column-left, .trending-help-column-right {
         padding: 0 15px;
    }
    .trending-help-column h4, .trending-help-column ul {
        margin-left: 40px;
    }

    #ac-bottom-banner, #ac-values-bottom-banner { 
	background-position: right;
    }
}


/*************************************************************
 * 1000
/*************************************************************/
@media (max-width: 1000px) {
    .home-feature-title {
        height: 50px;
    }
    #ac-faq-list div.container {
        padding: 0 15px;
    }
}


/*************************************************************
 * 992
/*************************************************************/
@media (max-width: 992px) {
    .home-feature-description {
        padding: 0 20%;
    }
}


/*************************************************************
 * 860
/*************************************************************/
@media (max-width: 860px) {
    .slider .slide .slide-content h2 {
        font-size: 24px;
    }
    .testimonials-content {
        padding: 0 100px;
    }
    .testimonials-content-right h1 {
        font-size: 32px;
    }
    .bullets-description {
        padding: 0 18%;
    }
    .bullets-right {
        padding: 0 15%;
    }
}


/*************************************************************
 * 767
/*************************************************************/
@media (max-width: 767px) {
    .full-width-text {
        padding: 0 50px;
    }
    .solution-image {
        display:none;
    }
    .solution-heading-right, .solution-heading-left {
        padding: 0 15px;
    }
    .solution-heading-left h1 {
        font-weight: normal;
    }
    .solution-wrapper, .challenge-wrapper {
        height: auto;
        text-align: center;
    }
    .solution-row-left, .solution-row-right {
        padding: 0 15px;
    }
    #ac-solution-list {
        background: url(images/solution-column-gray.png);
        background-position: center;
        background-repeat: repeat-y;
    }
    .solution-row {
        background: none;
    }
    .challenge-text, .solution-text {
        background: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .challenge-text {
        padding-bottom: 20px;
        font-size: 19px;
    }
    .solution-text {
        padding-bottom: 5px;
    }
    .challenge-wrapper {
        margin-top: 75px;
    }
    .solution-text {
        font-weight: bold;
    }
    .footer-left {
        padding: 0;
        margin: 20px 0 0 0;
        text-align:center;
    }
    .footer-left div {
        margin-top: 30px;
    }
    .footer-left div span:after {
        content:"\000A";
        white-space: pre;
    }
    footer#ac-footer {
        min-height: 350px;
    }
    .footer-right {
        text-align: center;
    }
    .blog-spacer {
        display: none;
    }
    .footer-support ul {
        padding-left: 40px;
    }
    .footer-list {
        margin-top: 50px;
    }
    .solution-calendar-event {
        padding: 0 20%;
    }
    .solution-calendar-event h3 {
        margin: 20px;
    }
}


/*************************************************************
 * 700
/*************************************************************/
@media (max-width: 700px) {
    .feature-column {
        margin-top: 70px;
    }
    .testimonials-content {
        padding: 0 20px;
    }
    .testimonials-content-right h1 {
        font-size: 28px;
    }
    #ac-example div img {
        width: 80%;
    }
    .bullets-description {
        padding: 0 18%;
    }
    .slider .slide .slide-content {
        width: 100%;
    }
    h1.banner {
        font-size: 36px;
    }
    .slider .slide .slide-content h2 {
        font-size: 28px;
    }
    #ac-example-content p {
        margin-left: 0;
    }
    .bullets-description {
        padding: 0 14%;
    }
    .bullets-right {
        padding: 0 10%;
    }
    .banner-top-image {
        right: 0;
    }
    .banner-top-image img {
        height: 120px;
    }
    #ac-bottom-banner-overlay, #ac-values-bottom-banner-overlay {
        height: 150px;
        background-size: 100% 150px;
    }
}



/*************************************************************
 * 480
/*************************************************************/
@media (max-width: 480px) {
    .slider .slide .slide-content {
        top: 50px;
    }
    .feature-item-wrapper {
        padding: 0 20px;
    }
    .full-width-text {
         padding-left: 15px !important;
         padding-right: 15px !important;
    }
    .short-header-content {
         margin-top: 75px;
    }
    .banner-top-image {
        top: 150px;
        right: 0;
    }

    .trending-help-column {
         margin-top: 40px;
    }
    
    .trending-help-column h4, .trending-help-column ul {
        margin-left: 0px;
    }
    .feature-column {
        margin-top: 40px;
    }
    .bottom-banner-left {
        margin-top: -180px;
    }
    .testimonials-content {
        padding: 0 10px;
    }
    .testimonials-content-right h1 {
        font-size: 16px;
        font-weight: bold;
    }
    header.ac-header {
        height: 60px;
    }
    header.ac-header .ac-logo {
        padding-top: 10px;
        height: 40px;
    }
    header.ac-header .navbar-header img {
        margin-top: 0;
        height: 40px;
    }
    header.ac-header .navbar-toggle {
        margin: 13px 13px 13px 0;
    }
    .slide-hero {
        width: 100%;
        text-align: right;
    }
    .hero-content h2 {
        font-size: 28px;
    }
    .container {
        padding: 0;
    }
    #ac-header-slider-overlay, .slider .slide {
        height: 450px;
    }
    #ac-bottom-banner, #ac-values-bottom-banner {
        height: 350px;
	background-position: right;
    }
    .bottom-banner-text {
       margin-top: 100px;
    }  
    .slide-hero pull-right {
        right: 0;
    }
    .slogan-content h1 {
        font-size: 24px;
    }
    .feature-description {
        margin-top: 30px;
    }
    .bullets-right {
        margin-top: 50px;
    }
    .bullets-description {
        padding: 0 5%;
    }
    .bullets-right {
        padding: 0;
    }
    h1.banner {
       font-size: 26px;
    }
    h4.banner {
        line-height: 30px;
        font-size: 18px;
    }
    .bullets-call-to-action a {
        margin: 20px 0;
    }
}


/*************************************************************
 * 380
/*************************************************************/
@media (max-width: 380px) {
    #ac-header-slider-overlay, .slider .slide {
        height: 350px;
    }
    .slider .slide .slide-content h2 {
        margin-top: 0;
        line-height: 40px;
    }
    .slider .slide .slide-content p {
        font-size: 18px;
    }
    .feature-image img {
        width: 50%;
    }
}

/*************************************************************
 * CONTACT FORM 7
/*************************************************************/

.wpcf7-form {
    margin: 0 auto;
    display: block;
    max-width: 442px;
    padding: 0 15px;
}
.wpcf7-form-control-wrap input, textarea {
	color: #434345;
	background-color: #e6e7e8;
	font-family: Futura-Book, Arial;
        border: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.wpcf7-form-control-wrap input {
        height: 45px;
}

.wpcf7-submit {
    border-radius: 0;
    font-family: Futura-Heavy !important;
    font-size: 21px !important;
    text-decoration: none !important;
    text-shadow: none;
    background-color: #1576BC !important;
    border-color: #1576BC !important;	
    color: #FFFFFF;
    border: 0px;
    padding: 10px;
}

.wpcf7-mail-sent-ok {
    color: #39c051;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 700;
}

.wpcf7-validation-errors {
    color: #e74b3c;
    font-size: 18px;
    margin-top: 25px;
}

.wpcf7-not-valid-tip {
    color: #e74b3c;
    font-size: 16px;
}

.wpcf7-form h5 {
    margin-top: 20px;
}

select#cat.postform {
    background-color: #e6e7e8;
    color: #434345;
    font-size: 18px;
    height: 45px;
}

.screen-reader-response{
    display: none;
}
