/* CSS stylesheet for the following I+A Landing Pages:
/ideas-and-advice.html
/ideas-and-advice.html/best-bets.html
/ideas-and-advice.html/behind-the-design.html
/ideas-and-advice.html/how-tos-and-advice.html
/ideas-and-advice.html/looks-we-love.html */

.breadcrumb {display: none;}
.mob-break {display:none;}
.mob-show {display: none;}
.clear {
    clear: both;
}
img {max-width: 100%;}

/* I+A Navigation Menu // */
.secondary-nav {
    padding: 15px 0;
    background: #F3F3F3;
    border-bottom: 1px solid hsla(0,0%,51%,1);
}
.secondary-nav .page-title {
    width: 30%;
    display: inline-block;
    text-align: center;
}
.secondary-nav .page-title h1, .secondary-nav .page-title span {
    font-size: 31px !important;
    margin: 0;
    padding: 2px 0 0 0;
    font-weight: bold;
}
.secondary-nav .page-title a {
    color: #404040;
}
.secondary-nav .page-title a:hover {
    text-decoration: none;
}
.secondary-nav .ia-nav {
    display: inline-block;
    width: 69%;
    line-height: 13px;
    padding: 14px 0;
    text-align: center;
}
.secondary-nav .ia-nav ul li {
    display: inline;
    font-size: 13px;
    padding: 0 14px;
    border-right: 1px solid #CECECE;
}
.secondary-nav .ia-nav ul li:last-child {
    border-right: none;
}
.secondary-nav .ia-nav a {
    color: #575757;
    text-decoration: none;;
}
/* // END I+A Navigation Menu */

/***** HEADER IMG // *****/
.bb-main {
    width: 100%;
    background-size: cover;
    color: #FFF;
    position: relative;
    height: 400px;
    margin-bottom: 20px;
}
.bb-main-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    height: 200px;
    text-align: center;
}
.bb-main-text h1 {
    color: #FFF;
    font-size: 50px;
    margin-bottom: 10px;
}
.bb-main-text p {
    font-size: 18px;
    line-height: 1.5;
}
/***** // END HEADER IMG *****/

.wrap h2 {
    font-size: 30px;
    margin: 20px 0;
    text-align: center;
}

/***** TILES // *****/
.tiles {
    text-align: justify;
}

.tiles > .tile:last-of-type {
    text-align: left;
}

.tiles > .tile {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 50px;

    /* IE fix. */
    *display: inline;
    zoom: 1;
}

.tiles:after {
    content:"";
    width: 100%;
    display: inline-block;
}

.tiles a {
    height: 100%;
    overflow: auto;
    padding: 0;
    color: #404040;
    text-decoration: none;
}

.tile img {
    display: block;
    margin-bottom: 10px;
    height: 317px;
    width: 317px;
}

.tile span {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block
}
/***** // END TILES *****/

@media screen and (max-width: 740px) {
    .mob-break {display:block;}
	.mob-hide {display: none;}
    .mob-show {display: block;}

    /* I+A Navigation Menu // */
    .secondary-nav .page-title {
        width: 100%;
    }
    .secondary-nav .ia-nav {
        width: 100%;
        margin-top: 10px;
    }
    .secondary-nav .ia-nav ul li {
        display: block;
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
        border: none;
    }
    .secondary-nav .ia-nav ul {
        margin-bottom: 5px;
    }
    .secondary-nav .ia-nav a {
        text-decoration: underline;
    }
    /* // END I+A Navigation Menu */
    
    /***** HEADER IMG // *****/
    .bb-main {
        height: 380px;
        padding: 10% 0 10% 0;
        background-position-x: 70%;
        /* background: #80a7ae; */
        background: #63A9CD;
    }
    .bb-main .bb-main-text {
        width: 85%;
        height: 240px;
    }
    .bb-main .bb-main-text h1 {
        font-size: 40px!important;
    }
    .bb-main .bb-main-text p {
        font-size: 16px;
        line-height: 1.4;
    }
    /***** // END HEADER IMG *****/

    .wrap h2 {
        font-size: 24px;
        margin: 20px auto;
    }
    
    /***** TILES // *****/
    .tiles {
        text-align: center !important;
    }

    .tiles > .tile {
        width: 90% !important;
        margin: 0 auto 20px;
        padding-bottom: 0;
    }

    .tile img {
        width: 100% !important;
        height: 100% !important;
    }
    /***** // END TILES *****/

    .trademark {
        font-size: 12px;
        vertical-align: super;
    }

    body._ideas-and-advice #contentOneCol .ia-section .col_2 .col_l,
    body._ideas-and-advice #contentOneCol .ia-section .col_2 .col_r {
        margin: 5px;
    }
}