/*
    Theme Name: Moore Market Intelligence
    Theme URI: http://www.mooremarketintelligence.com
    Version: 2.0.1
    Author: Flying Hippo Web Technologies
    Author URI: http://www.mooremarketintelligence.com
    License: None
    Description: A website for Moore Market Intelligence
*/

/* Import the Google Search CSS. Note that this is ONLY for styling and should be deleted before the site goes live. (Google will pull in its own CSS file dynamically.) */
@import url('google-search.css');

* {
    margin: 0;
    padding: 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
}

/* 
    We are using em's for fonts, set at 1.0em = 10px
    Child elements with their own font size will be added on, making
    your font sizes really big. If you have an element set at 2.0em (20px)
    and want its child element to be 1.2em (12px), the child element
    should's font-size should be 0.6em (12/20 = .6)
*/

body {
    color: #18201f;
    font: 62.5%/1.6 'Droid Serif', 'Georgia', serif; /* makes base font 10px, 16px * .625 = 10px */

    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3 {
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

h1 {
}

h2 {
    font-size: 2.4em;
    font-weight: 400;
    padding: 0 0 12px;
}

h3 {
    font-size: 1.4em;
    letter-spacing: 1px;
    padding: 0 0 8px;
    text-transform: uppercase;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    letter-spacing: 1px;
    font-size: 1.1em;
    text-transform: uppercase;
}

p {
    font-size: 1.4em;
    line-height: 1.8;
    padding: 0 0 24px;
}

a {

}

    p a {
        color: #18705c;
    }

    a img {
    }

blockquote {
    color: #18705c;
    font-size: 1.8em;
    font-style: italic;
    line-height: 1.5;
    padding: 0 0 24px;
}

    blockquote p {
        font-size: 1.0em;
        line-height: 1.5;
        padding: 0;
    }

.button {
    cursor: pointer;
    display: inline-block;
    font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.3em;
    font-weight: 900;
    letter-spacing: 4px;
    padding: 0 3px 3px 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

    .button span {
        display: block;
        margin: -3px 0 0 -3px;
        padding: 6px 20px;
    }

.button-dark {
    background: url( 'images/bg-button-dark.png' );
    color: #18201f;
}

    .button-dark span {
        background-color: #03a088;
        border: 1px solid #182120;
    }

    .button-dark:hover span, .button-light:hover span, .services-link:hover, .books-link:hover {
        color: #FFEA00;
    }

.button-light {
    background: url( 'images/bg-button-light.png' );
    color: #fff;
}

    .button-light span {
        background-color: #333;
        border: 1px solid #f4f4f4;
    }

ul {
}

li {
    list-style-type: none;
}

    .post-content ul, .post-content ol {
        list-style-position: outside;
        margin: 0 0 24px;
    }

    .post-content li {
        font-size: 1.4em;
        list-style-type: disc;
        margin: 0 0 10px 25px;
        padding-left: 0;
    }

    .post-content ol li {
        list-style-type: decimal;
    }

    .post-content p a:hover {
        text-decoration: none;
    }

hr {
    border: 0;
    border-bottom: 1px solid #d4d4d4;
    margin: 0 0 16px;
}

input, textarea {
}

input:focus, textarea:focus {
    outline: none;
}

table {
    border-collapse: collapse;
}

    table th {
    }

    table td {
    }

    .post-content table {
        font-size: 1.4em;
        margin: 0 0 24px;
    }

    .post-content th {
        background-color: #f2f2f2;
        border: 1px solid #d4d4d4;
        padding: 5px 10px;
    }

    .post-content td {
        border: 1px solid #d4d4d4;
        padding: 5px 10px;
    }

    .post-content table.contact-table td {
        border: none;
        padding-left: 10px;
        vertical-align: top;
    }

.clear {
    clear: both;
}

.col {
    float: left;
}

.two-thirds {
    width: 66.6667%;
}

.half {
    width: 50%;
}

.third {
    width: 33.3333%;
}

.fourth {
    width: 25%;
}

/* Start Editing */
.wrapper {
}

.header {
    background-color: #f4f4f4;
    box-shadow: 0 4px 8px rgba( 0, 0, 0, .2 );
    position: relative;
    z-index: 2;
}

    .header-int {
        margin: 0 auto;
        max-width: 1040px;
        padding: 0 20px;
    }

    .hidden-title {
        height: 1px;
        line-height: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        width: 1px;
    }

    .logo {
        background: url( 'images/logo.png');
        display: block;
        float: left;
        height: 73px;
        margin: 20px 0 -12px;
        width: 169px;
    }

    .print-logo {
        display: none;
    }

.header-menus {
    float: right;
}

.primary-menu {
    margin: 8px -10px 0 0;
    z-index: 1;
}

    .primary-menu li {
        display: inline-block;
        position: relative;
    }

    .primary-menu a {
        color: #222121;
        display: block;
        font-size: 1.4em;
        font-weight: 900;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .primary-menu li ul {
        background-color: #f4f4f4;
        display: none;
        left: 0;
        position: absolute;
        top: 42px;
        width: 200px;
    }
        .primary-menu li.small-subnav ul {
            width: 120px;
        }

        .primary-menu li:hover ul {
            display: block;
        }

        .primary-menu li ul li {
            display: block;
        }

        .primary-menu li ul a {
            font-size: 1.2em;
            font-family: 'Lato', 'Helvetica Neue','Helvetica','Arial',sans-serif;
            color: #645d54;
            padding: 5px 10px;
        }

        .primary-menu li a:hover, .primary-menu .current_page_ancestor ul a:hover, .primary-menu .current-menu-item ul a:hover {
            color:#00A990;
        }

            .primary-menu .current_page_ancestor a, .primary-menu .current-menu-item a {
                color:#00A990;
            }

            .primary-menu .current_page_ancestor ul a, .primary-menu .current-menu-item ul a
            {
                color: #645d54;
            }

.ancillary-menu {
    background-color: #00a990;
    float: right;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

    .ancillary-menu li {
        display: inline-block;
        position: relative;
    }

    .ancillary-menu a {
        color: #fff;
        display: block;
        font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        font-size: 1.0em;
        font-weight: 900;
        letter-spacing: .5px;
        padding: 5px 8px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .ancillary-menu li ul {
        background-color: #00a990;
        display: none;
        left: 0;
        position: absolute;
        top: 26px;
        width: 130px;
    }

        .ancillary-menu li:hover ul {
            display: block;
        }

        .ancillary-menu li ul li {
            display: block;
        }

        .ancillary-menu li ul a {
        }

/* Content */
.wrapper {
    position: relative;
    z-index: 1;
}

.content-area-int {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 20px;
}

/* Interior Pages */
.page-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%;
}

.page-header-int {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0 20px;
    position: relative;
}

    .page-header h1 {
        display: inline-block;
        font-size: 4.0em;
        letter-spacing: 4px;
        margin: 220px 0 0;
        position: relative;
        text-transform: uppercase;

        text-shadow: 3px 3px 0 #182622, 5px 5px 0 #71827d;
    }

        .page-header .title-bg {
            background: url( 'images/bg-interior-page-title.png' );
            height: 141px;
            left: -88px;
            position: absolute;
            top: -26px;
            width: 151px;
            z-index: 0;
        }

        .page-header .title-icon {
            background-color: #00a990;
            border-radius: 100%;
            height: 56px;
            left: -28px;
            margin: -28px 0 0;
            padding: 10px;
            position: absolute;
            top: 50%;
            width: 56px;
            z-index: 2;
        }

            .page-header .title-icon span {
/*                background-size:contain;*/
                background-size:24px 24px;
                background-color: #007d6b;
                background-repeat: no-repeat;
                background-position: center center;
                border-radius: 100%;
                display: block;
                height: 36px;
                width: 36px;
            }

        .page-header .page-title {
            background: rgba( 0, 98, 76, .9 );
            color: #fff;
            display: inline-block;
            padding: 12px 30px 12px 50px;
            position: relative;
            z-index: 1;
        }

.page-decal {
    background-image: url( 'images/bg-page-analytics.png' );
    background-repeat: no-repeat;
    height: 68px;
    left: -80px;
    position: absolute;
    top: 100px;
    width: 238px;
}

.page-border {
    background: #000;
    height: 12px;
    margin: -12px auto 0;
    max-width: 1040px;
}

.content-int {
    border-bottom: 1px solid #d4d4d4;
    margin: 0 auto;
    max-width: 1040px;
    padding: 80px 20px 40px;
}

.post-content {
    float: left;
    min-height: 1px;
    width: 66.6667%;
}

    .post-content h2 {
        color: #01a990;
        font-family: "Droid Serif","Georgia",serif;
        font-size: 2.4em;
        font-style: italic;
        font-weight: 400;
        letter-spacing: 0;
    }

    .post-content h3 {
        color: #767676;
        font-size: 1.8em;
        letter-spacing: 2px;
        line-height: 1.2;
        text-transform: uppercase;
    }

.sidebar {
    float: left;
    margin: -10px 0 0;
    padding: 0 0 0 60px;
    width: 33.3333%;
}

    .sidebar a {
        color: #645d54;
        display: block;
        font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        font-size: 1.3em;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 10px 0 10px 15px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .sidebar .current_page_item a {
        background-image: url( 'images/icn-green-dot.png' );
        background-repeat: no-repeat;
        background-position: left center;
    }

    .sidebar ul.children {
        display: none;
    }

/* Footer */
.footer-int {
    background-image: url( 'images/bg-footer.png' );
    background-position: center 30px;
    background-repeat: no-repeat;
    border-top: 1px solid #d4d4d4;
    margin: 4px auto 0;
    max-width: 1040px;
    min-height: 100px;
    padding: 60px 20px 40px;
    text-align: center;
}

.home section.wrapper {
    min-width: 1000px;
}

.home .footer-int {
    border-top: 0;
    margin-top: 0;
}

    .footer-int li {
        display: inline-block;
    }

    .footer-int li a {
        display: block;
        padding: 5px;
    }

    .footer-int h5 {
        color: #03a088;
        font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        font-size: 1.0em;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

        .footer-int h5 a {
            color: inherit;
            text-decoration: none;
        }

/* Home - Video Feed */
.video-feed {
    background-image: url( 'images/bg-video1.jpg' );
    background-size: 100% auto;
    position: relative;
    width: 100%;
}

.video-feed-live {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.green-dots {
    background: url( 'images/bg-dots-green.png' );
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.video-feed-int {
    padding: 0 0 56.25%;
}

.video-circle {
    background-image: url( 'images/video-outer-circle.png' );
    height: 401px;
    left: 50%;
    margin: -300.5px 0 0 -246.5px;
    position: absolute;
    top: 50%;
    width: 493px;
}

    .video-circle-int {
        background-image: url( 'images/video-green-circle.png' );
        height: 395px;
        margin: 50px 0 0 49px;
        padding: 55px 0 0;
        position: relative;
        text-align: center;
        width: 395px;
    }

        .video-circle-content {
            color: #fff;
        }

        .video-circle-content h2 {
            font-size: 4.8em;
            font-weight: 600;
            letter-spacing: 3px;
            line-height: 1;
            padding: 0 0 15px;
            text-transform: uppercase;
        }

        .video-circle-content p {
            font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
            font-weight: 700;
            letter-spacing: 2px;
            padding: 0 50px 0 65px;
            text-align: left;
            text-transform: uppercase;
        }

        .video-circle-content .button {
            margin: 20px 0 0;
        }

    .video-circle-upper-square {
        background-image: url( 'images/video-top-box.png' );
        height: 25px;
        left: 50%;
        margin: 0 0 0 -13px;
        position: absolute;
        top: -13px;
        width: 26px;
    }

    .video-circle-left-square {
        background-image: url( 'images/video-left-box.png' );
        height: 41px;
        left: -20px;
        margin: -20.5px 0 0 0;
        position: absolute;
        top: 50%;
        width: 40px;
    }

    .video-circle-mountain-lines {
        background-image: url( 'images/video-mountain-lines.png' );
        height: 76px;
        margin: -38px 0 0;
        position: absolute;
        right: -380px;
        top: 50%;
        width: 280px;
    }

    .video-circle-bottom-left-lines {
        background-image: url( 'images/video-bottom-left-lines.png' );
        bottom: -91px;
        height: 174px;
        left: -397px;
        position: absolute;
        width: 572px;
    }

    .video-circle-bottom-right-lines {
        background-image: url( 'images/video-bottom-right-lines.png' );
        height: 402px;
        left: 50%;
        margin: -42px 0 0 -32px;
        position: absolute;
        top: 50%;
        width: 284px;
    }

    .video-circle-left-line {
        background-color: rgba( 255, 255, 255, .3 );
        height: 1px;
        left: -406px;
        position: absolute;
        top: 50%;
        width: 326px;
    }

/* Home - About Sheryl */
.about-section {
    /*background-image: url( 'images/bg-about.png' );*/
    background-image: url( 'images/MMI_HomepageSheryl.jpg');
    background-size: 100% auto;
    position: relative;
    width: 100%;
}

.about-section-int {
    height: 0;
    padding: 0 20px 46.75%;
    position: relative;
}

.about-blurb {
    color: #fff;
    margin: -100px 0 0;
    position: absolute;
    top: 50%;
    width: 50%;
}

    .about-blurb h2 {
        font-size: 4.6em;
        letter-spacing: 4px;
        line-height: 1.1;
        padding: 5px 0 10px;
        text-transform: uppercase;
    }

    .about-blurb h3 {
        font-family: 'Droid Serif', 'Georgia', serif;
        font-size: 2.4em;
        font-style: italic;
        font-weight: 900;
        line-height: 1.1;
        padding: 0 0 10px;
    }

    .about-blurb h4 {
        font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
        font-size: 1.3em;
        font-weight: 900;
        letter-spacing: 3px;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .about-blurb p {
        padding: 0 0 20px;
    }

.about-lines {
    background: url( 'images/about-lines.png' );
    height: 68px;
    left: -272px;
    position: absolute;
    top: -84px;
    width: 408px;
}

.our-services {
    background: url( 'images/bg-services.jpg' );
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .our-services-int {
        padding: 0 0 58.8%;
        position: relative;
    }

    .services-text {
        margin: -136.5px 0 0;
        position: absolute;
        top: 50%;
    }

    .our-services-int h2 {
        background-color: rgba( 0, 98, 76, .9 );
        color: #fff;
        font-size: 4.6em; 
        float: left;
        letter-spacing: 3px;
        margin: 80px 0 0;
        padding: 15px 60px 20px 40px;
        text-transform: uppercase;
    }

    .services-link {
        background-image: url( 'images/services-circle.png' );
        color: #fff;
        display: block;
        height: 273px;
        float: left;
        font-size: 1.4em;
        margin: 0 0 0 -50px;
        padding: 115px 20px 0 40px;
        text-decoration: none;
        width: 255px;
    }

        .services-link em {
            display: block;
            font-weight: 700;
        }

    .services-line {
        background: url( 'images/services-lines.png' );
        height: 76px;
        margin: -56px 0 0;
        position: absolute;
        right: -600px;
        top: 50%;
        width: 604px;
    }

.grey-dots {
    background: url( 'images/bg-dots-grey.png' );
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* Home - Books */
.books {
    background: url( 'images/bg-books.jpg' );
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .books-int {
        padding: 0 0 58.866667%;
        position: relative;
    }

    .books-text {
        margin: -136.5px 0 0;
        position: absolute;
        top: 50%;
    }

    .books-int h2 {
        background-color: rgba( 0, 98, 76, .9 );
        color: #fff;
        font-size: 4.6em; 
        float: left;
        letter-spacing: 3px;
        margin: 80px 0 0;
        padding: 15px 40px 20px 60px;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
    }

    .books-link {
        background-image: url( 'images/services-circle.png' );
        color: #fff;
        display: block;
        height: 273px;
        float: left;
        font-size: 1.4em;
        margin: 0 -50px 0 0;
        padding: 115px 20px 0 40px;
        position: relative;
        text-decoration: none;
        width: 255px;
        z-index: 2;
    }

        .books-link em {
            display: block;
            font-weight: 700;
        }

    .books-line {
        background: url( 'images/services-lines.png' );
        height: 76px;
        margin: -56px 0 0;
        position: absolute;
        right: -697px;
        top: 50%;
        width: 677px;
    }

/* Home - Section Navigation */
.home-nav {
    left: 20px;
    margin: -48px 0 0;
    position: fixed;
    top: 50%;
    z-index: 100;
}

    .home-nav li {
        margin: 0 0 12px;
    }

    .home-nav a {
        background-color: #575757;
        border-radius: 100%;
        display: block;
        height: 12px;
        width: 12px;
    }

    .home-nav .active-home-nav {
        background-color: #ffea00;
    }

/* Resume */
.resume-wrapper .content-int {
    padding-top: 0;
}

.resume-wrapper .sidebar {
    padding: 0 60px 0 0;
}

    .resume-wrapper .sidebar .sidenav {
        padding: 20px 0 0 40px;
    }

    .resume-wrapper .sidebar .current_page_item a {
        color: #01A990;
    }

.resume-wrapper .post-content {
    padding: 60px 0 0;
}

.resume-section {
    border: 1px solid #D4D4D4;
    border-left: 0;
    border-right: 0;
    margin: 0 0 4px;
    padding: 30px 0 10px;
}

.resume-section ul li {
    list-style-image:url(images/bg-bullet-list.png);
    list-style-position:outside;
    margin:0 0 10px 25px;
    padding-left:10px;
}

.resume-section ul ul {
    font-size:.6em;
    margin:10px 0;
    padding:0;
}

.resume-section ul ul li {
    margin:0 0 5px 30px;
    padding:0;
}

.top-resume-section {
    border-top: 0;
    padding: 0 0 10px;
}

.top-resume-section h1 {
    font-size: 3em;
    color: #01A990;
    font-family: 'Droid Serif', 'Georgia', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-style: normal;
    padding-bottom: .3em;
}

img.attachment-resume-image {
    padding-top:10px;
}

.resume-wrapper .resume-section h2 {
    color: #01A990;
    font-family: 'Droid Serif', 'Georgia', serif;
    font-size: 2.4em;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
}

.resume-wrapper .top-resume-section h1 {
    font-size: 3.0em;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.resume-wrapper .resume-section h3 {
    color: #767676;
    font-size: 1.8em;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
}

    .resume-wrapper .resume-section h3 em {
        border-left: 2px solid #01A990;
        display: inline-block;
        font-family: 'Droid Serif', 'Georgia', serif;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0;
        margin: 0 0 0 5px;
        padding: 0 0 0 10px;
        text-transform: capitalize;
    }

.resume-wrapper .resume-section h4 {
    color: #767676;
    font-family: 'Droid Serif', 'Georgia', serif;
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 0 20px;
}

    .resume-wrapper .resume-section h4 em {
        border-left: 2px solid #01A990;
        display: inline-block;
        margin: 0 0 0 5px;
        padding: 0 0 0 10px;
        text-transform: capitalize;
    }

/* Accordion Shortcode */
.accordion-wrapper {
    background-image: url( 'images/bg-bullet-list.png' );
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
}

.accordion-content {
    display: none;
}

p.p1 {
    display: none;
}

.post-content .gform_wrapper div.ginput_container span {
    clear: left;
    float: left;
    height: 6em;
}

.post-content .gform_wrapper .gform_button {
    background-color: #333;
    border: 1px solid #f4f4f4;
    color: #FFF;
    cursor: pointer;
    font-family: "Lato","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 1.3em!important;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.post-content .gform_wrapper .gform_button {
    display: block;
    margin: -3px 0 0 -3px;
    padding: 6px 20px;
}

.post-content .gform_wrapper .gform_button:hover {
    color: #ffea00;
}

.content-wrapper .gform_confirmation_wrapper {
	font-size:1.5em; 
	padding:1em; 
	background-color:transparent; 
	border-top:1px solid #d4d4d4; 
	border-bottom:1px solid #d4d4d4;
}