/*
Theme Name:     Macleans
Theme URI:      http://www.rogersdigitalmedia.com
Description:    Macleans, a child theme of RDM Foundation Parent.
Template:       rdm_foundation
Version:        0.1
Author:         Rami Rammal
*/





/**
 * Table of Contents
 *
 * - Import the Parent Theme
 * - Child Theme Resets
 * - Navigation Bar (Top)
 */





/**
 * Import the Parent Theme
 *
 * This imports the stylesheet from the parent theme (rdm_foundation) to provide the base CSS.
 */
@import url('../rdm_foundation/style.css');





/**
 * Child Theme Resets
 *
 * This section resets some of the standard element styles applied in the parent theme.
 */
body {
    background: #FFF;
}

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-weight: 300;
    font-family: "calluna", Verdana, sans-serif;
    line-height: 140%;
}

li {
    font-weight: 400;
    font-family: "calluna", Verdana, sans-serif;
}

.tag .content .column > h2 {
    font-family: "franklin-gothic-urw-comp", Georgia, 'Times New Roman', serif;
}

.button {
    margin: 0 !important;
}

.nice.black.button {
    border: none;
}

.row, .clearfix {
    zoom: 1;
}

.anchor-red {
    color: #DA3533 !important;
}

.page-template-interstitial-php [class*="column"] + [class*="column"]:last-child {
 float: right;
}

.page-template-interstitial-php .phone-two .row {
    margin-top:2px;
}

.page-template-interstitial-php .close-link button {
    position:relative;
    top:5px;
}

#main {
    background: #FFF;
}

@media only screen and (max-width: 767px) {
    .page-template-interstitial-php .phone-three .row {
        min-width: 190px !important;
        width: 190px !important;
    }

    .page-template-interstitial-php .phone-three .padding {

    }

    .page-template-interstitial-php .phone-two .row {
        min-width: 96% !important;
        width: 96% !important;
        margin-top:2px;
    }

    .touch #full-gallery-numbers {
        padding: 3% 0;
    }

    #full-gallery-numbers {
        margin-right: 0px;
    }

}


@media only screen and (max-width: 767px) {
    article .row .twelve.columns {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    body.category #main {
        background: #FFF;
    }

    html.mobile-menu-on, html.mobile-menu-on body {
        overflow-x: hidden;
    }
}

body.single #main {
    background: #FFF;
}

.single #main .content {
    padding-top: 40px;
}

.container {
    padding: 0;
}


.box.list-widget #Advertorial, .box.list-widget #Advertorial2, .box.list-widget #Advertorial3 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

.box.list-widget #Advertorial {
    margin-top: 2px;
}

.box.list-widget #Advertorial aside .image, .box.list-widget #Advertorial2 aside .image, .box.list-widget #Advertorial3 aside .image {
    float: left;
    height: 55px !important;
    width: 55px !important;
}

.box.list-widget #Advertorial aside .text, .box.list-widget #Advertorial2 aside .text, .box.list-widget #Advertorial3 aside .text {
    padding: 0;
    margin-top: -3px !important;
    width: 77% !important;
}

/**
 * Search Box (wide, desktop)
 *
 * The search box for the wide and desktop versions of the site.
 */

.desktop-search .search-form {
    background: none;
    padding: 0;
    width: 100%;
}

footer .service_footer .columns.desktop-search {
    float: right;
    width: 31%;
}

@media only screen and (max-width: 767px) { /* Mobile */
    #comments ol.commentlist .comment .comment-content .user-info {
        width: auto;
        text-align: left;
    }

    #comments ol.commentlist .comment .comment-content .reply {
        width: 100%;
    }

    .yjl-pager span {
        line-height: 35px;
    }

    footer .service_footer .columns.desktop-search {
        width: 100% !important;
    }
    .category-header:after {
        top: 55% !important;
    }
}

.desktop-search .searchform, .searchforms {
    border: none;
}

.desktop-search .searchform #s, .subscribe-widget input.email {
    border: 1px solid #cccccc;
    color: #000;
    float: left;
    font-family: 'franklin-gothic-urw', Arial, Helvetica, Verdana, sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    height: 38px;
    height: 3.8rem;
    line-height: 38px;
    padding-left: 10px;
    width: 78%;
    /* Cross-Browser: box-sizing */
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.desktop-search .searchform #searchsubmit, .subscribe-widget .button {
    font-family: 'franklin-gothic-urw-comp', Arial, Helvetica, Verdana, sans-serif;
    border: none;
    cursor: pointer;
    cursor: hand;
    height: 38px;
    height: 3.8rem;
    overflow: hidden;
    width: 21%;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
    text-indent: 0 !important;
     -webkit-appearance: none;
    border-radius: 0;
    margin-left: 1%
}

::-webkit-input-placeholder {
    color: #ABABAB;
}

:-moz-placeholder {
    color: #ABABAB;
}

::-moz-placeholder {
    color: #ABABAB;
}

:-ms-input-placeholder {
    color: #ABABAB;
}





.row.sticky_header {
    max-width: 100%;
    height: 100%;
    background-color: #000;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header .header-logo-container {
    float: left !important;
    height: 100%;
    padding-top: 9px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

@media only screen and (max-width: 767px) { /* Mobile */
    header .header-logo-container {
        margin-left: 5.4% !important;
        padding-top: 13px !important;
    }
}

header .search-icon-container {
    width: 50px;
    height: 100%;
    float: left;
    cursor: pointer;
    background: url('images/search-sprites.png');
    background-position: 0px 0px;
}

.search-icon-active , search-icon-active:hover {
    background: url('images/search-sprites.png') !important;
    background-position: 50px 0px !important;
}

header .header-follow-icons-container {
    background-color: #fff;
    position: absolute;
    top: 60px;
    right: 92px;
    padding: 5px;
    min-width: 160px;
    display: none;
}

@media only screen and (max-width: 767px) { /* Mobile */
    .mobile-leaderboard #multiad_mob {
        margin: 0px;
        background-color: #231f20;
    }

    .mobile-leaderboard #multiad_mob #multiad_mob_ad_container {
        padding: 7px 0px;
    }
}

/* Logged in dropdown menu */
a#btnUserTablet, a#btnUserDesktop {
    background: transparent;
    padding: 0px;
}

.sign-in-out-container:hover .dropdownDisplayName {
    color: #00aeef;
}

a#btnUserDesktop .name p, a#btnUserTablet .name p {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-family: "franklin-gothic-urw-comp";
    font-weight: 700;
    font-style: normal;
    margin: 0%;
    text-indent: 0px;
    text-transform: uppercase;
    text-align: left;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sign-in-out-container {
    padding-bottom: 23px !important;
}

.sign-in-out-container.regular-user-logged-in:hover {
    background-color: #fff;
}

@media only screen and (max-width: 1007px) and (min-width:768px) { /* Tablet */

    .sign-in-out-container.active {
        background-color: #fff;
    }

    .sign-in-out-container.active .dropdownDisplayName {
        color: #00aeef;
    }

    #main .category-header {
        max-width: 620px;
        padding-bottom: 24px;
    }

    #main .category-header:after {
        top: 60%;
    }

    .single-post .content article.post header {
        max-width: 700px;
        padding: 0px 20px 0px 40px;
    }

}

a#btnUserDesktop .name .dropdownDisplayName, a#btnUserDesktop .name .dropdownDisplayName {
    position: relative;
    top: 2px;
}

a#btnUserDesktop .name p {
    text-align: left;
}

.blkUserInner .mnuBlkUser {
    border: none;
    top: 23px;
}

.blkUserInner #mnuBlkUserTablet {
    top: 60px;
}

.blkUserInner .mnuBlkUser li {
    min-width: 100%;
    border-bottom: 0px;
}

.blkUserInner #mnuBlkUserTablet li {
    min-width: 160px;
}

.lt-ie9 .header-login-links.regular-user-logged-in {
    width: 45%;
    padding-left: 0px;
    padding-right: 0px;
}

.lt-ie9 .header-login-links.sign-in-out-container {
    padding-left: 0px;
    padding-right: 0px;
}

.blkUserInner .mnuBlkUser li a {
    font-family: "franklin-gothic-urw-comp";
    color: #000;
    line-height: 45px;
}

.blkUserInner .mnuBlkUser li a:hover, .blkUserInner .mnuBlkUser li a:active {
    background: #efefef;
}

header .header-search-login-container {
    margin-left: 0%;
    height: 100%;
    width: auto !important;
    min-width: 16%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


header .header-search-login-container .search-container {
    position: absolute;
    width: 400px;
    top: 60px;
    right: 178px;
    background-color: #fff;
    padding: 5px;
    display: none;
}

header .header-search-login-container .search-container #searchform {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) { /* Mobile */
    header .header-search-login-container {
        float: right !important;
        min-width: 0px;
    }

    header .header-search-login-container .search-container {
        right: 0px;
        width: 310px;
    }

}

a.macleans_header_button {
    height: 100%;
    color: #FFF;
    float: left;
}

.tablet-menu-social-icons-container {
    display: none;
    width: 114px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 13px;
}

@media only screen and (max-width: 1007px) and (min-width:768px) { /* Tablet */

    .blkUserInner .mnuBlkUser li a {
        background-color: #fff;
    }

    a#macleans_trigger_menu_nav {
        text-indent: -1000px;
    }

    a#macleans_trigger_menu_nav {
        width: 40px;
        background-image: url('images/tablet-menu-icon.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

    .no-touch a#macleans_trigger_menu_nav:hover, a#macleans_trigger_menu_nav.button_active {
        background-image: url('images/tablet-menu-icon-hover.png');
    }

    a#macleans_trigger_menu_nav .chevron {
        display: none;
    }

    .tablet-menu-social-icons-container {
        display: block;
    }

}

@media only screen and (max-width: 767px) { /* Mobile */

    a#macleans_trigger_menu_nav .chevron {
        display: none;
    }

    a#macleans_trigger_menu_nav {
        text-indent: -1000px;
    }

    a#macleans_trigger_menu_nav {
        width: 40px;
        background-image: url('images/tablet-menu-icon.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

    .no-touch a#macleans_trigger_menu_nav:hover, a#macleans_trigger_menu_nav.button_active {
        background-image: url('images/tablet-menu-icon-hover.png');
    }
}

.homepage_gallery_container {
    background-image: url('/wp-content/themes/macleans.ca/images/gallery.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 640px;
}

/* SUBSCRIBE DROPDOWN */
#nav_subscribe_dropdown {
    display: none;
    position: absolute;
    left: 246px;
    z-index: 10000;
}

#menu-subscription-dropdown {
    background-color: white;
}
#menu-subscription-dropdown {
    border-bottom: 1px solid #cccccc;
}

#menu-subscription-dropdown li.mobile-item.tablet-item {
    display: none;
}

.header_expanded_info_container #menu-subscription-dropdown {
    background-color: transparent;
    border: none;
}

@media only screen and (max-width:767px) { /* Mobile */
    #menu-subscription-dropdown {
        background-color: transparent;
        border: none;
    }

    .mobile-tablet-subscribe-item #menu-subscription-dropdown {
        display: none;
    }
    .mobile-tablet-subscribe-item.item_selected #menu-subscription-dropdown {
        display: block;
    }

    .mobile-tablet-subscribe-item #menu-subscription-dropdown li a:after, .mobile-tablet-subscribe-item #menu-subscription-dropdown li:after {
        background: none !important;
    }
}

.all_authors_list li a, .header_expanded_info_container #menu-subscription-dropdown li a {
    font-size: 16px;
    font-family: "franklin-gothic-urw";
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.5px;
    color: #000;
}

.all_authors_list li a:hover, .header_expanded_info_container #menu-subscription-dropdown a:hover {
    color: #00aeef;
}


@media only screen and (max-width: 1007px) and (min-width:768px) { /* Tablet */
    #author_info .avatar {
        float: none;
    }
}

#author_info .author_name_link {
    color: #000;
}

#author_info .author_name_link:hover {
    color: #00aeef;
}

#author_info .author_name {
   font-family: "franklin-gothic-urw" !important;
   font-weight: 400;
   font-style: normal;
}

#author_info .author_role {
    font-family: "franklin-gothic-urw-comp";
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
}

#author_info .author_desc {
    font-family: "calluna", Arial, sans-serif;
}

#author_expanded_info_container #author_posts .author_latest_label {
    font-family: "franklin-gothic-urw-comp", Arial, sans-serif;
}


#author_expanded_info_container #author_posts ul li a {
    font-family: "franklin-gothic-urw-comp", Arial, sans-serif;
}

#author_expanded_info_container #author_posts ul li a:hover, #author_expanded_info_container #author_posts .author_all_posts_link a:hover {
    color: #00aeef;
}

#author_expanded_info_container #author_posts .author_all_posts_link a {
    font-family: "franklin-gothic-urw-comp", Arial, sans-serif;
}

#categories_expanded_info_container {
    padding: 3% 3%;
    z-index: 11111;
}
.tp-loader {
    z-index: 1000!important;
}
#categories_expanded_info_container li {
    width: 280px;
    margin-right: 30px;
    float: left;
}


.post_info_container {
    padding-left: 20px;
    margin-top: 10px;
}

.post_info_container:hover span.post_title {
    color: #00aeef;
}

span.post_title {
    color: #333;
}

.nav_category_container {
    height: 95px;
    float: left;
}

.nav_post_text {
    width: 170px;
    float: left;
    font-size: 14px;
    line-height: 1.2;
    font-family: "franklin-gothic-urw" !important;
    font-weight: 400;
    font-style: normal;
    margin-left: 15px;
}

.nav_post_text.nav_post_text_no_image {
    width: 245px;
    margin-left: 0px;
}

@media only screen and (max-width: 1007px) and (min-width:768px) { /* Tablet */
    .nav_post_text {
        margin-left: 15px;
        width: 160px;
    }
}

.nav_post_image {
    max-width: 55px;
    max-height: 55px;
    float: left;
    overflow: hidden;
}

.lt-ie9 .nav_post_image {
    width: 55px;
    height: 55px;
}

.lt-ie9 .nav_post_image img {
    width: 70px;
}

.nav_comments_number, .most-popular .most_popular_time, .box.ad h5, .nav_small_header {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: #666666;
}

.cat_title, .nav_main_cat_link {
    font-family: "franklin-gothic-urw-comp";
    font-weight: bold;
    font-size: 22px;
    vertical-align: top;
    color: #000;
}

li.nav_main_cat_li {
    width: 100% !important;
    float: none !important;
}

.nav_main_cat_link {
    text-transform: uppercase;
    width: 88%;
    border-top: 1px solid #ccc;
    vertical-align: bottom;
    display: inline-block;
    text-align: left;
    padding-top: 10px;
}

.cat_title:hover, .nav_main_cat_link:hover {
    color: #00aeef;
}

.cat_title:after, .nav_main_cat_link:after {
    content: '';
    background: url('images/macleans-sprites.png');
    background-position: -379px -228px;
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    margin-left: 8px;
    margin-top: 1px;
    position: absolute;
}

.cat_title:hover:after, .nav_main_cat_link:hover:after  {
    background-position: -379px -253px;
}

@media only screen and (max-width: 1264px) and (min-width:1008px) { /* Desktop */

    #main .category-header {
        max-width: 944px;
    }
}

#nav_author_list li a {
    font-family: "franklin-gothic-urw";
}

li.item_selected > a {
    cursor: default;
    color: #00aeef !important;
}

body.no-touch #nav_author_list li:hover, body.no-touch #nav_list_buttons_container ul li:hover,
li.item_selected, body.no-touch #nav_subscribe_dropdown ul li:hover {
    background-color: #efefef;
}

/* Site nav menu */
#nav_list_buttons_container ul {
    padding: 20px 0px;
}

@media only screen and (max-width:767px) { /* Mobile */

    .nav_main_cat_link:after {
        margin-top: 2px;
    }

    #nav_list_buttons_container ul {
        padding: 0px;
    }

    #nav_list_buttons_container ul li a {
        padding: 10px 40px 10px 30px;
        margin: 3px 0px 3px 0px;
    }

    .nav_post_text {
        margin-bottom: 0px;
        margin-left: 5px;
        max-width: 77%;
        width: auto;
    }

    .nav_post_text.nav_post_text_no_image {
        max-width: 100%;
        width: auto;
    }

    #main .category-header:after {
        max-width: 300px;
        width: 100%;
    }
}

#nav_list_buttons_container ul li, #nav_subscribe_dropdown ul li {
    margin-bottom: 0px;
    position: relative;
}

#nav_list_buttons_container ul li a, #nav_subscribe_dropdown ul li a {
    font-family: "franklin-gothic-urw-comp";
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 40px 15px 30px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

#nav_list_buttons_container ul li.current-menu-item a {
    color: #00aeef;
}

#nav_list_buttons_container ul li:hover:after, #nav_subscribe_dropdown ul li a:hover:after {
    background-position: -379px -253px;
}

body.no-touch #nav_list_buttons_container ul li a:hover, body.no-touch #nav_subscribe_dropdown ul li a:hover {
    color: #00aeef;
}



/**
 * Site Navigation (Tablet Menu)
 *
 * The navigation bar for the tablet version of the site.
 */
.tablet-side {
    padding: 0 !important;
}

ul#menu-tablet-menu li {
    display: block;
    height: auto !important;
    position: relative;
    width: 100% !important;
}

ul#menu-tablet-menu li a {
    background: #404040 !important;
}

ul#menu-tablet-menu li a:hover {
    border: none !important;
    border-left: none !important;
    margin: 0 !important;
    margin-left: 0 !important;
    text-decoration: none !important;
}

ul.nice.tabs.vertical li:after, ul#menu-tablet-menu li:after {
    content: '';

    background-color: #404040;
    background-image: url('images/tablet-menu-divider.jpg');
    background-position: center center;
    display: block;
    height: 1px;
    /* Cross-Browser: background-size */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

ul.nice.tabs.vertical.sub-menu li:first-of-type:before, ul#menu-tablet-menu ul.sub-menu li:first-of-type:before {
    content: '';

    background-color: #404040;
    background-image: url('images/tablet-menu-divider.jpg');
    background-position: center center;
    display: block;
    height: 1px;
    z-index: 100;
    /* Cross-Browser: background-size */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

ul.nice.tabs.vertical li:last-of-type:after, ul#menu-tablet-menu>li:last-of-type:after {
    content: '';

    background: none !important;
    height: 0 !important;
}

ul.nice.tabs.vertical.menu>li:first-of-type a, ul#menu-tablet-menu>li:first-of-type a {
    padding-left: 45px !important;
    /* Cross-Browser: border-radius */
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

ul.nice.tabs.vertical.menu>li:first-of-type:before, ul#menu-tablet-menu>li:first-of-type:before {
    content: '';

    background: url('images/tablet-menu-home-icon.jpg') no-repeat !important;
    height: 19px !important;
    left: 18px;
    position: absolute;
    top: 30% !important;
    width: 20px !important;
    z-index: 100;
}

ul.nice.tabs.vertical.menu li:last-of-type a, ul#menu-tablet-menu li:last-of-type a {
    /* Cross-Browser: border-radius */
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    /* Cross-Browser: box-shadow */
    -webkit-box-shadow: 0px 3px 2px #D4D4D4;
    -moz-box-shadow: 0px 3px 2px #D4D4D4;
    box-shadow: 0px 3px 2px #D4D4D4;
}

.nice.tabs.vertical li a.active, ul#menu-tablet-menu li a.active {
    background: #404040 !important;
    font-weight: 400 !important;
}

.tabs li.parent > *:first-child:before, ul#menu-tablet-menu li.parent > *:first-child:before {
    content: '';

    background: url('images/tablet-menu-show-sub-menu.jpg') no-repeat;
    border: none !important;
    height: 8px !important;
    position: absolute;
    right: 10px !important;
    top: 24px !important;
    width: 12px !important;
}

.tabs li.parent > *:first-child:after, ul#menu-tablet-menu li.parent > *:first-child:after {
    content: '';

    border: none !important;
}

.tabs li.parent > .push:first-child:before, ul#menu-tablet-menu li.parent > .push:first-child:before {
    content: '';

    background: url('images/tablet-menu-hide-sub-menu.jpg') no-repeat;
    border: none !important;
    height: 8px !important;
    position: absolute;
    right: 10px !important;
    top: 24px !important;
    width: 12px !important;
}


.tabs li.parent > *:first-child:after, ul#menu-tablet-menu li.parent > *:first-child:after {
    content: '';

    border: none !important;
}

.tabs li.parent > .push:first-child, ul#menu-tablet-menu li.parent > .push:first-child {
    color: #FFF !important;
}

ul#menu-tablet-menu .sub-menu {
    padding: 0 !important;
    position: relative !important;
    top: 0;
}

ul.nice.tabs.vertical.sub-menu li a, ul#menu-tablet-menu .sub-menu li a {
    padding-left: 32px !important;
    /* Cross-Browser: border-radius */
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    /* Cross-Browser: box-shadow */
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

ul.nice.tabs.vertical li a, ul#menu-tablet-menu li a {
    background: #404040;
    border: none;
    color: #FFF;
    font-family: 'jubilat', Georgia, 'Times New Roman', serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 18px;
    line-height: 1.8rem;
    padding: 20px !important;
}

ul.nice.tabs {
    margin: 0;
}

.nice.tabs.vertical {
    border: none;
}

ul#menu-tablet-menu li.hot-topic-item a:first-child {
    margin-left: 0 !important;
}

ul.nice.tabs.vertical.menu span.hot-topics.vertical li.hot-topic-item a, ul#menu-tablet-menu span.hot-topics.vertical li.hot-topic-item a {
    color: #D5D5D5;
    font-family: 'proxima-nova', Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 10px 20px !important;
    text-align: left;
}

ul.nice.tabs.vertical.menu span.hot-topics.vertical.tab-nav li.hot-topic-item a:hover, ul#menu-tablet-menu span.hot-topics.vertical.tab-nav li.hot-topic-item a:hover {
    color: #FFF;
}

ul.nice.tabs.vertical.menu span.hot-topics.vertical li.hot-topic-item:last-of-type a, ul#menu-tablet-menu span.hot-topics.vertical li.hot-topic-item:last-of-type a {
    padding-bottom: 20px !important;
}

ul.nice.tabs.vertical.menu span.hot-topics.vertical li.hot-topic-divider, ul#menu-tablet-menu span.hot-topics.vertical li.hot-topic-divider {
    height: 10px !important;
    background: none !important;
}

ul.nice.tabs.vertical.menu span.hot-topics.vertical li:nth-child(2) a, ul#menu-tablet-menu span.hot-topics.vertical li:nth-child(2) a {
    padding-top: 20px !important;
    /* Cross-Browser: border-radius */
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

ul.nice.tabs.vertical.menu span.hot-topics.vertical li:after, ul#menu-tablet-menu span.hot-topics.vertical li:after {
    content: '';

    background: none !important;
    height: 0 !important;
}

.show-on-phones .menu-tablet-menu-container ul.nice.tabs.mobile {
    padding: 0;
}


.sidebar {
    float: right;
    width: 300px;
}

.sidebar .row .google_flyout, .show-on-phones.google_flyout {
    display: none !important;
}

.single .sidebar .ad .bigbox  {
    width: 100%;
}

.single .sidebar .ad .ad-container {
    padding-top: 0px;
}

@media only screen and (max-width: 1264px) and (min-width:1008px) { /* Desktop */
    .single .sidebar {
        float: none;
    }
}

@media only screen and (max-width: 1007px) and (min-width:768px) { /* Tablet */

    #nav_list_buttons_container ul li a {
        padding: 15px 10px 15px 30px;
    }

    #nav_menu_dropdown #categories_expanded_info_container {
        padding: 3% 2%;
    }

    #categories_expanded_info_container li {
        width: 265px;
        margin-right: 14px;
    }

    .single .sidebar {
        float: none;
        width: auto;
    }

    .sidebar-container {
        margin-left: 0px;
        width: 90%!important;
        padding: 0 5%;
    }

    /* Author header adjustments for tablet */
    .author .row.author-header {
        height: 345px !important;
        max-height: 345px !important;
    }

    .author .author-image-box {
        margin-top: 85px;
    }

    /* Author sidebar adjustments for tablet */
    .author .sidebar {
        float: none !important;
        margin-top: 50px;
        width: auto !important;
    }

    .author .sidebar .row .columns {
        width: 47.93%;
    }

    .author .sidebar .row .columns.most-popular-post-title {
        width: 291px;
    }

    .author .sidebar .ad-sponsor-large-container:first-of-type {
        float: right;
    }

    .author .sidebar .row .twelve.columns:nth-of-type(2) {
        float: left;
    }

    .author .sidebar .row > .row.tablet-three {
        clear: left;
        float: left;
        margin-left: 0;
        width: 50%;
    }

    .author ul.author-twitter-widget li .profile-picture-box {
        margin-right: 5%;
    }

    .author ul.author-twitter-widget li .tweet-box {
        float: left;
        width: 70%;
    }

    .author .sidebar .row > .row.tablet-three:last-of-type, .author .sidebar .row > .row.tablet-three > .twelve.columns {
        float: left;
        width: 100% !important;
    }

    .author .sidebar .ad.ad-box {
        float: right;
        margin: 0 auto;
        width: 47.96%;
    }

    .author .sidebar .ad-sponsor-large-container .ad.ad-box  {
        float: left;
    }

    .author .sidebar .ad.ad-box .ad-container {
        float: left;
    }

    .author .most-popular .most_popular_nav {
        display: none;
    }

    .author .most-popular .section-1, .author .most-popular .section-2 {
        display: block !important;
        float: left;
        width: 48%;
    }

    .author .most-popular .most-popular-post-image {
        margin-right: 0;
        max-width: 120px;
    }

    .author .most-popular .most-popular-post-title {
        float: right;
    }

    .author-posts-sidebar-row .author .most-popular .section-1, .author .most-popular .section-2 {
        margin-left: 4%;
    }
}

@media only screen and (max-width:767px) { /* Mobile */
    .single .sidebar {
        float: none;
        margin: 0 auto;
    }

    #nav_list_buttons_container ul.mobile-sub-navigation li:after {
        background-image: inherit!important;
    }

    #mobile-navigation .list_buttons_container li.menu-item {
        border-bottom: 1px solid #cccccc;
    }

    #mobile-navigation .list_buttons_container li.menu-item:last-child {
        border-bottom: 1px solid #cccccc;
    }
}

/**
 * Site Navigation (Mobile Menu)
 *
 * The navigation bar for the mobile version of the site.
 */
#menu-mobile-menu {
    height: 62px;
    overflow: hidden;
}

#menu-mobile-menu li:nth-child(1) {
    width: 20% !important;
}

#menu-mobile-menu li:nth-child(1) a {
    padding-top: 19px !important;
}

#menu-mobile-menu li {
    text-align: center;
    width: 40%;
}

#menu-mobile-menu li a {
    padding: 18px 0 19px !important;
    text-align: center;
}

/* Mobile menu navigation */
a#macleans_trigger_menu_nav.mobile-menu-expanded {
    background-image: url('images/tablet-menu-icon-hover.png');
}


#mobile-navigation {
    display: none;
    position: relative;
    z-index: 10000;
    left:0px;
    width: 100%;
}

/* Mobile social icons */
#mobile-navigation .mobile-menu-social-icons-container {
    margin: 0 auto;
    padding-bottom: 10px;
    text-align: center;
}

#mobile-navigation #nav_list_buttons_container ul.mobile-authors-list {
    padding-top: 0px;
}

#mobile-navigation #nav_list_buttons_container ul.mobile-authors-list li {
    margin: 15px 0px 15px 15px;
}

#mobile-navigation #nav_list_buttons_container ul.mobile-authors-list li a span.author_name,
#mobile-navigation #nav_list_buttons_container ul.mobile-authors-list li a span.display_name {
    position: relative;
    top: 8px;
}

#mobile-navigation #nav_list_buttons_container ul.mobile-authors-list li img {
    float: left;
    margin-right: 15px;
}

#mobile-navigation #nav_list_buttons_container ul.mobile-authors-list li a {
    padding: 0px;
    padding-top: 10px;
    padding-left: 15px;
}

#mobile-navigation #nav_list_buttons_container ul.mobile-all-authors-list li a {
    padding-left: 0px;
    width: 70%;
}

#mobile-navigation #nav_list_buttons_container ul.mobile-authors-list li a.author_link.all_authors {
    font-family: "franklin-gothic-urw-comp", Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: none;
}

#mobile-navigation .mobile-authors-list, #mobile-navigation .mobile-all-authors-list {
    display: none;
}

#mobile-navigation .mobile-authors-item .author_column {
    width: 100%;
}

#mobile-navigation .mobile-sub-navigation {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#mobile-navigation #mobile-navigation-login {
    background-color: black;
    height: 60px;
}

#mobile-navigation #mobile-navigation-login .header-login-links {
    float: none;
}

.logged-in #mobile-navigation #mobile-navigation-login .header-login-links {
    padding: 13px;
}

.mobile-sub-navigation .nav_small_header {
    margin-left: 30px;
}

#mobile-navigation #nav_list_buttons_container {
    width: 100%;
    font-family: "franklin-gothic-urw-comp";
}

#mobile-navigation #nav_list_buttons_container ul.menu li.item_selected > a {
    color: #00aeef;
}

#mobile-navigation #nav_list_buttons_container ul.menu li:after, #mobile-navigation #nav_list_buttons_container ul.mobile-authors-list li:after {
    content: "";
    background: url('images/macleans-sprites.png');
    background-position: -319px -226px;
    background-repeat: no-repeat;
    width: 20px;
    height: 30px;
    margin: 0 5%;
    right: 0 !important;
    left: 85%;
    top: 18px;
}

#mobile-navigation #nav_list_buttons_container ul.menu li.item_selected:after {
    background-position: -282px -251px;
}

#mobile-navigation #nav_list_buttons_container ul.mobile-authors-list li > a:after {
    background: none;
}

#mobile-navigation ul li a.nav_main_cat_link {
    font-size: 16px;
    padding: 15px 0px 15px 30px;
    width: 100%;
}


/*#mobile-navigation #nav_list_buttons_container ul li:after {
    content: "";
    background: url('images/macleans-sprites.png');
    background-position: -378px -227px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: static;
    display: inline-block;
    vertical-align: top;
}*/

#mobile-navigation .mobile-sub-navigation, .mobile-sub-navigation li {
    display: inline-block;
    width: 100%;
}

#mobile-navigation .mobile-sub-navigation a.cat_title {
    font-size: 16px;
    padding-bottom: 0px;
    width: 100%;
    padding-top: 7px;
    margin-bottom: 7px;
}

#mobile-navigation .mobile-sub-navigation a.cat_title:after {
    content: "";
    background: url('images/macleans-sprites.png');
    background-position: -379px -227px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 1px;
}

#mobile-navigation .mobile-sub-navigation .nav_category_container {
    width: 100%;
    height: auto;
    float: none;
}

#mobile-navigation .mobile-sub-navigation .nav_category_container .post_info_container {
    margin-top: 0px;
    padding-left: 30px;
}

#mobile-navigation .mobile-sub-navigation .nav_category_container .post_info_container a {
    padding: 0px;
    width: 100%;
}

#mobile-navigation .mobile-sub-navigation .post_title {
    display: block;
    text-transform: capitalize;
    width: 100%;
}

#mobile-navigation .mobile-sub-navigation .nav_post_image {
    height: auto;
    margin-bottom: 0px;
}

#mobile-navigation .mobile-sub-navigation .nav_category_container .post_info_container a:after {
    content: "";
}

/**
 * Post content divs
 *
 */
 .lt-ie9 .single #wrap #main .row .content .wide-twelve {
    z-index: 1000;
}

.lt-ie9 .single article .content-container {
    min-width: 60% !important;
}

.single article .content-container {
    margin-left: 80px;
}

@media only screen and (max-width: 1007px) { /* Tablet and Mobile */
    .single article .content-container {
        margin-left: 0px;
    }

    #full-gallery-numbers {
        margin-right: 0px;
     }
}

/**
 * #main .row
 *
 * Fix to align the content boxes with the navigation bar, as per the mockups
 */

.row {
    max-width: 1260px;
    min-width: 1260px;
}

#main>.row {
    margin: 0 auto;
    max-width: 1264px;
    min-width: 1264px;
}

#main .wide-twelve.desktop-twelve.ten {
    margin-left: -8px;
    max-width: 1280px;
    min-width: 1280px;
}

body.author #main .wide-twelve.desktop-twelve.ten {
    margin-left: 0;
}

.non-responsive #main .wide-twelve.desktop-twelve.ten {
    margin-left: 0px;
    max-width: 1008px;
    min-width: 1008px;
}

.river article {
    overflow: visible;
}

article.type-video .image a:after {
    top: -20%;
    background-size: 40%;
}

@media only screen and (min-width:1265px) {
    .single .row .sidebar-container {
        width: 24.02%;
    }
}

@media only screen and (max-width:1264px) {
    .row {
        max-width: 940px;
        min-width: 940px;
    }

    #main>.row {
        max-width: 944px;
        min-width: 944px;
    }

    #main .wide-twelve.desktop-twelve.ten {
        margin-left: -8px;
        max-width: 960px;
        min-width: 960px;
    }
}

@media only screen and (max-width: 1007px) and (min-width:768px) {
    .row {
        max-width: 760px;
        min-width: 760px;
    }

    #main>.row {
        max-width: 764px;
        min-width: 764px;
        text-align: right;
    }

    .home #main > .row, .archive.category #main > .row, .archive.tag #main > .row {
        max-width: 640px;
        min-width: 640px;
    }

    #main>.row .content {
        position: relative;
        text-align: left;
    }

    #main .wide-twelve.desktop-twelve.ten:first-of-type {
        margin-left: 0;
        position: static;
        max-width: 100%;
        min-width: 100%;
        overflow: hidden;
    }

    #main .wide-twelve.desktop-twelve.two {
        display: none !important;
    }

    #main .content .row .twelve.columns.wide-four.desktop-four {
        margin-left: 0 !important;
    }

    #full-gallery-desc {
        padding: 40px 0 15px !important;
    }

    .tablet-side {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    header#banner {
        margin: 0px;
        padding: 0px;
    }

    header .row:first-of-type {
        margin-bottom: 0px;
    }

    header#banner.on {
        border: none;
    }

    #banner .four > .nav {
        float: right;
        min-width: 90px !important;
        width: 90px !important;
    }

    #banner .four> .nav li {
        width: 40px !important;
    }

    header#banner .nav_button button, header#banner .button_image {
        cursor: pointer;
        cursor: hand;
        padding: 0;
        /* Cross-Browser: border-radius */
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    header#banner .nav_button button {
        background-color: #FFF;
        background-image: url('images/sprites.png');
        background-position: -82px -192px;
        background-size: auto !important;
        height: 16px;
        margin-top: 9px;
        width: 22px;
    }

    header#banner .search_button.show-on-phones {
        background: url('images/sprites.png') -114px -192px no-repeat;
        cursor: pointer;
        cursor: hand;
        height: 18px;
        margin: 7px auto 0;
        width: 18px;
    }
    header > .mobile-content-single-share-top .rdm_sp_button_container, .mobile-content-single-share-bottom .rdm_sp_button_container {
        margin-right: 8px;
    }

    .mobile-content-single-share-bottom .rdm_sp_button_container {
        margin-right: 3px;
        display: inline-block;
        float: none !important;
    }

    .deaktop-search .search-form {
        margin: 0 2% 10px 2%;
        width: 96%;
    }

    #menu-mobile-menu {
        height: auto;
    }

    #menu-mobile-menu {
        margin: 0 2% 4px 2%;
        width: 96%;
    }

    #menu-mobile-menu li:nth-child(1) {
        border: none;
        width: 100% !important;
    }

    #menu-mobile-menu li {
        border-top: 1px solid #525252;
        display: block;
        float: none;
        width: 100%;
    }

    #menu-mobile-menu li a {
        background: #404040;
    }

    #main .wide-twelve.desktop-twelve.ten {
        margin: 0;
        max-width: 747px !important;
        min-width: 300px !important;
        width: auto;
    }

    article.post .ad {
        padding: 10px 0;
    }

    .row {
        margin: 0;
        min-width: 290px !important;
        width: auto;
    }

    li.comment .row {
        min-width: 0 !important;
    }

    .row.frmENewsletter {
        padding: 0 !important;
    }

    .main-footer .row {
        padding: 0 2%;
    }

    .sidebar .row {
        padding: 0;
    }

    #full-gallery-desc {
        padding: 40px 0 15px !important;
    }

    #main>.row {
        max-width: 747px !important;
        min-width: 320px !important;
        width: 100% !important;
    }

    .flex-grid .ad-box {
        height: 308px;
    }

    .flex-grid .box.ad .ad-container {
        max-width: 768px;
    }

    .flex-grid .box.ad .ad-container>div:first-of-type {
        margin: 0 auto;
        padding-top: 45px;
        padding-top: 0;
        width: 300px;
    }

    .search .flex-grid .box article .text {
        margin: 20px 0;
        max-width: 60%;
        min-width: 60%;
        padding-right: 5%;
        width: 60%;
    }

    .river h1 {
        margin: 2px 0 0 !important;
    }

    .search .flex-grid .box article .image {
        margin: 20px 0;
        padding-left: 0%;
        max-width: 35%;
        min-width: 35%;
        width: 35%;
    }

    #main .content {
        padding: 10px 2%;
    }

    .single #main .content {
        padding-top: 10px;
    }

    .sidebar #commentlink, .single #commentlink {
        margin: 0 auto !important;
    }

    .row.service_footer {
        padding: 2% !important;
    }
}


/**
 * Content Box
 *
 *
 */
.flex-grid .box article, .flex-grid .ad-box .ad-container {
    background: #FFF;
    max-height: 300px;
    min-height: 300px;
}

.flex-grid .ad-box.multi-long .ad-container {
    height: 620px;
    max-height: 620px;
}

.flex-grid .box article, .flex-grid .box.ad .ad-container {
    padding: 0 !important;
}

.flex-grid .box.multi-long {
    min-height: 620px;
}

.service_footer {
    padding: 2% 0 0 !important;
}

.content .text blockquote {
    padding: 9px 10% 0px 10%;
    border: none;
}

.content .text blockquote p {
    font-family: "calluna", Times, serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #000;
}

/**
 * Content Box - Search
 */
.search .flex-grid .box {
    float: none !important;
    margin-bottom: 10px;
    max-width: 660px !important;
    width: auto;
}

.search .flex-grid .box article {
    display: block;
    overflow: hidden;
    position: relative;
    width: auto !important;
}

.search .flex-grid .box article .row {
    padding-top: 35px;
}

.search .flex-grid .box article .image {
    border-left: solid 2px #FFF;
}

.search .river h1 {
    margin: 0;
}

.search .flex-grid .text {
    padding: 0;
}

.search .flex-grid article .author {
    bottom: -30px;
    display: none;
    position: absolute;
}

/**
 * Search Results
 *
 */

.search-results h1.search_header {
    background-color: transparent;
    border: none;
    margin: 0 auto;
    font-weight: normal;
    font-family: "franklin-gothic-urw-comp", Georgia, 'Times New Roman', serif;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
}

.search-results .flex-grid article .text p .dotdotdot {
    color: #000 !important;
    margin-bottom: 0px;
    text-align: left !important;
    max-height: none;
}

.search-results h1.search_header #term {
    display: block;
    font-weight: bold;
}

.search-results .flex-grid {
    margin: 0 auto;
}

.search-results .flex-grid .box article.has-image .image img {
    width: auto !important;
    height: auto !important;
}

.search-results .river .flex-grid .box article.has-image .text .excerpt {
    display: block;
}

.search-results .flex-grid article.no-image {
    margin-left: 147px;
}

@media only screen and (max-width: 1007px) and (min-width:768px) { /* Tablet */
    .search-results .flex-grid article.no-image {
        margin-left: 137px;
    }
}

@media only screen and (max-width:767px) { /* Mobile */
    .search-results .flex-grid article.no-image {
        margin-left: 0px;
        margin-top: 25px;
    }

    .search-results .flex-grid .box article.no-image .text {
        max-width: 100%;
        min-width: 100%;
    }

    .search-results .flex-grid article.has-image div.excerpt {
        display: none;
    }

    ul.menu li.menu-item ul.mobile-sub-navigation li a , #menu-subscription-dropdown li.menu-item a {
        border-right: inherit;
        max-width: inherit;
        padding-right: inherit !important;
    }

    #menu-subscription-dropdown li.menu-item {
        border-bottom: inherit !important;
    }

    #mobile-navigation #nav_list_buttons_container ul.menu li.menu-item.mobile-authors-item .mobile-authors-list li:after {
        background-image: inherit;
    }

    #mobile-navigation #nav_list_buttons_container ul.menu li.menu-item.mobile-authors-item .mobile-authors-list li:last-child:after {
        background-image: url('http://macleans.localhost/wp-content/themes/macleans.ca/images/macleans-sprites.png');
    }

    #mobile-navigation #nav_list_buttons_container ul.menu li.menu-item.mobile-authors-item .mobile-authors-list li ul.mobile-all-authors-list li:last-child:after {
        background-image: inherit;
    }
}

.search-results .flex-grid article .text header {
    display: inline-block;
}

.search-results .flex-grid article .text h1, .search-results .flex-grid article h6 a,
.search-results .flex-grid article .text p {
    color: #000 !important;
}

.search-results .flex-grid article .text p, .search-results .flex-grid .box article.no-image .text p {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
}

.search-results .flex-grid article .text h1 {
    width: 100%!important;
    text-align: left;
}

.search-results .flex-grid article .text p strong {
    background-color: #00aeef;
}

.search-results .flex-grid .box.content-box article .text {
    position: static;
}

.search-results .flex-grid article h6 {
    position: static;
    padding: 0;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.search-results .flex-grid article h6 a {
    padding: 0;
}

.search-results .posted_on {
    margin-right: 5px;
}

.search-results .flex-grid .box.ad {
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 12px;
}

.search-results .flex-grid .box:nth-child(5n-1) {
    min-height: 0;
}

/**
 * Social Links (Footer)
 *
 * The social media links found in the footer of the site.
 */
.row .social-links-column {
    margin-left: 0;
    width: 207px;
}

.social-links .text {
    display: none;
}

.rdm_sp_button {
    background-size: auto auto !important;
    height: 38px !important;
    width: 35px !important;
}

.rdm_sp_last_button {
    display: none;
}

.rdm_sp_button_container {
    float: left !important;
    height: 34px !important;
    margin: 0 0 0 10px;
    overflow: hidden;
    padding: 0 !important;
    text-indent: -9999px;
    width: 34px !important;
}

.desktop-header .rdm_sp_button_container { margin: 10px 10px 0 0; }

.desktop-header .social-links { float: left; margin-top: 33px; }

.single-post .share-article-footer .rdm_sp_container .rdm_sp_button_container {
    margin: 0 10px 0 0;
}

header > .mobile-content-single-share-top .rdm_sp_button_container:first-of-type, .mobile-content-single-share-bottom .rdm_sp_button_container:first-of-type {
    margin-left: 0px;
}

header > .mobile-content-single-share-top .rdm_sp_button_container:last-of-type, .mobile-content-single-share-bottom .rdm_sp_button_container:last-of-type  {
    margin-right: 0px;
}

.mobile-content-single-share-bottom {
    text-align: center;
    padding: 30px 0 30px 0;
}

.tablet-side .social-links {
    border-bottom: 1px dotted #ABABAB;
    border-top: 1px dotted #ABABAB;
    margin: 15px 0;
    padding: 15px 0;
}

.tablet-side .social-links .text {
    display: block;
    margin: 0;
    text-align: center;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .social-links .text {
        display: block;
    }
}





/**
 * Single Post
 */
.single-post article .metas_desktop {
    float:right;
    margin-top:10px;
    margin-right:20px;
}

.single-post article .metas_not_desktop {
   margin-bottom:10px;
   text-align: right;
}

.single-post article .author p {
    color: #000;
    font-family: 'franklin-gothic-urw', Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 20px;
    line-height: 2.0rem;
    margin: 4px 0;
    padding: 0;
}

.single-post article .author img {
    float: left;
    height: 72px;
    margin-right: 15px;
    width: 72px;
}

/* IE8 */
.lt-ie9 .single-post article .author .author-information-box {
    width: auto;
}

.lt-ie9 body.author #main .ten.desktop-twelve.wide-twelve {
    float: inherit !important;
    margin: 0 auto !important;
}

.lt-ie9 body.author #main .author-header.row {
    padding-left: inherit;
    padding-right: inherit;
}

.lt-ie9 .author #main .ten.desktop-twelve.wide-twelve {
    max-width: inherit !important;
}

.lt-ie9  .header-login-links {
    float:left;
    margin-left: 10px;
}

.lt-ie9 .header-follow-icons-container {
    right: 266px !important;
}

.lt-ie9 .single.single-post header.last-child .column {
    float: left !important;
}

.single article .author {
    display: block;
    clear: both;
    margin-bottom: 4px;
}

@media only screen and (min-width:768px) and (max-width: 1007px) {
    .single article .author {
        margin-bottom: 8px;
    }

    .single article.type-photo-gallery .author {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .single article .author {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 1265px) {
    .single-post article .author .author-information-box {
        width: auto;
    }
}





/**
 * Author Page
 */


/* Override the columns to 100% width */
body.author #main .wide-twelve.desktop-twelve.ten:first-of-type {
    margin-top: -1px !important;
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
}

body.author #main .content {
    padding-top: 0;
}

/* Set the first containing row to 100% for the black background on the header */
body.author #main > .row {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
}

body.author #main .row.author-header header {
    background: #000;
    margin-top: 0;
}

/* Set the row for the author header to 100% width and black background */
body.author #main .row.author-header {
    background: #000;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 0 20px;
    width: 100% !important;
}

/* Author header columns div overrides for all the breakpoints to limit the width */
body.author #main .row.author-header > .columns.twelve {
    float: none !important;
    margin: 0 auto;
    width: 100%;
}

body.author #main .row.author-header .author-info-box h1 {
    color: #FFF;
    font-family: 'franklin-gothic-urw-comp', Arial, Verdana, sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    line-height: 24px;
    line-height: 2.4rem;
    margin: 50px 0 0;
    padding: 0;
}

body.author #main .row.author-header .author-info-box h3 {
    color: #FFF;
    display: none;
    font-family: 'franklin-gothic-urw-comp', Arial, Verdana, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 16px;
    line-height: 1.6rem;
    margin: 3px 0 0;
    padding: 0;
    text-transform: uppercase;
}

body.author #main .row.author-header p.truncated-text {
    color: #FFF;
    font-family: 'calluna', Georgia, 'Times New Roman', serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 21px;
    line-height: 2.1rem;
    margin: 16px 0 0;
    padding: 0;
}

body.author #main .row.author-header .author-info-box {
    float: left;
    min-width: 1px;
}

/* IE8 */
.lt-ie9 body.author #main .row.author-header {
    height: 310px;
    max-height: 310px;
    min-height: 310px;
}

.lt-ie9 body.author #main .row.author-header > .columns.twelve {
    max-width: 1260px;
    min-width: 1260px;
}

.lt-ie9 body.author #main .row.author-header .author-info-box {
    max-width: 770px;
}

.lt-ie9 .author-image-box {
    float: right;
    height: 310px;
    width: 430px;
}

.lt-ie9 .author-image-box img {
    float: right;
    height: 310px;
    width: 310px;
}

@media only screen and (min-width:1265px) {
    body.author #main .row.author-header {
        height: 310px;
        max-height: 310px;
        min-height: 310px;
    }

    body.author #main .row.author-header > .columns.twelve {
        max-width: 1260px;
        min-width: 1260px;
    }

    .author-article-image-box img {
        max-width: 109px;
    }

    body.author #main .row.author-header .author-info-box {
        max-width: 770px;
    }

    .author-image-box {
        float: right;
        height: 310px;
        width: 430px;
    }

    .author-image-box img {
        float: right;
        height: 310px;
        width: 310px;
    }
}

@media only screen and (min-width:1008px) and (max-width:1264px) {
    body.author #main .row.author-header {
        height: 310px;
        max-height: 310px;
        min-height: 310px;
    }

    body.author #main .row.author-header > .columns.twelve {
        max-width: 940px;
        min-width: 940px;
    }

    .author-posts-sidebar-row .author-article-info-box {
        max-width: 480px !important;
    }

    .author-article-image-box img {
        max-width: 109px;
    }

    body.author #main .row.author-header .author-info-box {
        max-width: 485px;
    }

    .author-image-box {
        float: right;
        height: 310px;
        width: 430px;
    }

    .author-image-box img {
        float: right;
        height: 310px;
        width: 310px;
    }
}

@media only screen and (min-width:768px) and (max-width:1007px) {
    body.author #main .row.author-header {
        height: 260px;
        max-height: 260px;
        min-height: 260px;
    }

    body.author #main .row.author-header > .columns.twelve {
        max-width: 760px;
        min-width: 760px;
    }

    .author-article-image-box img {
        max-width: 109px;
    }

    body.author #main .row.author-header .author-info-box {
        max-width: 380px;
    }

    .author-image-box {
        float: right;
        height: 260px;
        width: 359px;
    }

    .author-image-box img {
        float: right;
        height: 260px;
        width: 260px;
    }
}

@media only screen and (max-width: 767px) {
    body.author #main .row.author-header {
        padding: 0;
    }

    body.author #main .content {
        padding: 0 !important;
    }

    body.author #main .row.author-header {
        height: auto;
    }

    body.author #main .row.author-header > .columns.twelve {
        max-width: 320px;
        min-width: 320px;
    }

    body.author #main .row.author-header .author-info-box {
        float: none !important;
        max-width: 320px;
        min-width: 320px;
        text-align: center;
        padding-top: 200px;
    }

    .author-image-box {
        height: 231px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 320px;
    }

    .author-image-box img {
        float: none !important;
        height: 231px;
        width: 231px;
    }
}

.author-info-box .social-links {
    margin: 27px 0 28px;
}





/**
 * Author Article Listing
 */
.row.author-posts-sidebar-row {
    margin-top: 60px;
    padding: 0 20px;
}

.author-article-list article {
    margin: 60px 0 0;
}

.author-article-list article:first-of-type {
    margin: 0;
}

.author-posts-sidebar-row .author-article-info-box {
    float: left;
    max-width: 560px;
    min-width: 200px;
}

.no-image .author-article-info-box {
    margin-left: 129px;
}

.lt-ie9 .no-image .author-article-info-box {
    margin-left: 0px;
}

.author-posts-sidebar-row .author-article-info-box h2 {
    color: #000;
    font-family: 'franklin-gothic-urw-comp', Arial, Verdana, sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 32px;
    line-height: 3.2rem;
    margin: -6px 0 0;
    padding: 0;
}

.author-posts-sidebar-row .author-article-info-box h2 a {
    background: none !important;
    color: #000;
    font-weight: bold !important;
    line-height: 32px !important;
    line-height: 3.2rem !important;
    padding: 0 !important;
}

.author-posts-sidebar-row .author-article-info-box h2 a:hover {
    color: #00AEEF;
}

.author-posts-sidebar-row .author-article-info-box p.article-date-comments {
    font-family: "franklin-gothic-urw-comp", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 16px;
    line-height: 1.6rem;
    margin: 5px 0 0;
    padding: 0;
}

.author-posts-sidebar-row .author-article-info-box p {
    font-family: "calluna", Verdana, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin: 5px 0 0;
    padding: 0;
}

.author-posts-sidebar-row .author-article-info-box p.article-date-comments a {
    color: #9B9B9B !important;
    font-family: 'franklin-gothic-urw-comp', Arial, Verdana, sans-serif;
    font-weight: normal;
    line-height: 100% !important;
    padding: 0 !important;
    text-transform: uppercase;
}

.author-posts-sidebar-row .author-article-info-box span.article-date-container {
    float: left;
    width: 229px;
}

.author-article-image-box {
    float: left;
    margin-right: 20px;
}

.lt-ie9 .author-article-image-box {
    width: 109px;
    height: 109px;
}

@media only screen and (max-width: 767px) {
    .author-info-box .social-links {
        text-align: center;
    }

    .row.author-posts-sidebar-row {
        margin: 40px auto 0 auto;
        width: 320px;
    }

    .row.author-posts-sidebar-row > .twelve.columns {
        float: left;
        margin-left: -10px;
    }

    .author-posts-sidebar-row .author-article-info-box {
        min-width: 209px;
        max-width: 209px;
        margin-left: 0px!important;
    }

    .author-article-image-box {
        height: 43px;
        margin-right: 15px;
        width: 76px;
    }

    .author-article-image-box img {
        width: 76px;
    }
}





/**
 * Author Sidebar
 */
ul.author-twitter-widget {
    border-bottom: solid 1px #CCC;
    float: left;
    margin-top: 0;
    padding-bottom: 40px;
}

ul.author-twitter-widget p, ul.author-twitter-widget a {
    color: #000;
    font-family: 'franklin-gothic-urw', Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 16px !important;
    line-height: 1.6rem !important;
    margin: 0;
    padding: 0;
}

ul.author-twitter-widget a.author-name:first-of-type {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 18px !important;
    line-height: 1.8rem !important;
    margin-bottom: 7px;
}

ul.author-twitter-widget a.author-name:last-of-type {
    text-decoration: underline;
}

ul.author-twitter-widget p a, ul.author-twitter-widget p span {
    display: block;
}

ul.author-twitter-widget li {
    float: left;
    margin: 10px 0;
    width: 100%;
}

ul.author-twitter-widget li:first-of-type {
    margin: 0 0 10px;
}

ul.author-twitter-widget li:last-of-type {
    margin: 10px 0 0;
}

ul.author-twitter-widget li .profile-picture-box {
    float: left;
    width: 48px;
}

ul.author-twitter-widget li .tweet-box {
    float: right;
    width: 240px;
}

@media only screen and (max-width: 1264px) and (min-width: 1008px) {
    ul.author-twitter-widget li .tweet-box {
        max-width: 226px;
    }
}

ul.author-twitter-widget li .tweet-box p {
    margin-top: 5px;
}

ul.author-twitter-widget li .tweet-box p:last-of-type {
    margin-top: 10px;
}

ul.author-twitter-widget li .tweet-box p span.tweet-date {
    font-family: 'calluna', Georgia, 'Times New Roman', serif;
}

ul.author-twitter-widget li .tweet-box p:last-of-type > a {
    font-family: 'franklin-gothic-urw-comp', Arial, Verdana, sans-serif;
    text-decoration: underline;
    text-transform: uppercase;
}

ul.author-twitter-widget li .tweet-box span.tweet-date-divider {
    display: none;
}

@media only screen and (max-width: 767px) {
    ul.author-twitter-widget li .tweet-box {
        width: 80%;
    }
}


/* Footer: Social Media Icons */
footer.main-footer .service_footer > .one {
    width: auto !important;
}

footer.main-footer .social-links-column {
    width: auto !important;
}

footer.main-footer a:hover {
    color: #00AEEF !important;
}

/*
 * Sites We Recommend (Footer)
 *
 *
 */
#rdm_global_footer {
    border-top: solid 1px #000;
}

#rdm_global_footer header {
    margin-top: 0;
    padding-top: 15px;
}

#rdm_global_footer header h1:before {
    background: none !important;
    border: none !important;
}

#rdm_global_footer header h1 {
    background: none !important;
    color: #2E2E2E !important;
    font-family: 'franklin-gothic-urw-comp', Arial, Helvetica, Verdana, sans-serif !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#rdm_global_footer .row {
    margin: 0 0 30px 0;
}

.rdm_universal_footer {
    color: #000 !important;
    font-family: 'franklin-gothic-urw', Arial, Helvetica, Verdana, sans-serif !important;
    font-size: 14px;
    font-size: 1.4rem;
}

.rdm_universal_footer #footer_links a {
    color: #000;
    font-weight: normal !important;
    margin-left: 15px;
}

#rdm_global_footer .content-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
}

#rdm_global_footer aside a h2 {
    display: none;
}

.rdm_comscore_footer {
    border-top: solid 1px #000;
}






@media only screen and (max-width: 767px) {
    footer.main-footer .service_footer > .one {
        float: left;
        padding-top: 15px;
        margin-right: 10px;
    }

    #menu-mobile-menu li:nth-child(1) { /* Home */
        width: 28%;
    }

}

ul.mobile-section-nav {
    background: #B1AFB0;
}

ul.mobile-section-nav li.current-menu-item a {
    background: #FFF;
    outline: #FFF 3px solid;
}

ul.mobile-section-nav li.current-menu-item.news a {
    background: #FFF;
    outline: #FFF 3px solid;
}

ul.mobile-section-nav li.current-menu-item.investing a {
    background: #FFF;
    outline: #FFF 3px solid;
}

ul.mobile-section-nav li.current-menu-item.technology a {
    background: #FFF;
    outline: #FFF 3px solid;
}

ul.mobile-section-nav li.current-menu-item.companies a {
    background: #FFF;
    outline: #FFF 3px solid;
}

ul.mobile-section-nav li.current-menu-item.economy a {
    background: #FFF;
    outline: #FFF 3px solid;
}

ul.mobile-section-nav li.current-menu-item.lifestyle a {
    background: #FFF;
    outline: #FFF 3px solid;
}

ul.mobile-section-nav li.current-menu-item.commentary a {
    background: #FFF;
    outline: #FFF 3px solid;
}

ul.mobile-section-nav li.news a:hover {
    color: #A4B332;
    background: #FFF;
    outline: #FFF 3px solid;
}
ul.mobile-section-nav li.investing a:hover {
    color: #005D87;
    background: #FFF;
    outline: #FFF 3px solid;
}
ul.mobile-section-nav li.technology a:hover {
    color: #FBAA19;
    background: #FFF;
    outline: #FFF 3px solid;
}
ul.mobile-section-nav li.companies a:hover {
    color: #0C8285;
    background: #FFF;
    outline: #FFF 3px solid;
}
ul.mobile-section-nav li.economy a:hover {
    color: #231F20;
    background: #FFF;
    outline: #FFF 3px solid;
}
ul.mobile-section-nav li.lifestyle a:hover {
    color: #51C4DB;
    background: #FFF;
    outline: #FFF 3px solid;
}

ul.mobile-section-nav li.commentary a:hover {
    color: #EF4123;
    background: #FFF;
    outline: #FFF 3px solid;
}





@media only screen and (max-width:1264px){
    .tab-nav .small a {
        line-height: 1.5;
    }
}

.tablet-side {
    float: left;
    margin: 5px 0 0 0;
    padding: 0 10px 10px 10px;
}

.tablet-side > nav, .tablet-side > ul {
    padding: 0;
}

@media only screen and (max-width: 1264px) and (min-width:1008px) { /* Desktop */
    .rdm_universal_footer {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

#login h1 a {
    background-image: url("images/logo.png") !important;
}

/* Loop customizations */

.river h1 {
    margin: 10px 0 0 0;
}

.river article header .excerpt .dotdotdot {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'calluna', Arial, Helvetica, Verdana, sans-serif;
}


.river .type-post .text .excerpt {
    display: block;
}

@media only screen and (max-width: 767px) { /* Mobile */
    .search-results .flex-grid .box {
        min-height: inherit !important;
        margin-bottom: 5px !important;
    }

    .search .flex-grid .box article .row {
        padding-top: 0px;
    }

    .flex-grid .box.multi-long {
        float: none !important;
        min-height: 620px !important;
    }
}

@media only screen and (max-width: 767px) { /* Mobile */

}

@media only screen and (max-width: 1264px) and (min-width:1008px) { /* Desktop */
    /*******
    Sponsorship button
    ********/
    .ad-sponsor-large-container {
    text-align:right;
    }
}

@media only screen and (min-width:1265px) { /* Widescreen */
    #categories_expanded_info_container {
        padding: 2% 2% 4% 2%;
    }

    /* ******
    Sponsorship button
    ******* */
    .ad-sponsor-large-container {
    text-align:right;
    }
}

/* Ad Sponsor Large specification */
@media only screen and (min-width: 768px) and (max-width: 1007px) {
    article.post header .ad-sponsor-large-container {
        margin-top: 19px;
        margin-bottom: 7px;
        line-height: 1px;
    }
}

@media only screen and (max-width: 767px) {
    article.post header .ad-sponsor-large-container {
        margin-top: 9px;
        line-height: 1px;
    }
}

.river .sponsor-large {
    position: static;
    left: 0;
    float: none;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 20px;
    margin: 0;
    line-height: 1px;
}


@media only screen and (min-width:768px) and (max-width: 1007px) {
    .river .sponsor-large {
        padding-top: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .river .sponsor-large {
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width: 767px) { /* Mobile */
    .category-header {
        font-size: 3.4rem !important;
        font-size: 34px !important;
        padding-top: 27px !important;
        padding-bottom: 6px !important;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}





@media only screen and (max-width: 1007px) and (min-width:768px) { /* Tablet */
    .page-template-page-latest-post-php .flex-grid {
        margin: 0 auto;
        max-width: 640px;
    }
}


/**
 * Article
 *
 *
 */
.single-post article .large-featured-image-box {
    margin: 20px 0;
    text-align: center;
}

.single-post article .large-featured-image-box img {
    margin: 0 auto;
}

.single-post article h1 {
    color: #000;
    font-family: "franklin-gothic-urw-comp";
    font-weight: bold;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 0.9;
}

@media only screen and (max-width: 1007px) and (min-width:768px) { /* Tablet */
    .single-post article h1 {
        font-size: 44px;
        font-size: 4.4rem;
    }

    .single-post article h2 p {
        font-size: 21px;
        font-size: 2.1rem;
    }
}

@media only screen and (max-width: 767px) {  /* Mobile */
    .single-post article h1 {
        padding: 0px;
        font-size: 34px;
        font-size: 3.4rem;
    }

    .single-post article h2 p {
        font-size: 21px;
        font-size: 2.1rem;
    }

    .single .content .text {
        padding-left: 0px;
    }

    .single-post article.post header {
        margin-bottom: 10px !important;
    }
}

.single-post article h2 p {
   font-family: "calluna", Arial, sans-serif;
   font-size: 23px;
   font-size: 2.3rem;
   font-weight: normal;
   line-height: 2.8rem;
}

.single-post article p {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 32px;
    line-height: 3.2rem;
}

.single-post article div.wp-caption {
    margin: 0 auto;
}

.single-post article div.wp-caption.alignleft {
    margin-right:18px;
}

.single-post article div.wp-caption.alignright {
    margin-left:18px;
}

.single article p.wp-caption-text {
    text-align: left;
    line-height: 1.8rem;
}

.single-post img.alignleft {
    margin: 0 1em 1em 0 !important;
}

.single-post article.post header {
    margin: 0 0 13px 0;
    padding: 0 0 0 0;
    text-align: center;
    border: none;
}

.single-post article.post.type-video header, .single-post article.post.type-video header .author, .single-post article.post.type-photo-gallery header, .single-post article.post.type-photo-gallery header .author {
    padding-bottom: 10px;
}

.single-post article.post.type-photo-gallery header {
    margin-bottom: 30px !important;
}

.row .wide-ten {
    width: 100%;
}

/* IE8 */
.lt-ie 9 .single-title-container {
    width: 750px !important;
}

@media only screen and (min-width: 1265px) {
    .single-title-container {
        width: 100% !important;
    }
}

.single .content .text {
    display: inline-block;
    float: left;
    /* Cross-Browser: box-sizing */
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
}

@media only screen and (max-width: 1264px) and (min-width:1008px) { /* Desktop */
    .single .content .text {
        width: 100%;
    }
}

@media only screen and (max-width: 1007px) and (min-width:768px) {
    .single .content .text {
        padding: 14px 20px 0px 40px;
    }

    .single .content header .mobile-content-single-share-top {
        padding-top: 13px;
    }

}

@media only screen and (max-width: 767px) {  /* Mobile */
    .single .content .text {
        padding: 0px 10px;
    }
}

/**
 * Article Sidebar
 *
 *
 */
.single-post .mobile-author-follow {
    clear: left;
    padding-top: 11px;
}


@media only screen and (max-width: 767px) {  /* Mobile */
    .single .mobile-content-single-share-top {
        display: inline-block !important;
        padding: 5px 0 0 0;
        margin-left: -5px;
    }

    .single .mobile-content-single-share-bottom {
        display: block!important;
    }

    .single .mobile-content-single-share-top {
        padding: 0 0 0 0;
    }
}

.single-post .social-title {
    border-top: none;
    float: left;
    font-family: 'jubilat', Georgia, 'Times New Roman', serif;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 20px;
    line-height: 2.0rem;
    margin-right: 10px;
    margin-top: 8px;
    padding-top: 0;
}

.single-post .share-article-footer .social-title, .tag-list-header span {
    float: none;
    font-family: "franklin-gothic-urw-comp", Arial, sans-serif;
    text-transform: uppercase;
    color: #666;
    font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.single-post .share-article-footer {
    margin-bottom: 20px;
    margin-left: 0px;
}

.sidebar .share-buttons {
    margin-bottom: 25px;
}

.sidebar .row .columns {
    margin-left: 0 !important;
}

.sidebar #commentlink, .single #commentlink, .single #comment-block input[type='submit'] {
    background: #000;
    border: none;
    font-family: "franklin-gothic-urw-comp", Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400 !important;
    letter-spacing: 3px;
    padding: 14px 0 !important;
    text-transform: uppercase;
}

.sidebar .ad {
    padding: 10px 0px !important;
}

.top-stories h6.side-header, .most-popular h6.side-header span,
.mlp_current_title, .text-about-this-gallery span {
    font-family: "calluna", Verdana, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

.single #commentlink {
    width: 100%;
}

.sidebar dt {
    height: 35px;
}

/* PHOTO GALLERY */
#full-gallery-numbers {
    padding-top: 10px;
    width: 100%;
    text-align: center;
    font-family: "franklin-gothic-urw", Arial, sans-serif;
    font-size: 2.4rem;
    font-size: 24px;
    padding: 5px 0;
}

.touch #full-gallery-numbers {
    padding: 3% 0;
}

#full-gallery-title {
    font-family: 'jubilat', Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 26px;
    line-height: 2.6rem;
}

#full-gallery-desc {
    font-family: "calluna", Verdana, sans-serif;
    font-size: 1.6rem;
    font-size: 16px;
}

#full-gallery-nav .mlp_next_arrow, #full-gallery-nav .mlp_prev_arrow {
    background-color: transparent !important;
    border: none !important;
    text-indent: -99999px;
    font-size: 0px;
    border-radius: 0px;
    width: 33px;
    height: 34px;
    padding: 0px;
    margin: 0px;
}

#full-gallery-nav .mlp_next_arrow {
    background-image: url('images/arrow-small-left.png') !important;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
}

#full-gallery-nav .mlp_next_arrow.mlp_disabled_arrow {
    background-image: url('images/arrow-small-disabled-left.png') !important;
    background-repeat: no-repeat;
}

#full-gallery-nav .mlp_prev_arrow {
    background-image: url('images/arrow-small-right.png') !important;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
}

#full-gallery-nav .mlp_prev_arrow.mlp_disabled_arrow {
    background-image: url('images/arrow-small-disabled-right.png') !important;
    background-repeat: no-repeat;
}

.mlp_current_caption {
    font-family: 'proxima-nova', Arial, Helvetica, Verdana, sans-serif;
    padding-top: 3px;
}

.mlp_inner_nav {
    width: 52px !important;
    height: 53px !important;
}

.mlp_prev_zone, .mlp_next_zone {
    background-color: transparent !important;
}

.mlp_next_zone .mlp_inner_nav {
    position: relative !important;
    top: 50% !important;
    right: 0% !important;
    left: auto !important;
    float: right;
}

.mlp_prev_zone .mlp_inner_nav {
    position: relative !important;
    top: 50% !important;
    left: 0% !important;
    right: auto !important;
}

.mlp_next_zone a {
    background-image: url('images/carousel-arrow-next.png') !important;
    background-position: left top !important;
    height: 53px !important;
    width: 52px !important;
    right: auto !important;
    left: auto !important;
}

.mlp_prev_zone a {
    background-image: url('images/carousel-arrow-previous.png') !important;
    background-position: left top !important;
    height: 53px !important;
    width: 52px !important;
    right: auto !important;
    left: auto !important;
}

#mlp_info .gallery_excerpt .excerpt {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

#mlp_info .gallery_excerpt .excerpt p {
    font-size: 1.6rem;
    font-size: 16px;
}

.mlp_mobile_nav {
    display: none !important;
}

.type-photo-gallery .row .six.columns, .type-photo-gallery .row .nine.columns {
    margin-left: 0 !important;
}

.type-photo-gallery h5 {
    color: #666;
    font-family: 'proxima-nova', Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
}

.type-photo-gallery h5.hide-on-wide {
    position: absolute;
    top: 22px;
}

.type-photo-gallery .columns.wide-four {
    float: right !important;
}

.type-photo-gallery .sponsor-large {
    float: right;
    line-height: 1px;
}

div#full-gallery-nav {
    width: 100% !important;
    position: relative;
    margin: 0 0 30px 0;
}

.comments-tablets-phones {
    margin-bottom: 20px;
}


/* SITE FOOTER */

footer.main-footer {
    position: relative;
    background: #fff;
}


.social-links .text {
    font-family: 'jubilat', Georgia, 'Times New Roman', serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
}

.social-links h3 {
    float: left;
    margin-right: 10px;
}


@media only screen and (max-width: 1264px) and (min-width:1008px) { /* Desktop */
    .social-links .text {
        font-size: 12px;
        font-size: 1.2rem;
    }
}


/* GLOBAL FOOTER */

#rdm_global_footer {
    position: relative;
    padding: 7px 0;
}

#rdm_global_footer .columns.four a:hover h2 {
    color: #666;
}



#rdm_global_footer header h1 {
    font-family: 'franklin-gothic-urw-comp', Arial, Helvetica, Verdana, sans-serif !important;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #dc4128;
    color: #fff;
    font-size: 16px !important;
    font-size: 1.6rem !important;
    padding: 8px 8px 8px 58px;
}

#rdm_global_footer header h1::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 43px;
    border-right: 1px solid #fff;
    background: transparent url('images/cb-orange.png') no-repeat center center;
    content: '';
}

#rdm_global_footer aside h2 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    font-family: 'jubilat', Georgia, 'Times New Roman', serif;
}

#rdm_global_footer a.content-link {
    color: #000;
    font-family: 'franklin-gothic-urw-comp', Arial, Helvetica, Verdana, sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    font-style: bold;
    line-height: 22px;
    line-height: 2.2rem;
    clear: both;
    text-align: center;
}

#rdm_global_footer a.content-link:hover {
    color: #000;
}

@media only screen and (max-width: 1007px) and (min-width:768px) { /* Tablet */

    .content .sidebar .top-stories div {
        min-width: 257px;
        max-width: 257px;
    }

    .author .sidebar .top-stories div {
        min-width: 292px;
        max-width: 292px;
    }

    #rdm_global_footer .row {
        padding: 0 30;
        width: auto;
    }

    #rdm_global_footer .row > aside {
        width: 100% !important;
    }

    #rdm_global_footer .row > aside a:first-of-type {
        float: left;
        margin-right: 20px !important;
        width: 150px !important;
    }

    #rdm_global_footer .row > aside a:first-of-type img {
        width: 150px !important;
    }

    #rdm_global_footer a.content-link {
        clear: none !important;
        float: left;
        margin-top: 23px !important;
        width: 70% !important;
        text-align: inherit;
    }

    #rdm_global_footer aside {
        margin-left: 0 !important;
    }

    #rdm_global_footer aside h2 {
        margin-left: 40%;
    }

    .rdm_comscore_footer.row .seven {
        width: 100%;
    }

    .rdm_universal_footer {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) { /* Mobile */
    #rdm_global_footer .rdm_universal_footer {
        float: left !important;
    }

    #rdm_global_footer .columns.five > a > img {
        margin-top: 14px;
    }

    #rdm_global_footer .row {
        padding: 0 !important;
        width: auto;
    }

    #rdm_global_footer aside {
        margin-left: 0 !important;
    }

    #rdm_global_footer .row > aside {
        border: none !important;
        width: 100% !important;
    }

    #rdm_global_footer .row > aside a:first-of-type {
        float: left;
        margin-right: 20px !important;
        width: 90px !important;
    }

    #rdm_global_footer .row > aside a:first-of-type img {
        width: 90px !important;
    }

    #rdm_global_footer a.content-link {
        clear: none !important;
        float: left;
        margin-left: 0 !important;
        margin-top: 7px !important;
        width: 60% !important;
        text-align: inherit;
    }

    #rdm_global_footer #footer_links {
        display: block;
        margin-top: 5px;
    }

    #rdm_global_footer #footer_links a {
        margin-left: 0;
        margin-right: 15px;
    }
}

.rdm_universal_footer {
    text-align: left;
    float:right;
}

.rdm_universal_footer a {
    color: #C15645;
    font-weight: bold;
}

.tabs li.parent > :first-child.push::after {
    top: 30%;
    right: 0;
    border-color: transparent transparent #dc4128 transparent ;
}

.tabs li.parent > :first-child::after {
    position: absolute;
    top: 44%;
    right: 0px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    content: '';
}

.tabs li.parent > :first-child.push::before {
    top: 38%;
    right: 0;
    border-color: transparent transparent #fff transparent ;
}

.tabs li.parent > :first-child::before {
    position: absolute;
    top: 37%;
    right: 0px;
    z-index: 10;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #fff transparent transparent transparent ;
    content: '';
}

.tabs li.parent>:first-child.push {
    color: #000;
}
/* tablet and mobile */
@media only screen and (max-width: 1007px) {
    .single-post article p {
        font-size: 1.6rem;
        font-size: 16px;
        line-height: 2.8rem;
        line-height: 28px;
    }

    .single-post article div.text h1 {
        font-size: 2.4rem;
        font-size: 24px;
        line-height: 3.2rem;
        line-height: 32px;
    }
}

.tag-list li {
    float: none;
    margin: 20px 0 20px 0;
}

.tag-list li a {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    font-style:normal;
    font-weight: normal;
    font-family: 'HamburgSerialMediumRegular', Helvetica, Arial, sans-serif;
}

.tag-list li a:hover {
    color: #666;
}

.serif-normal-large {
    font-weight:300;
    font-style:bold;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'HamburgSerialXlightRegular', Arial, sans-serif;
}

#bottom_page_widgets {
    /* Cross-Browser: box-sizing */
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10%;
    margin-top: 40px;
}

.single article.type-photo-gallery ~ #bottom_page_widgets {
    display: none;
}

/* desktop and widescreen */
@media only screen and (min-width:1008px) {

    .sharebar-shareicon.active {
        padding: 4px 5px 3px 5px;
    }

    .premium.category-header {
        margin-bottom: 28px;
    }
}

.box.ad h5, .nav_small_header {
    font-family: "franklin-gothic-urw-comp", Arial, sans-serif;
    font-size: 15px;
}

#bottom_page_widgets .related-content h6 {
    margin-bottom: 0px;
    padding-bottom: 49px;
}

#bottom_page_widgets .related-content li:first-of-type {
    padding-top: 0px;
}

.author .most-popular .most-popular-post-title {
    width: 235px;
}

@media only screen and (min-width:1008px) and (max-width: 1264px) {
    .author .most-popular .most-popular-post-title {
        width: 235px;
    }
}

@media only screen and (max-width: 767px) {
    .author .most-popular .most-popular-post-title {
        width: 226px;
    }
}
.sidebar ul.most-popular {
    border-bottom: 1px solid #CCC;
    margin-bottom: 35px;
}

.page-template-interstitial-php .header {
    background-color: #000;
    color: #fff;
}

.page-template-interstitial-php .header .column.tablet-three {
    float: right;
}

.page-template-interstitial-php .header a {
    color: #fff;
    text-decoration: underline;
}

.page-template-interstitial-php .header a:hover {
    color: #00aeff;
}

/**
 * Top stories widget
*/

.top-stories {
    float: left;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

.top-stories dt {
    margin-bottom: 20px;
}

.top-stories h6.side-header {
    text-align: center;
}

.top-stories li {
    float: left;
    margin: 15px 0px;
    width: 100%;
}

.top-stories li a {
    color: #000;
    font-family: "franklin-gothic-urw", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2.0rem;
    font-weight: normal;
}

.top-stories li a:hover {
    color: #00aeef;
}

.top-stories div {
    float: right;
    min-width: 199px;
    max-width: 199px;
}

.top-stories img {
    float: left;
    height: 85px;
    width: 85px;
}

.top-stories a.top-stories-comments {
    color: #9B9B9B;
    display: block;
    font-family: 'franklin-gothic-urw-comp', Arial, Verdana, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

/**
 * Single Comments
 */

.single #comment-block {
    border-top: none;
    border-bottom: 1px solid #ABABAB;
    margin: 20px auto;
}

.single .type-photo-gallery #comment-block {
    border-bottom: none;
}

.single #comment-block h3 {
    font-family: 'jubilat', Georgia, 'Times New Roman', serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 32px;
    line-height: 3.2rem;
}

.single #comment-block h2 {
    font-family: 'jubilat', Georgia, 'Times New Roman', serif;
    font-size: 22px !important;
    font-size: 2.2rem !important;
    font-weight: 400;
    line-height: 22px;
    line-height: 2.2rem;
}

.single #comment-block input[type='submit'] {
    border: none !important;
    color: #FFF;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 8px 13px 8px 15px !important;
}

.single #comment-block article {
    background: transparent !important;
}

ol.commentlist li.comment div.vcard img.avatar {
    border: none;
}

ol.commentlist a {
    font-weight: 600;
}

ol.commentlist li.comment {
    margin-bottom: 0px;
    border: none;
}

#comments p {
    font-family: "franklin-gothic-urw", Arial, sans-serif;
    clear: none;
}

#comments #respond, #comments .must-log-in {
    font-size: 15px;
    font-size: 1.5rem;
}

#comments #comments-title span {
    font-family: "franklin-gothic-urw-comp";
    font-weight: bold;
    font-size: 25px;
}

#comments p.must-log-in {
    margin-bottom: 0px;
}

#comments .comment-content {
    margin: 0;
}

.comment-author.vcard {
    padding: 0 5px 0 0;
    float: right;
    margin-top: 1em;
}

ol.commentlist li.comment div.vcard img.photo {
    margin: 0px;
}

#comments article {
    padding: 12px 0 10px;
}

#comments .comment-content .user-info {
    float: right;
    font-family: "franklin-gothic-urw-comp";
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    padding-right: 15px;
    text-transform: uppercase;
    width: auto;
}

#comments .comment-content .user-info .fn {
    display: block;
}

#comments .comment-content p.user-info, #comments .comment-content p.reply {
    margin: 1em 0 0;
    width: 40%;
}

#comments .comment-content p.reply a, #comments p.edit-link a {
    color: #000;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: normal;
}

#comments .comment-content p.reply a {
    padding-right: 10px;
    position: relative;
}

#comments .comment-content p.reply a span {
    position: absolute;
    right: 0;
    top: 0;
}

#comments .currentPager {
    background: #cccccc;
    color: black;
}

sup {
    vertical-align: baseline;
}

/* IE8 */

@media only screen and (min-width: 1265px) { /* Widescreen */
    .tab-nav li a {
        padding: 0.3em 0.7em;
    }
    .row .resource-column {
        margin-left: 0.2%;
        width: 38%;
    }
}

/* Page navigation */
.navigation {
    margin: 45px 0px 12px;
    padding: 0 3%;
    width: 94%;
}

@media only screen and (max-width: 1264px) and (min-width: 1008px) {
    .navigation {
        padding: 0 4%;
        width: 92%;
    }
}

@media only screen and (max-width: 1007px) {
    .navigation {
        padding-right: 12%;
        width: 88%;
    }

    .sidebar .top-stories div {
        min-width: 229px;
        max-width: 229px;
    }

    .sidebar .top-stories img {
        height: 55px;
        width: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .navigation {
        padding: 40px 6% 0;
        margin: 0 0px 12px;
        width: 88%;
    }
}

.navigation a {
    color: #000;
    font-family: 'franklin-gothic-urw-comp', Arial, Tahoma, Verdana, sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
.android.navigation a {
    padding-top: 4px;
}

.navigation a:hover {
    color: #00aeef;
}

.navigation .alignleft:hover a:before {
    background-position: -350px -253px;
}

.navigation .alignleft a:before {
    content: '';
    background: url('images/macleans-sprites.png');
    background-position: -350px -228px;
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: -22px;
}

.navigation .alignright:hover a:before {
    background-position: -379px -253px;
}

.navigation .alignright a:before {
    content: '';
    background: url('images/macleans-sprites.png');
    background-position: -379px -228px;
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    position: absolute;
    top: 4px;
    right: -22px;
}

.android.navigation .alignright a:before {
    top: 0px!important;
}

.android.navigation .alignleft a:before {
    top: 0px!important;
}

@media only screen and (max-width: 767px) { /* Mobile */
    ul.mobile-section-nav li a {
        padding: 5px;
    }

    ul.mobile-section-nav li a:hover {
        color: #3db9d1;
        background-color: #fff;
    }
}

/* dropdown select for package functionality */

div.chosen-container {
    background-color: #828282;
    display: block;
    width: 240px;
}

div.chosen-container a.chosen-single, div.chosen-container.chosen-with-drop a.chosen-single {
    background: none;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: white;
    display: table-cell;
    font-family: 'proxima-nova', Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    height: 42px;
    max-width: 192px;
    padding-right: 40px;
    vertical-align: middle;
    width: 192px;
}

div.chosen-container a.chosen-single span, div.chosen-container.chosen-with-drop a.chosen-single span {
    margin-right: 0px;
    width: 192px;
}

div.chosen-container a.chosen-single div, div.chosen-container.chosen-with-drop a.chosen-single div {
    background-color: #3c3c3c;
    height: 42px;
    width: 40px;
}

.lt-ie9 div.chosen-container a.chosen-single div, .lt-ie9 div.chosen-container.chosen-with-drop a.chosen-single div {
    top: -9px;  /* fix incorrect alignment in IE8 */
}

div.chosen-container a.chosen-single div b {
    background: url('/wp-content/themes/moneysense.ca/images/tablet-menu-show-sub-menu.jpg') no-repeat 14px 17px;
}

div.chosen-container.chosen-with-drop a.chosen-single div b {
    background: url('/wp-content/themes/moneysense.ca/images/tablet-menu-hide-sub-menu.jpg') no-repeat 14px 17px;
}

div.chosen-container div.chosen-drop {
    background-color: #585858;
    border: none;
    border-radius: 0px;
    color: white;
    font-family: 'proxima-nova', Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
}

div.chosen-container div.chosen-drop ul {
    margin-bottom: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
}

div.chosen-container div.chosen-drop ul li {
    border-top: 1px solid #ababab;
    color: white;
    padding-top: 13px;
    padding-bottom: 13px;
}

div.chosen-container div.chosen-drop ul li:hover {
    text-decoration: underline;
}

div.chosen-container div.chosen-drop ul li.highlighted {
    background-color: #585858;
    background-image: none;
}

/* Paywall styling */
.threshold_columns_container.second_threshold {
    padding: 25px 28px !important;
}

.rdm_paywall_button {
    font-family: 'franklin-gothic-urw-comp', Arial, sans-serif !important;
    border: none;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
    margin-left: 2px;
}

.rdm_paywall_homepage_overlay {
    padding: 5px !important;
}

.rdm_paywall_homepage_overlay .rdm_paywall_button {
    margin: 5px auto !important;
}

.rdm_paywall_hp_overlay_message {
    font-family: 'franklin-gothic-urw', Arial, sans-serif !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    text-align: center !important;
    line-height: 21px !important;
    font-size: 18px !important;
    clear: both !important;
}

.rdm_paywall_hp_overlay_message div {
    margin: 10px 0px;
}

article:not(.premium-plus) .rdm_paywall_hp_overlay_message .rdm_paywall_link a, .threshold_single_column a.rdm_paywall_faq_link, .column_text p a {
    color: #000 !important;
}

.rdm_paywall_hp_overlay_message .rdm_paywall_link a, .dark_column .column_text p a {
    color: #fff !important;
}

.rdm_paywall_link a:hover, article:not(.premium-plus) .rdm_paywall_hp_overlay_message .rdm_paywall_link a:hover, .threshold_single_column a.rdm_paywall_faq_link:hover, .learn_more_links a:hover, .column_text p a:hover {
    color: #dc1b1b !important;
}

.links_band {
    background-color: #000 !important;
}

.threshold_image_holder.desktop {
    margin-top: 0px !important;
}

#popup_overlay_container .column_text {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#popup_overlay_container .threshold_main_title p.popup_overlay_text {
    margin-left: 0px !important;
}

.column_text h3 {
    font-family: "franklin-gothic-urw-comp", Georgia, 'Times New Roman', serif !important;
    font-size: 30px !important;
    line-height: 0.9 !important;
}

.column_text li, .column_text p {
    font-family: "franklin-gothic-urw", Verdana, sans-serif !important;
    font-size: 1.6rem !important;
    line-height: 2.1rem !important;
}

@media only screen and (max-width: 1364px) and (min-width: 1008px) {
    #popup_overlay_container .threshold_single_column.threshold_single_last_column .column_text {
        padding-top: 0px !important;
    }
}

#popup_overlay_container .column_text.first_column {
    padding-left: 30px !important;
}

@media only screen and (max-width: 1364px) {
    #popup_overlay_container .column_text.first_column {
        padding-left: 10px !important;
    }
}

.first_threshold_main_container .threshold_main_title, .second_threshold_container .threshold_main_title {
    color: #000 !important;
}

/* Footer Leaderboard */
.footer-leaderboard h5 {
    color: #666;
    display: none; /* Rest of CSS left here as a backup plan */
    font-family: 'franklin-gothic-urw-comp', Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 3px;
    text-align: center;
    text-transform: uppercase;
}

/* Tablet */
@media only screen and (min-width:768px) and (max-width:1007px) {
    #menu-subscription-dropdown {
        display: none;
    }

    .header_expanded_info_container #menu-subscription-dropdown {
        display: block;
    }
}

/* All Except Mobile */
@media only screen and (min-width: 768px) {
    .nav_small_header {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }
}

/* Mobile */
@media only screen and (max-width: 767px) {
    .content #comments .user-info-vcard {
        width: 100%;
    }

    .content #comments .comment-links {
        width: 100%;
    }
}

/* Carousel + ADs with dynamic height iFrames FIX */
body > iframe:first-of-type {
    max-height: 100% !important;
}

.single .wp-caption img {
    width: 100%;
}

.wp-caption {
    max-width: 100%;
}

input#search-submit {
    -webkit-appearance: none;
}

@media only screen and (max-width: 1264px) and (min-width:768px) { /* Tablet & Desktop */
    #bottom_page_widgets .related-content li .related-post-text {
        width: 73.5%;
    }
}

.category-header {
    text-align: center;
    font-size: 3.6rem;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.5px;
    padding-top: 42px;
    color: black;
    font-family: "franklin-gothic-urw-comp", Georgia, 'Times New Roman', serif;
    max-width: 1264px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-bottom: 10px
}

.category-header span {
    background-color: white;
    z-index: 50000;
    padding: 0px 10px 0px 10px;
    text-transform: uppercase;
    display: inline-block;
}


.category-header:after {
    content: "";
    position: absolute;
    top: 88%;
    left: 0;
    right: 0;
    border-top: 1px solid #cccccc;
    max-width: 1264px;
    margin: 0 auto;
    z-index: -1;
}

.section-header.category-header {
    padding-top: 32px;
}

.page-template-page-latest-post-php .flex-grid {
    padding-top: 32px;
}


body.tag #main .content .row .column.eight:first-child {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width:1008px) and (max-width: 1264px) { /* Desktop */
    .content #comments article p:first-of-type {
        padding-right: 30px;
    }
}

/* everything but mobile */
@media only screen and (min-width:768px) {
    ul.most-popular li, .related-content li {
        min-height: 85px;
    }
}

.lt-ie9 ul.most-popular li, .lt-ie9 .related-content li {
    min-height: 97px;
}

.lt-ie9 .list_buttons_container {
        width: 256px;
}

.lt-ie9 .nav_dropdown_container {
        width: 1006px;

}

.macleans_header_button.mobile-menu-expanded {
	background-color: #FFF;
}

.lt-ie9 header .search-icon-container:hover {
    background: url('images/macleans-sprites.png');
    background-position: -844px -365px;
}

.lt-ie9 .sharebar-shareicon.active {
    padding: 4px 5px 3px 5px;
}

#comments .must-log-in {
    font-size: 1.8rem;
    font-size: 18px;
}

#comments .reply .comment-reply-login {
    font-size: 1.6rem;
    font-size: 16px;
}

#comments ol.commentlist li.comment {
    padding: 15px;
}

#comments ol.commentlist li.comment article {
    padding: 0px;
}

#comments ol.commentlist .comment .comment-content p , #comments ol.commentlist .comment .comment-content a {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 2.1rem;
    line-height: 21px;
    max-width: 100%;
}

#comments .comment-form-comment textarea {
    font-size: 1.8rem;
    font-size: 18px;
}

#comments ol.commentlist .comment .comment-content .user-info , #comments ol.commentlist .comment .comment-content .user-info a {
    font-size: 1.5rem;
    font-size: 15px;
    width: auto;
}

.content #comments .comment-content p.reply a, .content #comments p.edit-link a {
    text-transform: inherit;
}

.content ol.commentlist li.comment div.vcard img {
    margin: 0;
}

#comments ol.commentlist .comment .comment-content .user-info , #comments ol.commentlist .comment .comment-content .user-info a {
    font-size: 1.5rem;
    font-size: 15px;
}

.content #comments .comment-content p.reply a, .content #comments p.edit-link a {
    text-transform: inherit;
}

.content ol.commentlist li.comment div.vcard img {
    margin: 0;
}

#comments ol.commentlist .comment .comment-content a {
    word-wrap:break-word;
    -ms-word-wrap: break-word;
    -ms-word-break: break-all;
    display: inline-block;
}

#comments textarea#comment {
    min-height: 150px;
}

#comments .user-info-vcard {
    width: 70%;
    float: right;
}

#comments .comment-links {
    float: left;
    width: 30%;
}

.content ol.commentlist li.comment div.vcard {
    float: right;
}

.content #comments .comment-content p.reply {
    width: auto;
    float: none;
}

.content #comments .comment-content p.edit-link {
    width: auto;
}

.flex-grid .box .latest-post-widget li a {
    color: #000;
    font-family: franklin-gothic-urw-comp, Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 2.1rem;
    font-size: 21px;
    line-height: 1.9rem;
    line-height: 19px;
}

.flex-grid .box .latest-post-widget li {
    border-bottom: solid 1px #ccc;
    padding: 10px 0px 10px 0px;
    margin: 0;
    min-height: 0px;
    text-align: center;
}

.flex-grid .box .latest-post-widget li:hover {
    background-color: #efefef;
}

.flex-grid .box .latest-post-widget li a:hover {
    color: inherit;
}

.flex-grid .box .latest-post-widget li:last-child {
    border-bottom: inherit;
}

.item-list-widget.most-popular-widget ul li:before {
    background: inherit;
    width: inherit;
    height: inherit;
}

/* sponsored content tile */
.flex-grid .box article.type-sponsored h1 {
    font-family: "franklin-gothic-urw-comp";
    font-weight: 100;
}

.flex-grid .box article.no-image.type-sponsored .text {
    width: 270px;
}

.flex-grid .box article.type-sponsored .text p {
    margin-bottom: 6px;
}

.flex-grid .box article.type-sponsored .text p .dotdotdot {
    font-family: "franklin-gothic-urw" !important;
    margin-bottom: 6px;
    max-height: none;
}

.flex-grid .box article.type-sponsored .image {
    margin-left: 0px;
}

.flex-grid .box article.type-sponsored .sponsor-logo {
    margin-bottom: 0px;
}

.flex-grid .box article.type-sponsored .sponsor-logo p {
    margin: 0 !important;
    margin-right: 0px !important;
    width: auto;
    display: block;
}

.flex-grid .box article.type-sponsored .sponsor-logo span {
    vertical-align: middle;
    font-family: "franklin-gothic-urw-comp";
    font-weight: 100;
    font-size:1.3rem;
    letter-spacing:-0.5px;
}

.flex-grid .box article.type-sponsored .sponsor-logo img {
    vertical-align: middle;
    max-height: 30px;
}

.flex-grid .box article.has-image.type-sponsored .sponsor-logo {
    background-color: white;
    width: 298px;
    position: absolute;
    float: left;
    text-align: center;
    bottom: 1px;
    left: 1px;
    z-index: 2;
}

body.no-touch .box article.has-image.type-sponsored:hover .sponsor-logo {
    background-color: #a6a6a6;
}

.flex-grid .box article.has-image.type-sponsored .sponsor-logo span {
    color: black;
}

/* sponsored content article */

.single-post article.type-sponsored p, .single-post article.type-sponsored .mlp_current_desc, .single-post article.type-sponsored .mlp_current_title {
    font-family: "franklin-gothic-urw"
}

.single-post article.type-sponsored h1 {
    font-family: "franklin-gothic-urw-comp";
    font-weight: 100;
}

.single-post article .author .sponsor-logo {
    margin-bottom: 0px;
}

.single-post article .author .sponsor-logo a {
    display: inline-block;
    margin-top: 5px;
}

.single-post article .author .sponsor-logo p {
    margin: 0px;
}

.single-post article .author .sponsor-logo img {
    float: none;
    display: block;
    width: auto;
    height: auto;
    max-height: 45px;
    margin: 0px auto;
    margin-top: 10px;
}

.single-post article .author .sponsor-logo span {
    font-family: "franklin-gothic-urw-comp";
    font-weight: 100;
    font-size:1.3rem;
    letter-spacing:-0.5px;
    margin-top: 10px;
}

.flex-grid .box .latest-post-widget .latest-post li a {
    max-height: 45px;
    display: block;
}

ul.latest-post {
    margin: 0px;
}

article.latest-post-widget .text {
    padding: 0px;
    width: 100%;
}

.flex-grid .box .latest-post-widget li {
    padding: 10px;
}

.flex-grid .box .latest-post-widget li.view-more p {
    padding: 0;
    margin: 0;
    max-height: 15px;
    text-align: right;
    width: 100%;
    font-family: franklin-gothic-urw-comp, Georgia, 'Times New Roman', serif !important;
}

.flex-grid .box .latest-post-widget li:nth-last-child(2) {
    border-bottom: none;
}

.flex-grid .box .latest-post-widget li.view-more:hover {
    background-color: inherit;
    color: #00aeff;
}

.flex-grid .box .latest-post-widget li.view-more p:hover {
    color: #00aeff;
}

.single header .gallery-share-top {
    padding-top: 22px;
}

.single-post article.post.type-photo-gallery header {
    padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {

    .single header .gallery-share-top {
        padding-top: 2px;
    }

    .single-post article.post.type-photo-gallery header {
        padding-bottom: 20px;
    }
}

div#rev_slider_1_1_wrapper .tp-bullets.tp-thumbs {
    z-index: 100;
}
