/*
Theme Name: CRE
Author: CRE
Author URI: http://www.conversion-rate-experts.co.uk
Description: 2014 remake of the Conversion Rate Experts theme
Version: 1.0
License: Proprietary
Tags: cre, conversion rate experts
Text Domain: cre
*/

/*
Colors: #3C6E0B is dark green. #74A200 is mid green. #FFF605 is yellow.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Defaults
 *   1.1 - Reset
 *   1.2 - Default Styles
 *   1.3 - Fonts
 * 2.0 - Patterns
 *   2.1 - Basic Classes
 *   2.2 - Statuses
 *   2.3 - Links
 *   2.4 - Buttons
 *   2.5 - Forms
 *   2.6 - Alignment
 *   2.7 - jQuery UI
 * 3.0 - Layout + Structure
 *   3.1 - Floats
 *   3.2 - Wrapper
 *   3.3 - Sections
 *   3.4 - Blockst
 * 4.0 - Navigation
 * 5.0 - Header
 *   5.1 - Navigation
 * 6.0 Content
 *   6.1 Post Navigation
 * 7.0 - Sidebar
 *   7.1 - Widgets
 * 8.0 - Footer
 *   8.1 - Search
 *   8.2 - Navigation
 * 9.0 - Content Blocks + Partials
 *   9.1 - Banner
 *   9.2 - Breadcrumb
 *   9.3 - Featured In
 *   9.4 - Features
 *   9.5 - Cards
 *   9.6 - Captions
 *   9.7 - Testimonials
 *   9.8 - Comparison
 *   9.9 - Covers
 *   9.10 - Reassurance Table
 *   9.11 - Books
 *   9.12 - CTA Boxes
 *   9.13 - Optin Form
 *   9.14 - Scroll Triggered Box
 * 10.0 - Plugins
 *   10.1 - Gravity Forms
 *   10.2 - AddThis
 *   10.3 - Fixed Feedback
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Defaults
 * -----------------------------------------------------------------------------
 */

/**
 * 1.1 Reset
 * -----------------------------------------------------------------------------
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border:0;
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:0;
    outline:0;
    padding:0;
    vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, iframe, nav, section {
    display:block;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* chrome android font boosting fix */
* {
    max-height:1000000px;
}

/**
 * 1.2 Default Styles
 * -----------------------------------------------------------------------------
 */
body {
    background-color:#FFFFFF;
    font:normal 300 16px/1.5625 myriad-pro, "Myriad Pro", Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust:100%;
	/* activating ligatures for different browsers */
	font-variant-ligatures: common-ligatures;
	-moz-font-feature-settings: "liga", "clig";
	-webkit-font-feature-settings: "liga", "clig";
	font-feature-settings: "liga", "clig";
}
h1,
h2,
h3,
h4 {
    font-family:myriad-pro, "Myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
    font-weight:600;
    line-height:1.15;
    margin:0 0 1em 0;
	/* activating ligatures for different browsers */
	font-variant-ligatures: common-ligatures;
	-moz-font-feature-settings: "liga", "clig";
	-webkit-font-feature-settings: "liga", "clig";
	font-feature-settings: "liga", "clig";
}
    h1 {
        font-size:2.1875em;
    }
    h2 {
        font-size:1.5em;
	}
    h3 {
        font-size:1.1875em;
        line-height:1.2;
    }
    h4 {
        font-size:1.5em;
    }
p {
    margin:.935em 0;
}
ol,
ul {
    margin:.9375em 0;
    padding:0 0 0 2em;
}
    ol > ol,
    ul > ul {
        margin-top:0;
        margin-bottom:0;
    }
a {
    color:#74A200;
    text-decoration:underline;
}
b,
strong {
    font-weight:700;
}
i,
em {
    font-style:italic;
}
img {
    border:0;
    vertical-align:middle;
}
blockquote {
    background:#F4F4F4 url('img/blockquote.png') 15px 10px no-repeat;
    margin-bottom:1.812em;
    padding:0.8125em 30px 0.8125em 100px;
}
.img-border {
	outline:1px solid #DDDDDD;
	outline-offset: -1px;
}


/**
 * 1.3 Fonts
 * -----------------------------------------------------------------------------
 */
.adelle {
    font-family:myriad-pro, "Myriad Pro", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}
.myriad-pro {
    font-family:myriad-pro, "Myriad Pro", Arial, Helvetica, sans-serif;
}


/**
 * 2.0 Patterns
 * -----------------------------------------------------------------------------
 */

/**
 * 2.1 Basic Classes
 * -----------------------------------------------------------------------------
 */

/* show/hide */
.show {
    display:block;
}
.hide {
    display:none;
}
.audio-player { 
	margin:1em 0;
}

/**
 * 2.2 Statuses
 * -----------------------------------------------------------------------------
 */
.error,
.success,
.warning {
    border:1px solid transparent;
}
    .error {
        background-color:#FFDDDD;
        border-color:#DD0000;
    }
    .success {
        background-color:#E0FB99;
        border-color:#07400E;
    }
    .warning {
        background-color:#F0E89E;
        border-color:#EBBC00;
    }


/**
 * 2.3 Links
 * -----------------------------------------------------------------------------
 */
.readmore {
    color:#727272;
    font-size:.875em;
    height:14px;
    line-height:1;
    white-space:nowrap;
}
    .readmore:hover {
        color: #74A200;
   		text-decoration: none !important;
    }
    .readmore.white {       
        color:#FFFFFF;
    }

/**
 * 2.4 Buttons
 * -----------------------------------------------------------------------------
 */
.button {
    background-color:#FFF605;
    border:2px solid #FFF605;
    color:#6C4700;
    cursor:pointer;
    display:inline-block;
    font-size:1.0625em;
    font-weight:700;
    padding:2px 10px;
    text-align:center;
    text-decoration:none;
	/*text-shadow:1px 1px 1px rgba(255, 255, 255, .8);*/
}
    .button:hover {
    }
    .button.large {
        padding-bottom:7px;
        padding-top:7px;
    }

/**
 * 2.5 Forms
 * -----------------------------------------------------------------------------
 */
form {

}
    form .error {

    }
    form .success  {

    }
    form .warning {

    }
input {
    background-color:#FFFFFF;
    border:1px solid #BBBBBB;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#333333;
    display:inline-block;
    font-family:inherit;
    font-size:.875em;
    margin:0;
    padding:.4em 10px;
    vertical-align:middle;
}
select {
    background-color:#FFFFFF;
    border:1px solid #BBBBBB;
    color:#333333;
    padding:.4em 10px;
    vertical-align:middle;
}
textarea {
    background-color:#FFFFFF;
    border:1px solid #BBBBBB;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#333333;
    min-height:3em;
    padding:.4em 10px;
    resize:vertical;
    vertical-align:middle;
    width:100%;
}
.submit {
    background-color:#FFF605;
    border:0;
    color:#845700;
    display:inline-block;
    font-family:inherit;
    font-size:.875em;
    margin:0;
    padding:.4em 10px;
    vertical-align:middle;
}
    .submit:hover {
        background-color:#FFF605;
        cursor:pointer;
    }

/**
 * 2.6 Alignment
 * -----------------------------------------------------------------------------
 */
.aligncenter {
    display:block;
    margin:0 auto 20px;
}

/**
 * 2.7 jQuery UI
 * -----------------------------------------------------------------------------
 */

 /* tab navigation */
.ui-tabs-nav {
    list-style:none;
    margin:0;
    overflow:hidden;
    padding:0;
    text-align:center;
 }
    .ui-tabs-nav li {
        float:left;
    }
        .ui-tabs-nav a {
            background-color:#3C3C3C;
            border-left:1px solid #1D1D1D;
            border-right:1px solid #535353;
            color:#FFFFFF;
            display:block;
            font-weight:700;
            padding:10px 5px;
            text-decoration:none;
        }
        .ui-tabs-nav .ui-state-active a {
            background-color:#74A200;
            border-left-width:0;
            border-right-width:0;
        }
/* tab panel */
.ui-tabs-panel {

}

/* tooltips */
.ui-tooltip {
    background-color:#FFFFFF;
    border:3px solid #E2E2E2;
    font-size:.75em;
    line-height:1.1;
    max-width:200px;
    padding:5px 10px;
    position:absolute;
    z-index: 1;
}

/**
 * 3.0 Layout + Structure
 * -----------------------------------------------------------------------------
 */

/**
 * 3.1 Floats
 * -----------------------------------------------------------------------------
 */
.clear {
    clear:both;
}
.left {
    float:left;
}
.right {
    float:right;
}

/**
 * 3.2 Wrapper
 * -----------------------------------------------------------------------------
 */
.wrapper {
    margin:0 auto;
    width:1000px;
}

/**
 * 3.3 Sections
 * -----------------------------------------------------------------------------
 */
.section {
    overflow:hidden;
    width:100%;
}
    /* section colours */
    .section.green {
        background:#3C6E0B;
		color:#FFFFFF;
    }
    .section.white {
        background-color:#FFFFFF;
        color:#868686;
    }

    /* section styles */
    .section.padded {
        padding:30px 0;
    }
    .section.shadow {
        box-shadow:0 3px 5px rgba(0, 0, 0, .1);
    }
    .section.crease {
        background-image:url('img/section-crease.png');
        background-position:center bottom;
        background-repeat:no-repeat;
        padding-bottom:70px;
    }
    .section.under {
        background:#ECECEC url('img/section-under.png') center top no-repeat;
        padding:40px 0 60px;
    }

/**
 * 3.4 Blocks
 * -----------------------------------------------------------------------------
 */
.block {
    display:block;
}
    /* block widths */
    .block.half {
        margin-right:2%;
        width:49%;
    }
    .block.third {
        margin-right:2%;
        width:32%;
    }

    /* block styles */
    .block.last {
        margin-right:0;
    }

    .block.white {
        background-color:#FFFFFF;
    }


/**
 * 4. Navigation
 * -----------------------------------------------------------------------------
 */

.nav ul {
    list-style:none;
    padding:0;
}
    .nav > ul > li {
        float:left;
    }
    .nav a {
        text-decoration:none;
    }


/**
 * 5.0 Header
 * -----------------------------------------------------------------------------
 */

.header {
    background-color:#FFFFFF;
    padding-top:13px;
}
    .header .logo {
        display:block;
    }
    .header .hiring {
        left:-56px;
        position:relative;
        top:17px;
    }
    .header .clients {
        color:#000000;
        font-size:100%;
        line-height:1.285em;
        margin-top:15px;
        text-decoration:none;
        width:520px;
    }
        .header .clients img {
            margin:10px 10px 0 0;
            vertical-align:bottom;
        }

/**
 * 5.1 Navigation - Light Live Site
 * -----------------------------------------------------------------------------
 */
.header .nav {
    background-color:#F1F1F1;
    font-family:Arial, Helvetica, sans-serif;
    /*box-shadow:0 2px 2px rgba(0, 0, 0, .4);*/
    font-size:.9em;
    float:left;
    margin-top:10px;
    width:100%;
}
	.menu-item-104 {
		border-left:1px solid #F1F1F1;
	}
    /* typekit */
    .wf-myriadpro-n4-active .header .nav {
        font-family:myriad-pro, sans-serif;
        font-size:1em;
		margin-top:14px
    }
    .header .nav ul { }
        .header .nav > ul > li {
            border-bottom:1px solid #F1F1F1;
            border-top:1px solid #F1F1F1;
            float:left;
            position:relative;
        }
            .header .nav > ul > li + li {
                border-left:1px solid #F1F1F1;
            }
                /* menu item with sub menu */
                .header .nav .menu-item-has-children > a {
                    padding-right:25px;
                }
                .header .nav .dd-ind {
                    background-image:url('img/header/dropdown.png');
                    background-position:left top;
                    background-repeat:no-repeat;
                    display:block;
                    height:5px;
                    position:absolute;
                    right:10px;
                    top:1.0em;
                    width:9px;
                }
                    .header .nav .menu-item-has-children:hover .dd-ind {
                        background-position:left bottom;
                    }
            .header .nav a {
                padding:6px 13px;
                display:block;
                white-space:nowrap;
            }
                .header .nav .dd > a {
                    padding-right:25px;
                }
            .header .nav > ul > li > a {
                color:#000000;
            }
                .header .nav > ul > li:hover > a {
                    color:#000000;
                }
            .header .nav > ul > li:hover {
                background-color:#F1F1F1;
                border-bottom-color:#F1F1F1;
                border-top-color:#F1F1F1;
                color:#000000;
            }
            /* current menu item */
			.header .nav > ul > .current_page_item,
			.header .nav > ul > .current_page_parent,
            .header .nav > ul > .current_page_item:hover,
            .header .nav > ul > .current_page_parent:hover {
                border-bottom-color:#E6E6E6;
                border-top-color:#E6E6E6;
                color:#000000;
            }
                .header .nav > ul > .current_page_item:hover > a,
                .header .nav > ul > .current_page_parent:hover > a {
                    color:#000000;
                }
            .header .nav > ul > .current_page_item > a,
            .header .nav > ul > .current_page_parent > a {
                background-color:#E6E6E6;
                color:#000000;
            }
                .header .nav > ul > .current_page_item > a:hover,
                .header .nav > ul > .current_page_parent > a:hover {
                    color:#000000;
                }
            /* submenu */
            .header .nav ul ul {
                background-color:#F1F1F1;
                box-shadow:1px 2px 2px rgba(0, 0, 0, .35);
                border-color:#F1F1F1;
                border-style:solid;
                border-width:0 0 0 1px;
                display:none;
                left:0;
                margin:0;
                min-width:200px;
                position:absolute;
                top:100%;
                white-space:nowrap;
                z-index:3;
            }
                .no-js .header .nav > ul > li:hover > ul {
                    display:block;
                }
                .header .nav ul ul li {
                    border-top:1px solid #F1F1F1;
                }
                    .header .nav ul ul li:hover {
                        background-color:#E6E6E6;
                    }
                    .header .nav ul ul a {
                        color:#000000;
                    }


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.main {
    background-color:#FFFFFF;
    margin-top:20px;
    overflow:hidden;
    padding:40px 0;
    width:684px;
	font-size:1.2em;
}
    .main.full {
        width:100%;
    }
    .main object,
    .main iframe {
        display:block;
        margin:0 auto 1em;
    }
	.main H1 {
		margin-bottom:1em;	
	}

/**
 * 6.1 Post Navigation
 * -----------------------------------------------------------------------------
 */
/* archive */
.posts {
    list-style:none;
    margin:0;
    padding:0;
}
    .posts li {
        border-top:3px solid #74A200;
        overflow:hidden;
        padding-bottom:1.875em;
    }
        .posts li:first-child {
            border-top-width:0;
        }
        .posts li + li {
            padding-top:1.875em;
        }
        .posts h2 a {
            color:#333333;
            text-decoration:none;
        }
        .posts .readmore {
            text-decoration:underline;
        }
/* prev/next */
.nextprev {
    border-top:3px solid #74A200;
    padding:1.875em 0 .875em;
}
    .nextprev ul {
        font-size:.9375em;
        list-style:none;
        margin:0;
        overflow:hidden;
        padding:0;
    }
        .nextprev li {
            float:left;
            margin-bottom:1em;
            width:100%;
        }
        .nextprev .button {
            font-size:1em;
            margin-right:20px;
            width:160px;
        }
/**
 * 6.2 Post Footer
 * -----------------------------------------------------------------------------
 */
.post-footer {
    overflow:hidden;
    padding:1.875em 0;
}

/**
 * 7.0 Sidebar
 * -----------------------------------------------------------------------------
 */

.sidebar {
    margin:52px 0 20px 0;
    width:290px;
}

/**
 * 7.1 Widgets
 * -----------------------------------------------------------------------------
 */
.widget {
    border-top:3px solid #74A200;
    padding:27px 0;
}
    .widget:first-child {
        padding-top:10px;
        border-top:0;
    }
    /* testimonial */
    .widget .testimonial {
        background-color:#F1F1F1;
        font-size:.8125em;
        line-height:1.35;
        margin-bottom:0;
        padding:15px;
    }
        .widget .testimonial > img {
            margin-bottom:10px;
        }
        .widget .testimonial .result {
            font-size:1.35em;
        }
    /* readmore */
    .widget .readmore {
        display:block;
        margin-top:15px;
        text-align:right;
    }
        .widget .readmore:hover {
            color:#74A200;
            text-decoration:none;
        }
    /* download resources */
    .widget.resources {
        border-bottom-width:0;
        position:relative;
    }
        .widget.resources .block {
            background:#F1F1F1;
			color:#000000;
            padding:12px 10px 19px;
        }
            .widget.resources ul {
                font-size:.85em;
                list-style-type:none;
                margin:0;
                padding:6px 10px 9px;
            }
                .widget.resources ul li {
                    background-image:url('img/partials/tick.png');
                    background-position:left 5px;
                    background-repeat:no-repeat;
                    padding-left:30px;
					margin-bottom:10px;
					line-height:18px;
                }
            .widget.resources .button {
                display:block;
                margin-left:10px;
                margin-right:10px;
                font-size:.9em;
                position:relative;
                z-index:1;
            }
                .wf-myriadpro-n4-active .widget.resources .button {
                    font-size:.95em;
                }

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.footer {
    background-color:#F1F1F1;
    color:#555555;
    font-size:.75em;
    overflow:hidden;
    padding:15px 0;
}

/**
 * 8.1 Footer Search
 * -----------------------------------------------------------------------------
 */
.footer .search {
    font-size:1.2em;
    overflow:hidden;
}
    .footer .search .input {
        border:0;
        margin-right:5px;
        width:170px;
    }

/**
 * 8.2 Footer Navigation
 * -----------------------------------------------------------------------------
 */
.footer .nav {
    font-size:1.2em;
    line-height:1.25;
}
    .footer .nav ul {
        margin:10px 0 5px;
        overflow:hidden;
    }
        .footer .nav li {
            float:left;
        }
            .footer .nav li + li {
                border-left:1px solid #555555;
                margin-left:.715em;
                padding-left:.715em;
            }
            .footer .nav a {
                color:#555555;
                white-space:nowrap;
            }
                .footer .nav a:hover {
                    text-decoration:underline;
                }

 /**
 * 9.0 Content Blocks + Partials
 * -----------------------------------------------------------------------------
 */

 /**
 * 9.1 Banner
 * -----------------------------------------------------------------------------
 */
.banner {
    padding:27px 0;
    text-align:center;
}
    .banner .clients {
        position:relative;
    }
        .banner .clients:hover {
            opacity:.9;
        }
        .banner .clients img:first-child {
            position:relative;
            z-index:1;
        }
        .banner .clients img + img {
            bottom:-14px;
            position:absolute;
            right:-42px;
            z-index:2;
        }
    .banner .block {
        width:500px;
    }
        .banner .heading {
            display:block;
            font-size:1.9em;
            font-weight:700;
            line-height:1.5;
            margin:.95em 2px 1.1em 40px;
            text-align:left;
        }
        .banner .button {
            margin-right:7px;
        }
        .banner .block a + a {
            color:#FFFFFF;
            text-decoration:underline;
        }
            .banner .block a + a:hover {
                text-decoration:none;
            }

/**
 * 9.2 Breadcrumb
 * -----------------------------------------------------------------------------
 */
/*.breadcrumb {
    font-size:.875em;
    padding:.6em 0;
    text-shadow:0 1px 0 #000000;
}
    .breadcrumb a {
        color:#FFFFFF;
        text-decoration:underline;
    }*/


/**
 * 9.3 Featured In
 * -----------------------------------------------------------------------------
 */
.featured-in {
    color:#727272;
    font-size:.875em;
    text-align:right;
}
    .featured-in span {
        padding-top:5px;
    }

/**
 * 9.4 Features
 * -----------------------------------------------------------------------------
 */
/*.feature {
    position:relative;
}
    .feature a {
        display:block;
        text-decoration:none;
    }
    .feature img {
        display:block;
        position:relative;
        z-index:1;
    }
    .feature .quote {
        color:#FFFFFF;
        font-size:.9375em;
        line-height:1.25;
        position:absolute;
        text-shadow:1px 2px 1px rgba(0, 0, 0, .5);
        white-space:nowrap;
        z-index:2;
    }
        .feature .quote strong {
            font-size:1.86em;
        }
    .feature .overlay {
        background-color:rgba(0, 0, 0, .6);
        color:#FFFFFF;
        display:block;
        font-size:1.375em;
        line-height:1.05;
        padding:10px 15px;
        position:absolute;
        text-shadow:1px 2px 1px rgba(0, 0, 0, .5);
        z-index:2;
    }
    .feature .author {
        background-color:#FFFFFF;
        color:#444444;
        font-size:1.0625em;
        font-weight:700;
        line-height:1.25;
        padding:10px 15px;
        position:relative;
    }
        .feature .author img {
            bottom:0;
            margin:auto;
            position:absolute;
            right:15px;
            top:0;
        }*/
    /* google feature */
    /*.feature.google {
        margin-bottom:15px;
        margin-top:15px;
    }
        .feature.google .quote {
            left:163px;
            top:46px;
        }*/
    /* moz feature */
   /* .feature.moz {
        margin-bottom:15px;
        margin-top:15px;
    }
        .feature.moz .quote {
            left:18px;
            text-align:right;
            top:46px;
        }*/

/**
 * 9.5 Cards
 * -----------------------------------------------------------------------------
 */
.card {
    height:400px;
}
    .card .heading {
        background-color:#3C6E0B;
        color:#FFFFFF;
        font-size:1em;
        font-family:myriad-pro, "Myriad Pro", Arial, Helvetica, sans-serif;
        font-weight:500;
        line-height:1.25;
        overflow:hidden;
        margin:0;
        text-align:center;
        text-shadow:none!important;
        padding:17px 15px;
    }
 	.card .heading a {
 		color:#FFFFFF;
 		text-decoration:none;
 	}
    .card .content {
        line-height:1.5;
        overflow:hidden;
        padding:20px;
    }
        .card .content .subheading {
            clear:both;
            color:#666666;
            font-family:myriad-pro, "Myriad Pro", Arial, Helvetica, sans-serif;
            font-size:.9375em;
            font-weight:700;
            line-height:1.2;
            text-decoration:none;
        }
            .card .content .subheading a {
                color:#666666;
                text-decoration:none;
            }
        .card .content p {
            font-size:.75em;
        }
            .card .content p + .readmore {
                margin-bottom:1em;
            }
        /* 'get great resources delivered...' */
        .card.resources {
            position:relative;
        }
            .card.resources img {
                left:15px;
                position:absolute;
                bottom:90px;
                z-index:1;
            }
            .card.resources .readmore {
                bottom:25px;
                margin:0;
                position:absolute;
                right:20px;
                z-index:2;
            }
        /* 'discover why our consultants...' */
        .card.consultants {
            position:relative;
        }
            .card.consultants img {
                bottom:0;
                left:0;
                position:absolute;
                z-index:1;
            }
            .card.consultants .readmore {
                bottom:25px;
                margin:0;
                position:absolute;
                right:20px;
                z-index:2;
            }

/**
 * 9.6 Captions
 * -----------------------------------------------------------------------------
 */
.wp-caption {
    font-size:.875em;
    line-height:1.4;
    margin-top:40px;
    margin-bottom:40px;
}
    .wp-caption.aligncenter {
        text-align:center;
    }
    .wp-caption iframe,
    .wp-caption img {
        display:block;
        margin-bottom:17px;
    }
        .wp-caption img {
            height:auto;
            max-width:100%;
        }
        .wp-caption.aligncenter img {
            margin-left:auto;
            margin-right:auto;
        }
    .wp-caption p {
        margin:0;
    }

/**
 * 9.7 Testimonials
 * -----------------------------------------------------------------------------
 */
.testimonial {
    background-color:#EEEEEE;
    color:#000000;
    margin-bottom:50px;
    padding:30px;
}
    .testimonial .desc img {
        border:1px solid #CCCCCC;
        float:left;
        margin-right:15px;
    }
    .testimonial .desc {
        overflow:hidden;
    }
    .testimonial .result {
        background-color:#FFFFFF;
        clear:both;
        font-size:1em;
        font-weight:600;
        margin-top:20px;
        overflow:hidden;
        padding:15px;
    }
        .testimonial .result img,
        .testimonial .result .case-study {
            float:right;
            margin-left:25px;
        }
        .testimonial .case-study {
            clear:right;
            margin-top:15px;
        }
            .testimonial .case-study > img {
                float:none;
                margin-left:0;
            }

/**
 * 9.8 Comparison
 * -----------------------------------------------------------------------------
 */
.comparison {
    border-collapse:collapse;
    font-size:.6875em;
    line-height:1.1;
    position:relative;
    table-layout:fixed;
    text-align:center;
    width:100%;
}
    .comparison thead,
    .comparison tbody {
        position:relative;
        z-index:1;
    }
        .comparison th,
        .comparison td {
            padding:10px 5px;
            vertical-align:middle;
        }
        .comparison th:first-child,
        .comparison td:first-child {
            width:67px;
        }
    /* thead */
    .comparison th {
        background-color:#3C6E0B;
        border:1px solid transparent;
        color:#FFFFFF;
        font-weight:700;
        text-transform:uppercase;
    }
        .comparison th a {
            color:#FFFFFF;
        }
    /* tbody */
    .comparison td {
        border:1px solid #DDDDDD;
    }
        .comparison .even td {
            background-color:#F3F3F3;
            background-clip: padding-box; /* Workaround for Firefox bug 688556 */
        }
        .comparison a {
            display:block;
        }
            .comparison a[title] {
                cursor:help;
            }
        .comparison img {
            display:block;
            margin:3px auto;
        }
    /* fixed head */
    .comparison .fixed {
        display:none;
        left:0;
        margin:0 auto;
        position:fixed;
        top:0;
        z-index:2;
    }

/**
 * 9.9 Covers
 * -----------------------------------------------------------------------------
 */
.covers {
    list-style:none;
    overflow:hidden;
    padding:0;
    width:100%;
}
    .covers li {
        overflow:hidden;
		margin-bottom:1.2em;
    }
        .covers .odd,
        .covers .even {
            margin-bottom:10px;
            width:48%;
        }
        .covers .odd {
            float:left;
        }
        .covers .even {
            float:right;
        }
        .covers img {
            display:block;
            float:left;
            margin:0 15px 10px 0;
        }
            .covers .odd img {
                margin-left:-15px;
            }
        .covers h3 {
            margin-left:15px;
        }
            .covers .odd h3 {
                margin-left:0;
            }

/**
 * 9.10 Reassurance Table
 * -----------------------------------------------------------------------------
 */
.reassurance {
    border:1px solid #D9D7C1;
    width:558px;
}
    .reassurance td {
        padding:15px 0 15px 10px;
        vertical-align:middle;
    }
        /* target all td's, except the first */
        .reassurance td + td {
            padding-left:15px;
            padding-right:10px;
        }
        /* do not target the tr or the first td */
        .reassurance tr + tr td + td {
            background:transparent url('img/row-bg.gif') left top no-repeat;
        }
        .reassurance img {
            display:block;
            margin:0 auto;
        }

/**
 * 9.11 Books
 * Whenever we mention a book, this style allows us to show a thumbnail of it to the left-hand side of the text.
 * -----------------------------------------------------------------------------
 */
.book {
    display:block;
    list-style:none;
    margin:0 0 20px 0;
    overflow:hidden;
    padding:0 0 0 120px;
	position:relative;
}
    .book h3 {
        background-color:#74A200;
        color:#FFFFFF;
        margin:-20px 0 0 -20px;
        padding:8px 20px;
        width:100%;
		display: none;
    }
    .book h4 {
        color:#333333;
        font-size:16px;
        margin-top:22px;
    }
        .book h4 a {
            color:#333333;
            display:block;
            font-size:24px;
            font-weight:600;
            text-decoration:underline;
        }
    .book img {
        float:left;
        margin:12px 20px 10px 0;
		position:absolute;
		left:0;
		top:13px;
    }
    .book p {
        margin:.5em 0 1em;
    }
		.book p br {
			line-height:0;
			height:0;
			display:none;
		}
/**
 * 9.12 CTA Boxes
 * -----------------------------------------------------------------------------
 */
.cta {
    border-top:3px solid #87A916;
    padding:1.875em 0;
}
    .optin + .cta {
        float:left;
        margin-top:2em;
    }
    .cta .block {
        background:#F4F4F4 url('img/partials/cta/1.gif') 30px 24px no-repeat;
        padding:25px 30px 10px 95px;
        position:relative;
    }
        .cta .block ~ .block {
            background-image:url('img/partials/cta/2.gif');
        }
        .cta .block .heading {
            border-bottom:2px solid #8ABD00;
            font-size:1.375em;
            padding-bottom:.2em;
            position:relative;
            z-index:1;
        }
        .cta .block .guide {
            bottom:18px;
            position:absolute;
            right:-28px;
            z-index:2;
        }
        .cta .block ~ .block .guide {
            bottom:44px;
            right:-20px;
        }
    .cta .seperator {
        display:block;
        margin:1em auto .625em;
    }
    .cta .content {
        padding-right:90px;
    }

/**
 * 9.13 Optin Form
 * -----------------------------------------------------------------------------
 */
.optin {
    /*float:left;
    max-width:560px;*/
}
    .optin .heading {
        font-size:1.625em;
    }
    .optin .block {
        background-color:#4E7E06;
        color:#FFFFFF;
        border-radius:3px;
        float:left;
        padding:1.5625em 0;
        width:100%;
    }
        .optin .goodies {
            font-size:.6875em;
            line-height:1.3;
            text-align:center;
            width:325px;
        }
            .optin .goodies img {
                margin-bottom:20px;            
            }
            .optin .goodies span {
                display:block;
                padding:0 20px;				
            }
    .optin .form {
        margin-right:20px;
        width:600px;
    }
        .optin .form .field {
            position:relative;
            margin-bottom:.75em;
        }
            .optin form label {
                display:block;
                font-size:.9em;
            }
                .optin.no-labels label {
                    display:none;
                }
            .optin .form input {
                display:block;
                padding:.715em 58px .715em .715em;
                position:relative;
                width:100%;
                z-index:1;
            }
            .optin .form select {
                padding:.715em;
                width:100%;
            }
            .optin .form .required {
                bottom:1.1em;
                color:#C6C6C6;
                font-size:.75em;
                position:absolute;
                margin:auto;
                right:22px;
                z-index:2;
            }
        .optin .form .submit {
            color:#845700;
            margin-top:10px;
            padding-right:10px;
            text-align:center;
        }

/**
 * 9.14 Scroll Triggered Box
 * -----------------------------------------------------------------------------
 */
.scrolltriggered {
    bottom:-255px;
    display:none;
    left:10px;
    padding-top:15px;
    position:fixed;
    z-index:10;
    width:300px;
}
    .scrolltriggered .close {
        background:url('img/partials/scrolltriggered/close.png') center center no-repeat;
        height:34px;
        position:absolute;
        right:15px;
        text-indent:-9999px;
        top:0;
        width:34px;
    }

/**
 * 10.0 Plugins
 * -----------------------------------------------------------------------------
 */

 /**
 * 10.1 Gravity Forms
 * -----------------------------------------------------------------------------
 */
/* layout */
.gform_wrapper {
    margin:5px 0 30px;
}
.gform_fields {
    font-size:.875em;
    line-height:1.285em;
    list-style:none;
    margin:0;
    padding:0;
}
    .gform_fields > li {
        margin-bottom:15px;
    }
.ginput_container {
    margin:5px 0;
    overflow:hidden;
}
    .ginput_left,
    .ginput_right {
        width:48%;
    }
        .ginput_left {
            float:left;
        }
        .ginput_right {
            float:right;
        }
/* labels */
.gfield_label {
    font-weight:700;
}
/* inputs */
.gform_fields input,
.gform_fields select,
.gform_fields textarea {
    background-color:#F5F5F5;
    font-size:1em;
    margin-bottom:5px;
    padding-bottom:.3em;
    padding-top:.3em;
    width:100%;
}
    .gform_fields input:focus + label {
        font-weight:700;
    }
    .gform_fields input.medium,
    .gform_fields select.medium {
        width:48%;
    }
/* buttons */
.gform_button {
    padding:5px;
    width:205px;
}
/* status */
.validation_error {
    color:#790000;
    font-size:1.2em;
    font-weight:700;
    line-height:1.2;
    margin-bottom:10px;
}
.validation_message {
    display:block;
    font-weight:700;
    margin-top:10px;
}
.gfield_error {
    background-color:#FFDFE0;
    border:1px solid #C89797;
    color:#790000;
    padding:10px;
}
.gNames #input_2_1_3, .gNames #input_2_1_6 {
    wwidth:50%;
}
.gNames span.name_first, .gNames span.name_last {
    width: 48%;
    display: block;
    float: left;
}
.gNames span.name_last {
    margin-left: 22px;
}

 /**
 * 10.2 AddThis
 * -----------------------------------------------------------------------------
 */
.addthis > a {
    float:left;
}
    .addthis > a + a {
        margin-left:6px;
    }
.addthis iframe {
    margin-bottom:0;
}
.addthis img {
    vertical-align:baseline;
}
/* facebook */
.addthis .addthis_button_facebook_like {
    overflow:hidden;
    width:49px;
}
/* twitter */
.addthis .addthis_button_tweet {

}
/* google plus */
.addthis .addthis_button_google_plusone {
    width:32px;
}
/* linkedin */
.addthis .addthis_button_linkedin {

}
/* counter */
.addthis .addthis_counter {
    margin-left:10px;
}

/**
 * 10.3 Fixed Feedback
 * -----------------------------------------------------------------------------
 */
.fixed-feedback {
    background: url(img/feedback-bg.png) -31px 0px;
    display: block;
    width: 31px;
    height: 126px;
    overflow: hidden;
    position: fixed;
        right: 0;
        top: 35%;
    text-align: left;
    text-indent: -999px;
    z-index: 1000;
}
    .fixed-feedback:hover {
        background-color: #6C9205;
        background: url(img/feedback-bg.png) 0px 0px;
        border-color:#4F6709;
    }
	
/**
 * Logo table styles
 * ----------------------------------------------------------------------------
 */
 
 .logo-table-wrapper {
	width:100%;
	margin-bottom:2em;
 }
 
 .logo-table-wrapper p {
	clear:both;
	text-align:center;
	margin:2em 0;
	padding-top:2em;
 }
 
 ul.logo-table {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:560px;	
 }
 
 .logo-table li {
	display:inline-block;	
	float:left;
	width:186px;
	height:85px;
	text-align:center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;	 
 }
 
 .logo-table li span {
	height:inherit;
	width:inherit;	
	display:table-cell;
    vertical-align: middle;  
 }
 
 
	
/**
 * Wistia styles
 * ----------------------------------------------------------------------------	
 */
 
 .wistia_responsive_padding { margin-bottom: 1em; }	
 
 
 
/**
 * 10.4 Media Queries Global
 * ----------------------------------------------------------------------------
 */
 @media screen and (max-width: 768px) {
    aside.right, .fixed-feedback, .header .right {
        display:none;
    }
	.section {
		width:auto;	
	}
	.header .wrapper .logo {
		text-align:center;
		float:none;			
	}
	.header .wrapper {
		padding-bottom:1em;	
	}
	.wrapper {
		width:auto;		
	}
	.breadcrumb {
        padding: .6em;
	}
	.main, .main.full {
		width:auto;
		float:none;
		padding:1em;
		margin-top:0;			
	}
	.footer .wrapper {
		padding:1em;	
		text-align:center;
	}
	.footer .nav li, .footer .nav li + li {
		float:none;
		border-left:none;
		margin-left:0;
		padding-left:0;
	}
	.wp-caption {
		width:100% !important;
	}
	.post-content img.aligncenter {
		max-width: 100% !important;
		height: auto !important;
	}
	.cta .block, .cta .block ~ .block {
		padding:1em;	
		background:#F4F4F4;
	}
	.cta .block ~ .block {
		margin-top:1em;	
	}
	.cta .seperator, .cta .block img {
		display:none;	
	}
	.cta .content {
		padding:0;	
	}
	.nextprev {
		text-align:center;			
	}
	.nextprev .button {
		float:none !important;
		margin:0 auto;
	}
	
	.nextprev li a { display:block; }
	
	.testimonial .result {
		text-align:center;	
	}
	.testimonial .result a {
		display:block;
		text-align:center;	
		float:none;
		margin:none;
	}
	.testimonial .result img, .testimonial .result .case-study {
		float:none;
		margin:0 0 10px 0;			
	}
	table.reassurance { width:100% !important; }	
	
	#responsive_menu_pro_container ul, #responsive_menu_pro_container ol { margin:0; }
	
	.book { padding: 0 !important; margin:0; }
	.book img { position: relative; float:none; margin:0; left:0; top:0; }
	.book > a:nth-child(1){ display:block; text-align:center; }
	
	 ul.logo-table {
		width:400px;	
 	}
	

	.logo-table li.row3, .logo-table li.row2, .logo-table li.row1 {	 
		width:180px;
	}   
	
}	
/**
 * 10.5 Media Queries Homepage
 * ----------------------------------------------------------------------------
 */
 
 .show-mobile {
	display:none !important;	 
 }
 
 
 @media screen and (max-width: 768px) {
	 	 
    .home .wrapper .clients, .home .featured-in {
		display:none;
	}
	.home .green .wrapper .block {
		float:none;
		width:auto;
		text-align:center;	
	}	
	.home .banner .heading {
		text-align:center;
		margin:1em 0;	
	}	
	.show-mobile {
		display:block !important;	 
	}
	.hide-mobile {
		display:none !important;	 	
	}
	.block.shadow { box-shadow:none; }
	.block p { padding:1em !important; }	
	.feature img.show-mobile {
		margin:0 auto;
	}
	.mobile-highlight {
		background:#FFFFFF; 
	}
    .mobile-quote {
		text-align:center;
		min-height:176px;
	}
	.feature a { color:#444444; }
	.feature h3 { margin-top:1em; font-size:1.5em; padding:0 1em; color:#444444; text-align:center; }
	.block.third:nth-child(1) {		
        width: 100%;
		float:none;
		height:auto;
		margin-bottom:1em;		
	}
	.block.third:nth-child(2), .block.third:nth-child(3) {
		width:49%;
		text-align:center;			
	}	
	.card img { position:relative !important; left:auto !important; bottom:auto !important; }
	.block .readmore { margin-bottom:1em; }	
	.crease-mobile {
		background-image: url('img/section-crease.png');
    	background-position: center bottom;
    	background-repeat: no-repeat;
		clear:both;
		padding:20px 0;
	}	
 }

@media screen and (max-width: 700px) {
	.block.half, .block.third:nth-child(2), .block.third:nth-child(3) {
		width: 100%;
		float:none;
		clear:both;		
	}
	.card {
		height:auto !important;
		min-height:350px;	
	}	
}

/**
 * 10.6 Media Queries Contact Page
 * ----------------------------------------------------------------------------
 */
 
 @media screen and (max-width: 768px) {
    .gNames span.name_first, .gform_fields input.medium, .gNames span.name_last {
		width:100%;
	}	
	.gNames span.name_last {
		margin-left:0;	
	}	
	.ginput_left, .ginput_right, .gform_fields select.medium {
		float:none;
		width:100%;
	}	
	.gform_footer {
		text-align:center;	
	}
}

/**
 * 10.7 Media Queries Learning Page
 * ----------------------------------------------------------------------------
 */
 
 @media screen and (max-width: 768px) {
   
	 .optin, .optin .goodies {
		width:100%;
		text-align:center;
		float:none;
		max-width:none;
	}	
	.optin .form {
		float:none;
		width:80%;
		margin:2em auto;	
	}	
	#responsive_menu_pro_three_lines { display:none !important; }
	.optin .submit { font-size:.7em; }
}

/**** Check to see if these can be removed once the new Wistia snippet is replaced sitewide ****/

@media screen and (max-width: 589px) {
    iframe.wistia_embed, .wp-caption iframe {
		width: 420px !important;
		height:246px !important;
	}	
	#cse-search-results iframe {
		width:auto!important; /*search results content */	
	}	
}

@media screen and (max-width: 445px) {
    iframe.wistia_embed, .wp-caption iframe {
		width: 290px !important;
		height:170px !important;
	}
	.home .banner a:nth-child(2) {
		display:block;
		margin:0 1em;			
	}
	.author { font-size:.9em !important; }	
}
