/*
 Theme Name: MindManager
 Author: Jason Brandt
 */

@import url('reset.css');
@import url('global.css');
@import url('header-menu.css');
@import url('footer-menu.css');
@import url('promo-bar.css');
@import url('widgets/pagination-widget.css');
@import url('widgets/share-widget.css');
@import url('widgets/video-widget.css');
@import url('widgets/video_items_list-widget.css');
@import url('acf/acf-featured_items_3_col.css');
@import url('acf/acf-picture_rows.css');
@import url('acf/acf-featured_video_items.css');

 /* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



/* Page header stuff from sprint 10 */

#hello-bar .menu-language-menu-container {
    float: right;
}

/* Hello bar header */
#hello-bar-options {
    float: right;
}

#hello-bar-options li {
    display: inline-block;
}

#hello-bar-options li a, #hello-bar-options li a:link, #hello-bar-options li a:visited {
    color: #646665;
    font-size: 15px;
    line-height: 44px;
}

#hello-bar-options li a:active, #hello-bar-options li a:hover {
    color: #2798ED;
}

#hello-bar-options li {
    margin-left: 21px;
    margin-right: 7px;
}

#hello-bar-options .hello-bar-icon {
    max-width: 15px;
}

.hello-bar-language-launcher:hover {
    cursor: pointer;
}

.hello-bar-language-launcher a {
    padding-left: 20px;
    background-image: url('../images/hello-bar/globe.png');
    background-size: 15px;
    /*background-position: 0% center;*/
    background-repeat: no-repeat;
}

.hello-bar-language-launcher a:hover, .hello-bar-language-launcher.pressed a,
.hello-bar-preload-globe-image {
    background-image: url('../images/hello-bar/globe-hover.png');
    color: #2798ED !important;
}

.hello-bar-language-launcher .language-disclosure-arrow {
    display: inline-block;
    background-image: url('../images/hello-bar/arrow-sml.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 7px;
    margin-left: 2px;
}

.hello-bar-language-launcher.pressed .language-disclosure-arrow,
.hello-bar-preload-disclosure-image {
    background-image: url('../images/hello-bar/arrow-sml-hover.png');
}

.hello-bar-option-contact {
    background: url('../images/hello-bar/contact.png');
    background-size: 15px;
}

.hello-bar-option-contact:hover, 
.hello-bar-preload-contact-image {
    background-image: url('../images/hello-bar/contact-hover.png');
}

.hello-bar-option-login {
    background-image: url('../images/hello-bar/profile.png');
    background-size: 15px;
}

.hello-bar-option-login:hover, 
.hello-bar-preload-login-image {
    background-image: url('../images/hello-bar/profile-hover.png');
}

.hello-bar-option-search {
    background-image: url('../images/hello-bar/search.png');
    background-size: 15px;
}

.hello-bar-option-search:hover, .hello-bar-option-search.pressed, 
.hello-bar-preload-search-image {
    background-image: url('../images/hello-bar/search-hover.png');
}

.hello-bar-preload-hamburger-image {
    background-image: url('../images/hamburger-menu-pressed-alt.png');
}

.hello-bar-option {
    background-position: 0% center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.hello-bar-option:hover {
    cursor: pointer;
}

.hello-bar-preload-image {
    width: 0;
    height: 0;
    display: inline;
}

#hello-bar-options li a.pressed {
    color: #2798ED;
}

/* New customers template */

.customers-header-container {
    background-color: #ffffff;
}

    .customers-header {
        padding: 25px 0;
    }

        .customers-header-left {
            text-align: center;
            width: 50%;
        }

            .customers-header-left img {
                max-width: 100%;
            }

        .customers-header-right {
            box-sizing: border-box;
            float: right;
            padding-left: 3%;
            width: 50%;
        }

            .customers-header-right h1 {
                font-size: 50px;
                margin-bottom: 15px;
            }

            .customers-header-right p {
                font-size: 22px;
                font-weight: 300;
            }

.customers-container {
    background-color: #f4f4f4;
}

    .customers-sidebar {
        float: right;
        width: 25%;
    }

        .customers-sidebar-content {
            background-color: #ffffff;
            box-sizing: border-box;
            float: right;
            margin-top: 50px;
            padding: 20px 15px;
            width: 100%;
        }

            .customers-sidebar-content-rule {
                background-color: #e7e7e7;
                height: 1px;
                margin: 15px auto;
                width: 80%;
            }

            .customers-filter-heading {
                color: #3b51a3;
                font-size: 16px;
                font-weight: 500;
                margin: 15px;
            }

            .customers-filter-option {
                color: #4c4c4c;
                font-size: 16px;
                font-weight: 300;
                line-height: 40px;
                padding-left: 20px;
            }

            .customers-filter-option input {
                margin: 0 5px 5px 0;
                vertical-align: middle;
            }

    .customers-content {
        font-size: 0;
        margin-bottom: 50px;
        width: 75%;
    }

        .customers-content-customer {
            background-color: #ffffff;
            display: inline-block;
            font-size: 22px;
            height: 365px;
            margin-right: 5%;
            margin-top: 50px;
            overflow: hidden;
            text-align: center;
            vertical-align: top;
            width: 45%;
        }

            .customers-content-customer-logo {
                height: 150px;
                position: relative;
                width: 100%;
            }

                .customers-content-customer-logo img {
                    left: 50%;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%) translateX(-50%);
                    max-width: 176px;
                    max-height: 124px;
                }

            .customers-content-customer h2 {
                color: #3b51a3;
                font-size: 30px;
                font-weight: 500;
            }

            .customers-content-customer p {
                color: #999999;
                font-weight: 300;
                line-height: 28px;
                margin: 20px;
            }

/* Contact changes */

.contactIntro {
    padding-top: 60px;
}

    .contactIntro .intro-text {
        box-sizing: border-box;
        display: inline-block;
        font-size: 20px;
        float: left;
        padding: 0 250px 0 15px;
        width: 800px;
    }

        .contactIntro .intro-text h2 {
            color: #3b51a3;
            font-size: 34px;
            font-weight: 700;
            margin-bottom: 5px;
        }

.contactIntro .contact-buttons {
    box-sizing: border-box;

    display: inline-block;
    padding: 0 15px;
    width: 400px;
}

    .contactIntro .contact-buttons a {
        color: white;
        display: inline-block;
        font-size: 20px;
        margin: 15px 0;
        width: 250px;
        text-transform: none;
    }

    .button.button-green {
        background-color: #22b14c;
    }

    .button.button-lightblue {
        background-color: #99d9ea;
    }

@media only screen and (max-width: 1199px) {
    .customers-header-left,
    .customers-header-right,
    .customers-sidebar,
    .customers-content {
        float: none;
        width: 100%;
    }

    .customers-header-left .play-video-container {
        margin: 15px auto;
    }

    .customers-content {
        text-align: center;
    }

    .customers-content-customer {
        margin: 25px;
        width: 415px;
    }
}

@media only screen and (max-width: 959px) {
    .customers-content-customer {
        margin: 25px 0;
    }
    .customers-content-customer {
        height: auto;
    }

    .contactIntro .intro-text, .contactIntro .contact-buttons {
        padding: 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 720px) {
    .contactIntro .contact-buttons {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .customers-content-customer {

        width: 100%;
    }
}

/* Sprint 16 */

.bold {
    font-weight: 700;
}

.indented-once, .indented-1x {
    margin-left: 5%;
}

.indented-twice, .indented-2x {
    margin-left: 10%;
}

.indented-thrice, .indented-3x {
    margin-left: 15%;
}


@media only screen and (max-width: 991px)
{
    .hideMobile {
        display: none;
    }
}

/* RESOURCES */

.resourceOverview .content-item-container,
.resourceListing .content-item-container {
    background-color: #f4f4f4;
    box-sizing: border-box;
    padding-top: 71px;
    padding-left: 23px;
    padding-bottom: 66px;
}

#toc-container {
    background-color: #333132;
    overflow: hidden;
}

#toc {
    margin: auto;
    padding-bottom: 60px;
    padding-top: 90px;
}

#toc .content-heading-subcontent {
    color: white;
    margin-bottom: 50px;
}

#toc .bannerItem {
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    width: 33.3333333%;
}

#toc .bannerItemImageContainer {
    position: relative;
}

#toc .bannerItem img {
    width: 100%;
}

#toc .bannerItem .bannerItemTitle {
    color: white;
    font-size: 24px;
    margin-bottom: 15px;
    min-height: 48px;
}

.resourceListing #toc .bannerItem .bannerItemTitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 25px;
}

#toc .bannerItemImage {
    background-position: center center;
    background-size: cover;
    padding-bottom: 55%;
    width: 100%;
}

#toc .bannerItem .bannerItemDescription {
    color: white;
    margin-top: 25px;
}

.resourceOverview .row,
.resourceListin .row {
    margin: auto -15px;
}

#featuredResourcesContainer {
    background-color: #fff;
    padding-left: 0;
}

#featuredResources .bannerItem .bannerItemDescription {
    color: white;
    margin-top: 30px;
}

#featuredResources .featuredResource {
    box-sizing: border-box;
    float: left;
    margin: 15px 0;
    padding: 0 15px;
    width: 33.3333333%;
}

#featuredResources .featuredResource:nth-child(3n+4) {
    clear: both;
}

#featuredResources .featuredResource-inner {
    border: 2px solid #f4f4f4;
    font-size: 0;
}

.featuredResource-inner .includedResourceType,
.bannerItemImageContainer .includedResourceType {
    right: 0;
    bottom: 0;
    position: absolute;
    margin-bottom: 0;
}

#featuredResources .featuredResource img {
    width: 100%;
}

#featuredResources .featuredResourceImage {
    background-position: center center;
    background-size: cover;
    padding-bottom: 55%;
    position: relative;
    width: 100%;
}

#featuredResources .featuredResourceTitle {
    background-color: #f4f4f4;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    min-height: 122px;
    padding: 25px;
}

/* Listing */

.resourceListing #listing {
    border-right: 2px solid #e8e8e8;
    box-sizing: border-box;
    float: right;
    padding: 0 75px 0 15px;
    width:75%;
}

    .includedResource {
        border-top: 2px solid #e8e8e8;
        margin-bottom: 35px;
        overflow: hidden;
        padding-top: 35px;
    }

        .includedResource .text {
            box-sizing: border-box;
            float: left;
            padding-right: 60px;
            width: 70%;
        }

            .includedResourceType {
                background-color: #3952a4;
                color: white;
                display: inline-block;
                font-size: 12px;
                margin-bottom: 10px;
                padding: 9px 15px 7px 15px;
                text-transform: uppercase;
            }

            .includedResourceTitle {
                font-size: 20px;
                line-height: 24px;
                font-weight: 700;
            }

            .includedResourceDescription {
                font-weight: 300;
                line-height: 20px;
                margin-top: 10px;
            }

        .includedResource .image {
            float: left;
            position: relative;
            width: 30%;
        }

        .mm_tutorial .overlay,
        .mm_video .overlay,
        .mm_on_demand_webinar .overlay,
        .webinar-imagelink .overlay {
            background-image: url('../images/playbutton.png');
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 34%;
            position: absolute;
            top: 33%;
            width: 100%;
        }

            .includedResourceImage {
                background-position: center center;
                background-size: cover;
                display: block;
                padding-bottom: 55%;
                width: 100%;
            }




.resourceListing #filters {
    box-sizing: border-box;
    float: right;
    padding: 0 15px 0 60px;
    width: 25%;
}

    .resourceListing .region-label,
    .resourceListing .current-region-label,
    .resourceListing #region-button {
        line-height: normal;
    }

    .resourceListing .region-info {
        margin-bottom: 40px;
    }

    .filter-heading {
        color: #959595;
        font-size: 12px;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    #filters label {
        display: block;
    }

    #filters input {
        margin: 0 15px 25px 0;
        position: relative;
        top: -1px;
    }

/* Webinar Atomic */

.content-container.atomic {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-heading-atomic {
    color: black;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 15px;
}

.atomic-content {
    margin: 25px 0;
    padding-bottom: 25px;
}

.quickdata {
    line-height: 1.5em;
    margin: 5px 0;
}

.dataTitle {
    color: #959595;
    font-size: 0.85em;
    text-transform: uppercase;
}

.atomic .media {
    float: right;
    margin-left: 15px;
    margin-top: 25px;
    width: 40%;
}

.atomic .media img {
    width: 100%;
    height: auto;
}

.atomic .media iframe {
    width: 480px;
    height: 300px;
}

.atomic .content-button-wrapper {
    margin-left: 0;
    margin-top: 25px;
}

.webinar-imagelink {
    display: block;
    padding-left: 15px;
    padding-bottom: 15px;
    position: relative;
}

.single-mm_on_demand_webinar .content-container.atomic {
    background-color: #f4f4f4;
}

.single-mm_on_demand_webinar .mktoForm {
    background-color: white;
    width: 100% !important;
    box-sizing: border-box;
    padding: 15px !important;
}

.single-mm_on_demand_webinar .form-caption {
}

.single-mm_on_demand_webinar .whitepaper-pardot {
    float: none;
    margin-top: 0;
    width: auto;
}

.single-mm_on_demand_webinar .atomic .media iframe {
    width: 450px;
}

.single-mm_on_demand_webinar .atomic.mm_live_webinar .media iframe {
    background-color: white;
    padding: 15px;
    box-sizing: border-box;
}

/**************/
/* Responsive */
/**************/

@media only screen and (min-width: 768px) {
    .includedResource:first-child { border-top: none; padding-top: 0; }
}

@media only screen and (max-width: 767px) {
    #featuredResources .featuredResource { width: 100%; }
    #toc .bannerItem { width: 100%; }
    #toc .bannerItem + .bannerItem { margin-top: 25px; }
    .resourceListing #filters, .resourceListing #listing { width: 100%; padding-right: 15px; padding-left: 15px;}
    .atomic .media { float: none; text-align: center; width: 100%; }
}

@media only screen and (max-width: 480px) {
    .includedResource .text, .includedResource .image { width: 100%; padding: 0; }
    .includedResource .image { margin-top: 25px; }
}

.content-item-2.iframePro {
    background-color: #f4f4f4;
}