/*
 * @preserve Copyright (c) 2015- 2019. Allocate Smartly (https://allocatesmartly.com/contact/) All rights reserved
 */

/*!
	Theme Name: AllocateSmartly
	Description: A fork of a super slim start up theme for the Genesis Framework.
	Author: Fast Analytics - original author Lean Themes
	Author URI: http://leanthemes.co/
	Version: 1.3.2

*/
/*
	Tags: black, orange, white, one-column, two-columns, background, custom-menu, full-width-template, responsive-layout, rtl-language-support, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, footer, header, main, menu, nav, section {
    display: block
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button, input, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.before-content:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.home-row:before,
.home-top-slider:before,
.nav-primary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.archive-pagination:after,
.before-content:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.home-row:after,
.home-top-slider:after,
.nav-primary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    height: 100%;
    margin: 0;
    border-top: 5px solid #f26c4f;
    color: #666;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

body.archive,
body.search-results,
body.page-template-page_blog {
    background-color: #efefef;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.featured-link {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a {
    color: #f26c4f;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #666;
}

a:active, a:hover {
    outline: 0;
}

p {
    margin: 0 0 20px;
    padding: 0;
}

b, strong {
    font-weight: 700;
}

ol, ul {
    margin: 0;
    padding: 0;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
    border: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
}

input:focus,
textarea:focus {
    outline: none;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #f26c4f;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #efefef;
    color: #f26c4f;
}

.button.black {
    background-color: #3e4247;
}

.button.blue {
    background-color: #377d97;
}

.button.grey {
    background-color: #999;
}

.button.black:hover,
.button.blue:hover,
.button.grey:hover {
    background-color: #efefef;
    color: #777;
}

input[type="checkbox"] {
    width: auto;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000; /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    height: 100%;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1170px;
}

.site-inner {
    clear: both;
    padding-top: 70px;
}

.front-page .site-inner {
    max-width: 100%;
    padding-top: 0;
}

.archive .site-inner,
.search-results .site-inner,
.page-template-page_blog .site-inner {
    padding-top: 50px;
}


/* Column Widths and Positions
--------------------------------------------- */

.content {
    float: right;
    width: 800px;
}

.content-sidebar .content {
    float: left;
}

.full-width-content .content {
    width: 100%;
}

.sidebar-primary {
    float: right;
    width: 320px;
}

/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

/* Genesis
--------------------------------------------- */

.archive-description {
    background-color: #fff;
    padding: 35px 0 0 35px;
}

/* Titles
--------------------------------------------- */

.entry-title {
    color: #f26c4f;
    line-height: 1;
    font-size: 42px;
    margin-bottom: 35px;
}

.page-template-default .entry-title {
    font-size: 48px;
    margin-bottom: 50px;
}

.single-post .entry-title {
    margin-bottom: 16px;
    color: #666;
}

.full-width-content.page-template-default .entry-title,
.full-width-content.page-template-contact .entry-title {
    text-align: center;
}

.widget-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.sidebar .widget-title {
    margin-top: 7px;
}

.archive-title {
    font-size: 36px;
    margin-bottom: 0;
}

.archive-title:after {
    content: ':';
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    position: relative;
    z-index: 498;
    background-color: #34393e;
}

.site-header .wrap {
    max-width: 1200px;
    padding: 20px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
}

.site-title {
    float: left;
    margin: 0 0 0 15px;
}

.site-title a {
    display: block;
    text-indent: -9999px;
    background: url(assets/images/logo.png) no-repeat left;
    height: 43px;
    width: 206px;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
    word-wrap: break-word;
}

.site-header .widget-area {
    float: right;
    text-align: right;
    margin-top: 4px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    position: relative;
}

.genesis-nav-menu .menu-item:last-child {
    margin-right: 0;
}

.genesis-nav-menu a {
    border: none;
    color: #fff;
    display: block;
    padding: 12px;
}

.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a {
    background-color: #f26c4f;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 200px;
    z-index: 99;
    font-size: 14px;
}

.genesis-nav-menu .sub-menu a {
    background-color: #393e45;
    border-top: none;
    position: relative;
    text-transform: uppercase;
    width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
    background-color: #f26c4f;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu .fa {
    margin-right: 6px;
}

#menu-members-menu > li > ul > li > ul {
    left: -200px;
    position: absolute;
    top: 0;
    display: none;
}


/* Accessible Menu
--------------------------------------------- */

.menu .menu-item.last-menu-item > a:focus + ul.sub-menu,
.menu .menu-item.last-menu-item > ul.sub-menu {
    right: 0;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

.sub-menu-link {
    cursor: pointer;
}

button.menu-toggle {
    font-weight: 400;
}

/* Skip Links
--------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

:focus {
    outline: #ccc solid 1px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 25px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 50px;
}

.entry-content ol > li {
    margin-bottom: 15px;
    padding-left: 10px;
}

.entry-content ul > li {
    list-style-type: square;
    margin-bottom: 15px;
    padding-left: 10px;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-meta {
    color: #7f8c8d;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.entry-meta a {
    color: #377d97;
}

.entry-meta a:hover {
    text-decoration: underline;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    margin: 0;
    padding: 0;
}

.entry-categories {
    display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
    font-size: 24px;
    margin: 40px 0;
}

.archive-pagination a {
    color: #f26c4f;
}

.archive-pagination a:hover,
.archive-pagination .active a {
    color: #666;
}

.pagination-previous a:before {
    font-family: FontAwesome;
    content: "\f0a8";
    margin-right: 14px;
}

.pagination-next a:after {
    font-family: FontAwesome;
    content: "\f0a9";
    margin-left: 14px;
}

.archive-pagination ul {
    text-align: center;
}

.archive-pagination li {
    list-style: none;
    display: inline-block;
}

/* Pricing Page
--------------------------------------------- */

.pricing_page {
    background-color: #efefef;
}

.pricing-column .featured.orange:before,
.pricing-column .featured.blue:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #fff transparent transparent;
}

.pricing-column .featured.orange:after,
.pricing-column .featured.blue:after {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 7px;
}

.pricing-column h4 {
    font-size: 36px;
    margin-bottom: 4px;
}

.pricing-column .featured.orange:after {
    color: #f26c4f;
}

.pricing-column .featured.blue:after {
    color: #377d97;
}

.pricing-column .featured.orange .button {
    background-color: #fff;
    color: #f26c4f;
}

.pricing-column .featured.blue .button {
    background-color: #fff;
    color: #377d97;
}

.pricing-column .featured .button:hover {
    background-color: #efefef;
    color: #777;
}

.pricing-column .price {
    font-size: 48px;
    margin-left: 20px;
}

.pricing-column ul li {
    list-style-type: none;
    padding-left: 25px;
    margin-bottom: 10px;
}

.pricing-headfoot ul li:before,
.pricing-column ul li:before {
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px;
    width: 25px;

}

.pricing-column .exprice {
    height: 420px;
}

.pricing-column.one-fourth {
    width: 24%;
    margin-left: 1%;
}

.pricing-column.one-fourth.first {
    margin-left: 0;
}

/*
Templates
---------------------------------------------------------------------------------------------------- */

/* Archive / Blog Page
--------------------------------------------- */

.archive .entry,
.search-results .entry,
.page-template-page_blog .entry {
    margin-bottom: 35px;
    padding: 35px;
    background-color: #fff;
}

.archive .entry-title,
.search-results .entry-title,
.page-template-page_blog .entry-title {
    font-size: 42px;
    margin-bottom: 35px;
}

.blog-template-description {
    display: none;
}

/* Home Row
--------------------------------------------- */

.home-row > .wrap {
    margin: 0 auto;
    padding: 84px 0 84px 0;
    max-width: 970px;
}

.home-row2 > .wrap {
    max-width: 1170px;
}

.home-row .entry-title {
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px;
}

.home-row .textwidget {
    font-weight: 300;
}

.home-row .entry-title a {
    color: #fff;
}

.home-row .entry-title a:hover {
    text-decoration: underline;
}

.home-row .widget-title {
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
}

/* Home Row 1
--------------------------------------------- */

.home-row1 {
    background-color: #377d97;
    color: #fff;
}

.home-row1 .widget-title {
    margin-bottom: 12px;
}

.home-row1-right .widget {
    margin-left: 30px;
}

/* Home Row 2
--------------------------------------------- */

.home-row2 .widget-title {
    margin-bottom: 40px;
}

.home-row2 {
    background-color: #efefef;
}

/* Home Top Slider
--------------------------------------------- */

.home-top-slider {
    background-image: url('/wp-content/uploads/sx/wall_street.20160813.01.jpg');
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 450px;
}

.home-top-slider .slide-excerpt {
    margin: 0 auto;
    max-width: 970px;
    width: 100%;
}

.slide-excerpt-border {
    bottom: 50px;
    font-size: 36px;
    position: absolute;
    font-weight: 300;
}

.slide-excerpt-border p {
    line-height: 1.2;
    margin: 0;
    padding: 27px;
    background-color: #fff;
}

.home-top-slider .featured-link {
    background-color: #f16c4f;
    display: block;
    font-size: 16px;
    padding: 0;
    position: relative;
    font-weight: 400;
}

.home-top-slider .featured-link:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #fff;
    content: "";
    display: block;
    margin-top: -6px;
    position: absolute;
    right: 20px;
    top: 50%;
}

.home-top-slider .featured-link:after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 53px;
    top: 0;
    width: 1px;
}

.home-top-slider .featured-link a {
    color: #fff;
    display: block;
    padding: 21px 0 21px 27px;
    width: 100%;
}

.home-top-slider .featured-link:hover {
    background-color: #efefef;
}

.home-top-slider .featured-link:hover:before {
    border-color: transparent transparent transparent #999;
}

.home-top-slider .featured-link:hover a {
    color: #777;
}

/* Home Top News
--------------------------------------------- */

.home-top-news {
    background-color: #34393e;
}

.home-top-news .wrap {
    padding: 25px 0;
}

.home-top-news .entry-content,
.home-top-news .entry-header,
.home-top-news .entry-title,
.home-top-news .widget-title {
    display: inline-block;
    float: left;
    line-height: 2;
    text-align: left;
    margin: 0;
}

.home-top-news .entry-header {
    padding-left: 15px;
}

.home-top-news .featured-content .entry {
    margin: 0;
}

.home-top-news .widget-title:before {
    color: #fff;
    content: "\f0a1";
    font-family: FontAwesome;
    margin-right: 15px;
}

.home-top-news .widget-title {
    color: #f26c4f;
    font-size: 17px;
    font-weight: 400;
}

.home-top-news .entry-title {
    font-size: 17px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 15px;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 6px;
    word-wrap: break-word;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 30px;
}

/*
Blog Sidebar Widgets
---------------------------------------------------------------------------------------------------- */

.single-post .sidebar .widget_recent_entries ul,
.single-post .sidebar .widget_categories ul {
    border-left: 5px solid #cddee5;
    padding-left: 15px;
    line-height: 1.2;
}

.single-post .sidebar .widget_categories ul.children {
    margin: 12px 0 0 6px;
}

.single-post .sidebar .widget_recent_entries li,
.single-post .sidebar .widget_categories li {
    margin-bottom: 12px;
}

.single-post .sidebar .widget:first-of-type {
    font-size: 17px;
}

.single-post .sidebar .widget:first-of-type {
    position: relative;
    background-color: #377d97;
    color: #fff;
    padding: 25px;
}

.single-post .sidebar .widget:first-of-type:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #e1ebef transparent transparent;
}

.single-post .sidebar .widget:first-of-type:after {
    font-size: 17px;
    position: absolute;
    top: 2px;
    right: 7px;
    font-family: FontAwesome;
    color: #377d97;
    content: "\f005";
}

.single-post .sidebar .widget:first-of-type .widget-title {
    display: none;
}

.single-post .sidebar .widget:first-of-type a {
    text-decoration: underline;
    font-weight: 600;
    color: #fff;
}

.single-post .sidebar .widget:first-of-type a:hover {
    text-decoration: none;
}

.single-post .sidebar .search-form {
    position: relative;
}

.single-post .sidebar .widget input[type="search"] {
    height: 40px;
}

.single-post .sidebar input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    padding: 0 15px;
    font-weight: 700;
    font-size: 12px;
    background-color: #377d97;
}

.single-post .sidebar input[type="submit"]:hover {
    color: #377d97;
    background-color: #e1ebef;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #2d3034;
    color: #cacaca;
    font-size: 14px;
    padding: 40px 0;
}

.site-footer p {
    margin: 0;
}

.site-footer .left {
    float: left;
    text-align: left;
}

.site-footer .right {
    float: right;
    text-align: right;
}

.site-footer ul {
    list-style: none;
}

.site-footer li {
    display: inline;
    padding-left: 10px;
}

.site-footer li:before {
    display: inline-block;
    content: "|";
    padding-right: 12px;
}

.site-footer li:first-child:before {
    display: none;
}

.site-footer a {
    color: #cacaca;
}

.site-footer a:hover {
    color: #f26c4f;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #32363b;
    color: #cacaca;
    clear: both;
    font-size: 14px;
}

.footer-widgets .widget-area {
    padding: 60px 15px;
}

.footer-widgets .wrap {
    max-width: 1200px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    width: 25%;
    float: left;
}

.footer-widgets-4 {
    float: right;
}

.footer-widgets a {
    color: #cacaca;
}

.footer-widgets a:hover {
    color: #f26c4f;
}

.footer-widgets .widget-title {
    color: #f0f0f0;
}

.footer-widgets li {
    list-style-type: none;
    word-wrap: break-word;
}

.footer-widgets .widget_recent_entries li {
    border-top: 1px solid #4f4f4f;
    margin-top: 10px;
    padding-top: 9px;
    line-height: 1.6;
}

.footer-widgets .widget_recent_entries li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.footer-widgets .widget_recent_entries .post-date {
    display: block;
    color: #838383;
    font-size: 12px;
}

.footer-widgets .widget_nav_menu li {
    margin-bottom: 6px;
}

.footer-widgets .widget_nav_menu .fa {
    margin-right: 9px;
}

/*
MEMBER WIDGET
---------------------------------------------------------------------------------------------------- */

#track {
    max-width: 600px;
    margin: 0 auto 0 auto;
}

#track .widget {
    background-color: #464b4f;
    color: #e9e9ea;
}

#track .widget-wrap {
    padding: 25px;
}

#track .widget-title {
    color: #e9e9ea;
}

#track a,
#track a:hover {
    color: #e9e9ea;
}

.sx-member-widget table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 500px;
    margin: 25px auto;
    line-height: 1.2;
}

.sx-member-widget thead {
    font-weight: 600;
}

.sx-member-widget thead td {
    border: none;
}

.sx-member-widget td {
    border-top: 1px solid #9b5a4e;
    border-bottom: 1px solid #9b5a4e;
    padding: 7px 0;
    min-width: 62px;
}

.sx-member-widget td:nth-child(2),
.sx-member-widget td:nth-child(3) {
    text-align: right;
}

.sx-member-widget table small {
    font-size: 13px;
}

.sx-member-widget a {
    text-decoration: underline;
}

.sx-member-widget a:hover {
    text-decoration: none;
}

.sx-member-widget table a {
    text-decoration: none;
}

.sx-member-widget table a:hover {
    text-decoration: underline;
}

.sx-member-widget .note {
    font-size: 13px;
    margin-top: 35px;
}

.sx-member-widget ul li {
    margin-bottom: 15px;
}

.sx-member-widget .fa-caret-up,
.sx-member-widget .fa-caret-down {
    font-size: 22px;
    margin-left: 8px;
    vertical-align: bottom;
}

.sx-member-widget .fa-caret-down {
    color: #f26c4f;
}

.sx-member-widget a.button:hover {
    background-color: #efefef;
    color: #f26c4f !important;
}

.sx-member-widget .divider {
    margin: 35px 0 25px 0;
    text-align: center;
}

.sx-member-widget .divider .fa {
    font-size: 32px;
}

#sx-date-widget {
    max-width: 350px;
    margin: 0 auto 0 auto;
}

#sx-date-widget .widget {
    background-color: #377d97;
    color: #fff;
}

#sx-date-widget .widget-wrap {
    padding: 25px;
}

#sx-date-widget .widget-title {
    color: #fff;
}

#sx-date-widget p {
    margin-bottom: 15px;
}

#sx-date-widget .dom {
    float: right;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

#sx-date-widget a,
#sx-date-widget a:hover {
    color: #fff;
}

/*
FAQS
---------------------------------------------------------------------------------------------------- */

#sx-faqs .sx-hr {
    margin-top: 25px;
}

#sx-faqs .answer {
    padding: 25px;
    margin-bottom: 25px;
    background-color: #f2f2f2;
}

#sx-faqs p.return {
    margin: 0;
}

#sx-faqs p.return .fa {
    margin-right: 10px;
    font-size: 20px;
}

/*
SX TABLES
---------------------------------------------------------------------------------------------------- */

.sx-table th.title {
    background-color: #fff;
    color: #666;
    text-align: center;
    padding: 0 0 25px 0;
    font-weight: 600;
    font-size: 18px;
}

.sx-table .subtitle {
    font-size: 13px;
}

.sx-table .header th {
    background-color: #484d51;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    padding: 8px;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.display.sx-table .header th {
    padding-right: 25px;
}

.sx-table td {
    border-bottom: 1px solid #dddddd;
    text-align: right;
    padding: 8px;
}

.sx-table .even td {
    background-color: #f9f9f9;
}

.display.sx-table tbody tr:hover td {
    background-color: #f3f3f3;
}

.sx-table tr.whiteout {
    color: #c1c1c1;
}

.sx-table tr.whiteout a {
    color: #f9c4b8;
}

.sx-table .dt-orderable-asc,
.sx-table .dt-orderable-desc {
    position: relative;
}

.sx-table .dt-orderable-asc:after,
.sx-table .dt-orderable-desc:after {
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 8px;
    margin: auto;
    height: 14px;
    line-height: 1;
    content: "\f0dc";
}

.sx-table .header th.dt-orderable-asc:hover,
.sx-table .header th.dt-orderable-desc:hover,
.sx-table .header th.dt-ordering-asc,
.sx-table .header th.dt-ordering-desc {
    background-color: #377d97;
}

.sx-table .dt-ordering-asc:after {
    content: "\f0de";
}

.sx-table .dt-ordering-desc:after {
    content: "\f0dd";
}

.sx-table th a .fa {
    color: #484d51;
    margin-left: 10px;
}

.sx-table th a .fa:hover {
    color: #f26c4f;
}

/*
GENERIC BLOG TABLE
---------------------------------------------------------------------------------------------------- */

#sx-generic-table {
    max-width: 600px;
    margin: 35px auto;
    font-size: 16px;
}

#sx-generic-table .header th,
#sx-generic-table td {
    padding: 8px 12px;
}

#sx-generic-table .column-first {
    text-align: left;
}

#sx-generic-table td.column-first {
    border-left: 1px solid #dddddd;
}

#sx-generic-table td.column-last {
    border-right: 1px solid #dddddd;
}

/*
TABLE SPECIFIC CUSTOMIZATION
---------------------------------------------------------------------------------------------------- */

/* TABLE: ALL STRATEGIES
--------------------------------------------- */

#sx-allstrats-table {
    font-size: 16px;
    margin: 25px auto 0 auto;
}

#sx-allstrats-table td.c1 {
    text-align: center;
}

#sx-allstrats-table td.c2,
#sx-allstrats-table td.c3 {
    text-align: left;
}

#sx-allstrats-table td.c2 .fa {
    margin-right: 8px;
}

#sx-allstrats-table .subtitle .fa {
    margin-left: 5px;
}

#sx-allstrats-table input[type="checkbox"] {
    width: 18px;
    -ms-transform: scale(1.38);
    -moz-transform: scale(1.38);
    -webkit-transform: scale(1.38);
    -o-transform: scale(1.38);
}

.riskCat {
    display: inline-block;
    margin: 4px;
    color: #fff;
    background-color: #a5c4d0;
    min-width: 110px;
    font-size: 16px;
    padding: 4px;
}

.riskCatActive {
    background-color: #377d97;
}

.riskCat label {
    cursor: pointer;
}

.riskCat label input {
    display: none;
}

.top-filters-label.left {
    display: inline-block;
    margin-right: 8px;
}

.top-filters-label.right {
    display: inline-block;
    margin-left: 8px;
}


/* TABLE: MODEL PORTFOLIO ALLOCATION
--------------------------------------------- */

.sx-mpalloc-table {
    font-size: 16px;
    margin: 0 auto;
    width: 100%;
}

.sx-mpalloc-table th,
.sx-mpalloc-table td {
    /*.sx-mpalloc-table .column-last { */
    width: 13%;
}

.sx-mpalloc-table .column-first {
    width: auto;
}

.sx-mpalloc-table .column-last {
    padding-right: 16px;
}

.sx-mpalloc-table th.column-first {
    border-left: 1px solid #484d51;
    padding-left: 16px;
}

.sx-mpalloc-table th.column-last {
    border-right: 1px solid #484d51;
}

.sx-mpalloc-table td {
    padding: 12px 8px;
    border-bottom: 1px solid #cecece;
}

.sx-mpalloc-table td.column-first {
    border-left: 1px solid #cecece;
    text-align: left;
    padding-left: 16px;
}

.sx-mpalloc-table td.column-last {
    border-right: 1px solid #cecece;
}

.sx-mpalloc-table .column-last.trash {
    width: 35px;
}

.sx-mpalloc-table select,
.sx-mpalloc-table input {
    padding: 8px;
    font-size: 16px;
    width: auto;
}

.sx-mpalloc-table td.as-add-strategy select {
    background-color: #f2f2f2;
    border: 1px solid #aecbd5;
    border-left: 5px solid #377d97;
}

.sx-mpalloc-table input {
    border: 1px solid #dddddd;
    text-align: right;
}

.sx-line-error {
    background-color: #fdf0ed;
    border-left: 5px solid #f26c4f;
}

/* TABLE: EXPANDED PORTFOLIO TRACKING
--------------------------------------------- */

.sx-expandalloc-table {
    margin-bottom: 25px;
}

.sx-expandalloc-table th {
    text-align: center;
}

.sx-expandalloc-table th.marketstatus {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.sx-expandalloc-table td {
    font-size: 16px;
    border-right: 1px solid #dddddd;
    white-space: nowrap;
    width: 140px;
    line-height: 1.2;
}

.sx-expandalloc-table td.footer {
    font-size: 14px;
}

.sx-expandalloc-table small {
    font-size: 14px;
}

.sx-expandalloc-table .col-1 {
    padding-left: 15px;
    text-align: left;
}

.sx-expandalloc-table td.col-1 {
    border-left: 1px solid #dddddd;
    white-space: normal;
    width: auto;
}

.sx-expandalloc-table tr.buy {
    background-color: #ebf7ef;
}

.sx-expandalloc-table tr.sell {
    background-color: #fdf0ed;
}

/* TABLE: SUMMARY STATS
--------------------------------------------- */

#sx-summstats-table {
    font-size: 14px;
    margin: 30px auto 0 auto;
}

#sx-compare-sum-table {
    font-size: 15px;
    margin: 30px auto 0 auto;
}

#sx-summstats-table td,
#sx-compare-sum-table td {
    height: 50px;
}

#sx-summstats-table th.column-2,
#sx-summstats-table th.column-3,
#sx-summstats-table th.column-5,
#sx-summstats-table th.column-6 {
    text-align: right;
}

#sx-summstats-table td.column-2,
#sx-summstats-table td.column-3,
#sx-summstats-table td.column-5,
#sx-summstats-table td.column-6 {
    line-height: 14px;
}

#sx-summstats-table td.column-1 {
    border-left: 1px solid #dddddd;
}

#sx-summstats-table td.column-1,
#sx-summstats-table td.column-4,
#sx-compare-sum-table td.column-1 {
    text-align: left;
}

#sx-summstats-table td.column-3,
#sx-summstats-table td.column-6 {
    border-right: 1px solid #dddddd;
}

#sx-summstats-table .substat,
#sx-compare-sum-table .substat {
    font-size: 12px;
    color: #bbb;
}

#sx-summstats-table.mobile {
    display: none;
}

#sx-commpare-sum-table th {
    word-wrap: break-word;
    max-width: 150px;
}

#sx-compare-sum-table th.column-1 {
    max-width: initial;
}

#sx-compare-sum-table td {
    border: 1px solid #dddddd;
    line-height: 14px;
}

#sx-compare-sum-table a {
    color: #fff;
    text-decoration: underline;
}

#sx-compare-sum-table a:hover {
    color: #fff;
    text-decoration: none;
}

/* Footnote links sit on a light body cell, not the dark header — keep them
   the standard brand link colour so they stay readable. */
#sx-compare-sum-table td a {
    color: #f26c4f;
}

#sx-compare-sum-table td a:hover {
    color: #666;
}

/* TABLE: ALT DOM/DOW PERFORMANCE
--------------------------------------------- */

#sx-altdomdow-table {
    font-size: 15px;
    margin: 40px auto 0 auto;
}

#sx-altdomdow-table td {
    border-right: 1px solid #dddddd;
    width: 17%;
}

#sx-altdomdow-table td.column-1 {
    border-left: 1px solid #dddddd;
    text-align: left;
    width: 15%;
}

/* TABLE: ALT DOM/DOW ALLOC
--------------------------------------------- */

#sx-altalloc-table {
    font-size: 15px;
    margin: 40px auto 0 auto;
}

#sx-altalloc-table td:nth-child(2),
#sx-altalloc-table td:nth-child(3) {
    text-align: center;
}

#sx-altalloc-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#sx-altalloc-table td {
    height: 50px;
}

#sx-altalloc-table td:nth-child(1) {
    border-left: 1px solid #dddddd;
    white-space: nowrap;
}

#sx-altalloc-table td:nth-child(4) {
    border-right: 1px solid #dddddd;
}

#sx-altalloc-table td:nth-child(1),
#sx-altalloc-table td:nth-child(4) {
    text-align: left;
}

/* TABLE: PERIODIC RETURNS
--------------------------------------------- */

#sx-periodic-table {
    font-size: 13px;
    margin: 40px auto 0 auto;
}

#sx-periodic-table .header th,
#sx-periodic-table td {
    padding: 6px;
}

#sx-periodic-table th,
#sx-periodic-table td.column-1 {
    text-align: center;
}

#sx-periodic-table td {
    border-right: 1px solid #dddddd;
}

#sx-periodic-table td.column-1 {
    border-left: 1px solid #dddddd;
}

/* TABLE: LIST OF STRATEGIES (PUBLIC)
--------------------------------------------- */

#sx-stratlist-table {
    margin: 35px auto 0 auto;
}

#sx-stratlist-table td {
    text-align: left;
}

/* TABLE: RECENT ALLOCATION
--------------------------------------------- */

#sx-recentalloc-table {
    font-size: 15px;
    margin: 40px auto 0 auto;
    min-width: 300px;
}

#sx-recentalloc-table td.column-1 {
    border-left: 1px solid #dddddd;
}

#sx-recentalloc-table td.column-2 {
    text-align: left;
}

#sx-recentalloc-table td.column-3 {
    border-right: 1px solid #dddddd;
}

/* TABLE: AGGREGATE ALLOCATION (HEATMAP COLORS INCLUDED WITH CORRMATRIX TABLE)
--------------------------------------------- */

#sx-aggalloc-table .header th {
    border-right: 1px solid #484d51;
    text-align: center;
    padding: 8px 12px;
}

#sx-aggalloc-table td {
    border-right: 1px solid #dddddd;
    text-align: right;
    padding: 8px 12px;
    height: 50px;
}

#sx-aggalloc-table .header th.col-first,
#sx-aggalloc-table td.col-first {
    text-align: left;
}

#sx-aggalloc-table td.col-first {
    border-left: 1px solid #dddddd;
}

#sx-aggalloc-table td.range {
    min-width: 200px;
    padding-top: 0;
}

#sx-aggalloc-table small {
    font-size: 14px;
}

/* TABLE: STRATEGY-ASSET MATRIX
--------------------------------------------- */

#sx-samatrix-table {
    font-size: 15px;
    margin-top: 200px;
}

#sx-samatrix-table .header-horz {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    white-space: nowrap;
}

#sx-samatrix-table .header-horz span {
    width: 20px;
    display: block;
    font-weight: 700;
}

#sx-samatrix-table th.header-horz span {
    padding-left: 10px;
}

#sx-samatrix-table td.header-horz {
    height: 90px;
}

#sx-samatrix-table td.header-horz span {
    float: right;
}

#sx-samatrix-table .header-vert {
    max-width: 280px;
    padding-right: 5px;
}

#sx-samatrix-table td.cell {
    border: 1px solid #ccc;
    text-align: center;
    color: #377d97;
    padding: 1.5px 6px;
}

#sx-samatrix-table tr.even td.cell {
    background-color: #f9f9f9;
}

/*
SITEX GRAPHS
---------------------------------------------------------------------------------------------------- */

#sx-eqcurve-graph {
    height: 550px;
    margin-top: 40px;
}

#sx-ddcurve-graph {
    height: 450px;
    margin-top: 40px;
}

#sx-alloc-pie-graph {
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

#sx-alloc-year-graph,
#sx-alloc-cat-graph {
    height: 500px;
    margin: 40px auto;
}

#sx-alloc-year-graph .highcharts-container {
    overflow: visible !important;
}

.sx-graph .highcharts-title .fa {
    color: #484d51;
    margin-left: 10px;
}

.sx-graph .highcharts-title .fa:hover {
    color: #f26c4f;
}

.sx-nojs {
    padding: 20px;
    background-color: #fdf0ed;
    border-left: 5px solid #f26c4f
}

.highcharts-tooltip span {
    background-color: white;
    border: none;
    opacity: 1;
    z-index: 9999 !important;
}

/*
BACKTEST PAGE (MPA AND IND STRATEGY)
---------------------------------------------------------------------------------------------------- */

.sx-compare {
    display: inline-block;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #f5f5f5;
    width: 100%;
    margin-bottom: 25px;
    font-size: 14px;
}

.sx-compare input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 0 0 16px;
    vertical-align: bottom;
    position: relative;
    top: -4px;
}

.sx-backtest-submenu {
    display: inline-block;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #f5f5f5;
    width: 100%;
}

.sx-backtest-submenu .one-half {
    padding: 6px 0 4px 0;
}

.sx-backtest-submenu .full-width {
    padding: 10px 0 7px 0;
}

.sx-backtest-submenu ul {
    font-size: 14px;
    padding-right: 12px;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
}

.sx-backtest-submenu .first ul {
    border-right: 1px solid #ccc;
    padding-left: 12px;
}

.sx-backtest-submenu .full-width ul {
    padding-left: 12px;
}

.sx-backtest-submenu ul li {
    padding-left: 36px;
    list-style-type: none;
    margin-bottom: 3px;
}

.sx-backtest-submenu ul li.header {
    font-weight: 600;
    padding: 0;
}

.sx-backtest-submenu a.sxfa-fw:before {
    display: inline-block;
    margin-left: -50px;
    width: 50px;
    font-size: 18px;
    line-height: 22px;
    float: left;
}

.sx-backtest-submenu a.sxfa-line-chart:before,
.sx-backtest-submenu a.sxfa-area-chart:before {
    font-size: 16px;
}

.sx-backtest-submenu.head {
    margin-bottom: 25px;
}

.sx-backtest-submenu.foot {
    margin-top: 45px;
}

.sx-backtest-text.foot {
    font-size: 16px;
    margin-top: 30px;
}

.sx-alloc-pie-more {
    text-align: center;
    font-style: italic;
}

.sx-endnotes-table {
    margin: 0 auto 25px auto;
    border: 1px solid #ddd;
}

.sx-endnotes-table td {
    padding: 5px 10px;
}

.sx-endnotes-table td.align-right {
    text-align: right;
}

.chart-scale-row {
    text-align: right;
    margin-bottom: 10px;
}

input#chart-scale {
    background-color: #efefef;
    color: #666;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: -2px;
    border-radius: 0 0 0 5px;
    border: 1px solid #ddd;
    margin-right: 1px;
}

input#chart-scale:hover {
    color: #f26c4f;
}


/* CANCEL, MODIFY, COMMIT STYLING
--------------------------------------------- */

.sx-alloc-cmc {
    display: block;
    text-align: center;
    padding-top: 15px;
}

.sx-alloc-cmc .fa {
    padding: 0 8px 0 32px;
}

.sx-alloc-cmc .fa.first {
    padding-left: 0;
}

/*
MPA VIEW/MODIFY PAGE
---------------------------------------------------------------------------------------------------- */

.sx-mpalloc-container {
    max-width: 800px;
    margin: 0 auto;
}

.sx-mpalloc-container .button-row {
    text-align: center;
    margin: 35px 0 20px 0;
}

.sx-mpalloc-container .button-row .button {
    margin: 0 7px 15px 7px;
    padding: 15px 18px;
}

.sx-mpalloc-container .button-row .button .fa {
    margin-right: 10px;
}

.sx-mpalloc-container .button-row .button:disabled {
    opacity: 40%;
}

.sx-mpalloc-container .button-row .button:disabled:hover {
    background-color: #f26c4f;
    color: #fff;
}

.sx-alloc-notice p {
    border-left: 5px solid #fff;
    margin-bottom: 15px;
    padding: 15px;
    color: #666;
}

.sx-alloc-notice.big p {
    padding: 40px 20px;
    border: 1px solid #fff;
    border-left-width: 10px;
}

p.sx-alloc-info {
    border-color: #39b065;
    background-color: #ebf7ef;
}

p.sx-alloc-error {
    border-color: #f26c4f;
    background-color: #fdf0ed;
}

.sx-alloc-notice.big p.sx-alloc-error {
    border-color: #f9c4b8;
    border-left-color: #f26c4f;
}

p.sx-alloc-error:before {
    content: "\f071";
    font-family: FontAwesome;
    margin-right: 10px;
}

/*
MEMBERPRESS CUSTOMIZATIONS
---------------------------------------------------------------------------------------------------- */

#mepr_forgot_password_form input,
.mp-hide-pw,
.mepr-form input[type="text"],
.mepr-form input[type="email"],
.mepr-form input[type="password"],
.mepr-form div#card-element {
    max-width: 500px;
    font-size: 14px;
    font-weight: bold;
}

.mp-hide-pw.button,
.mp-hide-pw.button:hover {
    background-color: unset;
    color: #5D6D7E;
    display: flex;
}

.mepr-form input[type="radio"] {
    width: auto;
}

.mepr-form #rememberme {
    margin-right: 8px;
}

.memberpressproduct .entry-title {
    text-align: center;
    font-size: 48px;
    margin-bottom: 50px;
}

.memberpressproduct .entry-content {
    max-width: 970px;
    margin: 0 auto;
}

.mp-form-label {
    margin-bottom: 10px;
}

.memberpressproduct h3 {
    font-size: 19px;
    font-weight: bold;
}

#mepr-payment-methods-wrapper {
    margin-top: 50px;
}

#mepr-payment-methods-wrapper hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #ccc;
}

.mepr-payment-methods-icons {
    margin-bottom: 9px;
}

.mepr-payment-method-label-text {
    margin: 0 8px 0 6px;
}

.mp_wrapper .mp-form-row {
    margin-bottom: 15px;
}

.mepr_price {
    margin-bottom: 25px !important;
}

.mepr_mepr_site_announcements {
    margin: 30px 0 10px 0 !important;
}

.mepr_tos {
    margin: 10px 0 10px 0 !important;
}

.mepr-checkbox-field input {
    margin-right: 10px;
}

.mepr-form label.mepr-checkbox-field.invalid a {
    color: #666;
}

div#mepr-account-nav {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0 15px 0;
    margin-bottom: 35px;
}

.mepr-nav-item {
    padding: 0 20px 0 0;
    display: inline-block;
}

.mp_wrapper table.mepr-account-table {
    margin: 0 auto;
    padding: 10px;
}

.mp_wrapper table.mepr-account-table th,
.mp_wrapper table.mepr-account-table td {
    padding: 10px;
}

.mp_wrapper table.mepr-account-table tr,
.mp_wrapper table.mepr-account-table td {
    border: 1px solid #dddddd;
}

.mepr_nojs {
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.5em;
}

.page-id-177 .entry-content { /* My Account Page */
    max-width: 970px;
    margin: 0 auto;
}

.mepr-account-update::after,
.mepr-account-upgrade::after {
    content: "\A";
    white-space: pre;
}

/* LOGIN PAGE
--------------------------------------------- */

body.page-id-178 {
    background-color: #efefef;
}

.page-id-178 .site-inner {
    max-width: 570px;
    padding-top: 35px;
}

.page-id-178 .entry {
    padding: 35px;
    background-color: #fff;
}

/*
SXFA: FONT AWESOME ICONS USED AS <LI> BULLETS
---------------------------------------------------------------------------------------------------- */

.sxfa-usd:before {
    font-family: FontAwesome;
    content: "\f155";
}

.sxfa-check-square-o:before {
    font-family: FontAwesome;
    content: "\f046";
}

.sxfa-times:before {
    font-family: FontAwesome;
    content: "\f00d";
}

.sxfa-lock:before {
    font-family: FontAwesome;
    content: "\f023";
}

.sxfa-bar-chart:before {
    font-family: FontAwesome;
    content: "\f080";
}

.sxfa-line-chart:before {
    font-family: FontAwesome;
    content: "\f201";
}

.sxfa-pie-chart:before {
    font-family: FontAwesome;
    content: "\f200";
}

.sxfa-tachometer:before {
    font-family: FontAwesome;
    content: "\f0e4";
}

.sxfa-user:before {
    font-family: FontAwesome;
    content: "\f007";
}

.sxfa-cog:before {
    font-family: FontAwesome;
    content: "\f013";
}

.sxfa-plus:before {
    font-family: FontAwesome;
    content: "\f067";
}

.sxfa-calendar:before {
    font-family: FontAwesome;
    content: "\f073";
}

.sxfa-arrow-up:before {
    font-family: FontAwesome;
    content: "\f062";
}

.sxfa-sliders:before {
    font-family: FontAwesome;
    content: "\f1de";
}

.sxfa-area-chart:before {
    font-family: FontAwesome;
    content: "\f1fe";
}

.sxfa-bars:before {
    font-family: FontAwesome;
    content: "\f0c9";
}

.sxfa-sitemap:before {
    font-family: FontAwesome;
    content: "\f0e8";
}

.sxfa-clone:before {
    font-family: FontAwesome;
    content: "\f24d";
}

.sxfa-fw:before {
    width: 1.28571429em;
    text-align: center;
}

/* SX ICON LIST
--------------------------------------------- */

ul.sx-icon-list {
    margin: 0;
    list-style: none;
}

ul.sx-icon-list li {
    padding-left: 55px;
    list-style-type: none;
    margin-bottom: 20px;
}

ul.sx-icon-list li:before {
    display: inline-block;
    margin-left: -60px;
    width: 60px;
    font-size: 22px;
    line-height: 26px;
    float: left;
}

ul.sx-icon-list li.sxfa-line-chart:before {
    font-size: 20px;
}

ul.sx-icon-list.large li {
    margin-bottom: 25px;
}

ul.sx-icon-list.large li:before {
    font-size: 30px;
}

ul.sx-icon-list.large li.sxfa-line-chart:before {
    font-size: 27px;
}

/*
MEMBER PAGES
---------------------------------------------------------------------------------------------------- */

body.page-members {
    border-top-color: #44484d;
    background-color: #efefef;
}

.page-members .site-inner {
    max-width: 1200px;
    padding-top: 35px;
}

.page-members .content {
    width: 820px;
}

.full-width-content.page-members .content {
    width: 100%;
}

.page-members .sidebar {
    width: 350px;
}

.page-members .entry {
    background-color: #fff;
    padding: 35px;
}

.full-width-content.page-members .entry-title {
    text-align: center;
}

.page-members .site-header {
    background-color: #377d97;
}

.page-members .site-title a {
    background: url('assets/images/logo.members.blue.png') no-repeat left;
    height: 43px;
    width: 33px;
}

.page-members .site-title a:hover {
    background: url('assets/images/logo.members-hover.blue.png') no-repeat left;
}

.page-members .entry-title {
    color: #666;
}

.page-members .genesis-nav-menu .menu-item:hover a,
.page-members .genesis-nav-menu .menu-item a:hover,
.page-members .genesis-nav-menu .current-menu-item > a {
    background-color: #44484d;
}

.page-members .genesis-nav-menu .sub-menu a:hover,
.page-members .genesis-nav-menu .sub-menu li.shepherd-target a {
    background-color: #377d97;
}

/*
MEMBER NEWS
---------------------------------------------------------------------------------------------------- */

.sx-member-news,
.underperformSeverityTxt {
    padding: 20px;
    margin-bottom: 25px;
    border-left: 5px solid #f26c4f;
    background-color: #fdf0ed;
}

.sx-member-news p {
    margin-bottom: 15px;
}

.sx-member-news p:last-of-type {
    margin: 0;
}

.sx-member-news .fa-bullhorn {
    margin-right: 10px;
}

/*
CORRELATION MATRIX PAGE
---------------------------------------------------------------------------------------------------- */

#sx-corrmatrix-table-wrapper {
    overflow-x: auto;
    white-space: nowrap;
}

#sx-corrmatrix-table {
    font-size: 14px;
    margin-top: 160px;
    letter-spacing: -1px;
    word-spacing: -1px;
}

#sx-corrmatrix-table .correl {
    font-size: 13px;
}

#sx-corrmatrix-table td {
    text-align: center;
    padding: 1.5px 3px;
}

#sx-corrmatrix-table tbody tr {
    border-right: 1px solid #bbb;
}

#sx-corrmatrix-table tr:last-of-type .correl {
    border-bottom: 1px solid #bbb;
}

#sx-corrmatrix-table .header-horz {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

    white-space: nowrap;
    border-bottom: 1px solid #bbb;
}

#sx-corrmatrix-table .header-horz a {
    width: 20px;
    display: block;
    padding: 0 0 0 5px;
}

#sx-corrmatrix-table .header-vert {
    white-space: nowrap;
    text-align: left;
    border-right: 1px solid #bbb;
    padding-left: 0;
}

.bgc10 {
    background-color: #ffa5a5;
}

.bgc9 {
    background-color: #ffaeae;
}

.bgc8 {
    background-color: #ffb7b7;
}

.bgc7 {
    background-color: #ffc0c0;
}

.bgc6 {
    background-color: #ffc9c9;
}

.bgc5 {
    background-color: #ffd2d2;
}

.bgc4 {
    background-color: #ffdbdb;
}

.bgc3 {
    background-color: #ffe4e4;
}

.bgc2 {
    background-color: #ffeded;
}

.bgc1 {
    background-color: #fff6f6;
}

.bgc0 {
    background-color: #ffffff;
}

.bgc-1 {
    background-color: #f6fbf6;
}

.bgc-2 {
    background-color: #edf7ed;
}

.bgc-3 {
    background-color: #e4f3e4;
}

.bgc-4 {
    background-color: #dbefdb;
}

.bgc-5 {
    background-color: #d2ecd2;
}

.bgc-6 {
    background-color: #c9e8c9;
}

.bgc-7 {
    background-color: #c0e4c0;
}

.bgc-8 {
    background-color: #b7e0b7;
}

.bgc-9 {
    background-color: #aedcae;
}

.bgc-10 {
    background-color: #a6d9a6;
}

.sx-corrmatrix-select select {
    border: 1px solid #ddd;
    padding: 5px;
    width: auto;
    vertical-align: middle;
    margin: 0 10px 5px 0;
    color: #666;
}

.sx-corrmatrix-select option:disabled {
    color: #999;
}

.sx-corrmatrix-select input {
    margin-right: 10px;
}

/*
REAL-TIME MEMBERS HOME MODEL PORTFOLIO WIDGET
---------------------------------------------------------------------------------------------------- */

#track .sx-model-header {
    width: 100%;
    background-color: #efefef;
    margin-bottom: 20px;
    color: #666;
}

#track .sx-model-header .container {
    padding: 15px 10px;
    text-align: center;
}

#track .sx-model-header .title {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

#track .sx-model-header .container a {
    color: #f26c4f;
}

#track .sx-model-collapse {
    cursor: pointer;
    width: 100%;
    background-color: #377d97;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    padding: 3px;
}

#track .sx-model-header.allocchange .sx-model-collapse {
    background-color: #f26c4f;
}

#track .sx-model-collapse.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*
DASHBOARD (EXCLUDING ASSET ALLOC TABLE: SEE SX-EXPANDALLOC-TABLE)
---------------------------------------------------------------------------------------------------- */

.sx-dashboard {
    margin-top: 40px;
}

.sx-dashboard ul.sx-dashboard-menu {
    margin: 0 0 15px 0;
    list-style: none;
}

.sx-dashboard ul.sx-dashboard-menu li {
    display: inline-block;
    float: right;
    margin: 0 0 10px 7px;
    padding: 0;
}

.sx-dashboard ul.sx-dashboard-menu .button {
    padding: 6px 9px;
    background-color: #484d51;
    font-weight: 600;
    border: 1px solid #484d51;
}

.sx-dashboard ul.sx-dashboard-menu .button:hover {
    background-color: #f2f2f2;
    color: #484d51;
    border-color: #bcbebf;
}

.sx-dashboard ul.sx-dashboard-menu .button .fa {
    margin-right: 5px;
}

.sx-dashboard .sx-model-section {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
}

.sx-dashboard .sx-model-section:last-of-type {
    margin-bottom: 0;
}

.sx-dashboard .sx-model-section .container {
    background-color: #efefef;
    padding: 15px 20px 10px 10px;
    font-size: 16px;
    border: 1px solid #aecbd5;
    border-left: 10px solid #377d97;
}

.sx-dashboard .sx-model-section .container.allocchange {
    background-color: #fdf0ed;
    border: 1px solid #f9c4b8;
    border-left: 10px solid #f26c4f;
}

.sx-dashboard .sx-model-section .checkcell {
    display: inline-block;
    float: left;
    width: 25px;
    line-height: 1.75;
    margin-left: 0;
}

.sx-dashboard .sx-model-section .noncheckcell {
    overflow: hidden;
}

.sx-dashboard input {
    background-color: #fff;
    color: #666;
    padding: 2px 4px;
    border: 1px solid #bcbebf;
    width: auto;
}

.sx-dashboard .sx-model-section .row-2 {
    display: inline-block;
    width: 100%;
}

.sx-dashboard .sx-model-section .cell {
    display: inline-block;
    margin: 0 10px 5px 0;
}

.sx-dashboard .sx-model-section .cell.recent {
    display: inline;
}

.sx-dashboard .sx-model-section .cell.operate {
    float: right;
    margin-right: 0;
    font-weight: 600;
}

.sx-dashboard .sx-model-section .cell.acctsize {
    float: right;
    margin-right: 0;
}

.sx-dashboard .sx-model-section .title {
    min-width: 50%;
    font-size: 17px;
    font-weight: 600;
}

.sx-dashboard input[type="checkbox"] {
    transform: scale(1.2, 1.2);
}

.sx-dashboard .text-button-large {
    cursor: pointer;
}

.sx-dashboard .text-button-large .fa {
    margin-right: 6px;
}

/*
MODAL STYLING - ADD STRATEGY BUTTON
---------------------------------------------------------------------------------------------------- */

#sx-model-modal-div {
    visibility: hidden;
    position: fixed;
    z-index: 999;
    overflow: auto;
}

.sx-model-modal-content {
    position: relative;
}

#sx-model-modal-div .close {
    float: right;
    font-weight: bold;
    padding-left: 16px;
}

#sx-model-modal-div .close:hover,
#sx-model-modal-div .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.sx-model-modal-header {
    padding: 12px;
    background-color: #377d97;
    color: #fff;
}

#sx-model-modal-select {
    padding: 10px 8px;
    border: 1px solid #999;
    border-top: none;
}

/*
MODAL STYLING - DELETE BUTTON
---------------------------------------------------------------------------------------------------- */

.modal,
.modal-box {
    z-index: 900;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
    overflow: auto;
    text-align: center;
}

.modal-box {
    position: relative;
    width: 90%;
    min-width: 280px;
    max-width: 350px;
    margin: 100px auto;
    animation-name: modalbox;
    animation-duration: .3s;
    animation-timing-function: ease-out;
}

.modal-header {
    background: #377d97;
    padding: 18px;
}

.modal-header h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.modal-body {
    background: #fff;
    padding: 18px;
}

.modal-body p {
    margin-bottom: 15px;
}

.modal-body .button.close-modal {
    margin: 0 5px;
    padding: 12px 24px;
}

@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

/*
PRINT PREVIEW STYLING
---------------------------------------------------------------------------------------------------- */

.sx-table-print {
    margin: 0 auto;
    font-size: 14px;
}

.sx-table-print th,
.sx-table-print td {
    border: 1px solid #ccc;
    padding: 4px 8px;
}

.sx-table-print td {
    text-align: right;
}

.sx-table-print .first {
    text-align: left;
}

.sx-table-print .fa-caret-up,
.sx-table-print .fa-caret-down {
    font-size: 22px;
    margin-left: 8px;
}

.page-template-page-landing,
.page-template-page-landing .entry,
.page-template-page-landing .site-inner {
    border: none;
    padding: 0;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.page-template-page-landing p {
    margin-bottom: 10px;
}

/*
WHAT WE DO PAGE
---------------------------------------------------------------------------------------------------- */

.wwd-page.page-template-default .entry-title {
    margin-bottom: 15px;
}

.sx-icon-callout .row {
    display: inline-block;
    padding-bottom: 20px;
    clear: both;
}

.sx-icon-callout .icon {
    float: left;
    margin-right: 10px;
    font-size: 30px;
}

.sx-icon-callout .text {
    overflow: hidden;
}

.sx-icon-callout .text h3 {
    font-weight: 600;
    margin: 10px 0 10px 0;
    font-size: 16px;
}

.sx-icon-callout .text p {
    margin-bottom: 5px;
}

p.wwd-newtotaa {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
}

ul.wwd-gallery {
    display: block;
    max-width: 1100px;
    margin: 40px auto 15px auto;
}

ul.wwd-gallery:after {
    clear: both;
    content: " ";
    display: table;
}

ul.wwd-gallery li {
    padding: 0;
    margin-bottom: 25px;
    list-style-type: none;
    position: relative;
    box-shadow: 15px 25px 40px -20px rgba(35, 44, 57, 0.22);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

ul.wwd-gallery li:hover {
    box-shadow: 15px 25px 40px -20px rgba(35, 44, 57, 0.33);
}

ul.wwd-gallery img {
    display: block;
    outline: 1px solid #ccc;
    outline-offset: -1px;
}

ul.wwd-gallery li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
    border-color: transparent #5590a6 transparent transparent;
}

ul.wwd-gallery li:after {
    color: #fff;
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    top: 3px;
    right: 8px;
}

/* WWD MODS FOR HOMEPAGE
--------------------------------------------- */

.home-row1 .sx-icon-callout .icon {
    font-size: 45px;
    margin-right: 25px;
    line-height: 1.3;
}

.home-row1 .sx-icon-callout .text {
    font-size: 20px;
}

.home-row1 .sx-icon-callout .text p {
    margin-bottom: 20px;
}

.home-row1 p.wwd-newtotaa {
    font-size: 19px;
}

.home-row1 .wwd-newtotaa a {
    color: #fff;
    text-decoration: underline;
}

.home-row1 .wwd-newtotaa a:hover {
    text-decoration: none;
}

/*
ADDENDUM REPORTS: AGGREGATE ALLOCATION, R/R SCATTERPLOT
---------------------------------------------------------------------------------------------------- */

.sx-aggalloc .menu button,
.sx-rrscatter .menu button {
    margin: 0 5px 10px 5px;
    padding: 6px 9px;
    background-color: #484d51;
    font-weight: 600;
    border: 1px solid #484d51;
}

.sx-aggalloc .menu button.selected,
.sx-rrscatter .menu button.selected {
    background-color: #f26c4f;
    border-color: #f26c4f;
}

.sx-aggalloc .menu button:hover,
.sx-rrscatter .menu button:hover {
    background-color: #f26c4f;
    border-color: #f26c4f;
    color: #fff;
}

.sx-aggalloc-range {
    position: relative;
    background: url(assets/images/aggalloc-range.png) no-repeat;
    height: 9px;
    background-size: 100% 8px;
}

.sx-aggalloc-range.marker {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #377d97;
    top: -2px;
    border-radius: 50%;
}


/*
SOCIAL ICONS
---------------------------------------------------------------------------------------------------- */

.sx-social {
    padding: 0;
    margin: 0;
    font-size: 0;
    height: 40px;
}

.sx-social li {
    display: inline-block;
    font-family: FontAwesome;
    margin: 0 7px 0 0;
}

.sx-social li a {
    display: table
}

.sx-social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    background: 0;
    border: 1px solid;
    width: 40px;
    height: 40px !important;
    line-height: 1;
    font-size: 20px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.sidebar .sx-social li a i {
    color: #fff;
    border: none;
}

.sidebar .sx-social li a:hover i {
    opacity: 0.8;
}

.sidebar .sx-social .fa-twitter {
    background-color: #5590a6;
}

.sidebar .sx-social .fa-rss {
    background-color: #f38269;
}

.sidebar .sx-social .fa-envelope {
    background-color: #7c7c7c;
}

.footer-widgets .sx-social li a:hover i {
    color: #fff;
}

.footer-widgets .sx-social .fa-twitter {
    border-color: #70c2e9;
    color: #70c2e9;
}

.footer-widgets .sx-social a:hover .fa-twitter {
    background-color: #70c2e9;
}

.footer-widgets .sx-social .fa-rss {
    border-color: #e97e42;
    color: #e97e42;
}

.footer-widgets .sx-social a:hover .fa-rss {
    background-color: #e97e42;
}

.footer-widgets .sx-social .fa-envelope {
    border-color: #aaa;
    color: #aaa;
}

.footer-widgets .sx-social a:hover .fa-envelope {
    background-color: #aaa;
}

/*
MISC CUSTOM CSS
---------------------------------------------------------------------------------------------------- */

.sx-show {
    display: block;
}

.sx-500-show,
.sx-900-show,
.sx-1000-show {
    display: none;
}

.sx-hide {
    display: none !important;
}

.sx-hide-2 {
    display: none;
}

.sx-view { /* Empty class to toggle in JS */
}

.sx-print {
    display: none;
}

.strike-line {
    text-decoration: line-through;
    color: rgba(102, 102, 102, 0.6);
}

.strike-text {
    color: #666;
}

.sx-hr {
    padding-top: 50px;
    border-top: 1px solid #a3a6a8;
    width: 80%;
    margin: 50px auto 0 auto;
}

.error404 input[type=search] {
    margin-bottom: 15px;
}

h4.subheading {
    font-size: 17px;
    font-weight: bold;
}

input[type="submit"].text-submit {
    background-color: transparent;
    padding: 0;
    color: #f26c4f;
    text-transform: none;
    font-weight: 600;
}

input[type="submit"].text-submit:hover {
    color: #666;
}

a .fa {
    cursor: pointer;
}

.sx-unclickable > a:hover {
    cursor: default;
}

.sx-no-bottom ul > li {
    margin-bottom: 0;
}

#cluster-table-container {
    margin: 20px auto;
}

.flex-item-col3 {
    flex: 1 1 33.33%;
}

.underperformSeverityIcon {
    margin-left: 8px;
    color: #f37d64
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* MAX WIDTH 1200PX: COMPRESSES CONTENT TO 970PX
--------------------------------------------- */

@media only screen and (max-width: 1200px) {

    .site-header .wrap,
    .site-inner,
    .page-members .site-inner,
    .footer-widgets .wrap,
    .site-footer .wrap {
        max-width: 970px;
    }

    .content,
    .page-members .content {
        width: 640px;
    }

    .sidebar-primary,
    .page-members .sidebar-primary {
        width: 300px;
    }

    .sx-member-widget .button {
        padding: 14px;
        margin-left: 4px;
    }

    #sx-periodic-table .header th,
    #sx-periodic-table td {
        font-size: 11px;
        padding: 4px;
    }

    #sx-corrmatrix-table td {
        padding: 0 1px;
    }

    #sx-samatrix-table td.cell {
        padding: 1px 4px;
    }

    .sx-1200-hide {
        display: none !important;
    }

    .pricing-column h4 {
        font-size: 24px;
        font-weight: 400;
    }

    .pricing-column .exprice {
        height: 500px;
    }

    .home-row2 > .wrap {
        max-width: 970px;
    }
}

/* MAX WIDTH 1000PX: REMOVE CONTENT MARGINS AND STRIP SIDEBAR
--------------------------------------------- */

@media only screen and (max-width: 1000px) {

    body,
    body.page-members,
    body.archive,
    body.search-results,
    body.page-template-page_blog {
        background-color: #fff;
    }

    .footer-widgets {
        display: none;
    }

    .content,
    .page-members .content,
    .sidebar-primary,
    .page-members .sidebar-primary,
    .site-inner,
    .page-members .site-inner,
    .wrap {
        width: 100%;
    }

    .site-header .wrap {
        padding-left: 4%;
        padding-right: 4%;
    }

    .home-top-news .wrap,
    .home-row1 > .wrap,
    .home-row2 > .wrap,
    .site-inner,
    .page-members .site-inner,
    .site-footer .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

    .front-page .site-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .archive-description,
    .entry,
    .page-members .entry,
    .archive .entry,
    .search-results .entry,
    .page-template-page_blog .entry,
    .entry-footer .entry-meta,
    .sidebar .widget,
    .site-header {
        padding: 0;
    }

    .archive-description {
        padding-bottom: 25px;
    }

    .slide-excerpt-border {
        margin-left: 50px;
    }

    .pricing-column.one-fourth {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .pricing-column.one-fourth.first {
        margin-top: 0;
    }

    .pricing-column .wrap {
        max-width: 575px;
    }

    .pricing-column .exprice {
        height: auto;
    }

    .pricing-column .price {
        font-size: 36px;
        text-align: center;
        margin-left: 0;
    }

    .sx-member-widget .button {
        padding: 16px 24px;
    }

    .sx-1000-show.show-inline {
        display: inline;
    }

    .sx-1000-show.show-inline-block {
        display: inline-block;
    }

    .sx-1000-show.show-block {
        display: block;
    }

    .sx-1000-hide {
        display: none !important;
    }

    .sx-expandalloc-table td {
        width: auto;
    }

    #sx-corrmatrix-table {
        font-size: 13px;
    }

    #sx-corrmatrix-table .correl {
        font-size: 12px;
    }

    #sx-corrmatrix-table .header-horz a {
        width: 10px;
    }

    #sx-samatrix-table .header-vert {
        letter-spacing: -1px;
        word-spacing: -1px;
        padding-right: 0;
    }

    #sx-samatrix-table td.cell {
        padding: 0;
    }

    .sx-member-widget .sx-model-header {
        background-color: #fff;
    }

    #cluster-table-container {
        margin-left: 5%;
        margin-right: 5%;
    }

    .flex-item-col3 {
        flex: 1 1 50%;
    }
}

/* MAX WIDTH 900PX: SWITCHES TO JS MENU
--------------------------------------------- */

@media only screen and (max-width: 900px) {

    .slide-excerpt-border {
        bottom: auto;
        margin: 0;
        width: 440px;
        max-width: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .site-header .widget-area {
        max-width: 100%;
        margin-top: 0;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .site-header {
        margin-top: -5px;
    }

    .site-header .wrap {
        padding: 0;
    }

    .site-title,
    .title-area {
        float: none;
        text-align: center;
        margin: 15px 0 0 0;
    }

    .site-title a,
    .page-members .site-title a {
        margin: 0 auto;
    }

    .site-footer {
        padding: 25px 0;
    }

    .site-footer .left,
    .site-footer .right {
        float: none;
        text-align: center;
        padding: 5px 0;
    }

    .js nav {
        display: none;
        position: relative;
        z-index: 1;
    }

    .js nav.pagination {
        display: block;
    }

    .menu-toggle,
    .sub-menu-toggle {
        color: #fff;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        padding: 13px 24px;
        text-align: center;
        visibility: visible;
    }

    .menu-toggle {
        font-size: 14px;
        position: relative;
        right: 0;
        z-index: 1000;
        width: 100%;
        background-color: transparent;
    }

    .menu-toggle:hover {
        background-color: #f26c4f;
        color: #fff;
    }

    .page-members .menu-toggle:hover {
        background-color: #484d51;
    }

    .menu-toggle:before,
    .menu-toggle.activated:before {
        color: #fff;
        content: "\f0c9";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 16px;
        margin: 0 auto;
        padding: 0 10px 0 0;
        vertical-align: middle;
    }

    .sub-menu-toggle {
        background: none;
        float: right;
        position: absolute;
        right: 5%;
        top: 1px;
        z-index: 100;
        padding: 9px 12px;
        font-weight: 700;
    }

    .sub-menu-toggle:before {
        content: "\f107";
        display: inline-block;
        font-family: FontAwesome;
    }

    .sub-menu-toggle.activated:before {
        content: "\f106";
    }

    .sub-menu .sub-menu-toggle {
        padding: 7px 9px;
    }

    .js .genesis-nav-menu {
        font-size: 14px;
    }

    .js .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        margin: 0;
        position: relative;
        text-align: left;
    }

    .js .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    .js .genesis-nav-menu .menu-item a {
        border: none;
        margin: 0;
        padding: 10px 5%;
        width: 100%;
    }

    .js .genesis-nav-menu .menu-item > a:hover {
        background-color: #f26c4f;
        color: #fff;
    }

    .page-members.js .genesis-nav-menu .menu-item > a:hover {
        background-color: #44484d;
        color: #fff;
    }

    .js .genesis-nav-menu .menu-item a:hover,
    .js .genesis-nav-menu .sub-menu {
        border: none;
    }

    .js nav .genesis-nav-menu .menu-item-has-children:hover {
        background: none;
    }

    .js .genesis-nav-menu > .menu-item-has-children > a:after {
        content: none;
    }

    .js .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        position: static;
        width: 100%;
    }

    .js .genesis-nav-menu .sub-menu a,
    .page-members.js .genesis-nav-menu .sub-menu a {
        background: none;
        border: none;
        font-size: 12px;
        margin-left: 24px;
    }

    .page-members.js .genesis-nav-menu button:hover {
        color: #377d97;
    }

    #menu-members-menu > li > ul > li > ul {
        left: inherit;
        position: static;
        padding-left: 20px;
    }

    .site-header .widget-area {
        width: 100%;
    }

    .site-header .widget-area .genesis-nav-menu {
        padding-bottom: 20px;
    }

    .home-top-news .entry-content,
    .home-top-news .entry-header,
    .home-top-news .entry-title,
    .home-top-news .widget-title {
        float: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .home-row1-right .widget {
        margin-left: 0;
    }

    .home-row1-right img {
        margin-top: 50px;
    }

    .sx-900-hide {
        display: none !important;
    }

    .sx-backtest-submenu .first {
        padding-bottom: 0;
    }

    .sx-backtest-submenu .first ul {
        border-right: none;
    }

    .sx-backtest-submenu .second ul {
        padding-left: 12px;
    }

    .sx-dashboard .sx-model-section .cell.operate,
    .sx-dashboard .sx-model-section .cell.acctsize {
        float: none;
        width: 100%;
    }

    .sx-icon-callout .row {
        padding: 0;
    }

    ul.wwd-gallery {
        max-width: 90%;
    }

    #sx-samatrix-table {
        font-size: 14px;
    }

    #sx-samatrix-table .header-horz span {
        width: 14px;
        font-weight: 600;
    }

    .sx-900-show.show-block {
        display: block;
    }

    .sx-900-show.show-inline {
        display: inline;
    }

    .sx-900-show.show-flex {
        display: flex;
    }

    .top-filters-label.left,
    .top-filters-label.right {
        display: block;
        margin: 0;
    }
}

/* MAX WIDTH XXXPX: SWITCHES TO SMALL MOBILE STYLING
--------------------------------------------- */

@media only screen and (max-width: 650px) {

    .slide-excerpt-border {
        width: 400px;
        font-size: 30px;
    }

    .slide-excerpt-border p {
        padding: 21px;
    }

    .home-top-slider .featured-link a {
        padding: 21px 0 21px 21px;
    }

    .sx-500-hide {
        display: none !important;
    }

    .sx-500-show.show-inline {
        display: inline;
    }

    .sx-500-show.show-block {
        display: block;
    }

    .sx-500-show.show-table-row {
        display: table-row;
    }

    /* SMALL MOBILE MODS TO MEMBER PAGES
    --------------------------------------------- */
    .as_strategy .entry-title {
        font-size: 32px;
    }

    .sx-backtest-text ol,
    .sx-backtest-text ul {
        margin-left: 25px;
    }

    .sx-backtest-text ol > li,
    .sx-backtest-text ul > li {
        padding-left: 5px;
    }

    .sx-table th a .fa,
    .sx-graph .highcharts-title .fa {
        margin-left: 5px;
    }

    .sx-table th.title {
        padding-bottom: 15px;
    }

    #sx-summstats-table {
        display: none;
    }

    #sx-summstats-table.mobile {
        display: table;
        margin: 30px auto;
    }

    #sx-summstats-table td,
    #sx-compare-sum-table td {
        height: auto;
    }

    #sx-compare-sum-table .header th {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 50px;
    }

    #sx-compare-sum-table .header th.column-1 {
        max-width: initial;
    }

    #sx-compare-sum-table .header th,
    #sx-compare-sum-table td {
        font-size: 13px;
        padding: 4px;
    }

    #sx-compare-sum-table .substat {
        font-size: 10px;
    }

    #sx-generic-table,
    #sx-allstrats-table,
    .sx-mpalloc-table,
    .sx-mpalloc-table select,
    .sx-mpalloc-table input,
    #sx-altdomdow-table,
    #sx-altalloc-table,
    #sx-recentalloc-table {
        font-size: 14px;
    }

    #sx-allstrats-table th,
    #sx-allstrats-table td,
    .sx-mpalloc-table th,
    .sx-mpalloc-table td,
    .sx-mpalloc-table td.column-first,
    .sx-mpalloc-table th.column-first,
    .sx-mpalloc-table td.column-last,
    .sx-mpalloc-table th.column-last,
    .sx-mpalloc-table select,
    .sx-mpalloc-table input,
    .sx-expandalloc-table th,
    .sx-expandalloc-table td,
    #sx-altdomdow-table .header th,
    #sx-altdomdow-table td,
    #sx-altalloc-table .header th,
    #sx-altalloc-table td,
    #sx-recentalloc-table .header th,
    #sx-recentalloc-table td {
        padding: 6px;
    }

    .sx-mpalloc-table .column-last.trash {
        width: auto;
    }

    #sx-allstrats-table .subtitle,
    .sx-mpalloc-table .subtitle {
        display: none;
    }

    #sx-allstrats-table input[type="checkbox"] {
        width: auto;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }

    #sx-periodic-table .header th,
    #sx-periodic-table td {
        font-size: 5px;
        padding: 2px 1px;
    }

    #sx-periodic-table,
    #sx-altdomdow-table,
    #sx-altalloc-table,
    #sx-recentalloc-table {
        margin-top: 30px;
    }

    #sx-eqcurve-graph,
    #sx-ddcurve-graph {
        height: 400px;
        margin-top: 30px;
    }

    #sx-alloc-pie-graph {
        height: 250px;
    }

    #sx-alloc-year-graph {
        height: 450px;
    }

    #sx-alloc-year-graph,
    #sx-alloc-cat-graph {
        margin: 30px 0;
    }

    #sx-eqcurve-graph text.highcharts-title,
    #sx-ddcurve-graph span.highcharts-title {
        font-size: 14px !important;
    }

    #sx-eqcurve-graph span.highcharts-subtitle,
    #sx-ddcurve-graph span.highcharts-subtitle {
        font-size: 11px !important;
    }

    #sx-eqcurve-graph .highcharts-axis-labels text,
    #sx-ddcurve-graph .highcharts-axis-labels text {
        font-size: 10px !important;
    }

    #sx-eqcurve-graph .highcharts-legend-item text,
    #sx-ddcurve-graph .highcharts-legend-item text {
        font-size: 10px !important;
    }

    #sx-aggalloc-table .header th,
    #sx-aggalloc-table td {
        padding: 4px;
    }

    .sx-expandalloc-table th,
    #sx-aggalloc-table .header th,
    #sx-aggalloc-table small {
        font-size: 12px;
    }

    .sx-expandalloc-table td,
    #sx-aggalloc-table td {
        font-size: 14px;
    }

    #sx-aggalloc-table td.range {
        min-width: 130px;
    }

    .sx-aggalloc-pie {
        display: none;
    }

    .sx-expandalloc-table .col-3,
    .sx-expandalloc-table .col-5 {
        display: none;
    }

    #sx-corrmatrix-table {
        margin-top: 100px;
        font-size: 9px;
    }

    #sx-corrmatrix-table .correl {
        font-size: 8px;
    }

    #sx-corrmatrix-table .header-horz a {
        width: 5px;
    }

    .sx-corrmatrix-select select {
        width: 100%;
    }

    #sx-samatrix-table {
        margin-top: 140px;
        font-size: 12px;
    }

    #sx-samatrix-table td.header-horz {
        height: 70px;
    }

    .sx-dashboard ul.sx-dashboard-menu li {
        float: left;
        margin: 0 7px 10px 0;
    }

    .sx-dashboard .sx-model-section .cell {
        margin-right: 5px;
    }

    .sx-dashboard .sx-model-section .cell.operate,
    .sx-dashboard .sx-model-section .cell.recent,
    .sx-dashboard .sx-model-section .cell.acctsize {
        font-size: 15px;
    }

    .sx-expandalloc-table th.marketstatus,
    .sx-expandalloc-table td.footer {
        font-size: 13px;
    }

    .flex-item-col3 {
        flex: 1 1 100%;
    }
}

/* MEDIA STYLING FOR PRINT PREVIEW PAGE
--------------------------------------------- */

@media print {
    .content {
        float: none;
    }

    .sx-print-group {
        page-break-inside: avoid;
        page-break-before: always;
        break-inside: avoid;
        break-before: always;
        -webkit-region-break-inside: avoid;
    }

    .sx-noprint {
        display: none;
    }

    .sx-print {
        display: initial;
    }
}
