/*
 Theme Name: MH Newsdesk lite Child
 Theme URI:    http://google.com/?q=who+is+the+dude
 Description:  MH Newsdesk lite Child Theme
 Author:       Nimrod Cohen
 Author URI:   http://google.com
 Template:     mh-newsdesk-lite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@import url('https://fonts.googleapis.com/css?family=Oswald:300|Barlow:400,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
@import url('//fonts.googleapis.com/css?family=Architects+Daughter');


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 {
    font-family: "Oswald", Arial, sans-serif;
}
.fa {
    font-family: FontAwesome !important;
}

.tooltip
{
    cursor:pointer;
}

.tooltip i
{
    color:red;
}

.tooltiptext
{
    background-color:#ffffee !important;
}

.tooltiptext td
{
    text-align:left;
    line-height:1.5rem;
    font-size:0.8rem;
}

.main-nav ul ul li {
    min-width: 13em;
    width: 100%;
}

.main-nav li
{
    border:0;
}

.main-nav li.school-menu-item
{
    background-color: #ffd942;
    color:black;
    padding: 0 30px;
    font-weight:bold;
}

.main-nav li.school-menu-item:hover { background-color: #ffbf00; }

.main-nav .school-menu-item a
 {
     color:black;
 }

.main-nav li a
{
    font-weight:lighter;
}

.main-nav .join-menu-item
{
    float:right;
    background-color: #146de6;
    color:black;
    padding: 0 30px;
}

.main-nav .login-menu-item
{
    float:right;
    background-color:#00bfc8;
    color:black;
    padding: 0 30px;
}
.main-nav .login-menu-item:hover { background-color:#59a1c7; }

.main-nav .personal-menu-item
{
    float:right;
    background-color:#146de6;
}
.main-nav .personal-menu-item:hover { background-color: #005a8c; }

/* secondary nav */
div.secondary-nav {
    float: right;
}

div.secondary-nav ul#menu-secondary-header-menu li
{
    display: inline-block;
    margin:0 10px;
}

div.secondary-nav ul#menu-secondary-header-menu li a {
}


div.secondary-nav li.menu-item-has-children {
    position: relative;
}

div.secondary-nav ul#menu-secondary-header-menu li > a {
    text-transform: uppercase;
    font-weight: 100;
}

div.secondary-nav li.menu-item-has-children > ul.sub-menu {
    display: none;
    position: absolute;
    top:24px;
    right:0;
    padding:6px 14px;
    z-index: 1000;
    background:white;
    border:solid 1px #efefef;
    border-top:solid 3px rgba(4, 199, 255, 0.33);
}

div.secondary-nav ul#menu-secondary-header-menu > li:hover:not(.menu-item-has-children) > a {
    border-bottom:solid 3px rgba(4, 199, 255, 0.33);
}
div.secondary-nav li.menu-item-has-children:hover > ul.sub-menu {
    display: inline-block;
}

div.secondary-nav li.menu-item-has-children > ul.sub-menu li {
    white-space: nowrap;
}

div.secondary-nav ul#menu-secondary-header-menu li > ul.sub-menu li {
    margin:6px 0;
}

div.secondary-nav ul#menu-secondary-header-menu li > ul.sub-menu li a {
    font-size:14px;
}

ul#menu-secondary-nav-menu
{
    border: solid 1px lightgray;
    line-height: 40px;
    font-size: 0.9em;
    font-weight: lighter;
    letter-spacing: 0.04em;
}

ul#menu-secondary-nav-menu li
{
    display: inline-block;
    border-right: solid 1px lightgray;
    padding:0 14px;
}
/* secondary nav - end */
.sb-widget
{
    margin-bottom: 10px;
}

.sb-widget ul.menu > li
{
    padding: 4px 0;
    border-bottom: 1px dotted #dcdcdc;
    font-family:Georgia, Serif;
}

.mh-sidebar .sb-widget ul li a {
    font-family: "Barlow", Arial, sans-serif;
}

.widget-title
{
    background: transparent;
    border-bottom: solid 1px black;
    padding-bottom: 6px;
}

.widget-title span
{
    font-size: 23px;
    line-height: 1.1;
    color: #005a8c;
    background: transparent;
    padding:0;
}

.sb-widget.widget_search
{
    margin-bottom: 10px;
}

.sb-widget .search-form {
    margin: 0 auto;
    background: transparent;
    width: 100%;
    padding: 0;
}

.sb-widget .search-form .search-field
{
    width:100%;
    height:42px;
}

.entry-content h2
{
    margin-top:35px;
}

.entry-content, .entry-content p, .content-lead-excerpt p, .content-list-excerpt p
{
    line-height:1.8rem;
}

.entry-content, .entry-content *, .content-lead-excerpt *, .content-list-excerpt *
{
    font-family: "Barlow", Arial, sans-serif;
}


.subscriptions-box .commerce .commerce-message {
    display: none;
}

/* new checkout page */

.reg-page, .reg-page *
{
    box-sizing:border-box;
}

.fa {
    font:normal normal normal 14px/1 FontAwesome;
}

.reg-page h1.join-title {
    text-transform: uppercase;
}

.reg-page .column, .columns {
    width: 100%;
    float: left;
    padding-right: .625rem;
    padding-left: .625rem;
}

.reg-page .column {
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #FFF;
    border: solid 1px #e5e9ea;
    position: relative;
}

.reg-page .column.highlight
{
    background-color: #f6fffa;
}

.reg-page .margin-bottom-none { margin-bottom: 0 !important; }
.reg-page .padding-left-none { padding-left: 0 !important; }
.reg-page .text-center { text-align: center !important; }
.reg-page .display-block { display: block !important; }

.reg-page .legend
{
    color: #1C2F3A;
    font-size: 1.25rem;
    background-color: #F1F5F6;
    padding: 1.875rem .9375rem;
    border-left: solid 1px #e5e9ea;
    border-right: solid 1px #e5e9ea;
    border-top: solid 1px #e5e9ea;
    margin-top: 3.125rem;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    text-transform: uppercase;
    text-align: left;
}

.reg-page .feature-list
{
    border-radius: 0px;
    background-color: #FFF;
    border: solid 1px #e5e9ea;
    position: relative;
    margin-left:0;
}

.reg-page ul
{
    margin: 0;
    margin-bottom: 16px;
}

.reg-page ul *
{
    list-style: none;
    line-height: 1;
    font-family: "Barlow", Arial, sans-serif;
}



.reg-page .feature-list .item {
    text-align: left;
    padding: .5625rem;
    padding-left: .9375rem;
    height: 2.1875rem;
    color: #455560;
    font-size: .875rem;
    font-weight: 400;
    border-bottom: solid 1px #e5e9ea;
}

.reg-page .switch-container {
    padding: 1.875rem .9375rem;
    border-bottom: solid 1px #e5e9ea;
}

.reg-page .switch {
    font-size: .875rem;
}
.reg-page .switch.small {
    height: 1.75rem;
}

.reg-page .switch .switch-label {
    color: #455560;
    border-bottom: 0 none;
    display: inline-block;
    padding-top: .3125rem;
    font-weight: 600;
    vertical-align: top;
    cursor: pointer;
}

.reg-page .switch .switch-label.left {
    margin-right: .3125rem;
}

.reg-page .switch .switch-label.right {
    margin-left: .3125rem;
}

.reg-page .switch .switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}

.reg-page .switch .switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    background-color: #43c1b6;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    margin:0;
}

.reg-page .switch .switch-paddle:after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: '';
}

.reg-page .switch .switch-paddle.checked:after {
    left: 2rem;
}

.reg-page .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem;
}
.reg-page .switch.small .switch-paddle:after {
    top: .25rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.reg-page .switch.small .switch-paddle.checked:after {
    left: 2rem;
}

.reg-page .show-for-sr,.reg-page .show-on-focus
{
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

.row:not(.expanded) .row {
    max-width: none;
}

.reg-page .button, .reg-page .reg-button
{
    display: inline-block;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 1rem;
    border: 1px solid transparent;
    padding: .9375rem 1.875rem;
    line-height: 1;
    letter-spacing: 1px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.reg-page .reg-button:hover
{
    transform: translateX(0px) scale(1.05);
    -moz-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
    box-shadow: rgba(0,0,0,0.2) 0 0 5px;
}

.reg-page .reg-button.blue
{
    background-color: #67a1da;
    border-color: #67a1da;
    color: #FFF;
}

.reg-page .reg-button.naked, .reg-page .button.naked
{
    border-color: #1C2F3A;
    background-color: transparent;
    color: #1C2F3A;
}

.reg-page .button.small, .reg-page .reg-button.small
{
    line-height: 0.5rem;
    padding: 0.25rem 0.75rem;
    margin: 0;
    font-size: 0.75rem;
    font-weight: normal;
}

.reg-page .button.naked:hover, .reg-page .reg-button.naked:hover {
    text-decoration: none;
}


.reg-page .reg-button.blue:hover {
    color: #FFF;
    border-color: #679ed7;
    background-color: #679ed7;
    text-decoration: none;
}

.reg-page .product-features .title
{
    padding: 1.875rem 0;
    font-weight: 600;
    color: #1C2F3A;
}

.reg-page .product-features .title .title-text
{
    font-size: 1.375rem;
    display: block;
    margin-bottom: 1.875rem;
}

.reg-page .product-features .item.bottom
{
    height: auto;
    padding: .9375rem 0;
    border-bottom: none;
}

.reg-page .product-features .price
{
    border-bottom: solid 1px #e5e9ea;
    padding: 0 .9375rem .9375rem;
    font-size: 1.25rem;
    color: #1C2F3A;
    margin: 0;
    font-weight: 600;
}

.reg-page .product-features .price .price-label
{
    font-size: 2.25rem;
}

.reg-page .product-features .price .small
{
    font-size: .75rem;
    margin-top: .3125rem;
    font-weight: 400;
    color: #455560;
}

.reg-page .product-features .item
{
height: 2.1875rem;
color: #455560;
padding: .5625rem;
text-align: center;
font-size: .875rem;
font-weight: 400;
border-bottom: solid 1px #e5e9ea;
}

.reg-page .product-features .item .fa-check
{
    color: rgb(0, 153, 205);
    font-size: 1rem;
}

.checkout-agree-label, .checkout-agree-label a {
    font-family:Barlow, Arial, sans-serif;
}

@media print, screen and (min-width: 64em)
{
    .reg-page .large-2 {
        width: 8.33%;
    }

    .reg-page .large-2 {
        width: 16.66%;
    }

    .reg-page .large-3 {
        width: 25%;
    }

    .reg-page .large-4 {
        width: 33%;
    }

    .reg-page .large-6 {
        width: 50%;
    }

    .reg-page .large-9 {
        width: 75%;
    }

    .reg-page .container {
        padding-left: 0;
    }
    .reg-page .container .row {
        margin: 0;
    }

    .hide-for-large {
        display: none !important;
    }
}

@media print, screen and (min-width: 40em)
{
    .column, .columns {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }

}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display:none !important;
    }

    .reg-page .product-features .item {
        height: unset;
    }
}
}

/* new checkout page - end */

.free-trial-month {
    font-size: 20px;
    color: #005a8c;
    display: inline-block;
    margin-left: 20px;
}

.select-plan .select2-container .select2-selection--single:hover {
    border-color: #c4c4c4;
}
.select2-container--default .select2-selection--single:hover .select2-selection__arrow {
    background: #016aa4;
}

.period-box {
    font-size: 18px;
    line-height: 52px;
    color: #a5a5a5;
    float: left;
    margin-left: 20px;
}
.select-plan {
    float: left;
    width: 250px;
}
.select-plan .select2-container .select2-selection--single {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    height: 48px;
    border-color: #979797;
    outline: 0 none !important;
}
.select-plan .select2-container .select2-selection--single .select2-selection__rendered {
    height: 48px;
    line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    margin-top: -3px;
    color: #fff;
    margin-left: 0;
    height: 17px;
    width: 17px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 48px;
    height: 47px;
    background: #005a8c;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\f078";
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #ccdee8;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #005a8c;
}
.period-box span.active {
    color: #005a8c;
}
.period-box span span {
    color: #000;
    margin-left: 5px;
    display: inline-block;
}

.form-action {
    padding-left: 65px;
    padding-bottom: 30px;
    border-bottom: 2px solid #908e8f;
}
.form-action .submit-checkout {
    width: 260px;
    height: 55px;
    display: inline-block;
    text-align: center;
    background-color: #005a8c;
    font-size: 20px;
    color: #fff;
    line-height: inherit;
    text-decoration: none !important;
    cursor: pointer;
    border: 0;
}
.form-action .submit-checkout.join {
    width: 100px;
}
.form-action .submit-checkout:hover {
    background: #016aa4;
}

button.plan-selection-submit
{
    width: 160px;
    height: 55px;
    display: inline-block;
    text-align: center;
    background-color: #005a8c;
    font-size: 20px;
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    border: 0;
}

button.plan-selection-submit.cancel-all
{
    color: #575657;
    background-color:transparent;
    border:solid 1px #b2b1b2;
    float:right;
    line-height: inherit;
    font-size:0.95em;
}

button.plan-selection-submit.no-change
{
    background-color: #6e6c79;
    cursor:default;
}


button.submit-checkout.unsubscribe
{
    background-color: #ff0069;
    width:inherit;
}

form.settings
{
    box-sizing: border-box;
    padding-bottom:20px;
    border-bottom: solid 1px lightgray;
    margin-bottom:20px;
    clear:both;
}

form.settings .form-group
{
    margin-bottom: 15px;
    box-sizing: border-box;
}

form.settings .form-group label
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    box-sizing: border-box;
}

form.settings .form-group .form-control
{
    box-sizing: border-box;
    display: block;
    width: calc(100% - 2px);
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

form.settings button.btn
{
    background:green;
    color:white;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

a.disconnect-link
{
    width:100%;
    text-align: right;
    color: #606060;
    display: block;
}

a.disconnect-link:hover
{
    color: #0b0099;
}

a.primary-button,input[type=submit],button.primary-button
{
    background-color: #005a8c;
    color:white;
    padding:14px;
    font-size:1em;
    letter-spacing:.1em;
    text-transform: uppercase;

    cursor: pointer;
    border: 0;
}

button.primary-button
{
    transition: all 0.25s ease-in-out;
}

button.primary-button:hover
{
    background: #1f1e1e;
    color: #fff;
}

textarea#comment
{
    width: 100%;
    box-sizing: border-box;
}

button#subscribe_to_comments
{
    border:0;
    border-radius: 0;
    float: right;
    background-color: #146de6;
    color:white;
    cursor:pointer;
    width:260px;
}

.commerce-error ul
{
    display: none;
    padding: 1em 2em 1em 3.5em !important;
    border-top-color: #b81c23;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid coral;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}

.commerce-error ul:before {
    font-family: FontAwesome;
    content: "\f06a";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

/* login */

.login #login *
{
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.login #login
{
    padding:0; !important;
    max-width: 320px;
    width: 100%;
    margin:0 auto;
}

.login #login #loginform
{
    width: 100%;
    box-sizing: border-box;
}

.login h1.logo-title
{
    text-align: left;
}

h1.join-title {
    text-align: center;
    font-size: 1.8em;
    color: black;
    margin-top:2rem;
    margin-bottom: 0.2rem;
}

p.join-subtitle
{
    text-align: center;
    margin-bottom:2rem;
}

.login p
{
    font-size:13px;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    outline:none;
}

input[type="checkbox"]:before,input[type="checkbox"]:focus
{
    content: '' !important;
    outline:none;
}

.message {
    border-left: 4px solid #dc3232;
    padding: .7em .6em;
    background-color: #fbeaea;
    margin-bottom: 20px;
}

.message.success
{
    border-left-color: #00c200;
    background-color: #deeed0;
}

#loginform p label
{
    min-width:160px;
    display: inline-block;
}

#loginform p label span.mandatory
{
    color:red;
    float:right;
}

#loginform p input.input.full-width
{
    width:60%;
}

#loginform p input.input.standard-width
{
    min-width: 200px;
    width: 260px;
    max-width: 90%;
}

p.login_options span
{
    margin-right:20px;
    padding-left:20px;
    border-left: solid 1px gray;
}

p.login_options span:first-child
{
    border:0;
    padding-left:0;
}


/* comments list */
.comments-wrap * {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
}

ol.commentlist
{
    padding:0;
    background:white;
}

.commentlist .comment
{
    padding:10px;
}

.commentlist .children li
{
    padding:0;
}

.commentlist .depth-1
{
    border-bottom:solid 1px #ccdee8;
}

.commentlist .depth-1:last-child
{
    border-bottom:0;
}

.commentlist .children .depth-2
{
    padding:10px 0 0 30px;
}

div.comment-respond, #respond
{
    background:white;
    padding:0;
}

.commentlist .comment .avatar
{
    width:32px;
    height:32px;
}

.commentlist .children li
{
    background:white;
}

.vcard.meta, .vcard.meta > *
{
    font-family: "PT Serif", Georgia,serif;
    color:gray;
    font-size:12px;
}

.vcard.meta, .vcard.meta > .comment-reply-link
{
    color:#005a8c;
}

.commentlist .bypostauthor .avatar
{
   border:0;
}

.comment-date
{
    float:right;
}

/* end - comments list */

/* performance table */
aside table.performance-table tr,aside table.performance-table th,aside table.performance-table td
{
    background-color:white;
    color:black;
    border:0;
    text-transform: uppercase;
}

aside table.performance-table td { font-size: 14px; }
aside table.performance-table th { font-size: 12px; }
aside table.performance-table td:first-child { text-align: left; font-weight: bold}
aside table.performance-table td { text-align: right; }

aside table.performance-table td.positive { color:#5ab400; }
aside table.performance-table td.negative { color:#ff433d; }

aside table.performance-table tfoot td
{
    font-weight: normal;
    font-size:10px;
    padding:0;
    line-height:15px;
    text-align: left;
    color:#564B52;
}

aside .textwidget td.compact,aside .textwidget th.compact
{
    display:none;
}

div.expiring_notice
{
    background-color:orangered;
    text-align:center;
    color:white;
    font-weight:bold;
    line-height:2em;
}

div.expiring_notice p a
{
    text-decoration: underline;
    color:white;
    font-weight:bold;
}

td.no-break
{
    white-space:nowrap;
}

td i.comming-soon:after
{
    content: ' SOON';
    font-size:0.9em;
}
table.screeners th
{
    font-size:14px;
}
table.screeners td
{
    font-size:12px;
}
table.screeners td.fixed_width
{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.screeners th,table.screeners td
{
    padding:2px;
}

.screener_table_row_counter {
    display: inline-block;
}

.table-wrapper {
    overflow-x: scroll;
}

table.stocks-results.demo tr:last-child td {
    border-bottom: 5px dotted #a2a2a2;
}

table.stocks-results.demo::after {
    content: ' ';
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    width: 1000%;
    position: relative;
    top: -20px;
    display: inline-block;
    height: 20px;
    float:left;
}

.download-excel {
    margin-right: 10px;
    border: solid 1px #1e5a2f;
    border-radius: 3px;
    padding: 4px 8px;
    font-size: 0.8em;
    color:white !important;
    background-color: #207245;
    text-decoration: none !important;
    font-weight:bold;
}

.download-excel:hover {
    background-color: #348e4c;
    text-decoration: none !important;
}

.download-excel::after {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADkXpUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHja7ZdbcuwoDIbfWcUsAUkIxHK4Vp0dzPLnB9PdSScnddIzNU8xHYOFkECfwI4bf/+a7i9clLO5oMlijtHjCjlkLmiYv66rJh/2/Tz4W+Od3N07GCJBLddjHEe/QK6PASkceX0vd6kdO3YM3Swfg7I8MxpHz44h4UtO59nlM66EN8s5f/O2xHRVz88hIRhdYU/Y8RASj7stL4IZSJaCO+0785IEtNe1JL+Jnbs3n4J3bz3Fzpcjl/ehcD4ehfgUoyMn/Tx2O0JP1G6e33XUdHfxMXaz25zjWl0JEZGK7izqtpTdgmJFKGUPiyjLqKKddskohiU2EOugWVGao0yMCE4K1KnQpLHrRg1TDDw4oWZuLFtmkjhzkwsBCk1OwNOdGFg1UBOI+T4X2n7z9tfI4LkTNJlgDCw/FveZ8JVyNzTnSl0ib/dYYV68chrTWOTWHVoAQvPEVHd8d3Fv8sa/ASsgqDvMhgUWXy8TVemRW7I5C/TUB+evrUGpHwMIEXwrJoPsDuQjiVIkn5gTEeJo4FMwc5bAFQRIlTu5CTYiEXCMl2+MSbR1WfkS42gBCJUoCWiwgQArBEX+pGDIoaKiwalq1KSmWUuUGKLGGFNcZ1RJkkLSFFNKlnIqJhZMLVoys2wlcxYcYZpjTi5bzrkUOC0wXTC6QKOUylVqqFpjTdVqrqUhfVpo2mJLzVpupXOXju3fY0+uW8+9DBpIpRGGjjjSsJFHmci1KTNMnXGmaTPPcqd2qL6nRk/kvqZGh9oiFrZeelCDOKWbCVrHiS5mIMaBQDwtAutwWsy8UQi8yC1mPjM2hTKokS44nRYxEAyDWCfd2T3IfcnNafgWN/4dObfQ/Rfk3EJ3yH3k9gm1XvYbRTagtQtXTL1MHGxQKmz44Tx+vXb/1sCPoR9Dz4awvVdd2rp0C6vgkK90tYsfeC5bx7DnsWe2HB8wzY0ed8fIUv1lx79Suy8VppTLp7UpNvo1mVGk2jhKeEWjD2+R04ctTNyUAn6tvBAk90eKXPpyoTgvB86z5Q9nT7KWCm3n2t1IpaRQd2dscew56frI/F7t/lRRL4olmDS74jHX15DNwGUHu3aPI07Kwa1SXoLnvjPgK4juDcUBcg+I/D2I39oiwvGR+eF95rtH6sdH6rdH6v9p5rtXt8SPoR9D/7+hic8Y/NPr/gF38rqXmwvBSgAAAGF6VFh0UmF3IHByb2ZpbGUgdHlwZSBpcHRjAAB42j2JwQnAMAwD/56iI9iSoMk6dT799ZH9qRNo7xBIyO5nph0bwdgEdQ1X+RMj0sGzaiPoDPbKEvvJeq5a4iLohvFNd3sBMQ4U1qVVc70AAA9YaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA0LjQuMC1FeGl2MiI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczppcHRjRXh0PSJodHRwOi8vaXB0Yy5vcmcvc3RkL0lwdGM0eG1wRXh0LzIwMDgtMDItMjkvIgogICAgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iCiAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgeG1sbnM6cGx1cz0iaHR0cDovL25zLnVzZXBsdXMub3JnL2xkZi94bXAvMS4wLyIKICAgIHhtbG5zOkdJTVA9Imh0dHA6Ly93d3cuZ2ltcC5vcmcveG1wLyIKICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgeG1wTU06RG9jdW1lbnRJRD0iZ2ltcDpkb2NpZDpnaW1wOjRiMmI4MzJmLWZjODctNDE5Zi1hZWM4LTA3NDM0Y2NjMTEwNSIKICAgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4ZmVkYzRmZi0zZmQxLTQ1MjAtYWZjZS0zNTNhMWQwMjc3YzMiCiAgIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmYTJhOWU5Yi1jMDYwLTRjMmUtYmY0OS0xZTgzNzM4NjdkNDEiCiAgIEdJTVA6QVBJPSIyLjAiCiAgIEdJTVA6UGxhdGZvcm09Ik1hYyBPUyIKICAgR0lNUDpUaW1lU3RhbXA9IjE1NzM1NjE5OTIyMTE2MTMiCiAgIEdJTVA6VmVyc2lvbj0iMi4xMC44IgogICBkYzpGb3JtYXQ9ImltYWdlL3BuZyIKICAgeG1wOkNyZWF0b3JUb29sPSJHSU1QIDIuMTAiPgogICA8aXB0Y0V4dDpMb2NhdGlvbkNyZWF0ZWQ+CiAgICA8cmRmOkJhZy8+CiAgIDwvaXB0Y0V4dDpMb2NhdGlvbkNyZWF0ZWQ+CiAgIDxpcHRjRXh0OkxvY2F0aW9uU2hvd24+CiAgICA8cmRmOkJhZy8+CiAgIDwvaXB0Y0V4dDpMb2NhdGlvblNob3duPgogICA8aXB0Y0V4dDpBcnR3b3JrT3JPYmplY3Q+CiAgICA8cmRmOkJhZy8+CiAgIDwvaXB0Y0V4dDpBcnR3b3JrT3JPYmplY3Q+CiAgIDxpcHRjRXh0OlJlZ2lzdHJ5SWQ+CiAgICA8cmRmOkJhZy8+CiAgIDwvaXB0Y0V4dDpSZWdpc3RyeUlkPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJzYXZlZCIKICAgICAgc3RFdnQ6Y2hhbmdlZD0iLyIKICAgICAgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4N2FhOTM5Ny0wNzFhLTQxNzAtYTJmOC1mOWQ5MWJlYjhmOTEiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkdpbXAgMi4xMCAoTWFjIE9TKSIKICAgICAgc3RFdnQ6d2hlbj0iMjAxOS0xMS0xMlQxNDozMzoxMiswMjowMCIvPgogICAgPC9yZGY6U2VxPgogICA8L3htcE1NOkhpc3Rvcnk+CiAgIDxwbHVzOkltYWdlU3VwcGxpZXI+CiAgICA8cmRmOlNlcS8+CiAgIDwvcGx1czpJbWFnZVN1cHBsaWVyPgogICA8cGx1czpJbWFnZUNyZWF0b3I+CiAgICA8cmRmOlNlcS8+CiAgIDwvcGx1czpJbWFnZUNyZWF0b3I+CiAgIDxwbHVzOkNvcHlyaWdodE93bmVyPgogICAgPHJkZjpTZXEvPgogICA8L3BsdXM6Q29weXJpZ2h0T3duZXI+CiAgIDxwbHVzOkxpY2Vuc29yPgogICAgPHJkZjpTZXEvPgogICA8L3BsdXM6TGljZW5zb3I+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgCjw/eHBhY2tldCBlbmQ9InciPz4IgIiUAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+MLDAwhDO0x7YkAAAEhSURBVDjLvZM9SwNBEIaflcMihJMYIQQ2AY3aHNqbD1LGUkFsxN5fEUL+hp02ooV2ooUWd1ZaJhAIWORSBaLgxxU2a3OXHHFz3DUODDPszrz7zsuOUEoxx/LADlABLoBnXZERyi2gDpR9Xw3drQC2pt8zgFv/pSWiTQDHwHno7MQAdolnaib+GYEYDMIRgIUgGbwN1EP/EYDR54i73n0Ug8CnAMXlonA/XMZfYy47V9TWqlEMAp8CAOxbe7ScNhVZJrWYisVAr4EQyTUAuO7e0Ko2cdwnvB8vmQbD9yEFs0A2neXQOsB+tWNpMBlBZiQyIwHImTkaZuN//kESAC0DoZQ68hepBGwC27PiAmeAowH9FnPWecMHXAe2gFPgRVf4C1RBT37l6inrAAAAAElFTkSuQmCC');
    margin-left: 8px;
    position:relative;
    top:2px;
}

/* mobile devices handling */

@media only screen and (max-width: 980px)
{
    ul.menu li.personal-menu-item i:after
    {
        content: " Settings";
        font-family: "Oswald", Arial, sans-serif;
        font-size: 1rem;
        font-weight: bold;
    }
}

table.stocks-results th, table.standard-table th
{
    color: #005a8c;
    background: #fff;
    padding: 0.625rem;
    font-size: 0.9rem;
    border-bottom: solid 1px black;
    text-transform: uppercase;
}

table.stocks-results tbody tr:nth-child(odd),
table.standard-table tbody tr:nth-child(odd)
{
    background-color: #f7f4f1;
}

table.stocks-results tbody tr td,
table.standard-table tbody tr td
{
    font-size: 0.9rem;
    border: 1px solid #ebebeb;
    border-top: 0;
    text-align: center;
    vertical-align: middle;
    padding: 0.625rem;
    font-weight: lighter;
}

table.stocks-results tbody tr.tooltiptext td,
table.standard-table tbody tr.tooltiptext td
{
    text-align: left;
}

table.stocks-results tbody tr td a,
table.standard-table tbody tr td a
{
    font-weight: normal;
}

table.stocks-results.invoices tbody tr td
{
    text-align: left;
}

/* school */

.school-page h1.page-title
{
    text-transform: uppercase;
    margin:20px 0;
}

.school-page .button
{
    display: inline-block;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 1rem;
    border: 1px solid transparent;
    padding: .9375rem 1.875rem;
    line-height: 1;
    letter-spacing: 1px;
}

.school-page .button:hover
{
    text-decoration: none;
}

.school-page .button.blue
{
    background-color: #67a1da;
    border-color: #67a1da;
    color: #FFF;
}

.school-page .sidebar-scroll
{
    max-height:1000px;
    overflow-y: scroll;;
}

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

.mh-sidebar .chapter-articles h3
{
    padding: 0 0 0 134px;
    font-size: 18px;
}

.mh-sidebar .chapter-articles h3 a
{
    font-family: "Barlow", Arial, sans-serif;
}

.mh-sidebar article.sidebar-item > div.thumbnail
{
    float:left;
    position:relative;
}

.mh-sidebar article.sidebar-item div.chapter-number
{
    position:absolute;
    bottom:5px;
    left:5px;
    background-color: rgba(0, 79, 255, 1);
    color:white;
    width:30px;
    height:30px;
    line-height:30px;
    border-radius:50%;
    text-align: center;
}

.mh-sidebar article.sidebar-item {
    padding-bottom: 8px;
}

.mh-sidebar article.sidebar-item + .sidebar-item {
    border-top: 1px solid #eaeaea;
    padding-top: 12px;
}


.mh-sidebar article.sidebar-item:after
{
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
}

.mh-sidebar .chapter-articles .thumb
{
    width: 120px;
    height: 66px;
}

.mh-sidebar h5
{
    margin-bottom:12px;
}

.mh-sidebar .chapter-articles
{
    margin-bottom:20px;
}

.mh-sidebar .chapter-articles li
{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.mh-sidebar .chapter-articles li:after
 {
     content:" .......................................................................";
     letter-spacing: 4px; /* Use letter-spacing to increase space between dots*/
 }

/* personal page view tabs */
.tabs-wrapper .nav-tab-wrapper
{
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-top: 9px;
    padding-bottom: 0;
    line-height: inherit;
    height: 35px;
    margin-bottom:10px;
}

.tabs-wrapper .nav-tab-wrapper .nav-tab
{
    box-shadow: none;
    outline: none;
    float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 24px;
    background: #f1f1f1;
    color: #555;
}

.tabs-wrapper .nav-tab-wrapper .nav-tab.nav-tab-active
{
    border-bottom: 1px solid #f1f1f1;
    background: white;
    color: #000;
    margin-bottom: -1px;
}

.tabs-wrapper .tab-view
{
    display: none;
    min-height:300px;
}

.tabs-wrapper .tab-view.active
{
    display: block;
}

a.cta-button {
    background-color:#146de6;
    text-decoration:none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4em;
    color:white;
    padding:20px 10px;
    display: inline-flex;
    flex-direction: column;
    transition: background-color 0.25s ease-in-out;
}

a.cta-button:hover {
    background-color: #005a8c;
    text-decoration: none;
    color:white;
    padding:20px 10px;
    align:center;
}

a.cta-button sub {
    font-size:0.8em;
    font-weight: 100;
    color:white;
    display:inline-block;
    text-transform: initial;
}

/* personal page view tabs - end */

@media only screen and (max-width: 670px)
{
    .subscriptions-table { border-collapse: collapse; }
    .subscriptions-table thead tr th { font-size:1em;  }
    .subscriptions-table thead tr th.benefit  { font-size:1em; }
    .subscriptions-table thead tr th.secondary { font-size:1em; }

    .subscriptions-table tfoot tr td .join-button
    {
        font-size: 1.2em;
        line-height: 1.2em;
        height:1.2em;
        padding:10px;
        width:80%;
    }

    a.cta-button {
        font-size:1.2rem;
    }

    a.cta-button sub {
        font-size:0.65rem;
    }

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

    h1.join-title {
        text-align: center;
        font-size: 1.2em;
    }

    table.stocks-results th, table.standard-table th
    {
        font-size:0.8em;
        padding: 0.25rem;
    }
}

@media only screen and (max-width: 500px)
{
    h1.join-title
    {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .checkout-box button
    {
        width:130px;
        font-size:0.85em;
    }
    .checkout-box button.product-selection,.checkout-box label.product-selection
    {
        width:80px;
        font-size:0.85em;
    }

    .plan-selection table td
    {
        font-size:12px;
    }

    .plan-selection table td small
    {
        font-size: 10px;
    }

    button#subscribe_to_comments
    {
        float:none;
        display: block;
        margin-top:6px;
    }
}

@media only screen and (min-width: 980px)
{
    .curvedarrow
    {
        position: absolute;
        top: -30px;
        width: 180px;
        right: -133px;
        height: 50px;
        background: url("./img/arrow.png") no-repeat;
        background-size:contain;
    }

    .main-nav .school-menu-item
         {
             position:relative;
         }

    .main-nav .school-menu-item:after
         {
             position:absolute;
             padding:14px;
             top:-60px;
             left:170px;
             content: "Become an investment guru";
             font-family: 'Architects Daughter', cursive;
             font-size: 16px;
             white-space: nowrap;
             transform: rotate(4deg);
             background:transparent;
         }
}
